@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;700&display=swap');



.section1 .textarea {
	position: relative;
	width: fit-content;
	top: 22%;
	left: 35%;
	transform: translateX(-32%);
	color: #ffffff;
}

.section1 p {
	opacity: 0;
	transform: translateX(-400px);
	transition-duration: .9s;
}

.section1.active p {
	transition-delay: 1.3s;
	transform: translateX(0px);
	opacity: 1;
}

.section1 h1 {
	opacity: 0;
	transform: translateX(-400px);
	transition-duration: .9s;
}

.section1.active h1 {
	transition-delay: 1s;
	transition-duration: .9s;
	transform: translateX(0px);
	opacity: 1;
}

.section1 .loader {
    opacity: 0;
	transform: translateY(-400px);
	transition-duration: .9s;
}

.section1.active .loader {
	transition-delay: 1s;
	transform: translateY(0px);
	opacity: 1;
}


.section1 .textarea h1 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 15px;
}

.section1 .textarea p {
	font-size: 20px;
	line-height: 27px;
	position: relative;
	left: 4px;
	top: -22px;
}
.section1 .textarea .flexPart {
	display: flex;
}
.section1 .textarea .textPart {
	margin-top: 32px;
}
.section1 .textarea .textPart a {
	border: 1px solid rgba(33, 170, 193, 0.7);
	background-color: rgba(33, 170, 193, 0.7);
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	font-weight: 400;
	padding: 4px 36px;
	margin-top: 5px;
	margin-left: 40px;
	display: block;
	text-align: center;
	line-height: 24px;
	opacity: 0;
	transition-duration: .6s;
	transform: translateX(400px);
}
.section1.active .textarea a {
	transition-delay: 1.7s;
	transform: translateX(0px);
	opacity: 1;
}
.section1.active .textarea a:hover {
	border-radius: 25px;
}

section:nth-child(5) {
	display: block!important;
	position: relative;
}

section p {
	font-size: 38px;
}
/****/

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Noto Sans KR', sans-serif;
}


.scroll-container {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.scroll-container section {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dots {	
	z-index: 1;
	list-style: none;
	padding: 0;
	position: absolute;	
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dots li a {
	padding: 16px;
	width: 4px;
	height: 5px;
	display: block;
}

.dots li a:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.48);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;	

	transition-duration: .3s
}

.dots li a.active:before {
	content: '';
	background-color: #FFFFFF;
	width: 2px;
	height: 24px;
	margin-top: -7.2px;
	left: 19px; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: white;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.dots-right {
	right: 10px;
}

.dots-left {
	left: 10px;
}



#mainvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
    overflow: hidden;
}

#mainvideo02 {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
    z-index: -1;
    overflow: hidden;

}

.sec-div1 {
		font-family:'Noto Sans KR', sans-serif;
		position: relative;
		top: 38%;
		left:15%;
		width: 70%;
		}

.mainText01 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#ffffff;
	font-size: 25pt;
	font-weight: 100;
}

.mainText02 {
	margin-top: 50px;
	margin-left:-6px;
	font-size: 65pt;
	font-weight: 200;
	letter-spacing: -8px;
	color: #459dff;

}

.mainText03 {
	color:#ffffff;
	margin-top: 60px;
	font-size: 14pt;
	font-weight: 200;
	line-height: 2;
	opacity: 0.6;
}



p {
	padding: 0;
	margin: 0;
}

/***************section2**************/
.section2{
	position: relative;
}


.product-con {
	position: absolute;
	top: 21%;
	left: 20vw;
	width: 800px;
	height: 620px;
	float: left;
	z-index: 20;
}

.product {
	position: relative;
	top:0;
	left:0px;
	font-family: 'Noto Sans KR', sans-serif;
	width: 27vw;
	max-width: 396px;
	height: 290px;
	float: left;
	margin: 2px;
	text-align: center;
	opacity: 0;
}

.product img {
	width: 300px;
	margin-left: 40px;
}


.product-name {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	margin-left: 90px;
	letter-spacing: -1px;
}

