/* INDICATOR START */
.home_indicator {display: flex;justify-content: center;align-items: center;width: 60px;height: 100%;position: fixed;top: 0;right: 0;z-index: 99;}
.home_indicator ul {padding: 20px;margin: 0 auto;list-style: none;text-align: center;}
.home_indicator ul li {margin: 20px 0;}
.home_indicator ul li a {display: block;width: 8px;height: 8px;background-color: #b9c7d6;border: 1px solid #cad4e0;border-radius: 5px;transition: all 0.2s ease;}
.home_indicator a.active {background-color: #5e9fe5;}

/* MAIN Layout */
#fullpage .section {width: 100%;height: auto;padding: 120px 0;display: flex;justify-content: center;align-items: center;}
#fullpage #section1 {height: 100vh;padding: 0;}
#fullpage #section6 {height: auto;}
#fullpage #section7 {height: auto;background: #c6dcef;padding: 0;}
#fullpage #section7 .wrap {padding: 20px 0;}
#fullpage #section7 .right-box b {font-weight: 300;}

/* Section1 */
#section1 .swiper {width: 100%;height: 100%;}
#section1 .swiper-slide {width: 100%;height: 100%;text-align: center;font-size: 18px;background: #e0e0e0;display: flex;justify-content: center;align-items: center;background: url(../../images/main/main_slide01.png) no-repeat center/cover; overflow: hidden;}
#section1 .s1 {background-image: url(../../images/main/ms1_bg.png);}
#section1 .s2 {background-image: url(../../images/main/main_slide02.png);}
#section1 .s3 {background-image: url(../../images/main/ms3_bg.png);}

#section1 .s2 .wrap .txt-box {display: flex;width: 600px;flex-direction: column;margin: 0 auto;padding-bottom: 50px;text-align: left;}
#section1 .s2 .wrap .txt-box h1:nth-child(even){text-align: right;}
#section1 .s2 .wrap .img-box {width: 500px;object-fit: contain;margin: 0 auto;}
#section1 .s2 .wrap .img-box img{width: 100%;height: auto;}

#section1 .s3 .wrap {display: flex;justify-content: center;align-items: center;}
#section1 .s3 .wrap > div {width: 50%;}
#section1 .s3 .wrap .left img {width: 100%; height: 100%; object-fit: contain;}
#section1 .s3 .wrap .right {display: flex;flex-direction: column;justify-content: center;padding-left: 50px; gap: 15px;}
#section1 .s3 .wrap .right .ms_ico img {width: 52px;height: auto; float: left;}

#section1 .swiper-horizontal > .swiper-pagination-bullets,
#section1 .swiper-pagination-bullets.swiper-pagination-horizontal,
#section1 .swiper-pagination-custom,
#section1 .swiper-pagination-fraction {bottom: var(--swiper-pagination-bottom, 50px);top: var(--swiper-pagination-top, auto);left: 0;width: 100%;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);}
#section1 .swiper-pagination-bullet-active {background-color: #fff;}

/* Section2 */
#section2 {background: url("../../../images/main/main_sect2_bg.png") no-repeat center center/cover;}
#section2 .wrap {display: flex;justify-content: space-between;}
#section2 .wrap .img-box {width: 50%;border-radius: 40px;overflow: hidden;}
#section2 .wrap .img-box img {width: 100%;height: 100%;object-fit: cover;}
#section2 .wrap .txt-box {width: 40%;padding: 60px 50px;border-radius: 40px;box-shadow: 0 0 44px #00000019;background-color: #fff;box-sizing: border-box;}
#section2 .wrap .txt-box .title {padding-bottom: 10px;border-bottom: 1px solid #dfe4e9;}
#section2 .wrap .txt-box .title img {padding-top: 10px;}
#section2 .wrap .txt-box .box1 {background: #fff;line-height: 1.4;box-sizing: border-box;position: relative;z-index: 10;margin-top: 40px;word-break: keep-all;margin-bottom: 50px;}

#section2 .link {display: flex;max-width: 250px;}
#section2 .link a {text-align: center;font-size: 1.6rem;box-sizing: border-box;padding: 10px 15px;margin-left: -1px;}
#section2 .link a:first-child {margin-left: 0;}

/* Section3 */
#section3 {background: url(../../images/main/main_sect3_bg.png) no-repeat center center/cover;}
#section3 .wrap {text-align: center;}
#section3 .wrap .top {margin-bottom: 100px;}
#section3 .wrap .top h1 {margin-bottom: 15px;color: #bfdeff;text-transform: capitalize;}
#section3 .wrap .top h1.section-title {font-size: 2.4rem;color: #fff;}
#section3 .wrap .top h2 {margin-bottom: 20px;}
#section3 .wrap .top p {margin-bottom: 20px;color: #fff;}
#section3 .wrap .top p span {font-family: "Courier New", Courier, monospace;}
#section3 .wrap .bot {display: flex;justify-content: center;align-items: center;gap: 30px;font-size: 2.2rem;text-transform: uppercase;color: #fff;}
#section3 .wrap .bot > li {display: flex;flex-direction: column;justify-content: center;gap: 20px;align-items: center;width: 300px;height: 300px;border: 1px solid #fff;border-radius: 150px;}
#section3 .wrap .bot > li .img-box {width: 20%;height: 20%;background: url(../../images/main/main_sect3_ico01.png) no-repeat center/cover;}
#section3 .wrap .bot .circle02 .img-box {
  background-image: url(../../images/main/main_sect3_ico02.png);
}
#section3 .wrap .bot .circle03 .img-box {
  background-image: url(../../images/main/main_sect3_ico03.png);
}

