@charset "utf-8";
/* 기본프로그램 사용자모듈 메뉴 - 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:1200px; margin:0 auto; position:relative;}

@media all and (max-width:1200px){
	.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){
	/* #header .gnb{display: none;}
	#header .m_btn{display: inline-block;} */
}

/* 모바일 메뉴 */
.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 */
#header {
	height: 90px;
	background-color: #fff;
	position: fixed;
	z-index: 99;
	width: 100%;
}
#header .h_inner {
	max-width: 1920px;
	padding: 0 60px;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
#header .h_logo {
	display: flex;
	align-items: center;
}
#header .gnb > ul {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
#header .gnb > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #333;
	position: relative;
}
#header .gnb > ul > li + li > a {
	padding-left: 20px;
	margin-left: 20px;
}
#header .gnb > ul > li + li > a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #dedede;
}

.h_logo_group {
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 18px;
    font-weight: 400;
    color: #333;
}

@media all and (max-width:1200px) {
	#header .h_inner {
		padding: unset;
	}
}

@media all and (max-width:1024px) {
	#header .gnb > ul > li > a {
		font-size: 16px;
	}
	#header .h_logo img {
		height: 30px;
	}
	#header .gnb > ul > li + li > a {
		padding-left: 10px;
		margin-left: 10px;
	}

	.h_logo_group {
		font-size: 14px;
		gap: 10px;
	}
}
/* END header */

/* footer */
#footer {
	position: relative;
	height: 100px;
	background-color: #1d1d1d;
}
#footer .f_inner {
	max-width: 1920px;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	font-size: 17px;
	line-height: 1.76em;
	font-weight: 400;
	color: #888;
}
#footer .f_inner .f_alt {
	position: relative;
	display: inline-block;
}
#footer .f_inner .f_alt + .f_alt {
	padding-left: 20px;
	margin-left: 20px;
}
#footer .f_inner .f_alt + .f_alt::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #888;
}
#footer .f_inner .f_tit {font-weight: 600;}

@media all and (max-width:1400px) {
	#footer .f_inner {		
		padding: 0 40px;		
		font-size: 14px;
	}
	#footer .f_inner .f_alt + .f_alt {
		padding-left: 10px;
		margin-left: 10px;
	}
}

@media all and (max-width:1200px) {
	#footer .f_inner {		
		padding: 10px 0;				
	}
}

@media all and (max-width:1024px) {
	#footer .f_inner .f_alt + .f_alt::after {
		display: none;
	}
	#footer .f_inner .f_alt + .f_alt {
        padding-left: unset;
        margin-left: unset;
    }
	#footer .f_inner .f_alt_box {
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}
}
/* END footer */

/* sub_visual */
.sub_visual {
	position: relative;
	padding-top: 90px;
	box-sizing: content-box;
	height: 300px;
}
.sub_visual .inner {
	height: 100%;
	display: flex;
	align-items: center;
}
.sub_visual .inner .txt_box .tit {
	position: relative;
	padding-left: 16px;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.sub_visual .inner .txt_box .tit::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 100%;
	background-color: var(--color-primary01);
}
.sub_visual_bg {
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	height: calc(100% - 90px);
}
@media all and (max-width:1200px) {
	.sub_visual {
		height: 200px;
	}
	.sub_visual .inner .txt_box .tit {
		font-size: 30px;
	}
}
/* END sub_visual */

/* modal */
.modal {
	display: none;
}
.modal_bg {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 100;
}
.modal_body {
	position: fixed;
	z-index: 101;
	max-width: 770px;
	max-height: 90%;
	padding: 60px 85px;
	overflow: auto;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid var(--color-primary01);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.modal_result_box01 {
	margin-top: 40px;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
}
.modal_result_box01 .box + .box {
	border-top: 1px solid #ECECEC;
}
.modal_result_box01 .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.modal_result_box01 .box .alt {
	text-align: right;
	font-weight: 400;
}
.modal_ment01 {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.71em;
	text-align: center;
}
.modal_sign_box01 {
	position: relative;
	box-sizing: content-box;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
.modal_sign_box01 .img {
	position: absolute;
	right: -76px;
	top: 50%;
	transform: translateY(-50%);
	width: 68px;
	height: 68px;
}
.modal_sign_box01 .img img {
	width: 100%;
	height: 100%;
}
.com_btn_box01 {
	display: flex;
	gap: 20px;
}
.com_btn_box01 > a, 
.com_btn_box01 > .com_btn01 {
	flex: 1;
}
.pointer01 {
	cursor: pointer;
} 

@media all and (max-width:770px) {
	.modal_body {
		padding: 40px 30px;
		max-width: 95%;
	}
	.modal_sign_box01 .img {
		position: absolute;
		right: -56px;
		top: 50%;
		transform: translateY(-50%);
		width: 48px;
		height: 48px;
	}
	    
}
/* END modal */