/* SUB */
article.hw {
    padding-top: 50px;
}
.top_bn h2 {
  font-family: "Playfair", Serif;
  font-size: 4rem;
  color: #49607b;
}
.top_slide .wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 120px;
}
.tab_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tab_menu ul li {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
  color: #555;
  font-size: 1.6rem;
}
.tab_menu ul li a {
  display: block;
  font-size: 1.6rem;
  padding: 10px 0;
  color: #5b6677;
}

.hw > .img-box {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: url(../../images/sub/sub03_1_slide.png) no-repeat center/cover;
}
section article .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_heading {
  font-family: "Playfair", serif;
  font-size: 3rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 4.8rem;
  margin: 0 auto;
  padding: 0 16px;
  word-break: keep-all;
}
.brand_bg .slide_heading {
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  font-weight: 300;
  color: #554240;
}
.product_bg .slide_heading {
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  font-weight: 200;
  color: #554240;
}
.faq_bg .slide_heading {
  font-family: "NanumSquare", "Nanum Gothic", "Dotum", sans-serif;
  font-weight: 300;
  color: #40464d;
}
.slide_heading span {
  font-family: "Courier New", Courier, monospace;
}

/* CEO */
.ceo_bg {
  background: url(../../images/sub/sub01_bg.png) no-repeat center bottom -100px /contain;
}
.ceo_bg .hw > .img-box {
  background: url(../../images/sub/sub01_slide.png) no-repeat center / cover;
}
.ceo_bg .slide_heading {
  color: #3f70a7;
}
/* .ceo_bg .hw #ceo {
  margin-top: 120px;
}
.ceo_bg .hw #ceo {
  margin-top: 70px;
} */
.ceo_bg .hw #ceo .txt-box {
  display: flex;
  /* padding-bottom: 100px; */
}
.ceo_bg .hw #ceo .txt-box .left-box {
  width: 45%;
  padding-right: 30px;
  box-sizing: border-box;
}
.ceo_bg .hw #ceo .txt-box .left-box h1 {
  font-family: "Playfair", serif;
  font-size: 4rem;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 5.2rem;
  padding: 0;
  margin: 0;
  color: #283f5a;
}
.ceo_bg .hw #ceo .txt-box .left-box h5 {
  font-size: 2.2rem;
  line-height: 3.4rem;
  word-break: keep-all;
  padding: 20px 60px 0 0;
}
.ceo_bg .hw #ceo .txt-box .left-box strong {
  color: #6ea7c3;
  line-height: 4rem;
}
.ceo_bg .hw #ceo .txt-box .right-box {
  width: 55%;
  padding-bottom: 50px;
}
.ceo_bg .hw #ceo .txt-box .right-box p span {
  font-family: "Courier New", Courier, monospace;
}
.ceo_bg .hw #ceo .img-box {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.ceo_bg .hw #ceo .txt-box .right-box {
  width: 55%;
}
.ceo_bg .hw #ceo .txt-box .right-box p span {
  font-family: "Courier New", Courier, monospace;
}
.ceo_bg .hw #ceo .txt-box .right-box .name{
    text-align: right;
}
.ceo_bg .hw #ceo .txt-box .right-box .name h4 {
    display: inline-block;
    padding-top: 50px;
    font-size: 1.8rem;
    line-height: 5rem;
}
.ceo_bg .hw #ceo .txt-box .right-box .name h4 img {
  width: 80px;
  float: right;
}

