@charset "utf-8";

@font-face {
  font-family: "futura";
  src: url("../futura\ light\ bt.ttf");
}

@font-face {
  font-family: "futuraheavy";
  src: url("../Futura\ Heavy\ font.ttf");
}

@font-face {
  font-family: futuramedium;
  src: url(../futura\ medium\ bt.ttf);
}

@font-face {
  font-family: notosans;
  src: url(../NotoSansKR-Regular.ttf);
}

@font-face {
  font-family: "amandine Regular";
  src: url(../fonnts.com-Amandine_Medium.otf);
}

@font-face {
  font-family: "amandine light italic";
  src: url(../fonnts.com-Amandine_Light_Italic.otf);
}

* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-family: "futura";
  color: #333333;
}

a {
  text-decoration: none;
  display: block;
}

.animate__animated.animate__fadeInUp {
  animation-duration: 2s;
}

.scroll-downs {
  position: absolute;
  top: 700px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  width: 34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
}

.logo {
  float: left;
  width: 200px;
  height: 50px;
  margin-left: 50px;
  margin-top: 40px;
}

.menu {
  float: left;
  width: 70%;
}

.navi {
  display: flex;
  position: absolute;
  top: 40px;
  left: 800px;
}
.navi > li {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
}

.menuicon {
  float: right;
  width: 9%;
  margin-right: 50px;
}
.menuicon li {
  float: left;
  margin-left: 30px;
  margin-top: 40px;
}

