@charset "utf-8";

@font-face { font-family: 'Cafe24Simplehae'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Simplehae.woff') format('woff'); font-weight: normal; font-style: normal; }

/* 초기화 */
html, body{
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
}
html {/*overflow-y:scroll;*/ margin:0;padding:0;}
body {margin:0;padding:0;font-size:0.75em;background:#fdfaf6;}
body, h1, h2, h3, h4, h5, h6, input, button, textarea, select {font-family:'Noto Sans KR', "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", "Nanum Gothic", "나눔 고딕", sans-serif; letter-spacing: 0;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6, textarea, select {font-size:1.3em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul,dl,dt,dd,li {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}



/* header */
.navbar {position: fixed; z-index: 999; width: 100%;}

.mnlogo {display: block; position: absolute; top: 0; left: 40px; z-index: 20; width: 219px; height: 57px; transition: all 0.5s;}
/*.logo {position: fixed;left: 250px;top: 0;z-index: 999;width: 6%;}*/
.logo {position: fixed;left: 0;right: 0;top: 1.5px;z-index: 999;width: 7.5%;margin: auto;}
.logo img {width: 100%;}
/*.blogo {display: none;}*/
.mbreser {position: fixed;top: 15px;border-radius: 30px;right: 16.5%;font-weight: 500;z-index: 110;line-height: 20px;text-align: center;/* padding: 5px 0 5px 0; */font-family: 'Pretendard-SemiBold';letter-spacing: -0.03em;display: inline-block;font-size: 20px;transition: all 0.3s ease-in-out;color: #826d68;}
.mbreser:hover {color:#846f6a ;  transition: all 0.3s ease-in-out;}
.rev_sns{display:block;}
.rev_sns p{display:inline-block; font-size: 11px;}

.mbreser_n{position: fixed;top: 15px;border-radius: 30px;right: 13%;font-weight: 500;z-index: 110;line-height: 20px;text-align: center;/* padding: 5px 0 5px 0; */font-family: 'Pretendard-SemiBold';letter-spacing: -0.03em;display: inline-block;font-size: 20px;transition: all 0.3s ease-in-out;}
.mbreser_n:hover {color: #846f6a;  transition: all 0.3s ease-in-out;}

#sticky_navs {display: block; position: fixed; /*top: -70px;*/ top: 0; z-index: 100; width: 100%; transition: all .5s ease;}
.mlogo,
.mreser {display: none;}
.mopen {position: fixed; z-index: 110; top: 0px; right: 200px; line-height: 70px; color: #fff; font-size: 15px; font-weight: bold;}
#cssmenu {position: relative; width: 100%; background: transparent !important; margin: 0 auto;}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0;}
#cssmenu:after,
#cssmenu > ul:after {content: "."; display: block; clear: both; height: 0; visibility: hidden; line-height: 0;}
#cssmenu #head-mobile {display: none;}
#cssmenu {background: #333;}
#cssmenu > ul {text-align: center; background: rgba(255,255,255,0.80);}
#cssmenu > ul > li {display: inline-block !important; position: relative; vertical-align: top;  /* font-family: 'Pretendard-Regular'; */ }
#cssmenu > ul > li > a {display: inline-block;font-size: 14px;line-height: 60px;/* text-transform: uppercase; *//* letter-spacing: 0.1em; */color: #685855;font-weight: 600;padding: 5px 47px;cursor: pointer;font-family: 'HallymMjo-Regular';}
#cssmenu ul li.active a {color: #000; text-shadow: none;}
#cssmenu ul ul {position: absolute; left: -9999px; background: rgba(255,255,255,0.80); padding: 10px 0;}
#cssmenu li> ul {width: 146px;}
#cssmenu ul ul li {height: 0; -webkit-transition: all .50s ease; -ms-transition: all .50s ease; transition: all .50s ease;}
#cssmenu ul ul li:hover {}
#cssmenu li:hover > ul {left: auto;}
#cssmenu li:hover > ul > li {height: 30px;}
#cssmenu ul ul li a {display: inline-block;min-width: 120px;font-size: 14px;font-weight: normal;line-height: 30px;text-transform: uppercase;letter-spacing: 0.05em;color: #544947;padding: 0 20px;font-family: 'Pretendard-Regular';/* font-weight:600; */}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {border-bottom: 0;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {text-decoration: underline;}

#cssmenu > ul > li:nth-child(3){margin-right: 185px;}


/* common - footer */
footer { padding: 20px 0;}
.footer_com { padding-right: 15px;  padding-left: 15px; margin-right: auto; margin-left: auto; position: relative; width: 1350px; text-align:center; color:#685855;}
.footer_com a{color:#7e7e7e !important;}
.bg-dark { background: #292929;}
.col-md-3 { width: 29%; float:left; margin:2%;}
.widget .title {font-size: 12px; line-height: 24px; font-weight: 400;  text-transform: uppercase; letter-spacing: 2px; font-weight: 700;  margin-bottom: 12px; }
.widget ul li{font-size: 12px; line-height:1.8; letter-spacing:0.2px;}
.rowinfo{display:inline-block; font-size:13px; }
.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;}

.foot-reserve {display:table;width:100%;height:330px; background:url('/web/images/foot_img.jpg') center center no-repeat; background-size:cover;}
.foont_psy{isplay:table;width:100%;height:330px; background:url('/web/images/psy_img.jpg') center center no-repeat; background-size:cover;}


.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(max-width: 1600px) {
.logo{width: 9%;}
.mbreser_n{right: 12%;/* top:2%; */} .mbreser{right:12%;}
}

@media(max-width:1440px) {
#cssmenu > ul > li > a {padding: 5px 35px;}
#cssmenu ul ul li a{padding:0 5px;}
#cssmenu li> ul{width: 122px;}

.logo{width: 141px;top: 5px;} .logo img {width: 100%;}
.footer_com{max-width:1280px;}


}

@media(max-width:1366px) {

#cssmenu > ul > li > a {/* padding: 5px 30px; */font-size: 14px;}
#cssmenu ul ul li a{padding:0 3px;font-size: 12px;}

}


@media(max-width:1280px) {
.mbreser{right:20px;top: 15px;} .mbreser_n{right:125px;}
}

@media(min-width:1001px) {
	.navbar {/*padding: 40px 0 0;*/ -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out; -moz-transition: background .5s ease-in-out,padding .5s ease-in-out; transition: background .5s ease-in-out,padding .5s ease-in-out;}
    .navbar.top-nav-collapse {height: 60px; background: #fff; padding: 0;}
}

@media screen and ( max-width:1025px ){
	.logo img{width:100%;}
	.logo{left:450px;}
	
	#sticky_navs {position: static;}
    #cssmenu {width: 100%;}
    #cssmenu ul {display: none; width: 100%;}
	#cssmenu > ul {position: absolute; top: 75px; z-index: 999; padding: 0;}
    #cssmenu > ul > li {width: 100%; float: none; border-top: 1px solid #ebebeb;}
    #cssmenu > ul > li:last-child {border-bottom: 1px solid #ebebeb;}
    #cssmenu > ul > li:hover,
	#cssmenu ul li.active:hover,
	#cssmenu ul li.active {}
    #cssmenu > ul > li > a {font-size: 15px; font-weight: normal; line-height: 250%; background: #fff; color: #000 !important; text-shadow: none !important; padding: 0 25px;}
    #cssmenu ul li a {}
    #cssmenu ul li a,
	#cssmenu ul ul li a {width: 100%;}
	#cssmenu > ul > li:hover > a,
    #cssmenu ul li.active a {}
	#cssmenu li > ul {width: 100% !important;}
	#cssmenu li:hover > ul {left: auto !important;}
    #cssmenu ul ul li,
	#cssmenu li:hover > ul > li {height: auto; text-align: center;}
	#cssmenu ul ul,
    #cssmenu > ul > ul > li {background: #f1eee9 !important;}
    #cssmenu ul ul li:hover {}
    #cssmenu ul ul li a {color: #000; }
    #cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {color: #fff;}
    #cssmenu ul ul {position: relative; left: 0; width: 100%; text-align: left; padding: 0px 0; margin: 0;}
    #cssmenu #head-mobile {display: block; font-size: 12px; font-weight: 700; color: #ddd; padding: 35px; background:#fff; /*border-bottom: 1px solid #ebebeb;*/}

    .button {position: absolute; top: 7px; left: 15px; z-index: 12399994; width: 30px; height: 57px; color: #000; cursor: pointer;}
    .button:after {content: ''; display: block; position: absolute; top: 27px; right: 0px; width: 30px; height: 8px; border-top: 3px solid #000; border-bottom: 3px solid #000;}
    .button:before {content: ''; display: block; position: absolute; top: 17px; right: 0px; width: 30px; height: 3px; background: #000; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;}
    .button.menu-opened:after {top: 27px; width: 30px; height: 3px; background: #000; border: 0; -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
    .button.menu-opened:before {top: 27px; width: 30px; background: #000; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
	.button p {display: block; margin-top:45px; font-size:13.5px; font-family:'IBMPlexSansKR-Text'; text-align:center;}
	
	.footer_com{width:100%; padding:0;}
.col-md-3{width:100%; float:inherit; margin:0%;} .rowinfo{margin-top:15px;}
.widget ul li{font-size:11px;}

.rev_sns p{ display:block; line-height:1.2;} .rev_sns{padding-top:8px;}

}
@media ( max-width: 800px ) {
	.logo { left: 0;right: 0;text-align: center;margin: auto;}
	
	#cssmenu #head-mobile{ padding:38px;}
    .mlogo img {display: inline-block; width: 70%; padding: 5% 0;}
    .mreser {top: 10px;}
    #cssmenu > ul > li > a {font-size: 13px;}
	#cssmenu ul ul li a {font-size: 11px;}
    #cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {text-decoration: none;}
	
	#footer .stp{display:none;}
	
	.mbreser{right: 56px;top: 12px;} .mbreser_n{right: 20px;top: 12px;}
	
	.widget .title{margin-top:12px; margin-bottom:0;}
	
	
}


@media ( max-width: 550px ) {
	.logo { /* left:200px; */width: 17%;}
}

@media ( max-width: 450px ) {
	.logo{width: 30%;top: 7px;}
	.mbreser_n{/* top: 0.3%; */ width:12%;right: 6px;}

}

@media ( max-width: 370px ) {

}