@charset "utf-8";
/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

.mont {	font-family: 'Montserrat', sans-serif; }
.roboto { font-family: 'Roboto', serif; }

/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {padding:10px; background:#323337;}
.all_m_btn img {position:absolute; top:28%; left:15px; width:10%; max-width:40px; cursor:pointer;}
.all_m_btn .mutit {text-align:center; font-weight:900; font-size:26px; color:#fff;}
.pro_m_wrap {display:none; font-family:'Nanum Gothic', sans-serif; transition:all 0.3s linear;}
.pro_m_wrap .m_menu {width:200px;}
.pro_m_wrap .bg_black {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:-1;}


/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
	list-style:none;
	margin:0;
	padding:0;
}
.pro_m_wrap .subleftmenu li {
	border-bottom:1px solid #515155;
	background:#323337;
}
.pro_m_wrap .subleftmenu a {
	display:block;
	color:#b5b2b2;
	font-size:14px;
	padding:11px 5px 11px 15px;
	font-family:'Noto Sans KR';
}
.sub_title_m{
	font-size:28px !important;
	font-weight:bold;
	color:#fff !important;
	padding:12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
	background:#307dd4;
	color:#fff;
}
.sub_title_m:hover {
	background:#323337 !important;
	cursor:default;
}

@media all and (max-width:999px){
	.pro_m_wrap {display:block; position:absolute; left:-100%; top:0; z-index:999;}
	.pro_m_wrap.view {left:0;}
}

/* basic */
.inner{width:100%; max-width:1400px; margin:0 auto; position:relative;}

@media all and (max-width:1400px){
	.inner{width:93.75%;}
}

/*--------------------------------------------------------------*

* Header *

*---------------------------------------------------------------*/
#header {height: 90px; padding: 21px 0; box-sizing: border-box; position: relative; z-index: 99;}
#header .inner {font-size: 0; letter-spacing: -4px;}
#header .inner > * {display: inline-block; vertical-align: middle;}
#header h1 {display: inline-block; padding: 13px 0;}
#header h1 a {display: block; width: 312px;}
#header h1 a img {width: 100%;}
#header .gnb {width: calc(100% - 312px - 150px); text-align: right;}
#header .gnb > ul {font-size: 0; letter-spacing: -4px;}
#header .gnb > ul > li {display: inline-block; vertical-align: middle; padding-right: 82px; position: relative;}
#header .gnb > ul > li a {font-size: 18px; line-height: 1em; color: #444; letter-spacing: 0; font-weight: 700;}
#header .gnb > ul > li a:hover {color: #00b050;}
#header .gnb .depth02 {width: 100%; text-align: left; position: absolute; display: none; padding: 20px 0;}
#header .gnb .depth02 li {padding: 10px 0;}

#header .global {width: 150px; padding: 12px 0; box-sizing: border-box; background-color: #00b050; border-radius: 24px; font-size: 0; letter-spacing: -4px; text-align: center;}
#header .global > * {display: inline-block; vertical-align: middle;}
#header .global i {width: 24px; height: 24px; background: url(/img/global_icon.png) no-repeat center center;}
#header .global select {font-size: 16px; line-height: 2.5em; letter-spacing: -0.025em; color: #fff; background-color: transparent; border: none; padding: 0 10px;}
#header .global select:focus {outline: none;}
#header .global select option {color: #222;}

@media all and (max-width:1400px) {
	#header .gnb ul li {padding-right: 35px;}
	#header .gnb ul li a {font-size: 16px;}
}

@media all and (max-width:1000px) {
	#header .gnb {display: none;}
	#header .global {display: none;}
}


/*--------------------------------------------------------------*

* Mobile Header *

*---------------------------------------------------------------*/
/* m_btn */
#header .m_btn {display:none; width:24px; margin:0 auto; text-align:right; cursor:pointer; }
#header .m_btn i{display:inline-block; width:100%; height:2px; margin:3px 0; background:#000; transition:all 0.5s;}
#header .m_btn i:nth-of-type(2){width:84%;}
#header .m_btn.on i:nth-of-type(1){margin:11px 0 -2px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
#header .m_btn.on i:nth-of-type(2){width:0; margin:0;}
#header .m_btn.on i:nth-of-type(3){margin:0 0 11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}

@media all and (max-width:1000px) {
	#header h1 {width: calc(100% - 24px);}
	#header .m_btn {display: inline-block;}
}

/* m_menu */
.m_menu_bg {z-index:101; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.7); cursor:pointer; }
#m_menu {z-index:102; position:fixed; right:-100%; top:0; width:500px; max-width:80%; height:100%; background-color:#fff; box-sizing:Border-box; transition:all 0.5s; overfloW-y:auto;}
#m_menu.on {right:0; }
#m_menu .top_box {position:relative; padding:45px 10px; box-sizing:border-box; }
#m_menu .top_box .close_btn {position:absolute; right:20px; top:calc(50% - 15px); width:30px; height:30px; }
#m_menu .top_box .close_btn i {display:block; width:100%; height:2px; background-color:#333; }
#m_menu .top_box .close_btn i:first-of-type {-webkit-transform:rotate(45deg) translate(9px,9px); -moz-transform:rotate(45deg) translate(9px,9px); -ms-transform:rotate(45deg) translate(9px,9px); -o-transform:rotate(45deg) translate(9px,9px); transform:rotate(45deg) translate(9px,9px); }
#m_menu .top_box .close_btn i:last-of-type {-webkit-transform:rotate(-45deg) translate(-7px,8px); -moz-transform:rotate(-45deg) translate(-7px,8px); -ms-transform:rotate(-45deg) translate(-7px,8px); -o-transform:rotate(-45deg) translate(-7px,8px); transform:rotate(-45deg) translate(-7px,8px); }
#m_menu .login_box {padding:20px 0; background-color:#292929; text-align:center; }
#m_menu .login_box a {position:relative; padding:0 30px; font-size:20px; color:#fff; letter-spacing:-0.04em; }
#m_menu .login_box a:first-of-type:before {content:''; position:absolute; right:-1px; top:calc(50% - 7px); width:2px; height:15px; background-color:#fff; }
#m_menu .gnb_box {border-top:1px solid #ddd; }
#m_menu .gnb_box > ul > li {border-bottom:1px solid #dddddd; }
#m_menu .gnb_box > ul > li > a {position:relative; display:block; padding:20px 20px; font-size:20px; font-weight:bold; color:#222222; letter-spacing:-0.04em; box-sizing:border-box; }
#m_menu .gnb_box .depth02 {display:none; padding:10px 0; background-color:#000; }
#m_menu .gnb_box .depth02 li a {position:relative; display:block; padding:7px 20px; font-size:18px; color:#fff; letter-spacing:-0.04em; box-sizing:border-box; }

