@charset "utf-8";

#content .img_box img {
  width: 100%;
}
#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url(/images/momo/ceo-story-suwon/img_visual_bg.jpg);

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#content .sub_visual .inner {
  padding: 0 19.06%
}
#content .sub_visual .text_box {
  text-align: left;
  color: #fff;
}
#content .sub_visual .text_box h3 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.2;
}
#content .sub_visual .text_box .add_text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
#content .container {
  padding: 160px 0 0;
  position: relative;
}
#content .container::before {
  content: '';
  padding-top: 260px;
  background: url(/images/momo/ceo-story-suwon/img_momo_txt.png) no-repeat top center;
  position: absolute;
  top: 10px;
  left: 13%;
  width: 40%;
  background-size: contain;
}
#content .video_section .inner {
  padding: 0 14.7% 80px;
}
#content .video_box {
  width: 100% -webkit-fill-available;
  height: 0;
  overflow: hidden;
  padding-top: 56.21%;
  position: relative;
  z-index: 50;
  margin: 0 auto;
}
#content .section01 .inner {
  padding: 0 14.7%;
}
#content .section01 .content_box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
#content .section01 .content_box ul li:last-of-type {
  margin-bottom: 0;
}
#content .section01 .content_box ul li.reverse {
  flex-direction: row-reverse
}
#content .section01 .content_box ul li .img_box {
  width: 57.94%;
}
#content .section01 .content_box ul li.reverse .img_box:not(.full) {
  width: 38.6%;
}
#content .section01 .content_box ul li.reverse .full+.text_box {
  padding: 0 2.35% 0 0;
}
#content .section01 .text_box {
  padding-left: 4.71%;
  letter-spacing: -0.02em;
  flex: 1;
}
#content .section01 .text_box img {
  margin-bottom: 12px;
}
#content .section01 .content_box ul li.reverse .text_box {
  padding: 0 4.71% 0 0;
}
#content .section01 .text_box .main_text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin: 16px 0;
}
#content .section01 .text_box .sub_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}
#content .section01 .text_box .num_text {
  font-size: 30px;
  font-weight: 700;
  color: #2B4DBE;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
#content .section01 .text_box .num_text::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .section02 .inner {
  padding: 80px 14.7% 120px;
}
#content .section02 .text_box {
  color: #fff;
  padding: 60px;
  text-align: center;
  background: #1C3BA2;
}
#content .section02 h4 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 32px;
}
#content .section02 .sub_text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
#content .section02 .content_box {
  font-size: 0;
}

@media screen and (max-width:1800px) {
#content .section01 .text_box .main_text {
    font-size: 42px;
  }
}

@media screen and (max-width:1540px) {
#content .container::before {
    left: 3%;
    width: 50%;
  }
#content .section01 .inner {
    padding: 0 5%;
  }
#content .section01 .content_box ul li .img_box {
    width: 50%;
  }
#content .section02 .inner {
    padding: 80px 5% 120px;
  }
}

@media screen and (max-width:1058px) {
#content .container .title_box .sub_text {
    font-size: 20px
  }
}

@media screen and (max-width:1024px) {
#content .sub_visual {
    padding: 0 5%;
    height: calc(144vw - 94px);
    background-image: url(/images/momo/ceo-story-suwon/img_visual_bg_mo.jpg);
    background-position: center center;
    background-attachment: local;
  }
#content .sub_visual .inner {
    padding: 0;
  }
#content .sub_visual .text_box h3 {
    font-size: 44px;
  }
#content .sub_visual .text_box .add_text {
    font-size: 22px;
  }
#content .container {
    padding: 80px 0;
  }
#content .container .title_box .sub_title {
    font-size: 24px;
  }
#content .container .title_box h4 {
    font-size: 40px;
  }
#content .container::before {
    left: auto;
    right: 3%;
    width: 70%;
    top: 20px;
  }
#content .video_section .inner {
    padding: 0 5% 60px;
  }
#content .section01 .inner {
    padding: 60px 0 0;
  }
#content .section01 .content_box ul li {
    flex-direction: column;
    margin-bottom: 116px;
    gap: 24px;
    align-items: stretch;
  }
#content .section01 .content_box ul li .img_box {
    width: 100%;
  }
#content .section01 .text_box,
#content .section01 .content_box ul li.reverse .text_box,
#content .section01 .content_box ul li.reverse .full+.text_box {
    padding: 0 24px;
  }
#content .section01 .content_box ul li.reverse.m-reverse .text_box {
    padding: 0;
  }
#content .section01 .content_box ul li.reverse.m-reverse .text_box p {
    margin: 0 24px;
  }
#content .section01 .text_box .main_text {
    margin: 40px 0 8px;
  }
#content .section01 .content_box ul li.reverse.m-reverse .text_box .main_text {
    margin: 40px 24px 8px;
  }
#content .section01 .text_box .sub_text {
    font-size: 18px;
  }
#content .section01 .text_box .num_text {
    font-size: 28px;
    padding-bottom: 8px;
  }
#content .section01 .text_box .num_text::after {
    height: 32px;
    width: 1px;
    bottom: -32px;
  }
#content .section01 .content_box ul li.reverse {
    flex-direction: column;
  }
#content .section01 .content_box ul li.reverse.m-reverse {
    flex-direction: column-reverse;
  }
#content .section01 .content_box ul li.reverse .img_box,
#content .section01 .content_box ul li.reverse .img_box:not(.full) {
    width: 100%;
  }
#content .section02 .inner {
    padding: 60px 0;
  }
#content .section02 .text_box {
    text-align: left;
    padding: 20px 24px
  }
#content .section02 h4 {
    font-size: 42px;
    margin-bottom: 16px;
  }
#content .section02 .sub_text {
    font-size: 18px;
  }
}

@media screen and (max-width:767px) {
#content .wrap {
    min-width: 375px;
  }
#content .sub_visual {
    padding: 0 8%;
    height: calc(180vw - 64px);
  }
#content .sub_visual .text_box h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }
#content .sub_visual .text_box .add_text {
    font-size: 18px;
  }
#content .container .title_box .sub_title {
    font-size: 18px;
  }
#content .container .title_box h4 {
    font-size: 34px;
  }
#content .container .title_box .sub_text {
    font-size: 16px
  }
#content .marquee-section {
    margin-top: 120px;
  }
#content .marquee img {
    height: 100px;
  }
#content .video_section .inner {
    padding: 0 0 40px;
  }
#content .section01 .inner {
    padding: 18px 0 0;
  }
#content .section01 .content_box ul li {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 16px;
  }
#content .section01 .text_box .main_text {
    font-size: 34px;
    margin: 24px 0 16px;
  }
#content .section01 .content_box ul li.reverse.m-reverse .text_box .main_text {
    margin: 24px 24px 16px;
  }
#content .section01 .text_box .main_text br {
    display: block;
  }
#content .section01 .text_box .sub_text {
    font-size: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
#content .section01 .text_box .num_text {
    font-size: 28px;
    padding-bottom: 16px;
  }
#content .section01 .text_box .num_text::after {
    height: 24px;
    bottom: -16px;
  }
#content .section02 h4 {
    font-size: 34px;
  }
#content .section02 .sub_text {
    font-size: 16px;
  }
}