.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;
}
.swiper-scrollbar{
  opacity: 1 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color:#00aba4;
}
.swiper-slide.video{
  position: relative;
  overflow: hidden;
  border-radius:20px;
}
.swiper-slide.video img{
  opacity: 0 !important;
}
.swiper-button-next{color:#888 !important;}
.swiper-button-prev{color:#888 !important;}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1rem !important;
}
.swiper video {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
   object-fit: fill;
}
.section_txt {
    margin: 0 auto;
    text-align: center;

}
.txt_title {
    font-size: 52px;
    line-height: 63px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #111;
}
.p_green {
  color: #0c9882;
}
.p_yellow {
  color: #e4ad35;
}

.tech_circle {
  padding:60px 0 ;
}
.tech_circle h1 {
  padding:5px 40px;
  color: #fff;
  font-size: 32px;
  background: #dc9a03;
  border-radius: 30px;
  display: inline-block;
}
.tech_circle p {
  padding-top:20px;
  font-size: 17px;
  line-height: 26px;
  font-family: 'SUIT-Regular', sans-serif;
}


#section0 .section_inner, #section1 .section_inner, #section2 .section_inner {
  background-image: url(../images/bg_2-1.jpg);
}


/* section0 */

#section0 .center {
  text-align: center;
  position: relative;
  margin-top:15vh;
}

