@charset "utf-8";

.row{
	max-width: 1400px;
	margin: 0 auto;
}

/* header ///////////// */
#h_top{
	border-bottom: 1.5px solid #556991;
}
#h_top > .row{
	height: 70px;
	display: flex;
	justify-content: space-between;
}
#logo{
	text-align: center;
	padding-top: 12px;
}
#logo a img{
	width: 170px;
}
#h_top form{
	border: 1.5px solid #556991;
	border-radius: 67px;
	width: 180px;
	height: 30px;
	display: flex;
	margin-top: 20px;
}
#search{
	border: none;
	outline: none;
	text-indent: 10px;
	background: none;
	margin-left: 6px;
	width: 145px;
}
.search_btn{
	width: 20px;
	height: 20px;
	margin-top: 5px;
}


.h_link > ul{
	display: flex;
}
.h_link > ul > li{
	padding: 0 10px;
	line-height: 70px;
	position: relative;
}
.h_link > ul > li > .lang{
	display: flex;
	align-items: center;
	padding-right: 5px;
	cursor: pointer;
} 
.h_link ul li .lang_world{
	position: absolute;
    right: 5px;
    border: 1px solid #aaa;
	border-radius: 0 0 10px 10px;
    background: #fff;
    width: 83px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 46px;
	padding: 3px 0;
	display: none;
	z-index: 1002;
}
.h_link ul li > .lang_world li{
	height: 25px;
	line-height: 25px;
}
.h_link ul li > .lang_world li a{
	text-indent: 5px;
	color: #333;
}


.h_link > ul > li:nth-child(2){
	width: 19px;
	height: 21px;
}
.h_link > ul > li:nth-child(2) a img{
	width: 100%;
}
.h_link > ul > li:nth-child(3){
	width: 15px;
	height: 21px;
}
.h_link > ul > li:nth-child(3) a img{
	width: 100%;
}


#pc_navi{
	position: relative;
}
#pc_navi:hover{
	background:  #BAD0E7;
}
#pc_navi .main_navi{
	display: flex;
	justify-content: center;
}
#pc_navi .main_navi > li:hover .sub_navi{
	background: #fff;
}
#pc_navi .main_navi::before > li:hover .sub_navi{
	position: absolute;
}
#pc_navi .main_navi > li{
	width: 160px;
	height: 45px;
	line-height: 45px;
	position: relative;
	z-index: 1002;
}
#pc_navi .main_navi > li:hover > a{
	background:  #fff;
	font-weight: 500;
}
#pc_navi .main_navi > li > a{
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #000;
}
#pc_navi .sub_navi{
	position: absolute;
	width: 100%;
	height: 240px;
	top: 45px;
	left: 0;
	z-index: 1001;
	display: none;
}
#pc_navi .sub_navi ul{
	padding-top: 20px;
}
#pc_navi .sub_navi ul > li > a{
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
#pc_navi .sub_navi ul > li > a:hover{
	color: #02366e;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* full navi background */
#navi_bg{
	position: absolute;
	width: 100%;
	height: 240px;
	background: #BAD0E7;
	left: 0;
	top: 45px;
	z-index: 1000;
	border-top: 1px solid rgba(255, 255, 255, 0.521);
	display: none;
}








/*  footer //////////////////////////////////// */
.mb_f_bot{
	display: none;
}
footer{
	background-color: #E7F3FF;
}
.f_top{
	display: flex;
	justify-content: space-between;
	padding: 35px 0 50px;
	margin-top: 30px;
}
.f_top ul{
	display: flex;
	align-items: center;
}
.f_top ul li{
	margin: 0 12px;
}
.f_logo{
	width: 231px;
	height: 54px;	
}
.f_logo img{
	width: 100%;
}
.f_top ul li:nth-child(1), .f_top ul li:nth-child(2){
	width: 29px;
	height: 29px;
}
.f_top ul li:nth-child(1) a img, .f_top ul li:nth-child(2) a img{
	width: 100%;
}
.f_top ul li:nth-child(3){
	width: 35px;
	height: 35px;
}
.f_top ul li:nth-child(3) a img{
	width: 100%;
}
.f_top ul li:nth-child(4){
	width: 30px;
	height: 27px;
}
.f_top ul li:nth-child(4) a img{
	width: 100%;
}

.f_bot{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 40px;
}
.f_left{
	line-height: 1.5em;
}
.f_bot .f_left dl:nth-child(1){      /* footer - 회사정보 */
	margin-bottom: 20px;
}
.f_bot .f_left dl dt{
	font-size: 14px;
}
.f_bot .f_left dl dd ul li{
	font-size: 13px;
	font-weight: 400;
}
.f_right{
	font-size: 13px;
	font-weight: 400;
	display: flex;
}
.f_right ul{
	display: flex;
}
.f_right ul li{
	padding: 0 5px;
	position: relative;
}
.f_right ul li::after{
	content: '';
	position: absolute;
	border-right: 1px solid #000;
	height: 12px;
	right: -1px;
	top: 5px;
}
.f_right ul li:nth-child(3)::after{
	border: none;
}
.f_right ul li a{
	color: #242424;
}
.f_right ul li:nth-child(3){
	padding-right: 15px;
}
#mb_f_bot{
	display: none;
}



/* 모바일 스타일 (pc) */
#mb_top_btn{
	display: none;
}
#mb_search img{
	max-width: 28px;
	width: 100%;
	cursor: pointer;
}
#mb_menu img{
	max-width: 28px;
	width: 100%;
	cursor: pointer;
}
#mb_navi{
	position: fixed;	
	top: 0;
	width: 100%;
	height: 100%;
	right: -100%; 
	background:#E1EDFB;
	z-index: 1001;
}
#mb_navi_top{
	display: flex;
	justify-content: space-between;
	height: 86px;
	line-height: 86px;
	background: #E1EDFB;
}
#mb_navi_top  #mb_header_logo img{
	max-width: 170px;
	width: 100%;
	padding: 19px 0 0 12px;
}
#mb_lang_close{
	display: flex;
	cursor: pointer;
	position: relative;
}
#mb_lang_close .mb_lang{
	display: flex;
	align-items: center;
	padding-right: 25px;
	cursor: pointer;
	font-weight: 500;
}
#mb_lang_close .mb_close{
	padding-right: 18px;
}
#mb_lang_close .mb_close img{
	max-width: 22px;
	width: 100%;
}


#mb_lang_close .mb_lang_world{
	position: absolute;
    right: 46px;
    border: 1px solid #dadada;
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.95);
    width: 87px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 57px;
    padding: 3px 0;
    z-index: 1002;
	display: none;
}
#mb_lang_close .mb_lang_world li{
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	padding: 5px 0;
}
#mb_lang_close .mb_lang_world li a{
	text-indent: 5px;
	color: #333;
}




/*모바일 반응형 스타일 */
/* 모바일 네비게이션 ------------------------------------------------------------ */
@media screen and (max-width:768px) {
	#h_top form{
		display: none;
	}
	#logo{
		padding-left:20px;
	}
	.h_link ul{
		display: none;
	}
	#mb_top_btn{
		display: flex;
		align-items: center;
		margin-right: 20px;
	}
	#mb_top_btn #mb_search{
		margin-right: 25px;
	}
	#mb_navi{
		display: block;
	}
	#pc_navi{
		display: none;
	}


	/* 복제된 모바일 메뉴 스타일 */

	#mb_navi .main_navi > li > a{ /* 대메뉴 */
		display: block;
		padding-left: 25px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		background: #556991 url(../img/icon/moblie_menu_open.png) no-repeat 96% 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	#mb_navi .main_navi > li:nth-child(1) > a, #mb_navi .main_navi > li:nth-child(4) > a{
		background-image:  none;
	}
	#mb_navi .main_navi > li > a.on{
		color: #1E2D4D;
		font-weight: 700;
		font-size: 18px;
		background: #FFF url(../img/icon/moblie_menu_close.png) no-repeat 96% 29px;
		border-bottom: 1px solid #AAB4C8;
	}
	#mb_navi .main_navi > li .sub_navi ul li a{
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 5px 25px;
		color: #1E2D4D;
		font-size: 14px;
		font-weight: 500;
		background: #fff;
	}
	#mb_navi .main_navi > li .sub_navi{
		display: none;
	}

	#mb_myinfo{
		display: flex;
		justify-content: space-between;
		padding: 30px 40px;
		background: #E1EDFB;
		border-bottom: 1px solid  rgba(85, 105, 145, 0.603);
	}
	#mb_myinfo .mb_info1{
		display: flex;
		padding-top: 5px;
	}
	#mb_myinfo .mb_info1 li{
		cursor: pointer;
		font-size: 14px;
		color: #1e2d4d;
		font-weight: 500;
		position: relative;
	}
	#mb_myinfo .mb_info1 li:nth-child(1)::after{
		content: '';
		position: absolute;
		top: 3px;
        right: -6px;
        width: 1px;
        background:  #1e2d4d;
        height: 15px;
	}
	#mb_myinfo .mb_info2{
		display: flex;
	}
	#mb_myinfo .mb_info2 li{
		cursor: pointer;
		width: 93px;
		height: 32px;
		line-height: 32px;
		background: #556991;
		font-size: 17px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		margin-left: 5px;
	}
	.mb_info2 li a{
		color: #fff;
	}
} /* 0-768 */







/* 모바일 footer ---------------------------------------------------------------- */
@media screen and (max-width:1230px){
	.f_bot{
		display: block;
	}
	.f_left{
		padding: 0 6px;
	}
	.f_bot .f_left dl:nth-child(2){
		margin-bottom: 20px;
	}
} /* 0 - 1230 */


@media screen and (max-width:500px){
	.f_bot{
		display: none;
	}                         /* 기존 footer  bottom 안 보이게  */
	.f_top{
		display: block;
		padding-bottom: 35px;
	}
	.f_logo{
		display: none;
	}
	.f_top ul{
		justify-content: center;
	}.f_top ul li{
		margin: 0 18px;
	}
	#mb_f_bot{
		display: block;
	}                         /* 기존 footer  bottom 보이게  */
	.mb_f_info{
		border-top: 2px solid #9BABC6;
		padding: 0 35px;
	}
	#mb_f_bot h3{
		margin: 20px 0;
		font-size: 18px;
		background: url(../img/sub01_03/footer_mb_open.png) no-repeat 95% center / 18px ;
		cursor: pointer;
	}
	#mb_f_bot h3.selected{
		background: url(../img/sub01_03/footer_mb_close.png) no-repeat 95% center / 18px ;
	}
	.mb_f_info div{
		display: none;
	}
	.mb_f_info ul{
		margin-bottom: 15px;
	}
	.mb_f_info ul li{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.mb_guide ul{
		display: flex;
	}
	.mb_guide ul li a{
		display: block;
		color: #000;
		margin-left: 3px;
	}
	#mb_f_bot p{
		text-align: center;
		padding: 25px 0 30px;
		border-top: 2px solid #9BABC6;
	}
}