﻿@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
body{height:100vh;}
@media(max-width:991px){
	body{height:100%;padding:0 auto 120px !important;}
}
 */

h1{
	font-weight: 900;
	font-size: 8em;
	-webkit-text-shadow: 0 .3rem .9rem rgba(0,0,0,.4);
	text-shadow: 0 0.3rem 0.9rem rgba(0,0,0,.4);
	letter-spacing: -3px;
	color:#fff;
}
h1,
.intro p{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}
.intro p{
	text-shadow: -1px 1px 8px rgba(0,0,0,.8);
}
#section1 h1{
	-webkit-text-shadow: none;
	text-shadow: none;
}
.section__one{
	opacity: 0;
	position: relative;
	top:100px;
}



/*
* Setting the backgrounds for each section / slide
*/

  .icon-scroll {
	position: absolute;
	left: 50%;
	width: 40px;
	height: 70px;
	border-radius: 25px;
	margin-left: -20px;
	cursor: pointer;
	width: 35px;
	height: 54px;
	margin-left: -20px;
	top: 70%;
	opacity: 0;
	margin-top: 250px;
	box-shadow: inset 0 0 0 2px white;
	border-radius: 25px;
  }
  .icon-scroll:before {
	content: "";
	width: 8px;
	height: 8px;
	background: white;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
  }
  .icon-scroll,
  .icon-scroll:before {
	position: absolute;
	left: 50%;
	top: 70%;
	z-index: 1;

  }
  @keyframes scroll {
	0% {
	  top: 10%;
	  opacity: 1;
	}
	100% {
	  top: 70%;
	  opacity: 0;
	}
  }
/*#section4 .fp-bg:before,
#section2 .fp-bg:before{
	content: '';
	position: absolute;
	display: block;
	top:0;
	bottom:0;
	height: 100%;
	width: 100%;
}*/
#slide1-1 h1,
#slide1-2 h1,
#slide1-3 h1,
#slide1-4 h1,
#slide1-5 h1,
#slide1-6 h1,
#slide1-7 h1{
	font-size:40px;
	color: #fff;
	margin-bottom: 53px;
	font-weight: 300;
}
.section__wrap{
	padding-top:29vh;
	
}
.title{
	margin: 0px 0 45px;
	font-size:80px;
	color:#fff;
	font-weight: 500;
	opacity: 0;
	position: relative;
	top:100px;

}
.documentation{
	font-size: 25px;
	padding: 0;
	color: #fff;
	font-weight: 200;
	line-height: 40px;
	opacity: 0;
	position: relative;
	top:100px;
}
.fp-bg{
	background-size: cover;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
}
#slide1-1 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-01.png);
	background-position: center 80%;
}
#slide1-2 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-02.png)
}
#slide1-3 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-03.png);
}
#slide1-4 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-04.png);
}
#slide1-5 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-05.png);
}
#slide1-6 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-06.png);
}
#slide1-7 .fp-bg{
	background-image: url(../assets/images/section01/background-img01-07.png);
}

#section2 .fp-bg{
	background-image: url(../assets/images/section02/background-img02.png);
	background-position: center 60%;
}
#section2 h1{
	color: #fff;
	margin-bottom: 50px;
	font-size:70px;
	letter-spacing: 0.08rem;
	justify-content: flex-end;

}
.section__two{
	opacity: 0;	
	position: relative;
	left:-200px;
}
.section__two--wrap{
	padding-top:200px;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}
.section__two--bar{
	width:0px;
	height: 2px;
	background-color:#fff;
	margin-bottom: 50px;
	position: relative;
	opacity: 0;
}
.section__two--txt{
	font-size: 22px;
    padding: 0;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
	letter-spacing: -0.08rem;
	position: relative;
	right:-200px;
	opacity: 0;
}


.section__two--box{
    width: 540px;
    position: absolute;
    top: 392px;
    right: 17%;
  }
  .two__box--flexed{
	
	display:flex;
	width:540px;
	height:270px;
	justify-content:space-around;
	align-items: center;
  }
  .step__size{
	  font-size:22px;
	  font-weight: 300;
	  transition: all 0.2s linear;
  }
  .title__size{
	  font-size:27px;
	  font-weight: 500;
	  transition: all 0.2s linear;

  }
  .sub__size{
	  opacity: 1;
	  transition: all 0.2s linear;

  }
  .two__box--one{
	width:260px;
	height:260px;
	border-radius:100% 100% 0% 100%;
	background-color: rgb(100,0,0,0.5);
	color:#fff;
	text-align:right;
	box-shadow: 0px -8px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:-20px;
	left:-20px;
	opacity: 0;

  }




  .two__box--one--resize{
	width:95%;
	background-color: rgb(100,0,0,0.5);
	color:#fff;
	text-align:center;
	box-shadow: 0px -8px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:-20px;
	left:0;
	margin: 0 auto 3vw;
	padding: 1vw;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:1s;
	transition: all 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
	
  }
  .two__box--two--resize{
	width:95%;
	background-color: rgb(0,0,0,0.5);
	color:#fff;
	text-align:center;
	box-shadow: 0px -8px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:-20px;
	right:0;
	margin: 0 auto 3vw;
	padding: 1vw;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:1.2s;
	transition: all 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  .two__box--three--resize{
	width:95%;
	background-color: rgb(100,0,0,0.5);
	color:#fff;
	text-align:center;
	box-shadow: 0px -8px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:-20px;
	left:0;
	margin: 0 auto 3vw;
	padding: 1vw;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:1.4s;
	transition: all 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
  }
  .two__box--four--resize{
	width:95%;
	background-color: rgb(0,0,0,0.5);
	color:#fff;
	text-align:center;
	box-shadow: 0px -8px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:-20px;
	right:0;
	margin: 0 auto;
	padding: 1vw;
	animation-duration:1s;
	animation-iteration-count:1;
	animation-delay:1.6s;
	transition: all 0.2s;
	animation-fill-mode: forwards;
	opacity: 0;
  }


  @keyframes box-right {
	0% {
	  right:-5%;
		opacity: 0;

	}
	
	
	100% {
		right:0;
		opacity: 1;
	}
  }
  @keyframes box-left {
	0% {
	  left:-5%;
		opacity: 0;


	}
	
	
	100% {
		left:0%;
		opacity: 1;

	}
  }


  .one__step--resize,.two__step--resize,.three__step--resize,.four__step--resize{
	float: left;
    font-size: 4vw;
    margin-top: 2.5vw;
  }
  .one__sub--resize,.two__sub--resize,.three__sub--resize,.four__sub--resize{
	font-size: 2vw;
    line-height: 2.9vw;
    padding-top: 0vw;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    padding-right: 8%;
  }
  .section__two--box--resize{
	  margin-top: 6vw;
	  display: none;
  }
  .one__img--resize,.two__img--resize,.three__img--resize,.four__img--resize{
	float: left;
    margin: 0 5%;
    width: 8%;
  }
  .one__img--resize{
    margin: 1.5% 5% 0;
  }
  .two__box--one:hover {
	transform: scale(1.2) translate(-8%, -8%);;
  }
  .two__box--two:hover{
	transform: scale(1.2) translate(8%, -8%);;
  }
  .two__box--three:hover{
	transform: scale(1.2) translate(-8%, 8%);;
  }
  .two__box--four:hover{
	transform: scale(1.2) translate(8%, 8%);;
  }

.two__box--one:hover .one__title{
	color:#e59673;
}
.two__box--one:hover .one__sub{
	opacity: 1;
}
.two__box--one:hover .one__img{
	opacity: 1;
}
.two__box--two:hover .two__title{
	color:#e59673;
}
.two__box--two:hover .two__sub{
	opacity: 1;
}
.two__box--two:hover .two__img{
	opacity: 1;
}
.two__box--three:hover .three__title{
	color:#e59673;
}
.two__box--three:hover .three__sub{
	opacity: 1;
}
.two__box--three:hover .three__img{
	opacity: 1;
}
.two__box--four:hover .four__title{
	color:#e59673;
}
.two__box--four:hover .four__sub{
	opacity: 1;
}
.two__box--four:hover .four__img{
	opacity: 1;
}

.one__img{
	position: relative;
    top: -190px;
    left: -125px;
	opacity: 0;
	transition: all 0.2s linear;
}

.two__img{
	position: relative;
    top: -211px;
    left: 151px;
	opacity: 0;
	transition: all 0.2s linear;

}

.three__img{
	position: relative;
    top: -17px;
    left: -146px;
	opacity: 0;
	transition: all 0.2s linear;

}

.four__img{
	position: relative;
    top: -17px;
    left: 153px;
	opacity: 0;
	transition: all 0.2s linear;

}

  .one__step{
	margin:70px 20px 20px 0;
  }
  .one__title{
	margin:0px 20px 30px 0;
  }
  .one__sub{
	line-height: 24px;
    font-weight: 300;
    margin-right: 20px;
	opacity: 0;
  }
  .two__box--two{
	width:260px;
	height:260px;
	border-radius:100% 100% 100% 0%;
	background-color: rgb(0,0,0,0.5);
	color:#fff;
	text-align:left;
	box-shadow: 0px 6px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:-20px;
	left:20px;
	opacity: 0;
	
  }
  .two__step{
	margin:70px 0px 20px 20px;
  }
  .two__title{
	margin:0px 0px 30px 20px;
  }
  .two__sub{
	line-height: 24px;
    font-weight: 300;
    margin-left: 20px;
	opacity: 0;
  }
  .pointer{
	  cursor: pointer;
  }
  .two__box--three{
	width:260px;
	height:260px;
	border-radius:100% 0% 100% 100%;
	background-color: rgb(0,0,0,0.5);
	color:#fff;
	text-align:right;
	box-shadow: 0px 2px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:20px;
	left:-20px;
	opacity: 0;
	
  }
  .three__step{
	margin:30px 20px 20px 0px;
  }
  .three__title{
	margin:0px 20px 30px 0px;
  }
  .three__sub{
	line-height: 24px;
    font-weight: 300;
    margin-right: 20px;
	opacity: 0;
  }
  .two__box--four{
	width:260px;
	height:260px;
	border-radius:0% 100% 100% 100%;
	background-color: rgb(100,0,0,0.5);
	color:#fff;
	text-align:left;
	box-shadow: 2px 2px 16px black;
	transition:all 0.2s ease-in-out;
	position: relative;
	top:20px;
	left:20px;
	opacity: 0;
	
  }
  .four__step{
	margin:30px 0px 20px 20px;
  }
  .four__title{
	margin:0px 0px 30px 20px;
  }
  .four__sub{
	line-height: 24px;
    font-weight: 300;
    margin-left: 20px;
	opacity: 0;
  }
#section3 .fp-bg{
	background-image: url(../assets/images/section03/background-img03.png);
	background-position: center 60%;
}


