@charset "UTF-8";
/*반응형 화면 크기*/
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
section {
  background-color: white;
  width: 100%;
  overflow: hidden;
}

.section_wrap {
  background-color: #F8F8F8;
}

.container .left,
.container .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container .right {
  text-align: right;
}

.container .right .txt_wrap {
  text-align: left;
}

.visual_wrap .visual_bg {
  background: center/cover no-repeat url("../../img/layout/visual_bg.jpg");
  height: 875px;
}

.visual_wrap .visual_bg .container {
  position: relative;
}

.visual_wrap .visual_bg .left .txt_wrap h2 {
  color: #ffffff;
}

.visual_wrap .visual_bg .left .txt_wrap p {
  color: #ffffff;
  margin-bottom: 10px;
}

.visual_wrap .visual_bg .left .download_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.visual_wrap .visual_bg .left .download_wrap a {
  margin-right: 10px;
  display: inline-block;
}

.visual_wrap .visual_bg .left .download_wrap a img {
  width: 100%;
}

.section_wrap section:not(:first-child) {
  height: 810px;
  margin-bottom: 20px;
}

.section_wrap section:not(:first-child) .txt_wrap h2 {
  margin-bottom: 30px;
}

.section_wrap section:last-child {
  height: 680px;
}

.section_wrap section > div {
  height: 100%;
}

.section_wrap section > div .img_wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section_wrap section:nth-child(1) .img_wrap > img {
  max-height: 420px;
  margin-left: auto;
}

.section_wrap section:nth-child(2) .img_wrap > img {
  max-height: 340px;
}

.section_wrap section:nth-child(3) .img_wrap > img {
  max-height: 480px;
  margin-left: auto;
}

.section_wrap section:nth-child(4) .img_wrap > img {
  max-height: 340px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.section_wrap section:nth-child(5) .img_wrap > img {
  max-height: 573px;
  margin: 0 auto;
}

.section_wrap section:nth-child(6) .img_wrap > img {
  max-height: 363px;
}

#section_04 .right {
  text-align: center;
}

#section_04 .img_wrap {
  display: inline-block;
  position: relative;
}

#section_04 .img_wrap .sub_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section_04 .img_wrap .sub_img span {
  display: inline-block;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  height: 50px;
  width: 157px;
}

#section_04 .img_wrap .sub_img span:nth-child(1) {
  top: 60px;
  left: calc(100% - 55px);
}

#section_04 .img_wrap .sub_img span:nth-child(2) {
  top: 115px;
  left: calc(100% - 25px);
}

#section_04 .img_wrap .sub_img span:nth-child(3) {
  top: 170px;
  left: calc(100% + 5px);
}

#section_04 .img_wrap .sub_img span:nth-child(4) {
  bottom: 170px;
  right: calc(100% - 55px);
}

#section_04 .img_wrap .sub_img span:nth-child(5) {
  bottom: 115px;
  right: calc(100% - 85px);
}

#section_04 .img_wrap .sub_img span:nth-child(6) {
  bottom: 60px;
  right: calc(100% - 115px);
}

#section_04 .img_wrap .sub_img span img {
  width: 100%;
}

#section_05 .txt_wrap h2 {
  color: #F20C36;
}

#section_05 .txt_wrap p {
  color: #F20C36;
}

#section_05 .txt_wrap .download_wrap {
  margin-top: 50px;
}

#section_05 .txt_wrap .download_wrap a {
  display:block;
}

#section_05 .txt_wrap .download_wrap a:nth-child(1) {
  margin-right: 30px;
}

#section_05 .txt_wrap .download_wrap a img {
  width: 100%;
  max-width:300px;
}

@media (max-width: 1199px) {
  .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container .left,
  .container .right {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
    width: 100%;
  }
  .container .right {
    text-align: center;
  }
  .container .right .txt_wrap {
    text-align: left;
  }
  section {
    height: 640px !important;
  }
  section:nth-child(2n) .container .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .visual_wrap .visual_bg {
    background: center/cover no-repeat url("../../img/layout/visual_bg_m.jpg");
    height: 640px;
  }
  .visual_wrap .visual_bg .left .txt_wrap h2 {
    color: #ffffff;
  }
  .visual_wrap .visual_bg .left .txt_wrap p {
    color: #ffffff;
    margin-bottom: 10px;
  }
  .visual_wrap .visual_bg .left .download_wrap {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .visual_wrap .visual_bg .left .download_wrap a {
    width: auto;
    height: 36px;
    display: inline-block;
  }
  .visual_wrap .visual_bg .left .download_wrap a:nth-child(1) {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 76px;
    margin-right: 8px;
  }
  .visual_wrap .visual_bg .left .download_wrap a:nth-child(1) i {
    font-size: 16px;
    margin-left: 4px;
  }
  .visual_wrap .visual_bg .left .download_wrap a img {
    width: 144px;
    height: 36px;
  }
  .section_wrap section:not(:first-child) {
    height: 810px;
    margin-bottom: 20px;
  }
  .section_wrap section:not(:first-child) .txt_wrap h2 {
    margin-bottom: 10px;
  }
  .section_wrap section:last-child {
    height: 680px;
  }
  .section_wrap section > div {
    height: 100%;
  }
  .section_wrap section > div .img_wrap {
    margin-top: 30px;
  }
  .section_wrap section > div .img_wrap img {
    max-width: 240px;
    max-height: unset;
    margin: 0 auto;
  }
  #section_04 .right {
    text-align: center;
  }
  #section_04 .img_wrap > img {
    max-width: 120px;
  }
  #section_04 .img_wrap .sub_img span {
    display: inline-block;
    position: absolute;
    height: 32px;
    width: 130px;
  }
  #section_04 .img_wrap .sub_img span:nth-child(1) {
    top: 10px;
    left: calc(100% - 38px);
  }
  #section_04 .img_wrap .sub_img span:nth-child(2) {
    top: 45px;
    left: calc(100% - 28px);
  }
  #section_04 .img_wrap .sub_img span:nth-child(3) {
    top: 85px;
    left: calc(100% - 10px);
  }
  #section_04 .img_wrap .sub_img span:nth-child(4) {
    bottom: 85px;
    right: calc(100% - 50px);
  }
  #section_04 .img_wrap .sub_img span:nth-child(5) {
    bottom: 45px;
    right: calc(100% - 60px);
  }
  #section_04 .img_wrap .sub_img span:nth-child(6) {
    bottom: 10px;
    right: calc(100% - 70px);
  }
  #section_04 .img_wrap .sub_img span img {
    width: 100%;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #section_05 .txt_wrap .download_wrap {
    margin-top: 30px;
  }
  #section_05 .txt_wrap .download_wrap a:nth-child(1) {
    margin-right: 10px;
  }
  #section_05 .txt_wrap .download_wrap a:nth-child(1) img {
    width: 100%;
    width: 144px;
    height: 36px;
    margin:0 auto;
  }
  #section_05 .txt_wrap .download_wrap a:nth-child(2) img {
    max-height: 48px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*# sourceMappingURL=main.css.map */