:root {
	--vh100: calc(var(--vh, 1vh) * 100);
}

@media all and (min-width: 961px){
	:root {
		--header: 100px;
	}
}
@media all and (max-width: 960px) {
	:root {
		--header: 80px;
	}
}


body {
	font-family:'Pretendard-Regular','Roboto',sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#363432; position: relative;
	background-color: #ffffff !important;
	word-break:keep-all;
}

b {font-family: 'Pretendard-Bold';font-weight: 100}
.mgnb{display: none;}
.gnb_btn {display: none}
.section {padding: 80px 0 0}
.wrap {margin: 0 50px}
.disnone {display: none}

.only-mo {display: none}

header{position: fixed; width:100%; z-index: 99; top:0; transition: top 0.5s ease-in-out;}
header .headwrap{width:100%; margin:0 auto;position: static;padding:0 100px}
header .logo{height: 120px;position: relative; z-index: 99;padding:40px 0;transition: all .8s}
header .logo img{height: 40px;transition: all .8s}
header .gnb ul{display: flex; justify-content: start; align-items: center;margin: 0}
header .gnb ul li {margin-left:30px;line-height: 120px}
header .gnb ul li .depth01 {line-height: 32px}
header .gnb ul li a{font-size: 15px; font-family: 'Pretendard-SemiBold';text-decoration: none; color:#62523C;}
header .gnb ul li:last-of-type{margin-right:0;}

.gnb>ul>li>a {
	display: block;
	color: #ffffff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.gnb>ul .depth01 {
	position: absolute;
	top: 80%;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.gnb>ul>li:hover .depth01 {
	opacity: 1;
	visibility: visible;
	top: 95%;
	padding-top: 0px;
	transition: all .5s;
}
.gnb>ul .depth01 a {
	display: block;
	color: #fff;
	background-color: #796852;
	width: 100%;
	min-width: 130px;
}
.gnb>ul .depth01 .top{
	background-color: #796852;
	height: 5px;
}
.gnb>ul .depth01 .bottom{
	background-color: #796852;
	height: 5px;
}

.depth01 .inner{padding: 5px;text-align: left;text-overflow: ellipsis; white-space: nowrap;padding:12px 30px 12px 14px;font-size: 14px}
.depth01 .inner:hover {background-color: #62523b;}
.depth01 a {color: #ffffff !important}

footer{position: relative;padding:80px 0;}
footer .footer_nav {margin-bottom: 45px}
footer .footer_nav .logo img {height: 43px}
footer .footer_nav .nav {margin-left:40px;font-size: 15px;font-family: 'Pretendard-SemiBold';}
footer .footer_nav .nav ul {margin: 0}
footer .footer_nav .nav ul li {margin-right: 20px;display: inline-block}
footer .footer_nav .nav ul li a {color: #62523C;text-decoration: none}
footer .footer_nav .nav ul li a:hover {text-decoration: underline}

footer .wrap .footer_wrap {margin-top: 10px;margin-bottom: 40px}
footer .wrap .d-flex label {font-family: 'Pretendard-SemiBold';font-size: 16px;color: #62523C}
footer .info ul{font-size: 14px;font-family: 'Pretendard-Regular';line-height:1.8em;margin-top: 5px;color: #7F7F7F}
footer .info ul li b {font-family: 'Pretendard-SemiBold';margin-right: 10px}
footer .info ul li span {margin-left: 20px}
footer .tel_wrap {margin-left: 80px}
footer .tel_wrap .tel {font-family: "Outfit";font-size: 28px;margin: 10px 0 5px;letter-spacing: 0%} 
footer .time_wrap table {width: 210px;font-size: 14px;margin: 10px 0 5px;line-height: 2em;font-family: 'Pretendard-Medium';}
footer .time_wrap table tr th {font-weight: 100;font-family: 'Pretendard-Medium';width: 70px;display: flex; justify-content: space-between;}
footer .time_wrap table tr th, footer .time_wrap table tr td {}
footer .time_wrap table tr td {text-align: right}
footer .copy{font-size:12px; line-height: 1.5em;font-family: "Outfit";font-weight: 300}
footer .dots {font-size: 14px}

@media screen and (max-width:1320px) {

	header .headwrap{padding:0 4%}
	header .logo{padding:40px 0;transition: all .8s}
	header .logo img{height: 40px;;transition: all .8s}
	header .gnb ul li {margin-left:20px;}
	header .gnb ul li .depth01 {line-height: 32px}
	
}

@media screen and (max-width:1300px) {
	.wrap {width: 92%;margin: 0 5%}
}

@media screen and (max-width:1100px) {
	.wrap{width:92%;margin: 0 auto}
	
	
	footer{position: relative;padding:40px 0;}
	footer img {height: 40px}
	footer .nav {margin-left: 40px;font-size: 15px;font-family: 'Pretendard-SemiBold';}
	footer .nav ul li {margin-right: 20px}
	footer .nav ul li a {text-decoration: none}
	footer .nav ul li a:hover {text-decoration: underline}
	footer .wrap .footer_wrap {margin-top: 10px;margin-bottom: 40px}
	footer .wrap .d-flex label {font-family: 'Pretendard-Bold';font-size: 16px}
	footer .info ul {font-size: 15px;font-family: 'Pretendard-Regular';line-height:1.8em;margin-top: 5px}
	footer .info ul li b {font-family: 'Pretendard-Bold';margin-right: 10px}
	footer .info ul li span {display: block;margin: 0}

	footer .tel_wrap .tel {font-size: 26px;margin: 10px 0 5px} 
	footer .time_wrap table {width: 200px;font-size: 15px;margin: 10px 0 10px;line-height: 2em;font-family: 'Pretendard-Medium';}
	footer .time_wrap table tr th {font-weight: 100;font-family: 'Pretendard-Medium';width: 80px;display: flex; justify-content: space-between;}
	footer .time_wrap table tr th, footer .time_wrap table tr td {}
	footer .time_wrap table tr td {text-align: right}
	footer .copy{font-size:13px; line-height: 1.5em;font-family: 'Pretendard-SemiBold';}

}

@media screen and (max-width:960px) {
	footer .tel_wrap {margin-right: 40px}
}

@media screen and (max-width:860px) {
	.section {padding: 60px 0}
	.only-pc {display: none}
	
	.company {font-family: 'Pretendard-SemiBold';color: #1E3A5F;letter-spacing: 20%;font-size: 12px}

	header .logo{height: 70px;padding:20px 0;transition: all .8s;width: auto}
	header .logo img{height: 30px;transition: all .8s}
	header .gnb{display: none;}
	header .gnb_btn{display: block;z-index: 99}
	
	.gnb_btn{z-index: 99;padding-top:28px}
	
	.toggle-mnu {
	  display: block !important;
	  width: 24px;
	  height: 24px;
	}
	
	.toggle-mnu span:after, .toggle-mnu span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 7px;
	}
	
	.toggle-mnu span:after {
	  top: 14px;
	}
	
	.toggle-mnu span {
	  position: relative;
	  display: block;
	}
	
	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	  width: 100%;
	  height: 2px;
	  background-color: #1d3a5e;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
	
	.toggle-mnu.on span {
	  background-color: transparent;
	}
	
	.toggle-mnu.on span:before {
	  transform: rotate(45deg) translate(-1px, 0px);
	}
	
	.toggle-mnu.on span:after {
	  transform: rotate(-45deg) translate(5px, -7px);
	}
	
	
	.mgnb{display: block; position: fixed; z-index:98 ;width:100%; height: 100%; top:0px; background: #ffffff; visibility: hidden; overflow-y: scroll; padding-top: 70px;}
	.mgnb ul{margin-bottom: 0;}
	.mgnb .m_gnb {width:45%; background: rgba(248, 247, 244, 1);}
	.mgnb .m_gnb ul{}
	.mgnb .m_gnb ul li{font-size: 14px; line-height: 1.5em;position: relative;}
	.mgnb .m_gnb ul li::after{display:block; content: ''; position: absolute; top:0; bottom:0; left:0; right:100vw; margin:auto; border-radius: 0 8px 8px 0; background: #56483a;color: #ffffff; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); z-index: 0; transition: right .4s;font-family: 'Pretendard-SemiBold';}
	.mgnb .m_gnb ul li.hover::after, .mgnb .m_gnb ul li.on::after{right:-10px;}
	.mgnb .m_gnb ul li a {text-decoration: none; color:#62523C; max-width: 220px; padding:25px 20px; margin-left:auto; display:block; position: relative; z-index: 1; transition: color .4s;}
	.mgnb .m_gnb ul li.hover a, .mgnb .m_gnb ul li.on a{color:#ffffff;}
	.mgnb .m_gnb_nav {width:55%;}
	.mgnb .m_gnb_nav ul {}
	.mgnb .m_gnb_nav ul li{padding:8px 0 8px 15px;}
	.mgnb .m_gnb_nav ul li .nav_list .depth1{line-height: 1.5em;}
	.mgnb .m_gnb_nav ul li .nav_list .depth1 a{display:block; text-decoration: none; color:#535353; padding:15px 10px; border-bottom:1px solid rgba(255, 255, 255, 0.2);font-size: 14px}
	.mgnb .m_gnb_nav ul li .nav_list .depth1 a.on{color:#191919;font-family: 'Pretendard-SemiBold';}
	
	footer{position: relative;padding:80px 0;}
	footer .footer_nav {margin-bottom: 45px}
	footer .footer_nav .logo img {height: 43px}
	footer .footer_nav .nav {margin-left:20px;font-size: 14px;font-family: 'Pretendard-SemiBold';}
	footer .footer_nav .nav ul {margin: 0}
	footer .footer_nav .nav ul li {margin-right: 20px;display: inline-block}
	footer .footer_nav .nav ul li a {color: #62523C;text-decoration: none}
	footer .footer_nav .nav ul li a:hover {text-decoration: underline}

	footer .wrap .footer_wrap {margin-top: 20px;margin-bottom: 40px}
	footer .wrap .d-flex label {font-family: 'Pretendard-Bold';font-size: 15px}
	footer .info ul {font-size: 14px;font-family: 'Pretendard-Regular';line-height:1.8em;margin-top: 5px}
	footer .info ul li b {font-family: 'Pretendard-Bold';margin-right: 10px}
	footer .info ul li span {display: block;margin: 0}
	footer .tel_wrap .tel {font-size: 22px;margin: 10px 0 5px} 
	footer . table {width: 180px;font-size: 14px;margin: 10px 0 10px;line-height: 2em;font-family: 'Pretendard-Medium';}
	footer .time_wrap table tr th {font-weight: 100;font-family: 'Pretendard-Medium';width: 70px;display: flex; justify-content: space-between;}
	footer .time_wrap table tr th, footer .time_wrap table tr td {}
	footer .time_wrap table tr td {text-align: right}
	footer .copy{font-size:12px; line-height: 1.5em;font-family: 'Pretendard-SemiBold';}
	
	footer .other_info {font-size: 13px}
}

@media screen and (max-width:740px) {
	footer .info {width: 100%;margin-bottom:20px}
}

@media screen and (max-width:620px) {
	.section {padding: 50px 0}
	
	.sub_top_vis {height: 250px;}
	.sub_top_vis .inner .subtext {font-size: 15px;margin: 30px 0 10px}
	.sub_top_vis .inner .title_font_b {font-size: 24px;line-height: 1em;letter-spacing: -.06em}
	
	footer .nav {display: none}
	footer .other_info {width: 100%;margin-top: 20px}
	footer .other_info .time_wrap {width: 50%}
	footer .other_info .tel_wrap {width: 50%;margin: 0;}
}

@media screen and (max-width:520px) {
	.only-mo {display: block}

	footer .other_info .time_wrap {width: 100%;background: rgba(230, 230, 229, 0.3);padding: 30px 40px;border-radius: 15px}
	footer .other_info .tel_wrap {width: 100%;margin-top:20px;background: rgba(230, 230, 229, 0.3);padding: 30px 40px;border-radius: 15px}
}