#section3 h1{
	color: #fff;
	margin-bottom: 50px;
	font-size:70px;
	letter-spacing: 0.08rem;
	justify-content: flex-end;
}
.section__three{
	opacity: 0;	
	position: relative;
	left:200px;
}
.section__three--wrap{
	padding-top: 200px;
    text-align: left;
    width: 1200px;
    margin: 0 auto 3vw;
}
.section__three--bar{
	width:100px;
	height: 2px;
	background-color:#fff;
	margin-bottom: 50px;
	position: relative;
	opacity: 0;
}
.section__three--txt{
	font-size: 22px;
    padding: 0;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
	letter-spacing: -0.08rem;
	position: relative;
	right:200px;
	opacity: 0;
}


.section__three--box{
	width:1200px;
	margin: 0 auto;
  }



  .projects {
	position: relative;
	z-index: 1;
}

.projects__title {
	color: #fff;
	text-align: center;
	margin-left: 12px;
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-size: 35px;
	letter-spacing: 0.72rem;
	padding-top: 160px;
	margin-bottom: 100px;
}

.projects__title--color {
	color: #c5a47e;
}

.projects__slider {
	z-index: 1;
	overflow: hidden;
	position: relative;
    top: 40px;
    opacity: 0;
}

.projects__slider-wrap {
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	float:left;
	outline: 0;
}
.projects__imgbox{
	display: block;
	margin:0 auto;
}
.projects__imgbox:after{
	clear: both;
	content: '';
	display: block;
}
.projects__imgbox a{
	width: 24%;
	margin-right: 0.1%;
}

.projects__slider-wrap:hover .projects__slider-image {
	transition: all 8s linear;
}

.projects__slider-wrap:hover .projects__slider-shadow {
	opacity: 0;
}

.projects__slider-wrap:hover .projects__slider-textbox-title {
	transition: all 0.5s linear;
	opacity: 0;
	top: 30px;
}

.projects__slider-wrap:hover .projects__slider-textbox-kinds {
	opacity: 0;
	letter-spacing: 1.9rem;
	transform-origin: 0 0;
}

.projects__slider-wrap:hover .projects__slider_textbox-zoombox {
	opacity: 1;
	transform: scale(1);
}

.projects__slider-wrap:hover .projects__slider_textbox-zoom {
	opacity: 1;
	transform: scale(1);
}

.projects__slider-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	transition: all 0.3s linear;
	overflow: hidden;
}

.projects__slider-wrap:hover .projects__slider-image {
	transform: scale(1.2);
}

.projects__slider-image {
	overflow: hidden;
	width: 100%;
}

.projects__slider-textbox {
	position: absolute;
	top: 0;
	padding: 52px 58px;
	width: 100%;
	height: 100%;
}

.projects__slider-textbox-title {
	margin: 0;
	font-weight: 600;
	font-size: 1.5vw;
	line-height: 1.45;
	letter-spacing: 0.07em;
	color: #fff;
	transition: all 0.5s ease-out;
	position: relative;
	top: 0;
	opacity: 1;
}

.projects__slider-textbox-kinds {
	position: absolute;
	left: 40px;
	bottom: 30px;
	width: 350px;
	margin: 0 0 -8px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.8rem;
	transform: rotate(-90deg);
	transition: all 0.5s;
	transform-origin: 0 0;
	opacity: 1;
}

.projects__slider_textbox-zoombox {
	text-align: center;
	line-height: 50%;
	margin: 0 auto;
	position: relative;
	top: 25%;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: rgba(197, 164, 126, 0.84);
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	transform: scale(0);
}

.projects__slider_textbox-zoom {
	width: 40px;
	position: relative;
	top: 50px;
	left: 50px;
	opacity: 0;
	transform: scale(0);
}

.projects__button {
	position: relative;
	bottom: 296px;
}

.slick-arrow {
	width: 100px;
	height: 36px;
}

.slick-prev {
	left: 56px;
	top: 450px;
}

.slick-next {
	right: 55px;
	top: 448px;
}

.icon-button {
	cursor: pointer;
	bottom: 430px;
	font-family: "oswald", sans-serif;
	font-size: 16px;
	letter-spacing: 0.32em;
	color: #fff;
	transition: all 0.3s;
	z-index: 1;
	opacity: 0.7;
}

.icon-button--left {
	padding-left: 50px;
	padding-top: 2px;
	height: 30px;
	background: url(../assets/images/section03/prev.png) left 50% no-repeat;
	background-size: 30px 20px;
	background-position: 10px 0px;
	position: absolute;
	top: 10px;
	left: 0px;
	opacity: 0;
	animation-name: arrow-left;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-delay:2s;
	transition: all 0.2s;
	z-index: 1;
	
    text-shadow: -1px -1px 3px darkred;


}

.on {
	opacity: 1;
	transition: all 0.5s linear;
}

.icon-button--right {
	padding-right: 126px;
	padding-top: 10px;
	height: 30px;
	width: 50px;
	background: url(../assets/images/section03/next.png) right 50% no-repeat;
	background-size: 30px 20px;
	background-position: 63px 7px;
	position: absolute;
	top: 0;
	right:0;
	opacity: 0;
	animation-name: arrow-right;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-delay:2s;
	transition: all 0.2s;
	z-index: 1;
	
    text-shadow: 1px 1px 3px darkred;
  }
  .on {
	opacity: 1;
	transition: all 0.5s linear;
}
  @keyframes arrow-right {
	0% {
	  right:-5%;
		opacity: 0;

	}
	
	50% {
		right:-12%;
		opacity: 1;
	}
	100% {
		right:-5%;
		opacity: 0;
	}
  }
  @keyframes arrow-left {
	0% {
	  left:-4%;
		opacity: 0;


	}
	
	50% {
		left:-10%;
		opacity: 1;
	}
	100% {
		left:-4%;
		opacity: 0;

	}
  }





























  body{
	background-image: url("/images/background-img.jpg");
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}




