* {
  box-sizing: border-box;
  font-family: "Asta Sans", sans-serif;
  letter-spacing: -0.05rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: keep-all;
}

html, body {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  display: block;
}

.mb-br {
  display: none;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  position: absolute;
}
header a {
  color: #fff;
  text-decoration: none;
}
header .btn-mb-gnb {
  display: none;
  color: #fff;
  font-size: 25px;
}
header .mb-gnb-wrap {
  position: fixed;
  top: 0;
  right: -80%;
  bottom: 0;
  width: 80%;
  transition: right 0.3s ease-out;
  background-color: #222;
  z-index: 99;
  padding: 10%;
}
header .mb-gnb-wrap.active {
  right: 0;
}
header .mb-gnb-wrap .mb-gnb {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.5rem;
  color: #fff;
  margin-top: 10%;
}

@media (max-width: 1024px) {
  header {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  header {
    position: fixed;
    background-color: #000;
    z-index: 9;
  }
  header .btn-mb-gnb {
    display: block;
  }
}
.btn {
  width: 100%;
  max-width: 450px;
  height: 100px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
}
.btn img {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .btn {
    height: 80px;
  }
}
.gnb {
  display: flex;
  z-index: 2;
}
.gnb li {
  margin: 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .gnb {
    display: none;
  }
}
.intro {
  width: 100%;
  background: url("../img/bg_intro.png") no-repeat;
  background-size: cover;
  padding: 0 5%;
}
.intro .intro-top {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro .intro-top .intro-title-wrap {
  width: 100%;
}
.intro .intro-top .intro-title-wrap .intro-title {
  font-size: 5rem;
  font-weight: 900;
  color: #6699ff;
  text-align: center;
}
.intro .intro-top .intro-title-wrap .intro-desc {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.intro .intro-top .icon_scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(2px 0px 5px rgba(0, 0, 0, 0.5));
}
.intro .intro-bottom {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
}
.intro .intro-bottom .table-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.intro .intro-bottom .table-wrap .table-top {
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.intro .intro-bottom .table-wrap .table-top-title {
  font-size: 1.5rem;
}
.intro .intro-bottom .table-wrap .table-top-cont {
  font-size: 2.5rem;
  font-weight: 700;
}
.intro .intro-bottom .table-wrap .table-top-desc {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .intro .intro-bottom .table-wrap .table-top-desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .intro .intro-bottom .table-wrap .table-top {
    width: 100%;
    padding: 10% 5%;
  }
  .intro .intro-bottom .table-wrap .table-top .mb-br {
    display: block;
  }
}
.intro .intro-bottom .table-wrap .table-middle-icon {
  position: relative;
  z-index: 2;
  margin: -20px auto -50px;
}
.intro .intro-bottom .table-wrap .table-bottom {
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  padding: 50px 100px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.intro .intro-bottom .table-wrap .table-bottom-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/bg_table_top.png") no-repeat bottom right;
  background-size: cover;
  z-index: 0;
  filter: brightness(0.2);
}
.intro .intro-bottom .table-wrap .table-bottom-title {
  position: relative;
  font-size: 1.8rem;
  z-index: 1;
}
.intro .intro-bottom .table-wrap .table-bottom-cont {
  position: relative;
  font-size: 3.5rem;
  font-weight: 900;
  color: #79bcff;
  z-index: 1;
}
.intro .intro-bottom .table-wrap .table-bottom-cont span {
  font-size: 2.5rem;
}
.intro .intro-bottom .table-wrap .table-bottom-desc {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .intro .intro-bottom .table-wrap .table-bottom-desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .intro .intro-bottom .table-wrap .table-bottom {
    width: 100%;
    padding: 20% 5%;
  }
  .intro .intro-bottom .table-wrap .table-bottom .mb-br {
    display: block;
  }
}
@media (max-width: 768px) {
  .intro .intro-bottom .table-wrap {
    width: 100%;
  }
}
.intro .intro-bottom .cont-wrap {
  color: #fff;
  text-align: center;
  margin-top: 70px;
}
.intro .intro-bottom .cont-wrap .cont-desc {
  font-size: 1.6rem;
}
.intro .intro-bottom .cont-wrap .cont-desc-large {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 50px;
}

.content {
  background: url("../img/bg_content.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.content-desc {
  line-height: 1.5rem;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .content-desc {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.content-top {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 240px 0 100px;
}
.content-top .content-box-wrap {
  width: 50%;
}
.content-top .content-box-wrap img {
  width: 100%;
  max-width: 732px;
}
.content-top .content-box-wrap:nth-child(1) {
  padding-left: 15%;
}
.content-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 240px;
}
.content-bottom .content-box-wrap {
  width: 50%;
}
.content-bottom .content-box-wrap img {
  width: 100%;
}
.content-bottom .content-box-wrap:nth-child(2) {
  padding-left: 70px;
}

@media (max-width: 1024px) {
  .content-top .content-box-wrap:nth-child(1) {
    padding-left: 5%;
    padding-right: 5%;
  }
  .content-bottom .content-box-wrap:nth-child(2) {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .content .content-top {
    flex-direction: column;
    padding: 160px 0 100px;
  }
  .content .content-top .content-box-wrap {
    width: 100%;
  }
  .content .content-top .content-box-wrap img {
    max-width: 100%;
  }
  .content .content-top .content-box-wrap:nth-child(2) {
    margin-top: 100px;
  }
  .content .content-bottom {
    flex-direction: column-reverse;
  }
  .content .content-bottom .content-box-wrap {
    width: 100%;
  }
  .content .content-bottom .content-box-wrap:nth-child(1) {
    margin-top: 100px;
  }
}
.faq {
  background: url("../img/bg_faq.png") no-repeat center center;
  background-size: cover;
  padding: 160px 5%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq-title {
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.faq-list {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
}
.faq-list li {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  margin-bottom: 20px;
  background-color: #2c2e2f;
  border: 1px solid #656565;
  border-radius: 15px;
  cursor: pointer;
}
.faq-list li .faq-item-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-list li .faq-item-title-wrap .faq-item-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.3rem;
}
.faq-list li .faq-item-title-wrap .faq-item-title span {
  color: #6699ff;
}
.faq-list li .faq-item-title-wrap .faq-item-arrow {
  transition: all 0.3s ease-out;
  transform-origin: center;
}
@media (max-width: 768px) {
  .faq-list li .faq-item-title-wrap .faq-item-arrow img {
    width: 20px;
  }
}
.faq-list li .faq-item-desc {
  display: none;
  margin-top: 20px;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .faq-list li .faq-item-desc {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.faq-list li.active .faq-item-title-wrap .faq-item-arrow {
  transform: scaleY(-1);
}
.faq-list li.active .faq-item-desc {
  display: block;
}
.faq-desc {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .faq-desc .mb-br {
    display: block;
  }
}
.faq .btn-kakao {
  color: #000;
  background-color: #f8e049;
  margin-top: 60px;
}
.faq .btn-tel {
  color: #fff;
  background-color: #656565;
  margin-top: 30px;
}

.contact {
  background: url("../img/bg_contact.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 130px 5%;
}
.contact-title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 4.5rem;
  font-weight: 900;
}
.contact .contact-desc-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  font-size: 1.2rem;
}
.contact .contact-desc-wrap .contact-left {
  width: 45%;
  padding-top: 50px;
  line-height: 1.7rem;
}
.contact .contact-desc-wrap .contact-right {
  width: 55%;
  padding-top: 35px;
}
.contact .contact-desc-wrap .contact-right dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #656565;
  padding: 15px 0;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.contact .contact-desc-wrap .contact-right dl dt {
  width: 40%;
}
.contact .contact-desc-wrap .contact-right dl dd {
  width: 60%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.contact .contact-desc-wrap .contact-right dl dd input[type=text] {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  font-size: 1.2rem;
  color: #c0c0c0;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.contact .contact-desc-wrap .contact-right dl dd label {
  margin: 0 10px 0 5px;
}
.contact .contact-desc-wrap .contact-right dl dd .btn-detail {
  text-decoration: underline;
  cursor: pointer;
}
.contact .contact-desc-wrap .contact-right dl .agree-desc {
  display: none;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}
.contact .contact-desc-wrap .contact-right dl .agree-desc.active {
  display: block;
}
.contact .btn-contact {
  margin: 50px auto 30px;
  background-color: #656565;
}

@media (max-width: 1024px) {
  .contact .contact-desc-wrap {
    flex-direction: column;
  }
  .contact .contact-desc-wrap .contact-left {
    width: 100%;
  }
  .contact .contact-desc-wrap .contact-right {
    width: 100%;
  }
  .contact .contact-desc-wrap .contact-right dl dt {
    width: 30%;
  }
  .contact .contact-desc-wrap .contact-right dl dd {
    width: 70%;
  }
}
.about {
  background: url("../img/bg_about.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 130px 5%;
}
.about-title {
  font-size: 4.5rem;
  font-weight: 900;
  text-align: center;
}
.about-desc {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-top: 120px;
}
.about-desc-en {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #b0b0b0;
  margin-top: 50px;
}
.about-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 0;
  justify-content: space-between;
}
.about-items-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 0;
}
.about-items-desc {
  border-top: 1px solid #d0d0d0;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .about-items {
    flex-direction: column;
  }
  .about-items-desc {
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .about .pc-br {
    display: none;
  }
}
.btn-float-wrap {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.btn-float-wrap a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #656565;
}
.btn-float-wrap a img {
  width: 60%;
}
.btn-float-wrap a:nth-child(1) {
  background-color: #f8e049;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
