@import "variable.css";
@import "font.css";
@import "reset.css";
@import "common.css";
@import "modal.css";
/* [전체] 공통 */
*{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.4;word-break:break-all;padding:0;margin:0;box-sizing:border-box;}
html, body{/*position:static;left:auto;*/height:100%;font-family:"Pretendard", sans-serif;font-weight:var(--fw-regular);}
body, body * {transition: font-size 0.2s ease-in-out;}
#skip-nav {position: fixed;left: 0;top: -40px;width: 100%;line-height: 40px;text-align: center;background-color: rgba(0, 0, 0, 0.8);color: #ffffff;z-index: 1000000;transition: top 0.3s;box-sizing: border-box;}
#skip-nav:focus {top:0;border:5px solid #6dd585;border-radius:8px;}
.visually-hidden {position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space: nowrap;}
.pc-only {display:block!important;}
.pc-only2 {display:block!important;}
.pc-only-f {display:flex!important;}
.pc-only-inline {display:inline!important;}
.pc-only-inline2 {display:inline!important;}
.pc-only-cell {display:table-cell!important;}
.pc-only-tc {display:table-caption!important;}
.pc-only-column-group {display: table-column-group!important;}
.mobile-only-column-group {display: none!important;}
.mobile-only {display:none!important;}
.mobile-only2 {display:none!important;}
.mobile-only-f {display:none!important;}
.mobile-only-f2 {display:none!important;}
.mobile-only-cell {display:none!important;}
.mobile-only-inline {display:none!important;}
.mobile-only-inline2 {display:none!important;}
.mobile-only-tc {display:none!important;}
.mobile-only-tr {display:none!important;}
.body-lg-only-tc {display:none!important;}
body.no-scroll {/*width:100%;position:fixed;left:0;*/overflow: hidden; touch-action:none;-webkit-overflow-scrolling:initial;overscroll-behavior: none/* 스크롤 막기 */}
.cursor-pointer {cursor:pointer!important;}
.cursor-pointer:disabled {cursor:default!important;}

body.loading {visibility: hidden}
/* 초기화가 끝난 후 visibility 복구 */
body:not(.loading) {visibility: visible; /* 초기화 후 화면 표시 */}
/* 기본적으로 버튼 active 상태 조정 */
.txt-size-btn.active {background: blue; /* 표시를 위한 임시 색상 */color: white;}

/* 글자크기 변경 */
/* 글자크기 변경 아이콘 */
.fixed-btn-wrap {width:88px;height:88px;position:fixed;top:180px;right:0;z-index:9999;}
.fixed-btn-wrap > button {display:none;position:absolute;left:0;top:0;}
.fixed-btn-wrap > button.active{display:block;}
.txt-size-btn.sm {width:100%;height:100%;background:url(../images/common/txt-sm.svg)center center no-repeat;background-size:contain;transition:background 0.3s;}
.txt-size-btn.rg {width:100%;height:100%;background:url(../images/common/txt-rg.svg)center center no-repeat;background-size:contain;transition:background 0.3s;}
.txt-size-btn.lg {width:100%;height:100%;background:url(../images/common/txt-big.svg)center center no-repeat;background-size:contain;transition:background 0.3s;}
.txt-size-btn.sm:hover {background:url(../images/common/txt-sm-hover.svg)center center no-repeat;background-size:contain;}
.txt-size-btn.rg:hover {background:url(../images/common/txt-rg-hover.svg)center center no-repeat;background-size:contain;}
.txt-size-btn.lg:hover {background:url(../images/common/txt-big-hover.svg)center center no-repeat;background-size:contain;}

@media (max-width:767px) {
    /* 글자크기 변경 아이콘 */
    .fixed-btn-wrap {width:60px;height:60px;top:60px;}
    .txt-size-btn.sm:hover,
    .txt-size-btn.sm {width:100%;height:100%;background:url(../images/common/txt-sm-mo.svg)center center no-repeat;background-size:contain;}
    .txt-size-btn.rg:hover,
    .txt-size-btn.rg {width:100%;height:100%;background:url(../images/common/txt-rg-mo.svg)center center no-repeat;background-size:contain;}
    .txt-size-btn.lg:hover,
    .txt-size-btn.lg {width:100%;height:100%;background:url(../images/common/txt-lg-mo.svg)center center no-repeat;background-size:contain;}
}

/* [공통] 바로가기 */
.fixed-direct-link-wrap {position:fixed;top:272px;right:0;z-index:9999;}
.fixed-direct-link-wrap > ul {display:flex;flex-direction:column;gap:4px;}
.fixed-direct-link-wrap > ul > li {min-width:88px;background-color:var(--color-primary);border-radius:20px 0 0 20px;transition: background-color 0.3s;}
.fixed-direct-link-wrap > ul > li:hover{background-color:var(--color-primary-dark);}
.fixed-direct-link-wrap > ul > li > a {display:flex;justify-content:center;align-items:center;padding:12px;font-size:var(--txt-size03);font-weight:var(--fw-bold);color:var(--color-white);text-align:center;}

@media (max-width:767px) {
    .fixed-direct-link-wrap {top:124px;}
    .fixed-direct-link-wrap > ul > li {min-width:60px;border-radius:8px 0 0 8px;}
    .fixed-direct-link-wrap > ul > li > a {padding:8px 4px;}
}


/* 로그인 */
main.login {display:flex;align-items:center;justify-content:center;height:100%;background-color:var(--color-primary-light);}
.login-box {max-width:520px;width:100%;padding:60px;border:1px solid var(--border-color);border-radius:4px;background-color:var(--color-white);}
.login-title-wrap {display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:20px;}
.login-title-wrap >  h3 {font-size:var(--txt-size07);font-weight:var(--fw-bold);color:var(--color-black);text-align:center;}
.login-input-wrap {width: 100%;}
.login-input {width: 100%;}
.login-input > label {font-size:var(--txt-size01);font-weight:var(--fw-medium);color:var(--color-gray);margin-bottom:2px;}
.login-input .input-wrap2 > input {width:100%;height:40px;padding:11px 0;border-width:0 0 1px 0;border-style:solid;border-color:var(--table-border-color);border-radius:0;}
.login-input .input-wrap2 > input:focus{outline:none;border-bottom-color:var(--color-primary)}
.login-input + .login-input {margin-top:20px;}
.login-btn-wrap {margin-top:40px;}

@media (max-width:767px) {
    .login-title-wrap {margin-bottom:20px;}
    .login-box {max-width:calc(100% - 32px);padding:40px 20px;}
}

/* 로딩박스 */
.loading-box {display:none;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);z-index: 100002;}
body.load {overflow:hidden;}
body.load .loading-box {display:flex;}

/* header */
header {width:100%;height:100px;display:flex;align-items:center;position:fixed;top:0;left:0;z-index:10000;background-color:var(--color-white);}
header > .content-wrap {max-width:1760px;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;margin:0 auto;}
header  h1 {width:270px;height:58px;}
header  h1  a {display:flex;}
header  h1  a > img {width: 100%;}