#section4 h1{
	color: #fff;
	margin-bottom: 10px;
	font-size:45px;
	letter-spacing: 0.08rem;
	justify-content: flex-end;
}
.section__four{
	opacity: 0;	
	position: relative;
	left:-200px;
}
.section__four--wrap{
	padding-top: 25px;
    text-align: left;
    width: 900px;
    margin: 0 auto 10px;

}
.section__four--bar{
	width:100px;
	height: 2px;
	background-color:#fff;
	margin-bottom: 10px;
	position: relative;
	opacity: 0;
}
.section__four--txt{
	font-size: 20px;
    padding: 0;
    color: #fff;
    font-weight: 200;
    line-height: 32px;
	letter-spacing: -0.08rem;
	position: relative;
	right:-200px;
	opacity: 0;
}


.section__four--box{
   
  }
.content__wrap{
	width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
	
  }
.content__wrap--template{
	display:none;
}
.content__wrap--mobile{
	display: none;
	padding-bottom: 2vw;
}

.content__one {
	position: relative;
    left: 0;
    z-index: 4;
    opacity: 0;
}
.content__two {
	position: relative;
	left: -303px;
    z-index: 3;
    opacity: 0;
}
.content__three {
	position: relative;
    left: -607px;
    z-index: 2;
    opacity: 0;
}
.content__four {
	position: relative;
    left: -910px;
    z-index: 1;
    opacity: 0;
}




  
.content{
	width: 380px;
	height: 460px;
}
.content__txt{
	padding: 58px 0 13px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
	transition: all 0.2s ease-out;
}
.content__sub{
	color: #fff;
    font-size: 26px;
    font-weight: 500;
	font-family: 'GmarketSansMedium';
}
.content__img{
	width: 100%;
    height: 100%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.content:hover .content__txt{
	padding-top:28px;

}
.content:hover .content__carimg{
	bottom: 195px;

}
.content__carimg{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: all 0.3s ease-out;

}
.content__img--one{
	background-image: url("/images/content_bg1.png");
	background-size:cover;

}
.content__img--two{
	background-image: url("/images/content_bg2.png");
	background-size:cover;

}
.content__img--three{
	background-image: url("/images/content_bg3.png");
	background-size:cover;

}
.content__img--four{
	background-image: url("/images/content_bg4.png");
	background-size:cover;

}
.content_button{
	color: #fff;
    background-color: #0B0D14;
    width: 100%
    height: 56px;
    border: 2px solid #FFFFFF;
    line-height: 53px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    top: -38px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
	z-index: 100;
}
.content__carimgbg{
	background-image: url("/images/content_bg_hover.png");
	width: 100%;
    height: 100%;;
	transition: all 0.3s ease-in-out;
	margin-top:300px;
	padding: 120px 8px;


}

.content:hover .content__carimgbg{
	margin-top:0px;


}

@keyframes bounce {
	0%, 100%, 20%, 53%, 80% {
	  transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
	  transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
	  transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
	  transform: translate3d(0, -20px, 0)
	}
	70% {
	  transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
	  transform: translate3d(0, -15px, 0)
	}
	90% {
	  transform: translate3d(0, -4px, 0)
	}
  }
  
  .bounce {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: bounce;
	transform-origin: center bottom
  }





.content__carimg--cheak{
	float:left;

}

.content__carimg--txt{
	color: #fff;
    text-align: left;
    margin-left: 30px;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 300;
}

span.small-txt{
	color: #bababa;
    font-size: 12px;
}

.content__carimg--txt{text-align:left;}
.content__carimg--txt.box{color:#70f0f6;}
.content__carimg--txt.box span.txt-color{padding-left:10px;}
.content__carimg--txt span.txt-color{color:#ffeb00;font-weight:600;font-size:15px;}



#section5 .fp-bg{
	background-image: url(../assets/images/section05/background-img05.png);
	background-position: center 60%;
}


#section5 h1{
	color: #fff;
	margin-bottom: 50px;
	font-size:70px;
	letter-spacing: 0.08rem;
	justify-content: flex-end;
}
.section__five{
	opacity: 0;	
	position: relative;
	left:200px;
}
.section__five--wrap{
	padding-top: 200px;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}
.section__five--bar{
	width:100px;
	height: 2px;
	background-color:#fff;
	margin-bottom: 50px;
	position: relative;
	opacity: 0;
}
.section__five--txt{
	font-size: 22px;
    padding: 0;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
	letter-spacing: -0.08rem;
	position: relative;
	right:200px;
	opacity: 0;
}
.section__five--bottomtxt{
	font-size: 22px;
    padding: 0;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
	letter-spacing: -0.08rem;
	position: relative;
	right:0px;
	top:-50px;
	opacity: 0;
}

.section__five--box{
	position: relative;
	bottom:-40px;
	margin: 20px auto;
    text-align: center;
    width: 1200px;
	opacity: 0;

  }
  

  .section__five--bottom{
    text-align: left;
    width: 1200px;
    margin: 0 auto;
	opacity: 0;

}











/* The Clock Styles */

#clock {
	width: 1200px;
	position: relative;
    top: -40px;
	opacity: 0;
}
  
  #clock:after {
	content: '';
	position: absolute;
	width: 400px;
	height: 20px;
	border-radius: 100%;
	left: 50%;
	margin-left: -200px;
	bottom: 2px;
	z-index: -1;
  }
  
  #clock .display {
	text-align: center;
	padding: 40px 20px 20px;
	border-radius: 6px;
	position: relative;
	height: 54px;
  }
  
  /* light color theme styles */
  #clock.light {
	color: #fff;
  }
  
  #clock.light:after {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  }
  
  #clock.light .digits div span {
	background-color: #fff;
	border-color: #fff;
  }
  #clock.light .digits div.dots:before,
  #clock.light .digits div.dots:after {
	background-color: #272e38;
  }
  #clock.light .alarm {
	color:#fff
  }
  #clock.light .display {
	padding: 37px 0 74px 0;
  }
  /* dark theme styles */
  #clock.dark{
	  background-color:#272e38;
	  color:#cacaca;
  }
  
  #clock.dark:after{
	  box-shadow:0 4px 10px rgba(0,0,0,0.3);
  }
  
  #clock.dark .digits div span{
	  background-color:#cacaca;
	  border-color:#cacaca;	
  }
  
  #clock.dark .alarm{
	  background:url('../img/alarm_dark.jpg');
  }
  
  #clock.dark .display{
	  background-color:#0f1620;
	  box-shadow:0 1px 1px rgba(0,0,0,0.08) inset, 0 1px 1px #2d3642;
  }
  
  #clock.dark .digits div.dots:before,
  #clock.dark .digits div.dots:after{
	  background-color:#cacaca;
  }
  /* the Digits styles */
  #clock .digits div {
	text-align: left;
	position: relative;
	width: 28px;
	height: 50px;
	display: inline-block;
	margin: 0 4px;
  }
  #clock .digits div span {
	opacity: 0;
	position: absolute;
	transition: .25s;
  }
  #clock .digits div span:before,
  #clock .digits div span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
  }
  #clock .digits .d1 {height: 5px; width: 16px; top: 0; left: 6px;}
  #clock .digits .d1:before{border-width:0 5px 5px 0;border-right-color:inherit;left:-5px;}
  #clock .digits .d1:after{border-width:0 0 5px 5px;border-left-color:inherit;right:-5px;}
  #clock .digits .d2{height:5px;width:16px;top:24px;left:6px;}
  #clock .digits .d2:before{border-width:3px 4px 2px;border-right-color:inherit;left:-8px;}
  #clock .digits .d2:after{border-width:3px 4px 2px;border-left-color:inherit;right:-8px;}
  #clock .digits .d3{height:5px;width:16px;top:48px;left:6px;}
  #clock .digits .d3:before{border-width:5px 5px 0 0;border-right-color:inherit;left:-5px;}
  #clock .digits .d3:after{border-width:5px 0 0 5px;border-left-color:inherit;right:-5px;}
  #clock .digits .d4{width:5px;height:14px;top:7px;left:0;}
  #clock .digits .d4:before{border-width:0 5px 5px 0;border-bottom-color:inherit;top:-5px;}
  #clock .digits .d4:after{border-width:0 0 5px 5px;border-left-color:inherit;bottom:-5px;}
  #clock .digits .d5{width:5px;height:14px;top:7px;right:0;}
  #clock .digits .d5:before{border-width:0 0 5px 5px;border-bottom-color:inherit;top:-5px;}
  #clock .digits .d5:after{border-width:5px 0 0 5px;border-top-color:inherit;bottom:-5px;}
  #clock .digits .d6{width:5px;height:14px;top:32px;left:0;}
  #clock .digits .d6:before{border-width:0 5px 5px 0;border-bottom-color:inherit;top:-5px;}
  #clock .digits .d6:after{border-width:0 0 5px 5px;border-left-color:inherit;bottom:-5px;}
  #clock .digits .d7{width:5px;height:14px;top:32px;right:0;}
  #clock .digits .d7:before{border-width:0 0 5px 5px;border-bottom-color:inherit;top:-5px;}
  #clock .digits .d7:after{border-width:5px 0 0 5px;border-top-color:inherit;bottom:-5px;}
  
  /* 0 zero */
  #clock .digits div.zero .d1,
  #clock .digits div.zero .d3,
  #clock .digits div.zero .d4,
  #clock .digits div.zero .d5,
  #clock .digits div.zero .d6,
  #clock .digits div.zero .d7 {
	opacity: 1;  
  }
  /* 1 one */
  #clock .digits div.one .d5,
  #clock .digits div.one .d7 {
	opacity: 1;  
  }
  /* 2 two */
  #clock .digits div.two .d1,
  #clock .digits div.two .d2,
  #clock .digits div.two .d3,
  #clock .digits div.two .d5,
  #clock .digits div.two .d6 {
	opacity: 1;  
  }
  /* 2 two */
  #clock .digits div.two .d1,
  #clock .digits div.two .d2,
  #clock .digits div.two .d3,
  #clock .digits div.two .d5,
  #clock .digits div.two .d6 {
	opacity: 1;  
  }
  /* 2 two */
  #clock .digits div.two .d1,
  #clock .digits div.two .d2,
  #clock .digits div.two .d3,
  #clock .digits div.two .d5,
  #clock .digits div.two .d6 {
	opacity: 1;  
  }
  /* 2 two */
  #clock .digits div.two .d1,
  #clock .digits div.two .d2,
  #clock .digits div.two .d3,
  #clock .digits div.two .d5,
  #clock .digits div.two .d6 {
	opacity: 1;  
  }
  /* 3 three */
  #clock .digits div.three .d1,
  #clock .digits div.three .d2,
  #clock .digits div.three .d3,
  #clock .digits div.three .d5,
  #clock .digits div.three .d7 {
	opacity: 1;  
  }
  /* 4 four */
  #clock .digits div.four .d2,
  #clock .digits div.four .d4,
  #clock .digits div.four .d5,
  #clock .digits div.four .d7 {
	opacity: 1;  
  }
  /* 5 five */
  #clock .digits div.five .d1,
  #clock .digits div.five .d2,
  #clock .digits div.five .d3,
  #clock .digits div.five .d4,
  #clock .digits div.five .d7 {
	opacity: 1;  
  }
  /* 6 six */
  #clock .digits div.six .d1,
  #clock .digits div.six .d2,
  #clock .digits div.six .d3,
  #clock .digits div.six .d4,
  #clock .digits div.six .d6,
  #clock .digits div.six .d7 {
	opacity: 1;  
  }
  /* 7 seven */
  #clock .digits div.seven .d1,
  #clock .digits div.seven .d5,
  #clock .digits div.seven .d7 {
	opacity: 1;  
  }
  /* 8 eight */
  #clock .digits div.eight .d1,
  #clock .digits div.eight .d2,
  #clock .digits div.eight .d3,
  #clock .digits div.eight .d4,
  #clock .digits div.eight .d5,
  #clock .digits div.eight .d6,
  #clock .digits div.eight .d7 {
	opacity: 1;  
  }
  /* 9 nine */
  #clock .digits div.nine .d1,
  #clock .digits div.nine .d2,
  #clock .digits div.nine .d4,
  #clock .digits div.nine .d5,
  #clock .digits div.nine .d7 {
	opacity: 1;  
  }
  /* The Dot */
  #clock .digits div.dots {
	width: 5px;
  }
  #clock .digits div.dots:before,
  #clock .digits div.dots:after {
	width: 5px;
	height: 5px;
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
  }
  #clock .digits div.dots:after {
	top: 34px;
  }
  /* the Alarm Styles */
  #clock .alarm {
	width: 16px;
	height: 16px;
	position: absolute;
	opacity: 0.2;
  }
  #clock .alarm.active {
	opacity: 1;
  }
  /* Weekday styles */
  #clock .weekdays{
	  font-size:12px;
	  position:absolute;
	  width:100%;
	  top:10px;
	  left:0;
	  text-align:center;
  }
  
  
  #clock .weekdays span{
	  opacity:0.2;
	  padding:0 10px;
  }
  
  #clock .weekdays span.active{
	  opacity:1;
  }
  /* AM/PM */
  #clock .ampm{
	  position:absolute;
	  bottom:20px;
	  right:380px;
	  font-size:12px;
  }
  /* Button styles */
  
  
  
  .button{
	  background-color:#f6a7b3;
	  
	  background-image:-webkit-linear-gradient(top, #f6a7b3, #f0a3af);
	  background-image:-moz-linear-gradient(top, #f6a7b3, #f0a3af);
	  background-image:linear-gradient(top, #f6a7b3, #f0a3af);
  
	  border:1px solid #eb9ba7;
	  border-radius:2px;
  
	  box-shadow:0 2px 2px #ccc;
  
	  color:#fff;
	  text-decoration: none !important;
	  padding:15px 20px;
	  display:inline-block;
	  cursor:pointer;
  }
  
  
  




















/*--------------로딩페이지-----------------*/
.loading{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: #272727;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}
.loading.on {
	opacity: 0;
	transition: all 0.5s linear;
	visibility: hidden;
}
.wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left:15%;
    transform-origin: 50%;
    animation: circle 0.5s alternate infinite ease;
}

@keyframes circle{
    0%{
        bottom:0px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        bottom:70%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}






/*-------------------------------*/

















/*
* Configurations
*/
#actions{
	position:fixed;
	top: 73px;
	left: 30px;
	z-index: 99999;
}
#actions li{
	background: rgba(0,0,0,0.8);
	padding: 7px;
	margin: 2px;
	color: #ccc;
	display: inline-block;
	cursor: pointer;
}
#actions li:hover{
	color: #fff;
	background: #81A140;
}
#actions .active{
	color: #fff;
	background: #81A140;
}

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	font-family: 'GmarketSansLight';

}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#fff;
	font-family: 'GmarketSansMedium';
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'S-Core';

	color: #333;
	color: #dfdfdf80;
}
a{color:#d2d2d2;text-decoration:none;}
a:hover{color:#666;text-decoration:none;}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 0em;
}

.pos{
	margin: 0 1vw;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
.menu-wrap{
	margin: 0 auto;
    text-align: center;
    width: 100%;
    /*height: 100px;*/
    padding: 11px 0;
    position: absolute;
    z-index: 2;
}
.header__menu{
	display: none;
	cursor: pointer;
}
.navi{
	position: relative;
	top:-15px;
	font-size:22px;
}

.navigation{
	width: 100%;
    height: 100%;
	background-image: url(../assets/images/navigation/m_background.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
	top:0px;
    z-index: 1;
    background-color: rgb(26 27 29 / 80%);
    text-align: center;
    margin: 0 auto;
	opacity: 0;
	transition:all 0.3s linear;



}
.navigation.on{
	position: fixed;
  	top:0px;
  	opacity: 1;
	z-index: 1;
}
.navigation__container{
	width: 47%;
}
.navigation__line{
	clear: both;
	padding: 6vw 0;
}
.navigation__logo{
	width: 80%;
    margin: 44% 7% 0%;
	float: left;
}
.navigation__menu{
	color: #fff;
    padding: 3vw;
	font-size: 3vw;
	font-weight: 600;
	transition:all 0.2s linear
}
.navigation__menu:hover{
	color: darkred;
}
.navigation__menu--warp{
	margin-bottom: 2vw;
}
.navigation__wrap{
	position: relative;
	display: block;
}
.navigation__wrap::after{
	display: block;
	content:'';
	clear: both;
}
.navigation__txt{
font-size: 2vw;
color:#fff;
margin-bottom: 2vw;
}
.navigation__close{
	background-image: url(../assets/images/navigation/m_close.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    top: 4.5vh;
    left: 3.5vh;
    cursor: pointer;
}









#menu li {
	width:100%;
	display:inline-block;
	margin: 10px;
	color: #000;
	/*margin-right:1.8vw;*/
}
#menu li:nth-child(7n) {
	margin-right: 0px ;
}
#menu li.active{

	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	transition:all 0.2s linear;

	color: #e59673;
}
#menu li:hover{
	transition:all 0.2s linear;

}
#menu li a:hover{
	color:#e59673;
	transition:all 0.2s linear;

}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	
	width: 1000px;
	padding: 0;
	margin:0 auto;
	transition:all 0.2s linear;
}

