@charset "utf-8";

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* CSS Document */

/* 기본 설정 _ 기획전영역 안에만 적용 */

#ct-dang-26,
#ct-dang-26 * {
  box-sizing: border-box;
}
#ct-dang-26 button,
input,
select,
textarea {
  font: inherit;
}
#ct-dang-26 a  {
  text-decoration: none;
  color: inherit;
}
#ct-dang-26 ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ct-dang-26 p {
  margin: 0;
  color: inherit;
}

#ct-dang-26 h1,
#ct-dang-26 h2,
#ct-dang-26 h3 {
  color: inherit;
}




#ct-dang-26 {
  width: 1150px;
  margin: 30px auto 40px;
  overflow: hidden;
  font-family: "Pretendard Variable", "Pretendard", sans-serif;
  color: #121212;
}

#ct-dang-26 section {
  width: 100%;
}

#ct-dang-26 img {
  display: block;
  max-width: 100%;
}

#ct-dang-26 .font-serif {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

/* =========================
   MAIN VISUAL
========================= */
#ct-dang-26 .main-visual {
  position: relative;
}

#ct-dang-26 .main-visual .visual-title {
  position: absolute;
  top: 50px;
  left: 90px;
}

/* =========================
   HERO
========================= */
#ct-dang-26 .hero {
  padding: 100px 0 160px;
  text-align: center;
  background: linear-gradient(
    0deg,
    rgba(248, 245, 239, 0.3) -0.99%,
    #f8f5ef 100%
  );
}

#ct-dang-26 .hero-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.45;
}

#ct-dang-26 .hero-title .hero-title-strong {
  font-weight: 600;
}

#ct-dang-26 .hero-title .hero-desc {
  display: block;
  margin-top: 27px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.7;
}

/* Hero - best 3 */
#ct-dang-26 .best-list {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 70px;
}

#ct-dang-26 .best-card {
  display: block;
  width: 320px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

#ct-dang-26 .best-img {
  overflow: hidden;
  border-radius: 20px;
}

#ct-dang-26 .best-img img {
  display: block;
  width: 100%;
}

#ct-dang-26 .best-info {
  margin-top: 34px;
}

#ct-dang-26 .product-code {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #8a837d;
}

#ct-dang-26 .product-name {
  margin: 22px 0 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}

#ct-dang-26 .badge {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #ff7b00;
  vertical-align: 1px;
}

#ct-dang-26 .product-price {
  margin: 12px 0 0;
  font-size: 0;
  line-height: 1;
}

#ct-dang-26 .price-label {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #777;
}

#ct-dang-26 .product-price strong {
  margin-right: 8px;
  font-size: 19px;
  font-weight: 700;
}

#ct-dang-26 .product-price del {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

/* =========================
   INTRO
========================= */
#ct-dang-26 .intro {
  background-image: url("../images/intro.jpg");
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#ct-dang-26 .intro-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

#ct-dang-26 .intro-desc {
  color: #fff;
  font-size: 19px;
  font-weight: 200;
  line-height: 30px;
  margin-top: 30px;
}

/* =========================
   CONTENT
========================= */

#ct-dang-26 .content {
  padding: 80px 0 30px;
}

#ct-dang-26 .title_line {
  margin: 30px auto;
  width: 0.5px;
  height: 35px;
  background-color: #777;
}

#ct-dang-26 .title_en {
  color: #777;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.4px;
}

#ct-dang-26 .title {
  color: #121212;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  margin: 20px;
}

#ct-dang-26 .desc {
  color: #121212;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

/* 배너 */
#ct-dang-26 .content-banner {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;

  display: flex;
  justify-content: flex-end;
  align-items: flex-end;

  padding: 0 75px 45px 0;
}

#ct-dang-26 .content-banner img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: 1;
}

#ct-dang-26 .content-banner .banner-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 0) 54.17%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 2;
}

#ct-dang-26 .content-banner p {
  position: relative;
  z-index: 3;

  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 250;
  line-height: 1.6em;
}

#ct-dang-26 .content-02 .content-banner {
  justify-content: flex-start;
  padding: 0 0 45px 75px;
}

#ct-dang-26 .content-02 .content-banner p {
  text-align: left;
}

/* 상품리스트 */
#ct-dang-26 .feature-product {
  display: grid;
  gap: 70px;
  align-items: stretch;
  width: 100%;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

#ct-dang-26 .feature-right {
  grid-template-columns: 600px 1fr;
  padding: 0 25px;
}

#ct-dang-26 .feature-left {
  grid-template-columns: 1fr 600px;
  padding: 0 25px;
  margin-top: 5px;
}

#ct-dang-26 .feature-img {
  width: 600px;
  margin: 0;
  padding: 0;
}

#ct-dang-26 .feature-img img {
  display: block;
  width: 600px;
  height: auto;
  max-width: none;
}

#ct-dang-26 .feature-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  border-top: 1px solid #b6b6b6;
  padding: 30px 0 10px;
}

#ct-dang-26 .feature-code {
  margin: 0 0 76px;
  font-size: 38px;
  line-height: 1.2;
  color: #b6b6b6;
}

