/* =====================================================
   notice - 개인정보처리방침 / 청소년보호정책
   ===================================================== */

/* 섹션 래퍼 */
.notice_wrap {
    padding: 80px 0 120px;
}
.notice_wrap .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* tab-wrap / tab-md */
.tab-wrap .tab-md {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #B70D0A;
}
.tab-wrap .tab-md::after {
    content: '';
    display: block;
    clear: both;
}
.tab-wrap .tab-md li {
    position: relative;
    float: left;
    min-width: 200px;
    margin-left: -1px;
}
.tab-wrap .tab-md li:first-child {
    margin-left: 0;
}
.tab-wrap .tab-md li .item,
.tab-wrap .tab-md li .item:hover,
.tab-wrap .tab-md li .item:focus,
.tab-wrap .tab-md li .item:active {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.tab-wrap .tab-md li:first-child .item,
.tab-wrap .tab-md li:first-child .item:hover,
.tab-wrap .tab-md li:first-child .item:focus,
.tab-wrap .tab-md li:first-child .item:active {
    border-left: 1px solid #ddd;
}
.tab-wrap .tab-md li.active {
    z-index: 2;
}
.tab-wrap .tab-md li.active .item,
.tab-wrap .tab-md li.active .item:hover,
.tab-wrap .tab-md li.active .item:focus,
.tab-wrap .tab-md li.active .item:active {
    padding-bottom: 16px;
    margin-bottom: -1px;
    color: #B70D0A;
    border: 1px solid #B70D0A;
    border-bottom-color: #fff;
    font-weight: 600;
}

/* tab content */
.tab-wrap .tab-cont {
    padding-top: 20px;
}
.agree-info .tab-cont {
    padding-top: 15px;
}

/* 버전 선택 */
.agree-version-wrap {
    text-align: right;
    font-size: 0;
    padding: 10px 0;
}
.agree-version-wrap .vstitle,
.agree-version-wrap select {
    display: inline-block;
    vertical-align: middle;
}
.agree-version-wrap .vstitle {
    margin-right: 12px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.agree-version-wrap select {
    width: 140px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

/* 약관 내용 영역 */
.agree-info-wrap {
    padding: 30px 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.03em;
    border-top: 1px solid #eee;
}
.agree-info-wrap.no-atitle {
    color: #444;
}
.agree-info-wrap > ol > li,
.agree-info-wrap > ul > li {
    margin-top: 20px;
}
.agree-info-wrap > ol > li:first-child,
.agree-info-wrap > ul > li:first-child {
    margin-top: 0;
}
.agree-info-wrap .atitle {
    color: #1d1d1d;
    font-weight: 600;
}

/* offscreen (접근성) */
.offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .notice_wrap {
        padding: 50px 0 80px;
    }
    .tab-wrap .tab-md li {
        min-width: 120px;
    }
    .tab-wrap .tab-md li .item,
    .tab-wrap .tab-md li .item:hover,
    .tab-wrap .tab-md li .item:focus,
    .tab-wrap .tab-md li .item:active {
        font-size: 14px;
        padding: 12px 14px;
    }
}