#menu img{height:110px;}


.container{
	
	width: 1000px;
	padding: 0;
	margin:0 auto;
}
.progress{

	width: 1200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 22%;
    left: 0%;
    z-index: 1;
	
  }
  .container{
	/*display:flex;
	width:1200px;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);*/
	width:1000px;
  
  }



@media(max-width:1200px){
	.container{width:1000px;}

}@media(max-width:991px){
	.container{width:100%;}

}



  .progress__link{
	  position: relative;
	  bottom:100px;
	  opacity: 0;
	  width:100%;

  }
  .bar__wrap{
	  width:150px;
	  cursor: pointer;
	  transition: all 0.2s ease;
	  outline: 0;
  }
  .bar__wrap:hover{
	  transform: scale(1.1);
  }
  .bar{
	width: 150px; 
	height:10px;
	opacity: 0.6;
	background-color:#9c9c9c;
	border:1px solid #9c9c9c;
	box-sizing: border-box;
	transition: all 1s linear ;  
	transition-property: width, background-color ,border, color;  
   
	/* animation: progressAnimation 5s; */
  }
  @keyframes progressAnimation {
	from { width: 0 }
	to   { width: 150px }
}
  .bar.on{
	background-color:#fff;
	border:1px solid #fff;
	opacity: 1;
  }
 
  .bar__txt{
	text-align:left;
	margin-top:20px;
	font-size:14px;
	color:#9c9c9c;
	opacity: 0.6;
  }
  .bar__txt.on{
	color:#fff;
	opacity: 1;
 }
 
  
 
  