/* Section4 */
#section4 {background: url(../../images/main/main_sect4_bg.png) no-repeat center/cover;}
#section4 h1 {font-size: 4rem;font-weight: 700;}
#section4 p {font-weight: 200;padding-bottom: 50px;box-sizing: border-box;}
#section4 .section4_p {font-size: 1.7rem; font-weight: 200;padding:0 0 50px 15px;box-sizing: border-box;}
#section4 .section4_p li {position: relative; line-height: 3rem; word-break: keep-all;}
#section4 .section4_p li::before {display: block; content: ''; width: 5px; height: 2px; background-color: #906c60; position: absolute; top: 12px; left: -15px; border-radius: 5px;}
#section4 .section4_p .p_bold {font-weight: 600;}
#section4 .section4_p .p_bold::before {height: 5px;}
#section4 .wrap04 {width: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;}
#section4 .wrap04_content {display: flex;width: 100%;height: 50%;}
#section4 .wrap04_content .wrap {width: 80%;display: flex;}
#section4 .wrap04_content:nth-child(even) .wrap {flex-direction: row-reverse;}
#section4 .wrap04_content .wrap .img-box {width: 50%;}
#section4 .wrap04_content .wrap .img-box img {display: block;width: 100%;height: 100%;object-fit: cover;}
#section4 .wrap04_content .wrap .txt-box {width: 50%; box-sizing: border-box; padding: 60px 100px 60px 0;display: flex;flex-direction: column;justify-content: center;text-align: left}
#section4 .wrap04_content .wrap .txt-box h1 {color: #8f4747;}
#section4 .wrap04_content .wrap .txt-box a {font-size: 1.6rem;}

#section4 .wrap04_content:nth-child(even) .wrap .txt-box {margin-left: auto;padding-right: 0;padding-left: 120px;text-align: left;}
#section4 .wrap04_content:nth-child(even) .wrap .txt-box h1 {color: #7d5e53;}

#section4 #sect4_icon {font-size: 1.4rem;color: #6c474b;margin-right: 10px;}

/* Section5 */
#section5 {background: url(../../images/main/main_sect5_bg.png) no-repeat center center/cover;}
#section5 .wrap {position: relative;}
#section5 .wrap .img-box img {width: 100%;margin: 0 auto;}
#section5 .wrap .txt-box {display: flex;justify-content: space-between;margin-bottom: 80px;}
#section5 .wrap .txt-box > div {width: 50%;}
#section5 .wrap .txt-box .box2 p {padding-top: 50px;}
#section5 .section-title{font-size: 2.8rem;color: #3b5069;}
#section5 span {color: #8899a5;font-weight: 200;}
#section5 .slick_slider .slick-list {margin: 0 -27px;}
#section5 .slick_slider .slick-slide {margin: 0 27px;background-color: #ffffffd0;display: flex;flex-direction: column;align-items: center;gap: 20px;border-radius: 30px;}
#section5 .slick_slider .txt-box {font-size: 1.6rem;color: #5c6d80;margin: 0;padding-bottom: 40px;text-align: center;}
#section5 .slick-dots {bottom: -40px;}


