@charset "UTF-8";
@import url("/css/reset.css");
@font-face {
  font-family: "TmonMonsori";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
span.sound_only {
  display: none;
}

#top_btn {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  /* border-radius: 50%; */
  border-radius: 0;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.6);
  color: #d2d2d2;
  text-align: center;
  font-size: 12px;
  z-index: 99;
  transition: 0.3s;
}

#top_btn i {
  font-size: 1.4em;
}

#top_btn:hover {
  background: #212020;
  color: #fff;
}

section {
  overflow: hidden;
}

body {
  font-family: "SUITE Variable", sans-serif;
  background-color: #060016;
  color: #F4FAFF;
  font-size: 18px;
  font-weight: 400;
}

.header {
  max-width: 1400px;
  margin: 0 auto;
}

.wid {
  max-width: 1200px;
  margin: 0 auto;
}

.sec1 {
  margin: 0 auto;
  padding: 100px 0 160px 0;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(16, 10, 10, 0.3607843137);
}
.sec1 h1 {
  font-size: 3rem;
  margin-bottom: 75px;
  font-weight: 800;
}
.sec1 h1 span {
  color: #0090C1;
}
.sec1 h2 {
  font-size: 10rem;
  font-weight: bold;
  font-family: "TmonMonsori";
}

.sec2 {
  margin-top: 60px;
}
.sec2 .wid_flex {
  display: flex;
  gap: 30px;
}
.sec2 .intro {
  width: calc(50% - 15px);
  text-align: left;
  position: relative;
  padding: 60px 75px;
  border-radius: 15px;
  background: rgb(20, 5, 47);
  background: linear-gradient(153deg, rgb(20, 5, 47) 0%, rgb(60, 30, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14052f", endColorstr="#3c1e7d", GradientType=1);
}
.sec2 .intro.intro2 {
  background: rgb(25, 30, 99);
  background: linear-gradient(153deg, rgb(25, 30, 99) 18%, rgb(148, 157, 255) 100%);
}
.sec2 .intro .tag {
  background: #0090C1;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec2 .intro h3 {
  font-size: 3rem;
  font-weight: 900;
  margin: 60px 0 30px 0;
  position: relative;
  z-index: 1;
}
.sec2 .intro p {
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
  word-break: keep-all;
}
.sec2 .intro p b {
  color: #E3E36A;
  font-weight: 900;
}
.sec2 .intro a {
  display: inline-block;
  margin-top: 45px;
  padding: 15px 75px;
  background: #fff;
  color: #060016;
  border-radius: 50px;
  font-size: 1.3rem;
  position: relative;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.sec2 .intro a::after {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  content: "→";
  background: #060016;
  color: #F4FAFF;
  top: 7px;
  right: 7px;
  border-radius: 100%;
  text-align: center;
  transform: translate(0, 0);
  padding-top: 6px;
  transition: 0.3s ease;
}
.sec2 .intro a:hover {
  background: #0090C1;
  color: #F4FAFF;
}
.sec2 .intro a:hover::after {
  background: #F4FAFF;
  color: #060016;
}
.sec2 .intro img {
  filter: brightness(0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 300px;
  display: block;
}

.sec3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 0;
}
.sec3 img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.sec3 h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 60px;
}
.sec3 .intro_p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4rem;
  word-break: keep-all;
  margin-bottom: 60px;
  font-weight: 700;
}
.sec3 .txtbox {
  padding: 60px 60px;
  word-break: keep-all;
}
.sec3 .txtbox h4 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 60px;
}
.sec3 .txtbox h5 {
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.sec3 .itext {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 80px;
}
.sec3 .itext span {
  color: #E3E36A;
}
.sec3 .itext b {
  font-weight: 800;
}
.sec3 .sec3_row1 {
  margin-bottom: 150px;
}
.sec3 .sec3_row2 {
  margin-bottom: 45px;
}
.sec3 .sec3_row2 .row2box {
  display: flex;
  flex-direction: column;
}
.sec3 .sec3_row2 .row2box h6 {
  text-align: center;
  padding: 12px 26px;
  border-radius: 50px;
  background-color: #0090C1;
  color: #F4FAFF;
  font-size: 1.7rem;
  width: 100%;
  font-weight: 800;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sec3 .sec3_row2 .row2box p {
  text-align: center;
  word-break: keep-all;
  padding: 0 10px;
  font-size: 1.3rem;
  line-height: 2rem;
  min-height: 140px;
}
.sec3 .sec3_row2 .row2box img {
  border-radius: 50px 5px 50px 5px;
}

.sec4 {
  margin: 60px auto;
  padding: 120px 0;
  background: url("/img/sec4_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec4 h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 60px;
}
.sec4 .sec4_p {
  text-align: center;
  font-size: 1.5rem;
  word-break: keep-all;
  margin-bottom: 60px;
}
.sec4 .sec4_p b {
  display: inline-block;
  padding: 5px 5px;
  background: #060016;
}
.sec4 .reviewbox .review {
  position: relative;
  padding: 60px 320px;
  border-radius: 100px;
  background: rgb(20, 5, 47);
  background: linear-gradient(153deg, rgb(20, 5, 47) 0%, rgb(60, 30, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14052f", endColorstr="#3c1e7d", GradientType=1);
  margin-bottom: 30px;
}
.sec4 .reviewbox .review .txt {
  font-size: 1.3rem;
  line-height: 2.2rem;
  word-break: keep-all;
}
.sec4 .reviewbox .review .txt b {
  font-weight: 800;
}
.sec4 .reviewbox .review img {
  position: absolute;
  bottom: 1px;
  width: 220px;
}
.sec4 .reviewbox .review img.left {
  left: 90px;
}
.sec4 .reviewbox .review img.right {
  right: 90px;
}

.sec_form {
  padding: 120px 0;
}
.sec_form h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 60px;
}

.btn-primary {
  background: #0090C1;
  display: block;
  width: 100px;
  margin: 0 auto;
}
.btn-primary:hover {
  background: #2ab3e0;
}

.form-label {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.form-label span {
  color: red;
}

.modal-content {
  color: #000;
}

footer {
  background: #000;
  padding: 40px 0;
}
footer .wid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #aaa;
}

@media screen and (max-width: 1200px) {
  .wid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sec1 h2 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec2 .intro {
    width: 100%;
  }
  .sec4 .reviewbox .review {
    padding: 60px 0px;
  }
  .sec4 .reviewbox .review .txt.left {
    padding-left: 290px;
    padding-right: 80px;
  }
  .sec4 .reviewbox .review .txt.right {
    padding-left: 80px;
    padding-right: 290px;
  }
}
@media screen and (max-width: 767px) {
  .sec1 h1 {
    font-size: 2.5rem;
  }
  .sec1 h2 {
    font-size: 5.5rem;
  }
  .sec2 .intro {
    padding: 90px 75px;
  }
  .sec2 .intro p {
    font-size: 1.3rem;
  }
  .sec2 .wid_flex {
    flex-direction: column;
  }
  .sec3 {
    padding: 100px 0;
  }
  .sec3 .sec3_row2 .row2box {
    margin-bottom: 60px;
  }
  .sec3 .sec3_row2 .row2box p {
    min-height: 90px;
  }
  .sec4 .reviewbox .review {
    padding: 60px 0px;
  }
  .sec4 .reviewbox .review img {
    width: 140px;
    bottom: 50%;
    transform: translate(0, 50%);
  }
  .sec4 .reviewbox .review .txt.left {
    padding-left: 162px;
    padding-right: 40px;
  }
  .sec4 .reviewbox .review .txt.right {
    padding-left: 40px;
    padding-right: 162px;
  }
  .sec4 .reviewbox .review img.left {
    left: 20px;
  }
  .sec4 .reviewbox .review img.right {
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec1 h1 {
    font-size: 1.6rem;
  }
  .sec1 h2 {
    font-size: 3rem;
  }
  .sec2 {
    margin-top: 110px;
  }
  .sec2 .intro {
    padding: 60px 40px;
  }
  .sec2 .intro .tag {
    font-size: 1rem;
  }
  .sec2 .intro h3 {
    font-size: 2rem;
  }
  .sec2 .intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .sec2 .intro a {
    font-size: 1rem;
  }
  .sec2 .intro img {
    width: 210px;
  }
  .sec3 h3 {
    font-size: 1.6rem;
  }
  .sec3 .intro_p {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 0;
  }
  .sec3 .txtbox {
    padding: 60px 15px;
  }
  .sec3 .txtbox h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .sec3 .txtbox h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sec3 .sec3_row2 .row2box p {
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 70px;
  }
  .sec3 .itext {
    font-size: 1.3rem;
    word-break: keep-all;
    line-height: 2rem;
  }
  .sec1 {
    padding: 100px 0 50px 0;
  }
  .sec3 {
    padding: 50px 0;
  }
  .sec4 h3 {
    font-size: 1.6rem;
  }
  .sec_form h3 {
    font-size: 1.6rem;
  }
  .sec4 .sec4_p {
    font-size: 1rem;
  }
  .form-label {
    font-size: 1rem;
  }
  .sec4 .reviewbox .review .txt {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .sec4 .reviewbox .review .txt.left {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec4 .reviewbox .review .txt.right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec4 .reviewbox .review {
    padding: 110px 0px 60px 0px;
  }
  .sec4 .reviewbox .review img {
    width: 87px;
    bottom: 0;
    top: 25%;
  }
  .sec4 .reviewbox .review img.left {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec4 .reviewbox .review img.right {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .br_mo {
    display: none;
  }
  footer p {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */