@charset "UTF-8";


*{font-family:'Noto Sans KR', sans-serif !important; letter-spacing:-0.5px;}
.mo_br{display:none;}
select, input[type="button"]{cursor:pointer;}
.content_point{padding-top:130px;}

.header{position: fixed; width: 100%; background: #fff; z-index: 1000;}
.header_top_cover{border-bottom: 1px solid #D4D4D4;}
.header_top{display: flex; max-width: 1720px; width: 100%; padding: 0 10px; margin: 0 auto; align-items: center; justify-content: space-between;}
.header_top>a{display: flex; height: 40px; align-items: center; justify-content: center; width: 118px; background: #F8F6FC; border: 1px solid #D4D4D4; border-top: none; border-bottom: none; font-size: 15px; line-height: 22px; color: #000;}
.header_top>a img{margin-right:10px;}
.header_top_nav{display:flex;}
.header_top_nav a{font-size:15px; color:#000; line-height:22px; display:flex; height: 40px; align-items: center; margin:0 17px;}
.header_top_nav a:hover{color:#F54A50; border-bottom:3px solid #F54A50;}

.header_content_cover{border-bottom: 1px solid #D4D4D4;}
.header_content{display: flex; max-width: 1720px; width: 100%; padding: 0 10px; margin: 0 auto; justify-content: space-between;}
.header_logo{width:256px;}
.header_logo a{display:flex; align-items: center; height:90px;}
.header_nav{width:800px;}
.header_nav .gnb{display:flex; justify-content: space-around;}
.header_nav .gnb>li>a{display: flex; height: 90px; align-items: center; justify-content: center; font-size: 20px; font-weight: 500; color:#000; font-family:'GmarketM', sans-serif !important;}
.header_nav .sub-gnb-wrap{display:none;}
.header_search{width:400px; display: flex; align-items: center;}
.header_search_box{display: flex; width: 100%;}
#header_search{border: 2px solid #19356D; width: calc(100% - 58px); height: 58px; border-radius: 10px 0px 0px 10px; font-size: 15px; padding-left: 15px; border-right:0px;}
.header_search_box a{width: 58px; height: 58px; display: flex; background: #19356D; align-items: center; justify-content: center; border-radius: 0px 10px 10px 0px;}
.header_btn{width:85px;}
.header_btn a{display:flex; align-items: center; height: 90px; justify-content: flex-end;}

.mo_header_btn{display:none;}
.mo_sub_menu_cover{display:none;}
.mo_sub_menu_cover{position: absolute; width: 100%; height: 100vh; background: rgba(0,0,0,0.75); z-index: 1000;}
.mo_sub_menu{width: 90%; background: #fff; height: 100vh; overflow: auto; position:absolute; left:-100%;}
.mo_sub_menu .sub-gnb-wrap{display:none;}
.mo_menu_header{display: flex; width:100%; align-items: center; justify-content: space-between; height: 60px; padding: 0 10px; border-bottom: 1px solid #D4D4D4;}
.mo_sub_menu .sub_nav_title{display:none;}
.mo_sub_menu li>a>img{margin-left:5px;}
.mo_sub_menu_content .gnb{padding: 20px 10px;}
.mo_sub_menu_content .gnb>li{border: 1px solid #C4C4C4; border-radius: 15px;margin-bottom: 20px;}
.mo_sub_menu_content .gnb>li.li_on{border-color:#F54A50;}
.mo_sub_menu_content .li_on2{border-bottom:1px solid #19356D;}
.mo_sub_menu_content .li_on2>a{border-bottom:1px solid #19356D !important; color:#F54A50;}
.mo_sub_menu_content .gnb>li.li_on>a{color:#F54A50;}
.mo_sub_menu_content .li_on .sub-gnb-wrap{border-top:1px solid #F54A50;}
.mo_sub_menu_content .gnb>li>a{font-size: 19px; height:75px; padding:0 20px; line-height: 27px; color: #000; align-items: center; font-weight: 500; width: 100%; display: flex; font-family: 'GmarketM', sans-serif !important; font-weight:bold;}
.mo_sub_menu_content .sub-gnb-wrap{border-top:1px solid #D4D4D4; margin: 0 15px;}
.mo_sub_menu_content .sub-gnb-wrap li a{border-bottom: 1px dashed #D4D4D4;  display: flex; width: 100%; height: 55px; align-items: center; padding-left: 5px;}
.mo_sub_menu_content .sub-gnb>li>a{font-weight: bold; border-bottom: 1px solid #d4d4d4; color:#000;}
.mo_sub_menu_content .sub-gnb>li:last-child>a{border-bottom:0px;}
.mo_sub_menu_content .sub-gnb>li li:last-child>a{border-bottom:0px;}
.mo_sub_menu_content .sub-gnb>li li>a{font-size:15px; color:#000; height:45px;}
.mo_sub_menu_content .sub-sub-gnb{display:none;}
.mo_sub_menu_content .menu_3dep{background: url(/resources/images/fnc_images/sub/sub_menu_icon_on.png) no-repeat right;}
.mo_sub_menu_content .li_on2 .menu_3dep{background: url(/resources/images/fnc_images/sub/sub_menu_icon_off.png) no-repeat right;}


/*footer*/
.footer_top_cover{background:#fff; border-top:1px solid #D4D4D4;}
.footer_top{display: flex; width: 100%; max-width: 1720px; margin:0 auto; padding: 0 10px; justify-content: space-between; }
.footer_top ul{display:flex; width:50%;}
.footer_top ul li{position:relative;}
.footer_top ul li:after{clear:both; display:block; content:""; width: 1px; height: 15px; background: #D4D4D4; position: absolute; top: 43px; right: 0;}
.footer_top ul li:last-child:after{display:none;}
.footer_top ul li a{display:flex; height:100px; align-items: center; color: #707070; font-size: 16px; margin: 0 20px; font-weight:500;}
.footer_top ul li a:hover{ color:#F54A50;}
.footer_top ul li:nth-child(1) a{margin-left:0px; color:#F54A50;}
.footer_select_box{width: 50%; display: flex; align-items: center;}
.footer_select_box select{width:33.3%; height: 60px; border: 1px solid #7070705e; border-radius: 15px; font-size: 18px; color: #000000; font-weight: 500; padding-left:15px;}
.footer_select_box select:nth-child(2){margin: 0 20px;}
.footer_content_cover{background: #303d581c; border-top:1px solid #D4D4D4;}
.footer_content{display: flex; width: 100%; max-width: 1720px; margin:0 auto; padding: 0 10px;}
.footer_txt{width:100%; display: flex; justify-content: space-between; align-items: center; height:55px;}
.footer_txt p{font-size: 16px; color:#464646; line-height: 24px; }
.footer_txt .copyright{font-size: 15px; color:#707070; line-height: 22px; margin-bottom:0px;}


@media(max-width:1500px){
	.footer_top{flex-direction: column-reverse;}
	.footer_top ul{width:100%;}
	.footer_top ul li{width:100%;}
	.footer_top ul li a{justify-content: center; height:70px;}
	.footer_top ul li:after{top:29px;}
	.footer_select_box{width: 100%; padding: 10px 0px;}
}	
@media(max-width:1100px){
	.header_nav{display:none;}
	.mo_header_btn{display:flex; align-items: center;}	
}

@media(max-width:950px){
	.footer_top{padding:0;}
	.footer_select_box{padding:20px; flex-direction: column;}
	.footer_select_box select{width: 100%; margin: 0 !IMPORTANT; margin-bottom: 15px !important;}
	.footer_select_box select:last-child{margin-bottom:0px !important;}
	.footer_top ul{flex-wrap: wrap;}
	.footer_top ul li{width:33.3%;}
	.footer_top ul li a{margin:0; border: 1px solid #D4D4D4; border-right:none; border-bottom:none;}
	.footer_top ul li:after{display:none;}
	.footer_content_cover{padding: 25px 0px 25px;}
	.footer_txt{flex-direction: column; align-items: center; height: auto; text-align: center;}
	.footer_txt .copyright{margin-top:20px;}
}
@media(max-width:650px){
	.header_top_cover{display:none;}
	.header_logo a{height:80px;}
	.content_point{padding-top:80px;}
	.footer_select_box select{font-size:16px;}
	.footer_top ul li a{height:50px; font-size: 0.8rem;}
	.footer_txt p{font-size:15px;}
	
}

