@charset "utf-8";


/**********폰트 정보들*************/
@font-face {
    font-family: 'KOTRA_BOLD-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.1/KOTRA_BOLD-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {margin: 0;
    padding: 0;
	}

ol,ul {list-style: none;}
a {text-decoration: none; color: #000;}
em {font-style: normal;}
b {font-weight: normal;}
img  {border: none;}
body {overflow-x: hidden;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


::selection {
   background: #00ffba;
   color: #575757;
}


/**********************************************************/

#one {position: relative;
	}
.gnb-img {width: 150px;
			position: absolute;
			top: 50px; left: 250px;
			z-index: 101;}
.gnb {position: absolute;
		top: 25px; right: 250px;
		z-index: 100;}

.gnb li a {font-family:'NanumSquare', sans-serif !important;
				color: #fff;
				margin: 50px;
				font-size: 18px;
				letter-spacing: 2px;
				transition: all 0.5s;}


.gnb li a {
  display: inline-block !important;margin-bottom: 10px;
}
.gnb li a:after {
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0) translate3d(0, 0, 0);
  transform-origin: 100% 100%;
  display: block;
  height: 4px;
  width: 100%;

  background-color: #fff;
  opacity: 1;
  content: "";
}
.gnb li a:hover:after {
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
  -moz-transform: scaleX(1) translate3d(0, 0, 0);
  transform: scaleX(1) translate3d(0, 0, 0);
}





/*
.gnb li a:hover {border-bottom: 5px solid #fff}*/


.gnb li {float: left;
		width: 200px;}

.main {position: absolute;
		top: 250px;
		right: 250px;}

.main h2 {font-family:'NanumSquare', sans-serif !important;
		color: #fff;font-weight: normal;
		font-size: 48px;
		letter-spacing: -5px;}

.main h2 b {font-family: 'KOTRA_BOLD-Bold';
			font-size: 50px;
			transform: rotate(30deg);}
.main p {color: #fff;
		font-family:'NanumSquare', sans-serif !important;
		letter-spacing: -1px;
		font-size: 20px;
		padding: 0;
		margin:0;}


/**********************************************************/
#two {}

.content_01 {text-align: center;
			margin-top: 100px;opacity: 0;}

#line {width: 70px;
			height: 40px;
			border-radius: 30px;
			background: #00ffba;
			display: inline-block;
			margin-bottom: 50px;}

.content_01 p {font-family:'NanumSquare', sans-serif !important;
				font-size: 16px;
				color: #8c8c8c; }

.content_01 h2 {font-family:'NanumSquare', sans-serif !important;
					font-size: 36px;
					color: #575757;
					letter-spacing: -2px;}

.goal {width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;}

.goal li {width: 210px;
			float: left;}

.goal li b {font-size: 14px;
			border-left: 5px solid #00ffba;
			padding-left: 10px;
			opacity: 0.2;
			transition: all 0.5s;}

.goal li:hover .ct-1 {opacity: 1;}
.goal li:hover .ct-2 {opacity: 1;}
.goal li:hover .ct-3 {opacity: 1;}

.goal .circle {width: 200px;
		height: 300px;
		background:#575757;
		float: left;
		margin:5px;
		margin-bottom: 20px;
		transition: all 0.5s;
		overflow: hidden;}



.goal .circle img {filter: grayscale(100%);
					transition: all 0.5s;}
.goal .circle img:hover {filter: grayscale(0);}




#c1 {width: 400px;
	margin-top: 0px;
			margin-left: -120px;}


#c2 {width: 580px;
	margin-top: 0px;
			margin-left: -50px;}



#c3 {width: 500px;
	margin-top: 0px;
			margin-left: -150px;}

.goal li {}


.goal li i {font-size: 80px;
			color:#00ffba;
			margin: auto;line-height:3;}

/*.goal .circle:hover i {color: #575757;}*/

***********************************************************

#three {}

