/* Reset */
html, body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

body, div, form, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, em, p, span, textarea, pre, label, fieldset, th, td, button, a, input, select, hr, figure {
  margin: 0;
  padding: 0;
  font-family: ns,Arial,sans-serif;
  word-break: break-all;
  vertical-align: top;
}

img {
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "SpoqaHanB";
  src: url(../../inc/fonts/SpoqaHanSansBold.woff) format("woff");
}

@font-face {
  font-family: "SpoqaHanL";
  src: url(../../inc/fonts/SpoqaHanSansThin.woff) format("woff");
}

@font-face {
  font-family: "SpoqaHan";
  src: url(../../inc/fonts/SpoqaHanSansRegular.woff) format("woff");
}

.txt-section {
  position: absolute;
  top: 150px;
  left: 70px;
  color: #1c9b97;
  font-size: 18px;
  font-family: roboto;
  font-weight: bold;
}

.swiper-pagination {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #dddddd;
}

.swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 10px;
}

.swiper-pagination-bullet-active {
  background: #1b968e;
}

body {
  overflow-x: hidden;
  font-family: "SpoqaHan";
}

body > .m4nc-project-facts {
  position: relative;
  z-index: 30;
  isolation: isolate;
}

.section {
  position: relative;
  min-height: 100vh;
}

.section .section__inner {
  width: 1350px;
  margin: 0 auto;
}

.section .content__title {
  line-height: 1.52;
  letter-spacing: -1.25px;
  font-size: 50px;
  font-family: "SpoqaHanB";
}

.section .content__desc {
  font-size: 20px;
  line-height: 34px;
  font-family: "SpoqaHan";
}

#visual {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#visual .visual__bg {
  position: absolute;
  top: 0;
  left: 0;
}

#visual .visual__bg:after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/pattern2.png") repeat 0 0;
}

#visual .visual__left, #visual .visual__right {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: transparent;
}

#visual .visual__left [class*="b"], #visual .visual__right [class*="b"] {
  width: 100%;
  height: 100%;
  position: absolute;
}

#visual .visual__left .b3, #visual .visual__right .b3 {
  background-color: #085d70;
}

#visual .visual__left .b2, #visual .visual__right .b2 {
  background-color: #05697a;
}

#visual .visual__left .b1, #visual .visual__right .b1 {
  background-color: #0a7c81;
}

#visual .visual__left {
  float: left;
  overflow: hidden;
}

#visual .visual__left [class*="b"] {
  left: 0;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

#visual .visual__left .b2 {
  -webkit-transform: scaleX(0) translateX(60px);
          transform: scaleX(0) translateX(60px);
}

#visual .visual__left .b1 {
  -webkit-transform: scaleX(0) translateX(120px);
          transform: scaleX(0) translateX(120px);
}

#visual .visual__right {
  float: right;
  overflow: hidden;
}

#visual .visual__right [class*="b"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#visual .visual__right [class*="b"] > p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3.2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

#visual .visual__right .b2 {
  -webkit-transform: scaleX(0) translateX(-60px);
          transform: scaleX(0) translateX(-60px);
}

#visual .visual__right .b1 {
  -webkit-transform: scaleX(0) translateX(-120px);
          transform: scaleX(0) translateX(-120px);
}

.sidemenu {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 400px;
  z-index: 5;
  opacity: 0;
}

.sidemenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidemenu ul li {
  width: 64px;
  height: 400px;
  background: #0a7c81;
  overflow: hidden;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.sidemenu ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.sidemenu ul li h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 18px;
  font-weight: 300;
  color: white;
  letter-spacing: 3.2px;
  white-space: nowrap;
}

.sidemenu ul li .con {
  opacity: 0;
  padding: 30px;
}

.sidemenu ul li:nth-child(2) {
  background: #05697a;
}

.sidemenu ul li:nth-child(3) {
  background: #085d70;
}

#section1 {
  text-align: center;
  color: #fff;
  background-image: url("images/visual.optimized.webp");
  background-size: cover;
  background-position: center;
}

#section1 .section__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#section1 .ci {
  width: 158px;
  height: 50px;
  margin: 0 auto;
  background-image: url("images/ci.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#section1 .section__title {
  margin: 40px auto;
  line-height: 1.27;
  font-size: 85px;
  font-family: "SpoqaHanB";
}

#section1 .section__desc {
  margin: 0 auto;
  line-height: 1.75;
  font-size: 24px;
  letter-spacing: -0.6px;
}

#section2 {
  padding: 150px 0;
}

#section2 .txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
}

#section2 .txt-wrap .content__title {
  margin-top: -24px;
  margin-right: 380px;
  color: #000;
  font-size: 50px;
  font-family: "SpoqaHanB";
  letter-spacing: -1.26px;
}

#section2 .txt-wrap .content__desc {
  max-width: 580px;
  margin-top: 50px;
  letter-spacing: -0.2px;
  font-size: 20px;
  color: #444;
}

#section2 .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}

#section2 .list-wrap .list {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  height: 340px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid;
  background-color: #fff;
}

#section2 .list-wrap .list .list__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: roboto;
  font-weight: bold;
}

#section2 .list-wrap .list .list__content {
  line-height: 28px;
}

#section2 .list-wrap .list:nth-child(1) {
  color: #106a6f;
  border-color: #106a6f;
}

#section2 .list-wrap .list:nth-child(2) {
  margin: 0 90px;
  position: relative;
  z-index: 0;
  width: 378px;
  height: 378px;
  color: #fff;
  background-color: #1c9b97;
  border-color: #1c9b97;
}

#section2 .list-wrap .list:nth-child(2) .list__title {
  font-size: 40px;
}

#section2 .list-wrap .list:nth-child(2) .bar {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  height: 2px;
  background-color: #1c9b97;
  width: 800px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#section2 .list-wrap .list:nth-child(2) .circle {
  content: '';
  opacity: 0.12;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 480px;
  height: 480px;
  background-color: #1c9b97;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
}

#section2 .list-wrap .list:nth-child(3) {
  color: #094c5d;
  border-color: #094c5d;
}

#section3 {
  padding: 150px 70px;
  color: #fff;
  background-image: url("images/bg_01.optimized.webp");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#section3 .section__title {
  position: absolute;
  top: 150px;
  left: 70px;
  color: #fff;
  font-size: 30px;
  font-family: "SpoqaHanB";
}

#section3 .swiper-container {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 25px;
}

#section3 .swiper-container .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#section3 .swiper-container .swiper-slide .img {
  border-radius: 20px;
}

#section3 .swiper-pagination {
  opacity: 0;
}

#section4 {
  padding-top: 150px;
  padding-bottom: 150px;
}

#section4 .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section4 .list-wrap .list__title {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "SpoqaHanB";
  letter-spacing: -0.65px;
}

#section4 .list-wrap .list {
  height: 100%;
}

#section4 .list-wrap .list:not(:first-of-type) {
  margin-left: 80px;
}

#section4 .list-wrap .list:nth-of-type(1) .list__image {
  background-image: url("images/img_mo_01.png");
}

#section4 .list-wrap .list:nth-of-type(2) {
  margin-top: -240px;
}

#section4 .list-wrap .list:nth-of-type(2) .list__image {
  background-image: url("images/img_mo_02.png");
}

#section4 .list-wrap .list:nth-of-type(3) {
  margin-top: 210px;
}

#section4 .list-wrap .list:nth-of-type(3) .list__image {
  background-image: url("images/img_mo_03.png");
}

#section4 .list-wrap .list .list__image {
  width: 380px;
  height: 754px;
  border: 4px solid #fff;
  border-radius: 40px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 30px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 10px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-size: cover;
}

#section5 {
  padding-top: 150px;
  padding-bottom: 180px;
}

#section5 .content__title {
  font-family: 'roboto';
  font-weight: bold;
  margin-top: -24px;
}

#section5 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 485px;
}

#section5 .item-wrap .txt-wrap {
  margin-left: 60px;
  margin-right: 118px;
  margin-bottom: 72px;
}

#section5 .item-wrap .txt-wrap .content__desc {
  margin-top: 25px;
}

#section5 .item-wrap .img-ci-wrap {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#section5 .item-wrap .img-ci-wrap .img-ci-part1 {
  position: absolute;
  top: -100%;
  left: -185px;
  width: 320px;
  height: 320px;
  border-radius: 100%;
  background-image: url("images/ci-part1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

#section5 .item-wrap .img-ci-wrap .img-ci-part2 {
  position: relative;
  width: 588px;
  height: 190px;
  background-image: url("images/ci-part2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#section5 .img-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 140px;
}

#section5 .img-page-wrap .img-page1 {
  width: 650px;
  height: 958px;
  margin-bottom: 80px;
  background-image: url("images/img_pcsub01.optimized.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#section5 .img-page-wrap .img-page2 {
  width: 650px;
  height: 848px;
  margin-left: 50px;
  background-image: url("images/img_pcsub02.optimized.webp");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#section5 .img-page__background-wrap {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 980px;
}

#section5 .img-page__background-wrap .img-page__background {
  position: relative;
  width: 138px;
  height: 100%;
}

#section5 .img-page__background-wrap .img-page__background:nth-of-type(1) {
  width: 100%;
  background-color: #1A938B;
}

#section5 .img-page__background-wrap .img-page__background:nth-of-type(2) {
  background-color: #106A6F;
}

#section5 .img-page__background-wrap .img-page__background:nth-of-type(3) {
  background-color: #0C5867;
}

#section5 .img-page__background-wrap .img-page__background:nth-of-type(4) {
  background-color: #094C5D;
}

#section5 .img-page__background-wrap .img-page__background .txt {
  width: 100%;
  opacity: 0.4;
  display: block;
  position: absolute;
  bottom: 28px;
  padding-right: 22px;
  font-size: 16px;
  text-align: right;
  color: #fff;
}

#section6 {
  overflow: hidden;
  padding-top: 126px;
  padding-bottom: 200px;
}

#section6 .section__title {
  display: none;
}

#section6 .txt-wrap {
  margin-left: 60px;
  margin-right: 118px;
  margin-bottom: 72px;
}

#section6 .txt-wrap .content__title {
  margin-bottom: 25px;
  color: #000;
  line-height: 1.52;
  letter-spacing: -1.6px;
  font-size: 50px;
  font-family: "Roboto";
  font-weight: bold;
}

#section6 .txt-wrap .content__desc {
  font-size: 20px;
  line-height: 34px;
  color: #444;
  letter-spacing: -0.2px;
}

#section6 .video-area.pc {
  padding-top: 45px;
}

#section6 .video-area.mobile {
  display: none;
}

#section6 .video-area.mobile .swiper-wrapper {
  padding: 50px 0;
}

#section6 .video-swiper-container {
  position: relative;
  overflow: hidden;
}

#section6 .video-swiper-container .swiper-pagination {
  bottom: -50px;
}

#section6 .video-swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section6 .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section6 .video-wrap .video {
  border: 8px solid #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.3);
}

#section6 .video-wrap + .video-wrap {
  margin-top: 80px;
}

#section7 {
  position: relative;
  padding-top: 124px;
  color: #fff;
}

#section7 .background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/history_bg.optimized.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#section7 .txt-wrap {
  margin-left: 60px;
}

#section7 .txt-wrap .content__title {
  letter-spacing: -4px;
}

#section7 .txt-wrap .content__desc {
  opacity: 0.7;
  margin-top: 20px;
}

#section7 .img-page-wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  margin-top: 90px;
  max-width: 1350px;
  padding-top: 62%;
  border: 1px solid #fff;
  border-radius: 20px;
  -ms-overflow-style: none;
}

#section7 .img-page-wrap::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

#section7 .img-page-wrap .img-page {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("images/fullscreen.optimized.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

#section8 {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 508px;
  color: #fff;
  background-color: #1d1d1d;
}

#section8 .txt-wrap {
  margin-top: -20px;
  margin-left: 60px;
}

#section8 .txt-wrap .content__title {
  letter-spacing: -5px;
}

#section8 .txt-wrap .content__desc {
  margin-top: 20px;
  opacity: 0.7;
}

#section8 .list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 247px;
}

#section8 .list-wrap .list__title {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "SpoqaHanB";
}

#section8 .list-wrap .list {
  height: 100%;
}

#section8 .list-wrap .list:not(:first-of-type) {
  margin-left: 80px;
}

#section8 .list-wrap .list:nth-of-type(1) .list__image {
  background-image: url("images/img_mo_sub_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#section8 .list-wrap .list:nth-of-type(2) {
  margin-top: -314px;
}

#section8 .list-wrap .list:nth-of-type(2) .list__image {
  background-image: url("images/img_mo_sub_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#section8 .list-wrap .list:nth-of-type(3) .list__image {
  background-image: url("images/img_mo_sub_03.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#section8 .list-wrap .list .list__image {
  width: 380px;
  height: 754px;
  border: 8px solid #1d1d1d;
  border-radius: 30px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 30px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 10px rgba(0, 0, 0, 0.15);
  background-position: center;
}

#section2 .list-wrap .list {
  opacity: 0;
}

#section4 .list-wrap .list {
  opacity: 0;
}

#section5 .item-wrap .img-ci-wrap .img-ci-part1 {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#section5 .img-page-wrap .img-page1 {
  opacity: 0;
}

#section5 .img-page-wrap .img-page2 {
  opacity: 0;
}

#section6 .video-wrap .video {
  opacity: 0;
}

#section8 .list-wrap .list {
  opacity: 0;
}