.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.8);
}
.preview-extensions-menu li{
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a{
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension{
    background: #3cc63c;
}
.preview-more-extensions{
	background: #fff;
}
.preview-buy-extension a{
	color: #fff;
}
.preview-buy-extension:hover{
	background-color: #1a961a;
}
.preview-more-extensions a{
	color: #333;
}

.code{
	background: rgba(255,255,255,0.7);
	padding: 0px 5px;
	line-height: 25px;
}
.button__top{
	position: fixed;
    bottom: 170px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgb(34 34 34/ 60%);
    color: #fff;
    text-align: center;
    z-index: 2;
	cursor: pointer;
}
.icon{
	color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tap__menu{
	position: relative;
	z-index: 2;
	width: 100%;
	left:0%;
	height: 100%;
	
	
}
.tap__menu.on{
	transform: perspective(561px) rotateY(-14deg);
	position: relative;
	left: 34%;
	height: 100%;
	transition: all 0.5s cubic-bezier(0.6, -0.4, 0.735, 0.045);
	z-index: 2;
	box-shadow: 32px 21px 122px darkred;
}




.btn_box{;max-width: 900px;margin: 0 auto;position:relative; top:20px; padding-top: 15px;}
.btn_box > h2{padding:10px 0; font-size:20px; color:#ffdf00;}
.btn_box ul li{padding:0 10px;}
.btn_box a.btn{display:inline-block;width:100%;
	font-family:'GmarketSansLight' !important;font-size:18px;font-weight:600;padding:8px 20px;line-height:16px;margin:0;color:#000;
	background-color:#ffff;}
.btn.focus, .btn:focus, .btn:hover{color:red !important;background-color:#d1d1d1 !important;}


@media screen and (max-width: 500px) {
	.btn_box a.btn{font-size:12px;padding:8px 15px;letter-spacing:-1px;}

}







/*반응형 미디어쿼리*/

@media screen and (max-width: 1920px) {
	.section__three--box{
		width:1199px;
	}
	.section__two--box {
		right: 10%;
	}
	#menu img{height:100px;}
	.section__four--wrap{padding-top:40px;}
}

@media screen and (max-width: 1750px) {
	
	#section4 h1{font-size:26px;}
	.section__four--txt{font-size:15px;}
	
}
@media screen and (max-width: 1400px) {
	.section__two--box{
		right: 5%;
	}  
	.icon-button--right{
		z-index: 1;
	}
	.icon-button--left{
		z-index: 1;
	}
	@keyframes arrow-right {
		0% {
		  right:0%;
			opacity: 0;
	
		}
		
		50% {
			right:-3%;
			opacity: 1;
		}
		100% {
			right:0%;
			opacity: 0;
		}
	  }
	  @keyframes arrow-left {
		0% {
		  left:1%;
			opacity: 0;
	
	
		}
		
		50% {
			left:-2%;
			opacity: 1;
		}
		100% {
			left:1%;
			opacity: 0;
	
		}
	  }
	
	
}
@media screen and (max-width: 1200px) {
	#menu{
		width:100%;
	}
	#menu li{
		margin-right: 3%;
	}
	
	#menu img{height:auto;}

	.section__two--box {
		right: 7%;
		top: 43%;
	}
	.section__two--wrap {
		padding-left: 6%;
		width: 100%;
	}
	.progress{
		display: none;
		
	}
	.fp-slidesNav{
		display: block !important;
	}
	.section__three--wrap {
		padding-left: 6%;
		width: 100%;
		margin-bottom: 6%;
	}
	.section__four--wrap {
		padding-left: 3%;
		width: 100%;
	}
	.section__five--wrap {
		padding-left: 6%;
		width: 100%;
	}
	.section__five--box{
		width:88%;
		margin:40px auto;
		text-align:center;
		overflow: hidden;

	}
	.section__three--box{
		padding: 3vw;
		width: 100%;
    	height: 53vw;
    	overflow: hidden;
	}

	.projects__imgbox a{
		margin-right: 0%;
		margin: 0 0.1%;
	}
	.content__wrap{
		width: 100%;
		padding: 0 3vw;
	}
	.content__img{
		width: 90%;
	}
	.content__carimgbg{
		width: 100%;
	}
	.content{
		width:100%;
	}
	.content_button{
		width: 90%;
	}
	.section__five--bottom{
		width:100%;
	}
	.section__five--bottomtxt{
		margin-left: 6%;

	}
	.wrap_btn_roadview{
		display: none;
	}
	.section__one{
		font-size: 3.5vw;
	}
	.title{
		font-size: 7vw;
	}
	.documentation{
		font-size: 2.3vw;
	}
	.section__wrap {
		padding-top: 33vh;
	}
	.section__one{
		margin-bottom: 5%;
	}
	.title{
		margin-bottom: 10%;
		
	}
	.section__four--box{
	
	}
	.two__box--one, .two__box--two, .two__box--three, .two__box--four{
		pointer-events: none;
	}
	
	.title__size{
		color:#e59673;
	}
	.one__img, .two__img, .three__img, .four__img, .sub__size{
		opacity: 1;
	}
	.content__carimgbg{
		margin-top: 0;
		padding: 25% 8px 5%;

	}
	
	.content__txt{
		padding-top:10%;
	}
	
	.content:hover .content__txt{

		pointer-events: none;

	
	}
	.content:hover .content__carimg{
		bottom:240px;


	
	}
	.content__sub{font-size:16px;}

	.content_button{
		top:-12%;
	}
	.content__carimg{
		bottom: 214px;
   		width: 34%;
	}
	#clock .ampm{
		right:410px;
	}
	#slide1-1 h1, #slide1-2 h1, #slide1-3 h1, #slide1-4 h1, #slide1-5 h1, #slide1-6 h1, #slide1-7 h1{
		font-size: 3.5vw;
	}
	.content__carimg--txt{
		line-height: 1.5vw;
	}
	.icon-button--right{
		top: -6vh;
	}
	.icon-button--left{
		top: -5.5vh;
	}
	#section4 h1{font-size:40px;}
	.section__four--txt{font-size:16px;line-height:24px;}
	
}
@media screen and (max-width: 1100px) {
	#menu li{
		margin-right: 2%;
	}
	

}

@media screen and (max-width: 1024px) {
	.button__top{
		bottom: 11vw;
    	right: 4vw;
	}
	.navigation{
		/* display:block; */
	}
	.navi{
		display:none !important;
	}
	#clock{
		width: 100%;
	}
	#clock .ampm{
		right:30%;
	}
	.logo{
		width:100%;
		margin-top: 2vh;
	}
	.header__menu{
		display: block;
    	position: absolute;
    	top: 4vh;
    	left: 4%;
	}
	.section__two--box{
		left: 50%;
		top: 43%;
		transform: translate(-50%, 2%);
	}
	
	.content__carimg {
		bottom: 50%;
		width: 40%;


	}
	.content:hover .content__carimg{
		bottom:37%;
		/*pointer-events: none;*/



	}
	.content__img{
		height: 98%;ㄴ
	}
	.content__carimg--txt{
		line-height: 2vw;
		/*margin-bottom: 1vw;*/
	}
	.content__carimgbg{
		padding-top: 23%;
	}
	.icon-button--right{
		top: -6vh;
	}
	.icon-button--left{
		top: -6vh;
	}
	.icon-button--right {
		top: -3vh;
	}
	.icon-button--left {
		top: -2.5vh;
	}
	.content__carimg--txt{
	color: #fff;
    text-align: left;
    margin-left: 30px;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 300;
	}
}

