@charset "UTF-8";
/* =========
color
========= */
/* =========
fonts
========= */
/* =========
미디어쿼리 pc, tablet, mobile 중단점
========= */
.ci_btn_wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ci_btn {
  width: fit-content;
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #042e6f;
  color: #fff;
  text-align: center;
  /* Heading/XS_B */
  font-family: "Hakgyoansim-Allimjang";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ci_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_download.svg") center no-repeat;
}

.ci_btn:hover,
.ci_btn:active {
  color: #fff;
}

.color_pick {
  width: 85px;
  height: 85px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 15px;
}

.char_img {
  border-radius: 20px;
  border: 1px solid var(--Neutral-Border-Default, #e0e0e0);
}

.ci_intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
.ci_intro .grid_sys {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.ci_intro .grid_img {
  display: flex;
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 20px;
  border: 1px solid var(--Neutral-Border-Default, #e0e0e0);
  background-image: url("../img/bg_grid.svg");
  background-size: contain;
}
.ci_intro .grid_img img {
  object-fit: none;
}
.ci_intro .grid_explan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.ci_intro .grid_explan p {
  color: #333;
  /* Body/M */
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
}

.color_sys {
  width: 100%;
}
.color_sys .color_box_wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.color_sys .color_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.color_sys .color_yellow {
  background: #ffc20e;
}
.color_sys .color_green {
  background: #49b851;
}
.color_sys .color_blue {
  background: #042e6f;
}
.color_sys .color_explan {
  border-radius: 15px;
  border: 1px solid var(--Neutral-Border-Default, #e0e0e0);
  display: flex;
  padding: 15px 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.color_sys .color_explan p {
  color: var(--Gray-txt, #222);
  /* Body/S */
  font-family: "Pretendard";
  font-size: 0.889rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
}
.color_sys .color_explan .color_tit {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.54px;
}
.color_sys .color_explan .color_tit span {
  color: #555;
  font-weight: 400;
}

.char_intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
.char_intro .char_main {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.char_intro .char_main .char_img {
  width: 410px;
  height: 280px;
}
.char_intro .char_explan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}
.char_intro .char_explan p {
  color: #333;
  /* Body/M */
  font-family: "Pretendard";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.char_intro .char_explan p span {
  font-weight: 700;
}
.char_intro .char_sub {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.char_intro .char_sub .char_img {
  height: 250px;
}

@media (max-width: 1280px) {
  .subpage_section_title {
    display: none;
  }
  .color_sys .color_box:nth-child(1) {
    width: 30%;
  }
  .color_sys .color_box:nth-child(2) {
    width: 33%;
  }
  .color_sys .color_box:nth-child(3) {
    width: 37%;
  }
}
@media (max-width: 1023px) {
  .ci_btn_wrap {
    justify-content: center;
  }
  .ci_intro .grid_sys {
    flex-direction: column;
    align-items: center;
  }
  .ci_intro .grid_img {
    width: 80%;
  }
  .ci_intro .grid_explan {
    align-items: center;
    gap: 30px;
  }
  .ci_intro .grid_explan p {
    text-align: center;
  }
  .ci_intro .color_sys .color_box:nth-child(1),
  .ci_intro .color_sys .color_box:nth-child(2),
  .ci_intro .color_sys .color_box:nth-child(3) {
    width: 100%;
  }
  .ci_intro .color_sys .color_box_wrap {
    flex-direction: column;
  }
  .char_intro .char_main {
    flex-direction: column;
    align-items: center;
  }
  .char_intro .char_main .char_img {
    width: 60%;
    height: auto;
  }
  .char_intro .char_explan {
    gap: 30px;
  }
  .char_intro .char_explan p {
    text-align: center;
  }
  .char_intro .char_sub {
    gap: 10px;
  }
  .char_intro .char_sub .char_img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .ci_btn_wrap {
    flex-direction: column;
    align-items: center;
  }
  .ci_btn {
    font-size: 0.889rem;
  }
  .ci_intro .grid_img img {
    height: 60%;
    object-fit: contain;
  }
  .ci_intro .grid_explan p {
    font-size: 0.889rem;
  }
  .ci_intro .color_sys .color_explan p {
    font-size: 0.778rem;
  }
  .ci_intro .color_sys .color_explan .color_tit {
    font-size: 0.889rem;
  }
  .char_intro {
    gap: 10px;
  }
  .char_intro .char_main .char_img {
    width: 100%;
  }
  .char_intro .char_explan p {
    width: 100%;
    font-size: 0.889rem;
  }
  .char_intro .char_sub .char_img {
    height: auto;
  }
}