.section {
    width: 100%;
    height: 100vh !important;
}

.section_inner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section .center {
    width: 83%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    letter-spacing: -0.02em;
}

.section_txt {
    margin: 0 auto;
    text-align: center;

}
.txt_title {
    font-size: 54px;
    line-height: 63px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.p_green {
  color: #0c9882;
}
.p_yellow {
  color: #e4ad35;
}


/* section0 */
#section0 .section_inner {
    background-image: url(../images/bg_1-1.jpg);
}

#section0 .center {
  text-align: center;
    position: relative;
}

@keyframes txtshow1 {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.motion_txt {
    overflow: hidden;
        color: #fff;
}

.motion_txt p {
    opacity: 0;
    transform: translateY(50px);
}

.motion_txt1 p {
    animation: txtshow2 1s .2s ease forwards;
    font-family: 'SUIT-Bold', sans-serif;
    font-size: 24px;
}

.motion_txt2 p {
    animation: txtshow2 1s .4s ease forwards;
    font-family: 'welcome-BOLD.TTF', sans-serif;
    font-size: 60px;
    padding:30px 0;
}

.mini-txt {
  font-size: 20px;
}

@keyframes txtshow2 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* section1 */
#section1 .section_inner {
    background-image: url(../images/bg_1-2.jpg);
}

.company_sec1 {
  width: 94%;
  margin:0 auto;
}
.sec1_ctt{
  width: 72%;
  margin:100px auto 0;
  padding:100px 3%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 20px;
  line-height: 32px;
}

.sec1_tit {
  padding-bottom:80px;
}

.sec1_suit {
font-family: 'SUIT-Regular', sans-serif;
padding:0 2%;
}



/* section2 */
#section2 .section_inner {
    background-color: #fff;
}

.company_sec2 {
  width: 90%;
}

.sec2_ctt{
  margin-top:100px;
}

.sec2_tit {
  padding-bottom:20px;
}

.sec2_hyundai {
  padding: 10px 0 20px;
}

.sec2_hyundai p {
  text-decoration: underline;
  padding:10px 0 20px;
  font-size: 18px;
  color: #333;
}

.sec2_3box {
  display: flex;
  flex-wrap: wrap;
  gap:1.5%;
}

.sec2_child {
  width: 29%;
  min-height: 240px;
  padding:60px 1.5%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 15px;
}

.sec2_child h1 {
  text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  font-size: 40px;
  padding-bottom: 50px;
}
.sec2_child p {
  text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  font-size: 17px;
  line-height: 30px;
}

.child1 {
    background-image: url(../images/beauty_1.png);
}
.child2 {
    background-image: url(../images/beauty_2.png);
}
.child3 {
    background-image: url(../images/beauty_3.png);
}

.sec2_bottom {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  padding-top: 20px;
}

.sec2_bottom span {
  color: #fe576b;
}


/* section3 */
#section3 .section_inner {
    background-image: url(../images/bg_1-4.jpg);
}

.sec3_tit span {
  font-weight: 200;
}

.sec3_end {
  justify-content: end !important;
}


