#three .box {width: 1920px;
		height: 400px;
		background: black;
		background-image: url(../img/mart.jpg);
		background-size: 1920px auto;
		background-attachment: fixed;
		display: inline-block;
		margin-top: 200px;
		overflow: hidden;
		position: relative;
    opacity:0;
    margin-left:-300px;    
    max-width:100%;
}




#three .box img {}


/*
#three img {margin-top: -600px;
			opacity: 0.5;
			background-attachment: scroll;}*/

#three h3 {position: absolute;
			top: 100px;
			left: 300px;
			font-size: 48px;
			width: 300px;
			text-align: center;
			border-radius: 100px;
			color: #00ffba;
			background: #fff;
			font-family:'NanumSquare', sans-serif !important;
			 opacity:0;
    margin-left:-300px;    
    max-width:100%;}

#three p {position: absolute;
			top: 150px;
			left: 300px;
			color: #8c8c8c;
			line-height: 2;
			font-size: 18px;
			font-family:'NanumSquare', sans-serif !important;
			letter-spacing: -2px;}

#three b {position: absolute;
			top: 350px;
			left: 300px;
			width: 80px;
			height: 30px;
			border-radius: 20px;
			border: 2px solid #00ffba;
			text-align: center;
			display: table;}

#three b a {color: #00ffba;
			display: table-cell;
			vertical-align: middle;
			transition: all 0.5s;}

#three b:hover a {color: #ffba3c;}
#three b:hover {border: 2px solid #ffba3c;}
/***********************************************************/

#four {}
#four #line {}

.content_02 {text-align: center;
		margin-top: 200px;}

#four h2 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
			color: #575757;
			font-size: 36px;
			letter-spacing: -2px;}

#four h3 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
			color: #575757;
			font-size: 36px;
			letter-spacing: -2px;}

.content_02 p {font-family:'NanumSquare', sans-serif !important;
				font-size: 16px;
				color: #8c8c8c;
				margin-top: 20px;}


.product {width:1760px;
			margin-right: auto;
			margin-left: auto;
			overflow: hidden;
			margin-top: 100px;}

.product li {width: 420px;
			height: 300px;
			background: #fff;
			margin:10px;
			float: left;
			overflow: hidden;}

.product li img {transition: all 0.5s;}


.product li:nth-child(1) img {width: 1300px;
							margin-left: -300px;
							margin-top: -300px;}


.product li:nth-child(2) img {width: 500px;
							margin-left: 0px;
							margin-top: -400px;}


.product li:nth-child(3) img {width: 520px;
							margin-left: -100px;
							margin-top: -40px;}

.product li:nth-child(4) img {width: 520px;
			 				margin-left: -100px;
							margin-top: -40px;}

/*
.product li b {color: #000;
				font-size: 28px;
				z-index: 1000;
				font-family:'NanumSquare', sans-serif !important;
				}
*/

.product li:nth-child(1) {position: relative;}

.text_01 {z-index: 5000;
		position: absolute;
		top:80%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
		transition: all 0.5s;
		animation: ani1 0.8s linear}

.product li a {cursor: default;}



.product li:nth-child(1) {position: relative;}
.product li:nth-child(2) {position: relative;}
.product li:nth-child(3) {position: relative;}
.product li:nth-child(4) {position: relative;}

.text_02 {z-index: 6000;
		position: absolute;
		top:80%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
		transition: all 0.5s;
		animation: ani1 0.8s linear;}

.text_03 {z-index: 6000;
		position: absolute;
		top:80%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
		transition: all 0.5s;
		animation: ani1 0.8s linear;}

.text_04 {z-index: 6000;
		position: absolute;
		top:80%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
		transition: all 0.5s;
		animation: ani1 0.8s linear;}



.product li:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);   
    -o-transform:scale(1.2);
    transform:scale(1.2);
}


.product li:hover img {opacity: 0.1}


.product li:hover div {opacity: 1;
						top: 50%;}
/*.product li:hover .text_01 {opacity: 1;}*/


/*애니메이션*/

