@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: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* ******************* *
* GLOBAL
* ******************* */
:root {
    --font-Pretendard: "Pretendard", sans-serif;
	--font-Suit: "Suit";
    --color-main: #FF513A;
	--color1: #FF6D38;
}

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;}
html.locked {overflow: hidden;}
body {overflow-x: visible;}
.cinner {max-width: 1400px;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: var(--color-main);}
body::-webkit-scrollbar-track {background-color: #f9f9f9;}



/* ******************* *
* HEADER
* ******************* */
#header {border-bottom: 1px solid #D4D4D4;box-sizing: border-box;}
.header__gnb {border-bottom: 1px solid #E0E0E0;box-sizing: border-box;}
.header__gnb .gnb-r ul {display: flex;justify-content: flex-end;align-items: center;gap: 22px;padding: 7px 0;}
.header__gnb .gnb-r ul > li > a {color: #A7A7A7;font-size: 15px;transition: .35s ease;}
.header__gnb .gnb-r ul > li > a:hover {color: #333;}
.header__nav {position: relative;}
.header__nav .cinner {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 26px 50px;padding: 26px 0 15px;}
.header__logo {width: 206px;}
#totalSearch {flex: 0 0 auto;width: 515px;height: 54px;}
#totalSch {width: 100%;height: 100%;}
#totalSearch form {width: 100%;height: 100%;position: relative;}
#totalSearch form > #sch_str {width: 100%;height: 100%;padding: 10px 44px 10px 22px;border: 3px solid var(--color1);border-radius: 27px;background: #fff;color: #000;font-size: 16px;}
#totalSearch form > #sch_submit {flex: 0 0 auto;display: block;width: 20px;aspect-ratio: 1 / 1;border: 0;background: url(../img/common/ico-search_c.svg) center center / cover no-repeat;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);}
.header__utils {position: relative;right: 106px;}
.header__utils ul {display: flex;align-items: center;gap: 35px;}
.header__utils ul > li > a > img {margin: 0 auto;}
.header__utils ul > li > a > p {color: #686868;font-size: 15px;text-align: center;}
#main-nav {display: flex;align-items: center;gap: 10px;width: 100%;}
.main-nav__depth1 {width: 100%;}
.main-nav__depth1 .mn-ul1 {display: flex;align-items: center;width: 100%;}
.main-nav__depth1 .mn-li1 {display: flex;justify-content: center;align-items: center;width: 20%;}
.main-nav__depth1 .mn-a1 {display: block;width: 100%;color: #333;font-weight: 500;text-align: center;}
.main-nav__depth2 {min-width: 180px;background: #fff;border: 1px solid #D4D4D4;border-top: 3px solid var(--color-main);position: absolute;top: calc(100% + 20px);left: 50%;transform: translateX(-50%);transition: 0.35s ease-in;opacity: 0;visibility: hidden;}
.main-nav__depth2 .mn-li2:not(:last-child) {border-bottom: 1px solid #D4D4D4;}
.main-nav__depth2 .mn-a2 {display: block;padding: 12px 15px;color: #555;font-size: 16px;text-align: center;line-height: 1.3;transition: .35s;}
.main-nav__depth1 .mn-li1:hover .main-nav__depth2 {opacity: 1;visibility: visible;}
.main-nav__depth2 .mn-a2:hover {color: #111;font-weight: 500;}
.msch__btn {display: none;}
.nav__btn {flex: 0 0 auto;}
.nav__btn a {display: flex;justify-content: center;align-items: center;width: 40px;aspect-ratio: 1 / 1;}

@media all and (max-width: 1399px){
	.header__utils {right: 0;}
}
@media all and (max-width: 1199px){
	.header__nav .cinner {gap: 26px 35px;}
	#totalSearch {width: 435px;}
	.header__utils ul {gap: 20px;}
	.main-nav__depth1 .mn-a1 {font-size: 18px;}
}
@media all and (max-width: 1024px){
	.hdbanner,
	.header__gnb,
	#totalSearch,
	.header__utils,
	.main-nav__depth1 {display: none;}
	#header {height: 80px;}
	.header__nav {height: 100%;}
	.header__nav .cinner {height: 100%;padding: 0;}
	.header__logo {width: 175px;}
	.header__nav .btns-wrap {display: flex;align-items: center;gap: 15px;}
	.msch__btn {display: block;} 
	#totalSearch {width: 100%;height: auto;padding: 20px;box-sizing: border-box;background: #FF6D38;position: absolute;top: 100%;left: 0;right: 0;margin: auto;z-index: 10;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);}
	#totalSch {display: flex;justify-content: center;align-items: center;gap: 10px;}
	#totalSearch #schBtn_close {flex: 0 0 auto;display: block;width: 30px;height: 30px;border: 0;background: none;position: relative;}
	#totalSearch #schBtn_close::before,
	#totalSearch #schBtn_close::after {content: '';display: block;width: 82%;height: 2px;background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
	#totalSearch #schBtn_close::before {transform: rotate(45deg);}
	#totalSearch #schBtn_close::after {transform: rotate(-45deg);}
	#main-nav {width: auto;}
}
@media all and (max-width: 640px){
	.header__logo {width: 155px;}
}


/* ******************* *
* SIDEBAR
* ******************* */
#sidebar {width: 100vw;height: 100vh;box-sizing: border-box;background: #fff;position: fixed;top: 0;left: 0;right: 0;bottom: 0;margin: auto;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 {visibility: visible;opacity: 1;}
#sidebar .cinner {height: 100%;}
.sidebar__header {display: flex;justify-content: flex-end;align-items: center;position: relative;}
.sidebar__header > .btn-adm {display: block;width: 60px;padding: 3px 0;background: #E04545;color: #fff;font-size: 16px;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.sidebar__header > .sidebar-btn_close {display: block;width: 50px;aspect-ratio: 1 / 1;border: 0;background: var(--color-main);position: relative;}
.sidebar__header > .sidebar-btn_close::before,
.sidebar__header > .sidebar-btn_close::after {content: '';display: block;width: 55%;height: 3px;background: #fff;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__header > .gnb-list {display: none;}
.sidebar__cont {max-height: calc(100% - 80px);height: 100%;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 {height: 100%;}
.sidebar__menu_depth1 {height: 100%;}
.sidebar__menu_depth1 .mn-ul1 {display: flex;flex-wrap: wrap;height: 100%;}
.sidebar__menu_depth1 .mn-li1 {width: 25%;padding: 50px 30px;border-right: 1px solid #CCC;border-bottom: 1px solid #CCC;box-sizing: border-box;}
.sidebar__menu_depth1 .mn-li1:nth-child(4n) {border-right: 0;}
.sidebar__menu_depth1 .mn-li1:nth-last-child(-n+4) {border-bottom: 0;}
.sidebar__menu_depth1 .mn-a1 {display: inline-block;margin-bottom: 10px;color: #111;font-size: 1.10em;font-weight: 600;cursor: default;}
.sidebar__menu_depth2 .mn-a2 {display: inline-block;padding: 5px 0 5px 15px;color: #333;font-size: 17px;font-weight: 500;position: relative;transition: .35s ease;}
.sidebar__menu_depth2 .mn-a2::before {content: '';display: block;width: 5px;height: 5px;border-width: 1px 1px 0 0;border-style: solid;border-color: #111;transform: rotate(45deg);position: absolute;top: 12px;left: 0;transition: .35s ease;}
.sidebar__menu_depth2 .mn-a2:hover {color: var(--color-main);}
.sidebar__menu_depth2 .mn-a2:hover::before {border-color: var(--color-main);}

@media all and (max-width: 1199px){
	.sidebar__menu_depth1 .mn-li1 {width: 33.333%;}
	.sidebar__menu_depth1 .mn-li1:nth-last-child(-n+2) {display: none;}
	.sidebar__menu_depth1 .mn-li1:nth-child(3n) {border-right: 0;}
	.sidebar__menu_depth1 .mn-li1:nth-child(4n) {border-right: 1px solid #CCC;}
	.sidebar__menu_depth1 .mn-li1:nth-child(4) {border-bottom: 0;}
}
@media all and (max-width: 1024px){
	#sidebar {max-width: 450px;width: 85%;left: auto;right: -100%;}
	#sidebar.active {right: 0;visibility: visible;opacity: 1;}
	#sidebar .cinner {margin: 0;}
	.sidebar__header {height: 50px;}
	.sidebar__header > .gnb-list {display: block;width: 100%;height: 100%;}
	.sidebar__header > .gnb-list ul {display: flex;width: 100%;height: 100%;}
	.sidebar__header > .gnb-list ul > li {width: 33.333%;}
	.sidebar__header > .gnb-list ul > li:not(:last-child) {border-right: 1px solid #606060;}
	.sidebar__header > .gnb-list ul > li > a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: #292929;color: #fff;font-size: 16px;font-weight: 500;}
	.sidebar__header > .sidebar-btn_close {flex: 0 0 auto;}
	.sidebar__menu_depth1 .mn-ul1 {display: block;}
    .sidebar__menu_depth1 .mn-li1 {width: 100%;padding: 0;border-bottom: 1px solid #CCC !important;border-right: 0;}
	.sidebar__menu_depth1 .mn-li1.empty {display: none;}
	.sidebar__menu_depth1 .mn-a1 {display: block;margin-bottom: 0;padding: 20px 30px;font-size: 1.33em;position: relative;}
	.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2) .mn-a1::after {content: '';display: block;width: 10px;height: 10px;border-bottom: 2px solid var(--color-main);border-right: 2px solid var(--color-main);transform: rotate(45deg);position: absolute;top: 30px;right: 35px;transition: .35s;}
	.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2.open) .mn-a1::after {transform: rotate(-135deg);top: 34px;}
	.sidebar__menu_depth2 {max-height: 0;background: #f1f1f1;transform: none;transition: max-height .3s ease;overflow: hidden;opacity: 1;visibility: visible;}
	.sidebar__menu_depth2 .mn-ul2 {padding: 10px 0;}
    .sidebar__menu_depth2 .mn-a2 {display: block;padding: 15px 30px 15px 48px;font-size: 1.11em;}
	.sidebar__menu_depth2 .mn-a2::before {top: 24px;left: 30px;}
}
@media all and (max-width: 640px){
	.sidebar__header > .gnb-list ul > li > a {font-size: 14px;}
    .sidebar__menu_depth1 .mn-a1 {padding: 16px 20px;font-size: 18px;}
	.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2) .mn-a1::after {top: 22px;right: 25px;}
	.sidebar__menu_depth1 .mn-li1:has(.sidebar__menu_depth2.open) .mn-a1::after {top: 27px;}
	.sidebar__menu_depth2 .mn-a2 {padding: 10px 20px 10px 35px;font-size: 17px;}
	.sidebar__menu_depth2 .mn-a2::before {top: 18px;left: 20px;}
}



/* ******************* *
* FOOTER
* ******************* */
.footer__nav {background: var(--color-main);}
.footer__nav .fn-ul1 {display: flex;align-items: center;}
.footer__nav .fn-li1 {width: 100%;}
.footer__nav .fn-a1 {display: block;width: 100%;padding: 10px 0;box-sizing: border-box;color: #fff;font-weight: 500;text-align: center;line-height: 1.3;transition: background .35s ease;}
.footer__nav .fn-a1:hover {background: rgba(0,0,0,.1);}
.footer__cont {padding: 45px 0 70px;}
.footer__cont .cinner {display: flex;align-items: flex-start;gap: 60px;}
.footer__cont-logo {flex: 0 0 auto;width: 246px}
.footer__cont-info {color: #333;font-size: 12px;}
.footer__cont-info .ft-links {display: flex;align-items: center;gap: 16px;margin-bottom: 20px;}
.footer__cont-info .ft-links > li > a {color: #333;font-weight: 500;transition: .35s ease;}
.footer__cont-info .ft-links > li > a:hover {color: #111;font-weight: 600;}
.footer__cont-info .ft-info {display: flex;flex-wrap: wrap;align-items: center;gap: 5px;margin-bottom: 5px;}
.footer__cont-info .ft-info > li > span,
.footer__cont-info .ft-info > li > address {display: inline;font-style: normal;}

#top_btn {position:fixed;bottom: 10px;right: 10px;width:50px;height:50px;border: 2px solid #1E1E1E;color: #fff;text-align:center;font-size:15px;z-index:90;background: #1E1E1E;}


@media all and (max-width: 1199px){
	.footer__cont-logo {width: 220px;}
}
@media all and (max-width: 1024px){
	.footer__cont .cinner {gap: 40px;}
	.footer__cont-logo {width: 200px;}
}
@media all and (max-width: 768px){
	.footer__nav .fn-a1 {font-size: 15px;}
	.footer__cont .cinner {gap: 30px;}
	.footer__cont-logo {width:180px;}
}
@media all and (max-width: 640px){
	.footer__nav .fn-a1 {font-size: 14px;}
	.footer__cont {padding: 30px 0 55px;}
	.footer__cont .cinner {flex-direction: column;gap: 20px;}
	.footer__cont-logo {width:160px;}
}
@media all and (max-width: 520px){
	.footer__nav .fn-ul1 {flex-wrap: wrap;justify-content: center;}
	.footer__nav .fn-li1 {width: 33.33%;}
}