@charset "utf-8";

#wrap {
	position: relative;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}


#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
#header .topLine {
	position: relative;
	background: #9cc826;
	text-align: right;
	z-index: 2;
	height: 55px;
    line-height: 55px;
}
#header .topLine .inner > ul {
	font-size: 0;
}
#header .topLine .inner > ul > li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 0 10px;
}
#header .topLine .inner > ul > li:after {
	content: '';
	display: block;
	width: 1px;
	height: 17px;
	background: #707070;
	position: absolute;
	top: 20px;
	right: 0;
}
#header .topLine .inner > ul > li:last-child {
	padding-right: 0;
}
#header .topLine .inner > ul > li:last-child:after {
	display: none;
}

#header .gnb {
	position: relative;
	text-align: right;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#header .gnb h1 {
	position: absolute;
	top: 13px;
	left: 45px;
}
#header .gnb h1 a {
	display: block;
	background: url("../images/logo.png")no-repeat 50% 50% / 100%;
	width: 215px;
	height: 50px;
	font-size: 0;
}
#header .gnb ul li {
	position: relative;
	display: inline-block;
	margin-left: 70px;
	height: 81px;
	line-height: 78px;
}
#header .gnb ul li:first-child {
	margin-left: 0;
}
#header .gnb ul li button {
	font-size: 20px;
}
#header .gnb ul li ul {
	display: none;
    position: absolute;
    width: 175px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    margin-top: 3px;
}
#header .gnb ul li:nth-child(1) ul {
	left: -5px;
}
#header .gnb ul li:nth-child(2) ul {
    left: -50px;
}
#header .gnb ul li:nth-child(3) ul {
    left: -67px;
}
#header .gnb ul li:nth-child(4) ul {
    left: -18px;
}
#header .gnb ul li:nth-child(5) ul {
    left: -50px;
}
#header .gnb ul li:hover button {
	color: #9cc826;
}
#header .gnb ul li:hover ul {
	display: block;
}
#header .gnb ul li.on button {
	color: #9cc826;
}
#header .gnb ul li ul li {
	margin-left: 0;
	width: 100%;
	height: auto;
	line-height: 1;
	border-top: 2px solid #9cc826;
}
#header .gnb ul li ul li.on {
	background: #e9e9e9;
}
#header .gnb ul li ul li a {
	display: block;
	padding: 20px 0;
	font-size: 20px;
}
#header .gnb ul li ul li a:hover {
	color: #9cc826;
}

#header .menu {
	display: none;
	position: fixed;
	top: 5px;
    right: 3%;
	z-index: 12;
}
#header .menu a {
	display: block;
	width: 40px;
	height: 40px;
}
#header .menu a span {
	position: absolute;
	display: block;
	width: 22px;
	height: 3px;
	background: #9abe15;
	left: 10px;
}
#header .menu a span:nth-child(1) {
	top: 10px;
}
#header .menu a span:nth-child(2) {
	top: 18px;
}
#header .menu a span:nth-child(3) {
	top: 26px;
}

.scrollFunc {
	width:100%;
	height:92%;
	overflow-y:auto;
}
.sideWrap {
	width: 250px;
	position: fixed; 
	top: 50px;
	right:-110%;
	display: none;
	z-index: 4;
	height:100%;
	background: #fff;
	overflow: hidden; 
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
.sideWrap .top {
	position: absolute;
	font-size: 0;
	top: 25px;
	left: 15px;
	width: 73%;
}
.sideWrap .top ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	font-size: 13px;
}
.sideWrap .depth {
	padding: 93px 0 20%;
}
.sideWrap .depth li a {
	display: block;
    padding: 12px 16% 12px 6%;
    text-align: left;
    font-size: 15px;
}
.sideWrap .depth01 {
	position: relative; 
	border-top: 1px solid #9cc826;
}
.sideWrap .depth01:last-child {
	border-bottom: 1px solid #9cc826;
}
.sideWrap .depth01.active > a {
	border-left: 5px solid #9cc826;
}
.sideWrap .depth01.active .depth02 {
	max-height: 500px;  
	margin-bottom: -1px;
}
.sideWrap .depth01 > a {
	color:#1c1c1c; 
	font-size:16px; 
	position: relative;
}
.sideWrap .depth02 { 
	max-height: 0; 
	overflow: hidden; 
	-webkit-transition: max-height .3s; 
	-moz-transition: max-height .3s; 
	transition: max-height .3s;
}
.sideWrap .depth01.active .depth02 .hidden {
	position: absolute;
    top: -1px;
    width: 100%;
    z-index: 2;
}
.sideWrap .depth01.active .depth02 .hidden a {
	font-size: 0;
	height: 24px;
}
.sideWrap .depth02 > li > a {
	border-top: 1px solid #9cc826;
}
.sideWrap .depth02 > li > a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #9cc826;
	margin: 0 5px 0 7px;
}
.sideWrap .sideClose {
	background: url("../images/ico-close.png")no-repeat 50% 50% / 22px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	position: absolute;
	top: 15px;
    right: 7%;
}
.blackBg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 3;
	display: none;
}
.notScroll {
	overflow: hidden;
}


