/*header*/

.hd{position: fixed;top: 0;left: 0;width: 100%;padding: 5px 0 5px;transition: 0.8s;z-index: 10000;background: rgba(255,255,255,0.7);}
.hd .inner-con{display: flex;justify-content: space-between;align-items: flex-start;max-width: 85%;margin: auto;}

.hd .logo{width: 260px;display: block;transition: 0.8s;}

.hd .logo img{width: 100%;}
.hd .logo .logo_b{/* display:none; */} 
.hd .logo .logo_w{display: block;}

.hd .main-menu-wrap{/* display: flex; */align-items: flex-start;margin-top: 10px;margin-right: 30%;}
.hd .main-menu-wrap .sns-wrap{display: block;align-items: center;margin-left: 20px;text-align: center;top: 6px;position: absolute;float: right;right: 5%;}
.hd .main-menu-wrap .sns-wrap li{margin-left: 20px;}
.hd .main-menu-wrap .sns-wrap li i {padding-right: 10px;padding-top: 5px;}
.hd .main-menu-wrap .sns-wrap li a{font-size: 12px;color: #f7fdfd;border-radius: 100px;background: #461b1d;letter-spacing: 1px;padding: 9px 20px;transition: 0.5s;top: 20px;position: relative;font-family: 'Pretendard-Regular';line-height: 2;text-transform: uppercase;}
.hd .main-menu-wrap .sns-wrap li a:hover {background: #f2ad5b; transition: 0.5s;}

.hd .main-menu-wrap .menu-wrap{display: flex; align-items: flex-start; text-align: center;}
.hd .main-menu-wrap .menu-wrap > li{min-width: 170px;}
.hd .main-menu-wrap .menu-wrap > li > a{line-height: 40px;color: #3b4741;font-size: 18px;font-family: 'NanumSquareNeo';font-weight: 600;letter-spacing: -0.5px;text-shadow: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;}
.hd .main-menu-wrap .menu-wrap > li > a:hover {color: #065093; transition: 0.5s;}
.hd.fixed .main-menu-wrap .menu-wrap > li > a:hover {color: #065093; transition: 0.5s;}

.hd .main-menu-wrap .menu-wrap .sub-menu{height: 0;overflow: hidden;transition: 0.8s;/* border-top: 1px solid #877669; */}
.hd .main-menu-wrap .menu-wrap .sub-menu li {line-height: 2.25;}
.hd .main-menu-wrap .menu-wrap .sub-menu li a{font-size: 16px;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: #000;}

/*.hd.on .main-menu-wrap .menu-wrap li a{color: #fff;}
.hd.on.fixed .main-menu-wrap .menu-wrap li a{color: #fff;}*/

.hd.fixed .main-menu-wrap .menu-wrap li a{color: #333;}

.hd.fixed{background-color: #ffffff;/* padding-top: 5px; */padding-bottom: 10px;}
.hd.fixed .logo .logo_b{display:block;}  .hd.fixed .logo .logo_w{display:none;}
/*.hd.on.fixed .logo .logo_w{display: block;} .hd.on.fixed .logo .logo_b{display: none;}*/
.hd.fixed .main-menu-wrap .menu-wrap .sub-menu{border: none;}


/*.hd.on.fixed .main-menu-wrap .menu-wrap .sub-menu{border-top: 1px solid #877669;}
.hd.on{background-color:  rgba(77,137,138,0.80); padding-bottom: 35px;}
.hd.on .main-menu-wrap .menu-wrap > li > a{text-shadow: none;}
.hd.on .logo .logo_b{display:block;} .hd.on .logo .logo_w{display: none;}*/
.hd .m-menu-btn{display: none}



.hd-btn:hover .eng { display: none;}
.hd-btn:hover .ko { display:inline-block; font-size:15px;}


/* footer */

.footer {position: relative;background: #256f96;color: #ffffff;z-index: 3;margin-top: 10%;}
.footer:after {background:url(/theme/sample03/web/img/wave.png) repeat-x 0 0;background-size: 160px 80px;height: 80px;content: "";width:150%;display: block;margin-bottom: -5px;position:absolute;top: -50px;}

.footer .inner {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-end;max-width: 80%;margin: auto;}
.footer .logo {display: inline-block;width: 60%;margin-bottom: 5%;}
.footer .ft_info {font-family: 'NanumSquareNeo';letter-spacing: -0.5px;margin-top: 35px;}
.footer .ft_info .call {display: inline-block;font-size: 24px;font-weight: bold;color: #ffffff;letter-spacing: 1px;margin-bottom: 7%;}
.footer .ft_info span {display: block;font-size: 14px;font-weight: 400;line-height: 1.5;}
.footer .ft_info span + span {  margin-top: 4px;}
.footer .ft_right {max-width: 870px;text-align: right;top: 0;display: block;position: relative;}
.footer .ft_nav {font-family: "Lato", "Noto Sans KR", sans-serif; letter-spacing: 0;}
.footer .ft_nav .tit {display: block;font-size: 15px;font-weight: 600;letter-spacing: 6px;text-align: center;margin-bottom: 10px;font-family: "Aboreto", system-ui;}
.footer .ft_nav .lst {display: inline-block;margin-top: 2px;padding: 15px 10px;border: 1px solid #ffffff;border-left: none;border-right: none;}
.footer .ft_nav li {display: block;position: relative;/* margin-right: 24px; *//* padding-right: 25px; */font-weight: 300;font-size: 15px;text-align: center;}
.footer .ft_nav li a {color: #fff;font-family: "Aboreto", system-ui;}

/*.footer .ft_nav li:after {position: absolute;top: 50%;right: 0;width: 3px;height: 3px;background: #fff;content: "";border-radius: 50%;}
.footer .ft_nav li:last-child { margin-right: 0; padding-right: 0;}
.footer .ft_nav li:last-child:after {display: none;}*/

.footer .ft_sub {display: flex;justify-content: space-between;position: relative;width: 100%;margin-top: 44px;padding: 32px 0;border-top: 1px solid #ffffff;text-align: center;}
.footer .ft_sub .links { margin-left: -4px; font-size: 0;}
.footer .ft_sub .links li { display: inline-block; margin-right: 10px;}
.footer .ft_sub .links li:last-child { margin-right: 0;}
.footer .ft_sub .copyright { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 12px; line-height: 22px; opacity: 0.8;}
.footer .ft_sub .copyright a {display: inline-block;position: relative;margin-left: 10px;color: #fff;}
.footer .ft_sub .copyright  a:before {content: "";display: inline-block;background-image: url("http://hi-web.co.kr/web/img/hi_web_b.png");vertical-align: middle;width: 20px;height: 20px;background-size: cover;background-position: center;margin: 0 1px 4px 1px;}

footer .f_bottom.ft_sub .login_btn {display: contents; padding-left: 15px;}
footer .f_bottom.ft_sub .login_btn a{font-weight: bold;font-family: 'Pretendard-Regular';font-size: 12px;color: #ffffff;margin-left: 0;}
footer .f_bottom.ft_sub .login_btn a:before {display: none;}


.footer .sns{  display: block; width: 100%;}
.footer .sns li{align-items: center;height: 35px;border: 1px solid;position: relative;width: 120px;line-height: 2.8;right: 0;transition: 0.5s;display: inline-block;border-radius: 10px;}
.footer .sns li svg {color: #ffffff;font-size: 16px;margin-left: 11px;line-height: 2;position: relative;z-index: 100;}
.footer .sns li i {color: #ffffff;font-size: 15px;margin-left: 16px;line-height: 2;position: relative;z-index: 100;}
.footer .sns li:not(:last-of-type){margin-right: 8px;}
.footer .sns li a{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 10;color: #ffffff;text-align: center;padding-left: 21px;font-weight: bold;}  
.footer .sns li:hover a {background: #bcf6f9; transition: 0.5s; border-radius: 10px; color: #135998;}
.footer .sns li:hover i {color: #135998;}



.top-btn{width: 3%;/*height: -2px;*/position: fixed;right: 0%;bottom: 5%; font-size: 13px;color: #595361;z-index: 10;cursor:pointer;font-family: 'Pretendard-Light';}


.link_talk {position:fixed;right:20px;bottom: 20px;z-index:50;color:#555555;}
.link_talk a {border: 2px solid #d1e2e7;display: block;margin-bottom: 10px;border-radius: 100%; transition: 0.5s;} 
.link_talk a:hover {filter: saturate(0.3); transition: 0.5s;}

.pc_talk{display: block;} .mo_talk{display: none;}



/* media */
@media (max-width: 1680px) {
	.hd{padding: 5px 0 5px;} .end_rev{height: 425px;}  
	.hd .main-menu-wrap{margin-right: 24.5%;}
}


@media (max-width: 1455px) {
	
	.hd .logo{width: 230px;}
	.hd .main-menu-wrap .sns-wrap li a{top: 15px;} 
	.hd .main-menu-wrap{margin-right: 19%;}
	
	.footer .logo{margin-bottom: 7.5%;}
	
	.footer .logo{width: 50%;}
	.footer .sns li{width: 115px;}
	.footer .sns li i{margin-left: 10px;} .footer .sns li a{padding-left: 14px;}
	
}

@media all and (max-width : 1025px){	
	.hd .inner-con {max-width: 95%;}
	.hd{padding-top: 17px;background: no-repeat;background: #fff;padding-bottom: 20px;}
	.hd.fixed{background: #ffffff;padding-bottom: 15px;}
    
    .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-left: 10px;}
    .hd .main-menu-wrap .sns-wrap li a{font-size: 11px;}
    .hd .main-menu-wrap .sns-wrap li .icon-ico_blog:before{font-size: 15px;}
    .hd .logo{position: absolute;z-index: 5;left: 15px;/* right: 0; */margin: -12px auto 0;width: 200px;}
	
	.hd.click .logo .logo_b{display: block;}
	.hd.click .logo .logo_w{display: none;}
	
	.mo_tel{display: block;}
	.insta_btn01{width: 80%;}
	.hd .main-menu-wrap .sns-wrap .insta{width: 23px;}

    .hd .m-menu-btn{width: 30px;height: 30px;position: relative;cursor: pointer;top: 0;background: no-repeat;border: none;}
    .hd .m-menu-btn .line{width: 100%;height: 2px;background-color: #461b1d;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: 0;right: 7%;}
	
	.hd.fixed .m-menu-btn .line {background: #461b1d;}
	.hd.click .m-menu-btn .line  {background: #455b73;}

    .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: #ffffff;text-align: left;padding-top: 110px;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 {margin: auto;text-align: center;color: #461b1d;font-size: 22px;line-height: 1.2;}
	.hd.fixed .main-menu-wrap .menu-wrap li a{color: #461b1d;font-size: 25px;line-height: 1.8;border-left: 6px solid;padding-left: 15px;margin-bottom: 3px;text-align: left;}
    .hd .main-menu-wrap .menu-wrap > li > a::after{}
   /* .hd .main-menu-wrap .menu-wrap .sub-menu{height: auto !important; text-align: center; border: none;}*/
	
    .hd .main-menu-wrap .menu-wrap .sub-menu a{display: inline-block;margin-right: 12px; margin: 0 5px;}
    .hd .main-menu-wrap .menu-wrap .sub-menu li a{font-size: 20px;border: none;padding: .0;}
    .hd .main-menu-wrap .menu-wrap > li{width: 100%;min-width: 0;margin-bottom: 22px;padding-left: 20px;}
	
	
	.hd .main-menu-wrap .menu-wrap > li.on .sub-menu {height: auto !important;}


    .hd.click .main-menu-wrap .menu-wrap{transform: translateX(0);}
    .hd.click .m-menu-btn .line{/* background-color: white; */}
    .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;}
	

	.footer{padding-top: 50px;}
	.footer .logo{width: 30%; margin-bottom: 0;}
	.footer .inner{display: block;}
	.footer .ft_info{margin-top: 0;}
	.footer .ft_info .call{margin: 20px 0;}
	.footer .ft_left{text-align: center;}
	.footer .ft_right{text-align: center;}
	.footer .ft_sub{margin-top: 20px;}
	
	.footer .sns li{width: 32%; margin-top: 2%;}
	
	
	
	.sub-menu .split{width:auto; float:none; display: inline-block;}	
}




@media (max-width: 970px) {
	
	.hd .main-menu-wrap .menu-wrap > li{width: 95%; margin: 0 auto 22px; padding-left: 0;}
	.hd .main-menu-wrap .menu-wrap > li > a{text-align: left;font-size: 25px;border-left: 8px solid;padding-left: 16px;}
	.hd .main-menu-wrap .menu-wrap .sub-menu{text-align: left;}
	
	.footer .inner{max-width: 95%;}
	.footer .logo{width: 200px;} .footer .sns{display: flex;}
	
}



@media all and (max-width : 640px){
	footer .f_top .mo_br {display: block;}
	footer .f_bottom .login_btn a{display: block;}
	
	.footer .ft_info .call{font-size: 18px; font-weight: 600;}
	.footer .ft_info span{font-size: 12px; letter-spacing: -0.5px;}
	.footer .ft_sub .copyright{width: 100%;}
	
	.link_talk{right: 3%;bottom: 35px;}
	.link_talk a img {width: 40px; height: 40px;}
	.pc_talk{display: none;} .mo_talk{display: block;margin-bottom: 5%;}
	
	.hd .main-menu-wrap .sns-wrap{right: 12.5%; margin-left: 0;}
	
	
	.footer:after{height: 60px; top: -30px;}
	.footer .logo{width: 250px;}
}



@media (max-width: 575px) {
	
	.end_rev{height: 315px;}
	.end_rev .txts p{font-size: 12px;}
	.end_rev .txts h2{font-size: 30px;}
	
	.hd .main-menu-wrap .sns-wrap li a{padding: 9px 10px; letter-spacing: -0.5px;}
	.hd .main-menu-wrap .menu-wrap .sub-menu li a{font-size: 17px; line-height: 2;}
	
	
	.footer{padding-top: 35px;}
	
}


@media (max-width: 375px) {
	
	.hd .logo{width: 145px; margin-top: -10px;}
	.hd.fixed .main-menu-wrap .menu-wrap li a{font-size: 20px;}
	.hd .main-menu-wrap .menu-wrap .sub-menu li a{font-size: 15px;}
	
	.footer .logo{width: 55%;}
	.footer .ft_sub .copyright{font-size: 10px;}
	
}


