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

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


body {
	font-family:'Outfit','Pretendard-Regular',sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#1F3150; position: relative;
	word-break:keep-all;
	background: url('/dist/image/common/bg.jpg') no-repeat;
	background-size: 100%
}
.wrap {width: 1200px;margin: 0 auto}
.mgnb{display: none;}
.gnb_btn {display: none}
.section {padding: 150px 0}
.disnone {display: none}
.nowrap {white-space: nowrap;}
.only-mo {display: none}

.contents_box {background: #F5F2EA;color: #3A3A3A !important;border-radius: 25px;margin: 0 150px;overflow: hidden}


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 .mlogo {display: none}
header .logo {height: 100px;position: relative; z-index: 99;padding:26px 0;transition: all .8s}
header .logo img{height: 55px;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: 100px}
header .gnb ul li .depth01 {line-height: 32px}
header .gnb ul li a{font-size: 17px;font-family: 'NanumSquareNeo';font-weight: 700;text-decoration: none; color:#2F4F4F;}
header .gnb ul li:last-of-type{margin-right:0;}

.gnb>ul>li>a {
	display: block;
	color: #000000;
	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: 90%;
	padding-top: 0px;
	transition: all .5s;
}
.gnb>ul .depth01 a {
	display: block;
	color: #000000;
	background-color: #69a59f;
	width: 100%;
	min-width: 130px;
}
.gnb>ul .depth01 .top{
	background-color: #69a59f;
	height: 15px;
	border-radius: 25px 25px 0 0;
}
.gnb>ul .depth01 .bottom{
	background-color: #69a59f;
	height: 15px;
	border-radius: 0 0 25px 25px;
}

.depthWrap {background-color: #69a59f;}
.gnb > ul .depth01 .depthWrap:has(a:nth-child(6)){
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.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: #53928c;}
.depth01 a {color: #ffffff !important}

header.on .gnb ul li a{color:#3A3A3A;}


footer{position: relative;padding:80px 150px;background-color: #FAFCF8;}
footer .footer_wrap {width: 100%}
footer .footer_wrap .footer_nav {margin-bottom: 30px}
footer .footer_wrap .logo img {height: 50px}

footer .d-flex label {font-weight:600;font-size: 15px}
footer .footer_wrap .footer_logo {margin-bottom: 10px}
footer .footer_wrap .footer_logo img {height: 50px;margin-right: 20px}

footer .info ul{font-size: 14px;font-weight:400;line-height:1.8em;margin-top: 20px;color: #7F7F7F}
footer .info ul li b {font-weight:600;margin-right: 10px}
footer .info ul li span {margin-left: 20px}

footer .other_info .tel_wrap {margin-top: 65px;margin-right: 80px;color: #626262}
footer .other_info .tel_wrap .tel {font-family: 'Outfit';font-size: 26px;margin: 10px 0 5px;letter-spacing: -3%}
footer .other_info .tel_wrap .noti {margin-top: 10px;font-size: 14px}
footer .other_info .tel_wrap .noti button {background: #02a95a;color: #ffffff;font-size: 13px;font-weight: 600;width: 160px;height: 45px;border-radius: 7px;border: 0}
footer .other_info .sns {display: none}
footer .other_info .sns ul {margin: 20px 0 5px;}

footer .tel_wrap table {width: 210px;font-size: 14px;margin: 15px 0 0;line-height: 1em;font-weight:500;}
footer .tel_wrap table tr th {font-weight:500;width: 70px;display: flex; justify-content: space-between;height: 26px}
footer .tel_wrap table tr td {text-align: right;font-family: 'Outfit';height: 26px}
footer .copy{font-size:12px; line-height: 1.5em;font-family: "Outfit";font-weight: 300}
footer .dots {font-size: 14px}


footer .copy{font-size:12px; line-height: 1.5em;font-family: 'Outfit';color: #7A7A7A;margin-top: 50px}

@media screen and (max-width:1500px) {
	header .headwrap{width:1200px; margin:0 auto;position: static;padding:0}
	.contents_box {background: #F5F2EA;color: #3A3A3A !important;border-radius: 25px;width:1200px; margin:0 auto;overflow: hidden}
	
	footer{position: relative;padding:80px 0}
	footer .footer_wrap {width:1200px; margin:0 auto;}

}

@media screen and (max-width:1320px) {
	.section {padding: 80px 0}
	
	header .headwrap{width: 90%;margin: 0 5%}

	.wrap {width: 90%;margin: 0 5%}
	.contents_box {background: #F5F2EA;color: #3A3A3A !important;border-radius: 25px;width: 90%;margin: 0 5%overflow: hidden}
	
	footer .footer_wrap {width:90%; margin:0 5%;}
	footer .footer_wrap .footer_logo {margin-bottom: 10px}
	footer .footer_wrap .footer_logo img {height: 40px;margin-right: 20px}
	footer .other_info .tel_wrap {margin-right: 30px;color: #626262}
}



@media screen and (max-width:1100px) {
	.wrap{width:92%;margin: 0 auto}
	
	
	header .logo{height: 72px;padding:20px 0 10px;margin-right: 0;transition: all .8s;text-align: center;width: 100%}
	header .logo img {height: 40px;transition: all .8s}
	header .gnb {width: 100%}
	header .gnb ul {margin: 0 auto;justify-content: center;height: 40px;margin-bottom: 10px}
	header .gnb ul li {margin-left:30px;line-height: 40px;}
	header .gnb ul li a{font-size: 16px;}
	
	.gnb>ul .depth01 {
		position: absolute;
		top: 90px;
		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: 120px;
		padding-top: 0px;
		transition: all .5s;
	}
	
	
	footer .d-flex label {font-weight:600;font-size: 15px}
	
	footer .info ul{font-size: 14px;line-height:1.8em;margin-top: 20px;color: #7F7F7F}
	footer .info ul li b {font-weight:600;margin-right: 10px}
	footer .info ul li span {margin-left: 20px}
	footer .other_info {width: 100%}
	footer .other_info .tel_wrap {margin-top: 15px;margin-right: 30px;color: #626262}
	footer .other_info .tel_wrap .tel {font-family: 'Outfit';font-size: 26px;margin: 20px 0 5px;letter-spacing: -3%}
	footer .other_info .tel_wrap .noti {margin-top: 10px;font-size: 14px} 
	footer .other_info .sns ul {margin: 20px 0 5px;}
	
	
	footer .copy{font-size:12px; line-height: 1.5em;font-family: 'Outfit';color: #7A7A7A;margin-top: 50px}

}

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

@media screen and (max-width:860px) {
	.section {padding: 90px 0}
	
	header .mlogo{display: block;height: 80px;padding:21px 0;transition: all .8s;width: auto;z-index: 99}
	header .logo {display: none}
	header .mlogo img {height: 38px;transition: all .8s}
	
	header .gnb{display: none;}
	header .gnb_btn{display: block;z-index: 99}

	.gnb_btn{z-index: 99;padding-top:32px}
	
	.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: #535353;
	  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: #ececec;}
	.mgnb .m_gnb ul{}
	.mgnb .m_gnb ul li{font-size: 16px; line-height: 1.5em;font-weight:600;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: #7db2ad;color: #e4d7d7; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); z-index: 0; transition: right .4s;}
	.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:#191919; 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:10px 20px;}
	.mgnb .m_gnb_nav ul li .nav_list .depth1{font-size: 1em; line-height: 1.5em;}
	.mgnb .m_gnb_nav ul li .nav_list .depth1 a{display:block; text-decoration: none; color:#333; padding:15px 10px; border-bottom:1px solid rgba(255, 255, 255, 0.2);font-size: 15px}
	.mgnb .m_gnb_nav ul li .nav_list .depth1 a.on{color:#1d3a5e;font-weight:800;}
	.mgnb .m_gnb_nav ul li .subnotice {margin-top: 350px}

	footer .d-flex label {font-weight:600;font-size: 15px;margin-top: 20px}
	footer .other_info .tel_wrap .tel {margin: 10px 0 5px;letter-spacing: -3%}

}

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


@media screen and (max-width:620px) {
	.section {padding: 80px 0}

	
	header .mlogo{display: block;height: 80px;padding:24px 0;transition: all .8s;width: auto;z-index: 99}
	header .logo {display: none}
	header .mlogo img {height: 38px;transition: all .8s}
	
	
	footer .footer_wrap {width:90%; margin:0 10%;}
	
	
	footer .copy{font-size:12px; line-height: 1.5em;font-family: 'Outfit';color: #7A7A7A;margin-top: 50px}
	
	footer .footer_wrap .footer_logo img {height: 36px;margin-right: 20px;margin-bottom: 8px}
}