@keyframes txtshow1 {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.motion_txt {
    overflow: hidden;
    color: #111;
}

.motion_txt p {
    opacity: 0;
    transform: translateY(50px);
}

.motion_txt1 p {
    animation: txtshow2 1s .2s ease forwards;
}

.motion_txt2 p {
    animation: txtshow2 1s .4s ease forwards;
    font-size: 20px;
    font-weight: lighter;
}

@keyframes txtshow2 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cosmetics_tb {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.cosmetics_tb ul li {
  float: left;
  height: 55px;
  line-height: 54px;
  margin-bottom: 1%;
}
.cosmetics_tb ul li:first-child {
  background: #06937c;
  border-radius: 10px;
  width: 20%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.cosmetics_tb ul li:last-child {
  background: #fff;
  width: 72%;
  border:1px dotted #ebebeb;
  font-size: 18px;
  padding-left:2%;
  margin-left:1%;
  text-align: left;
}


/* section1 */

#section1 .center {
  margin-top:3vh;
}

.nutra_tb {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.nutra_tb ul li {
  width: 48%;
  float: left;
  text-align: left;
  margin:0 1%;
}

.textBox {
    background: #fff;
    border:1px dotted #ebebeb;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding:20px;
    border-radius: 10px;
    margin-top:5px;
}
.textBox h1 {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.textBox h1 span {
  font-size: 14px;
  font-weight: lighter;
  padding-left:5px;
  font-family: 'SUIT-Regular', sans-serif;
}
.textBox ul {
  display: flex;
  margin-top:10px;
}
.textBox ul li:first-child {
  color: #06937c;
  margin: 0;
}
.textBox ul li:last-child {
  font-size: 14px;
}



/* section2 */

#section2 .center {
  margin-top:3vh;
}

.bio_tb {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
.bio_tb ul li {
  width: 31%;
  float: left;
  text-align: left;
  margin:0 1%;
}

.textBox2 {
    background: #fff;
    border:1px dotted #ebebeb;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    padding:15px;
    border-radius: 10px;
    margin-top:5px;
    min-height: 175px;
}
.textBox2 h1 {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.textBox2 h1 span {
  font-size: 14px;
  font-weight: lighter;
  padding-left:5px;
  font-family: 'SUIT-Regular', sans-serif;
}



/* section3 */
#section3 .section_inner {
  background-image: url(../images/bg_2-2.jpg);
}

.set3_ctt {
  width: 100%;
  padding-top: 8vh;
}
.sec3_tit span {
  font-size: 24px;
  font-weight: lighter;
  line-height: 40px;
}

.tech_txtImg img {
  padding: 40px 30px 0;
}


.s2_con2 {
    position: relative;
    padding-top:2vh;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
}

.prev {
    left: 5%;
}

.next {
    right: 5%;
}

.prev i,
.next i {
    font-size: 50px;
    color: #888;
    font-weight: lighter;
}

.s2_slide {
    width: 84%;
    padding:2vh 2% 3vh !important;
    margin:0 auto;
    display: flex !important;
}

.tech_video {
  width: 430px;
}






















/* mobile */
@media screen and (max-width: 767px) {

    .section .center {
        width: 90%;
    }

    .txt_title {
        font-size: 7.5vw;
        line-height: 10vw;
        padding:3vh;
    }

    .tech_circle {
      padding:3vh 0 0 ;
    }

    .tech_circle h1 {
    padding: 5px 30px;
    color: #fff;
    font-size: 1.3rem;
    }

    .tech_circle p {
    padding: 5vw 7vw;
    font-size: 0.85rem;
    line-height: 1.2rem;
    }


    /* section0 */

    #section0 .center {
      margin-top:10vh;
    }
    #section0 .center .txt_title {
      line-height: 9vw;
      padding-bottom:1vw;
    }

    .motion_txt1 p {
        animation: txtshow2 1s .2s ease forwards;
        font-size: 8vw;
        line-height: 12vw;
    }

    .motion_txt2 p {
        animation: txtshow2 1s .4s ease forwards;
        font-size: 3vw;
        font-weight: lighter;
        padding:0;
    }
    #section0 .center .tech_circle {
      padding-top: 1vw;
    }

    .cosmetics_tb {
      width: 96%;
      height: 100%;
      display: flex;
      flex-direction: column;
      margin:0 auto;
    }
    .cosmetics_tb ul {
      display: flex;
    }
    .cosmetics_tb ul li {
      float: left;
      padding:2% 3%;
      height: auto;
      line-height: inherit;
      margin-bottom: 1%;
    }
    .cosmetics_tb ul li:first-child {
      background: #06937c;
      border-radius: 10px;
      width: 23%;
      color: #fff;
      font-size: 0.7rem;
      font-weight: bold;
    }
    .cosmetics_tb ul li:last-child {
      background: #fff;
      width: 70%;
      border:1px dotted #ebebeb;
      font-size: 0.7rem;
      padding-left:2%;
      margin-left:1%;
      text-align: left;
    }


    /* section1 */

    #section1 .center {
      margin-top:3vh;
    }

    .nutra_tb {
      height: 100%;
      display: flex;
      flex-direction: column;
      margin:0 auto;
    }
    .nutra_tb ul li {
      float: left;
      text-align: left;
      margin:0 2%;
      width: 46%;
    }

    .textBox {
        background: #fff;
        border:1px dotted #ebebeb;
        font-size: 0.65rem;
        line-height: 1rem;
        padding:15px;
        margin-top:5px;
    }
    .textBox h1 {
      font-size: 0.9rem;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 6px;
      margin-bottom: 6px;
    }
    .textBox h1 span {
      display: block;
      font-size: 0.6rem;
      font-weight: lighter;
      padding-left: 5px;
      font-family: 'SUIT-Regular', sans-serif;
    }
    .textBox ul {
      display: inline-block;
      margin-top:5px;
    }
    .textBox ul li {
      float: inherit;
    }
    .textBox ul li:first-child {
      color: #06937c;
      margin: 0;
      padding-bottom:5px;
    }
    .textBox ul li:last-child {
      font-size: 0.6rem;
      width: 100%;
    }


    /* section2 */

    #section2 .center {
      margin-top:3vh;
    }

    .bio_tb {
      height: 100%;
      display: flex;
      flex-direction: column;
      margin:0 auto;
    }
    .bio_tb ul li {
      float: left;
      text-align: left;
      margin:0 1%;
      width: 31.2%;
    }

    .textBox2 {
        background: #fff;
        border:1px dotted #ebebeb;
        font-size: 0.6rem;
        line-height: 0.85rem;
        padding:15px;
        margin-top:5px;
    }
    .textBox2 h1 {
        font-size: 0.9rem;
        line-height: 1.2rem;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    .textBox2 h1 span {
      display: block;
      font-size: 0.6rem;
      line-height: 0.6rem;
      font-weight: lighter;
      padding: 5px 0 0 0;
      font-family: 'SUIT-Regular', sans-serif;
    }


    /* section2 */
    .set3_ctt {
      padding-top: 4vh;
    }
    .sec3_tit {
      padding:2vh 3vw 4vh;
      line-height: 6vw;
      font-size: 6vw;
    }
    .sec3_tit p {
      line-height: 7.5vw;
      padding-top:1.5vh;
    }
    .sec3_tit span {
      font-size: 0.85rem;
      line-height: 1.3rem;
      padding:0 5vw;
      display: inline-block;
    }
    .tech_txtImg {
      padding:2vw;
    }

}
































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .section .center {
        width: 90%;
    }

    .txt_title {
        font-size: 7.5vw;
        line-height: 10vw;
        padding:3vh;
    }

    .tech_circle {
      padding:3vh 0 0 ;
    }

    .tech_circle h1 {
    padding: 5px 30px;
    color: #fff;
    font-size: 1.3rem;
    }

    .tech_circle p {
    padding: 5vw 7vw;
    font-size: 0.85rem;
    line-height: 1.2rem;
    }


    /* section0 */

    #section0 .center {
      margin-top:11vh;
    }
    #section0 .center .txt_title {
      line-height: 9vw;
      padding-bottom:1vw;
    }

    .motion_txt1 p {
        animation: txtshow2 1s .2s ease forwards;
        font-size: 6vw;
        line-height: 8vw;
    }

    .motion_txt2 p {
        font-size: 2vw;
        line-height: 5vw;
        padding:0;
    }
    #section0 .center .tech_circle {
      padding-top: 1vw;
    }

    .cosmetics_tb {
      width: 96%;
      height: 100%;
      display: flex;
      flex-direction: column;
      margin:0 auto;
    }
    .cosmetics_tb ul {
      display: flex;
    }
    .cosmetics_tb ul li {
      float: left;
      padding:2% 3%;
      height: auto;
      line-height: inherit;
      margin-bottom: 1%;
    }
    .cosmetics_tb ul li:first-child {
      background: #06937c;
      border-radius: 10px;
      width: 20%;
      color: #fff;
      font-size: 0.8rem;
      font-weight: bold;
    }
    .cosmetics_tb ul li:last-child {
      background: #fff;
      width: 73%;
      border:1px dotted #ebebeb;
      font-size: 0.7rem;
      padding-left:2%;
      margin-left:1%;
      text-align: left;
    }


    /* section1 */

    #section1 .center {
      margin-top:3vh;
    }

    .nutra_tb {
      height: 100%;
      display: flex;
      flex-direction: column;
      margin:0 auto;
    }
    .nutra_tb ul li {
      float: left;
      text-align: left;
      margin:0 2%;
      width: 46%;
    }

    .textBox {
        background: #fff;
        border:1px dotted #ebebeb;
        font-size: 0.65rem;
        line-height: 1rem;
        padding:15px;
        margin-top:5px;
    }
    .textBox h1 {
      font-size: 0.9rem;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 6px;
      margin-bottom: 6px;
    }
    .textBox h1 span {
      display: block;
      font-size: 0.6rem;
      font-weight: lighter;
      padding-left: 5px;
      font-family: 'SUIT-Regular', sans-serif;
    }
    .textBox ul {
      display: inline-block;
      margin-top:5px;
    }
    .textBox ul li {
      float: inherit;
    }
    .textBox ul li:first-child {
      color: #06937c;
      margin: 0;
      padding-bottom:5px;
    }
    .textBox ul li:last-child {
      font-size: 0.6rem;
      width: 100%;
    }


    /* section2 */

    #section2 .center {
      margin-top:3vh;
    }

    .bio_tb {
      height: 100%;
      display: flex;
      flex-direction: column;
      margin:0 auto;
    }
    .bio_tb ul li {
      float: left;
      text-align: left;
      margin:0 1%;
      width: 31.2%;
    }

    .textBox2 {
        background: #fff;
        border:1px dotted #ebebeb;
        font-size: 0.6rem;
        line-height: 0.85rem;
        padding:15px;
        margin-top:5px;
        min-height: 28vh;
    }
    .textBox2 h1 {
        font-size: 0.9rem;
        line-height: 1.2rem;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    .textBox2 h1 span {
      display: block;
      font-size: 0.6rem;
      line-height: 0.6rem;
      font-weight: lighter;
      padding: 5px 0 0 0;
      font-family: 'SUIT-Regular', sans-serif;
    }


    /* section2 */

    .sec3_tit {
      padding:2vh 0 4vh;
      line-height: 6vw;
    }
    .sec3_tit p {
      line-height: 9vw;
      padding-top:1.5vh;
    }
    .sec3_tit span {
      font-size: 0.85rem;
      line-height: 1.3rem;
      padding:0 5vw;
      display: inline-block;
    }
    .tech_txtImg {
      padding:2vw;
    }

}






























/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    .section .center {
        width: 90%;
    }

    /* section0 */
    .motion_txt p {
        font-size: 60px;
    }

    .motion_txt2 p {
        animation: txtshow2 1s .4s ease forwards;
        font-size: 1.5vw;
        font-weight: lighter;
        padding:0;
    }

    .cosmetics_tb ul li:first-child {
      font-size: 18px;
    }
    .cosmetics_tb ul li:last-child {
      font-size: 16px;
    }

    .pc_none {
      display: block;
      padding-top:15px;
    }
    .m_none {
      display: none;
    }

}














/* pc */
@media screen and (min-width: 1401px) and (max-width: 1600px) {

    /* section1 */
    .section_txt {
        width: 74%;
    }

}
