@import url("notosans-cjk-kr.css");
@import url("common.css");
@import url("layout.css");
@import url("sub.css");
@import url("animate.css");
@import url("effects.css");
@import url("comps.css");
/* terms */
header.header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #DDD;
}
.terms {
    position: relative;
    max-width: 1024px;
    width: 100%;
    min-height: 800px;
    height: 100%;
    padding: 20px 15px;
    margin: 0 auto;
}

.terms-top-title {
    margin-bottom: 1.875rem;
    font-family: 'noto';
    font-size: 38px;
    font-weight: normal;
    line-height: 1.2;
    color: #333;
}

.terms-box {
    margin-bottom: 1.875rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.terms-box ul {
    margin-bottom: 20px;
}

.terms-box .terms-sub {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}

.terms-box .terms-sub2 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
}

.terms-box .terms-indent {
    text-indent: 10px;
}

.terms-box .terms-indent-B {
    text-indent: 20px;
}

.terms-box ul li {
    position: relative;
    padding-left: 20px;
}

.terms-box ul li::before {
    content: '\00B7';
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1.1;
    color: #666;
}

.terms-box.center {
    text-align: center;
}

.terms-bold {
    font-weight: 700;
}

/* 이용약관 테이블 */
.terms-table-list {
    position: relative;
    width: 100%;
    clear: both;
    margin: 16px 0 20px 0;
    border-top: 1px solid #333;
    font-family: 'noto';
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    color: #333;
}

.terms-table-list tbody th {
    padding: 5px 0;
    background-color: #F8F8F8;
    border: 1px solid #C7C7C7;
    font-weight: 400;
    vertical-align: middle;
}

.terms-table-list tbody td {
    padding: 5px 0;
    background-color: #FFF;
    border: 1px solid #C7C7C7;
    font-weight: 400;
    vertical-align: middle;
}
/*.terms-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    font: 400 16px 'noto';
    background: transparent url(../img/common/ico-menu-close.png) 50% 50% / 30px auto no-repeat;
    cursor: pointer;
}
*/
/* // terms */