#ci .sec_wrapper {
  display: flex;
  width: 100%;
  min-width: 1440px;
  max-width: 1800px;
  padding: 0 40px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}
#ci .ci_sec_common {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
#ci .intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
#ci .intro p {
  color: var(--gray-800, #111);
  text-align: center;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#ci .sec_bottom_wrap {
  display: flex;
  width: 100%;
  max-width: 1560px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  margin: 0 auto;
}
#ci .sec_mid_tit_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
#ci .sec_mid_tit_wrap .sec_mid_tit {
  color: var(--color-primary_dark, #1a3050);
  font-family: Paperlogy;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 107.143%;
  letter-spacing: -0.84px;
}
#ci .download {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
#ci .notice {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
#ci .notice p {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--gray-700, #333);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#ci .notice p::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  aspect-ratio: 1/1;
  border-radius: 99px;
  background: #0b5b66;
}
#ci .sub_page_title {
  flex-direction: column;
}
#ci .eng_sub_tit {
  color: var(--gray-600, #555);
  text-align: center;
  font-family: Pretendard;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%;
  letter-spacing: -0.66px;
}
#ci .ci_variation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  align-self: stretch;
}
#ci .ci_horizon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
#ci .ci_horizon_img_wrap {
  display: flex;
  height: 150px;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
}
#ci .ci_horizon_img_wrap img {
  width: 85%;
}
#ci #mascot_sec {
  border-top: 2px dashed var(--gray-400, #ddd);
  padding-top: 80px;
}
#ci .mascot_plus {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
#ci .mascot_plus_img_wrap {
  width: 100%;
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
}

@media (max-width: 1440px) {
  #ci .sec_wrapper {
    min-width: 1280px;
  }
  #ci .sec_bottom_wrap {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  #ci .sec_wrapper {
    min-width: inherit;
  }
  #ci .sec_bottom_wrap {
    max-width: inherit;
  }
  #ci .mascot_plus_img_wrap img {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  #ci .ci_horizon_img_wrap {
    padding: 40px;
  }
  #ci .ci_horizon_img_wrap img {
    width: 100%;
  }
}
@media (max-width: 726px) {
  #ci .intro {
    gap: 30px;
  }
  #ci .intro p br {
    display: none;
  }
  #ci .intro img {
    width: 70%;
  }
  #ci .sec_bottom_wrap {
    gap: 30px;
  }
  #ci .ci_variation {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #ci .ci_horizon_img_wrap img {
    width: 85%;
  }
}
@media (max-width: 640px) {
  #ci .mascot_plus_img_wrap {
    padding: 30px;
  }
  #ci .mascot_plus_img_wrap img {
    width: 100%;
  }
}
@media (max-width: 360px) {
  #ci .ci_horizon_img_wrap {
    padding: 20px;
    height: 120px;
  }
}