@media screen and (max-width: 991px) {
	.icon-button--right {
		top: -22vh;
	}
	.icon-button--left {
		top: -21.5vh;
	}
	.content:hover .content__carimg{bottom:53%;}
	.menu-wrap{height:auto; display:block !important;}

	.btn_box ul li{padding:5px 15px;}
	.fp-tableCell{}

	.section__four--wrap {
		display:none;
	}
	.section__four--box{}
	.fp-section.fp-table{}

	.content__carimg{display:none !important;}
	.content__carimgbg{padding-top:20px !important;}
}






@media screen and (max-width: 900px) {
	.icon-button--right {
		top: -12.8vh;
	}
	.icon-button--left {
		top: -21.5vh;
	}
}

@media screen and (max-width: 960px) {
	.section__three--box{
		height: 66vw;
		}
	.projects__slider-textbox-kinds{
		display:none;
	}
	.header__menu{
	}
	#clock .ampm{
		right:31%;
	}
	.content__carimgbg {
		padding-top: 11vh;
	}
	.icon-button--right {
		top: -18vh;
	}
	.icon-button--left {
		top: -17.9vh;
	}
}

@media screen and (max-width: 785px) {
	.section__four--wrap{margin:0px auto 20px}
	#section4 h1{margin-bottom:20px;}
	.section__four--bar{margin-bottom:20px;}
	.content__carimg{display:none;}
}



@media screen and (max-width: 768px) {
	.logo{width:90%;margin-top:0;}
	.navigation__container {
		width: 42%;
	}
	.header__menu{
	}
	#slide1-1 h1, #slide1-2 h1, #slide1-3 h1, #slide1-4 h1, #slide1-5 h1, #slide1-6 h1, #slide1-7 h1 {
		margin-bottom: 5vh;
	}
	.section__two--box{
		top:44%;
	}
	.section__three--box {
		height: 74vw;
		top: 24%;
	}
	.content__wrap{
		display:block;
	}
	.content__wrap--template{
		display:block;
	}
	.content__one{
		width:90%;
		float: none;
   		margin:10px auto;
	}
	.content__two{
		width:90%;
		float: none;
   		margin:10px auto;
	}
	.section__four--wrap{
		margin-bottom: 4%;
	}
	.section__two--wrap,.section__three--wrap,.section__four--wrap,.section__five--wrap {
		padding-top: 0vh;
	}
	
	.content__three{
		width:90%;
		float: none;
   		margin:10px auto;
	}
	.content__four{
		width:38%;
		float: right;
   		margin-right: 9%;
	}
	.content__carimg{
		width: 32%;
		display: block;
		bottom:35%;
	}
	.content__carimgbg{
		padding-top: 10%;
	}
	/*.content__carimghover{height:100%;}*/

	.content__img {
		height: 100%;
		width: 100%;
	}

	/*.content__img--one{height:400px;}*/

	.content__carimgbg{padding-top:12vh;}


	.content_button {
		height: 15%;
		line-height: 3vh;
		top:-10%;
		width: 100%;
		font-size:14px;
	}
	
	.content{
		width:90%;
		height: auto;
	}
	.content__mobile--top{
		padding-top:0 5%;
		width: 100%;
    	height: auto;
		display: block;
    	content: '';
    	clear: both;
	}
	.section__four--box{
		position: relative;
		top: -25px;
	}
	.content__txt{
	padding-top:5%;
	}
	#clock .ampm {
		display: none;
	}
	#clock{
		left: 0vh;
	}
	.section__two--txt{
		width: 95%;
	}
	.content__carimg--txt{
		margin-bottom: 1vw;
	}
	.icon-button--right {
		top: -4vh;
	}
	.icon-button--left {
		top: -3.5vh;
	}
	.mobile__content--button {
		line-height: 4vh;
		height: 9%;
		font-size: 3.5vw;
		color: #fff;
    	border: 2px solid #fff;
    	background-color: #000;
		margin-bottom: 3vw;
	}
	.content__carimg--txt{
	color: #fff;
    text-align: left;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 300;
	}
	.content:hover .content__carimg{bottom:38%;}
	.btn_box{top:0px;  padding-top: 5px; }
}