#ct-dang-26 .feature-left .feature-code {
  text-align: right;
}

#ct-dang-26 .feature-name {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

#ct-dang-26 .feature-desc {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

#ct-dang-26 .feature-price {
  margin: 30px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

#ct-dang-26 .feature-price span {
  margin-right: 8px;
}

#ct-dang-26 .feature-price strong {
  font-size: 22px;
  font-weight: 700;
}

#ct-dang-26 .feature-price del {
  font-size: 15px;
  color: #777;
}

/* 상품 3열 리스트 */
#ct-dang-26 .mini-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  width: 1100px;
  margin: 30px auto 0;
}

#ct-dang-26 .content-03 .mini-product-list {
  margin: 0 auto;
}

#ct-dang-26 .mini-product {
  display: block;
  color: inherit;
  text-decoration: none;
}

#ct-dang-26 .mini-product-info {
  padding: 5px;
}

#ct-dang-26 .mini-img img {
  width: 100%;
}

#ct-dang-26 .mini-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1;
  color: #9b948d;
}

#ct-dang-26 .more-btn {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}

#ct-dang-26 .mini-name {
  margin: 16px 0 0;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

#ct-dang-26 .mini-name em {
  margin-left: 10px;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: #ff7b00;
  letter-spacing: normal;
}

#ct-dang-26 .mini-price {
  margin: 10px 0 0;
  font-size: 12px;
}

#ct-dang-26 .mini-price strong {
  margin: 0 4px;
  font-size: 20px;
}

#ct-dang-26 .mini-price del {
  color: #999;
  font-size: 14px;
}

#ct-dang-26 .content_group {
  display: flex;
  flex-direction: column;
  gap: 110px;
  margin-top: 60px;
}

/* =========================
   GUIDE
========================= */
#ct-dang-26 .message-guide {
  margin-top: 140px;
  background: #f4f1ea;
  padding: 80px 0 150px;
}

#ct-dang-26 .guide-cards {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

#ct-dang-26 .guide-cards .card {
  background-color: #fff;
  padding: 60px 55px 65px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

#ct-dang-26 .card-title .type {
  color: #121212;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

#ct-dang-26 .card-intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  margin-top: 25px;
}

#ct-dang-26 .card-intro-title {
  font-weight: 500;
  font-size: 18px;
}

#ct-dang-26 .card-intro-desc {
  font-weight: 400;
  font-size: 17px;
}

#ct-dang-26 .card-intro-notice {
  font-weight: 300;
  font-size: 14px;
}

#ct-dang-26 .card-exs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#ct-dang-26 .card-ex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#ct-dang-26 .card-ex .ex_text p {
  width: 290px;
  padding: 10px 0;
  border-bottom: 0.1px solid #dadada;
  font-size: 15px;
  line-height: 1.6em;
}

#ct-dang-26 .ex-tit {
  padding: 13px 0;
  font-size: 14px;
  color: #999999;
  font-weight: 300;
}

#ct-dang-26 .ex-tit .small {
  font-size: 13px;
}

/* =========================
   CLOSING
========================= */
#ct-dang-26 .closing {
  background-image: url("../images/closing.jpg");
  background-size: cover;
  height: 420px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#ct-dang-26 .closing-title {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}

#ct-dang-26 .closing-desc {
  color: #fff;
  font-size: 19px;
  font-weight: 200;
  line-height: 30px;
  margin-top: 20px;
}

#ct-dang-26 .closing-slogun {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-top: 40px;
  letter-spacing: normal;
}

/* =========================
   FAQ
========================= */

#ct-dang-26 .faq {
  padding: 50px 175px;
  background-color: #faf8f4;
}

#ct-dang-26 .qa_inner {
  margin: 70px 0;
  background-color: #fff;
  padding: 65px 90px 100px;
}

#ct-dang-26 .faq .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 56px;
  text-align: center;
}
#ct-dang-26 .content_title {
  text-align: center;
}

#ct-dang-26 .qa_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#ct-dang-26 .qa_question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 26px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  transition: opacity 0.2s ease;
  color: #121212;
}

#ct-dang-26 .qa_question:hover {
  color: #ff7b00;
}

#ct-dang-26 .qa_item.active .qa_question,
#ct-dang-26 .qa_item.active .qa_question:hover {
  opacity: 1;
}

#ct-dang-26 .qa_question .qa_question_title {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  word-break: keep-all;
  margin: 0;
}

#ct-dang-26 .qa_icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: url("../images/qa_icon_plus.svg") center / contain no-repeat;
}

/* 열린 상태: - 아이콘으로 교체 */
#ct-dang-26 .qa_item.active .qa_icon {
  background: url("../images/qa_icon_minus.svg") center / contain no-repeat;
}

#ct-dang-26 .qa_answer {
  display: none;
  padding: 0 56px 34px 0;
}

#ct-dang-26 .qa_item.active .qa_answer {
  display: block;
}

#ct-dang-26 .qa_answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.01em;
  color: #4e4e4e;
  word-break: keep-all;
}
