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

.only-mo {display: none}
.company {font-family: 'Pretendard-Medium';font-size: 12px;letter-spacing: 20%;}
h2.st_title {font-family: 'NEXONBold';font-size: 45px;letter-spacing: -3%;line-height: 1.2em}
b {font-family: 'Pretendard-SemiBold';font-weight: 100}
.mgnb{display: none;}
.gnb_btn {display: none}
.text span {white-space: nowrap;}
.section {padding: 150px 0}
.wrap {width: 1200px;margin: 0 auto}
.disnone {display: none}

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

.gnb>ul>li>a {
	display: block;
	color: #414141;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.gnb>ul .depth01 {
	z-index: 9;
	position: absolute;
	top: 60%;
	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: 80%;
	padding-top: 0px;
	transition: all .5s;
}
.gnb>ul .depth01 a {
	display: block;
	color: #fff;
	background-color: #00a89c;
	width: 110%;
	min-width: 130px;
}
.gnb>ul .depth01 .top{
	width: 110%;
	background-color: #00a89c;
	height: 15px;
	border-radius: 15px 15px 0 0
}
.gnb>ul .depth01 .bottom{
	width: 110%;
	background-color: #00a89c;
	height: 15px;
	border-radius: 0 0 15px 15px;
}

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


.sub_top_vis {padding-top: 140px;position: relative}
.road {background: url('/dist/image/common/road.png') no-repeat;background-size: auto;background-position: left bottom;height: 150px;z-index: 1;position: absolute;bottom: -75px;width: 100%}
.sub_top_vis .left {text-align: right;padding-top: 20px}
.sub_top_vis .left .subtext {font-family: 'NEXON';font-size: 22px;margin: 80px 0 10px}
.sub_top_vis .left h1 {font-family: 'NEXONBold';font-size: 38px;line-height: 1em;letter-spacing: -3%}
.sub_top_vis .img {padding: 0 50px}
.sub_top_vis .right {padding-top: 200px;font-size: 32px;font-family: "Noto Serif KR"}


