@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://webfontworld.github.io/sunn/SUIT.css");
@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff")
    format("woff");
}
/* font-family: 'InkLipquid'; */
* {
  margin: 0;
  padding: 0;
  /* position: relative; */
}
ul,
li,
ol {
  list-style: none;
}
body {
  font-family: "SUIT";
}
section {
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
}
span {
  font-weight: 800;
}

/* 11111 */

.section1 {
  z-index: 1;
  height: 850px;
  background-color: #777777;
  /* background-image: url(img/s1_0.png); */
  background-position: center;
  background-size: cover;
  background-blend-mode: color-burn;
}
.section1 .cont {
  width: 100%;
  height: 100%;
}
.section1 .cont1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 40%;
  color: white;
  position: relative;
}
.section1 .cont1 h3 {
  text-shadow: -1px -1px 5px #000000;
  font-weight: 300;
  font-size: 30px;
}
.section1 .cont1 h1 {
  text-shadow: 0 0 20px #000000;
  font-weight: 600;
  font-size: 80px;
}
.section1 .cont2 {
  z-index: 1000px;
  display: flex;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 800px;
  height: 180px;
  bottom: 0%;
  left: 50%;
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, 50%);
}
.section1 .box {
  margin: 20px;
  box-sizing: border-box;
  height: auto;
}
.section1 .box1 {
  width: 300px;
}
.section1 .box1 h1 {
  top: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  color: #3c3c3c;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 35px;
  position: relative;
}
.section1 .box1 h1::before {
  font-weight: 700;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  content: "MI";
  font-size: 18px;
}
.section1 .box2 {
  padding-right: 50px;
  cursor: pointer;
  display: flex;
  width: calc(100% - 300px);
}
.section1 .box2 .min {
  text-align: center;
  padding: 10px 20px 20px 20px;
  width: 25%;
  height: auto;
}
.section1 .box2 img {
  height: 75%;
  padding-bottom: 10px;
}

@media (max-width: 800px) {
  .section1 .cont1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 35%;
    color: white;
  }
  .section1 .cont1 h3 {
    text-shadow: -1px -1px 5px #000000;
    font-weight: 500;
    font-size: 16px;
  }
  .section1 .cont1 h1 {
    padding-top: 10px;
    text-shadow: 0 0 20px #000000;
    font-weight: 700;
    font-size: 50px;
  }
  .section1 .cont2 {
    z-index: 1000px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    height: 140px;
    display: flex;
    min-width: 350px;
    justify-content: space-between;
    font-weight: 600;
    position: absolute;
  }
  .section1 .cont2 .box1 {
    display: none;
  }
  .section1 .cont2 .box2 {
    padding-right: 0px;
    width: 90%;
    left: 0;
    padding: 0;
  }
  .section1 .cont2 .box2 .min {
    width: 100%;
    height: auto;
    padding: 5px;
  }
  .section1 .cont2 .box2 p {
    font-size: 13px;
  }
  .section1 .box2 img {
    height: 75%;
    padding-bottom: 0px;
  }
}

/* 22222 */

