@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
* {font-family: "Pretendard Variable";}


/* 기본프로그램 사용자모듈 메뉴 - 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 .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:1024px){ */
@media all and (max-width:1230px){
	#header .gnb{display: none;}
	#header .m_btn{display: inline-block;}

	#header .semi_inner.header_all_btn {display: none;}
}

/* 모바일 메뉴 */
.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: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; }




/* header */

.semi_inner {padding: 10px 20px;display: flex;align-items: center;}

#header {background-color: #fff; position: fixed; top: 0; left: 0; background-color: #fff; width: 100%; z-index: 100;display: flex;gap: 40px; height: 90px;}
#header .inner {justify-content: center; align-items: center; gap: 40px;display: flex;}



/* gnb (depth01) */
#header .gnb {height: inherit;display: flex; align-items: center;justify-content: space-between;font-family: 'SUIT', sans-serif;}
#header .gnb > ul {display: flex; align-items: center; justify-content: center; column-gap: 90px; height: inherit;padding-left: unset;margin-bottom: unset;}
#header .gnb > ul > li {position: relative; height: inherit; display: flex; align-items: center;margin: 0 -50px;}
/* #header .gnb > ul > li > a {font-weight: 600; font-size: 20px; color: #3d3935;display: block; padding: 25px 65px;font-weight: 500;} */
#header .gnb > ul > li > a {font-weight: 600; font-size: 20px; color: #3d3935;display: block; padding: 25px 55px;font-weight: 500;min-width: 70px;text-align: center;}

#header .gnb > ul > li:hover > a {color: #28568B;}
#header .gnb > ul > li.active > a {color: #28568B;}



/* gnb (depth02) */
#header .gnb > ul > li:hover .depth02 {opacity: 1; visibility: visible;}
#header .gnb .depth02 {position: absolute; top: calc(100%); left: 50%; transform: translateX(-50%); background-color: #fff; color: #ffffff; text-align: center; padding: 40px 0 ; border-bottom-left-radius: 20px;border-bottom-right-radius: 20px; opacity: 0; visibility: hidden;width: 100%;box-sizing: border-box;box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.33);}

#header .gnb .depth02::before {content:''; background: url('/img/header_rectangle.png');width: 6px;height: 6px;position: absolute;top: 6px;}

#header .gnb .depth02 li + li {margin-top: 15px;}
#header .gnb .depth02 li a {font-weight: 600; font-size: 18px;display: block; color: #333;}
#header .gnb .depth02 li:hover a {color: #28568B;}
.mobile_logo {display: none;}

@media all and (max-width:1590px){
	/* #header .gnb > ul {column-gap: 60px;} */
	#header .gnb > ul > li {margin: 0 -50px;}
	#header .gnb > ul > li > a {padding: 25px 40px;}
}

@media all and (max-width:1400px){
	#header .gnb > ul > li > a {font-size: 18px;}

	#header .gnb > ul > li > a {padding: 25px 30px;}
	#header .gnb > ul > li {margin: 0 -50px;}

}

@media all and (max-width:1230px){
	#header .gnb > ul > li > a {padding: 25px 20px;}
	#header .gnb > ul > li {margin: 0 -50px;}
}
@media all and (max-width:1070px){
	#header .gnb > ul > li > a {padding: 25px 20px;}
	#header .gnb > ul > li {margin: 0 -55px;}
}


/* @media all and (max-width:1024px){ */
@media all and (max-width:1230px){
	#header .gnb{display: none;}
	#header .m_btn{display: inline-block; margin-right: 20px;}
	.mobile_logo {display: inline-flex; position: absolute; top: 10px;left: 50px;}
	.gnb_box a img {display: none;}

	/* all menu */
	.con00 {display: none;}
	.con00.on {display: none !important;}

	.main_visual.on {display: block !important;}
	#header.on {display: flex !important;}
}



/* footer */
#footer {width: 100%;color: #ffffff;background-color: #223348;font-size: 16px;margin-top: 90px;}
.footer_container {display: flex;align-items: center;justify-content: space-between;padding: 100px 0;}
/* .footer_container .left .logo_box img {width: 100%;} */
.footer_container .left {width: 50%;}

.footer_container .right {width: 50%;display: flex;align-items: center;justify-content: center;}
.footer_container .right .right_wrapper .footer_row {display: flex;column-gap: 15px;line-height: 30px;}

.footer_copyright {color: #a0a0a0;}

.email_refuse_box a p {font-size: 16px;color: #a0a0a0;text-decoration: underline;text-underline-offset : 5px;}
.email_refuse_box {
	display: flex;
	gap: 20px;
}


@media all and (max-width:920px){
	.footer_container {padding: 60px 0;}

	.footer_container .left .logo_box {text-align: center;padding-bottom: 30px;}
	.footer_container {flex-wrap: wrap;}
	.footer_container .left {width: 100%;}
	.footer_container .right {width: 100%; margin-top: 40px;}

}

/* all menu */


.con00 {background-color: #101010;display: none;}
.con00.on {display: block;  position: fixed; top: 0; left: 0; width: 100%;height: 900px;z-index: 999;}
.main_visual.on {display: none ;}
#header.on {display: none;}

.all_top_ul .all_top_li .all_menu_bar {border-bottom: 2px solid #595959;padding-bottom: 40px;display: flex;justify-content: center;align-items: center;}
.all_top_ul .all_top_li .all_menu_bar .all_menu_title {color: #ffffff;font-size: 26px;}

.all_bottom_li {text-align: center;padding: 30px 0;} 
.all_bottom_ul .all_bottom_li a {color: #b9cfd4; font-size: 22px;} 

.all_top_ul {display: flex;}
.all_top_li {width: calc(100% / 5);}

.all_bottom_li a:hover {color: #ffffff;font-weight: 600;}
.all_top_li:hover .all_menu_title {font-weight: 600;}
.all_top_li:hover .all_menu_bar {border-bottom: 2px solid #ffffff;}

.all_menu_top {padding: 180px 0;}
.all_menu_logo_box {display: flex;width: 100%;justify-content: space-between;}
.language_container {color: #ffffff; display: flex;}
.language_container span {padding: 0 10px;font-size: 10px;font-weight: 700;margin-top: 5px;}
.language_container p {font-size: 18px;}
.language_box {display: flex;align-items: center;}
.con00 .logo_container {display: flex;}
.logo_container .all_menu_black_logo {display: flex;align-items: center;padding-left: 50px;}

@media all and (max-width:1400px){
	.all_top_ul .all_top_li .all_menu_bar .all_menu_title {font-size: 23px;}
	.all_bottom_ul .all_bottom_li a {font-size: 19px;} 
}