.container {
	padding-top: 136px;
}


#footer {
	position: relative;
	z-index: 1;
	line-height: 110px;
	background: #191919;
	color: #fff;
	margin-top: 10%;
}
#footer ul {
	font-size: 0;
	font-weight: 100;
}
#footer ul li {
	display: inline-block;
	font-size: 20px;
	margin-right: 44px;
}
#footer ul li:last-child {
	margin-right: 0;
}
#footer ul li strong {
	font-weight: 400;
}



#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,40%);
	z-index: 9;
}
.modal-cont {
	width: 90%;
	max-width: 1500px;
	max-height: 90%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 62px 78px 73px 80px;
	box-sizing: border-box;
	overflow: hidden;
}
.modal-cont .close {
	position: absolute;
	top: 40px;
    right: 40px;
	display: block;
	width: 39px;
	height: 39px;
}
.modal-cont .close img {
	width: 100%;
}
.not-scroll {
	overflow: hidden;
}




@media screen and (max-width: 1400px){
	#header .inner {
		padding: 0 30px;
	}

	#header .topLine .inner > ul > li {
		font-size: 14px;
	}
	#header .gnb ul li {
		margin-left: 40px;
	}
	#header .gnb ul li button,
	#header .gnb ul li ul li a {
	    font-size: 18px;
	}
	#header .gnb ul li ul {
		width: 150px;
	}
	#header .gnb ul li:nth-child(1) ul {
		left: 0;
	}
	#header .gnb ul li:nth-child(2) ul {
	    left: -56px;
	}
	#header .gnb ul li:nth-child(3) ul {
	    left: -43px;
	}
	#header .gnb ul li:nth-child(4) ul {
	    left: -13px;
	}
	#header .gnb ul li:nth-child(5) ul {
	    left: -41px;
	}

	#footer ul li {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px){
	#header .gnb h1 {
		left: 30px;
	}
	#header .topLine .inner > ul > li {
	    font-size: 12px;
	}
	#header .gnb ul li button, 
	#header .gnb ul li ul li a {
	    font-size: 15px;
	}
	#header .gnb h1 a {
		width: 155px;
	}
	#header .gnb ul li ul {
		width: 135px;
	}
	#header .gnb ul li:nth-child(1) ul {
		left: -3px;
	}
	#header .gnb ul li:nth-child(2) ul {
	    left: -53px;
	}
	#header .gnb ul li:nth-child(3) ul {
	    left: -38px;
	}
	#header .gnb ul li:nth-child(4) ul {
	    left: -16px;
	}
	#header .gnb ul li:nth-child(5) ul {
	    left: -40px;
	}

	#footer {
		line-height: 2;
		text-align: center;
		padding: 15px 0;
		box-sizing: border-box;
	}
	#footer ul {
		text-align: left;
	}
	#footer ul li {
	    font-size: 12px;
	    width: 100%;
	    margin-right: 0;
	}

	.modal-cont {
		padding: 62px 60px 73px 80px;
	}
	.modal-cont .close {
		width: 30px;
		height: 30px;
		top: 25px;
		right: 25px;
	}
}
@media screen and (max-width: 768px){
	#header .topLine {
		display: none;
	}
	#header .gnb {
		height: 50px;
		box-shadow: none;
	}
	#header .gnb ul {
		display: none;
	}
	#header .gnb h1 {
		top: 7px;
	}
	#header .gnb h1 a {
		width: 135px;
		height: 33px;
	}
	#header .menu {
		display: block;
	}

	.container {
	    padding-top: 50px;
	}

	.modal-cont .close {
		width: 20px;
		height: 20px;
		top: 15px;
		right: 15px;
	}

	
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 380px){
}