@charset "utf-8";

/* 폰트 */
@font-face {
	font-family: 'Pretendard';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
	font-family: 'Inter';
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/Inter-Variable.woff2') format('woff2-variations');
}


/* ******************* *
* GLOBAL
* ******************* */
:root {
    --font-Pretendard: "Pretendard", sans-serif;
    --font-Inter: "Inter", sans-serif;
}

html, body {font-size: 20px;font-family: var(--font-Pretendard);letter-spacing: -0.038rem;line-height: 1.4;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;scroll-behavior: smooth;}
html {overflow-x: hidden;}
body {overflow-x: visible;}
.cinner {max-width: 1600px;width: 92%;margin: 0 auto;}

@media all and (max-width: 1399px) { 
	.cinner {width: auto;margin: 0 50px;}
}
@media all and (max-width: 1024px) { 
    html, body { font-size: 18px; } 
	.cinner {margin: 0 30px;}
}
@media all and (max-width: 768px){
    html, body { font-size: 17px; } 
    .cinner {margin: 0 20px;} 
}

/* scroll Bar */
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {background-color: #111;}
body::-webkit-scrollbar-track {background-color: #f9f9f9;}



/* ******************* *
* HEADER
* ******************* */
#header {/* position: absolute; *//* top: 0; *//* left: 0; *//* right: 0; */}
#header::before {content: '';display: block;width: 100%;height: 40px;background: #111;}
#header .cinner {padding: 25px 0;}
.header__top {display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 10px;}
.header__logo > a {display: block;width: 176px;}
.header__logo > a > img {width: 100%;}
.header__utils {display: flex;align-items: center;gap: 20px;position: relative;top: 10px;}
.header__utils > ul {display: flex;gap: 15px;}
.header__utils > ul > li {position: relative;}
.header__utils > ul > li > a {display: block;}
.header__utils > ul > li > .btn-adm {display: block;padding: 3px 10px;background: #E04545;color: #fff;font-size: 14px;font-weight: 500;}
.header__utils > ul > li.lang-wrap {margin-left: 15px;}
.header__utils > ul > li.lang-wrap .lang {position:relative; display:flex;}
.header__utils > ul > li.lang-wrap .btn-lang {-webkit-appearance: button;display: flex;align-items: center;gap: 8px;padding-bottom: 10px;background-color: transparent;background-image: none;border:0;color: #fff;font-size: 0.9em;font-weight: 600;position: relative;}
.header__utils > ul > li.lang-wrap .btn-lang::after {flex: 0 0 auto;content: '';display: block;width: 9px;height: 9px;border-right: 2px solid #000;border-bottom: 2px solid #000;border-radius: 0 0 2px 0;transform: rotate(45deg);}
.header__utils > ul > li.lang-wrap .lang-list {width: 72px;background: #111;position: absolute;top: 100%;left: 12px;transform: translateX(-50%);transition: .35s;clear: both;opacity: 0;visibility: hidden;z-index: 90;}
.header__utils > ul > li.lang-wrap .lang-list > li:not(:last-child) {border-bottom: 1px solid rgba(255,255,255,.25);box-sizing: border-box;}
.header__utils > ul > li.lang-wrap .lang-list > li a {display: block;width: 100%;padding: 10px 0;color: #fff;font-size: 14px;text-align: center;transition: background-color 0.3s ease 0s;}
.header__utils > ul > li.lang-wrap .btn-lang:hover ~ .lang-list, 
.header__utils > ul > li.lang-wrap .lang-list:hover {opacity:1;visibility: visible;}
.header__utils .nav__btn {flex: 0 0 auto;display: none;position: relative;top: -4px;}
.header__utils .nav__btn a {display: flex;align-items: center;width: 25px;height: 19px;position: relative;}
.header__utils .nav__btn a::before,
.header__utils .nav__btn a::after {content: '';display: block;width: 100%;height: 3px;border-radius: 3px;background: #000;position: absolute;left: 0;right: 0;margin: auto;}
.header__utils .nav__btn a::before {top: 0;}
.header__utils .nav__btn a::after {bottom: 0;}
.header__utils .nav__btn a span{display: block;width: 100%;height: 3px;border-radius: 3px;background: #000;}

.header__nav {display: flex;justify-content: space-between;align-items: center;gap: 50px;}
#main-nav {}
.main-nav__depth1 {}
.main-nav__depth1 .mn-ul1 {display: flex;gap: 70px;}
.main-nav__depth1 .mn-li1 {}
.main-nav__depth1 .mn-a1 {font-family: var(--font-Inter);font-weight: 500;position: relative;}
.main-nav__depth1 .mn-a1::after {content: '';display: block;width: 100%;height: 1px;background: #000;transform: scaleX(0);transform-origin: center;transition: transform .35s ease-in-out;}
.main-nav__depth1 .mn-a1:hover::after {transform: scaleX(1);}
.header__nav #totalSearch {flex: 0 0 auto;width: 300px;height: 42px;}
.header__nav #totalSch {width: 100%;height: 100%;}
.header__nav #totalSearch form {width: 100%;height: 100%;position: relative;}
.header__nav #totalSearch form > #sch_str {max-height: 45px;width: 100%;padding: 10px 14px;border: 1px solid #000;border-radius: 5px;background: #fff;color: #000;font-size: 16px;}
.header__nav #totalSearch form > #sch_submit {display: block;width: 20px;aspect-ratio: 1 / 1;border: 0;background: url(../img/common/ico-search.svg) center center / cover no-repeat;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}

@media all and (max-width: 1199px){
	.main-nav__depth1 .mn-ul1 {gap: 45px;}
	.header__nav #totalSearch {width: 260px;}
}
@media all and (max-width: 1024px){
	.header__utils > ul > li > .btn-adm {display: none;}
	.header__utils .nav__btn {display: block;}
	#main-nav {display: none;}
	.header__nav #totalSearch {width: 100%;}
}
@media all and (max-width: 768px){
	.header__logo > a {width: 148px;}
}
@media all and (max-width: 640px){
	.header__logo > a {width: 125px;}
	.header__utils {gap: 10px;top: 7px;}
	.header__utils > ul > li > a > img {width: 22px;}
	.header__utils > ul > li.lang-wrap {margin-left: 5px;}
	.header__utils > ul > li.lang-wrap .btn-lang {gap: 5px;}
	.header__utils > ul > li.lang-wrap .btn-lang::after {width: 6px;height: 6px;}
}



/* ******************* *
* SIDEBAR
* ******************* */
#sidebar {max-width: 450px;width: 100%;height: 100%;padding: 20px 0;box-sizing: border-box;background: #fff;position: fixed;top: 0;right: -100%;z-index: 9999;transition: .35s;visibility: hidden;opacity: 0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
#sidebar.active {right: 0;visibility: visible;opacity: 1;}
.sidebar__header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding: 0 20px;}
.sidebar__header > .btn-adm {display: block;width: 60px;padding: 3px 0;background: #E04545;color: #fff;font-size: 16px;text-align: center;}
.sidebar__header > .sidebar-btn_close {display: block;width: 24px;aspect-ratio: 1 / 1;border: 0;background: no-repeat;position: relative;}
.sidebar__header > .sidebar-btn_close::before,
.sidebar__header > .sidebar-btn_close::after {content: '';display: block;width: 100%;height: 3px;background: #111;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.sidebar__header > .sidebar-btn_close::before {transform: rotate(45deg);}
.sidebar__header > .sidebar-btn_close::after {transform: rotate(-45deg);}
.sidebar__cont {max-height: 92%;box-sizing: border-box;overflow-y: scroll;}
.sidebar__cont::-webkit-scrollbar {width: 4px;}
.sidebar__cont::-webkit-scrollbar-thumb {background-color: #bfbfbf;border-radius: 2px;}
.sidebar__cont::-webkit-scrollbar-track {background-color: transparent;}
.sidebar__menu_depth1 a {color: #000;font-weight: 500;transition: .35s;}
.sidebar__menu_depth1 a:hover {color: var(--color-main);}
.sidebar__menu_depth1 .mn-ul1 {border-top: 1px solid #EBEBEB;}
.sidebar__menu_depth1 .mn-li1 {border-bottom: 1px solid #EBEBEB;position: relative;}
.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2) >.toggle-arrow {display: block;width: 12px;height: 12px;border-top: 2px solid #000;border-right: 2px solid #000;position: absolute;top: 31px;right: 20px;transform: translateY(-50%) rotate(135deg);cursor: pointer;transition: transform 0.3s ease-in-out;}
.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2).active > .toggle-arrow {transform: rotate(-45deg);}
.sidebar__menu_depth1 .mn-a1 {display: block;padding: 20px 30px;}
.sidebar__menu_depth2 {max-height: 0;background: #fafafa;overflow: hidden;transition: max-height 0.3s ease-in-out;}
.sidebar__menu_depth2 .mn-li2 {border-bottom: 1px solid rgba(255,255,255,.3);position: relative;}
.sidebar__menu_depth2 .mn-li2:last-child {border-bottom: 0;}
.sidebar__menu_depth2 .mn-li2:has(.sidebar__menu_depth3) > .toggle-arrow {display: block;width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;position: absolute;top: 29px;right: 10px;transform: translateY(-50%) rotate(135deg);cursor: pointer;transition: transform 0.3s ease-in-out;}
.sidebar__menu_depth2 .mn-li2:has(.sidebar__menu_depth3).active > .toggle-arrow {transform: rotate(-45deg);}
.sidebar__menu_depth2 .mn-a2 {display: block;padding: 15px 30px;color: #666;font-size: 18px;font-weight: 500;}

@media all and (max-width: 1024px){
    .sidebar__menu_depth1 .mn-a1 {padding: 15px 30px;font-size: 18px;}
    .sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2) >.toggle-arrow {top: 26px;}
    .sidebar__menu_depth2 .mn-a2 {font-size: 16px;}
}
@media all and (max-width: 640px){
    .sidebar__header > .sidebar-btn_close {width: 30px;}
}



/* ******************* *
* FOOTER
* ******************* */
#footer {padding: 60px 0 50px;background: #1E1E1E;}
.footer__top {display: flex;justify-content: space-between;align-items: flex-start;gap: 100px;padding-bottom: 70px;border-bottom: 1px solid rgba(255,255,255,.1);}
.footer__top-left {/* width: 100%; */}
.footer__top-left .footer-logo {margin-bottom: 20px;}
.footer__top-left #totalSearch {width: 300px;height: 42px;margin-bottom: 70px;}
.footer__top-left #totalSch {width: 100%;height: 100%;}
.footer__top-left #totalSearch form {width: 100%;height: 100%;position: relative;}
.footer__top-left #totalSearch form > #sch_str {max-height: 45px;width: 100%;padding: 10px 14px;border: 1px solid #000;border-radius: 5px;background: #fff;color: #000;font-size: 16px;}
.footer__top-left #totalSearch form > #sch_submit {display: block;width: 20px;aspect-ratio: 1 / 1;border: 0;background: url(../img/common/ico-search.svg) center center / cover no-repeat;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
.footer__top-left .sns-list{}
.footer__top-left .sns-list ul {display: flex;align-items: center;gap: 20px;}
.footer__top-right {}
.footer__top-right .footer__nav {}
.footer-nav__depth1 {}
.footer-nav__depth1 .fn-ul1 {display: flex;gap: 100px;}
.footer-nav__depth1 .fn-li1 {}
.footer-nav__depth1 .fn-a1 {display: block;margin-bottom: 20px;color: #fff;font-family: var(--font-Inter);font-size: 18px;font-weight: 600;}
.footer-nav__depth2 {}
.footer-nav__depth2 .fn-ul2 {}
.footer-nav__depth2 .fn-li2:not(:last-child) {margin-bottom: 10px;}
.footer-nav__depth2 .fn-a2 {display: block;color: #fff;font-size: 16px;}
.footer__btm {padding-top: 20px;}
.footer__btm-links {}
.footer__btm-links ul {display: flex;flex-wrap: wrap;justify-content: center;flex-basis: fit-content;gap: 5px 60px;margin-bottom: 30px;}
.footer__btm-links ul > li {}
.footer__btm-links ul > li > a {color: #fff;font-size: 16px;font-weight: 700;}
.footer__btm-info {margin-bottom: 20px;}
.footer__btm-info ul {display: flex;flex-wrap: wrap;justify-content: center;gap: 5px 30px;max-width: 835px;margin: 0 auto;color: #fff;font-size: 14px;}
.footer__btm-info ul > li {}
.footer__btm-info ul > li > span,
.footer__btm-info ul > li > address {font-style: normal;}
.footer__btm-info ul > li > a {display:inline-block;margin-left: 5px;color: #fff;font-weight: 700;}
.footer__btm-copy {color: rgba(255,255,255,.6);font-size: 13px;text-align: center;}

#top_btn {position:fixed;bottom: 10px;right: 10px;width:50px;height:50px;line-height:46px;border: 2px solid #1E1E1E;color: #fff;text-align:center;font-size:15px;z-index:90;background: #1E1E1E;}

@media all and (max-width: 1199px){
	.footer-nav__depth1 .fn-ul1 {gap: 70px;}
}
@media all and (max-width: 1024px){
	.footer__top {flex-direction: column;gap: 50px;}
	.footer__top-left {display: flex;flex-direction: column;align-items: center;width: 100%;position: relative;}
	.footer__top-left #totalSearch {margin-bottom: 30px;}	
	.footer__top-right {width: 100%;}
	.footer-nav__depth1 .fn-ul1 {justify-content: center;}
	.footer-nav__depth1 .fn-a1,
	.footer-nav__depth2 .fn-a2 {text-align: center;}
	.footer__btm-links ul {gap: 5px 35px;}
}
@media all and (max-width: 640px){
	.footer-nav__depth1 .fn-ul1 {gap: 40px;}
	.footer-nav__depth1 .fn-a1 {margin-bottom: 14px;font-size: 17px;}
	.footer-nav__depth2 .fn-a2 {font-size: 15px;}
	.footer__btm-links ul {gap: 5px 25px;}
	.footer__btm-info ul {gap: 5px 15px;}
}
@media all and (max-width: 480px){
	.footer__top {padding-bottom: 50px;}
	.footer-nav__depth1 {max-width: 300px;margin: 0 auto;}
	.footer-nav__depth1 .fn-ul1 {flex-direction: column;gap: 15px;}
	.footer-nav__depth1 .fn-li1 {display: flex;align-items: center;gap: 20px;}
	.footer-nav__depth1 .fn-a1 {margin-bottom: 0;}
	.footer-nav__depth2 .fn-ul2 {display: flex;align-items: center;gap: 15px;}
	.footer-nav__depth2 .fn-li2:not(:last-child) {margin-bottom: 0;}
}