/* mobile */
@media screen and (max-width: 767px) {

  .m_width94 {
    width: 94% !important;
    margin:0 auto;
  }

  .txt_title {
      font-size: 5.5vw;
      line-height: 7vw;
      padding:3vh 5vh;
  }

    .motion_txt1 p {
        font-size: 4.5vw;
    }

    .motion_txt2 p {
        font-size: 8vw;
        line-height: 11vw;
    }

    .mini-txt {
      font-size: 4vw;
    }


    /* section1 */
    #section1 .section_inner {
        background-image: url(../images/bg_1-2.jpg);
    }

    .sec1_ctt{
      width: 90%;
      margin-top:7.5vh;
      padding:2vh 5%;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 20px;
      font-size: 0.8rem;
      line-height: 1.3rem;
    }

    .sec1_tit {
      padding-bottom:5vh;
    }

    .sec1_suit {
    font-family: 'SUIT-Regular', sans-serif;
    padding-bottom: 2vh;
    }


    /* section2 */
    #section2 .section_inner {
        background-color: #fff;
    }

    .sec2_ctt{
      margin-top:5vh;
    }

    .sec2_tit {
      padding: 2vh 3vh;
    }

    .sec2_hyundai img {
      width: 36%;
    }

    .sec2_hyundai {
      padding:15px 0 20px;
    }

    .sec2_hyundai p {
      text-decoration: underline;
      padding:15px 0 20px;
      font-size: 13px;
    }

    .sec2_3box {
      display: flex;
      flex-wrap: wrap;
      gap:2%;
    }

    .sec2_child {
      width: 28%;
      min-height: 15vh;
      padding:4% 2%;
      background-repeat: no-repeat;
      background-size:cover;
      color: #fff;
      border-radius: 10px;
    }

    .sec2_child h1 {
      text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
      font-size: 0.85rem;
      padding-bottom: 1.4vh;
    }
    .sec2_child p {
      text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
      font-size: 0.6rem;
      line-height: 1rem;
    }

    .sec2_bottom {
      font-size: 1rem;
      line-height: 1.3rem;
      padding-top:3vh;
    }

    /* section3 */
    #section3 .section_inner {
        background-image: url(../images/m_bg_1-4.jpg);
    }

    .sec3_tit span {
      font-weight: 200;
    }

    .sec3_end {
      justify-content: center !important;
    }



}















/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .section .center {
        width: 90%;
    }


    .m_width94 {
      width: 94% !important;
      margin:0 auto;
    }

    .txt_title {
        font-size: 6vw;
        line-height: 8vw;
        padding:3.5vh;
    }

      .motion_txt1 p {
          font-size: 3vw;
      }

      .motion_txt2 p {
          font-size: 6vw;
          line-height: 8vw;
      }

      .mini-txt {
        font-size: 2vw;
      }


      /* section1 */
      #section1 .section_inner {
          background-image: url(../images/bg_1-2.jpg);
      }

      .sec1_ctt{
        margin-top:5.5vh;
        padding:2vh 3.5%;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        font-size: 1.6vw;
        line-height: 3vw;
      }

      .sec1_tit {
        padding-bottom:5vh;
      }

      .sec1_suit {
      font-family: 'SUIT-Regular', sans-serif;
      padding-bottom: 2vh;
      }


      /* section2 */
      #section2 .section_inner {
          background-color: #fff;
      }

      .sec2_ctt{
        margin-top:5vh;
      }

      .sec2_tit {
        padding: 2vh 3vh;
      }

      .sec2_hyundai img {
        width: 22%;
      }

      .sec2_hyundai p {
        text-decoration: underline;
        padding:15px 0 20px;
        font-size: 13px;
      }

      .sec2_3box {
        display: flex;
        flex-wrap: wrap;
        gap:2%;
      }

      .sec2_child {
        width: 28%;
        min-height: 15vh;
        padding:4% 2%;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        border-radius: 10px;
      }

      .sec2_child h1 {
        text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
        font-size: 0.85rem;
        padding-bottom: 1.4vh;
      }
      .sec2_child p {
        text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
        font-size: 0.6rem;
        line-height: 1rem;
      }

      .sec2_bottom {
        font-size: 1rem;
        line-height: 1.3rem;
        padding-top:3vh;
      }

      /* section3 */
      #section3 .section_inner {
          background-image: url(../images/m_bg_1-4.jpg);
      }

      .sec3_tit {
        padding: 7vh 5.5vh;
      }
      .sec3_tit span {
        font-weight: 200;
      }

      .sec3_end {
        justify-content: center !important;
      }


}























/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    .section .center {
        width: 90%;
    }


    /* section0 */
    .motion_txt p {
        font-size: 60px;
    }

    .sec_txt_inner p {
        font-size: 48px;
        line-height: 60px;
    }

}









/* pc */
@media screen and (min-width: 1401px) and (max-width: 1600px) {

    .sec1_ctt {
      width: 84%;
    }

}