.section2 {
  overflow: hidden;
  width: 100%;
  height: 120vh;
}
.section2 .cont1 {
  padding-top: 210px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
.section2 .cont1 h3 {
  font-size: 40px;
  color: #3c3c3c;
}
.section2 .cont1 h1 {
  font-size: 60px;
  color: #6f655b;
}
.section2 .cont2 {
  padding-bottom: 150px;
  padding-top: 50px;
  display: flex;
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
.section2 .cont2 .box {
  margin: 0 auto;
  width: 33.3%;
  height: 100%;
}
.section2 .cont2 .box img {
  max-width: 100%;
}
.section2 .cont2 h2 {
  font-family: "InkLipquid";
  font-size: 60px;
  font-weight: 300;
  color: #ff6c00;
}
.section2 .cont2 h4 {
  padding-bottom: 20px;
  font-size: 21px;
  font-weight: 800;
  text-underline-position: under;
  text-decoration: 1px solid underline;
}
.section2 .cont2 p {
  word-spacing: -1.5px;
  line-height: 30px;
  font-size: 18px;
}

@media (max-width: 800px) {
  .section2 {
    width: 100%;
    height: 100%;
  }
  .section2 .cont1 {
    padding-top: 150px;
  }
  .section2 .cont1 h3 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #3c3c3c;
  }
  .section2 .cont1 h1 {
    font-size: 30px;
    color: #6f655b;
  }
  .section2 .cont2 .box {
    padding-bottom: 100px;
    margin: 0 auto;
    width: 80%;
    height: 100%;
  }
  .section2 .cont2 {
    padding-bottom: 10px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .section2 .cont2 h4 {
    font-size: 16px;
  }
  .section2 .cont2 p {
    font-size: 14px;
  }
}

/* 333333 */

.section3 {
  color: white;
  background-size: cover;
  background-position: bottom;
  background-image: url(img/s3_1.png);
  width: 100%;
  height: 110vh;
  
}
.section3 .container {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.section3 .cont1 {
  width: 40%;
  padding-top: 200px;
}
.section3 .cont1 h5 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 8px;
}
.section3 .cont1 h1 {
  font-size: 50px;
  word-spacing: -10px;
  font-weight: 500;
  padding-bottom: 20px;
}
.section3 .cont1 p {
  font-size: 18px;
  padding-bottom: 110px;
}
.section3 button {
  font-weight: 500;
  font-size: 18px;
  font-family: "SUIT";
  border-radius: 50px;
  height: 50px;
  width: 130px;
}
.section3 .cont2 {
  padding-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 0;
}
.section3 .cont2 .pro img {
  max-width: 90%;
}
.section3 .cont2 .pro2 {
  padding-top: 30px;
  display: flex;
}
.section3 .cont2 .sys {
  padding: 50px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 320px;
  margin: 10px;
  background-color: white;
  border-radius: 20px;
  width: 280px;
}
.section3 .cont2 .sys img {
  width: 80px;
}
.section3 .cont2 .sys h2 {
  position: relative;
  padding: 20px;
  font-size: 30px;
  font-family: "InkLipquid";
  font-weight: 500;
  text-align: center;
}
.section3 .cont2 .sys1 h2 {
  color: #ff8900;
}
.section3 .cont2 .sys2 h2 {
  color: #ff9c00;
}
.section3 .cont2 .sys3 h2 {
  color: #ff6c00;
}
.section3 .cont2 .sys h2:before {
  content: "";
  display: block;
  background-color: #ff8900;
  height: 7px;
  width: 7px;
  left: -0.5px;
  border-radius: 50%;
  position: absolute;
}
.section3 .cont2 .sys2 h2:before {
  color: #ff9c00;
}
.section3 .cont2 .sys3 h2:before {
  color: #ff6c00;
}
.section3 .cont2 .sys h6 {
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #3c3c3c;
}

@media (max-width: 1400px) {
  .section3 .cont2 .pro {
    display: none;
  }
  .section3 .cont2 {
    padding-top: 200px;
    align-items: center;
    flex-direction: column;
    position: absolute;
  }
  .section3 .cont2 .pro2 {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
  }
  .section3 .cont2 .sys {
    padding: 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 150px;
    width: 500px;
    background-color: white;
    border-radius: 20px;
  }
  .section3 .cont2 .sys img {
    width: 80px;
    padding-left: 40px;
  }
  .section3 .cont2 .bbox {
    display: flex;
    flex-direction: column;
    left: 10%;
    position: relative;
  }
  .section3 .cont2 .sys h2 {
    padding: 5px;
    padding-left: 30px;
    font-size: 30px;
    font-family: "InkLipquid";
    font-weight: 500;
  }
  .section3 .cont2 .sys h2:before {
    content: "";
    display: block;
    background-color: #ff8900;
    height: 7px;
    width: 7px;
    left: 20px;
    border-radius: 50%;
    position: absolute;
  }
}

@media (max-width: 800px) {
  .section3 {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    color: white;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .section3 .container {
    position: relative;
    height: 100%;
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .section3 .cont1 {
    width: 100%;
    padding-top: 100px;
  }
  .section3 .cont1 h5 {
    font-size: 20px;
  }
  .section3 .cont1 h1 {
    font-size: 30px;
    padding-bottom: 14px;
  }
  .section3 .cont1 p {
    letter-spacing: -0.5px;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 30px;
  }
  .section3 .cont2 {
    padding-top: 30px;
    position: relative;
    width: 90%;
  }
  .section3 .cont2 .sys {
    min-width: 280px;
    height: 120px;
    width: 100%;
  }
  .section3 .cont2 .sys img {
    width: 60px;
    padding: 10px;
  }
  .section3 .cont2 .bbox {
    left: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .section3 .cont2 .sys h2 {
    padding: 5px;
    padding-left: 30px;
    font-size: 24px;
    font-family: "InkLipquid";
    font-weight: 500;
  }
  .section3 .cont2 .sys h2:before {
    content: "";
    display: block;
    background-color: #ff8900;
    height: 7px;
    width: 7px;
    left: 20px;
    border-radius: 50%;
    position: absolute;
  }
  .section3 .cont2 .sys h6 {
    text-align: left;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #3c3c3c;
  }
}

/* 444444 */
.section4 {
  overflow: hidden;
  display: flex;
  color: white;
  background-size: cover;
  width: 100%;
  height: 700px;
}
.section4 .container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.section4 .item {
  padding-left: 10%;
  color: #3c3c3c;
  padding-top: 100px;
}
.section4 .item h5 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 8px;
}
.section4 .item h1 {
  font-size: 50px;
  word-spacing: -10px;
  font-weight: 600;
  padding-bottom: 20px;
}
.section4 .item p {
  font-size: 18px;
  padding-bottom: 20px;
}
.section4 .item h6 {
  font-size: 18px;
  padding-bottom: 110px;
}

.section4 .center {
  top: 120px;
  position: absolute;
  right: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  max-width: 58%;
  min-width: 490px;
  height: 500px;
}
.section4 .center .mi {
  border-radius: 20px;
  margin: 0px 10px;
  box-sizing: border-box;
}
.section4 .center .mi img {
  margin: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

@media (max-width: 800px) {
  .section4 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }
  .section4 .container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .section4 .item h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
  }
  .section4 .item h1 {
    font-size: 30px;
    word-spacing: -10px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .section4 .item p {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .section4 .item h6 {
    font-size: 14px;
    padding-bottom: 50px;
  }

  .section4 .center {
    top: 10px;
    position: relative;
    max-width: 48%;
    min-width: 390px;
    height: 500px;
  }
  .section4 .center .slick-prev .slick-arrow {display: none;}
  .section4 .center .mi {
    border-radius: 20px;
    margin: 0px 10px;
    box-sizing: border-box;
  }
  .section4 .center .mi img {
    margin: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    height: 70%;
    width: 100%;
  }
}
