@charset "utf-8";

.id_save_box02 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: #222;
	font-weight: 400;
	position: relative;
}

/* .id_save_box02 input {
	appearance: none !important;
	outline: unset !important;
	border: unset !important;
	margin: unset !important;
	padding: unset !important;
	min-width: 70px;
	width: 70px;
	height: 40px;	
	cursor: pointer;
	border-radius: 50px;
	background-color: #E8E8E8;	
}
.id_save_box02::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #fff;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
} */
.id_save_box02:has(input:checked)::after {
	left: 35px;
}

.id_save_box02 input:checked {
	background-color: var(--color-primary01);
}

.sign_agree_wrapper01 {
	padding: 15px 0;
	border-bottom: 1px solid #e3e3e3;
}

.id_save_box03 {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 16px;
	color: #222;
	font-weight: 400;
}

.id_save_box03.type02 {
	justify-content: space-between;
	padding: 10px 0;
}

.underLine {
	text-decoration: underline;
	text-underline-position: under;
}

/* .id_save_box03 input {
	appearance: none !important;
	outline: unset !important;
	border: unset !important;
	margin: unset !important;
	padding: unset !important;
	min-width: 30px;
	width: 30px;
	height: 30px;
	background: url('/img/id_chk03.png') no-repeat center / cover;
	cursor: pointer;
} */
/* .id_save_box03 input:checked {
	background: url('/img/id_chk03_active.png') no-repeat center / cover;
} */

.com_con_tit.dotAfter {
	font-size: 30px;
	font-weight: bold;
}

.id_save_btn {
	appearance: none !important;
	outline: unset !important;
	border: unset !important;
	margin: unset !important;
	padding: unset !important;
	width: 30px !important;
	height: 30px !important;
	background: url(/img/id_chk01.png) no-repeat center / cover;
}


/* 모바일메뉴 */
#mobileGnb,
.mobileMenuBtn {
	display: none;
}

.mg_wrapper {
	padding: 10px 20px 80px;

}

.mb_logo {
	border-bottom: 1px solid #E9E9E9;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	position: relative;
}



#mobileGnb {
	position: fixed;
	top: 0;
	width: 400px;
	height: 100vh;
	z-index: 99999;
	background-color: #F6F7F8;
	display: none;
	overflow: auto;

}

#mobileGnb .mobileHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	padding: 0 20px;
}

#mobileGnb .mobileHeader>a {
	display: flex;
	align-items: center;
	height: 100%;
	/* width: fit-content; */
	justify-content: center;
	width: 30px;
}

.mobileMenuBtn {
	position: relative;
	cursor: pointer;
	/* min-width: 40px;
	height: 40px; */
}

.mobileMenuBtn span {
	position: absolute;
	display: block;
	width: 20px;
	height: 1.5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #222;
	transition: .35s;
}

.mobileMenuBtn span:nth-child(1) {
	top: 12px;
}

.mobileMenuBtn span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.mobileMenuBtn span:nth-child(3) {
	bottom: 12px;
}


.mobileMenuBtn.active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%) rotate(45deg);
}

.mobileMenuBtn.active span:nth-child(2) {
	opacity: 0;
}

.mobileMenuBtn.active span:nth-child(3) {
	bottom: 50%;
	transform: translate(-50%) rotate(-45deg);
}

#mobileSideQuick {
	display: none;
}

body.active {
	touch-action: none;
	overflow: hidden !important;
	-webkit-user-select: none;
}

html.active {
	touch-action: none;
	overflow: hidden !important;
	overscroll-behavior: none;
	-webkit-user-select: none;
}

#mobileGnb .gnb_box ul {
	width: 100%;
}



/* .mobile_side_menu {
	margin-top: 20px;
} */
.mobile_side_menu>ul {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	/* background-color: #fff; */
flex-wrap: wrap;
	gap: 9px;
}

.mobile_side_menu>ul>li {
	/* flex: 1; */
	/* height: 77.5px; */
	aspect-ratio: 4 / 3;
	width: calc(33.333% - 6px);
	background-color: #FAFAFA;
	border: 1px solid #DEDEDE;
border-radius: 2px;


}

/* .mobile_side_menu>ul>li+li {
	border-left: 1px solid #e3e3e3;
} */

.mobile_side_menu>ul>li>a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 10px;
	text-align: center;
	color: #333;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.h_search_form_box {
	min-width: 530px;
	max-width: 530px;
	width: 100%;
	height: 50px;
	/* border: 1px solid #E3E3E3; */
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
}

.h_search_input {
	width: calc(100% - 55px);
	border: unset;
	outline: unset;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 400;
	min-width: 0;
	height: auto !important;
}

.h_search_input::placeholder {
	color: #777;
}