@media screen and (max-width: 640px) {
	.navigation__close{
		width: 6vw;
		height: 7vw;
		
	}
	.section__one{
		font-size: 7vw;
	}
	.title{
		font-size: 11vw;
		margin-bottom: 17%;
	}
	.documentation{
		font-size: 3.3vw;
    	width: 86%;
		text-align: center;
    	margin: 0 auto;
	}
	.fp-controlArrow.fp-next{
		border-width: 4.5vw 0 4.5vw 4vw !important;
	}
	.fp-controlArrow.fp-prev{
		border-width: 4.5vw 4vw 4.5vw 0 !important;

	}
	#section2 h1,#section3 h1,#section4 h1,#section5 h1{
		font-size: 7vw;
		margin-bottom: 2vw;
	}
	.section__two--txt,.section__three--txt,.section__four--txt,.section__five--txt{
		font-size: 3vw;
    	width: 94%;
    	line-height: 4vw;

	}
	.section__two--bar,.section__three--bar,.section__four--bar,.section__five--bar{
		margin-bottom: 2vw;
		width: 15vw;
	}
	.section__two--box {
		top: 37%;
	}
	.section__three--box {
	}
	.content {
		height: auto;
	}
	.content_button {
		line-height: 4vh;
		top: -3%;
		height: 14%;
	}
	.content_button{font-size:14px;}

	.section__four--txt{
		margin-bottom: 10%;
	}
	.content__mobile--top{
		height: auto;
	}
	.section__five--bottomtxt{
		font-size: 3vw;
	}
	.section__five--bottomtxt:nth-child(3){
		margin-bottom: 6vw;
	}
	#clock .ampm {
		right: 21%;
	}
	#slide1-1 h1, #slide1-2 h1, #slide1-3 h1, #slide1-4 h1, #slide1-5 h1, #slide1-6 h1, #slide1-7 h1{
		font-size: 6.5vw;
	}
	.content__carimg--txt{
		line-height: 3vw;
	}
	.content__carimgbg {
		padding-top: 12vh;
	}
	.icon-button--right {
		top: 0vh;
	}
	.icon-button--left {
		top: 0.5vh;
	}
	.content__carimg{bottom:42%;}
	.content:hover .content__carimg{bottom:44%;}
}
@media screen and (max-width: 600px) {
	.logo{
		margin-top:0;
		width:100%;
		padding:0 10px;
	}
	#menu li{
		margin:0;
	}
	#menu{
		margin-top:0
	}
}
@media screen and (max-width: 540px) {
	.slick-dots li button:before {
		font-family: 'slick';
		font-size: 6px;
		line-height: 20px;
	
		position: absolute;
		top: 0;
		left: 0;
	
		width: 20px;
		height: 20px;
	
		content: '';
		text-align: center;
	
		opacity: .25;
		color: darkred;
		border-radius: 100%;
	
	}
	
	.slick-dots li.slick-active button:before {
		opacity: .75;
		background-color: darkred;
		border: 3px solid #fff;
		box-sizing: border-box;
		border-radius: 100%;
	}
	.action{
		display:block;
		width:100%;
		text-align:center;
	  }
	  .action a {
		display:inline-block;
		padding:5px 10px; 
		background:#f30;
		color:#fff;
		text-decoration:none;
	  }
	  .action a:hover{
		background:#000;
	  }
	.slick-next{
		display: none !important;
	}
	.slick-prev{
		display: none !important;
	}
	.navigation__close {
		top: 3vh;
		left: 2vh;
	}
	.logo {
		/*width: 90%;*/
	}
	#menu li {
		width: 100%;
	}
	.icon-scroll{
		display:none;

	  }
	.section__five--box{
		height: 31vh;
		margin: 2vw auto;
	}
	.section__two--wrap,.section__three--wrap,.section__four--wrap,.section__five--wrap {
		/*padding-top: 17vh;*/
	}
	#clock{
		display:none;
	}
	.section__two--box{
		display:none;
	}
	.section__two--box--resize{
		display:block;
		margin-top: 11vw;

	}
	.content__wrap--template{
		display:none;
	}
	
	.mobile__box--carimg{
		width: 60%;
		margin-bottom: 2vw;
		margin: 0 auto;
	}
	ul,li{
		list-style:none;
		cursor: pointer;
		

	}
    .slide{
		height:300px;
		overflow:hidden;
	}
    .slide ul{
		width:calc(100% * 4);
		display:flex;
		transition:1s;
		animation-duration:1.5s;
		animation-iteration-count:1;
		animation-delay:1s;
		transition: all 0.2s;
		animation-fill-mode: forwards;
		opacity: 0;
		position: relative;
	}
	@keyframes slide__top {
		0% {
		  bottom:-100px;
			opacity: 0;
	
		}
		
		
		100% {
			bottom:0;
			opacity: 1;
		}
	  }
    .slide li{
		margin: 0 auto;
		text-align: center;
	}
    .mobile__box--one{
		background-image: url(../assets/images/section04/mobile-content_bg1.png);
		background-repeat: no-repeat;
    	background-size: cover;
		padding-bottom: 1vh;
	}
    .mobile__box--two{
		background-image: url(../assets/images/section04/mobile-content_bg2.png);
		background-repeat: no-repeat;
    	background-size: cover;
		padding-bottom: 1vh;
	}
    .mobile__box--three{
		background-image: url(../assets/images/section04/mobile-content_bg3.png);
		background-repeat: no-repeat;
    	background-size: cover;
		padding-bottom: 1vh;
	}
    .mobile__box--four{
		background-image: url(../assets/images/section04/mobile-content_bg4.png);
		background-repeat: no-repeat;
    	background-size: cover;
		padding-bottom: 1vh;
	}
    .slide input{
		display:none;
	}
    
    .section__three--circle {
		width:20px;
		height:20px;
		border-radius:100%;
		border:1px solid #fff;
		display:inline-block;
		background:#fff;
		font-size:0;
		transition:0.5s;
		cursor:pointer;
	}
    
    .section__three--circle:nth-child(1){background:#3A6164;}
    .section__three--circle:nth-child(2){background:#50546C;}
    .section__three--circle:nth-child(3){background:#9E6C32;}
    .section__three--circle:nth-child(4){background:#9B3B36;}

	.section__three--circle{
		outline: 0;
		border: 0;
		width: 30px;
		height: 30px;
		margin: 0 1vw;
		border-radius: 100%;
	}
	.slick-initialized .slick-slide{
		outline: 0 !important;
	}
	.slick-dots li button{
		background-color: #fff;
		border-radius: 100%;
	}
	
	.fp-tableCell{
		
	}
	.section__four--txt{
		margin-bottom: 11%;
	}
	.mobile__content--carimgbg{
		transition: all 0.3s ease-in-out;
		background-size: 100%;
		padding: 2% 19% 0;
	}
	.mobile__box--txt{
		font-size: 4vw;
    	color: #fff;
    	padding: 7% 0;
	}
	.mobile__box--sub{
		font-size: 6vw;
		color: #fff;
		margin-bottom: 6%;
	}
	.content__carimg--txt {
		white-space: nowrap;
		line-height: 19px;
		font-size: 3vw;
		margin-bottom: 1vw;
	}
	.section__four--box {
		
		transform: none;
	}
	.content__wrap--mobile{
		display: block;
		width: 80%;
    	margin: 0 auto;

	}
	.mobile__content--button {
		line-height: 3vh;
		height: 9%;
		font-size: 3.5vw;
		color: #fff;
    	border: 2px solid #fff;
    	background-color: #000;
		margin-bottom: 3vw;
	}
	
	.content__carimg{bottom:43%;width:40%;}
}




















@media screen and (max-width: 510px) {
	.icon-button--right {
		top: 5vh;
	}
	.icon-button--left {
		top: 5.5vh;
	}
	.projects__slider-shadow,.projects__slider-textbox{
		display: none;
	}

}

@media screen and (max-width: 480px) {
	.mobile__content--carimgbg {
		padding: 2% 2% 0;
	}
	.section__wrap {
		padding-top: 23vh;
	}
	#slide1-1 h1, #slide1-2 h1, #slide1-3 h1, #slide1-4 h1, #slide1-5 h1, #slide1-6 h1, #slide1-7 h1 {
		font-size: 7.5vw;
		margin-bottom: 10vh;
	}
	.title {
    font-size: 13vw;
    margin-bottom: 25%;
	}
	.documentation {
		font-size: 4.5vw;
		width: 80%;
	}
	.logo {
		width: 86%;
		margin-top: 2vh;
	}
	.header__menu {
		width: 10%;
    	top: 5vh;
	}
	#section2 h1, #section3 h1, #section4 h1, #section5 h1 {
		font-size: 9vw;
		margin-bottom: 3vw;
	}
	.section__two--bar, .section__three--bar, .section__four--bar, .section__five--bar {
		margin-bottom: 3vw;
		width: 15vw;
	}
	.section__two--txt, .section__three--txt, .section__four--txt, .section__five--txt {
		font-size: 4vw;
		width: 95%;
		line-height: 6vw;
	}
	
	.step__size{
		font-size: 4vw;
	}
	.title__size{
		font-size: 4.3vw;
	}
	.sub__size{
		line-height: 5vw;
		font-size: 3vw;
		letter-spacing: -0.04rem;
	}
	.one__img{
		width: 30%;
		top: -72%;
    	left: -47%;
	}
	.two__img{
		width: 24%;
		top: -84%;
    	left: 57%;
	}
	.three__img{
		width: 25%;
		top: -6%;
    	left: -62%;
	}
	.four__img{
		width: 24%;
    	top: -7%;
    	left: 57%;
	}
	.section__two--box{
		padding:0 10%;
		margin-top: 15vw;

	}
	.pointer {
		width: 46%;
		height: 17vh;
	}
	.two__box--flexed {
		width: 100%;
		height: 18vh;
	}
	.one__step {
		margin: 26% 10% 6% 0;
	}
	.one__title {
		margin: 0px 10% 10% 0;
	}
	.one__sub {
		margin-right: 10%;
	}
	.two__step {
		margin: 26% 0% 6% 10%;
	}
	.two__title {
		margin: 0px 0% 10% 10%;
	}
	.two__sub {
		margin-left: 10%;
	}
	.three__step {
		margin: 15% 10% 6% 0;
	}
	.three__title {
		margin: 0px 10% 10% 0;
	}
	.three__sub {
		margin-right: 10%;
	}
	.four__step {
		margin: 15% 0% 6% 10%;
	}
	.four__title {
		margin: 0px 0% 10% 10%;
	}
	.four__sub {
		margin-left: 10%;
	}
	.section__three--box {
		height: 52vh;
	}
	
	.section__five--bottomtxt{
		font-size: 4vw;
		line-height: 6.5vw;

	}
	#clock .ampm {
		right: 13%;
	}
	.section__five--bottomtxt:nth-child(3) {
		margin-bottom: 2vw;
	}
	
	ul,li{list-style:none;}
    .slide{
		height:300px;
		overflow:hidden;
		position:relative;
	}
    .slide ul{
		width:calc(100% * 4);
		display:flex;
		transition:1s;
	}
    .slide li{
		background-position: center;
		background-repeat: repeat;
		width: 15%;
		background-size: cover;
		margin: 0 auto;
		text-align: center;
	}
  
    .slide input{
		display:none;
	}
    .slide .bullet{
		
	}
    .slide .bullet label{
		width:20px;
		height:20px;
		border-radius:100%;
		border:1px solid #fff;
		display:inline-block;
		background:#fff;
		font-size:0;
		transition:0.5s;
		cursor:pointer;
	}
    /* 슬라이드 조작 */
    #pos1:checked ~ ul{
		margin-left:0;
	}
    #pos2:checked ~ ul{
		margin-left:-100%;
	}
    #pos3:checked ~ ul{
		margin-left:-200%;
	}
    #pos4:checked ~ ul{
		margin-left:-300%;
	}
    /* bullet 조작 */
    #pos1:checked ~ .bullet label:nth-child(1){background:#3A6164;}
    #pos2:checked ~ .bullet label:nth-child(2){background:#50546C;}
    #pos3:checked ~ .bullet label:nth-child(3){background:#9E6C32;}
    #pos4:checked ~ .bullet label:nth-child(4){background:#9B3B36;}
	.fp-tableCell{
		
	}
	.section__four--txt{
		margin-bottom: 6%;
	}
	.content__carimgbg{
		/*background-image: url(../assets/images/section04/content_bg_hover.png);
    	height: 25vh;
		transition: all 0.3s ease-in-out;
		background-size: 100%;
		padding: 2% 6% 0;*/
	}
	.mobile__box--txt{
		font-size: 5vw;
    	color: #fff;
    	margin: 4% 0;
	}
	.mobile__box--sub{
		font-size: 8vw;
		color: #fff;
		margin-bottom: 7%;
	}
	.content__carimg--txt {
		/*line-height: 22px;*/
		font-size: 3vw;
	}
	.section__four--box {
		transform: none;
		
	}
	.content__wrap--mobile{
		width: 70%;

	}
	.mobile__box--carimg{
		display: block;
    	width: 43%;
		margin:0 auto 4vw;
	}
	.content_button {
		line-height: 3.5vh;
		top: -7%;
		height: 8%;
	}
	.icon-button--right {
		top: -1vh;
	}
	.icon-button--left {
		top: -0.1vh;
	}
	@keyframes arrow-right {
		0% {
		  right:0%;
			opacity: 0;
	
		}
		
		50% {
			right:-3%;
			opacity: 1;
		}
		100% {
			right:0%;
			opacity: 0;
		}
	  }
	  @keyframes arrow-left {
		0% {
		  left:5%;
			opacity: 0;
	
	
		}
		
		50% {
			left:2%;
			opacity: 1;
		}
		100% {
			left:5%;
			opacity: 0;
	
		}
	  }
	  .icon-scroll{
		display:none;

	  }
	  .one__img--resize, .two__img--resize, .three__img--resize, .four__img--resize{
		  width:11%;
	  }
	  .one__step--resize, .two__step--resize, .three__step--resize, .four__step--resize {
		font-size: 5vw;
		margin-top: 3.5vw;
	}
	.one__sub--resize, .two__sub--resize, .three__sub--resize, .four__sub--resize {
		font-size: 3vw;
		line-height: 4.5vw;
	}
	.projects__slider-image{
		width:66%;
		margin: 0 auto;

	}
	.projects__slider-shadow{
		width: 66%;
		transform: translate(25.7%, 0);
		
	}
	.documentation {
		line-height: 8vw;
		letter-spacing: -0.08rem;
	}
	.mobile__content--button{
		line-height: 3vh;
		height: 9%;
		margin-bottom: 3vw;
		padding: 2vw;
	}
	.content__carimg{bottom:50%;width:40%;}
	
}


