@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:1400px; margin:0 auto; position:relative;}

@media all and (max-width:1400px){
	.inner{width:93.75%;}
}

/* header */
#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 {
	z-index: 10;
	position: relative;
	box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
}
#header .h_inner {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 90px;
	background-color: #fff;
	padding: 0 30px;
}

#header .logo,
#header .h_right {
	display: flex;
	align-items: center;
}

#header .gnb {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

#header .gnb_ul {
	display: flex;
	height: 100%;
}

#header .gnb_ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #222;
	height: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
}

#header .gnb_ul>li:not(:last-child)>a:after {
	content: '';
	width: 3px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	background-color: #ccc;
	position: absolute;
}

/* #header .h_right {
	gap: 30px;
} */

#header .h_login_box {
	padding: 10px 19px;
	border-radius: 20px;
	border: 1px solid #666;
	display: flex;
	gap: 10px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #666;
	align-items: center;
}
#header .h_login_box.ml-10{margin-left: 10px;}
#header .h_login_box img {
	min-width: 13px;
}

#header .all_menu_btn {
	min-width: 30px;
	margin-left: 30px;
}

#header .gnb_ul>li {
	position: relative;
}

#header .gnb_ul .depth02 {
	position: absolute;
	top: 100%;
	padding-top: 10px;
	border-radius: 20px;
	left: 0;
	width: 100%;
	box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
	display: none;
}
#header .gnb_ul .depth02>li {
	position: relative;
	margin-top: -1px;
}
#header .gnb_ul .depth02>li>a {
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #888;
	transition: all 0.3s ease-in-out;
}

#header .gnb_ul .depth02>li:first-child>a {
	border-radius: 20px 20px 0 0;
	padding-top: 20px;
}

#header .gnb_ul .depth02>li:last-child>a {
	border-radius: 0 0 20px 20px;
	padding-bottom: 20px;
}

#header .gnb_ul>li:hover>a {
	color: #2e4398;
}

#header .gnb_ul>li:hover .depth02 {
	display: block;
}

#header .gnb_ul .depth02>li>a:hover {
	color: #222;
}
#header .all_menu_bg {
	position: absolute;
	width: 100%;
	height: 315px;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
	box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
	display: none;
}

.flex_box {
	display: flex;
}

#header .all_menu_bg .flex_box {
	justify-content: center;
}

#header .all_menu_bg .gnb_ul {
	height: 0;
}

#header .all_menu_bg .gnb_ul .depth02 {
	display: block;
}

#header .all_menu_bg .gnb_ul>li>a {
	height: 0;
	opacity: 0;
}

#header .all_menu_bg .gnb_ul>li:not(:last-child)>a:after {
	display: none;
}

#header .all_menu_bg .gnb_ul .depth02 {
	box-shadow: unset;
	height: 315px;
	border-radius: unset;
}

#header .all_menu_bg .gnb_ul .depth02 a {
	border-radius: unset;
	background-color: transparent;
}

#header .all_menu_bg .gnb_ul .depth02:hover {
	background-color: #f9f9f9;
}

@media all and (max-width:1400px) {
	#header .gnb_ul>li>a {
		padding: 0 25px;
	}
}

@media all and (max-width:1024px) {
	#header .h_right {
		display: none;
	}
	#header .m_btn {
		margin: unset;
		margin-left: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#header .m_btn i:nth-of-type(2) {
		width: 100%;
	}
	#header .h_inner {
		height: 80px;
		padding: 0 3.125%;
	}
}
/* END header */

/* footer */
#footer {
	border-top: 1px solid #262626;
	position: relative;
}
#footer .f_top {
	height: 65px;	
	border-bottom: 1px solid #c9c9c9;
}
#footer .f_top .inner {
	height: 100%;
}
#footer .f_top .inner .flex_box {
	height: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .f_top .inner .flex_box a {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	padding: 0 45px;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.025em;
	color: #888;
}
#footer .f_top .inner .flex_box a.cursor {
	cursor: default;
}
#footer .f_top .inner .flex_box a:first-child {
	padding-left: unset;
}
#footer .f_top .inner .flex_box a:last-child {
	padding-right: unset;
}
#footer .f_top .inner .flex_box a:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #d9d9d9;
}
#footer .f_top .inner .flex_box a:hover {
	color: #222;
}
#footer .f_btm {
	padding: 30px 0;
}
#footer .f_btm .inner {
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .f_alt {
	font-size: 16px;
	letter-spacing: -0.025em;
	color: #a6a6a6;
	line-height: 1.6em;
	margin: 35px 0 25px;
}
#footer .f_alt span {
	position: relative;
}
#footer .f_alt span:not(:last-child) {
	margin-right: 10px;
	padding-right: 10px;
}
#footer .f_alt span:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #d9d9d9;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#footer .f_copy {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #bfbfbf;
}
#footer .f_right {
	padding: 40px;
	border-radius: 10px;
	background-color: #f9f9f9;
	width: 100%;
	max-width: 670px;
}
#footer .f_btm .inner > div {
	width: 50%;
}
#footer .f_right .gnb_ul {
	display: flex;
}
#footer .f_right .gnb_ul > li {
	flex: 1;
	text-align: center;
	position: relative;
}
#footer .f_right .gnb_ul > li:not(:last-child)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #e5e5e5;
}
#footer .f_right .gnb_ul > li > a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #666666;
	transition: all 0.3s ease-in-out;
}
#footer .f_right .gnb_ul > li > a:hover {
	color: #222;
}
#footer .f_right .gnb_ul > li .depth02 {
	margin-top: 12.5px;
}
#footer .f_right .gnb_ul > li .depth02 > li > a {
	display: block;
	padding: 7.5px;
	font-size: 15px;
	letter-spacing: -0.025em;
	color: #888;
	transition: all 0.3s ease-in-out;
	font-weight: 500;
}
#footer .f_right .gnb_ul > li .depth02 > li > a:hover {
	color: #222;
}

@media all and (max-width:1400px) {
	#footer .f_right {
		padding: 40px 20px;
	}
}
@media all and (max-width:1024px) {
	#footer {
		padding-bottom: 105px;
	}	
	#footer .f_btm .inner {
		flex-direction: column;
		gap: 40px;
	}
	#footer .f_btm .inner > div {
		width: 100%;
	}
	#footer .f_top {
		height: auto;
	}
	#footer .f_top .inner .flex_box a {
		padding: 0 20px;
		height: 65px;
	}
	#footer .f_right {
		padding: 40px 0;
	}
	#footer .f_top .inner .flex_box a {
		width: 50%;
		justify-content: center;
		padding: unset;
	}
	#footer .f_top .inner .flex_box a:nth-child(2n)::after {
		display: none;
	}
	#footer .f_alt {
		font-size: 15px;
	}
}

@media all and (max-width:700px) {
	#footer {
		padding-bottom: 80px;
	}	
}
/* END footer */

/* quick */
#quick.fixed {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	bottom: unset;
}
#quick {
	z-index: 10;
	position: absolute;	
	bottom: 105%;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	transition: all 0.3s ease;
}
#quick .top_btn {
	aspect-ratio: 1/1;
	width: 80px;
	border-radius: 50%;
	transition: all 0.3s ease;
	background: url('/img/top_btn.png') no-repeat center / cover;
	display: block;
	box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
}

#quick .top_btn:hover {
	background: url('/img/top_btn_active.png') no-repeat center / cover;
}

#quick .q_top {
	box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.1);
	border-radius: 60px;
	background-color: #fff;
	padding: 0 10px;
	width: 125px;
}

#quick .q_top a {
	border-bottom: 1px solid #dcdcdc;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#quick .q_top a:last-child {
	border-bottom: unset;
}
#quick .q_top a .name {
	font-size: 15px;
	letter-spacing: -0.025em;
	line-height: 1.7em;
	color: #222;
	font-weight: 700;
}
#quick .q_top a .tell {
	margin-top: 10px;
	text-align: center;
}
#quick .q_top a .tell p {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: -0.05em;
	color: #222;
}
#quick .q_top a .tell span {
	font-size: 14px;
	letter-spacing: 0;
	color: #888888;
}

@media all and (max-width:1024px) {
	#quick {
		bottom: 0;
		top: unset;
		transform: unset;
		left: 0;
		right: 0;
		flex-direction: row;
		gap: unset;
		border-top: 1px solid #ddd;
		position: fixed;
	}
	#quick .q_top {
		display: flex;
		width: 100%;
		border-radius: unset;
		max-height: 105px;
	}
	#quick .top_btn {
		display: none;
	}
	#quick .q_top a {
		flex: 1;
		padding: unset;
		border: unset;
		padding: 20px;
	}
	#quick .q_top a .tell {
		display: none;
	}
	#quick.fixed {
		bottom: 0;
		top: unset;
		transform: unset;
		left: 0;
		right: 0;
		position: fixed;
	}	
}

.br_pc_only {
	display: block;
}

@media all and (max-width:700px) {
	.br_pc_only {
		display: none;
	}

	#quick .q_top {
		display: flex;
		width: 100%;
		border-radius: unset;
		max-height: 80px;
	}
	#quick .q_top a .name {
		display: none;
	}
}
/* END quick */

/* sub_visual */
.sub_visual {
	position: relative;
	height: 280px;
}
.sub_visual .inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_visual .inner .tit {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: -0.025em;
	color: #fff;
}
/* END sub_visual */

/* sub_tab_wrap */
.sub_tab_wrap {
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	position: sticky;
	top: 0;
	z-index: 5;
}
.sub_tab_wrap ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 80px;
	height: 60px;
}
.sub_tab_wrap ul li a {
	font-size: 18px;
	letter-spacing: -0.025em;
	color: #aaaaaa;
	height: 100%;
	font-weight: 600;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub_tab_wrap ul li.active a,
.sub_tab_wrap ul li a:hover {
	color: #222222;
	border-color: #222;
}

@media all and (max-width:1400px) {
	.sub_tab_wrap ul {
		gap: 40px;		
	}
}
@media all and (max-width:1024px) {
	.sub_tab_wrap ul {
		gap: 25px;		
	}
	.sub_tab_wrap ul li a {
		font-size: 15px;
	}
}
/* ERD sub_tab_wrap */