/*header*/

.hd{position: fixed;top: 0;left: 0;width: 100%;z-index: 50;padding: 4px 0;transition: 0.8s;/* background: rgb(69 69 69 / 20%); */border-bottom: 1px solid #fff;}
.hd .inner-con{display: flex;justify-content: space-between;align-items: flex-start;max-width: 1400px;margin: auto;}

.hd .logo{width: 180px;display: block;transition: 0.8s;}
.hd .logo .logo_w{width: 100%; display: block;}
.hd .logo .logo_b {width: 100%; display: none;}

.hd .main-menu-wrap{display: contents;align-items: flex-start;margin-top: 14px;text-align: center;width: 100%;}
.hd .main-menu-wrap .sns-wrap{display: flex;align-items: center;margin-left: 20px;margin-top: 4px;}
.hd .main-menu-wrap .sns-wrap::before{content: "";display: block;width: 1px;height: 25px;/* background-color: #000; */}
.hd .main-menu-wrap .sns-wrap li{margin-left: 20px;}
.hd .main-menu-wrap .sns-wrap li a{font-size: 19px;color: #ffffff;}
.hd .main-menu-wrap .sns-wrap li a span{display: block;}
.hd .main-menu-wrap .sns-wrap li a span p {font-size: 11px;display: inline-block;}
.hd .main-menu-wrap .sns-wrap li .icon-ico_blog:before{font-size: 16px;}

.hd .main-menu-wrap .menu-wrap{display: flex;align-items: flex-start;text-align: center;margin-top: 0.25%;width: 650px;}
.hd .main-menu-wrap .menu-wrap > li{min-width: 150px;margin-right: -3%;}
.hd .main-menu-wrap .menu-wrap > li > a{line-height: 41px;font-family: 'Pretendard-Regular';color: #4a4a4a;font-size: 16px;letter-spacing: 2px;}
.hd .main-menu-wrap .menu-wrap li a{color: #fff;}
.hd .main-menu-wrap .menu-wrap .sub-menu{height: 0; overflow: hidden; transition: 0.8s;}
.hd .main-menu-wrap .menu-wrap .sub-menu li a{font-size: 15px;line-height: 2.4;/* font-weight: 200; */color: #4d4d4d;transition: 0.6s;font-family: 'Pretendard-Regular';}
.hd .main-menu-wrap .menu-wrap .sub-menu li a:hover{color: #366357;}

.hd.fixed{background-color: #fff;/* padding-top: 5px; *//* padding-bottom: 5px; */box-shadow: 1px 4px 20px 0px rgba(0,0,0,0.15);}
.hd.fixed .logo{/* width: 155px; */}
.hd.fixed .main-menu-wrap .menu-wrap li a {color: #666;}
.hd.fixed .main-menu-wrap .sns-wrap li a{color: #666;}
.hd.fixed .logo .logo_w{width: 100%; display: none;}
.hd.fixed .logo .logo_b {width: 100%; display: block;}

.hd.on{background-color:#fff; padding-bottom: 35px;}
.hd.on .main-menu-wrap .menu-wrap li a {color: #666;}
.hd.on .main-menu-wrap .sns-wrap li a{color: #666;}
.hd.on .logo .logo_w{width: 100%; display: none;}
.hd.on .logo .logo_b {width: 100%; display: block;}


.hd .m-menu-btn{display: none}

.top-content-section .swiper-slide{width: 100%;height: 105vh;}
.top-content-section .top-info-wrap{position: absolute; pointer-events: none; width: 100%; height: 100%; z-index: 15; top: 0; left: 0;}
.top-content-section .top-info-wrap .inner-con{width: 100%; height: 100%;}
.top-content-section .top-info-wrap .control-wrap{position: absolute; width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.top-content-section .top-info-wrap .control-wrap .btn{pointer-events: all;cursor: pointer;margin: 3%;}
.top-content-section .top-info-wrap .control-wrap .btn i{font-size: 30px;color: white;}
.top-content-section .top-info-wrap .tit-wrap{position: absolute;bottom: 100px;display: flex;z-index: 15;flex-flow: column;align-items: center;justify-content: center;z-index: 30;width: 100%;}
.top-content-section .top-info-wrap .tit-wrap .tit{font-size: 18px; font-weight: 300; letter-spacing: 0.2em; font-family: "Lato",sans-serif; color: #ffffff; margin-bottom: 35px;}
.top-content-section .top-info-wrap .tit-wrap .slide-page-wrap{display: flex; align-items: center;}
.top-content-section .top-info-wrap .tit-wrap .slide-page-wrap h5{font-size: 14px; font-family: "Noto Sans KR",sans-serif; font-weight: 400; color: white;}
.top-content-section .top-info-wrap .tit-wrap .line-wrap{width: 110px; height: 1px; background-color: rgba(255,255,255,0.5); margin: 0 50px; position: relative;}
.top-content-section .top-info-wrap .tit-wrap .line-wrap .line{position: absolute; top: 0; left: 0; background-color: white; width: 100%; height: 1px; transform-origin: left; transform: scaleX(0);}
.top-content-section .top-info-wrap .tit-wrap .line-wrap.on .line{transform: scaleX(1); transition: 3s; transition-timing-function: linear;}
.top-content-section .top-img-wrap{width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; display: flex; align-items: center; justify-content: center;}
.top-content-section .top-img-wrap::after{content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0;}
.top-content-section .top-img-wrap .main-tit{font-size: 18px; font-weight: 300; font-family: "Lato",sans-serif; letter-spacing: 0.2em; color: white; position: relative; z-index: 5;}
.m-top-img-section{display: none;}

.tap-menu-section{margin-bottom: 100px;}
.tap-menu-section .tap-menu .sub-menu{display: flex; align-items: center; justify-content: start; flex-wrap: wrap; border-bottom: 1px solid #828282; padding-top: 10px; padding-bottom: 10px;}
.tap-menu-section .tap-menu .sub-menu li{font-size: 15px; opacity: 0.6; transition: 0.8s; padding: 0 15px; line-height: 3;}
.tap-menu-section .tap-menu .sub-menu li a{ color: #332924;}
.tap-menu-section .tap-menu .sub-menu li.current{opacity: 1;}
.tap-menu-section .tap-menu .sub-menu li:hover{opacity: 1;}

.top-tel_mo{display: none;}




/* footer */
.top-btn{width: 4%;/*height: -2px;*/position: fixed;right: 0%;bottom: 50px;font-size: 15px;color: #838383;z-index: 10;cursor:pointer}


footer {padding: 15px 0px 20px 0px;background: #f5f5f5;border-top:none !important;}
.footer_com {max-width:1300px;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;position: relative;text-align:center;color:#565656;font-family: 'Pretendard-Light';}
.footer_com a{color:#7e7e7e;}
.bg-dark { background: #292929;}
.col-md-3 {width: 29%;float:left;margin:2% 2% 2.5% 2%;}
.widget .title {font-size: 13px;line-height: 24px;font-weight: 100;text-transform: uppercase;letter-spacing: 2px;margin-bottom: 12px;font-family: 'Pretendard-Regular';color: #5c5c5c;}

.widget ul li{font-size: 13px;line-height: 1.8;letter-spacing:-0.2px;font-family: 'Pretendard-Regular';font-weight: 500;}
.fottop{  display: block; text-align: center; width: 5%; float:right; font-size:20px;  margin: 1px auto 15px;}  

hr {display: block; height: 1px;  border: 0;  border-top: 1px solid #ccc;  margin: 0.5em 0;padding: 0;}

.info-fot .sub {font-size: 12px;display: flow-root;width: 100%;}


.col-sm-6 .sub a b:before {content: "";display: inline-block;background-image: url("http://hi-web.co.kr/web/img/hi_web_s.png");vertical-align: middle;width: 20px;height: 20px;background-size: cover;background-position: center;margin: 0 1px 4px 4px;}


/* media */
@media all and (max-width : 1600px){
.main-menu-wrap{margin-left: 2%;}
.main-menu-wrap .sub-menu{margin-top:0;}
}

@media all and (max-width : 1445px){
	
	.hd .inner-con{max-width: 1100px;}
	.hd .logo{margin-top: 5px;width: 147px;}
	.hd.fixed .logo{width: 147px;}


}

@media all and (max-width : 1375px){
	.top-content-section .swiper-slide{height: 100vh;}
	.top-content-section .top-info-wrap .tit-wrap{bottom: 55px;}
	.hd .main-menu-wrap .menu-wrap > li{width: 135px;}
}


@media all and (max-width : 1025px){	
	.hd .inner-con {max-width: 95%;}
	 .hd{padding-top: 10px;}
    
    .hd.fixed{padding-top: 15px;padding-bottom: 7px;}    
    .hd .m-menu-btn{display: block; position: relative; z-index: 5;}
    .hd .main-menu-wrap .sns-wrap::before{display: none;}
    .hd .main-menu-wrap .sns-wrap li{margin-right: 10px;}
    .hd .main-menu-wrap .sns-wrap li a{font-size: 16px;}
    .hd .main-menu-wrap .sns-wrap li .icon-ico_blog:before{font-size: 15px;}
    .hd .logo{position: absolute;z-index: 5;left: 0;right: 0;margin: -10px auto 0;}
	
	
	/*.hd .logo .logo_b{display: block;}
	.hd .logo .logo_w {display: none;}
	.hd .main-menu-wrap .sns-wrap li a{color: #666;}*/
	
	.hd.click .logo .logo_b{display: block;}
	.hd.click .logo .logo_w{display: none;}
	.hd.click .main-menu-wrap .sns-wrap li a {color: #666;}
	
	.hd .main-menu-wrap .sns-wrap .top-tel_mo{color: #fff;font-size: 10px;}
	.hd.fixed .main-menu-wrap .sns-wrap .top-tel_mo{color: #666;}
	.hd.click .main-menu-wrap .sns-wrap .top-tel_mo{color: #666;}
	
	
    .hd .m-menu-btn{width: 30px;height: 30px;position: relative;cursor: pointer;border: none;background: transparent;}
    .hd .m-menu-btn .line{width: 100%; height: 1px; background-color: #fff;  display: block; position: absolute; transition: 0.6s;}
    .hd .m-menu-btn .line1{transform: translateY(-8px);}
    .hd .m-menu-btn .line3{transform: translateY(8px);}
    .hd .main-menu-wrap .sns-wrap{margin-top: -5px;z-index: 99;}
	
	
	.hd.fixed .m-menu-btn .line{background: #666;}

    .hd .main-menu-wrap .menu-wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;flex-flow: column;align-items: flex-start;background-color: #ffff;text-align: left;padding-top: 100px;transform: translateX(-100%);transition: 0.8s;}
	.hd .main-menu-wrap .menu-wrap li{display: inline-block;width: auto;}
	.hd .main-menu-wrap .menu-wrap li a{font-size: 15px;display: block;width: 100%;} 
    .hd .main-menu-wrap .menu-wrap > li > a {color: #666;margin: auto;text-align: center;font-weight: bolder;/* line-height: 1.2; */}
    .hd .main-menu-wrap .menu-wrap > li > a::after{}
    .hd .main-menu-wrap .menu-wrap .sub-menu{height: auto !important;/* padding-left: 25px; */text-align: center;}
    .hd .main-menu-wrap .menu-wrap .sub-menu a{display: inline-block;margin: 0 4px;}
    .hd .main-menu-wrap .menu-wrap .sub-menu li a{font-size: 13px;line-height: 2;}
    .hd .main-menu-wrap .menu-wrap > li{width: 100%;min-width: 0;margin-bottom: 25px;}


    .hd.click .main-menu-wrap .menu-wrap{transform: translateX(0);}
    .hd.click .m-menu-btn .line{background-color: black;}
    .hd.click .m-menu-btn .line1{transform: rotate(45deg);}
    .hd.click .m-menu-btn .line2{opacity: 0;}
    .hd.click .m-menu-btn .line3{transform: rotate(-45deg);}
    
	.hd .main-menu-wrap{margin-top: 0;}
	
	
	.top-btn{display:none !important;}
	.widget .title{margin: 14px auto 0px;font-size: 14px;}
	.footer_com{width:100%;}
	.col-md-3{width:100%; float:inherit; margin:0%;} .rowinfo{margin-top:15px;}
	.widget ul li{/* font-size:11px; */}
	
	.sub-menu .split{width:auto; float:none; display: inline-block;}
	
	
	.hd.fixed .logo, .hd .logo{/* width: 200px; */margin-top: -5px;}
	
}


@media all and (max-width: 950px){
	
}


@media all and (max-width: 850px){
}

@media all and (max-width: 555px){

	
}

@media all and (max-width: 450px){
	.hd .logo, .hd.fixed .logo{width: 149px;margin-top: -5px;}	
	.top-content-section .top-info-wrap .tit-wrap{bottom: 55px;}
	.hd .main-menu-wrap .sns-wrap li a span p{display: block;}
	
	.top-tel_mo{display: block;}
	.top-tel_pc {display: none;}
}
@media all and (max-width: 375px){
	.hd .logo, .hd.fixed .logo{/* width: 80px; */}
}

@media all and (max-width: 325px){

}