
.main_contents{
    width: auto;
    max-width: 1200px;
    margin: auto;
    padding: 120px 3vw 0;
    
}

.clause_big_tit {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px 0;
}
.clause_tit {
    font-family: 'notokr-bold', sans-serif;
    padding: 0 0 10px 0;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
 
.clause_text {
    line-height: 1.5;
    padding: 0 0 20px 0;
    font-size: 16px;
}
.clause_line {
    margin: 0 0 30px 0;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.clause_table table {
    border-top: solid 2px #000;
}
.clause_table table tr th {
    padding: 10px;
    border-bottom: solid 1px #dedede;
}
.clause_table table tr td {
    padding: 10px;
    border-bottom: solid 1px #dedede;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
}
table th, table td {
    color: #333;
    vertical-align: top;
    word-break: normal;
    word-wrap: break-word;
}
.clause_rule table td {
    padding: 0 0 20px 0;
    font-size: 17px;
}
.clause_rule .clause_rule_td1 {
    width: 23px;
    padding: 0;
}
.clause_rule .clause_rule_td2 {
    padding: 0;
    letter-spacing: -1px;
}
.clause_rule tr td ol {
    padding: 0 0 0 20px;
}
.clause_rule tr td ol li {
    list-style: '·  ';
}
.clause_top{
    margin-bottom: 30px;
}
.clause_top p {
    /*padding: 0 0 15px 0;*/
    /* font-size: 16px; */
    /*font-weight: 300;*/
    line-height: inherit;
}
.tab_text03_tit {
    padding: 0 0 35px 0;
    font-family: 'notokr-medium', sans-serif;
    font-size: 24px;
    text-align: center;
}
.table_wrap {
    width: 100%;
    float: left;
    padding: 0 0 85px 0;
}
table.top_line_table {
    width: 100%;
    border-collapse: separate;
    border-top: solid 2px #000;
    border-spacing: 0px;
}
table.top_line_table .th_1 {
    width: 450px;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    /* padding: 0 0 0 30px; */
    border-bottom: solid 1px #dedede;
    height: 45px;
    background: #f8f8f8;
    text-align: middle;
    font-size: 16px;
    color: #221815;
    vertical-align: middle;
}
table th, table td {
    color: #333;
    vertical-align: top;
    word-break: normal;
    word-wrap: break-word;
}
table.top_line_table .td_1 {
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    text-align: center;
    height: 45px;
    font-size: 16px;
    color: #221815;
    vertical-align: middle;
}
.clause_text {
    padding: 20px 0 70px 0;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.2;
}
.price_900 {
    margin: 0px auto;
    width: 900px;
    padding-top: 60px;
}
@media (max-width: 800px){
  
    .main_contents{
        padding: 60px 5vw ;
        
    }
    .price_900 {
        margin: 0px auto;
        width: auto;
        padding: 60px 5vw;
    }
    .tab_text03_tit {
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 30px 0;
    }
    table.top_line_table .th_1 {
        width: 45%;
        border-left: solid 1px #dedede;
        border-right: solid 1px #dedede;
        padding: 0 0 0 10px;
        vertical-align: middle;
        border-bottom: solid 1px #dedede;
        height: 45px;
        background: #f8f8f8;
        text-align: middle;
        font-size: 16px;
        color: #221815;
    }
    table.top_line_table .td_1 {
        border-right: solid 1px #dedede;
        border-bottom: solid 1px #dedede;
        text-align: center;
        vertical-align: middle;
        height: 45px;
        font-size: 16px;
        color: #221815;
    }
    .table_wrap {
        width: 100%;
        float: left;
        padding: 0 0 60px 0;
    }
    .clause_text{
        font-size: 15px;
        padding: 0 0 30px 0;
    }


    
}