.h_search_btn {
	padding: 0 15px;
	height: 100%;
	display: flex;
	align-items: center;
	width: 55px;
	transition: all 0.3s ease;
}

@media all and (max-width: 1080px) {
	#mobileSideQuick {
		position: fixed;
		bottom: 0;
		left: 0;
		width: -webkit-fill-available;
		height: 60px;
		display: flex;
		/* padding: 0 20px; */
		z-index: 99999;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		background-color: #004195;
	}

	#mobileSideQuick .btn {
		display: flex;
		gap: 5px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		color: #fff;
		font-weight: 400;
		flex: 1;
		background-color: unset;
	}
}



.mobileMenuBtn {
	display: block;
}

.h_top_left_box form,
.h_top_login_box,
.h_btm_box,
.h_top_right_box {
	display: none;
}

.h_top_box {
	height: 60px;
}

.h_top_box .h_inner {
	height: 100%;
	align-items: center;
}

.h_search_form_box {
	max-width: 100%;
	min-width: unset;
}

#mobileGnb .body_box {
	margin-top: 30px;
}

.mobile_gnb_ment {
	font-size: 20px;
	color: #333;
	font-weight: 400;
}

.mobile_gnb_ment.after {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}

.mobile_gnb_ment.after .ment {
	font-size: 12px;
	font-weight: 400;
	color: #777;
}

#header.scrolldown .h_top_box {
	opacity: 1;
	height: 60px;
	visibility: visible;
}

#mobileGnb a.login_chk_btn01,
#mobileGnb .login_chk_btn01 {
	height: 45px;
	font-size: 14px;
}

#mobile_main_meun_box {
	margin-top: 20px;
}

#mobile_main_meun_box>ul {
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
}

#mobile_main_meun_box>ul>li {
	width: 50%;
	height: 50px;
	border: 1px solid #ddd;
}

#mobile_main_meun_box>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #222;
}

/* #mobile_main_meun_box > ul > li + li > a {
		border-left: 1px solid #E3E3E3;
	} */
/* #mobile_main_meun_box > ul > li + li:nth-child(3n + 1) > a {
		border-left: unset;
	} */
/* #mobile_main_meun_box > ul > li:nth-child(n+4):nth-child(-n+10) {
		border-top: 1px solid #e3e3e3;
	} */
#mobileGnb .gnb_box_wrap {
	margin-top: 30px;
}

#mobileGnb .gnb_box_wrap .tit {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

#mobileGnb .gnb_box {
	border-radius: 6px;
	overflow: hidden;
}

#mobileGnb .gnb_box .depth01>a {
	background-color: #fff;
	width: 100%;
	height: 45px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;
	padding-right: 40px;
	font-size: 20px;
	font-weight: 700;
}

#mobileGnb .gnb_box .depth01>a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/img/shop_select_arw01.png) no-repeat center right 20px / 13px 14px;
}

#mobileGnb .gnb_box .depth01.active>a::after {
	background: url(/img/shop_select_arw01.png) no-repeat center left 20px / 13px 14px;
	transform: rotate(180deg);
}

#mobileGnb .gnb_box .depth01.active>a {
	color: var(--color-primary01);
}

#mobileGnb .gnb_box .depth02 {
	display: none;
}

#mobileGnb .gnb_box .depth02>li>a {
	padding: 0 20px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	background-color: #F8F8F8;
}

#mobileGnb .gnb_box .depth03 {
	display: none;
}

/* #sideQuick {
	display: none;
} */


/* } */