/* Section6 */
#section6 {text-align: center;padding: 120px 0;}
#section6 .wrap {width: 100%;max-width: 1410px;margin: auto;}
#section6 h1 {font-size: 2.8rem;margin-bottom: 0;}
#section6 h3 {font-size: 2rem;color: #555;font-weight: 200;}
#section6 .link {text-align: right;}
#section6 .link a {display: flex;justify-content: right;align-items: center;font-size: 18px;color: #555;line-height: 0.3rem;}
#section6 .link a .icon {display: inline-block;width: 30px;height: 30px;position: relative;background: url(../../../images/main/main_sect6_ico.png);}
#section6 .link a .icon::after {content: "";display: block;width: 100px;height: 2px;background-color: #555;position: absolute;top: 15px;left: -160px;margin: 0 30px;}
#section6 .link a p {margin-right: 180px;}
#section6 .sns-img {width: 100%;height: 235px;margin: 75px 0 35px 0;display: flex;border-radius: 30px;overflow: hidden;}
#section6 .sns-img .img-list {width: calc(100% / 6);background-repeat: no-repeat;background-position: center;background-size: cover;}
#section6 .sns-img .il1 {background-image: url(../../images/main/main_sect6_img1.png);}
#section6 .sns-img .il2 {background-image: url(../../images/main/main_sect6_img2.png);}
#section6 .sns-img .il3 {background-image: url(../../images/main/main_sect6_img3.png);}
#section6 .sns-img .il4 {background-image: url(../../images/main/main_sect6_img4.png);}
#section6 .sns-img .il5 {background-image: url(../../images/main/main_sect6_img5.png);}
#section6 .sns-img .il6 {background-image: url(../../images/main/main_sect6_img6.png);}


@media screen and (max-width: 1410px) {
  #fullpage #section3 .wrap {
    padding: 50px 20px 0 20px;
  }
  #fullpage #section4 {
    background-image: none;
    padding: 0;
  }

  #section1 .s3 .wrap .right {
    padding-left: 0;
  }
  .sect4-tb {
    display: block;
  }
  #section4 .wrap04 {
    width: auto;
  }
  #section4 .wrap04_content .wrap {
    width: auto;
    padding: 0;
  }
  #section4 .wrap04_content {
    height: auto;
  }
  #section4 .wrap04_content .wrap .txt-box {
    background: url(../../images/main/main_sect4_b1_01.png) no-repeat
      center/cover;
  }
  #section4 .wrap04_content:nth-child(even) .wrap .txt-box {
    background-image: url(../../images/main/main_sect4_b2_01.png);
  }

}
@media (max-width: 1024px) {
    #section2 .wrap {
      flex-direction: column;
      gap: 30px;
    }
    #section2 .wrap .img-box {
      width: 100%;
    }
    #section2 .wrap .txt-box {
      width: 100%;
    }
    #section3 .wrap .bot {
      gap: 0;
    }
    #section4 .wrap04_content .wrap .txt-box {
      padding: 60px 30px;
    }
    #section4 .wrap04_content:nth-child(even) .wrap .txt-box {
      padding-left: 30px;
    }
    #section5 .wrap .txt-box {
      flex-direction: column;
    }
    #section5 .wrap .txt-box > div {
      width: 100%;
    }
    #section5 .wrap .txt-box .box2 p {
      padding-top: 0;
    }
    #section6 .sns-img {
      flex-wrap: wrap;
      height: 470px;
    }
    #section6 .sns-img .img-list {
      width: 33.33333%;
    }
}
@media screen and (max-width: 900px) {
  #section3 .sec3_wrap .pd_name {
    font-size: 36px;
  }
  #section3 .sec3_wrap > .box1_2 .hbox .t1 em,
  #section3 .sec3_wrap .hbox .t1 em {
    font-size: 34px;
  }
  #section3 .sec3_wrap > .box1_2 .hbox .t1,
  #section3 .sec3_wrap .hbox .t1 {
    font-size: 26px;
  }
  #section3 .sec3_wrap .hbox ul li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }
  #section3 .sec3_wrap .hbox .btn_more {
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
    #section1 .s1 {
      background-image: url(../../images/main/main_slide03_1_mb.png);
    }
    #section1 .s1 h1 {
      font-size: 3.8rem;
      line-height: 4.8rem;
      margin: 1rem 0;
    }
    #section1 .s1 h2 {
      font-size: 1.8rem;
    }
    #section1 .s1 span {
      font-size: 1.6rem;
      line-height: 2.6rem;
    }
    #section1 .s2 .wrap .txt-box{
      width: auto;
    }
    #section1 .s3 {
      background-position: top left;
    }
    #section1 .s3 h1{
      margin: 0.3rem 0
    }
    #section3 {
      padding: 0;
    }
    #section3 .wrap .bot {
      font-size: 1.8rem;
      gap: 5px;
    }
    #section3 .wrap .bot > li {
      width: 230px;
      height: 230px;
      gap: 10px;
    }
    
    #section4 .wrap04_content .wrap .txt-box {
      padding-right: 30px;
    }

    #section5 .slick_slider .slick-list {
      margin: 0 -15px;
    }
    #section5 .slick_slider .slick-slide {
      margin: 0 15px;
    }

    #fullpage .section footer .wrap {
      flex-direction: column;
    }
    footer .wrap {
      flex-direction: column;
    }
    footer .wrap .left-box {
      width: 100%;
    }
    footer .wrap .left-box .logo img {
      margin: 0 auto;
    }
    footer .wrap .right-box {
      width: 100%;
      padding-top: 30px;
      text-align: center;
      gap: 15px;
    }
    footer .wrap .right-box .copy-box {
      flex-direction: column-reverse;
      align-items: center;
      gap: 30px;
    }
    footer img {
      height: auto;
    }
}
@media screen and (max-width: 480px) {
  #section1 .slide1_t1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 80px;
  }
  #section1 .slide1_t2 {
    font-size: 18px;
    width: 100%;
    line-height: 1.4;
  }
  #section1 .slide1_t1 br {
    display: block;
  }

  #section2 .wrap {
    padding-top: 30px;
    padding-bottom: 0;
    background: url("../../../images/sec2_bg.png") center bottom no-repeat;
    background-size: contain;
    background: transparent;
  }
  #section2 h2 {
    font-size: 2rem;
    line-height: 1.4;
    word-break: keep-all;
  }
  #section2 .box1 {
    max-width: 625px;
    background: #fff;
    line-height: 1.5;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    word-break: keep-all;
    margin-bottom: 20px;
    font-size: 14px;
  }

  #section3 .sec3_wrap {
    height: 100%;
  }
  #section3 .sec3_wrap > div.box1 {
    height: 40%;
    width: 100%;
  }
  #section3 .sec3_wrap > .box1_2 {
    height: 100%;
    width: 100%;
  }
  #section3 .sec3_wrap > .box1_2 > div {
    width: 50%;
  }
  #section4 .flexbox {
    flex-wrap: wrap;
  }
  #section4 .flexbox > div {
    width: 100%;
  }
  #section4 .flexbox > div .thumb img {
    width: 100%;
  }
  #section4 .section4_p {
    font-size: 1.4rem;
    padding: 0 0 10px 15px;
  }

  #section5 .section-title{font-size: 2.1rem;}
  #section5 .slick-dots {bottom: 20px;}

  #fullpage h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  #fullpage #section1 {
    height: 100vh;
  }
  #section1 .s1 span {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  #section1 .s2 h1{
    font-size: 360%;
    line-height: 7.2rem;
  }
  #section1 .s2 span{
    font-size: 5rem;
    letter-spacing: -1rem;
  }
  #section1 .s2 .wrap .txt-box {
    width: 300px;
    padding-bottom: 0;
  }
  #section1 .s2 .wrap .img-box {
    width: 100%;
  }
  #section1 .s3 p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-bottom: 0;
  }
  #section1 .s3 .wrap > div {
    width: 80%;
  }
  #section1 .s3 .wrap {
    flex-direction: column;
  }
  #section1 .s3 .wrap .left img {
    width: 100%;
    object-fit: contain;
  }
  #section1 .s3 strong {
    line-height: 2.4rem;
  }

  #section2 .link a {
    padding: 0;
  }
  #section2 .wrap .txt-box .title img {
    width: 220px;
  }
  .product_bg.hbc .hw #product .top img {
    width: 250px;
  }

  #section2 .wrap .txt-box {
    padding: 30px 20px;
  }
  #section2 .box1 {
    padding: 0;
  }
  #section3 .wrap .top {
    margin-bottom: 30px;
  }
  #section3 .wrap .top p {
    text-align: left;
  }
  #section3 .wrap .bot .txt-box {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  #section3 .wrap .bot > li {
    width: 110px;
    height: 110px;
    font-size: 1.8rem;
  }

  #section4 p {
    text-align: left;
    padding-bottom: 15px;
  }
  #section4 .wrap04_content .wrap {
    flex-direction: column-reverse;
  }
  #section4 .wrap04_content:nth-child(even) .wrap {
    flex-direction: column-reverse;
    padding: 0;
  }
  #section4 .wrap04_content:first-child .wrap .txt-box {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
  #section4 .wrap04_content:nth-child(even) .wrap .txt-box {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
  #section4 .wrap04_content:nth-child(even) .wrap .txt-box h1 {
    margin-bottom: 0.5rem;
  }
  #section4 .wrap04_content .wrap .txt-box {
    width: 100%;
    height: 50%;
    padding: 20px 0;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
  }
  #section4 .wrap04_content .wrap .txt-box h1 {
    margin-bottom: 0.5rem;
  }
  #section4 .wrap04_content .wrap .img-box {
    width: 100%;
    height: 50%;
  }
  #section4 h1 {
    font-size: 4rem;
  }

  #section5 .wrap .txt-box {
    margin-bottom: 30px;
  }
  #section6 .sns-img {
    margin: 30px 0 15px;
  }
  #section6 .sns-img .img-list {
    width: 50%;
  }
  #section6 .link a {
    justify-content: center;
  }
  #section6 .link a .icon::after {
    display: none;
  }
}