/* COMMUNITY - FAQ (이전버전) */
.faq_bg .hw > .img-box {
  background-image: url(../../images/sub/sub05_1_slide.png);
}
.faq_bg .hw #faq .txt-box {
  display: flex;
}
.faq_bg .hw #faq .txt-box > div {
  width: 50%;
}
.faq_bg .hw #faq .txt-box .left-box h1 {
  font-family: "Playfair", "Nanum Gothic", "Dotum", Serif;
  font-size: 5.5rem;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 6.2rem;
  padding: 0;
  margin: 0;
}
.faq_bg .hw .faq-list {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.faq_bg .hw .faq-list .wrap .h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.faq_bg .hw .faq-list .wrap .collapsible {
  cursor: pointer;
  padding: 33px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2.8rem;
  border-top: 2px solid #717171;
  background-color: #f7f7f7;
}
.faq_bg .hw .faq-list .wrap .active,
.collapsible:hover {
  border-bottom: 2px solid #ccc;
}
.faq_bg .hw .active:after {
  content: "\2212";
}
.faq_bg .hw .content {
  box-sizing: content-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.faq_bg .hw .content p {
  padding: 50px 30px;
  line-height: 3.6rem;
}
.faq_bg .hw .content .guide {
    padding: 30px;
}
.faq_bg .hw .content .guide li {position: relative; font-size: 1.7rem; line-height: 3.4rem; font-weight: 100; color: #2a2c2e; word-break: keep-all; margin-left: 20px;}
.faq_bg .hw .content .guide li::before {display: block; content: ''; width: 3px; height: 3px; background-color: #2a2c2e; border-radius: 2px; position: absolute; top: 17px; left: -20px; }
.faq_bg .hw .content .guide.g_num li::before {display: block; content: '1)';height: auto; background-color: #00000000; top:0; left: -20px; }
.faq_bg .hw .content .guide.g_num li:nth-child(2):before {content: '2)';}
.faq_bg .hw .content .guide.g_num li:nth-child(3):before {content: '3)';}
.faq_bg .hw .content .guide.g_num li:nth-child(4):before {content: '4)';}
.faq_bg .hw .content .guide.g_num li:nth-child(5):before {content: '5)';}
.faq_bg .hw .content .guide.g_num li:nth-child(6):before {content: '6)';}
.faq_bg .hw .content .guide.g_num li:nth-child(7):before {content: '7)';}

/* COMMUNITY - FAQ */
.faq_bg .hw > .img-box {
  background-image: url(../../images/sub/sub05_1_slide.png);
}
.faq_bg .hw #faq .txt-box .left-box {
  width: 40%;
}
.faq_bg .hw #faq .txt-box .left-box h1 {
  font-family: "Playfair", Serif;
  font-size: 5rem;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 6.2rem;
  padding: 0;
  margin: 0;
}
.faq_bg .hw #faq .txt-box .right-box {
  width: 60%;
}
.faq_bg .hw .faq-list {
  padding: 150px 0;
  background-color: #f7f7f7;
}
.faq_bg .hw .faq-list .wrap .h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
.faq_bg .hw .faq-list .wrap .collapsible {
  cursor: pointer;
  padding: 33px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 2.2rem;
  line-height: 3.6rem;
  word-break: keep-all;
  border-top: 2px solid #717171;
  background-color: #f7f7f7;
}
.faq_bg .hw .faq-list .wrap .collapsible.btn-last {
  border-bottom: 2px solid #717171;
}
.faq_bg .hw .faq-list .wrap .active,
.collapsible:hover {
  border-bottom: 2px solid #ccc;
}
.faq_bg .hw .collapsible:after {
  content: "\002B";
  color: #ccc;
  font-weight: bold;
  float: right;
  margin-left: 15px;
}
.faq_bg .hw .active:after {
  content: "\2212";
}
.faq_bg .hw .content {
  box-sizing: content-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq_bg .hw .content p {
  padding: 30px;
}
.faq_bg .hw .img-box-bot {
  background: url(../../images/sub/sub05_1_img1.png) center/cover;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 450px;
}

.faq_bg .hw .img-box-bot .wrap {
  width: 100%;
  display: flex;
}
.faq_bg .hw .img-box-bot .wrap .left-box {
  width: 40%;
}
.faq_bg .hw .img-box-bot .wrap .left-box h4 {
  font-family: "Playfair", Serif;
  font-size: 5rem;
  color: #3a7583;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 6.2rem;
  padding: 0;
  margin: 0;
}
.faq_bg .hw .img-box-bot .wrap .right-box {
  width: 60%;
}
.faq_bg .hw .img-box-bot .wrap .right-box .call {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.faq_bg .hw .img-box-bot .wrap .right-box .adress {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.faq_bg .hw .img-box-bot .wrap .right-box img {
    height: 20px;
    margin-right: 15px;
}
.faq_bg .hw .img-box-bot .wrap .right-box p {
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    color: #283f5a;
    word-break: keep-all;
    line-height: 3.4rem;
}
.faq_bg .hw .img-box-bot .wrap .right-box .mail a {
    font-size: 1.6rem;
    line-height: 58px;
    text-align: center;
    display: block;
    width: 200px;
    height: 58px;
    background-color: #283f5a;
    color: #fff;
    border-radius: 8px;
}
.faq_bg .hw .img-box-bot .wrap .right-box .mail a img {
  transform: translateY(8px);
}
.brand_bg .text p{
    color: #fff;
}

.qa_contents {line-height: 3rem;}


@media (max-width: 1520px) {
  .faq_bg #faq {
    width: auto;
  }
}
@media (max-width: 1410px) {
  .top_bn .wrap {
    padding: 120px 35px 0 35px;
    box-sizing: border-box;
  }
  .ceo_bg .hw #ceo {
    padding: 0 35px;
  }
  .ceo_bg .hw #ceo .img-box img {
    width: 100%;
  }
  .ceo_bg .hw #ceo .txt-box .left-box {
    padding-right: 30px;
    box-sizing: border-box;
  }
  .faq_bg .hw #faq {
    padding: 0 35px;
  }
}
@media (max-width: 1024px) {
  .ceo_bg .hw #ceo {
    margin-top: 70px;
    padding: 0 16px;
  }
  .faq_bg .hw .img-box-bot .wrap {
    flex-direction: column;
    text-align: center;
  }
  .faq_bg .hw .img-box-bot .wrap .left-box {
    width: 100%;
    padding-bottom: 50px;
  }
  .faq_bg .hw .img-box-bot .wrap .right-box {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #283f5a;
  }
  .faq_bg .hw .img-box-bot .wrap .right-box .mail {
    padding: 15px 0;
  }
  .faq_bg .hw .img-box-bot .wrap .right-box .mail a {
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
    .tab_menu ul {
      flex-wrap: wrap;
    }
    .tab_menu ul li {
      margin: 0;
      width: 50%;
    }
    .top_bn {
      padding-top: 52px;
    }
    .top_bn h2 {
      font-size: 3.4rem;
    }
    
  .slide_heading {
    font-size: 2rem;
    text-align: center;
    line-height: 2.8rem;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: block;
  }
  .tab_menu ul {
    display: none;
  }
  .ceo_bg .hw #ceo .txt-box {
    flex-direction: column;
    gap: 60px;
  }
  .ceo_bg .hw #ceo .txt-box .left-box {
    width: 100%;
    padding-right: 0;
  }
  .ceo_bg .hw #ceo .txt-box .left-box h1{
    font-size: 3.6rem;
    line-height: 5rem;
  }
  .ceo_bg .hw #ceo .txt-box .right-box {
    width: 100%;
  }
  .ceo_bg .hw #ceo .txt-box .left-box h5 {
    padding: 15px 0 0;
  }

  .faq_bg .hw #faq .txt-box .left-box h1 {
    font-size: 4rem;
  }
  .faq_bg .hw .faq-list .wrap .collapsible {
    font-size: 1.8rem;
    padding: 20px 0;
  }
  .faq_bg .hw .content p{
    padding: 30px 15px;
  }
  .faq_bg .hw .content .guide {
    padding: 30px 15px;
  }

}
@media (max-width: 480px) {
  .faq_bg .hw #faq{
    padding: 0 16px;
  }
  .ceo_bg .hw #ceo .txt-box .left-box strong {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .ceo_bg .hw #ceo .txt-box .left-box h5 {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .brand_bg.hbc .hw #brand {
    padding: 100px 16px 0;
  }

  .faq_bg .hw .faq-list {
    padding: 100px 0;
  }
  .faq_bg .hw .content p {line-height: 3rem; padding-bottom: 0;}
  .faq_bg .hw .content p.only_p {padding-bottom: 30px;}
  .faq_bg .hw .content .guide li {font-size: 1.4rem; line-height: 3rem;}
  .faq_bg .hw .content .guide li::before {top: 13px;}
  .faq_bg .hw #faq .txt-box {
    flex-direction: column;
  }
  .faq_bg .hw #faq .txt-box .left-box {
    width: 100%;
    padding-bottom: 30px;
  }
  .faq_bg .hw #faq .txt-box .right-box {
    width: 100%;
  }
  .faq_bg .hw .img-box-bot .wrap .right-box img {
    width: 25px;
    height: 25px;
  }
  .faq_bg .hw .img-box-bot .wrap .left-box {
    padding-bottom: 20px;
  }
  .faq_bg .hw .img-box-bot .wrap .left-box h4 {
    font-size: 4rem;
  }
}