@charset "UTF-8";
.a11y-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.flex {
  display: flex !important;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .flex-lg {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .flex-xl {
    display: flex !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 1023.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1439.98px) {
  .xxl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) {
  .xxxl-none {
    display: none !important;
  }
}

/*=================================================
            공통 레이아웃
=================================================*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Pretendard", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  line-height: 1.15;
  color: #161e2f !important;
  overflow-x: hidden;
}
body * {
  letter-spacing: -0.02em;
}

.page-content-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.page-content-wrapper section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .page-content-wrapper section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-content-wrapper section {
    padding: 176px 0;
  }
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  .area {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1240px;
  }
}
.area.area-lg {
  max-width: 1580px;
}
.area.area-footer {
  max-width: 1560px;
}
@media screen and (max-width: 767.98px) {
  .area.mobile-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*=================================================
            공통 요소
=================================================*/
.title-wrap {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .title-wrap {
    margin-bottom: 8.3391243919vw;
  }
}
@media screen and (min-width: 1440px) {
  .title-wrap {
    margin-bottom: 120px;
  }
}
.title-wrap .title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  .title-wrap .title {
    font-size: 36px;
    gap: 18px;
  }
}
.title-wrap .title:after {
  content: "";
  display: inline-block;
  width: 82%;
  border-bottom: 3px solid #ba75df;
}
.title-wrap .desc {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .title-wrap .desc {
    margin-top: 57px;
    font-size: 24px;
  }
}

.board-title-common {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 80px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .board-title-common {
    margin: 100px 0;
    font-size: 30px;
  }
}
.board-title-common:after {
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 20px;
  flex: 1;
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .board-title-common:after {
    margin-left: 46px;
  }
}
.board-title-common span {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 24px;
  color: #eee;
  opacity: 0.77;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .board-title-common span {
    top: -41px;
    font-size: 48px;
  }
}

.btn-wrap {
  display: flex;
  justify-content: center;
}

.btn-common {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 600;
}

.btn-common {
  border: 1.5px solid #56abe8;
  border-radius: 8px;
  height: 30px;
  color: #56abe8;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .btn-common {
    border-radius: 10px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 24px;
    height: 44px;
  }
}
.btn-common:hover {
  color: #56abe8;
}
.btn-common.line-fff {
  border-color: #fff;
  color: #fff;
}
.btn-common.line-fff:hover {
  color: #fff;
}
.btn-common.line-black {
  border-color: #000;
  color: #000;
  transition: all 0.2s;
}
.btn-common.line-black:hover {
  color: #fff;
  background-color: #ba75df;
  border-color: transparent;
}
.btn-common.fill-sky {
  border: none;
  background-color: #56abe8;
  color: #fff;
}
.btn-common.fill-sky:hover {
  color: #fff;
}

