@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 .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 */
.flex {
	display: flex;
	flex-wrap: wrap;
}

.h_logo_box {
	border-bottom: 1px solid #DEDEDE; position: relative;
}

.h_logo_box .inner {
	align-items: center;
	justify-content: center;
	padding: 18px 0;
}

.header_serch_wrap{
    position: absolute;
	width: 100%;
	height: 30px;
	top: 35%;
	display: flex; align-items: center; justify-content: center;
}

.header_serch_box{
	position: relative;
	width: 100%;
max-width: 1400px;
display: flex; justify-content: flex-end;
}

.header_serch_wrap .header_serch_box .header_serch{
	width: 250px; height: 30px;
    display: flex;
    align-items: center;
    background-color: #F9F9F9;
    border-radius: 5px;
    gap: 10px;
    padding: 0 20px;
	border: 1px solid #333;
}

.header_serch_wrap .header_serch_box::after{
	position: absolute;
	content: '';
	width: 18px;
	height: 15px;
	background: url('/img/prd_search_icon.png') center center / cover no-repeat;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

.header_bottom {
	align-items: center;
	justify-content: space-between;
}

.h_btn_box {
	gap: 85px;
	align-items: center;
}

.h_menu_btn {
	background: #004195;
	width: 140px;
	height: 48px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.gnb ul {
	gap: 130px;
	align-items: center;
}

.gnb ul li a {
	display: block;
	height: 100%;
	padding: 15px 0;
}

.p_18 {
	color: #222;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 18px */
	letter-spacing: -0.18px;
}

#header .p_18{
		font-size: 18px;
}

.p_16 {
	color: #222;
	/* font-family: "Noto Sans KR"; */
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 16px */
	letter-spacing: -0.16px;
}

#header .p_16{
		font-size: 16px;
}

.gray_txt {
	color: #888 !important;
}

.center {
	text-align: center !important;
}

.h_login_btn ul {
	gap: 36px;
}

.h_login_btn ul li {
	position: relative;
}

.h_login_btn ul li:after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background-color: #dedede;
	right: -18px;
}

.h_login_btn ul li:last-child:after {
	display: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fafafa;
	z-index: 9999;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);

}

/* header all menu */


.gnb {
	position: static;
}


.gnb .depth01 {
	position: relative;
}


.gnb .depth02 {
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 101;
	width: 100%;
	text-align: left;
}

.gnb .depth02 li a {
	display: block;
	padding: 14px 0;

	color: #888;
	/* font-family: "Noto Sans KR"; */
	font-size: 18px;
	font-style: normal;
	font-weight: 350;
	line-height: 100%;
	/* 18px */
	letter-spacing: -0.18px;

	white-space: nowrap;
}

.gnb .depth02 li a:hover {
	color: #004195;
}

.menu_bg {
	display: none;
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #eee;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
	padding: 36px 20px;
}

.menu_bg .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.h_sns_logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

.h_sns_logo ul {
	gap: 36px;

}

.main {
	background: #FAFAFA;
}


.hs_2depth_bg {
	width: 100%; height: 500px; background: #fff; display: none;
	display: none;
	transition: opacity 0.3s ease;
  }
  .hs_2depth_bg.active {
	display: block;
	opacity: 1;
	transition: opacity 0.3s ease;
  }


/* 3depth 기본 */
.gnb .depth03 {
	display: none;
	padding: 8px 0 0 8px;
	border-top: 1px solid #004195;
}

.gnb .depth03 li a {
	display: block;
	padding: 4.5px 0;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
}

.gnb .depth03 li a:hover {
	color: #004195;
}

/* 2depth 화살표(이미지) */
.gnb .depth02 .has-3>a.has3_btn {
	position: relative;
	padding-right: 18px;
	color: #666;
}

.gnb .depth02 .has-3>a.has3_btn .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url('/img/h_top_arrow.png') no-repeat center/contain;
}

.gnb .depth02 .has-3.open>a.has3_btn {
	color: #2A66C5;
}

.gnb .depth02 .has-3.open>a.has3_btn .arrow {
	transform: translateY(-50%) rotate(0deg);
}

/* 위쪽 */



/* footer */
footer {
	background: #000B1A;
	padding: 36px 0;
}

footer .inner {
	align-items: stretch;
	justify-content: space-between;
	gap: 30px;
}

.footer_left {
	flex-direction: column;
	gap: 18px;
}

.footer_info_box ul {
	margin-top: 18px;
	flex-direction: column;
	gap: 9px;

}

.footer_info_box ul li {
	gap: 18px;
}

.footer_right {
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.footer_policy_box {
	gap: 36px;
}

.footer_policy_box a p {
	color: #FAFAFA;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.f_btn_box {
	flex-direction: column;
	gap: 9px;
}

.f_btn_box a {
	display: flex;
	width: 240px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #F6F7F8;
}




@media all and (max-width:1300px) {

	.h_btn_box,
	.gnb ul {
		gap: 40px;
	}
}

@media all and (max-width:1080px) {
	.h_login_btn {
		display: none;
	}

	.header_bottom {
		display: none !important;
	}

	footer {
		padding: 36px 0 120px 0;
	}

		footer .inner {
		gap: 25px;
		justify-content: center;
	}

	.f_logo_box  {
		justify-content: center;
	}

	.footer_right {
		gap: 10px;
	}

}

.h_logo_width {
	width: 370px;
}

@media all and (max-width:800px) {


	.footer_right {
		gap: 18px;
	}

	.f_logo_box {
		text-align: center;
	}

	.footer_copy {
		font-size: 15px !important;
	}

	.footer_policy_box,
	.footer_right .h_sns_logo ul {
		justify-content: center !important;
	}

	.footer_info_box ul {
		align-items: center;
	}

	.ceo_txt_box br {
		display: none;
	}

	.f_btn_box a {
		width: 210px;
		height: 40px;
	}

	.h_logo_width {
	width: 300px;
}

}

.disnon{display: none;}