@keyframes ani1{
	0% {top: 70%;}
	50% {top: 50%}
	100% {top: 70%;}
}










/*


.swiper-slide {position: relative;
			}

.swiper-slide img {width: 400px;}

.swiper-slide b {position: absolute;
					top: 50%; left: 50%;
					transform: translate(-50%,-50%);
					font-family:'NanumSquare', sans-serif !important;
					letter-spacing: -2px;
					color:#000;
					font-weight: bold;
					font-size: 20px;
					border-radius: 45px;
				  	opacity: 0;
				  	cursor: pointer;}
*/

/***********************************************************/



#five {}
#five #line {}
.content_03 {text-align: center;
		margin-top: 200px;
			}
#five h2 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
			color: #575757;
			font-size: 36px;
			letter-spacing: -2px;}

.content_03 p {font-family:'NanumSquare', sans-serif !important;
				font-size: 16px;
				color: #8c8c8c;
				margin-top: 20px;}

.room {width: 550px;
			height: 400px;
		
			overflow: hidden;}


.news {display: inline-block;
		margin: 0 auto;
		margin-top: 50px;}

.news li {float: left;
			text-align: left;
			margin-left: 10px;
			margin-right: 10px;}









***********************************************************************
#footer {width: 1920px;
			height: 700px;
			background:#8c8c8c;}
.footer {}

.si {width: 1920px;
			height: 350px;
			background:#575757;
			margin-top: 100px;
			position: relative;
			}


.si img {position: absolute;
		top: 30%; left: 45%;
		transform: translate(-30%,0);
		width: 200px;
		margin: 20px 0px;
		padding-right: 800px;
		border-bottom: 1px solid #888;}

.si span {color: #fff;
		font-family:'NanumSquare', sans-serif !important;
		position: absolute;
		top: 25%; left: 40%;
		font-size: 13px;
		line-height: 2;
		transform: translate(-30%,0);}
.si p {color: #fff;
		font-family:'NanumSquare', sans-serif !important;
		position: absolute;
		top: 10%;}

.si h3 {font-family:'NanumSquare', sans-serif !important;
		letter-spacing: -3px;
		color:#8c8c8c; }


/****************************미디어쿼리구간************************************/



/*475px 이하*/

@media(max-width:475px) {

video {max-width: 475px;
		opacity: 0.8;
		background: black;}

.gnb-img {width: 100px;
			position: absolute;
			top: 10px; left: 50%;
			transform: translate(-50%,0);
			z-index: 101;}

.gnb {position: absolute;
		top: 50px; left: 50%;
		transform: translate(-50%,0);
		z-index: 100;
		width: 320px;
}
.gnb li {width: 80px;}

.gnb li a {font-size: 10px;
			margin: 0px;}

.main {left: 50%;
	top: 100px;
	transform: translate(-50%,0);
	text-align: center;
width: 260px;
	}

.main h2 {font-size: 10px;
		letter-spacing: 2px;}

.main img {width: 170px;}

.main h2 b {font-size: 14px;}

.main p {font-size: 10px;}


#line {width: 40px;
		height: 20px;}

.content_01 {opacity: 1;}

.content_01 h2 {font-family:'NanumSquare', sans-serif !important;
					font-size: 18px;
					color: #575757;
					letter-spacing: -1px;}

.content_01 p {font-size: 12px;}

.goal {width: 350px;}

.goal li {width: 350px;
			height: 250px;}

.goal li b {font-size: 14px;
			}

.goal .circle {width: 350px;
				height: 200px;}




	
#c1 {width: 450px;
	margin-top:-120px;
			margin-left: -100px;}


#c2 {width: 580px;
	margin-top: 0px;
			margin-left: -50px;}



#c3 {width: 500px;
	margin-top: 0px;
			margin-left: -150px;}










#three .box {width: 599px;
			height: 400px;
			background: white;
			background-image: url(../img/mart.jpg);
			background-size: 500px auto;
			background-attachment: fixed;
			background-repeat: no-repeat;
			}

#three h3 {left: 0;
			font-size: 26px;
			top: 130px;
			left: -30px;}


#three p {left: 50px;
			font-size: 10px;
			letter-spacing: 0.5px;}

#three b {left: 50px;
		top: 250px;
			width: 50px;
			height: 20px;}

#three b a {font-size: 12px;}

#four h2 {font-size: 18px;}

.content_02 p {font-size: 12px;}


.product {width:420px;
			margin-right: auto;
			margin-left: auto;
			overflow: hidden;
			margin-top: 100px;}

.product li {width: 200px;
			height: 150px;
			margin: 5px;
			background: white;}


.product li:nth-child(1) img {width: 350px;
							margin-left: -80px;
							margin-top: 0px;
							opacity: 0.4}


.product li:nth-child(2) img {width: 400px;
							margin-left: -100px;
							margin-top: -350px;
							opacity: 0.4}


.product li:nth-child(3) img {width: 350px;
							margin-left: -100px;
							margin-top: -0px;
							opacity: 0.4}

.product li:nth-child(4) img {width: 350px;
			 				margin-left: -100px;
							margin-top: -0px;
							opacity: 0.4}



.text_01 {opacity: 1;
			animation: none;
			top: 50%;
			}

#four h3 {font-size: 12px;}


.text_02 {opacity: 1;
			animation: none;
			top: 50%;}


.text_03 {opacity: 1;
			animation: none;
			top: 50%;}


.text_04 {opacity: 1;
			animation: none;
			top: 50%;}



.si {width: 599px;
	height:300px;}

.si img {width: 130px;
		top: -80px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 9px;
		top: 100px; left: 20px;
		width: 280px;
		transform: none;
		}

}







/*#########################599px이하일때-모바일구간*/
@media(min-width: 478px) and (max-width: 599px) {




video {max-width: 599px;}

.gnb-img {width: 100px;
			position: absolute;
			top: 30px; left: 30px;
			z-index: 101;}

.gnb {position: absolute;
		top: 35px; left: 180px;
		z-index: 100;
		width: 500px;}
.gnb li {width: 70px;}

.gnb li a {font-size: 7px;
			margin: 0px;}

.main {left: 50px;
	top: 100px;
	text-align: right;
width: 400px;}

.main h2 {font-size: 25px;}

.main img {width: 200px;}

.main h2 b {font-size: 40px;}

.main p {font-size: 12px;}


#line {width: 40px;
		height: 20px;}

.content_01 {opacity: 1;}

.content_01 h2 {font-family:'NanumSquare', sans-serif !important;
					font-size: 24px;
					color: #575757;
					letter-spacing: -1px;}

.content_01 p {font-size: 14px;}

.goal {width: 450px;}

.goal li {width: 150px;}

.goal li b {font-size: 10px;
			}

.goal .circle {width: 140px;
				height: 200px;}






#three .box {width: 599px;
			height: 400px;
			background: white;
			background-image: url(../img/mart.jpg);
			background-size: 599px auto;
			background-attachment: fixed;
			background-repeat: no-repeat;
			}

#three h3 {left: 0;
			font-size: 34px;}


#three p {left: 50px;
			font-size: 14px;}

#three b {left: 50px;
		top: 300px;}

#four h2 {font-size: 24px;}

.content_02 p {font-size: 14px;}


.product {width:500px;
			margin-right: auto;
			margin-left: auto;
			overflow: hidden;
			margin-top: 100px;}

.product li {width: 110px;
			height: 150px;
			margin: 5px;
			background: white;}


.product li:nth-child(1) img {width: 350px;
							margin-left: -80px;
							margin-top: 0px;
							opacity: 0.4}


.product li:nth-child(2) img {width: 400px;
							margin-left: -100px;
							margin-top: -350px;
							opacity: 0.4}


.product li:nth-child(3) img {width: 230px;
							margin-left: -100px;
							margin-top: -0px;
							opacity: 0.4}