.pagination-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  margin-top: 140px;
}
@media screen and (max-width: 1919.98px) {
  .pagination-wrapper .pagination {
    margin-top: 7.2954663887vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .pagination-wrapper .pagination {
    margin-top: 43px;
  }
}
.pagination-wrapper .pagination-list {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1023.98px) {
  .pagination-wrapper .pagination-list {
    gap: 0;
  }
}
.pagination-wrapper .pagination-item .has-arrow {
  letter-spacing: -0.14em;
}
.pagination-wrapper .pagination-button {
  all: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 22px;
  color: #1e2a24;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1023.98px) {
  .pagination-wrapper .pagination-button {
    font-size: 16px;
    width: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagination-wrapper .pagination-button:hover {
    color: #161e2f;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.pagination-wrapper .pagination-button.is-active {
  font-weight: 700;
}
.pagination-wrapper .btn-add {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 16px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  color: #161e2f;
}
@media screen and (max-width: 1023.98px) {
  .pagination-wrapper .btn-add {
    display: none;
  }
}

/*=================================================
        Scroll Ani 초기속성값 설정
=================================================*/
[data-scrollani=slideUp] {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

[data-scrollani=slideDown] {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
}

[data-scrollani=scaleDown] {
  transform: scale(1.1);
}

[data-scrollani=fadeIn] {
  opacity: 0;
}

[data-scrollani=leftToRight] {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}

[data-scrollani=rightToLeft] {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}

@keyframes slideUpAni {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDownOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
/*=================================================
            헤더
=================================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #fff;
  z-index: 1000;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 98px;
  }
}
@media screen and (min-width: 1600px) {
  .header {
    padding: 0 7.2954663887vw;
  }
}
@media screen and (min-width: 1920px) {
  .header {
    padding: 0 140px;
  }
}
.header.index, .header.about, .header.brandstory {
  position: fixed;
  background-color: transparent !important;
}
.header.index .logo, .header.about .logo, .header.brandstory .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header.index .hamburger span, .header.about .hamburger span, .header.brandstory .hamburger span {
  background-color: #fff;
}
body:not(.fp-viewing-0) .header.index.about, body:not(.fp-viewing-0) .header.index.brandstory, body:not(.fp-viewing-0) .header.about.about, body:not(.fp-viewing-0) .header.about.brandstory, body:not(.fp-viewing-0) .header.brandstory.about, body:not(.fp-viewing-0) .header.brandstory.brandstory {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
}
body:not(.fp-viewing-0) .header.index.about .logo, body:not(.fp-viewing-0) .header.index.brandstory .logo, body:not(.fp-viewing-0) .header.about.about .logo, body:not(.fp-viewing-0) .header.about.brandstory .logo, body:not(.fp-viewing-0) .header.brandstory.about .logo, body:not(.fp-viewing-0) .header.brandstory.brandstory .logo {
  -webkit-filter: none !important;
  filter: none !important;
}
body:not(.fp-viewing-0) .header.index.about .hamburger.is-active span, body:not(.fp-viewing-0) .header.index.brandstory .hamburger.is-active span, body:not(.fp-viewing-0) .header.about.about .hamburger.is-active span, body:not(.fp-viewing-0) .header.about.brandstory .hamburger.is-active span, body:not(.fp-viewing-0) .header.brandstory.about .hamburger.is-active span, body:not(.fp-viewing-0) .header.brandstory.brandstory .hamburger.is-active span {
  background-color: #fff !important;
}
body:not(.fp-viewing-0) .header.index.about .hamburger span, body:not(.fp-viewing-0) .header.index.brandstory .hamburger span, body:not(.fp-viewing-0) .header.about.about .hamburger span, body:not(.fp-viewing-0) .header.about.brandstory .hamburger span, body:not(.fp-viewing-0) .header.brandstory.about .hamburger span, body:not(.fp-viewing-0) .header.brandstory.brandstory .hamburger span {
  background-color: #111 !important;
}
.header.fixed {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
}
.header.fixed .logo {
  -webkit-filter: none !important;
  filter: none !important;
}
.header.fixed .hamburger.is-active span {
  background-color: #fff !important;
}
.header.fixed .hamburger span {
  background-color: #111 !important;
}
.header.dark {
  background-color: #161e2f;
}
.header.dark .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header.dark .hamburger span {
  background-color: #fff;
}
.header .logo {
  height: 40px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .header .logo {
    height: 60px;
  }
}
.header {
  /* 햄버거 버튼 */
}
.header .hamburger {
  position: relative;
  width: 26px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (min-width: 1024px) {
  .header .hamburger {
    width: 50px;
    height: 33px;
  }
}
.header .hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #111;
}
@media screen and (min-width: 1024px) {
  .header .hamburger.is-active {
    width: 30px;
    height: 29px;
    position: absolute;
    right: 30px;
  }
}
.header .hamburger.is-active span {
  background-color: #fff !important;
}
.header .hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .header .hamburger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
}
.header .hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .header .hamburger.is-active span:nth-child(3) {
    transform: translateY(-19px) rotate(-45deg);
  }
}
.header {
  /* 오프캔버스 전체 */
}
.header .gnb-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}
.header .gnb-wrap.is-open {
  opacity: 1;
  visibility: visible;
}
.header .gnb-wrap.is-open .gnb-inner {
  transform: translateX(0);
}
.header {
  /* 패널 */
}
.header .gnb-inner {
  position: relative;
  width: 50%;
  background: #0a1326;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
@media screen and (min-width: 544px) {
  .header .gnb-inner {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .header .gnb-inner {
    width: 30%;
  }
}
.header .inner-logo {
  display: inline-block;
  margin: 10px 16px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .header .inner-logo {
    margin: 20px;
    height: 55px;
  }
}
.header .inner-logo img {
  height: 100%;
}
.header {
  /* 닫기 버튼 */
}
.header .gnb-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 30px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
}
.header {
  /* 아코디언 메뉴 */
}
.header .gnb-accordion {
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .header .gnb-accordion {
    margin-top: 10px;
  }
}
.header {
  /* 1뎁스 */
}
.header .gnb-item.is-open .gnb-depth2 {
  max-height: 400px;
  opacity: 1;
}
.header .gnb-depth1 {
  width: 100%;
  padding: 8px 22px;
  text-align: left;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .header .gnb-depth1 {
    font-size: 24px;
    padding: 16px 60px;
  }
}
.header {
  /* 2뎁스 */
}
.header .gnb-depth2 {
  margin: 0;
  padding: 8px 22px 6px 32px;
  background-color: #161e2f;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .header .gnb-depth2 {
    padding: 12px 22px 10px 60px;
  }
}
.header .gnb-depth2 li {
  padding: 6px 0;
}
.header .gnb-depth2 a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
  transition: color 0.2s ease, transform 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .header .gnb-depth2 a {
    padding-left: 28px;
    font-size: 22px;
  }
}
.header .gnb-depth2 a::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
}

.fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 16px;
  width: 45px;
  height: 45px;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .fixed-btn {
    bottom: 10%;
    right: 50px;
    width: 65px;
    height: 65px;
  }
}
.fixed-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*=================================================
            푸터
=================================================*/
.footer {
  background-color: #0b1220;
  color: #f9fafb;
  line-height: 1.6;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 80px 0 110px;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-inner {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .footer .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
  }
}
.footer .footer-left {
  flex: 1.6;
  overflow: hidden;
}
.footer .footer-logo {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-logo {
    font-size: 24px;
  }
}
.footer .footer-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2px;
  color: #d1d5db;
  font-size: 14px;
  margin-left: -20px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-info {
    padding-bottom: 25px;
    font-size: 16px;
    row-gap: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .footer .footer-info {
    max-width: 80%;
  }
}
.footer .footer-info li {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.footer .footer-info li::before {
  content: "";
  margin: 0 10px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 1px;
  height: 13px;
  border-left: 1px solid #fff;
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  font-size: 14px;
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .footer .footer-right {
    font-size: 16px;
    margin: 0;
    height: 100%;
  }
}
.footer .footer-right .footer-menu-wrap {
  display: flex;
  gap: 20px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer .footer-right .footer-menu-wrap {
    justify-content: flex-end;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-right .footer-col {
    min-width: 80px;
  }
}
.footer .footer-right .footer-col h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-right .footer-col h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.footer .footer-right .footer-col ul li + li {
  margin-top: 3px;
}
.footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer-policy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #e5e7eb;
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy {
    font-size: 16px;
  }
}
.footer .footer-policy span {
  color: #fff;
}
.footer .footer-copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer .footer-copy {
    text-align: right;
    font-size: 16px;
    padding-bottom: 0;
  }
}

/*
커스텀 포인트 data-faq-accordion="single" → 한 개만 열림
data-faq-accordion="multiple" → 여러 개 동시에 열림
data-faq-speed="200" → slide 애니메이션 속도(ms)
.is-open 클래스 → 초기 오픈 상태로 두고 싶은 item에 추가
*/
.faq-wrap .faq-head {
  margin-bottom: 16px;
}
.faq-wrap .faq-head .faq-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.faq-wrap .faq-head .faq-desc {
  margin-top: 4px;
  font-size: 14px;
  color: #666;
}
.faq-wrap .faq-list {
  border-top: 1px solid #a0a0a0;
}
.faq-wrap .faq-item {
  border-bottom: 1px solid #a0a0a0;
}
.faq-wrap .faq-item.is-open .faq-question {
  border-bottom: 1px solid #ddd;
}
.faq-wrap .faq-item.is-open .faq-icon {
  top: 35%;
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .faq-wrap .faq-item.is-open .faq-icon {
    top: 42%;
  }
}
.faq-wrap .faq-question {
  position: relative;
  width: 100%;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: #161e2f;
}
@media screen and (min-width: 1024px) {
  .faq-wrap .faq-question {
    padding: 23px 20px;
    font-size: 24px;
  }
}
.faq-wrap .faq-question:focus-visible {
  outline-offset: 2px;
}
.faq-wrap .faq-q-label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 50%;
}
.faq-wrap .faq-q-text {
  flex: 1 1 auto;
  word-break: keep-all;
}
.faq-wrap .faq-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.faq-wrap .faq-icon::before, .faq-wrap .faq-icon::after {
  content: "";
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  background: #161e2f;
}
.faq-wrap .faq-icon::before {
  width: 12px;
  height: 2px;
}
.faq-wrap .faq-icon::after {
  width: 2px;
  height: 12px;
}
.faq-wrap .faq-item.is-open .faq-icon::after {
  opacity: 0;
}
.faq-wrap .faq-answer-wrap {
  display: none;
  padding: 16px 20px;
  font-size: 14px;
  color: #161e2f;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .faq-wrap .faq-answer-wrap {
    padding: 60px 40px;
    font-size: 24px;
  }
}