.banner {
  height: 100vh;
  background-image: url(../img/bannerimg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  margin-top: 100px;
}

.main {
  width: 100%;
  position: relative;
  background-color: #ede5db;
}
.mainwrap {
  position: relative;
  width: 75%;
}
.maintext1 {
  margin-top: 100px;
  float: left;
  width: 100%;
}
.maintext1 > h4 {
  font-size: 32px;
  margin-bottom: 40px;
}
.maintext1 > p {
  font-size: 18px;
  line-height: 28px;
}
.img1 {
  margin-top: 100px;
  margin-bottom: 200px;
}
.img2 {
  position: absolute;
  top: 200px;
  right: 290px;
}
.img3 {
  position: absolute;
  top: 120px;
  right: 0px;
}

.maintext2 {
  width: 35%;
  float: right;
  position: absolute;
  bottom: 200px;
  right: 80px;
}
.maintext2 > p {
  font-size: 18px;
  line-height: 28px;
}

.con1 {
  width: 100%;
  height: 90vh;
  margin-top: 150px;
}

.con1img {
  width: 90%;
  position: relative;
  top: 80px;
  left: 100px;
}
.con1img img {
  width: 90%;
}

.con1text {
  float: left;
  z-index: 1;
  position: absolute;
  font-size: 60px;
  transform: rotate(-90deg);
  margin-top: 290px;
}
.con1text span {
  font-family: "futuramedium";
  color: #000000;
}

.con2 {
  width: 100%;
  margin-top: 200px;
  overflow: hidden;
}

.con2text {
  float: right;
  text-align: right;
  font-size: 40px;
  margin-right: 50px;
  line-height: 75px;
}

.con2text p {
  font-family: "amandine light italic";
}
.con2text span {
  font-family: "futuramedium";
  color: #000000;
}

.con2img {
  width: 100%;
  margin-top: 50px;
  float: right;
}

.text {
  float: left;
  position: absolute;
  font-size: 18px;
  line-height: 26px;
  width: 20%;
  margin-left: 200px;
  margin-top: 65px;
  color: #ffffff;
}

.con2img li {
  height: 250px;
  border-top: 1px solid #000000;
}
.con2img span {
  margin-top: 70px;
  float: right;
  font-size: 30px;
  margin-right: 50px;
  color: #000000;
  font-family: "futuramedium";
}

.con2img p {
  font-size: 40px;
  width: 40%;
  position: relative;
  left: 200px;
  top: 100px;
}

.con2img li:nth-child(1):hover {
  background-image: url(../img/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.con2img li:nth-child(2):hover {
  background-image: url(../img/essa3_img1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.con2img li:nth-child(3):hover {
  background-image: url(../img/essa3_img2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.con2img li:nth-child(4):hover {
  background-image: url(../img/essa3_img3.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.con2img li:nth-child(1):hover p {
  color: #ffffff;
  font-family: "futuramedium";
}
.con2img li:nth-child(2):hover p {
  color: #ffffff;
  font-family: "futuramedium";
}
.con2img li:nth-child(3):hover p {
  color: #ffffff;
  font-family: "futuramedium";
}
.con2img li:nth-child(4):hover p {
  color: #ffffff;
  font-family: "futuramedium";
}

.con2img li:nth-child(1):hover span {
  color: #ffffff;
}
.con2img li:nth-child(2):hover span {
  color: #ffffff;
}
.con2img li:nth-child(3):hover span {
  color: #ffffff;
}
.con2img li:nth-child(4):hover span {
  color: #ffffff;
}

.con2img {
  position: relative;
}

.conran {
  width: 100%;
  margin-top: 100px;
}
.conran img {
  width: 35%;
  margin-left: 200px;
}
.conrantext {
  width: 50%;
  float: right;
  margin-top: 290px;
}
.conrantext > p {
  font-size: 18px;
  line-height: 30px;
}
.conrantext > h4 {
  font-size: 30px;
  margin-top: 30px;
  line-height: 45px;
}

.about {
  width: 100%;
  height: auto;
  background-image: url(../img/essa4_bg.jpg);
  background-repeat: no-repeat;
  margin-top: 150px;
  position: relative;
  overflow: hidden;
}

.con3 {
  margin-top: 150px;
}

.con3img {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.con3img li {
  margin-left: 250px;
}
.con3img li:nth-child(1) {
  margin-left: 0;
}

.con3img ul {
  display: flex;
  width: max-content;
  animation: aniScroll 150s linear infinite;
}

@keyframes aniScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.abouttext {
  float: left;
  z-index: 1;
  position: absolute;
  font-size: 80px;
  transform: rotate(-90deg);
  margin-top: 290px;
  font-family: "futura medium";
  color: #fff1f1;
}
.abouttext span {
  font-family: "amandine light italic";
  color: #fff1f1;
}
.about > img {
  width: 50%;
  margin-left: 320px;
  margin-top: 70px;
}

.about > p {
  position: absolute;
  font-size: 28px;
  float: right;
  right: 100px;
  top: 550px;
  line-height: 45px;
  color: #fff1f1;
}

.aboutsp {
  font-weight: bold;
  color: #fff1f1;
}

.aboutpoint {
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left: 250px;
  overflow: hidden;
}

.aboutpoint li {
  width: 300px;
  height: 300px;
  float: left;
  color: #fff1f1;
  text-align: center;
  line-height: 300px;
  font-size: 25px;
  margin-left: 70px;
  border-radius: 500px;
  border: 0.5px solid #fff1f1;
}
.aboutpoint li:nth-child(1) {
  margin-left: 0;
}

.pointlist {
  width: 100%;
  overflow: hidden;
}
.pointlist li {
  float: left;
  margin-bottom: 200px;
}

.listtext1 {
  float: left;
  margin-left: 200px;
}
.listtext1 p,
span {
  color: #fff1f1;
}

.listtext1 span {
  font-size: 50px;
}
.listtext1 p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
}

.listimg1 {
  float: left;
  margin-left: 250px;
}

.listtext2 {
  float: right;
  margin-left: 150px;
}
.listtext2 p,
span {
  color: #fff1f1;
}

.listtext2 span {
  font-size: 50px;
}
.listtext2 p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
}

.listimg2 {
  float: left;
  margin-left: 200px;
}

.listtext3 {
  float: left;
  margin-left: 200px;
}
.listtext3 p,
span {
  color: #fff1f1;
}

.listtext3 span {
  font-size: 50px;
}
.listtext3 p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
}

.listimg3 {
  float: left;
  margin-left: 200px;
}
.line {
  width: 80%;
  height: 30px;
  position: relative;
  top: 330px;
  border-top: 0.5px solid #fff1f1;
  opacity: 0.3;
}
.line2 {
  width: 80%;
  height: 30px;
  position: relative;
  top: 700px;
  border-top: 0.5px solid #fff1f1;
  opacity: 0.3;
}

.con3 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.con3text {
  position: absolute;
  right: 100px;
  top: 450px;
}
.con3text > span {
  font-size: 20px;
}
.con3text > h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #fff1f1;
  font-family: "amandine light italic";
}
.con3text > p {
  color: #fff1f1;
  font-size: 18px;
  line-height: 30px;
}

.con3img li {
  float: left;
}

.con3img li:nth-child(2) {
  margin-top: 200px;
}

.con3img li:nth-child(4) {
  margin-top: 400px;
}

.con3img li:nth-child(6) {
  margin-top: 300px;
}

footer {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background-color: #000000;
  float: left;
}

.footerwrap {
  width: 80%;
}

.footerline1 {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
  margin-top: 150px;
}

.site {
  width: 60%;
  float: left;
  margin-top: 30px;
}

.site li a {
  color: #ffffff;
  margin-bottom: 10px;
}
.site p {
  font-family: "futuramedium";
  font-size: 17px;
  margin-bottom: 15px;
}
.shop p,
.help p,
.guides p,
.contactus p,
.follow p {
  font-family: "futuramedium";
  font-size: 17px;
  margin-bottom: 15px;
  color: #ffffff;
}

.shop {
  float: left;
  margin-right: 80px;
}
.help {
  float: left;
  margin-right: 80px;
}

.contact {
  width: 20%;
  float: right;
  margin-top: 30px;
}

.contact li {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact p {
  font-family: "futuramedium";
  font-size: 17px;
  margin-bottom: 15px;
}

.contactus {
  float: left;
  margin-right: 80px;
}

.footerline2 {
  width: 100%;
  height: 1px;
  margin-top: 350px;
  border-top: 1px solid #ffffff;
}

.middle {
  width: 80%;
  float: left;
  margin-top: 15px;
}
.btlogo {
  float: left;
}
.join {
  float: right;
  position: relative;
  right: -260px;
  top: 15px;
  width: 50%;
  font-size: 14px;
}
.join a {
  color: #ffffff;
}

.footerline3 {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  border-top: 1px solid #ffffff;
}

.bottom {
  color: #767676;
  font-size: 13px;
  line-height: 25px;
  margin-top: 20px;
}
