.cont {
  box-sizing: border-box;
  min-width: 1300px;
}

.cont .sub_nav {
  max-width: 1440px;
  margin: auto;
  height: 58px;
  display: flex;
}
.cont .sub_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}
.cont .sub_nav li.on {
  border-bottom: 2px solid #375ff0;
}
.cont .sub_nav a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #767676;
}
.cont .sub_nav li.on a {
  font-weight: 600;
  color: #375ff0;
}

/* faq */
.faq {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
}

.faq .detail_content .title {
  width: 207px;
  height: 48px;
  background: #e9eeff;
  border-radius: 28px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.faq .detail_content .title p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #375ff0;
}

.faq .detail_content .mark {
  background: #bdbdbd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.faq .detail_content .mark.mark_A {
  background: #ffc734;
  margin-right: 24px;
}
.faq .list_detail > li {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.faq .list_detail li + li {
  margin-top: 12px;
}
.faq .list_detail li .question {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1a1a1a;
  cursor: pointer;
}
.faq .list_detail li .question span {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  flex: 1;
}

.faq .list_detail li .question::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon/icon_arrow_D_24.svg") no-repeat center / 100% auto;
  margin-left: auto;
}

.faq .list_detail li .question .mark {
  margin-right: 24px;
}

.faq .answer {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  padding: 20px 0 0;
  display: none;
  align-items: flex-start;
}

.faq .answer_desc {
  padding: 6px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  flex: 1;
  padding-right: 56px;
  word-break: keep-all;
}

.swiper_area .btn_move {
  cursor: pointer;
}

@media (max-width: 768px) {
  header .language {
    margin: 0;
  }
  header .logo {
    margin-right: 33px;
  }
  header {
    box-shadow: unset;
  }

  header .main_gnb {
    justify-content: space-between;
  }

  .gnb__left ul {
    gap: 20px;
  }

  .cont {
    min-width: auto;
  }

  .cont .sub_nav {
    padding: 0 20px;
    height: 48px;
  }
  .cont .sub_nav li {
  }
  .cont .sub_nav li.on {
    /* border-bottom: 2px solid #375ff0; */
  }
  .cont .sub_nav a {
    font-size: 13px;
    line-height: 18px;
  }
  .cont .sub_nav li.on a {
    /* font-weight: 600; */
    /* color: #375ff0; */
  }
  .sec .inner {
    max-width: 500px;
  }
  h2, p {
    word-break: keep-all;
    text-align: center;
  }
  /* faq */

  .faq {
    max-width: 500px;
  }
  .faq .detail_content .title {
    width: 182px;
    height: 43px;
  }

  .faq .detail_content .title p {
    font-size: 16px;
    line-height: 43px;
  }
  .faq .list_detail li .question .mark {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .faq .detail_content .mark.mark_A {
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .faq .list_detail li .question span {
    margin-right: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
  }

  .faq .list_detail li .question::after {
    width: 18px;
    height: 18px;
  }

  .faq .detail_content .title {
    margin-bottom: 60px;
  }

  .faq .kakao_chanel {
    margin-top: 40px;
    margin-bottom: 32px;
    padding: 16px;
  }

  .faq .kakao_chanel .btn_wrap {
    margin-left: 14px;
  }
  .faq .kakao_chanel .btn_wrap .txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  .faq .kakao_chanel .btn_wrap .btn_connect {
    padding: 8px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
}