.product p:nth-child(2) {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.product p:nth-child(3) {
	color: #272836;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -2px;
}

.product p:nth-child(4) {
	font-size: 12px;
	font-weight: 100;
	margin-top: 5px;
}

/***************메인스크립 첫번째는 섹션01번 헤드 내용과 같이쓰임 나머지는 섹션02 제품들 모션**************/
.mainscript{
 animation: fadeInLeft 0.8s normal;
 animation-delay: 0.2s;
 animation-fill-mode: forwards;
}
.mainscript02{
 animation: fadeInLeft 0.8s normal;
 animation-delay: 0.1s;
 animation-fill-mode: forwards;
}

.mainscript03{
 animation: fadeInLeft 0.8s normal;
 animation-delay: 0.4s;
 animation-fill-mode: forwards;
}

.mainscript04{
 animation: fadeInLeft 0.8s normal;
 animation-delay: 0.3s;
 animation-fill-mode: forwards;
}

.mainscript05{
 animation: fadeInRight 0.8s normal;
}




.car {
	position: relative;
	top: 0;
	left: 60%;
	height: 100%;
	width: 40%;
	background-image:url("../images/sec02car.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 1;
}




/***************section3**************/

.sec03con {
	position: relative;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

.video02{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    z-index: 2;
    overflow: hidden;


}
.video-overlay {
	position: relative;
	background-color: rgba(255, 255, 255, 0.85);
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
    z-index: 5;
    overflow: hidden;
}


.wrap1 {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	z-index: 7;
	width: 948px;
	height: 508px;
}


.wrap1 p:first-child {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 25px;
	font-weight: 300;
	color:#927164;
	letter-spacing: -1px;
}

.wrap1 p:nth-child(2) {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: 100;
	letter-spacing: 1px;
	color:#000000;
	opacity: 0.8;
	margin-right: 11px;
}

.part1 {
	z-index: 8;
	margin: 9px;
	width: 298px;
	height: 222px;
	float: left;
}

.part1 img {
	position: relative;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 70px;
	cursor:pointer;
}

.descrpit{
	position: absolute;
	top:100%;
	transform: translateY(-100%);
	width:100%;
	height:53px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 15;
	color:#ffffff;
	font-size: 17px;
	font-weight: 100;
	text-align: center;
	line-height: 2.8;
}

.black-back {
	position: relative;
	top:-200%;
	left:0;
	
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 11;
	display: none;
}

#partvideo01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	height: 56vw;
    width: 70vw;
    height: 39.5vw;
	z-index: 13;
}

#partvideo01 video {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    z-index: 14;
    min-width: 100%;
    min-height: 100%;
}

#btn1{
	background-image: url('../images/process01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:2px solid #ffffff;
}

#btn2{
	background-image: url('../images/process02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:2px solid #ffffff;
}

#btn3{
	background-image: url('../images/process03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:2px solid #ffffff;
}

#btn4{
	background-image: url('../images/process04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:2px solid #ffffff;
}

#btn5{
	background-image: url('../images/process05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:2px solid #ffffff;
}

#btn6{
	background-image: url('../images/process06.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border:2px solid #ffffff;
}

.process01{
 animation: zoomIn 0.8s backwards;
 animation-delay: 0.1s;
}

.process02{
 animation: zoomIn 0.8s normal;
 animation-delay: 0.2s;
}

.process03{
 animation: zoomIn 0.8s normal;
 animation-delay: 0.3s;
}

.process04{
 animation: zoomIn 0.8s normal;
 animation-delay: 0.4s;
}

.process05{
 animation: zoomIn 0.8s normal;
 animation-delay: 0.5s;
}

.process06{
 animation: zoomIn 0.8s normal;
 animation-delay: 0.6s;
}

.wrap1 a {
	position: relative;
	float: right;
	margin-right: 11px;
	font-size: 16px;
	border: 1px solid #000;
	padding: 3px 8px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

.wrap1 a:hover {
	color: #000;
}

.black-back img {
	position: absolute;
	top: 0%;
	left: 99.7%;
	transform: translateX(-100%);
	width: 40px;
	z-index: 15;
	cursor:pointer;
}

.sec03con .video-overlay .wrap1 .part1 {
	opacity: 0;
	position: relative;
}

.sec03con .video-overlay .wrap1 .part1:hover {
	transform: scale(1.1)!important;
	z-index: 100;
}

.sec03con .video-overlay .wrap1 .part1:not(:hover) {
	transform: scale(1.0)!important;
	z-index: 8;
}

/***************section04**************/





.sec04text01 {
	width: 22.5%;
}

.sec04text02 {
	width: 12%;
}

.sec04text03 {
	width: 20%;
}

.sec04text04 {
	width: 12%;
}

.sec04text{
	display: block;
	position: relative;
	height: 200px;
	float: left;
}



.sec04text strong {
	color: white;
	text-align: center;
	display: block;
	font-size: 2.8vw;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: -3px;
}

.sec04text span {
	color: white;
	text-align: center;
	display: block;
	font-size: 1.1vw;
}



.sec04wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
}

.sec04wrap img {
	position: absolute;
	width: 3vw;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 2vw;
}

.sec04wrap01 img {
	width: 3.3vw;
	margin-top: 1.9vw;
}

.sec04wrap01 span {
	margin-top: 14%;
}

.sec04wrap02 span {
	margin-top: 27%;
}

.sec04wrap03 span {
	margin-top: 16%;
}

.sec04wrap04 span {
	margin-top: 26.5%;
}

.line01 {
	position: relative;
	width: 10%;
	height: 200px;
	float: left;
}

.liner01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 2px;
	background-color: #927164;
}

.line02 {
	position: relative;
	width: 4%;
	height: 200px;
	float: left;
}

.liner02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 2px;
	background-color: #927164;
}

.sec04mt01 {

	position: absolute;
	top: 29%;
	left: 15%;
	color: white;
}

.sec04mt01 h1 {
	font-family: 'Noto Sans KR', sans-serif;
	color: #927164;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -2px;
}

.sec04mt01 p {
	margin-top: 2.7vh;
	font-size: 18px;
	font-weight: 100;

}

.sec04mt01 img {
	position: absolute;
	top: -147%;
	left: 104%;
	width: 34%;
}

#line99 {
	display: none;
}



/***************section05**************/

.section05 {
	position: relative;
	font-family: 'Noto Sans KR', sans-serif;
}

.sec05con {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.sec05part1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url('../images/sec05back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.sec05form {
	font-family: 'Noto Sans KR', sans-serif;
	position: absolute;
	width:40%;
	top: 18%;
	left: 30%;
	text-align: center;
	z-index: 3;
}

.sec05forMove{
 animation: fadeInUp 0.8s normal;
 animation-fill-mode: forwards;
}

.sec05form form input {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 15px;
	width: 100%;
	margin: 1.5vh 0;
	background: rgba(0,0,0,0);
	border: none;
	color: #fff;
	opacity: 0.8;
}


.inputDiv{
	width:100%;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.4;
}

.sec05form form input:focus {
	outline: none;
}

::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0px;
}

.sec05form button {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	padding: 20px;
	width: 300px;
	font-size: 20px;
	border:none;
	background: #0078ff;
	margin-top: 30px;
	color: #fff;

}

.sec05form h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.sec05form p {
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}









