@charset "utf-8";
:root { 
    --white: #ffffff;
    --black : #000000;
    --red : #F60909;
    --yellow : #F9A825;
    --green : #4CAF50;
    --blue-strong : #1A1E81;
    --blue : #297DFB;
    --blue-light : #E6F0FF;

    --gray-400 : #f8f9fa;
    --gray-500 : #efefef;
    --gray-600 : #dddddd;
    --gray-700 : #aaaaaa;
    --gray-800 : #757575;
    --gray-900 : #222222;

    --primary-100 : #f1fbf5;
    --primary-200 : #aadebe;
    --primary-300 : #7fce9d;
    --primary-400 : #55bd7d;
    --primary-500 : #2aad5c;
    --primary-600 : #228a4a;
    --primary-700 : #196837;
    --primary-800 : #114525; 
    --primary-900 : #082312;
    --primary-gradation : linear-gradient(90deg, #2AAD5C 0%, #E4F6EB 100%); 
} 

/* hide */
.hide { display: none !important; }
.blind { display: none; }

/* m - 마진 */
.mt-02 { margin-top: 2px !important; }
.mt-04 { margin-top: 4px !important; }
.mt-08 { margin-top: 8px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-12 { margin-top: 12px !important; }
.mt-16 { margin-top: 16px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-24 { margin-top: 24px !important; }
.mt-32 { margin-top: 32px !important; }
.mt-36 { margin-top: 36px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-48 { margin-top: 48px !important; }
.mt-56 { margin-top: 56px !important; }
.mt-92 { margin-top: 92px !important; }
.mb-04 { margin-bottom: 4px !important; }
.mb-08 { margin-bottom: 8px !important; }
.mb-12 { margin-bottom: 12px !important; }
.mr-04 { margin-right: 4px !important; }
.mr-06 { margin-right: 6px !important; }
.mr-08 { margin-right: 8px !important; }
.mr-12 { margin-right: 12px !important; }
.mr-16 { margin-right: 16px !important; }
.ml-04 { margin-left: 4px !important; }
.ml-08 { margin-left: 8px !important; }
.ml-12 { margin-left: 12px !important; }
.ml-auto { margin-left: auto !important; }
.mw-auto { margin: 0 auto !important; }

/* p - 패딩 */
.pt-0 { padding-top: 0px !important; }
.pt-04 { padding-top: 4px; }
.pt-08 { padding-top: 8px; }
.pt-10 { padding-top: 10px; }
.pt-12 { padding-top: 12px; }
.pt-20 { padding-top: 20px; }
.pt-48 { padding-top: 48px; }
.pb-0 { padding-bottom: 0px !important; }
.pb-04 { padding-bottom: 4px; }
.pb-08 { padding-bottom: 8px; }
.pb-12 { padding-bottom: 12px; }
.pb-16 { padding-bottom: 16px; }
.pb-56 { padding-bottom: 56px !important; }
.pl-0 { padding-left: 0px !important; }
.pl-08 { padding-left: 8px; }
.pr-0 { padding-right: 0px !important; }
.px-04 { padding-left: 4px; padding-right: 4px; }
.px-08 { padding-left: 8px; padding-right: 8px; }
.px-12 { padding-left: 12px; padding-right: 12px; }
.px-16 { padding-left: 16px; padding-right: 16px; }
.px-20 { padding-left: 20px; padding-right: 20px; }
.px-24 { padding-left: 24px; padding-right: 24px; }
.px-36 { padding-left: 36px; padding-right: 36px; }
.py-04 { padding-top: 4px; padding-bottom: 4px; }
.py-08 { padding-top: 8px; padding-bottom: 8px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.py-12 { padding-top: 12px; padding-bottom: 12px; }
.py-16 { padding-top: 16px; padding-bottom: 16px; }
.py-24 { padding-top: 24px; padding-bottom: 24px; }
.py-48 { padding-top: 48px; padding-bottom: 48px; }
.pw-06 { padding: 6px; }
.pw-08 { padding: 8px; }
.pw-12 { padding: 12px; }
.pw-16 { padding: 16px; }
.pw-20 { padding: 20px; }
.pw-06-16 { padding: 6px 16px; }
.pw-08-16 { padding: 8px 16px; }
.pw-12-16 { padding: 12px 16px; }
.pw-08-20 { padding: 8px 20px; }
.pw-12-20 { padding: 12px 20px; }
.pw-16-20 { padding: 16px 20px; }
.pw-24-20 { padding: 24px 20px; }
.pw-40-20 { padding: 40px 20px; }
.pw-48-20 { padding: 48px 20px; }

/* f - 폰트 */
.f-gmarket { font-family: 'GmarketSans';}
.f-26 { font-size: 26px; line-height: 130%; letter-spacing: -0.65px; }
.f-24 { font-size: 24px; line-height: 130%; letter-spacing: -0.6px; }
.f-18 { font-size: 18px; line-height: 130%; letter-spacing: -0.36px; }
.f-16 { font-size: 16px; line-height: 140%; letter-spacing: -0.32px; }
.f-14 { font-size: 14px; line-height: 130%; letter-spacing: -0.28px; }
.f-13 { font-size: 13px; line-height: 130%; letter-spacing: -0.13px; }
.f-12 { font-size: 12px; line-height: 130%; letter-spacing: -0.12px; }
.f-500 { font-weight: 500; }
.f-400 { font-weight: 400; }
.f-700 { font-weight: 700; }
.f-primary-200 { color: var(--primary-200) !important; }
.f-primary-300 { color: var(--primary-300) !important; }
.f-primary-400 { color: var(--primary-400) !important; }
.f-primary-500 { color: var(--primary-500) !important; }
.f-primary-600 { color: var(--primary-600) !important; }
.f-primary-700 { color: var(--primary-700) !important; }
.f-primary-800 { color: var(--primary-800) !important; }
.f-primary-900 { color: var(--primary-900) !important; }
.f-gray-400 { color: var(--gray-400) !important; }
.f-gray-500 { color: var(--gray-500) !important; }
.f-gray-600 { color: var(--gray-600) !important; }
.f-gray-700 { color: var(--gray-700) !important; }
.f-gray-800 { color: var(--gray-800) !important; }
.f-gray-900 { color: var(--gray-900) !important; }
.f-red { color: var(--red) !important; }
.f-yellow { color: var(--yellow) !important; }
.f-green { color: var(--green) !important; }
.f-blue { color: var(--blue) !important; }
.f-black { color: var(--black) !important; }
.f-white { color: var(--white) !important; }

/* bg - 배경 */
.bg-primary { background: var(--primary-500) !important; }
.bg-primary-100 { background: var(--primary-100) !important; }
.bg-gray-400 { background: var(--gray-400) !important; }
.bg-gray-500 { background: var(--gray-500) !important; }
.bg-gray-600 { background: var(--gray-600) !important; }
.bg-gray-700 { background: var(--gray-700) !important; }
.bg-gray-800 { background: var(--gray-800) !important; }
.bg-gray-900 { background: var(--gray-900) !important; }
.bg-red { background: var(--red) !important; }
.bg-yellow { background: var(--yellow) !important; }
.bg-yellow-light { background: var(--yellow-light) !important; }
.bg-green { background: var(--green) !important; }
.bg-blue { background: var(--blue) !important; }
.bg-blue-light { background: var(--blue-light) !important; }
.bg-black { background: var(--black) !important; }
.bg-white { background: var(--white) !important; }

/* bd - 보더 */
.bd-top-01 { border-top-width: 1px; border-top-style: solid; }
.bd-bottom-01 { border-bottom-width: 1px; border-bottom-style: solid; }
.bd-left-01 { border-left-width: 1px; border-left-style: solid; }
.bd-right-01 { border-right-width: 1px; border-right-style: solid; }
.bd-top-08 { border-top-width: 8px; border-top-style: solid; }
.bd-wrap-01 { border-width: 1px; border-style: solid; }
.bd-gray-400 { border-color: var(--gray-400); }
.bd-gray-500 { border-color: var(--gray-500); }

/* text - 텍스트정렬 */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* radius - 모서리 */
.radius-04 { border-radius: 4px; }
.radius-06 { border-radius: 6px; }
.radius-08 { border-radius: 8px; }
.radius-10 { border-radius: 10px; }
.radius-12 { border-radius: 12px; }
.radius-100 { border-radius: 100px; }

/* w - 넓이 */
.w-100 { width: 100%; }
.w-50 { width: 50%; }
.w-quto { width: 50%; }

/* d - display */
.d-block { display: block; }
.d-inlineblock { display: inline-block; }
.d-flex { display: flex; }
.d-flex.flex-wrap { flex-wrap: wrap; }
.d-flex.flex-between { justify-content: space-between; }
.d-flex.row-center { align-items: center; }
.d-flex.col-center { justify-content: center; }
.d-flex .flex-auto { flex: 1; }

/* btn - 버튼 */
.btn-primary { display: inline-block; color: var(--white); background: var(--primary-500); border: 1px solid var(--primary-500); }
.btn-primary-line { display: inline-block; color: var(--primary-500); background: var(--white); border: 1px solid var(--primary-500); }
.btn-primary-light-line { display: inline-block; color: var(--primary-500); background: var(--primary-100); border: 1px solid var(--primary-500); }
.btn-gray { display: inline-block; color: var(--gray-800); background: var(--gray-400); border: 1px solid var(--gray-400); }
.btn-gray-line { display: inline-block; color: var(--gray-800); background: var(--white); border: 1px solid var(--gray-600); }
.btn-text { display: inline-block; background: var(--white); }
.btn-text > span { color: var(--gray-800); }
.btn-text > .text-underline { border-bottom: 1px solid var(--gray-800); }
.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary-line:disabled,
.btn-primary-line.disabled,
.btn-primary-light-line:disabled,
.btn-primary-light-line.disabled,
.btn-gray:disabled,
.btn-gray.disabled,
.btn-gray-line:disabled,
.btn-gray-line.disabled { color: var(--gray-700) !important; background: var(--gray-500) !important; border: 1px solid var(--gray-500) !important; }
.btn-kakao { color: var(--gray-900); background: #fee500; border: 1px solid #fee500; }
.btn-naver { color: var(--white); background: #03c75a; border: 1px solid #03c75a; }
.btn-kakao.add-icon::before { content: ''; display: inline-block; width: 18px; height: 18px; background: url(../image/icon/icon_kakao_black.svg) no-repeat center center; background-size: contain; vertical-align: -3px; margin-right: 12px; }
.btn-naver.add-icon::before { content: ''; display: inline-block; width: 18px; height: 18px; background: url(../image/icon/icon_naver_white.svg) no-repeat center center; background-size: contain; vertical-align: -3px; margin-right: 12px; }
/*? btn - wrap */
.btn-fix-box { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 480px; min-width: 360px; text-align: center ; padding: 36px 20px 40px; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); z-index: 1000; }
.btn-fix-box .btn-sub-text { position: absolute; left: 50%; bottom: 100px; transform: translateX(-50%); max-width: 100%; white-space: nowrap; z-index: 5; }
.btn-flex-box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.btn-flex-box .w-50 { width: calc(50% - 4px); }

/* label */
.label { display: inline-block; padding: 2px 4px; border-radius: 4px; }
.label-primary { color: var(--primary-500); background: var(--primary-100); }

/* chip */
.chip { text-align: center; }
.chip.type-filter { color: var(--gray-700); background: var(--gray-400); border: 1px solid var(--gray-400); border-radius: 50px; }
.chip.type-option { color: var(--gray-800); background: var(--gray-400); border: 1px solid var(--gray-400); border-radius: 6px; }
.chip.type-option.active,
input:checked + label.chip.type-option { color: var(--primary-500); background: var(--primary-100); border: 1px solid var(--primary-500); }

/* icon */
.size-24 { width: 24px; height: 24px; }
.size-48 { width: 48px; height: 48px; }
.icon-confirm { display: inline-block; background: url(../image/icon/icon_confirm_primary.svg) no-repeat center center; background-size: contain; }
.icon-warning { display: inline-block; background: url(../image/icon/icon_warning_yellow.svg) no-repeat center center; background-size: contain; }

/* toggle - 토글 */
.toggle-tab { cursor: pointer; }
.toggle-cont { display: none; }

/* tab - 탭 */
.tab-nav-wrap.type-01 { display: flex; padding: 0 20px; border-bottom: 2px solid var(--gray-500); }
.tab-nav-wrap.type-01 > .tab-nav-item { position: relative; flex: 1; color: var(--gray-800); text-align: center; cursor: pointer; }
.tab-nav-wrap.type-01 > .tab-nav-item.active { font-weight: 700; color: var(--gray-900); }
.tab-nav-wrap.type-01 > .tab-nav-item.active::after { content: ''; display: block; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background: var(--gray-900); z-index: 1; }
.tab-cont-wrap .tab-cont-item { display: none; }
.tab-cont-wrap .tab-cont-item.active { display: block; }

/* input */
.form-group-box { position: relative; } 
.form-group-box .form-input { position: relative; width: 100%; height: 56px; font-size: 16px; font-weight: 400; color: transparent; line-height: 22px; padding: 24px 48px 8px 20px; background: var(--white); border: 1px solid var(--gray-600); border-radius: 8px; transition: all .1s ease-in-out; } 
.form-group-box .form-input::placeholder { color: var(--gray-700); }
.form-group-box .form-label { position: absolute; left: 20px; top: 20px; font-size: 16px; font-weight: 400; color: var(--gray-700); line-height: 16px; display: inline-block; transition: all .1s ease-in-out; } 
.form-group-box .form-limit { opacity: 0; display: block; position: absolute; right: 16px; top: 18px; height: 20px; transition: all .1s ease-in-out; }
.form-group-box .form-reset { opacity: 0; display: block; position: absolute; right: 16px; top: 18px; width: 20px; height: 20px; background: url(../image/btn/btn_delete_circle_gray.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; cursor: pointer; transition: all .1s ease-in-out; }
/*? focus */
.form-group-box .form-input:focus,
.form-group-box .form-input.focus { color: var(--black); border: 1px solid var(--primary-500); } 
.form-group-box .form-input:focus + .form-label,
.form-group-box .form-input.focus + .form-label { top: 8px; font-size: 13px; } 
.form-group-box .form-input:focus ~ .form-limit,
.form-group-box .form-input.focus ~ .form-limit,
.form-group-box .form-input:focus ~ .form-reset,
.form-group-box .form-input.focus ~ .form-reset{ opacity: 1; }
/*? valid */
.form-group-box .form-input.valid { color: var(--black); } 
.form-group-box .form-input.valid + .form-label { top: 8px; font-size: 13px; } 
/*? readonly , disabled */
.form-group-box .form-input:read-only { background: var(--gray-500); } 
.form-group-box .form-input:read-only:focus { border: 1px solid var(--gray-600); }
/*? type-select */
.form-group-box .form-input.type-select { color: var(--gray-700); padding: 16px 20px; background: url(../image/icon/icon_arrow_down_black.svg) no-repeat calc(100% - 16px) center, var(--white); cursor: pointer; }
.form-group-box .form-input.type-select.valid { color: var(--gray-900); }
.form-group-box .form-input.type-select::after { content: ''; display: block; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url(../image/icon/icon_arrow_down_black.svg); }

/* selctbox */
.form-select-box { position: relative; }
.form-select-box .form-select { width: 100%; height: 56px; font-size: 16px; font-weight: 400; color: var(--gray-700); line-height: 22px; padding: 16px; background: var(--white); border: 1px solid var(--gray-600); border-radius: 8px; cursor: pointer; transition: all .1s ease-in-out; } 
.form-select-box .form-select.valid { color: var(--gray-900); }
.form-select-box .form-select option { color: var(--gray-900); }
.form-select-box::after { content: ''; display: block; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url(../image/icon/icon_arrow_down_black.svg); }

/* textarea */
.form-textarea-box { position: relative; }
.form-textarea-box .form-textarea { width: 100%; height: 56px; font-size: 16px; font-weight: 400; color: var(--gray-900); line-height: 140%; padding: 16px; background: var(--white); border: 1px solid var(--gray-600); border-radius: 8px; cursor: pointer; transition: all .1s ease-in-out; } 
.form-textarea-box .form-textarea::placeholder { color: var(--gray-700); }
.form-textarea-box .form-textarea:focus,
.form-textarea-box .form-textarea:focus-visible { border: 1px solid var(--primary-500); }

/*? form - error */
.form-group-box .form-input.error,
.form-select-box select.error,
.form-textarea-box .form-textarea.error { border: 1px solid var(--red); } 
.form-group-box .form-input.error + .form-label { color: var(--red); } 
.error-message { height: 0px; font-size: 13px; font-weight: 400; color: var(--red); padding-top: 0px; padding-left: 4px; overflow: hidden; transition: all .2s ease-in-out; } 
.error ~ .error-message { height: 18px; padding-top: 4px; } 

/* tooltip */
.tooltip-axis { position: relative; }
.tooltip { position: absolute; background: var(--gray-900); z-index: 10; }
.tooltip::after { content: ''; display: block; position: absolute; width: 10px; height: 10px; border-radius: 2px; background: var(--gray-900); }
.tooltip.arr-ct,
.tooltip.arr-cb { transform: translateX(-50%); }
.tooltip.arr-lt::after { left: 8px; top: -3px; transform: rotate(53deg) skew(15deg); }
.tooltip.arr-rt::after { right: 8px; top: -3px; transform: rotate(53deg) skew(15deg); }
.tooltip.arr-ct::after { left: 50%; top: 0px; transform: rotate(53deg) skew(15deg) translateX(-50%); }
.tooltip.arr-lb::after { left: 8px; bottom: -3px; transform: rotate(53deg) skew(15deg); }
.tooltip.arr-rb::after { right: 8px; bottom: -3px; transform: rotate(53deg) skew(15deg); }
.tooltip.arr-cb::after { left: 50%; bottom: -7px; transform: rotate(53deg) skew(15deg) translateX(-50%); }
.tooltip.tooltip-blue { background: var(--blue); }
.tooltip.tooltip-blue::after { background: var(--blue); }
.tooltip .tooltip-close { display: inline-block; width: 14px; height: 14px; background: url(../image/btn/btn_exit_white.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; margin-left: 2px; }

/* 확인콜 버튼 */
.check-call-box { position: relative; }
.check-call-box::after { content: ''; display: block; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background: url(../image/icon/icon_arrow_right_black.svg) no-repeat center center; background-size: contain; }
.check-call-box p { position: relative; padding-left: 36px; }
.check-call-box p::before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; background: url(../image/icon/icon_checkcall_primary.svg) no-repeat center center; background-size: contain; }

/* 유의사항 */
.note-wrap .title { position: relative; padding-left: 21px; }
.note-wrap .title::before { content: ''; display: block; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; background: url(../image/icon/icon_info_gray_700.svg) no-repeat center center; background-size: contain; }
.note-wrap .sub_title { display: inline-block; border-bottom: 1px solid var(--gray-700); }
.note-wrap .text-list-box.add-bull > li { position: relative; padding-left: 18px; }
.note-wrap .text-list-box.add-bull > li::before { content: ''; display: block; position: absolute; left: 7px; top: 6px; width: 2px; height: 2px; background: var(--gray-700); border-radius: 50%; }



/*! -------------------- wrap -------------------- */
#wrap { position: relative; width: 100%; max-width: 480px; min-width: 360px; height: auto; min-height: 100%; margin: 0 auto; background: var(--white); box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05); } 
.header { position: fixed; left: 50%; top: 0; transform: translateX(-50%); width: 100%; max-width: 480px; min-width: 360px; height: 56px; background: var(--white); z-index: 2000; }
.header .hd-wrap { position: relative; width: 100%; height: 100%; padding: 4px; }
.header .hd-wrap .logo { width: 92px; height: 48px; display: inline-block; overflow: hidden; } 
.header .hd-wrap .logo a { width: 100%; height: 100%; background: url(../image/logo.svg) no-repeat center center; background-size: 80px; text-indent: -9999px; display: inline-block; overflow: hidden; } 
.header .hd-wrap .page-title { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 256px; font-size: 16px; font-weight: 700; color: var(--gray-900); line-height: 140%; letter-spacing: -0.32px; text-align: center; }
.header .hd-wrap .btn-back { display: inline-block; position: absolute; left: 4px; width: 48px; height: 48px; background: url(../image/btn/btn_back_black.svg) no-repeat center center; background-size: 24px; text-indent: -9999px; overflow: hidden; }
.header .hd-wrap .btn-exit { display: inline-block; position: absolute; right: 4px; width: 48px; height: 48px; background: url(../image/btn/btn_exit_black.svg) no-repeat center center; background-size: 24px; text-indent: -9999px; overflow: hidden; }
.header .hd-wrap .btn-info { display: inline-block; position: absolute; right: 4px; width: 48px; height: 48px; font-size: 14px; font-weight: 500; color: var(--gray-900); line-height: 48px; letter-spacing: -0.28px ; }
.header .hd-wrap .btn-menu { display: inline-block; position: absolute; right: 4px; width: 48px; height: 48px; background: url(../image/btn/btn_menu_black.svg) no-repeat center center; background-size: 24px; text-indent: -9999px; overflow: hidden; }
.header .gnb { display: none; position: absolute; left: 0; top: 56px; width: 100%; padding: 8px 24px 24px; background: var(--white); overflow: hidden; z-index: 2000; } 
.header .gnb nav { position: relative; } 
.header .gnb .depth-01 > li { position: relative; width: 100%; padding: 12px 0; overflow: hidden; } 
.header .gnb .depth-01 > li .snav-title span,
.header .gnb .depth-01 > li > a { position: relative; display: inline-block; font-size: 16px; font-weight: 500; color: var(--gray-900); line-height: 30px; transition: all 0.1s ease; } 
.header .gnb .depth-01 > li.on .snav-title span,
.header .gnb .depth-01 > li > a.on,
.header .gnb .depth-01 > li > a:hover { color: var(--primary-500); } 
.header .gnb .depth-01 > li .snav-title span::after,
.header .gnb .depth-01 > li > a::after { position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--primary-500); content: ''; display: block; opacity: 0; transition: all 0.1s ease; } 
.header .gnb .depth-01 > li.on .snav-title span::after,
.header .gnb .depth-01 > li > a.on::after,
.header .gnb .depth-01 > li > a:hover::after { opacity: 1; } 
.header .gnb .depth-01 > li .hot { width: 30px; height: 18px; font-size: 10px; font-weight: 700; color: var(--primary-500); line-height: 17px; text-align: center; background: var(--primary-100); border-radius: 4px; display: inline-block; vertical-align: 1px; margin-left: 6px; } 
.header .gnb .depth-01 > li .new { width: 30px; height: 18px; font-size: 10px; font-weight: 700; color: #ff9534; line-height: 17px; text-align: center; background: #fff7da; border-radius: 4px; display: inline-block; vertical-align: 1px; margin-left: 6px; } 
.header .gnb .depth-01 > li .point::after { width: calc(100% - 36px); } 
.header .gnb .snav { border-bottom: 1px solid var(--gray-400); } 
.header .gnb .snav .snav-title { position: relative; cursor: pointer; } 
.header .gnb .snav .snav-title::after { position: absolute; right: 0; top: 3px; width: 18px; height: 18px; background: url(../image/icon/icon_arrow_down_black.svg) no-repeat center center; background-size: contain; content: ''; display: block; z-index: 5; } 
.header .gnb .snav.on .snav-title::after { transform: rotate(180deg); } 
.header .gnb .depth-02 { display: none; padding: 24px 0 12px; } 
.header .gnb .depth-02 > li { margin-bottom: 16px; } 
.header .gnb .depth-02 > li:last-of-type { margin-bottom: 0; } 
.header .gnb .depth-02 > li a { display: block; font-size: 14px; font-weight: 500; color: var(--gray-800); } 
.header .gnb .depth-02 > li a:hover { color: var(--black); } 
.dim { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1000; } 

#container { position: relative; }
.header + #container { padding-top: 56px; }
.footer { background: var(--gray-500); }
.footer .ft-wrap { padding: 40px 20px; }
.footer .ft-wrap .ft-title { font-size: 14px; font-weight: 700; color: var(--gray-800); line-height: 130%; letter-spacing: -0.28px; }
.footer .ft-wrap .ft-title.toggle-tab::after { content: ''; display: inline-block; width: 18px; height: 18px; background: url(../image/icon/icon_arrow_down_gray_800.svg) no-repeat center center; background-size: contain; vertical-align: -4px; margin-left: 2px; transition: all 0.2s ease-in-out; }
.footer .ft-wrap .ft-title.toggle-tab.on::after { transform: rotate(-180deg); }
.footer .ft-wrap .ft-info-box li { display: flex; }
.footer .ft-wrap .ft-info-box li + li { margin-top: 4px; }
.footer .ft-wrap .ft-info-box li * { font-size: 13px; font-weight: 400; color: var(--gray-700); line-height: 130%; letter-spacing: -0.13px; }
.footer .ft-wrap .ft-info-box li > span { display: block; margin-right: 12px; }
.footer .ft-wrap .ft-info-box li > p { flex: 1; }
.footer .ft-wrap .sns-link-box { display: flex; }
.footer .ft-wrap .sns-link-box li + li { margin-left: 12px; }
.footer .ft-wrap .sns-link-box li a { display: block; width: 40px; height: 40px; border: 1px solid var(--gray-600); border-radius: 50%; text-indent: -9999px; overflow: hidden; }
.footer .ft-wrap .sns-link-box li a.insta { background: url(../image/icon/icon_insta_gray.svg) no-repeat center center; background-size: 24ㅔㅌ; }
.footer .ft-wrap .sns-link-box li a.kakao { background: url(../image/icon/icon_kakaochannel_gray.svg) no-repeat center center; background-size: 24ㅔㅌ; }
.footer .ft-wrap .sns-link-box li a.youtube { background: url(../image/icon/icon_youtube_gray.svg) no-repeat center center; background-size: 24ㅔㅌ; }
.footer .ft-wrap .sns-link-box li a.playstore { background: url(../image/icon/icon_playstore_gray.svg) no-repeat center center; background-size: 24ㅔㅌ; }
.footer .ft-wrap .sns-link-box li a.blog { background: url(../image/icon/icon_blog_gray.svg) no-repeat center center; background-size: 24ㅔㅌ; }
.footer .ft-wrap .legal-link-box { display: flex; }
.footer .ft-wrap .legal-link-box li { position: relative; }
.footer .ft-wrap .legal-link-box li::after { content: ''; display: inline-block; width: 1px; height: 13px; background: #D9D9D9; vertical-align: -3px; margin: 0 6px 0 7px; }
.footer .ft-wrap .legal-link-box li:last-of-type::after { display: none; }
.footer .ft-wrap .legal-link-box li a { font-size: 13px; font-weight: 400; color: var(--gray-700); line-height: 130%; letter-spacing: -0.13px; }

/** POPUP - 기본 */
.popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 2000; } 
.popup .popup-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } 
.popup .popup-head { position: relative; height: 56px; padding: 4px; border-bottom: 1px solid var(--gray-500); } 
.popup .popup-head .popup-title { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 256px; font-size: 16px; font-weight: 700; color: var(--gray-900); line-height: 140%; letter-spacing: -0.32px; text-align: center; }
.popup .popup-head .btn-back { display: inline-block; position: absolute; left: 4px; width: 48px; height: 48px; background: url(../image/btn/btn_back_black.svg) no-repeat center center; background-size: 24px; text-indent: -9999px; overflow: hidden; }
.popup .popup-head .btn-exit { display: inline-block; position: absolute; right: 4px; width: 48px; height: 48px; background: url(../image/btn/btn_exit_black.svg) no-repeat center center; background-size: 24px; text-indent: -9999px; overflow: hidden; }
.popup .popup-wrap { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 480px; background: var(--white); border-radius: 12px; z-index: 3000; overflow: hidden; } 
.popup .popup-wrap.type-full { top: 0; width: 100%; height: 100vh; border-radius: 0; } 
.popup .popup-wrap.type-center { top: 50%; transform: translateX(-50%) translateY(-50%); width: 90%; max-width: 432px; height: fit-content; } 
.popup .popup-wrap.type-toast { bottom: -100%; height: fit-content; border-bottom-left-radius: 0; border-bottom-right-radius: 0; transition: bottom 0.5s; } 
.popup.on .popup-wrap.type-toast { bottom: 0; } 
.popup .popup-inner { max-height: 300px; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.popup .popup-inner::-webkit-scrollbar { display: none; } 

/** TOAST - 기본 */
#toast { display: none; position: fixed; left: 50%; bottom: 40px; transform: translateX(-50%); max-width: 440px; z-index: 3000; overflow: hidden; }
#toast .toast-wrap { width: 100%; background: rgba(0, 0, 0, 0.70); border-radius: 8px; }