@media (min-width: 767px) and (max-width: 1700px) {
  #section2 .section__title {
    position: relative;
    top: -30px;
    left: 60px;
    width: calc(100% - 60px);
  }
  #section3 .section__title {
    position: relative;
    top: -30px;
    left: 0;
  }
  #section5 .section__title {
    position: relative;
    top: -30px;
    left: 60px;
    width: calc(100% - 60px);
  }
  #section7 .section__title {
    position: relative;
    top: -30px;
    left: 60px;
    width: calc(100% - 60px);
  }
  #section8 .section__title {
    position: relative;
    top: -30px;
    left: 60px;
    width: calc(100% - 60px);
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1200px) {
  .section .section__inner {
    width: 100%;
  }
  #section2 {
    min-height: 80vh;
  }
  #section2 .txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section2 .txt-wrap .content__desc {
    margin-top: 20px;
  }
  #section2 .list-wrap .list {
    width: 250px;
    height: 250px;
  }
  #section2 .list-wrap .list:nth-child(2) {
    width: 250px;
    height: 250px;
  }
  #section2 .list-wrap .list:nth-child(2) .circle {
    width: 300px;
    height: 300px;
  }
  #section2 .list-wrap .list:nth-child(2) .list__title,
  #section2 .list-wrap .list .list__title {
    font-size: 25px;
  }
  #section2 .list-wrap .list .list__content {
    font-size: 14px;
  }
  #section2 .txt-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0 60px;
  }
  #section2 .txt-wrap .content__title {
    margin: 0;
  }
  #section3 {
    min-height: 80vh;
  }
  #section4 .list-wrap .list:not(:first-of-type) {
    margin-left: 40px;
  }
  #section4 .list-wrap .list .list__image {
    width: calc(380px/2);
    height: calc(754px/2);
  }
  #section5 .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section5 .item-wrap .img-ci-wrap {
    margin-right: 60px;
  }
  #section5 .item-wrap .img-ci-wrap .img-ci-part1 {
    width: calc(320px / 1.5);
    height: calc(320px / 1.5);
    left: -135px;
  }
  #section5 .item-wrap .img-ci-wrap .img-ci-part2 {
    width: calc(588px / 1.5);
    height: calc(190px / 1.5);
  }
  #section5 .img-page-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #section5 .img-page-wrap .img-page1 {
    width: calc(650px/1.5);
    height: calc(958px/1.5);
  }
  #section5 .img-page-wrap .img-page2 {
    width: calc(650px/1.5);
    height: calc(848px/1.5);
  }
  #section5 .img-page__background-wrap {
    height: 786px;
  }
  #section6 .video-wrap .video {
    width: 40%;
  }
  #section8 .list-wrap .list:not(:first-of-type) {
    margin-left: 40px;
  }
  #section8 .list-wrap .list .list__image {
    width: calc(380px/2);
    height: calc(754px/2);
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .section {
    min-height: auto;
  }
  .section .section__inner {
    width: 100%;
    padding: 0 30px;
  }
  .section .content__title {
    font-size: 30px;
  }
  .section .content__desc {
    font-size: 15px;
    line-height: 24px;
  }
  .txt-section {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 14px;
    font-size: 14px;
  }
  #section1 {
    min-height: 100vh;
  }
  #section1 .section__title {
    margin: 20px auto;
    font-size: 34px;
  }
  #section1 .section__desc {
    width: 268px;
    font-size: 15px;
    font-family: "SpoqaHan";
  }
  #section1 .ci {
    width: 95px;
    height: 30px;
  }
  #section2 {
    padding-top: 100px;
    padding-bottom: 114px;
  }
  #section2 .txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    margin-bottom: 50px;
  }
  #section2 .txt-wrap .content__title {
    margin: 0;
    font-size: 30px;
  }
  #section2 .txt-wrap .content__desc {
    width: 100%;
    font-size: 15px;
  }
  #section2 .list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  #section2 .list-wrap .list:not(:first-child) {
    margin-left: 0;
    margin-top: 50px;
  }
  #section2 .list-wrap .list:nth-child(2) {
    margin: 50px auto 0;
  }
  #section2 .list-wrap .list:nth-child(2),
  #section2 .list-wrap .list {
    width: 240px;
    height: 240px;
  }
  #section2 .list-wrap .list:nth-child(2) .bar {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
  #section2 .list-wrap .list:nth-child(2) .circle {
    width: 300px;
    height: 300px;
  }
  #section2 .list-wrap .list .list__title {
    font-size: 24px;
  }
  #section2 .list-wrap .list:nth-child(2) .list__title {
    font-size: 24px;
  }
  #section2 .list-wrap .list .list__content {
    font-size: 15px;
  }
  #section3 {
    padding: 100px 0;
  }
  #section3 .section__title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #section3 .swiper-container {
    width: 100%;
    padding: 8px;
  }
  #section3 .swiper-container .swiper-slide {
    border-radius: 20px;
    background-size: cover;
  }
  #section3 .swiper-pagination {
    opacity: 1;
    margin-top: 24px;
  }
  #section4 {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #section4 .list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  #section4 .list-wrap .list__title {
    font-size: 18px;
  }
  #section4 .list-wrap .list .list__image {
    width: 128px;
    height: 262px;
    background-size: cover;
    border-radius: 16px;
  }
  #section4 .list-wrap .list:not(:first-of-type) {
    margin-left: 0;
  }
  #section4 .list-wrap .list:nth-of-type(1),
  #section4 .list-wrap .list:nth-of-type(3) {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #section4 .list-wrap .list:nth-of-type(2) {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
    margin: -128px 0;
  }
  #section4 .list-wrap .list:nth-of-type(3) {
    margin-top: 0;
  }
  #section5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #section5 .content__title {
    margin-top: 0;
  }
  #section5 .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #section5 .img-page-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  #section5 .item-wrap .txt-wrap {
    margin: 0;
  }
  #section5 .item-wrap .txt-wrap .content__desc {
    margin-top: 20px;
  }
  #section5 .item-wrap .img-ci-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 150px auto 100px;
    width: 100%;
  }
  #section5 .item-wrap .img-ci-wrap .img-ci-part1 {
    width: 124px;
    height: 124px;
    left: -70px;
  }
  #section5 .item-wrap .img-ci-wrap .img-ci-part2 {
    width: 230px;
    height: 74px;
    margin-left: 15%;
  }
  #section5 .img-page-wrap .img-page1 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 50px;
    width: 221px;
    height: 326px;
    background-size: cover;
  }
  #section5 .img-page-wrap .img-page2 {
    margin: 0;
    width: 222px;
    height: 289px;
    background-size: cover;
  }
  #section5 .img-page__background-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #section5 .img-page__background-wrap .img-page__background {
    width: 100%;
    height: 80px;
  }
  #section5 .img-page__background-wrap .img-page__background:nth-of-type(1) {
    height: 464px;
  }
  #section5 .img-page__background-wrap .img-page__background .txt {
    padding-left: 16px;
    right: 0;
    text-align: left;
  }
  #section6 {
    padding: 100px 0 82px;
  }
  #section6 .txt-wrap {
    margin: 0;
  }
  #section6 .txt-wrap .content__title {
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: -0.6px;
  }
  #section6 .txt-wrap .content__desc {
    font-size: 15px;
    line-height: 24px;
  }
  #section6 .video-area.pc {
    display: none;
  }
  #section6 .video-area.mobile {
    overflow: hidden;
    display: block;
    position: relative;
  }
  #section6 .video-area.mobile .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #section6 .video-area.mobile .swiper-slide .video {
    width: 300px;
  }
  #section6 .video-area.mobile .swiper-slide .video {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 3px 15px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 15px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  #section6 .video-area.mobile .swiper-pagination {
    margin-top: 23px;
  }
  #section6 .video-swiper-container .swiper-pagination {
    bottom: 10px;
  }
  #section7 {
    padding-top: 100px;
  }
  #section7 .txt-wrap .content__title {
    letter-spacing: 0;
  }
  #section7 .txt-wrap {
    margin-left: 0;
  }
  #section7 .content__desc {
    margin-bottom: 35px;
    font-size: 15px;
  }
  #section7 .img-page-wrap {
    margin-top: 0;
  }
  #section8 {
    padding-bottom: 140px;
  }
  #section8 .txt-wrap .content__title {
    letter-spacing: 0;
  }
  #section8 .txt-wrap {
    margin-left: 0;
    margin-top: 0;
  }
  #section8 .list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  #section8 .list-wrap .list:not(:first-of-type) {
    margin-left: 0;
  }
  #section8 .list-wrap .list .list__image {
    width: 134px;
    height: 268px;
    border-radius: 16px;
  }
  #section8 .list-wrap .list:nth-of-type(2) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 20px 0 0;
  }
  #section8 .list-wrap .list:nth-of-type(3) {
    position: relative;
    position: absolute;
    top: 50px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #section8 .list-wrap .list:nth-of-type(3):before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100%;
    border: 8px solid #1d1d1d;
    background-image: url("images/img_mo_sub_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
    -webkit-filter: opacity(0.2);
            filter: opacity(0.2);
  }
  #section8 .list-wrap .list:nth-of-type(3):after {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#1d1d1d));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #1d1d1d 100%);
  }
}
/*# sourceMappingURL=style.css.map */
