@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}



/*reset css*/
*{padding: 0; margin: 0; box-sizing: border-box;}
ol,ul,li{list-style: none;}
.clear:after{content: ""; display: block; clear: both;}

/*header*/
#page-wrapper{position: relative;}
#page-wrapper header{padding-bottom: 5px;}
#page-wrapper header h1{
	width:220px; margin:10px auto;
}
#page-wrapper header h1 img{width: 100%;}

/*
#page-wrapper  nav {height: 45px!important; line-height: 45px;}
#page-wrapper  nav ul li {
    height: 45px;
	width:20%;
	float:left;
	text-align: center;
	display:inline-block;
	cursor:pointer;
}

*/
nav{display:block;}
header img{display: block;    margin: 10px auto;     width: 50%;}



        /*mobile*/
        .menu_btn{position: absolute; top: 30px; right: 30px; z-index: 2000; cursor: pointer;}
        .mobile_gnb{position: absolute; top: 85px; right: 0; width: 100%; height:auto; background-color: #fff; z-index: 10010; display: none; border-top: 1px solid #ddd;}
        .mobile_gnb_ul{margin-bottom: 0;}
        .mobile_gnb_ul > li{width: 100%; height: auto; line-height: 60px; text-align: center; border-bottom: 1px solid #ddd; font-size: 19px;}
        .mobile_gnb_ul > li a{display: block; height: 100%; padding: 0 20px; font-weight: bold;}
        .mobile_gnb_ul > li:hover> a{text-decoration: none; color:#fff; background-color: #1663a7;}
        
        .mobile_util{width: 100%; height: 60px; line-height: 60px; padding-left: 40%; border-bottom: 1px solid #ddd;}
        .mobile_util li{float: left; margin: 0 10px;}
        .mobile_util li a{font-weight: bold; color: #999; font-size: 16px; display: block; height: 100%;}
        .mobile_util li:hover a{color: #1663a7;}
        
        .menu_btn{background-image:url(/images/skin/tp09/menu_btn.png); background-repeat:no-repeat; width:24px; height:24px;}
        .menu_btn.on{background-image:url(/images/skin/tp09/close_btn.png); background-size: cover; width:22px; height:22px;}
        
        .mobile_sub{display: none; width: 100%; height: auto; background-color: #e0e0e0; text-align: center;}
        .mobile_sub > li{width: 100%; height: 60px; line-height: 60px;}
        .mobile_sub > li a{display: block; height: 100%; padding: 0 20px; color: #000;}
        .mobile_sub > li:hover a{text-decoration: none; color: #000; background-color: #ccc;}
        /*mobile*/



/*container*/
 .row-full{
 width: 99.225vw;
 position: relative;
 margin-left: -49.65vw;
 height: auto;
 margin-top: -51px;
 left: 50%;
}
.m_cont_menu{width: 100%; height: auto; background-color: #fff;}
.m_bot_icon{width: 100%; background-color: #014886; margin-bottom: 0;}
.m_bot_icon li{width: 20%; float: left; padding: 10px; text-align: center;}
.m_bot_icon li img{width: 70%;}
.m_bot_icon li .m_bot_text{margin-top: 5px; color: #fff; font-weight: bold; font-size: 12px;}


.m_cont_gallery{padding-bottom: 20px; position: relative;}
.m_cont_gallery h4{padding-top: 20px; text-align: center;}
.m_cont_gallery h4:after{content: ""; display: block; clear: both; margin: 15px auto; width: 40px; height: 3px; background-color:#ef4218; }

.m_cont_gallery ul{width: 100%;}
.m_cont_gallery ul li{float: left; width:44%; margin: 10px 3%; border: 1px solid #999; padding: 5px; background-color: #fff;}
.m_cont_gallery ul li img{width: 100%; height: 100%;}

.more_btn{position: absolute; top: 25px; right: 20px; border: 1px solid #ccc; padding: 5px; width: 28px; height: 26px; line-height: 13px; background-color: #fff;}
.more_btn a{font-size: 25px; line-height: 20px;}
.more_btn a:hover{text-decoration: none;}

.m_location{width: 100%; padding-bottom: 20px; border: 1px solid #ccc; background-color: #fff; position: relative;}
.m_location>div{width: 70%; margin: 0 auto;}
.m_location>div>div{width: 50%; float: left; text-align: center;}
.m_location h4{text-align: center; margin-top: 25px;}
.m_location h4:after{content: ""; display: block; clear: both; margin: 15px auto; width: 40px; height: 3px; background-color:#ef4218; }

.m_location .menu_text h2{margin-bottom: 10px; font-size: 22px;}
.m_location .menu_icon a{display: block; height: 100%;}
.m_location .menu_icon img{transition: all 0.4s; width: 45%;}
.m_location .menu_icon:hover img{transform: scale(1.2);}

.m_location .menu_text p{font-size: 14px;}
.m_location .location_btn{width: 120px; margin: 15px auto; height: 35px; line-height: 35px; background-color: #2293e3; border-radius: 10px; text-align: center;}
.m_location .location_btn:hover{background-color: #ef544f;}
.m_location .location_btn a{display: block; height: 100%; color: #fff; font-weight: bold; font-size: 14px; text-decoration: none;}

.m_service{width: 100%; margin: 0 auto;}
.m_service img{width: 100%; height: 100%;}


/*container*/
a, a:hover, a:focus{color: #222; text-decoration: none;}
/*business*/
.business{padding: 50px 0;}
.business ul li:nth-child(2n-1){float: left;position: relative; width:48%;    height: 120px; margin-bottom:20px;}
.business ul li:nth-child(2n){float: right;position: relative; width:48%;    height: 120px; margin-bottom:20px;}
.business ul li img{width: 100%; height: 100%;}
.business ul li span{position: absolute; bottom:0; left: 0; display: block; width: 100%; height:40px; background-color: rgba(0,0,0,0.78); color: #fff;  font-size:18px; font-weight:900; text-align:center; line-height:40px;}


/*counsel*/
.counsel{width: 100%; height: 550px; background-image: url('/_upload/hbon.kr/banseok.hbon.kr/bg.jpg'); }
.counsel .callBox{width: 100%; height: 360px; background-color: #78a703; margin-right: 24px;position:relative;}
.counsel .callBox .top{overflow: hidden;}
.counsel .callBox .top .iconBox{width:100px; margin: 20px auto;}
.counsel .callBox .top .iconBox p{color: #fff; font-size: 23px; font-weight: 900;text-align: center;}
.counsel .callBox .top .numBox a{display: block; width: 90%; height: 50px; border: 2px solid #fff; box-sizing: border-box; text-align: center; line-height: 50px; font-weight: 200; font-size: 24px; font-family: 'S-CoreDream-2ExtraLight'; color: #fff;  margin:auto;   border-radius: 35px;}
.counsel .callBox .top .numBox a:first-child{margin-bottom: 18px;}

.counsel .callBox .bottom p{width: 100%; height: 70px; line-height: 70px; color: #fff; background-color: #556d18; font-size: 13px; text-align:center;position:absolute; bottom:-10px; left:0;}
.counsel .onlineBox{width: 100%;}
.counsel .onlineBox .iconBox{width: 120px;margin: 48px auto;}
.counsel .onlineBox p{color: #fff; font-size: 20px; font-weight: 900; text-align: center;}

/*custom*/
.custom h4{font-size: 24px; font-weight: 900; margin: 30px 0; text-align:center;}
.custom .locBtn{display: block; width: 98%; height: 218px; background-image: url('/_upload/hbon.kr/banseok.hbon.kr/loc.jpg'); background-size: 100% 100%;  color: #fff; text-align: center;  font-size: 30px; padding-top: 73px; margin:auto;}
.custom .locBtn p{font-family: 'S-CoreDream-2ExtraLight';}
.custom .locBtn p span{font-family: 'S-CoreDream-6Bold';}
.custom .mobile_container .gal{overflow: hidden;}
.custom .mobile_container .gal ul li:nth-child(2n-1){width: 47%;  margin-right: 10px; margin-bottom: 10px; float: left;}
.custom .mobile_container .gal ul li:nth-child(2n){width: 47%;  margin-right: 10px; margin-bottom: 10px; float: right;}



@media screen and (max-width:414px){
    .counsel .callBox .top .iconBox p{font-size:20px;}
    .counsel .callBox .bottom p{font-size:12px;}
    .counsel .onlineBox p{font-size:18px}
}
.greeting_content ul li img{width: 50%;}
.greeting_content ul li .greeting-text{padding: 10px;}
.greeting_content ul li .greeting-text h5{font-size: 23px; margin-top: 20px; font-weight: bold; color:#fff;}
.greeting_content ul li .greeting-text p{font-size: 15px; margin: 10px 0; font-weight: bold; color: #fff; }
.greeting_content ul li .greeting-text-btn{width: 70%; height: 50px; border: 1px solid #fff; margin: 10px auto; line-height: 50px;}
.greeting_content ul li .greeting-text-btn a{display: block; width: 100%; height: 100%; color: #fff; text-decoration: none; font-size: 18px;}
.greeting_content ul li .greeting-text-btn:hover{background-color: #fff;}
.greeting_content ul li .greeting-text-btn:hover a{color: #000;}
.greeting_content ul li .greeting-text-btn a{display: block; width: 100%; height: 100%; color: #fff; text-decoration: none; font-size: 18px;}

.photo{padding: 40px 0;}
.photo h4{padding: 0 0 20px; text-align: center; font-size: 30px; color: #000; font-weight: bold;}
.photo-list{width: 90%; margin: 0 auto;}
.photo-list ul li{float: left; width:47%; height: 190px; margin: 15px 1%;}
.photo-list ul li img{width: 100%; height: 100%;}

.navy{color: #2c42e2;}




/*footer*/
footer{background-color: #797979;}
footer .copyright {width: 90%; margin: 0 auto; line-height: 17px;}
.copyright ul {height: auto;}


/*loadmap*/
.map_btn{width:140px; margin: 40px auto; height: 40px; text-align: center; background-color: #d34826; border-radius: 10px;}
.map_btn a{display: block; height: 100%; line-height: 40px; font-size: 15px; color: #fff; text-decoration: none;}

.map_table table{border-top: 2px solid #aaa; border-bottom: 2px solid #aaa; width: 90%; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.map_table table tr th{padding-left: 30px;}
.map_table table tr td{padding-left: 30px; text-align: left;}


/*page-header*/
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    color: #000;
    border-bottom: 3px solid #c7c7c7; }
    
/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c9c9c;
    border-color: #9c9c9c; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd; }