/* header > nav */
nav > ul > li > * {display:inline-flex;padding:12px;font-size:var(--txt-size05);font-weight:var(--fw-medium);color:var(--color-black);}
nav > ul {display:flex;align-items:center;gap:96px;}
header .btn-wrap {display:flex;align-items:center;gap:16px;}
header .btn-wrap > a {display:inline-flex;justify-content:center;padding-top:32px;position:relative;font-size:var(--txt-size02);font-weight:var(--fw-medium);color:#666666;}
header a.ico-user {min-width:42px;background:url(../images/ico/ico_login.svg) center top no-repeat;background-size:contain;width:28px;height:28px;}
header a.ico-bag {position:relative;min-width:56px;background:url(../images/ico/ico_bag.svg) center top no-repeat;background-size:contain;width:28px;height:28px;}
header a.ico-bag .shop_count{display:inline-flex;justify-content:center;align-items:center;padding:3px;min-width:16px;height:16px;border-radius:16px;position:absolute;right:7px;bottom:0;background-color:var(--color-primary);color:var(--color-white);text-align:center;font-size:var(--txt-size00);font-weight:var(--fw-bold);}
header a.ico-pay {min-width:56px;background:url(../images/ico/ico_paper.svg) center top no-repeat;background-size:contain;width:28px;height:28px;}
header a.ico-logout {min-width:56px;background:url(../images/ico/ico_logout.svg) center top no-repeat;background-size:contain;width:28px;height:28px;}
header .btn-wrap.sm {gap:8px;}
.sidebar .pc-only-f > li:hover > * {color:var(--color-primary);font-weight:var(--fw-bold);transition:color 0.3s;}
.sidebar .pc-only-f > li.active > * {color:var(--color-primary);font-weight:var(--fw-bold)}

/* footer */
footer {padding:28px 36px;background-color:var(--color-white);}
footer > .content-wrap {max-width:1760px;width:100%;margin:0 auto;}
.footer-terms-list {display:flex;align-items:center;padding-bottom:12px;}
.footer-terms-list > li {padding:0 12px;position:relative;}
.footer-terms-list > li:first-child{padding-left:0;}
.footer-terms-list > li + li::before {content:'';width:1px;height:10px;background-color:var(--border-dash-color);position:absolute;left:0;top:50%;transform:translateY(-50%);}
.copyright {margin-top:4px;font-size:var(--txt-footer-size);color:var(--color-gray2);font-weight:var(--fw-regular);}
.footer-info-list {display:flex;flex-direction:column;gap:4px;}
.certification-wrap {display:flex;align-items:center;gap:4px;}
.certification-wrap > .img-box > img {width:100%;vertical-align:bottom}
@media (max-width:1200px) {
    /* header */
    header .ico-hamburger {min-width:28px;}
    header a.ico-user {width:100%;background-position:0 center;background-size: 24px;}
    header a.ico-bag {width:100%;background-position:0 center;background-size: 24px;}
    header a.ico-pay {width:100%;background-position:0 center;background-size: 24px;}
    header a.ico-logout {width:100%;background-position:0 center;background-size: 24px;}
    header a.ico-bag .shop_count {right:auto;left:12px;}
    /* footer */
    footer{padding:20px 20px 28px 20px;}
    footer > .content-wrap > .flex-wrap {width:100%;}
    .f-bottom {margin-top:16px;}
    .certification-wrap > .img-box{width:104px;}
    .footer-select-wrap.flex-wrap.w-auto {width:100%;}
    .footer-select-wrap > .custom-select{flex:1;width:100%;}
}

/* main-con-box 색상 박스 */
button.main-con-box {display:flex;}
.main-con-box{border-radius:16px;padding:40px 32px;}
.main-con-box:hover{box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);transition: box-shadow 0.3s;}
.main-con-box.blue {background-color:#D2E1FF}
.main-con-box.orange {background-color:#FFF2E4}
.main-con-box.green {background-color:#E7FFE8}
.main-con-box.skyblue {background-color:#EAF4FF}
.main-con-box.purple {background-color:#EAE3FF}
.main-con-box.red {background-color:#FFEEED;}
.main-con-box.gray {background-color:#EFEFEF}
.main-con-box.type1 {padding:60px 40px;background-image:url(../images/mainPage/main1.png);background-repeat:no-repeat;background-position:calc(100% - 48px) calc(100% - 40px);}
.main-con-box.type2 {flex:1;background-image: url(../images/mainPage/main2.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:380px;}
.main-con-box.type3 {width:300px;background-image: url(../images/mainPage/main3.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:380px;}
.main-con-box.type4 {flex:1;background-image: url(../images/mainPage/main4.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:280px;}
.main-con-box.type5 {flex:1;background-image: url(../images/mainPage/main5.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:280px;}
.main-con-box.type6 {flex:1;padding:27px 32px;}
.main-con-box.type7 {flex:1;background-image: url(../images/subPage/sub1.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);}
.main-con-box.type8 {flex:1;background-image: url(../images/subPage/sub2.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);}
.main-con-box.type9 {flex:1;background-image: url(../images/subPage/sub3.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);}
.main-con-box.type10 {flex:1;background-image: url(../images/subPage/sub4.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);}
.main-con-box.type11 {flex:1;background-image: url(../images/subPage/sub5.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);}

/* 메인 페이지 */
/* main */
main {padding-top:100px;}
main.no-pt{padding-top:20px;padding-bottom:40px;}
main.no-pt > .inner-wrap {padding:0;}
main > .sec{width:100%;margin:0 auto;}

/* 공통 */
.flex-wrap {width:100%;display:flex;gap:20px;}
.flex-wrap.w-auto {width:auto;}
.flex-wrap.between {justify-content:space-between;}
.flex-wrap.end {justify-content:flex-end;}
.flex-wrap.center {justify-content:center;}
.flex-wrap.al-end{align-items:flex-end;}
.flex-wrap.al-center{align-items:center;}
.flex-wrap.al-start{align-items:flex-start;}
.flex-wrap.col-ver{flex-direction:column;}
.flex-wrap.gap-auto{gap:0;}
.flex-wrap.gap4 {gap:4px;}
.flex-wrap.gap8 {gap:8px;}
.flex-wrap.gap12 {gap:12px;}
.flex-wrap.gap-pc-8 {gap:8px;}
.flex-wrap .flex1 {flex:1;}
span.title-wrap{display:block;}
span.title-wrap span {display:block;text-align:left;}
.title-wrap > h2 {font-size:var(--txt-size11);font-weight:var(--fw-bold);color:#0189FF;}
span.title-wrap > .h4,
.title-wrap > h4 {font-size:var(--txt-size07);font-weight:var(--fw-bold);color:#333333;}
.title-wrap > p {font-size:var(--txt-size05);font-weight:var(--fw-medium);color:#666666;}
.title-wrap > h4.txt-big {font-size:var(--txt-size10);}
.title-wrap > h4.txt-sm {font-size:var(--txt-size05);}
.title-wrap > p.txt-sm {font-size:var(--txt-size04);}
.title-wrap > h4 + p.txt-sm {margin-top:12px;}
.title-wrap > h4.txt-sm + p.txt-sm{margin-top:4px;}
.title-wrap > p + h2 {margin-top:9px;}
.title-wrap > p + h4 {margin-top:12px;}
.title-wrap .link-btn {margin-top:12px;}
.link-btn {display:inline-flex;width:60px;height:60px;border-radius:50%;background:var(--color-white) url(../images/ico/ico_arrow_lg.svg) center center no-repeat;background-size:28px;  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
.main-con-box:hover .link-btn {background:var(--color-white) url(../images/ico/ico_arrow_lg_active.svg) center center no-repeat;background-size:28px;}

/* sub-ver title */
.title-wrap.sub-ver {display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:60px;}
.title-wrap.sub-ver > h2 {font-size:var(--txt-size09);font-weight:var(--fw-bold);color:#333333;}
.title-wrap.sub-ver > p {font-size: var(--txt-size05);font-weight:var(--fw-medium);color:#666666;}

/* sub-ver subTitle4 */
.sub-content-box {width:100%;}
.sub-content-box + .sub-content-box {margin-top:40px;}
.sub-content-box [class^="sub-title"] {margin-bottom:8px;}
/* 모달 내부에서 주로 쓰이는 간격 */
.sub-content-box.ver2 [class^="sub-title"] {margin-bottom:12px;}
.sub-content-box.ver2 + .sub-content-box.ver2 {margin-top:40px;}
.sub-content-box.ver2.mt-only {margin-top:40px;}
.sub-title {font-size:var(--txt-size05);font-weight:var(--fw-bold);}
.sub-title2 {font-size:var(--txt-size04);font-weight:var(--fw-bold);}

/* 공통 박스 */
.c-box {width:100%;display:flex;align-items:center;justify-content:center;padding:31px 12px;background-color:var(--color-primary-light);}
/* 개인정보처리방침 텍스트 박스 */
.gray-box {width:100%;height:377px;overflow-y:auto;border:1px solid var(--border-color);padding:8px;}
.pre{margin:0;font-family:inherit;font-size:var(--txt-size02);font-weight:var(--fw-medium);color:var(--color-black);}

/* 커스텀 info 테이블 (정보 전달용) */
.custom-info-table-wrap {border-radius:4px;border:2px solid var(--table-border-color);overflow:hidden}
.custom-info-table-wrap.scroll {overflow:auto;}
.custom-info-table-wrap.scroll table{min-width:600px;}
.custom-info-table {width: 100%;height: 100%;}
.custom-info-table + .custom-info-table {border-left:1px solid var(--table-border-color)}
.custom-info-table table {width: 100%;table-layout:auto;}
.custom-info-table tr > th {height:48px;overflow: hidden;box-sizing:border-box;padding:2px 2px;background-color:var(--table-cell-bg);border-bottom:1px solid var(--table-border-color);border-right:1px solid var(--table-border-color);}
.custom-info-table td {padding:2px 2px;border-bottom:1px solid var(--table-border-color);border-right:1px solid var(--table-border-color);}
.custom-info-table th.col1-2-3 {height:72px;}
.custom-info-table th.col1-3-4 {height:64px;}
.custom-info-table th.mw-75 {min-width:75px;}
.custom-info-table .th-wrap {display:flex;justify-content:center;font-size:var(--txt-size02);font-weight:var(--fw-bold);color:var(--color-gray);}
.custom-info-table .td-wrap {display:flex;justify-content:center;text-align:center;}
.custom-info-table .td-wrap.left {text-align:left;}
.custom-info-table td.pd-sm {padding:2px 21px}

.custom-info-table .no-bl {border-left: 0;}
.custom-info-table .no-br {border-right: 0;}
.custom-info-table .no-bb {border-bottom: 0;}

@media (max-width:1200px) {
    .custom-info-table + .custom-info-table {border-left:0;}
}

/* 커스텀 테이블 (장바구니 용) */
.custom-table {width:100%;border-radius:4px;border:1px solid var(--table-border-color);overflow:hidden;}
.custom-table.fixed-ver > table {table-layout:fixed;}
.custom-table > table {width:100%;}
.custom-table thead {border-bottom:1px solid var(--table-border-color);}
.custom-table thead th {padding:12px 8px;background-color:var(--table-cell-bg);}
.custom-table thead th + th {border-left:1px solid var(--table-border-color);}
.custom-table tbody td {padding:8px 8px;transition:background-color 0.3s}
.custom-table tbody td + td {border-left:1px solid var(--table-border-color);}
.custom-table tbody tr + tr {border-top:1px solid var(--table-border-color);}
/* 너비가 작을 경우 */
.custom-table.pd-sm thead th{padding:4px 8px;}
/* 호버했을 경우 */
.custom-table[data-table="rowspan-ver"] tr.table-row-hover td,
.custom-table:not(.form-ver) tbody tr:not(.disabled-chkbox):hover td{background-color:var(--color-primary-light);}
.custom-table .th-wrap {display:flex;justify-content:center;font-size:var(--txt-size02);font-weight:var(--fw-bold);color:var(--color-gray);}
.custom-table .th-wrap.important::after {content:'*';font-size:var(--txt-size02);font-weight:var(--fw-bold);color:var(--color-red);}
.custom-table .th-wrap.center {justify-content:center;text-align:center;}
.custom-table .td-wrap {display:flex;justify-content:center;align-items:center;font-size:var(--txt-size02);font-weight:var(--fw-medium);color:var(--color-black);}
.custom-table .td-wrap.start{justify-content:flex-start;}
.custom-table .td-wrap.center{justify-content:center;text-align:center;}
.custom-table td.al-start{vertical-align: super;}
.custom-table tfoot {border-top:1px solid var(--table-border-color);background-color:var(--color-primary-light);}
.custom-table tfoot td {padding:31px 12px;}
.custom-table.form-ver th {padding:11px 22px;background-color: var(--table-cell-bg);border-right:1px solid var(--border-color);}
.number-wrap {gap:4px;}
.number-wrap > span {color:var(--color-gray);font-size:var(--txt-size02);font-weight:var(--fw-bold);}
.confirm-btn-wrap {margin-top:40px;gap:12px}
.confirm-btn-wrap.ver2 {margin-top:20px;}
/* 테이블 row별 : empty , disabled,  cancel */
.custom-table tr.empty td {padding:70px 12px;}
.custom-table tr.loading td {padding:70px 12px;}
.custom-table tr.disabled *:not(.badge) {color:var(--color-light-gray)!important;}
.custom-table tr.disabled .btn:disabled {color:var(--color-gray2)!important;}
.custom-table tr.disabled-chkbox *:not(.c-blue) {color:var(--color-light-gray)!important;}
.custom-table tr.disabled-chkbox *.c-blue {color:var(--color-light-blue)!important;}
.custom-table tr.disabled-chkbox td {background-color: var(--color-light-gray3);cursor: default}
.custom-table tr.disabled-chkbox .checkbox-wrap{display:none;}
.custom-table tr.disabled-chkbox .checkbox-wrap *{display:none;}
.custom-table tr.cancel .td-wrap *:not(.c-blue):not(.badge) {color:var(--color-gray2)!important;text-decoration:line-through}
.custom-table tr.cancel td {background-color: var(--bg-light-red2)}
.custom-table .bl {border-left:1px solid var(--table-border-color);}
.custom-table .br {border-right: 0;}
.custom-table .bb {border-bottom: 0;}
.empty-txt {font-size:var(--txt-size03);font-weight:var(--fw-bold);color:var(--color-gray);padding-top:88px;}
.empty-txt.shop {background:url('../images/ico/ico_bag_big.svg') center top no-repeat;background-size:80px;}
.empty-txt.course {background:url('../images/ico/ico_mortarboard.svg') center top no-repeat;background-size:80px;}
.empty-txt.paper {background:url('../images/ico/ico_paper.svg') center top no-repeat;background-size:80px;}
/* 커스텀 테이블 > 장바구니 합산 */
.total-wrap {width:100%;display:flex;align-items:center;justify-content:center;gap:40px;}
.total-wrap .flex-wrap {width:auto;}
.ico-box { width:24px;height:24px;flex-shrink: 0;}
.ico-box.minus {background:url(../images/ico/ico_circle_minus.svg) center center no-repeat;background-size:24px;}
.ico-box.plus {background:url(../images/ico/ico_circle_plus.svg) center center no-repeat;background-size:24px;}
.ico-box.equal {background:url(../images/ico/ico_circle_equal.svg) center center no-repeat;background-size:24px;}
@media (max-width:1200px) {
    .custom-table + .custom-table {margin-top:20px;}
}

@media (max-width:767px) {
    .custom-table tfoot td {padding:16px 12px;}
    .custom-table tr.empty td {padding:35px 12px;}
    .empty-txt {font-size:var(--txt-size03);font-weight:var(--fw-bold);color:var(--color-gray);padding-top:48px;background-size:40px;}
    .empty-txt.shop {background:url('../images/ico/ico_bag_big.svg') center top no-repeat;background-size:40px;}
    .empty-txt.course {background:url('../images/ico/ico_mortarboard.svg') center top no-repeat;background-size:40px;}
    .empty-txt.paper {background:url('../images/ico/ico_paper.svg') center top no-repeat;background-size:40px;}

    /* 폼 입력 테이블 */
    .custom-table.form-ver th {padding:2px 8px;}
    .custom-table.form-ver .radio-tab-wrap {width:100%;}
    .custom-table.form-ver .radio-tab-wrap > label {flex:1;}
    .custom-table.form-ver .radio-tab-wrap > label > span {width: 100%;}
    .custom-table.form-ver .input-wrap {width:100%;}
    .confirm-btn-wrap {margin-top:12px;gap:8px;}
    .confirm-btn-wrap > .btn.size-nm {flex:1;max-width:none;}
}

/* 커스텀 테이블 (폼 입력) */
.custom-form-table {}
/* dim */
.dim {display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.25);z-index:1;opacity:1;transition:opacity 0.3s;}
.dim.active {display:block;opacity:1;}
.sidebar-title-wrap {width:100%;height:60px;background-color:#0189FF;display:flex;justify-content:space-between;align-items:center;padding:16px 16px 16px 12px;}

/* 커스텀 테이블 ui만  */
.custom-ui-table {border:1px solid var(--table-border-color);border-radius:4px;}
.custom-ui-table + .flex-wrap {margin-top:8px;}
.c-row {display:flex;}
.c-col {display:flex;}
.c-row.col3 .c-th-wrap {width:123px;min-width:123px;}
.c-row.col3 .c-col:nth-child(1) {width:30%;}
.c-row.col3 .c-col:nth-child(2) {width:47%;}
.c-row.col3 .c-col:nth-child(3) {width:23%;}
.c-th-wrap {display:flex;justify-content:center;align-items:center;font-size:var(--txt-size02);font-weight:var(--fw-bold);color:var(--color-gray);padding:6px 8px;background-color: var(--table-cell-bg);border-right:1px solid var(--border-color);}
.c-th-wrap.bl {border-left:1px solid var(--border-color);}
.c-td-wrap {display:flex;justify-content:center;align-items:center;font-size:var(--txt-size02);font-weight:var(--fw-medium);color:var(--color-black);padding:6px 10px;}

@media (max-width:1300px) {
    .c-row {flex-direction:column;}
    .c-row > .c-col + .c-col {border-top:1px solid var(--border-color);}
    .c-row.col3 .c-col:nth-child(1) {width:100%;}
    .c-row.col3 .c-col:nth-child(2) {width:100%;}
    .c-row.col3 .c-col:nth-child(3) {width:100%;}
    .c-row.col3 .c-th-wrap {width:72px;min-width:72px;}
    .c-td-wrap{width:100%;}
    .c-th-wrap.bl {border-left:0;}
    .custom-ui-table .custom-select {width:100%;}
    .custom-ui-table .number-wrap {width:100%;display:flex;}
    .custom-ui-table .number-wrap > .input-wrap.size-sm {flex:1;width:auto;}
}
@media (max-width:1200px) {
    .c-row.col3 .c-th-wrap {width:68px;min-width:68px;}
}




/* #sec1 */
#sec1 {width:100%;padding:26px 0 60px;}
#sec1 > .content-wrap{width:100%;max-width:1760px;margin:0 auto;display:flex;align-items:stretch;}
#sec1 .title-wrap + .main-con-box.type1 {margin-top:28px;height: 100%;}
#sec1 .flex-wrap.first {width:760px;}
#sec1 .flex-wrap.first + .flex-wrap {flex:1;}

/*-------------------------------------------------------------------*/
/* 서브 페이지 공통 */
.inner-wrap{width:100%;padding-top:80px;padding-bottom:86px;}
.content-box {width:100%;max-width:1280px;margin:0 auto;}
.content-box.lg {max-width:1580px;}
.content-box.full {max-width:100%;padding:0 24px;}

/* 탭 */
.tab-wrap {position:relative;}
.tab-wrap[data-tab="twin"] {z-index:0;}
.tab-wrap[data-tab="fraternal"] {z-index:1;}
.tab-wrap .first-depth {display:flex;align-items:center;justify-content:center;}
/*.tab-wrap[data-tab="fraternal"] .first-depth,*/
/*.tab-wrap[data-tab="fraternal"] .first-depth > li {height:100%;}*/
.tab-wrap .first-depth > li {flex:1;height:64px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);}
.tab-wrap .first-depth > li > .tab-box {display:none;}
.tab-wrap .first-depth > li.active > .tab-box {display:block;}
.tab-box {position:absolute;left:0;top:104px;width:100%;}
.tab-wrap .first-depth > li > button {width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;font-size:var(--txt-size04);font-weight:var(--fw-medium);color:var(--color-gray);}
.tab-wrap .first-depth > li + li {border-left:1px solid var(--border-color);}
.tab-wrap .first-depth > li:last-child {border-right:1px solid var(--border-color);border-radius:0 4px 4px 0;overflow:hidden;}
.tab-wrap .first-depth > li:first-child {border-left:1px solid var(--border-color);border-radius:4px 0 0 4px;overflow:hidden;}
.tab-wrap .first-depth > li:first-child:last-child {border-radius: 4px;}
.tab-wrap .first-depth > li.active {border-top-color:var(--color-primary);border-bottom-color:var(--color-primary);}
.tab-wrap .first-depth > li:last-child.active {border-right-color:var(--color-primary);}
.tab-wrap .first-depth > li:first-child.active {border-right-color:var(--color-primary);}
.tab-wrap .first-depth > li.active > button {font-weight:var(--fw-bold);color:var(--color-white);background-color:var(--color-primary);}

/* 탭 요소가 하나일 경우 */
.tab-wrap .first-depth.only > li > button {display:none;}
.tab-wrap .first-depth.only .tab-box {top:0;}
.tab-wrap .first-depth.only > li {height:0;border:0;}
.tab-wrap .first-depth.only > li.active> button {border:0;height:0;}
.tab-wrap .first-depth.only > li.active .tab-box{z-index: 1;}

@media (max-width:767px) {
    .tab-wrap[data-tab="fraternal"] .first-depth {position: relative;display: block;;}
    .tab-wrap[data-tab="fraternal"] .first-depth > li {
        display: none;
        height: 48px; /* 모바일에서 높이 조정 */
        margin-bottom: -1px; /* border 겹침 방지 */
        border: none;
        border-radius:0;
        border:0
    }
    .tab-wrap[data-tab="fraternal"]  .first-depth > li:first-child {border-radius:0;}

    .tab-wrap[data-tab="fraternal"]  .first-depth > li > button {
        height: 100%;
        padding: 0 16px; /* 좌우 여백 추가 */
        justify-content: space-between; /* 텍스트와 화살표 정렬 */
        z-index: 1000;
        background-color:var(--color-white);
    }

    .tab-wrap[data-tab="fraternal"]  .first-depth > li.active {
        display: block;
        /*border: 1px solid var(--border-color);*/

    }
    .tab-wrap[data-tab="fraternal"] .first-depth > li.active > button {
        background-color:var(--color-primary);
    }
    /* 열린 상태 스타일 */
    .tab-wrap[data-tab="fraternal"]  .first-depth.opened > li {
        display: block;
        /*border: 1px solid var(--border-color);*/
    }

    .tab-wrap[data-tab="fraternal"]  .first-depth.opened > li.active {
        border-bottom: none;
        border-radius:  0;
    }

    .tab-wrap[data-tab="fraternal"]  .first-depth.opened > li:not(.active) {
        border-top: none;
    }

    .tab-wrap[data-tab="fraternal"]  .first-depth.opened > li:last-child {
        /*border-radius: 0 0 4px 4px;*/
        /*border-bottom: 1px solid var(--border-color);*/
        margin-bottom: 0;
    }
    .tab-wrap[data-tab="fraternal"]  .first-depth > li + li {border-left:0;}

    /* 화살표 아이콘 */
    .tab-wrap[data-tab="fraternal"]  .first-depth > li.active > button::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid currentColor;
        transition: transform 0.2s ease;
    }

    /* 열린 상태의 화살표 회전 */
    .tab-wrap[data-tab="fraternal"]  .first-depth.opened > li.active > button::after {
        transform: rotate(180deg);
    }

    .tab-box {
        z-index: -1;
        top: 64px; /* 모바일에서 탭 박스 위치 조정 */
    }
}

/* 수강신청 페이지 탭 체크랩 */
.f-modal + .cr-wrap {margin-top: 60px;}
.check-tab-wrap {width:100%;position:relative;background-color:var(--color-primary-light);}
.check-tab-wrap .check-scroll > ul {display:flex;}
.check-tab-wrap .check-scroll > ul > li {flex:1;position:relative;}
.check-tab-wrap .check-scroll > ul > li:first-child > .check-tab-btn {border-left:1px solid var(--table-border-color);}
.check-tab-wrap .check-scroll > ul > li:first-child .sub-tab-content {border-left:1px solid var(--table-border-color);}
.check-tab-btn {width:100%;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;padding:12px;height:48px;font-size:var(--txt-size02);font-weight:var(--fw-bold);color:var(--color-gray);background-color:var(--table-cell-bg);border-top:1px solid var(--table-border-color);border-bottom:1px solid var(--table-border-color);border-right:1px solid var(--table-border-color);}
.isOpen {display:inline-block;width:10px;height:10px;transform:rotate(180deg);background:url("../images/ico/ico_triangle.svg") center center no-repeat;background-size:10px;}
.isOpen.rotate{transform:rotate(0deg);}
.check-tab-wrap .check-scroll > ul > li.active > .check-tab-btn > .isOpen {transform:rotate(0deg);}
.sub-tab-content {position:absolute;top:48px;left:0;width:100%;height:222px;overflow-y:auto;background-color:var(--color-white);border-bottom:1px solid var(--table-border-color);border-right:1px solid var(--table-border-color);}
.sub-tab-content > ul {display:flex;flex-direction:column;gap:4px;}
.sub-tab-content > ul > li {display:flex;justify-content:center;padding:4px 8px;}
.cr_box {margin-top:12px;justify-content:flex-end;}

/* 스와이퍼 뱃지 */
.tabSwiper .swiper-slide {width:auto!important;;}
.badge-ver-btn {display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:20px;border:1px solid var(--border-color);font-size:var(--txt-size05);font-weight:var(--fw-medium);color:var(--color-gray);}

@media(max-width:767px) {
    .f-modal + .cr-wrap {margin-top: 20px;}
    .check-tab-wrap {width:100%;height:100%;position:static;background-color:var(--color-white);}
    .f-modal {display:none;width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);z-index: 100002;touch-action: none;-webkit-user-select: none;user-select: none;}
    .f-modal.active {display:block;}
    .f-modal-content {touch-action: auto;height:80vh;background-color: var(--color-white);padding-top:48px;padding-bottom:48px;border-radius: 8px; width: 100%; max-width: 100%; position: absolute; bottom:0; left: 0;z-index: 100003;}
    .f-modal-content .title-wrap {width:100%;height:48px;display:flex;justify-content:space-between;align-items:center;padding:20px;position:absolute;left:0;top:0;border-bottom:1px solid #D8DCE2;}
    .f-modal-content .title-wrap > h3 {font-size:var(--txt-size05);font-weight:var(--fw-bold)}
    .f-modal-content .close-btn {width:28px;height:28px;background:url(../images/ico/ico_modal_close.svg) center center no-repeat;background-size:contain;cursor:pointer;}
    .f-modal-body {height:calc(80vh - 48px - 48px);background:var(--color-white);position:relative;}
    .cr_box {position:absolute;left:0;bottom:0;width:100%;}
    .cr_box .btn {flex:1;max-width:none;border-radius:0;}

    .check-tab-wrap .check-scroll > ul {flex-direction:column;}
    .check-scroll {display:inline-block;height:100%;max-height:calc(80vh - 96px);overflow-y:auto;background-color:var(--table-cell-bg);border-right:1px solid var(--table-border-color);}
    .check-tab-wrap .check-scroll > ul > li {width:99px;position:static;border-right:0;}
    .check-tab-wrap .check-scroll > ul > li.active .check-tab-btn{color:var(--color-primary);}
    /*.check-tab-wrap .check-scroll > ul > li.active .check-tab-btn:focus {color:red;}*/
    .check-tab-wrap .check-scroll > ul > li .check-tab-btn {border-right: 0;}
    .check-tab-wrap .check-scroll > ul > li:not(.active) {border:0;}
    .check-tab-wrap .check-scroll > ul > li:first-child > .check-tab-btn {border-left:0;}
    .check-tab-wrap .check-scroll > ul > li:first-child .sub-tab-content {border-left:0;}
    .check-tab-btn {border-top:0;border-bottom:0;padding:7px 4px;}
    .check-tab-btn > .isOpen {opacity: 0;width:1px;height:1px;}
    .check-tab-btn.active {border-top:1px solid var(--table-border-color);border-bottom:1px solid var(--table-border-color);background-color:var(--color-white)}
    .check-tab-wrap .check-scroll > ul > li:first-child .check-tab-btn.active {border-top:0;}
    .sub-tab-content {display:none;top:0;left:108px;width:calc(100% - 108px);max-height:calc(80vh - 96px);height:100%;border:0;z-index: 0}
    .check-tab-wrap .check-scroll > ul > li.active .sub-tab-content{display:block;}
    .sub-tab-content > ul > li {justify-content:flex-start;}
}

/* 개인정보 처리방침 페이지 이용약관 */
.gray-box + .agree-box {margin-top:12px;}
.agree-box {display:flex;flex-direction:column;gap:8px;}
.agree-radio-wrap {gap:8px;}

/* 결제내역 */
.payment-wrap {gap:6px;}
.sub-content-box.ver2.paymethod-wrap {margin-top:40px;}
.depth-box {padding:24px 60px;margin-bottom:20px;display:flex;align-items:center;position:relative;}
.depth-box::before {content:'';width:100%;height:100%;background-color:var(--color-primary-light);position:absolute;left:0;top:0;z-index: -1;border-radius:4px;}
.depth-list {display:flex;width:100%;justify-content:space-between;}
.depth-list > li {position:relative;}
.depth-list > li:not(:last-child) {flex:1;}
.depth-list > li:not(:last-child)::after {content:'';width:100%;height:4px;border-radius:8px;background-color:var(--border-color2);position:absolute;right:0;top:50%;transform:translateY(-50%);z-index: -1;}
.depth-list > li:nth-child(1) > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico1.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li:nth-child(1).active > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico1_active.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li:nth-child(2) > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico2.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li:nth-child(2).active > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico2_active.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li:nth-child(3) > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico3.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li:nth-child(3).active > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico3_active.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li.active > .depth > span{color:var(--color-primary);}
.depth-list > li.complete::after{background-color:var(--color-primary);}
.depth-list > li.complete > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_complete.svg") 12px center no-repeat;background-size:32px;}
.depth-list > li.active.complete > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_complete.svg") 12px center no-repeat;background-size:32px;}
.depth {display:inline-flex;align-items:center;height:32px;padding:6px 12px 6px 52px;position:relative;}
.depth > span {font-size:var(--txt-size03);font-weight:var(--fw-bold);color:var(--color-gray);}

@media (max-width: 1200px) {
    .depth-box {padding:12px 8px;margin-bottom:8px;}
    /*.depth-box::before {content:'';width:100%;height:100%;background-color:var(--color-primary-light);position:absolute;left:0;top:0;z-index: -1;border-radius:4px;}*/
    /*.depth-list {display:flex;width:100%;justify-content:space-between;}*/
    /*.depth-list > li {position:relative;}*/
    /*.depth-list > li:not(:last-child) {flex:1;}*/
    .depth-list > li{display:flex;}
    .depth-list > li::after {content:'';width:100%;height:2px;border-radius:4px;background-color:var(--border-color2);position:absolute;right:0;top:50%;transform:translateY(-50%);z-index: -1;}
    .depth-list > li:not(:last-child)::after{height:2px;border-radius:4px;}
    .depth-list > li:nth-child(1) {flex:1;justify-content:start;}
    .depth-list > li:nth-child(1)::after {flex:1;justify-content:flex-end;}
    .depth-list > li:nth-child(1) > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico1.svg") 4px center no-repeat;background-size:24px;}
    .depth-list > li:nth-child(1).active > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico1_active.svg") 4px center no-repeat;background-size:24px;}
    .depth-list > li:nth-child(1).active > .depth > span {width:218px;}
    .depth-list > li:nth-child(2) {flex:1;justify-content:flex-end;}
    .depth-list > li:nth-child(2) > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico2.svg") right 4px center no-repeat;background-size:24px;}
    .depth-list > li:nth-child(2).active:not(.complete) {flex:initial!important;}
    .depth-list > li:nth-child(2).active:not(.complete)::after{display:none;}
    .depth-list > li:nth-child(2).active > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico2_active.svg") 4px center no-repeat;background-size:24px;}
    .depth-list > li:nth-child(2).active > .depth > span {width:174px;}
    .depth-list > li:nth-child(2).active.complete {justify-content:flex-start;}
    .depth-list > li:nth-child(3) {flex:1;justify-content:flex-end;}
    .depth-list > li:nth-child(3).active {flex:0.6;justify-content:flex-end}
    .depth-list > li:nth-child(3) > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico3.svg") right 4px center no-repeat;background-size:24px;}
    .depth-list > li:nth-child(3).active > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_ico3_active.svg") 4px center no-repeat;background-size:24px;}
    .depth-list > li:nth-child(3).active > .depth > span {width:144px;}
    .depth-list > li:nth-child(3).active::after {content:'';width:100%;height:2px;border-radius:4px;background-color:var(--color-primary);position:absolute;right:0;top:50%;transform:translateY(-50%);z-index: -1;}
    .depth-list > li.active > .depth > span {color:var(--color-primary);}
    .depth-list > li:not(.active) > .depth > span {display:none; }
    .depth-list > li.complete > .depth > span {display:none; }
    .depth-list > li.complete::after{background-color:var(--color-primary);}
    .depth-list > li.complete > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_complete.svg") 4px center no-repeat;background-size:24px;}
    .depth-list > li.active.complete > .depth {background:var(--color-primary-light) url("../images/common/pay_depth_complete.svg") 4px center no-repeat;background-size:24px;}
    .depth {display:inline-flex;align-items:center;height:24px;padding:3px 4px 3px 32px;position:relative;}
    /*.depth > span {font-size:var(--txt-size03);font-weight:var(--fw-bold);color:var(--color-gray);}*/
}

@media(max-width:767px) {
    .depth-list > li:nth-child(1).active > .depth > span {width:194px;}
    .depth-list > li:nth-child(2).active::after{display:block;}
    .depth-list > li:nth-child(2).active > .depth > span {width:158px;}
    .depth-list > li:nth-child(3).active {flex:1}
    .depth-list > li:nth-child(3).active > .depth > span {width:124px;}
}

/* 결제내역 (수강변경) */
.agree-wrap {margin-top:20px;}
.pm-total-wrap {margin-top:40px;}
.rule-message {margin-top:5px;}
.agree-rule-message {padding-left:34px;}

/* 결제내역 > 가상키패드 */
.virtual-num-wrap {padding:20px 24px;background-color:var(--border-color);}
.virtual-num-box {width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}
.virtual-num-box > button {width:100%;height:82px;display:flex;justify-content:center;align-items:center;font-size:var(--txt-size07);font-weight:var(--fw-bold);color:var(--color-gray2);border:1px solid var(--border-color);background-color:var(--color-white);border-radius:4px;transition:all 0.3s;}
.virtual-num-box > button.action {background:var(--color-white) url("../images/common/delete_ico.svg") center center no-repeat;background-size:40px;}
.virtual-num-box > button.confirm {background-color:var(--color-primary);color:var(--color-white);font-size:var(--txt-size06);}
.virtual-num-box > button.confirm:hover {background-color: var(--color-primary-dark); }
.virtual-num-box > button.num.active {background-color:rgba(0, 0, 0, 0.5);}


/* 이용 안내 */
.us_tit {font-size:var(--txt-size05);font-weight:var(--fw-bold);color:var(--color-black);margin-bottom:12px;}
/*.us-list > li > p {padding-left:44px;}*/
.us-list > li + li {margin-top:40px;}
.us-list > li > p  {padding-left:44px;position:relative;font-size:var(--txt-size04);font-weight:var(--fw-medium);color:var(--color-black);margin-bottom:18px;}
.us-list > li > p > span {position:absolute;left:0;top:-5px;width:36px;height:36px;display:inline-flex;justify-content:center;align-items:center;text-align:center;margin-right:8px;background-color:var(--color-primary);border-radius:50%;font-size:var(--txt-size02);font-weight:var(--fw-bold);color:var(--color-white)}
.us-list > li > p > small {font-size:var(--txt-size02);font-weight:var(--fw-medium);color:var(--color-gray);}
.us-list > li > div {padding-left:44px;width:100%;}
.us-list > li > div > img {width: 100%;}
.us-inner > p {font-size:var(--txt-size04);font-weight:var(--fw-medium);color:var(--color-gray);margin-bottom:12px;}
.us-inner.insert-list > p {margin-bottom:0;}
.us-inner > p > span {color:var(--color-primary);font-weight:var(--fw-bold)}
.us-inner + .us-inner {margin-top:40px;}
.us-sub-list {padding-left:40px;margin-bottom:12px;}
.us-sub-list > li {color:var(--color-gray);font-weight:var(--fw-medium);font-size:var(--txt-size04);}

/* 자동이체 신청/해지 */
.card-list {display:flex;flex-direction:column;gap:8px;}
.card-list > li {border:1px solid var(--border-color);border-radius:4px;padding:10px 12px;}
.card-list .card > .flex-wrap:nth-child(1) {border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:10px;}

/* 신규 */
.search-box {border:1px solid var(--border-color);background-color:var(--color-primary-light);border-radius:8px;padding:12px 24px;}
.search-box .flex-wrap {flex-wrap:wrap;}
.box {border:1px solid var(--border-color);border-radius:8px;padding:12px;background-color:var(--color-primary-light);}
.label-wrap {display:flex;align-items:center;gap:8px;}
.label-wrap > label {min-width:86px;}
.label-wrap select{width:180px;display:inline-block;padding:0 10px;border:1px solid var(--border-color);border-radius:4px;height:40px; appearance: none; -webkit-appearance: none;  -moz-appearance: none;background: var(--color-white) url('../images/ico/ico_select_arrow.svg') right 12px center no-repeat;background-size: 14px;}

@media (max-width:900px) {
    .label-wrap > label {min-width:50px;}
}

@media(max-width:767px) {
    .us-list > li + li {margin-top:16px;}
    .us-list > li > p {padding-left:30px;}
    .us-list > li > p > span {width:24px;height:24px;top:-3px;}
    .us-list > li > div {width:100%;padding-left:0;}
    .us-inner + .us-inner {margin-top:12px;}

    .search-box .label-wrap {width:100%;}
    .search-box .flex-wrap {flex-direction:column;align-items:flex-start;}
    .search-box .btn.sm {width:100%;}
    .label-wrap > label {min-width:40px;}
    .label-wrap select {width:calc(100% - 40px);}
    .us-sub-list {padding-left:24px;margin-bottom:8px;}
}


/* [반응형] : pc */
@media (max-width: 1760px) {
    /* header */
    header > .content-wrap {max-width:100%;padding:0 20px;}

    /* header > nav */
    nav > ul > li > * {padding:12px 6px;}
    nav > ul {gap:66px;}

    /* #sec1 */
    #sec1 > .content-wrap{max-width:100%;padding:0 20px;}
}

@media (max-width: 1500px) {
    /* 공통 */
    .flex-wrap.flex1 {flex:1;}

    /* header > nav */
    nav > ul > li > * {display:inline-flex;padding:12px;font-weight:var(--fw-medium);color:var(--color-black);}
    nav > ul {display:flex;align-items:center;gap:48px;}

    /* #sec1 */
    #sec1 .flex-wrap.first {flex:1;}

    /* sec1 > main-con-box */
    .main-con-box.type1 {background-size:360px;}
    .main-con-box.type2 {background-size:180px;}
    .main-con-box.type3 {width:auto;flex:1;background-size:180px;}
    .main-con-box.type4 {background-size:180px;}
    .main-con-box.type5 {background-size:180px;}
}

/* [반응형] : 모바일 */
@media (max-width: 1200px) {
    /* 공통 */
    .pc-only {display:none!important;}
    .pc-only-f {display:none!important;}
    .pc-only-cell {display:none!important;}
    .pc-only-tc {display:none!important;}
    .mobile-only-column-group{display: table-column-group!important;}
    .pc-only-column-group  {display: none!important;}
    .mobile-only {display:block!important;}
    .pc-only-inline {display:none!important;}
    .mobile-only-inline {display:inline!important;}
    .mobile-only-f {display:flex!important;}
    .mobile-only-cell {display:table-cell!important;}
    .mobile-only-tc {display:table-column!important;}
    .mobile-only-tr {display:table-row!important;}

    /* 공통 */
    .flex-wrap.mo-col {flex-direction: column;}
    .flex-wrap.mo-col.mo-al-start {align-items: flex-start;}
    .flex-wrap.mo-col.mo-al-end {align-items: flex-end;}
    .flex-wrap.mo-j-start {justify-content:flex-start;}
    .flex-wrap.gap-pc-8 {gap:0;}

    /* sec1 > main-con-box */
    .main-con-box{border-radius:8px;padding:16px 12px;}
    .main-con-box.type1 {flex:1;width:100%;}
    .main-con-box.type2 {flex:1;background-image: url(../images/mainPage/main2.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:380px;}
    .main-con-box.type3 {width:300px;background-image: url(../images/mainPage/main3.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:380px;}
    .main-con-box.type4 {flex:1;background-image: url(../images/mainPage/main4.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:280px;}
    .main-con-box.type5 {flex:1;background-image: url(../images/mainPage/main5.png);background-repeat:no-repeat;background-position:calc(100% - 32px) calc(100% - 20px);height:280px;}
    .main-con-box.type6 {flex:1;padding:27px 32px;}
    .main-con-box.type7 {flex:1;background-image: url(../images/subPage/sub1.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);background-size:80px;}
    .main-con-box.type8 {flex:1;background-image: url(../images/subPage/sub2.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);background-size:80px;}
    .main-con-box.type9 {flex:1;background-image: url(../images/subPage/sub3.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);background-size:80px;}
    .main-con-box.type10 {flex:1;background-image: url(../images/subPage/sub4.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);background-size:80px;}
    .main-con-box.type11 {flex:1;background-image: url(../images/subPage/sub5.png);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(100% - 16px);background-size:80px;}

    /* #sec1 */
    #sec1 .flex-wrap.first {width:100%;}

    /* header */
    header  h1  a {display:flex;border:1px solid transparent;}
    header  h1  a > img {width: 100%;}
    header .btn-wrap > a.ico-user,
    header .btn-wrap > a.ico-pay {padding-top:0;border:1px solid transparent;background:none;min-width:28px;}
    header .btn-wrap > a.ico-user > img,
    header .btn-wrap > a.ico-pay > img {object-fit: contain;}

    /* sidebar */
    .sidebar {position:fixed;right:-280px;top:0;width:280px;height:100vh;padding-top:48px;z-index:100005;background-color:var(--color-white);transition: right 0.3s ease; /*transform:translateX(100%);transition:transform 0.3s*/;overflow-y:auto;}
    .sidebar.active {right:0;}
    .sidebar .sidebar-title-wrap,
    .sidebar .sidebar-list {display: none!important;}
    .sidebar.active .sidebar-title-wrap {display:flex!important;}
    .sidebar.active .sidebar-list {display:block!important;}
    /*.sidebar .sidebar-title-wrap .user-btn {display:flex;align-items:center;height:28px;color:var(--color-white);font-size:var(--txt-size03);font-weight:var(--fw-medium);padding-left:32px;background:url(../images/ico/ico_login_white.svg) left center no-repeat;background-size:28px;}*/
    .sidebar .sidebar-title-wrap .close-btn {width:24px;height:24px;background:url(../images/ico/ico_close.svg) center center no-repeat;background-size:24px;}
    .sidebar-title-wrap{width:100%;align-items:center;justify-content:space-between;padding:12px;position:absolute;left:0;top:0;height:48px;}
    .sidebar .sidebar-menu-wrap {padding:0 0 8px;}
    .sidebar-list > li > * {display:block;width:100%;padding:16px 12px 16px 24px;font-size:var(--txt-size03);font-weight:var(--fw-medium);color:#333333;text-align:left;}
    .sidebar-list > li > *:focus,
    .sidebar-list > li.active > * {color:var(--color-primary);}

    /* top-sidebar-list */
    .top-sidebar-list {display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid var(--border-light-color);}
    .top-sidebar-list > li {flex:1;}
    .top-sidebar-list > li > * {width:100%;height:24px;display:flex;align-items:center;padding-left:26px;background-position:0 center;background-size:24px;font-size:var(--txt-size01);color:var(--color-gray);}

    /*---------------------------------*/
    /* 서브 페이지 공통 */
    .inner-wrap{padding-top:60px;padding-bottom:22px;}
    .content-box {max-width:100%;padding:0 16px;}
    .content-box.lg {max-width:100%;}
    .content-box.no-pd {padding:0}
    .content-box.no-pd .tab-box {padding:0 16px;}
}
@media (max-width: 767px) {
    .pc-only2 {display:none!important;}
    .pc-only-inline2 {display:none!important;}
    .mobile-only2 {display:block!important;}
    .mobile-only-f2 {display:flex!important;}
    .mobile-only-inline2 {display:inline!important;}
    /* 공통 */
    .flex-wrap{gap:12px;}
    .mo-flex1 {flex:1;}
    .title-wrap * {text-align:center;}
    .title-wrap > p + h2 {margin-top:4px;}
    .title-wrap > p + h4 {margin-top:8px;}
    .txt-big + .link-btn {margin-top:24px;}
    .link-btn {display:inline-flex;width:36px;height:36px;border-radius:50%;background:var(--color-white) url(../images/ico/ico_arrow_sm.svg) center center no-repeat;background-size:20px;}
    .main-con-box:hover .link-btn {background:var(--color-white) url(../images/ico/ico_arrow_sm_active.svg) center center no-repeat;background-size:20px;}

    /* sub-ver title */
    .title-wrap.sub-ver {gap:8px;margin-bottom:16px;padding:0 16px;}
    .title-wrap.sub-ver.lg {margin-bottom:28px;}

    /* main-con-box 색상 박스 */
    .main-con-box.type1 {padding:20px 12px;background-position:calc(100% - 12px) calc(100% - 12px);background-size: 150px;height:173px;}
    .main-con-box.type2 {background-position:calc(100% - 8px) calc(100% - 8px);background-size: 96px;height:160px;}
    .main-con-box.type3 {background-position:calc(100% - 8px) calc(100% - 8px);background-size: 96px;height:160px}
    .main-con-box.type4 {background-position:calc(100% - 8px) calc(100% - 8px);background-size: 96px;height:160px;}
    .main-con-box.type5 {background-position:calc(100% - 8px) calc(100% - 8px);background-size: 96px;height:160px;}
    .main-con-box.type6 {flex:1;padding:16px 0 24px;border-radius:0;position:relative;margin-top:14px;}
    .main-con-box.type6 .flex-wrap.between.al-center {justify-content:flex-start;align-items:flex-start;}
    .main-con-box.type6::before{content:'';width:calc(100% + 40px);height:100%;background-color:#EFEFEF;position:absolute;left:-20px;top:0;z-index:-1;}

    main {padding-top:60px;}
    /* #sec1 */
    #sec1 {padding:20px 0 0;}
    #sec1 .title-wrap + .main-con-box.type1 {margin-top:0;height: 100%;}
    #sec1 .flex-wrap.first + .flex-wrap {flex:1;}
    #sec1 .title-wrap * {text-align:left;}

    /* header */
    header {height:60px;}
    header > .content-wrap {width:100%;height:100%;padding:15px 20px;}
    header  h1 {width:130px;height:29px;}

    /* sidebar */
    .sidebar .sidebar-title-wrap .user-btn {/*font-size:12px;*/}
    .sidebar-list > li > * {font-size:var(--txt-size02);}

    /*---------------------------------*/
    /* 서브 페이지 공통 */
    .inner-wrap{padding-top:20px;}
    .content-box {max-width:100%;padding:0 16px;}
    .content-box.lg {max-width:100%;}

    /* 개인정보 처리방침 페이지 이용약관 */
    .agree-box {display:flex;flex-direction:column;gap:12px;}
    .agree-box > .flex-wrap {flex-direction:column;align-items:flex-end;gap:8px;}
    .agree-box > .flex-wrap > p {width: 100%;}
    .agree-radio-wrap {gap:8px;}

    /* 결제내역 */
    .payment-wrap {gap:8px;}
    .payment-wrap .flex-wrap.w-auto {width:100%;}
    .payment-wrap .flex-wrap.w-auto .radio-tab-wrap {flex:1;}
    .payment-wrap .flex-wrap.w-auto .radio-tab-wrap > .radio-tab {flex:1;}
    .payment-wrap .flex-wrap.w-auto .radio-tab-wrap > .radio-tab > span {width:100%;min-width:auto;}
}

@media (max-width: 350px) {
    /* 결제내역 */
    .payment-wrap .flex-wrap.w-auto {flex-direction:column}
}

/* datepicker */
.ui-datepicker {border:1px solid var(--border-color)}
.ui-datepicker * {font-family: "Pretendard", sans-serif;}
.ui-widget-header {background-color:var(--color-transparent);border:none;}
/* 년/월 고르는 상단 */
.ui-datepicker .ui-datepicker-title {display:flex;justify-content:center;gap:18px;}
.ui-datepicker .ui-datepicker-title select {font-family:inherit!important;font-size:var(--txt-size04);font-weight:var(--fw-bold);appearance: none;-webkit-appearance: none; -moz-appearance: none;border:0;width:auto!important; background: url('../images/ico/ico_calendar_arrow.svg') right center no-repeat; /* 커스텀 화살표 이미지 */background-size: 16px;padding: 5px 20px 5px 10px;}
/* 월-금 */
.ui-datepicker-calendar thead * {color:var(--color-gray2)!important;font-size:var(--txt-size02)!important;font-weight:var(--fw-medium)!important;}
/* 기본 날짜 틀 */
.ui-datepicker td.ui-state-disabled.ui-datepicker-unselectable > span,
.ui-datepicker td > a {width:32px;height:32px;border:0!important;background-color:var(--color-transparent)!important;border-radius:50%;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:var(--txt-size02)!important;color:var(--color-black)!important;font-weight:var(--fw-medium)!important}
/* 선택 불가능한 날짜 */
.ui-datepicker td.ui-state-disabled.ui-datepicker-unselectable {opacity:1!important;}
.ui-datepicker td.ui-state-disabled.ui-datepicker-unselectable > span {color:var(--color-light-gray2)!important;}
/* 선택한 날짜 */
.ui-datepicker td.ui-datepicker-today a.ui-state-active,
.ui-datepicker td > a.ui-state-active {background-color:var(--color-primary)!important;color:var(--color-white)!important;}
/* 오늘 날짜 */
.ui-datepicker td.ui-datepicker-today a {color:var(--color-primary)!important;}

/* pagination */
.pagination-wrap {width:100%;display:flex;justify-content:center;padding:20px 0;}
.pagination {display:flex;align-items:center;}
.pagination [class^="pg_"] {width:36px;height:36px;}
.pagination ul {display:flex;align-items:center;margin:0 12px;}
.pagination ul > li > button {min-width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:var(--txt-size03);font-weight:var(--fw-medium);color:var(--color-gray);}
.pagination ul > li > button.active {background-color:var(--color-primary);color:var(--color-white);border-radius:4px;}
.pg_first {background:url('../images/common/pg_first.svg') center center no-repeat;background-size:36px;}
.pg_prev {background:url('../images/common/pg_prev.svg') center center no-repeat;background-size:36px;}
.pg_next {background:url('../images/common/pg_next.svg') center center no-repeat;background-size:36px;}
.pg_last {background:url('../images/common/pg_last.svg') center center no-repeat;background-size:36px;}

@media(max-width:767px) {
    .pagination [class^="pg_"] {width:28px;height:28px;}
    .pagination ul {margin:0 8px;}
    .pagination ul > li > button {min-width:28px;height:28px;}
    .pg_first {background:url('../images/common/pg_first.svg') center center no-repeat;background-size:28px;}
    .pg_prev {background:url('../images/common/pg_prev.svg') center center no-repeat;background-size:28px;}
    .pg_next {background:url('../images/common/pg_next.svg') center center no-repeat;background-size:28px;}
    .pg_last {background:url('../images/common/pg_last.svg') center center no-repeat;background-size:28px;}

}