.login_btn_group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.login_btn_group a {
	width: 100%;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 14px;
	border-radius: 2px;
	border: 1px solid rgba(0, 65, 149, 0.87);
	background: var(--w-100, #FAFAFA);
}

.login_btn_group a p {
	color: #004195;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

@media all and (max-width:1080px) {
	#mobileSideQuick .btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		color: #fff;
		font-weight: 400;
		flex: 1;

		position: relative;

	}



	#header .inner {
		justify-content: center;
	}


	#mobileSideQuick {
		position: fixed;
		bottom: 0;
		left: 0;
		width: -webkit-fill-available;
		height: 60px;
		display: flex;
		/* padding: 0 20px; */
		z-index: 99999;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		background-color: #004195;
	}

	.moon_e_box_yo {
		border-radius: 10px 10px 0px 0px;
		background: var(--1, linear-gradient(90deg, #025DEB 0%, #01C1F8 100%));
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -34px;
		width: 115px;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.moon_e_box_yo p {
		color: #FFF;
		text-align: center;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		/* 10px */
		margin: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	#header .gnb.mv_header_custom {
		position: absolute;
		display: block;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		background-color: unset;

	}

	#header .gnb.mv_header_custom>ul>li>a {
		color: #fff;
		font-size: 20px;
	}
}

.hak_zu_btn a {
	border-radius: 5px;
	border-right: 1px solid #E9E9E9;
	background: #1D50A2;
	max-width: 100%;
	width: 100%;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.hak_zu_btn a p {
	color: #FFF;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}




.threeMenuBox>li {
	position: relative;
}

.threeMenuBox>li>a {
	display: flex;
	padding: 0 14px;
	height: 40px;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #E9E9E9;
	background-color: #fff;
	position: relative;
}

.sdie_cate_ment {
	margin: 30px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.threeMenuBox>li>a .plus_icon {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	cursor: pointer;
}

/* .threeMenuBox > li > a .plus_icon span { */
.plus_icon span {
	width: 100%;
	height: 1px;
	background-color: #444;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* .threeMenuBox > li > a .plus_icon span:nth-child(2) { */
.plus_icon span:nth-child(2) {
	width: 1px;
	height: 100%;
}

.plus_icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.threeMenuBox>li>ul {
	/* background-color: #f9f9f9; */
	background-color: #F4F4F4;
	padding: 5px 20px;
	display: none;
}

.threeMenuBox>li>ul .depth002 {
	padding-left: 10px;
}

.threeMenuBox>li>ul .depth002>a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: left;
	padding: 5px 0;
}

/* .threeMenuBox>li>ul .depth002>a::after {
	content: 'ㆍ';
	position: absolute;
	left: -15px;
	top: 0;
} */

.threeMenuBox>li.active>a {
	/* font-weight: 600; */
	color: #333;
}

.threeMenuBox>li.active>a .plus_icon span:nth-child(2) {
	display: none;
}

.threeMenuBox>li.active>.plus_icon span:nth-child(2) {
	display: none;
}



/* .threeMenuBox>li>ul .depth002.active>a {
	font-weight: 600;
	color: #1D50A2;
} */

.threeMenuBox>li>ul .depth002>ul {
	display: none;
}

/* .threeMenuBox>li>ul .depth002>ul .depth003 {
	position: relative;
}

.threeMenuBox>li>ul .depth002>ul .depth003>a {
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 2.2em;
}

.threeMenuBox>li>ul .depth002>ul .depth003>a::after {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
} */


/* 2뎁스/3뎁스 접기 */
.threeMenuBox > li > ul { display:none; }
.threeMenuBox > li.active > ul { display:block; }

.threeMenuBox > li > ul .depth002 > ul { display:none; } /* 3뎁스 컨테이너 */
.threeMenuBox > li > ul .depth002.has-3.open > ul { display:block; }

/* 3뎁스 텍스트는 이미 가진 규칙(depth003) 사용 */

/* 2뎁스 - 자료실 화살표 */
.threeMenuBox .depth002.has-3 > a.has3_btn{ position:relative; padding-right:16px; }
.threeMenuBox .depth002.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/arrow_top.png') no-repeat center/contain;
}
.threeMenuBox .depth002.has-3.open > a.has3_btn .arrow{ transform:translateY(-50%) rotate(0deg); }

/* 1뎁스 화살표(제목 오른쪽 이미지 회전) */
#sideNav .depth001 > a img{
  transition:transform .2s ease;
  transform:rotate(180deg); /* 닫힘: 아래 */
}
#sideNav .depth001.active > a img{
  transform:rotate(0deg);   /* 열림: 위 */
}









/* END sideNav */

.side_nav_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
	z-index: 100;
	display: none;
}


.side_nav_bg.active {
	display: block;
}

.close_btn_yo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

@media all and (max-width:700px) {
	#mobileGnb {
		width: -webkit-fill-available;
	}

	.side_nav_bg {
		display: none !important;
	}
}

.threeMenuBox .depth001 a.first {
	border-radius: 10px 10px 0 0;
}

.threeMenuBox .depth001 a.last {
	border-radius: 0 0 10px 10px;
}

.login_pink {
	border-radius: 2px;
	background: #004195 !important;

}

.login_pink p {
	color: #fff !important;
}

.depth001.active img {
	transform: rotate(180deg);
}


#mobileSideQuick a {
	position: relative;
}

#mobileSideQuick a::after {
	content: '';
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background-color: #bdbdbd;
	height: 50px;
}

#mobileSideQuick a:last-child::after {
	display: none;
}

/* END mbMenu*/

.flex_jt_left{
	display: flex;
	justify-content: flex-start;
}

.appli_btn{
	width: 100%;
    color: #fff;
    border-radius: 5px;
	background: #004195;
	color: #FAFAFA;
	font-family: "Noto Sans KR";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	height: 30px;
	border: none;
}