@media screen and (max-width: 414px) {
	
	.section__four--txt {
		margin-bottom: 1%;
	}
	.slide li {
	}
	.mobile__content--button {
		line-height: 2.5vh;
		margin-bottom: 3vw;
	}
	.icon{
		line-height: 40px;
	}
	.navigation__logo {
		margin: 62% 7% 0%;
	}
	.navigation__close {
		top: 5.5vh;
		left: 2vh;
	}
	.mobile__content--carimgbg {
		padding: 2% 5% 0;
	}
	.section__two--wrap, .section__three--wrap, .section__four--wrap, .section__five--wrap{margin-top:-145px;}
}


@media screen and (max-width: 375px) {
	.navigation__logo {
		width: 80%;
		margin: 55% 7% 0%;
		float: left;
	}
	.navigation__close {
		top: 6vh;
		left: 3vh;
	}
	.section__five--wrap {
		margin: 4vh auto 0;
	}
	.section__five--box {
		margin: 5vw auto;
	}
	.section__five--bottomtxt {
		font-size: 3.5vw;
		line-height: 5.5vw;
	}
	
	.projects__slider_textbox-zoombox{
		display: none;
	}
	.projects__slider-textbox-title {
		font-size: 4.5vw;
	}
	#section2 h1, #section3 h1, #section4 h1, #section5 h1 {
		font-size: 7vw;
		margin-bottom: 1vh;
	}
	.section__two--bar, .section__three--bar, .section__four--bar, .section__five--bar {
		margin-bottom: 1vh;
	}
	.logo {
		/*width: 78%;*/		margin-top: 0vh;
	}
	.two__box--one--resize,.two__box--two--resize,.two__box--three--resize,.two__box--four--resize{
		margin: 0 auto 3vw;
	}
	.one__img--resize, .two__img--resize, .three__img--resize, .four__img--resize{
		width: 13%;
		margin-top: 2.5%;
	}
	.one__step--resize, .two__step--resize, .three__step--resize, .four__step--resize{
		margin-top: 5vw;
	}
	.one__sub--resize, .two__sub--resize, .three__sub--resize, .four__sub--resize{
		font-size: 3vw;
    	line-height: 4.5vw;
		padding: 0.5% 6% 0 0px;
	}
	.icon-button--left {
		top: 5.6vh;
	}
	.icon-button--right {
		top: 5vh;
	}
	.projects__slider-shadow {
		width: 66.4%;
		transform: translate(25.4%, 0);
	}
	.section__four--box {
	}
	.slide li{
		
	}
	
	.content_button {
		line-height: 3.8vh;
		top: -4%;
	}
	
	.section__two--txt, .section__three--txt, .section__four--txt, .section__five--txt {
		font-size: 3.5vw;
		width: 92%;
		line-height: 5vw;
	}
	.section__two--bar, .section__three--bar, .section__four--bar, .section__five--bar {
		margin-bottom: 4vw;
	}
	.mobile__content--button {
		padding: 2vw 0px;
		margin-bottom: 1vw;
	}
	.mobile__content--carimgbg {
		padding: 1% 5% 0;
	}
	.mobile__box--txt {
		margin: 2% 0;
		padding:3% 0;
	}
	.content__carimg{bottom:49%;width:40%;}
	.section__two--wrap, .section__three--wrap, .section__four--wrap, .section__five--wrap{margin-top:-230px;}
	

}

@media screen and (max-width: 320px) {
	.content__carimg--txt {
		margin-bottom: 3vw;
		letter-spacing: -0.08rem;
		margin-left: 20px;
	}
	.mobile__content--carimgbg {
		padding: 1% 5% 3%;
	}
	.navigation__close {
		top: 5vh;
		left: 3vh;
	}
	.logo{
		width: 66%;
		margin-top: 0;
	}
	.documentation {
		letter-spacing: -0.08rem;
		line-height: 9vw;
	}
	.section__two--box{
		width: 100%;
		padding: 0 5%;

	}
	.pointer {
		width: 48%;
		height: 12vh;
		margin-top: 0px;
	}
	.two__box--flexed {
		height: 14vh;
	}
	.section__three--box {
		height: 50vh;
	}
	.header__menu {
		width: 10%;
    	top: 4vh;
		left: 3%;
	}
	
	.section__four--box {
	}
	.slide li {
		width: 17%;
		margin-bottom: 2%;
	}
	.content__carimgbg{
		height: 34vh;
		padding-top: 7%;
	}
	.content_button{
		top:-11%;
	}
	.content__carimg--txt {
		margin-bottom: 3vw;

		font-size: 4vw;
	}
	.slide .bullet label{
		margin:0 1vw;
	}
	
	#clock .digits div{
		width: 26px;
		margin: 0 1px;
	}
	#clock .ampm {
		right: 7%;
	}
	.icon-button--right {
		top: 8vh;
	}
	.icon-button--left {
		top: 8.6vh;
	}
	.one__sub--resize, .two__sub--resize, .three__sub--resize, .four__sub--resize {
		line-height: 4.5vw;
	}
	.one__img--resize, .two__img--resize, .three__img--resize, .four__img--resize {
		margin-top: 2.5%;
	}
	.mobile__box--one,.mobile__box--two,.mobile__box--three,.mobile__box--four{
		padding-bottom: 0vh;
	}
	.slide .bullet label{
		width: 15px;
		height: 15px;
	}
	

}



@media screen and (max-width: 280px) {
	.icon-button--left {
		top: 19.2vh;
		font-size: 5vw;
	}
	.icon-button--right {
		top: 18vh;
		font-size: 5vw;
	}
	@keyframes arrow-right {
		0% {
		  right:-5%;
			opacity: 0;
	
		}
		
		50% {
			right:-8%;
			opacity: 1;
		}
		100% {
			right:-5%;
			opacity: 0;
		}
	  }
	  @keyframes arrow-left {
		0% {
		  left:5%;
			opacity: 0;
	
	
		}
		
		50% {
			left:2%;
			opacity: 1;
		}
		100% {
			left:5%;
			opacity: 0;
	
		}
	  }
	  .slide li {
	}
	
	.section__four--box {
	}
}