/* m_menu global_box */
#m_menu .global_box {width: 100%; padding: 20px; box-sizing: border-box; background-color: #292929; font-size: 0; letter-spacing: -4px; text-align: center;}
#m_menu .global_box > * {display: inline-block; vertical-align: middle;}
#m_menu .global_box i {width: 24px; height: 24px; background: url(/img/global_icon.png) no-repeat center center;}
#m_menu .global_box select {font-size: 16px; line-height: 2.5em; letter-spacing: -0.025em; color: #fff; background-color: transparent; border: none; padding: 0 10px;}
#m_menu .global_box select:focus {outline: none;}
#m_menu .global_box select option {color: #222;}

/*--------------------------------------------------------------*

* Footer *

*---------------------------------------------------------------*/
#footer {background-color: #111; padding: 49px 0; box-sizing: border-box;}
#footer .inner {display: flex; justify-content: space-between; align-items: center;}
#footer .left_box h1 {margin-bottom: 28px;}
#footer .copyright span {font-size: 14px; line-height: 1em; font-weight: 300; color: #888;}

#footer .right_box {display: flex; column-gap: 60px; align-items: center;}
#footer .sns ul {display: flex; column-gap: 30px;}

#footer select {border: 1px solid #444; background-color: transparent; outline: none; font-size: 16px; font-weight: 400; color: #888; letter-spacing: 0; width: 180px; height: 40px; border-radius: 10px; padding: 0 20px; box-sizing: border-box;}

@media all and (max-width: 1000px) {
	#footer .left_box {text-align: center;}
	#footer .inner {flex-direction: column; row-gap: 30px;}
	#footer .right_box {flex-direction: column; row-gap: 30px;}
}

/*--------------------------------------------------------------*

* Top BTN *

*---------------------------------------------------------------*/
.top_btn {position: fixed; bottom: 40px; right: 40px; width: 80px; height: 80px; background-color: #222; border-radius: 50%; text-align: center; cursor: pointer; z-index: 999;}
.top_btn span {font-size: 16px; line-height: 1em; color: #fff; font-weight: 700; padding: 32px 0; display: inline-block; box-sizing: border-box;}