footer{
	background: url('/dist/image/common/footer_bg.png') repeat-x;
	background-size: inherit;
	background-position: bottom;
	position: relative;padding:60px 0 30px;
}
footer .wrap {width: 1400px}
footer .wrap img {height: 50px}
footer .wrap .footer_wrap {margin-top: 15px;margin-bottom: 140px}
footer .wrap .d-flex label {font-family: 'Pretendard-Bold';font-size: 15px}
footer .company_info ul{font-size: 14px;font-family: 'Pretendard-Medium';line-height:2em;margin-top: 5px}
.other_info {font-size: 14px}
footer .tel_wrap .tel {font-size:28px;margin: 10px 0 5px;letter-spacing: -3%} 
footer .time_wrap {margin-right: 60px}
footer .time_wrap table {width: 200px;font-size: 14px;margin: 10px 0 5px;line-height: 2em;font-family: 'Pretendard-Medium';}
footer .time_wrap table tr th {width: 70px;display: flex; justify-content: space-between;}
footer .time_wrap table tr td {text-align: right}
footer .copy{font-size:13px; line-height: 1.5em;text-align: center;color: #ffffff}

@media screen and (max-width:1280px) {
	.wrap{width:96%;}
	footer .wrap {width: 96%}
	header .headwrap{padding:0 2%}
	
	.sub_top_vis {padding-top: 140px;position: relative}
	.road {background: url('/dist/image/common/road.png') no-repeat;background-size: 300%;background-position: left bottom;height: 150px;z-index: 1;position: absolute;bottom: -75px;width: 100%}
	.sub_top_vis .left {text-align: right;padding-top: 0}
	.sub_top_vis .left .subtext {font-family: 'NEXON';font-size: 18px;margin: 80px 0 10px}
	.sub_top_vis .left h1 {font-family: 'NEXONBold';font-size: 34px;line-height: 1em;letter-spacing: -3%}
	.sub_top_vis .img {padding: 0 30px;width:400px}
	.sub_top_vis .img img {width: 100%}
	.sub_top_vis .right {padding-top: 170px;font-size: 30px;font-family: "Noto Serif KR"}
}

@media screen and (max-width:1100px) {
	.wrap{width:96%;}
	
	header .headwrap{padding:0 4%}
	header .logo{height: 120px;padding:44px 0}
	header .logo img{height: 32px;}
	header .gnb ul li {line-height: 120px}
	header .gnb ul li a{font-size: 15px;}
	
	.sub_top_vis {padding-top: 120px;position: relative}
	.road {background: url('/dist/image/common/road.png') no-repeat;background-size: 250%;background-position: left bottom;height: 100px;z-index: 1;position: absolute;bottom: -50px;width: 100%}
	.sub_top_vis .left {text-align: right;padding-top: 0}
	.sub_top_vis .left .subtext {font-family: 'NEXON';font-size: 16px;margin: 80px 0 10px}
	.sub_top_vis .left h1 {font-family: 'NEXONBold';font-size: 28px;line-height: 1em;letter-spacing: -3%}
	.sub_top_vis .img {padding: 0 30px;width:300px}
	.sub_top_vis .img img {width: 100%}
	.sub_top_vis .right {padding-top: 120px;font-size: 24px;font-family: "Noto Serif KR"}
}

@media screen and (max-width:980px) {
	.section {padding: 100px 0}
	.company {font-family: 'Pretendard-Medium';font-size: 12px;letter-spacing: 20%;}
	h2.st_title {font-family: 'NEXONBold';font-size: 40px;letter-spacing: -3%;line-height: 1.3em}
	
	.wrap{width:90%;}
	header .headwrap{padding:0 5%}
	header .logo{height: 80px;padding:25px 0}
	header .logo img{height: 30px;}
	header .gnb{display: none;}
	header .gnb_btn{display: block;z-index: 99}
	
	.gnb_btn{z-index: 99;padding-top:30px}
	
	.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: 3px;
	  background-color: #565;
	  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: #eff3eb; visibility: hidden; overflow-y: scroll; padding-top: 80px;}
	.mgnb ul{margin-bottom: 0;}
	.mgnb .m_gnb {width:45%; background: rgba(255, 255, 255, 0.4);}
	.mgnb .m_gnb ul{}
	.mgnb .m_gnb ul li{font-size: 16px; line-height: 1.5em;font-family: 'NEXON';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: #00a89c;color: #ffffff; 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:#535353; 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:#191919;font-family: 'Pretendard-SemiBold';}
	

}

@media screen and (max-width:800px) {
	.sub_top_vis {padding-top: 80px;position: relative}
	.road {background: url('/dist/image/common/road.png') no-repeat;background-size: 250%;background-position: left bottom;height: 100px;z-index: 1;position: absolute;bottom: -50px;width: 100%}
	.sub_top_vis .left {text-align: right;padding-top: 0}
	.sub_top_vis .left .subtext {font-family: 'NEXON';font-size: 16px;margin: 80px 0 10px}
	.sub_top_vis .left h1 {font-family: 'NEXONBold';font-size: 26px;line-height: 1em;letter-spacing: -3%}
	.sub_top_vis .img {padding: 0 30px;width:250px}
	.sub_top_vis .img img {width: 100%}
	.sub_top_vis .right {padding-top: 100px;font-size: 20px;font-family: "Noto Serif KR"}
	
	footer{
		background: url('/dist/image/common/footer_bg.png') repeat-x;
		background-size: 200%;
		background-position: bottom;
		position: relative;padding:60px 0 30px;
	}
	footer .wrap {width: 90%}
	footer .wrap .footer_wrap {margin-top: 15px;margin-bottom: 100px}
	footer .wrap .d-flex label {font-family: 'Pretendard-Bold';font-size: 15px}
	footer .company_info {width: 100%}
	footer .company_info ul{font-size: 14px;font-family: 'Pretendard-Medium';line-height:2em;margin-top: 5px}
	
	footer .other_info {font-size: 14px;width: 100%;margin-top: 40px}
	footer .tel_wrap .tel {font-size:28px;margin: 10px 0 5px;letter-spacing: -3%} 
	footer .time_wrap {margin-right: 60px}
	footer .time_wrap table {width: 200px;font-size: 14px;margin: 10px 0 5px;line-height: 2em;font-family: 'Pretendard-Medium';}
	footer .time_wrap table tr th {width: 70px;display: flex; justify-content: space-between;}
	footer .time_wrap table tr td {text-align: right}
	footer .copy{font-size:13px; line-height: 1.5em;text-align: center;color: #ffffff}
}

@media screen and (max-width:620px) {
	.only-mo {display: block}
	
	.sub_top_vis {padding-top: 80px;position: relative}
	.road {background: url('/dist/image/common/road.png') no-repeat;background-size: 300%;background-position: left bottom;height: 100px;z-index: 1;position: absolute;bottom: -25px;width: 100%}
	.sub_top_vis .left {text-align: right;padding-top: 0}
	.sub_top_vis .left .subtext {font-family: 'NEXON';font-size: 14px;margin: 60px 0 10px}
	.sub_top_vis .left h1 {font-family: 'NEXONBold';font-size: 20px;line-height: 1em;letter-spacing: -3%}
	.sub_top_vis .img {padding: 0 20px;width:200px}
	.sub_top_vis .img img {width: 100%}
	.sub_top_vis .right {display: none}
}
@media screen and (max-width:520px) {
	
	.company {font-family: 'Pretendard-Medium';font-size: 11px;letter-spacing: 20%;}
	h2.st_title {font-family: 'NEXONBold';font-size: 32px;letter-spacing: -3%;line-height: 1.3em}
	
	footer .wrap {width: 90%}
	footer .wrap .footer_wrap {margin-top: 15px;margin-bottom: 50px}
	footer .wrap .d-flex label {font-family: 'Pretendard-Bold';font-size: 15px}
	footer .company_info {width: 100%}
	footer .company_info ul{font-size: 14px;font-family: 'Pretendard-Medium';line-height:2em;margin-top: 5px}
	
	footer .other_info {font-size: 14px;width: 100%;margin-top: 30px}
	footer .tel_wrap {width: 45%}
	footer .tel_wrap .tel {font-size:24px;margin: 10px 0 5px;letter-spacing: -3%} 
	footer .time_wrap {margin-right: 2%;width: 53%}
	footer .time_wrap table {width: 90%;font-size: 14px;margin: 10px 0 5px;line-height: 2em;font-family: 'Pretendard-Medium';}
	footer .time_wrap table tr th {width: 60px;display: flex; justify-content: space-between;}
	footer .time_wrap table tr td {text-align: right}
	footer .copy{font-size:11px; line-height: 1.5em;text-align: center;color: #393737}
}
@media screen and (max-width:420px) {


}