@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ci 콘셉트 */
.ci_concept {
  width: 100%;
  height: 800px;
  background: #F4FBFF;
}

.ci_concept_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci_concept_section {
  width: 100%;
  height: 690px;
}

.ci_concept_tit>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

ul.ci_concept_cards {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

ul.ci_concept_cards>li {
  width: 400px;
  height: 400px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci_concept_img_logic {
  width: 150px;
  height: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ci_concept_img_logic>img {
  width: 150px;
  height: 150px;
}

.ci_concept_img_logic>span {
  color: #777;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.ci_concept_txt {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  margin-top: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0F7BBD;
}

.ci_concept_txt>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

/* ci 컨텐트, 목업 */
.ci_content_mockup {
  width: 100%;
  height: 7858px;
}

.cicm_con {
}

.ci_logo {
  width: 100%;
  height: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-top: 100px;
}

.ci_logo_lt {
  width: 280px;
  height: 100%;
}

.cicm_tit>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
}

.ci_logo_rt {
  width: 1000px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ci_logo_section {
  width: 100%;
  height: 200px;
  border-radius: 50px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci_logo_section>img {
  width: 717px;
  height: 80px;
}

.ci_logo_down_btn {
  width: 100%;
  height: 30px;
}

.ci_logo_down_btn_section {
  width: 295px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci_logo_aidown_btn {
  width: 130px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci_logo_aidown_btn_section>a {
  width: 107px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.ci_logo_aidown_btn_section>a>i {
  font-size: 13px;
  color: #fff;
}

.ci_logo_aidown_btn:hover {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

.ci_logo_pngdown_btn {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci_logo_pngdown_btn_section>a {
  width: 128px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

.ci_logo_pngdown_btn_section>a>i {
  font-size: 13px;
  color: #fff;
}

.ci_logo_pngdown_btn:hover {
  background: #0F7BBD;
  transition: background-color 0.3s ease;
}

.ci_color {
  width: 100%;
  height: 200px;
  padding-top: 150px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci_color_lt {
  width: 280px;
  height: 100%;
}

ul.ci_color_rt {
  width: 1000px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.ci_color_rt>li {
  width: 230px;
  height: 200px;
  border-radius: 50px;
}

ul.ci_color_rt>li:first-child {
  background: #51A0D0;
}

ul.ci_color_rt>li:nth-child(2) {
  width: 228px;
  height: 198px;
  background: #fff;
  border: 1px solid #ddd;
}

ul.ci_color_rt>li:nth-child(3) {
  background: #ccc;
}

ul.ci_color_rt>li:last-child {
  background: #bbb;
}

.ci_guideline {
  width: 100%;
  height: 415px;
  padding-top: 150px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci_guideline_lt {
  width: 280px;
  height: 100%;
}

.ci_guideline_rt {
  width: 1000px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ci_guideline_rt_top {
  width: 998px;
  height: 198px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ci_guideline_rt_top>img {
  width: 717px;
  height: 80px;
}

.ci_guideline_rt_bottom {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci_gl_rt_bt_lt,
.ci_gl_rt_bt_rt
{
  width: 480px;
  height: 200px;
  background: #333;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ci_mockup {
  width: 100%;
  height: 6453px;
  padding-top: 120px;
}

ul.ci_mockup_img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.ci_mockup_img>li>img {
  width: 100%;
  overflow: hidden;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