.product li:nth-child(4) img {width: 250px;
			 				margin-left: -100px;
							margin-top: -0px;
							opacity: 0.4}



.text_01 {opacity: 1;
			animation: none;
			top: 50%;
			}

#four h3 {font-size: 12px;}


.text_02 {opacity: 1;
			animation: none;
			top: 50%;}


.text_03 {opacity: 1;
			animation: none;
			top: 50%;}


.text_04 {opacity: 1;
			animation: none;
			top: 50%;}



.si {width: 599px;
	height:300px;}

.si img {width: 100px;
		top: -50px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 9px;
		top: 100px; left: 100px;
		width: 280px;
		transform: none;}

	}

/*##########################600px이상일때-nexus7부터적용*/
@media(min-width: 600px) and (max-width: 814px) {




video {max-width: 814px;}

.gnb-img {width: 120px;
			position: absolute;
			top: 30px; left: 50px;
			z-index: 101;}

.gnb {position: absolute;
		top: 40px; left: 300px;
		z-index: 100;
		width: 500px;}
.gnb li {width: 100px;}

.gnb li a {font-size: 14px;
			margin: 0px;}

.main {left: 270px;
	top: 150px;
	text-align: right;
width: 400px;}

.main h2 {font-size: 34px;}

.main img {width: 200px;}

.main h2 b {font-size: 40px;}

.main p {font-size: 12px;}


#line {width: 40px;
		height: 20px;}

.content_01 {opacity: 1;}

.content_01 h2 {font-family:'NanumSquare', sans-serif !important;
					font-size: 24px;
					color: #575757;
					letter-spacing: -1px;}

.content_01 p {font-size: 12px;}

.goal {width: 600px;}

.goal li {width: 200px;}

.goal li b {font-size: 14px;
			}

.goal .circle {width: 190px;
				height: 200px;}

	
#c1 {width: 400px;
	margin-top:-90px;
			margin-left: -100px;}


#c2 {width: 580px;
	margin-top: 0px;
			margin-left: -50px;}



#c3 {width: 500px;
	margin-top: 0px;
			margin-left: -150px;}



#three .box {width: 599px;
			height: 400px;
			background: white;
			background-image: url(../img/mart.jpg);
			background-size: 599px auto;
			background-attachment: fixed;
			background-repeat: no-repeat;
			}

#three h3 {left: 50px;
			font-size: 34px;}


#three p {left: 100px;
			font-size: 14px;}

#three b {left: 100px;
		top: 300px;
		width: 60px;
		height: 20px;}

#three b a {font-size: }

#four h2 {font-size: 24px;}

.content_02 p {font-size: 14px;}


.product {width:520px;
			margin-right: auto;
			margin-left: auto;
			overflow: hidden;
			margin-top: 100px;}

.product li {width: 250px;
			height: 150px;
			margin: 5px;
			background: white;}


.product li:nth-child(1) img {width: 350px;
							margin-left: -80px;
							margin-top: 0px;
							opacity: 0.4}


.product li:nth-child(2) img {width: 400px;
							margin-left: -100px;
							margin-top: -350px;
							opacity: 0.4}


.product li:nth-child(3) img {width: 400px;
							margin-left: -100px;
							margin-top: -0px;
							opacity: 0.4}

.product li:nth-child(4) img {width: 400px;
			 				margin-left: -100px;
							margin-top: -0px;
							opacity: 0.4}



.text_01 {opacity: 1;
			animation: none;
			top: 50%;
			font-size: 14px;
			}

#four h3 {font-size: 12px;}


.text_02 {opacity: 1;
			animation: none;
			top: 50%;
		font-size: 14px;}


.text_03 {opacity: 1;
			animation: none;
			top: 50%;
		font-size: 14px;}


.text_04 {opacity: 1;
			animation: none;
			top: 50%;
		font-size: 14px;}



.si {max-width: 814px;
	height:300px;}

.si img {width: 150px;
		top: -80px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 12px;
		top: 100px; left: 100px;
		width: 350px;
		transform: none;}

	}



}

