@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
html#scoped {
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
  color: #222;
}
html#scoped * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
html#scoped body {
  margin: 0;
  overflow-x: hidden;
}
html#scoped .preload-images {
  position: absolute;
  left: 101vw;
}
html#scoped header {
  height: 80px;
  background-color: #007c7d;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  html#scoped header {
    height: 54px;
    padding: 0 0 0 20px;
  }
}
html#scoped header .center-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html#scoped header .center-wrap .logo {
  padding-top: 18px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .logo {
    padding-top: 10px;
  }
}
html#scoped header .center-wrap .logo img {
  display: block;
  height: 44.5px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .logo img {
    height: 35px;
  }
}
html#scoped header .center-wrap .navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
  padding-top: 22px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .navs {
    display: block;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: calc(100% - 54px);
    padding: 50px 58px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    background-color: #fff;
  }
  html#scoped header .center-wrap .navs.active {
    opacity: 1;
    visibility: visible;
  }
  html#scoped header .center-wrap .navs.active + .toggle-navs {
    background-image: url("../assets/close-white.svg");
  }
}
html#scoped header .center-wrap .navs .nav {
  cursor: pointer;
  padding: 0 22px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .navs .nav {
    line-height: 30px;
    font-size: 20px;
    display: block;
    color: #630e85;
    text-align: center;
  }
}
html#scoped header .center-wrap .navs .separator {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .navs .separator {
    display: block;
    height: 1px;
    background-color: #dedede;
    margin: 20px 0;
  }
}
html#scoped header .center-wrap .navs a.link {
  margin-left: 10px;
  width: 127px;
  display: inline-block;
  background-color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #007c7d;
  padding-left: 37px;
  background-image: url("../assets/header-cart-green.svg");
  background-repeat: no-repeat;
  background-position: left 15px center;
  line-height: 36px;
  height: 36px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .navs a.link {
    background-color: #630e85;
    color: #fff;
    background-image: url("../assets/header-cart-white.svg");
    width: 177px;
    height: 50px;
    line-height: 46px;
    font-size: 22px;
    padding-left: 35px;
    display: inline-block;
    background-position: left 26px center;
    font-weight: 400;
    margin-left: 0;
    margin-top: 46px;
  }
}
html#scoped header .center-wrap .toggle-navs {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrap .toggle-navs {
    display: block;
    width: 54px;
    height: 54px;
    background-image: url("../assets/header-sandwich.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
}
html#scoped footer {
  background-color: #007c7d;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  html#scoped footer {
    padding: 20px;
    padding-bottom: 50px;
  }
}
html#scoped footer .center-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
html#scoped footer .center-wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html#scoped footer .center-wrap .flex {
    font-size: 16px;
  }
}
html#scoped footer .center-wrap .flex .separator {
  width: 1px;
  height: 22px;
  margin: 2px 20px 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  html#scoped footer .center-wrap .flex .separator {
    height: 15px;
    margin: 4.5px 11px 0 11px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped footer .center-wrap .flex .item {
    margin-bottom: 5px;
  }
}
html#scoped footer .center-wrap .flex a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html#scoped footer .center-wrap .flex a.desktop {
    display: none;
  }
}
html#scoped footer .center-wrap .flex a.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped footer .center-wrap .flex a.mobile {
    display: block;
  }
}
html#scoped footer .center-wrap .text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
html#scoped footer .center-wrap .text span {
  color: #cecece;
}
html#scoped .page-content {
  min-height: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  html#scoped .page-content {
    padding-top: 54px;
  }
}
html#scoped .common-center-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
html#scoped .skew {
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
html#scoped .unskew {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
html#scoped .bottom-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: #007c7d;
  height: 48px;
  line-height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html#scoped .bottom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped .bottom-link .img-wrap {
  margin-right: 15px;
}
html#scoped .bottom-link .text {
  font-size: 18px;
  -ms-flex-wrap: 700;
  flex-wrap: 700;
  color: #fff;
  line-height: 26px;
  margin-top: 9px;
}
html#scoped .section-title-wrap {
  margin-bottom: 33px;
}
@media screen and (max-width: 1023px) {
  html#scoped .section-title-wrap {
    margin-bottom: 4.5vw;
  }
}
html#scoped .section-title-wrap .title {
  font-size: 48px;
  font-weight: 700;
  color: #630e85;
}
@media screen and (max-width: 1023px) {
  html#scoped .section-title-wrap .title {
    font-size: 6.7vw;
  }
}
html#scoped .section-title-wrap .sub-title {
  font-size: 18px;
  color: #222;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  html#scoped .section-title-wrap .sub-title {
    font-size: 4.3vw;
    margin-top: 1.6vw;
  }
}
html#scoped .section2-3-wrap {
  background-image: url("../assets/section2-3-bg-l.png");
  background-size: 1920px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  html#scoped .section2-3-wrap {
    background-image: url("../assets/section2-3-bg-m.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped .section2-3-wrap {
    background-image: url("../assets/section2-3-bg-s.png");
  }
}
html#scoped section.hero {
  height: calc(100vh - 80px);
  background-image: url("../assets/hero-bg-l.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 10.8vw;
  padding-left: 11.1vw;
  background-repeat: no-repeat;
  max-height: 845px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  html#scoped section.hero {
    height: 73vw;
    background-position: right -4vw center;
    padding-top: 16.6vw;
    padding-left: 3.6vw;
    background-image: url("../assets/hero-bg-m.jpg");
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero {
    background-image: url("../assets/hero-bg-s.jpg");
    background-position: center;
    height: 78vw;
    padding-left: 3.5vw;
    padding-top: 19.2vw;
  }
}
html#scoped section.hero .content {
  width: 32.9vw;
}
@media screen and (max-width: 1279px) {
  html#scoped section.hero .content {
    width: 49.5vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero .content {
    width: 47.5vw;
  }
}
html#scoped section.hero .content h1 {
  margin: 0;
  text-align: center;
}
html#scoped section.hero .content h1 img {
  display: inline-block;
  width: 19.8vw;
}
@media screen and (max-width: 1279px) {
  html#scoped section.hero .content h1 img {
    width: 35.2vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero .content h1 img {
    width: 42.7vw;
  }
}
html#scoped section.hero .content h2 {
  background-color: #630e85;
  color: #fff;
  line-height: 3.1vw;
  font-size: 1.5vw;
  font-weight: 500;
  text-align: center;
  margin: 0;
  margin-top: 1.4vw;
  position: relative;
}
@media screen and (max-width: 1279px) {
  html#scoped section.hero .content h2 {
    margin-top: 1.7vw;
    line-height: 5.6vw;
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero .content h2 {
    line-height: 5.6vw;
    height: 14.7vw;
    padding-top: 1.3vw;
    font-size: 4vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero .content h2 .desktop {
    display: none;
  }
}
html#scoped section.hero .content h2 .mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero .content h2 .mobile {
    display: inline;
  }
}
html#scoped section.hero .content h2 img.star {
  position: absolute;
  top: -50px;
  right: -55px;
}
html#scoped section.hero .content .text-wrap {
  margin-top: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  html#scoped section.hero .content .text-wrap {
    margin-top: 0.9vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.hero .content .text-wrap {
    display: none;
  }
}
html#scoped section.hero .content .text {
  width: 25.1vw;
  font-size: 1vw;
  line-height: 1.9vw;
}
@media screen and (max-width: 1279px) {
  html#scoped section.hero .content .text {
    width: 36vw;
    font-size: 2vw;
    line-height: 3.5vw;
  }
}
html#scoped section.section1 {
  padding: 80px 30px;
  background-image: url("../assets/section1-bg-l.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section1 {
    background-image: url("../assets/section1-bg-m.png");
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 {
    background-image: url("../assets/section1-bg-s.png");
    padding: 9.6vw 4vw;
  }
}
html#scoped section.section1 .main-content {
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  padding: 45px 60px 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section1 .main-content {
    padding: 40px 30px 40px 0;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content {
    padding: 0;
    background-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
}
html#scoped section.section1 .main-content .tabs-wrap {
  padding-top: 20px;
  min-width: 278px;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section1 .main-content .tabs-wrap {
    min-width: 232px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap {
    padding-top: 0;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab {
  height: 86px;
  margin-left: -34px;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
html#scoped section.section1 .main-content .tabs-wrap .tab.active {
  background-color: #630e85;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab.active {
    background-color: unset;
    display: block;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab.active .unskew .dot-wrap .dot {
  border-color: #fff;
  background-color: #fff;
}
html#scoped section.section1 .main-content .tabs-wrap .tab.active .unskew .text-wrap .text {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab.active .unskew .text-wrap .text {
    color: #222;
    font-weight: 400;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab {
    margin-left: -26px;
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    margin-left: 0;
    cursor: default;
    display: none;
    height: auto;
    margin-bottom: 3.2vw;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .dot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .dot-wrap {
    display: none;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .dot-wrap .dot {
  width: 11px;
  height: 11px;
  border: 1px solid #9e9e9e;
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap {
    width: 96px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .pagination {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #630e85;
    width: 18vw;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 8.5vw;
    font-size: 4.3vw;
    color: #fff;
    padding-right: 3vw;
    margin-right: 1.3vw;
    margin-left: -6vw;
  }
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .pagination .unsk {
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
  }
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .pagination span {
    color: #eb6100;
    font-weight: 700;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .text {
  font-size: 20px;
  color: #9e9e9e;
  width: 120px;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .text {
    font-size: 16px;
    width: 96px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .text-wrap .text {
    color: #222;
    font-size: 4.3vw;
    width: auto;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .navigation {
  padding-top: 1vw;
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .navigation {
    display: block;
  }
}
html#scoped section.section1 .main-content .tabs-wrap .tab .unskew .navigation img {
  display: inline-block;
  width: 8.5vw;
}
html#scoped section.section1 .main-content .videos-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
html#scoped section.section1 .main-content .videos-wrap .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: none;
}
html#scoped section.section1 .main-content .videos-wrap .video.active {
  display: block;
}
html#scoped section.section1 .main-content .videos-wrap .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
html#scoped section.section2 {
  padding: 40px 30px 170px 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 {
    padding: 6.4vw 4vw 12.5vw 4vw;
  }
}
html#scoped section.section2 .main-content {
  padding: 50px 60px 50px 310px;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section2 .main-content {
    padding: 50px 30px 50px 250px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content {
    margin-top: 20vw;
    padding: 6vw 4vw 8vw 4vw;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap {
  width: 673px;
  height: 508px;
  position: absolute;
  top: 63px;
  left: -361px;
  background-image: url("../assets/section2-tabs-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap {
    left: -410px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap {
    background: unset;
    width: 106vw;
    height: unset;
    left: -7vw;
    top: -16vw;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap {
  position: absolute;
  right: 94px;
  top: 148px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  cursor: pointer;
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab.active .dot-wrap .dot {
  background-color: #630e85;
  border-color: #630e85;
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab.active .text-wrap .text {
  font-weight: 700;
  color: #630e85;
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab.active .arrow-wrap {
  display: block;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab {
    margin-bottom: 0;
    width: 33.33%;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    background-color: #fff;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
  }
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab.active {
    background-color: #630e85;
  }
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab.active .text-wrap .text {
    color: #fff;
  }
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab.active .arrow-wrap {
    display: none;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .dot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .dot-wrap {
    display: none;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .dot-wrap .dot {
  width: 11px;
  height: 11px;
  border: 1px solid #9e9e9e;
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .text-wrap {
  margin: 0 14px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .text-wrap {
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.4vw 0;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .text-wrap .text {
  font-size: 20px;
  line-height: 30px;
  color: #9e9e9e;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .text-wrap .text {
    font-size: 4.2vw;
    width: 17.5vw;
    text-align: center;
    line-height: 6vw;
  }
}
html#scoped section.section2 .main-content .tabs-bg-wrap .tabs-wrap .tab .arrow-wrap {
  width: 5px;
  height: 30px;
  background-image: url("../assets/tab-arrow-purple.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
html#scoped section.section2 .main-content .nav-dots {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .nav-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.3vw;
  }
}
html#scoped section.section2 .main-content .nav-dots .dot-wrap {
  padding: 1.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html#scoped section.section2 .main-content .nav-dots .dot-wrap.active .dot {
  background-color: #630e85;
}
html#scoped section.section2 .main-content .nav-dots .dot-wrap .dot {
  width: 1.9vw;
  height: 1.9vw;
  border-radius: 50%;
  background-color: #9e9e9e;
}
html#scoped section.section2 .main-content .navs-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: -72px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .navs-wrap {
    display: none;
  }
}
html#scoped section.section2 .main-content .navs-wrap .nav {
  width: 47px;
  height: 39px;
}
html#scoped section.section2 .main-content .navs-wrap .nav.prev {
  background-image: url("../assets/nav-prev-inactive.svg");
}
html#scoped section.section2 .main-content .navs-wrap .nav.prev.active {
  background-image: url("../assets/nav-prev-active.svg");
  cursor: pointer;
}
html#scoped section.section2 .main-content .navs-wrap .nav.next {
  background-image: url("../assets/nav-next-inactive.svg");
}
html#scoped section.section2 .main-content .navs-wrap .nav.next.active {
  background-image: url("../assets/nav-next-active.svg");
  cursor: pointer;
}
html#scoped section.section2 .main-content .tab-target {
  display: none;
}
html#scoped section.section2 .main-content .tab-target.active {
  display: block;
}
html#scoped section.section2 .main-content .tab-target.tab1 img {
  margin-top: 15px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target.tab1 img {
    margin-top: 4.3vw;
    margin-bottom: 6.7vw;
  }
}
html#scoped section.section2 .main-content .tab-target.tab2 img {
  margin-top: 9px;
  margin-bottom: 19px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target.tab2 img {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
html#scoped section.section2 .main-content .tab-target.tab3 img {
  margin-top: 15px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target.tab3 img {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
html#scoped section.section2 .main-content .tab-target .title {
  color: #eb6100;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target .title {
    font-size: 5.3vw;
  }
}
html#scoped section.section2 .main-content .tab-target .sub-title {
  color: #222;
  margin-top: 4px;
  font-size: 18px;
  line-height: 29px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target .sub-title {
    margin-top: 1.1vw;
    font-size: 4.3vw;
    line-height: 7vw;
  }
}
html#scoped section.section2 .main-content .tab-target img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target img.l {
    display: none;
  }
}
html#scoped section.section2 .main-content .tab-target img.s {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target img.s {
    display: block;
  }
}
html#scoped section.section2 .main-content .tab-target .note {
  color: #222;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target .note {
    font-size: 3.2vw;
  }
}
html#scoped section.section2 .main-content .tab-target .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 6px;
}
html#scoped section.section2 .main-content .tab-target .li .li-dot {
  min-width: 30px;
  min-height: 29px;
  background-image: url("../assets/list-dot.svg");
  background-repeat: no-repeat;
  background-position: left top 7.5px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target .li .li-dot {
    min-width: 5.3vw;
    min-height: 5.3vw;
    background-size: 3.7vw;
    background-position: left top 1.8vw;
  }
}
html#scoped section.section2 .main-content .tab-target .li .text {
  font-size: 18px;
  line-height: 29px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section2 .main-content .tab-target .li .text {
    font-size: 4.3vw;
    line-height: 7vw;
  }
}
html#scoped section.section3 {
  padding: 0 30px 106px 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 {
    padding: 0 0 23.7vw 4vw;
  }
}
@media screen and (max-width: 1279px) {
  html#scoped section.section3 .sub-title span {
    display: none;
  }
}
html#scoped section.section3 .tabs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .tabs-wrap {
    margin: 0 -0.6vw;
    width: calc(100% + 0.6vw);
    overflow-x: auto;
    overflow-y: hidden;
  }
}
html#scoped section.section3 .tabs-wrap .tab {
  width: 25%;
  padding: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .tabs-wrap .tab {
    padding: 0 0.6vw;
    min-width: 50vw;
  }
}
html#scoped section.section3 .tabs-wrap .tab img {
  display: block;
  width: 100%;
}
html#scoped section.section3 .popup-wrap {
  position: fixed;
  top: 80px;
  height: calc(100vh - 80px);
  background-color: rgba(0,0,0,0.7);
  left: 0;
  width: 100vw;
  overflow-y: auto;
  padding: 100px 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  z-index: 1;
}
html#scoped section.section3 .popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap {
    top: 54px;
    height: calc(100vh - 54px);
    padding: 10.7vw 6.9vw 30vw 6.9vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
html#scoped section.section3 .popup-wrap .center-content .tab-target {
  display: none;
  padding: 35px 105px 27px 105px;
}
html#scoped section.section3 .popup-wrap .center-content .tab-target.active {
  display: block;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target {
    padding: 3.5vw 4vw 6.9vw 4vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .title {
  background-color: #630e85;
  width: 674px;
  margin-left: -155px;
  line-height: 71px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-left: 155px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target .title {
    width: 78.9vw;
    line-height: 3.4vw;
    font-size: 5.3vw;
    padding-left: 9.3vw;
    margin-bottom: 3.5vw;
    height: 18.7vw;
    margin-left: -8vw;
  }
  html#scoped section.section3 .popup-wrap .center-content .tab-target .title span.break {
    display: block;
    line-height: 9.6vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .title span.letter {
  font-size: 55px;
  color: #eb6100;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target .title span.letter {
    font-size: 8vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .sub-title {
  font-size: 18px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target .sub-title {
    font-size: 4.3vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .note {
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target .note {
    font-size: 3.2vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .li .li-dot {
  min-width: 30px;
  min-height: 29px;
  background-image: url("../assets/list-dot.svg");
  background-repeat: no-repeat;
  background-position: left top 7.5px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target .li .li-dot {
    min-width: 5.3vw;
    min-height: 5.3vw;
    background-size: 3.7vw;
    background-position: left top 1.8vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target .text {
  font-size: 18px;
  line-height: 29px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target .text {
    font-size: 4.3vw;
    line-height: 7vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target img {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target img.l {
    display: none;
  }
}
html#scoped section.section3 .popup-wrap .center-content .tab-target img.s {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target img.s {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .tab-target img {
    margin-top: 4vw;
    margin-bottom: 2.7vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .close {
  background-image: url("../assets/close.svg");
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .close {
    background-size: 4.5vw;
    width: 6vw;
    height: 6vw;
    top: 3vw;
    right: 2vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 37px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav {
  width: 47px;
  height: 39px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav {
    width: 8.4vw;
    height: 6.9vw;
    background-size: cover;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav.prev {
  background-image: url("../assets/nav-prev-inactive.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav.prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav.prev.active {
  background-image: url("../assets/nav-prev-active.svg");
  cursor: pointer;
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav.next {
  background-image: url("../assets/nav-next-inactive.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav.next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav.next.active {
  background-image: url("../assets/nav-next-active.svg");
  cursor: pointer;
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 39px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    line-height: 6.9vw;
    margin: 0 2vw;
    font-size: 4.8vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number {
  min-width: 20px;
  color: #9e9e9e;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number {
    min-width: 5vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number.active {
  color: #eb6100;
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number.active .line {
  width: 33px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number.active .line {
    width: 8.8vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number .num {
  padding: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number .num {
    padding: 0 1vw;
  }
}
html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number .line {
  height: 1px;
  background-color: #eb6100;
  margin-top: 20px;
  -webkit-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 300ms cubic-bezier(0.68, 0, 0.265, 1);
  width: 0;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section3 .popup-wrap .center-content .nav-wrap .nav-numbers .number .line {
    margin-top: 3.5vw;
  }
}
html#scoped section.section4 {
  padding: 180px 30px 100px 30px;
  background-image: url("../assets/section4-bg-l.png");
  background-size: 1920px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 {
    background-image: url("../assets/section4-bg-m.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 {
    background-image: url("../assets/section4-bg-s.png");
    padding: 0 4vw 10.9vw 4vw;
  }
}
html#scoped section.section4 .main-content {
  padding: 60px 60px 50px 60px;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content {
    margin-top: 50px;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content {
    margin-top: 13vw;
    padding: 13vw 4vw 8vw 4vw;
  }
}
html#scoped section.section4 .main-content .tabs-wrap {
  position: absolute;
  right: -45px;
  top: -46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content .tabs-wrap {
    right: -48px;
    top: -36px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tabs-wrap {
    right: unset;
    width: 106vw;
    left: -7vw;
    top: -9vw;
  }
}
html#scoped section.section4 .main-content .tabs-wrap .tab {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  width: 196px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content .tabs-wrap .tab {
    height: 73px;
    width: 170px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tabs-wrap .tab {
    width: 33.33%;
    height: 16.8vw;
  }
}
html#scoped section.section4 .main-content .tabs-wrap .tab.active {
  background-color: #630e85;
}
html#scoped section.section4 .main-content .tabs-wrap .tab.active .text {
  color: #fff;
  font-weight: 700;
}
html#scoped section.section4 .main-content .tabs-wrap .tab .text {
  font-size: 20px;
  font-weight: 500;
  color: #9e9e9e;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content .tabs-wrap .tab .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tabs-wrap .tab .text {
    font-size: 4.3vw;
  }
}
html#scoped section.section4 .main-content .tab-target {
  display: none;
}
html#scoped section.section4 .main-content .tab-target.active {
  display: block;
}
html#scoped section.section4 .main-content .tab-target .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .tab-head {
    margin-bottom: 3.7vw;
  }
}
html#scoped section.section4 .main-content .tab-target .tab-head .icon {
  margin-right: 15px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .tab-head .icon {
    margin-right: 2.7vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .tab-head .icon img {
    display: block;
    width: 12.8vw;
  }
}
html#scoped section.section4 .main-content .tab-target .tab-head .text {
  line-height: 65px;
  font-weight: 700;
  font-size: 30px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .tab-head .text {
    font-size: 4.8vw;
    line-height: 7.7vw;
  }
}
html#scoped section.section4 .main-content .tab-target .tab-head .text span.orange {
  color: #eb6100;
  font-weight: 900;
  font-size: 35px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .tab-head .text span.orange {
    display: block;
    font-size: 8vw;
    line-height: 12.8vw;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .tab-head .text span.desktop {
    display: none;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap {
    display: block;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 517px;
  max-width: 517px;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left {
    min-width: 459px;
    max-width: 459px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left {
    min-width: 100%;
    max-width: 100%;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li {
    margin-bottom: 3vw;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li .li-dot {
  min-width: 30px;
  min-height: 29px;
  background-image: url("../assets/list-dot.svg");
  background-repeat: no-repeat;
  background-position: left top 7.5px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li .li-dot {
    min-width: 5.3vw;
    min-height: 5.3vw;
    background-size: 3.7vw;
    background-position: left top 1.8vw;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li .text {
  font-size: 18px;
  line-height: 29px;
  color: #222;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li .text {
    font-size: 4.3vw;
    line-height: 7vw;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li2 {
    margin-bottom: 3vw;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li2 .li2-dot {
  min-width: 16px;
  min-height: 20px;
  background-image: url("../assets/list-dot2.svg");
  background-repeat: no-repeat;
  background-position: left top 11px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li2 .li2-dot {
    min-width: 3.5vw;
    min-height: 3.5vw;
    background-size: 1.9vw;
    background-position: left top 2.5vw;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li2 .text {
  font-size: 18px;
  line-height: 29px;
  color: #222;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .top .li2 .text {
    font-size: 4.3vw;
    line-height: 7vw;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .left .bot {
  font-size: 14px;
  padding-top: 14px;
  border-top: 1px solid #9e9e9e;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .left .bot {
    display: none;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .right {
  min-width: 498px;
  margin-left: 65px;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .right {
    min-width: 410px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .right {
    min-width: 100%;
    margin-left: 0;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .right img {
    display: none;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .right img.s {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .right img.s {
    display: block;
    margin: 6.7vw 0;
  }
}
html#scoped section.section4 .main-content .tab-target .flex-wrap .note {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .tab-target .flex-wrap .note {
    display: block;
    font-size: 3.2vw;
  }
}
html#scoped section.section4 .main-content .nav-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section4 .main-content .nav-dots {
    margin-top: 23px;
  }
}
html#scoped section.section4 .main-content .nav-dots .dot-wrap {
  padding: 7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .nav-dots .dot-wrap {
    padding: 1.3vw;
  }
}
html#scoped section.section4 .main-content .nav-dots .dot-wrap.active .dot {
  background-color: #630e85;
}
html#scoped section.section4 .main-content .nav-dots .dot-wrap .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9e9e9e;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section4 .main-content .nav-dots .dot-wrap .dot {
    width: 1.9vw;
    height: 1.9vw;
  }
}
html#scoped section.section5 {
  padding: 0 30px;
  background-image: url("../assets/section5-bg-l.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section5 {
    background-image: url("../assets/section5-bg-m.png");
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 {
    background-image: url("../assets/section5-bg-s.png");
    padding: 0 4vw;
  }
}
html#scoped section.section5 .section-title {
  line-height: 153px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section5 .section-title {
    line-height: 135px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .section-title {
    line-height: 19.7vw;
    font-size: 7.5vw;
  }
}
html#scoped section.section5 img {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 img {
    display: none;
  }
}
html#scoped section.section5 img.s {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 img.s {
    display: inline-block;
  }
}
html#scoped section.section5 .main-content {
  padding: 75px 110px;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section5 .main-content {
    padding: 30px 30px 45px 30px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content {
    padding: 5.3vw 4vw 10.7vw 4vw;
  }
}
html#scoped section.section5 .main-content .group .head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content .group .head {
    font-size: 4.8vw;
    margin-bottom: 1.3vw;
  }
}
html#scoped section.section5 .main-content .note {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content .note {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
html#scoped section.section5 .main-content .note span.red {
  color: #d70029;
}
html#scoped section.section5 .main-content .note2 {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content .note2 {
    margin-top: 4vw;
  }
}
html#scoped section.section5 .main-content .flex {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content .flex {
    display: block;
    margin-top: 6.7vw;
  }
}
html#scoped section.section5 .main-content .flex .left {
  width: 380px;
  min-width: 380px;
  margin-right: 57px;
}
@media screen and (max-width: 1279px) {
  html#scoped section.section5 .main-content .flex .left {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content .flex .left {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 6.7vw;
  }
}
html#scoped section.section5 .main-content .flex .left .group:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .main-content .flex .left .group:first-of-type {
    margin-bottom: 6.7vw;
  }
}
html#scoped section.section5 .logos {
  text-align: center;
  padding-top: 43px;
  padding-bottom: 62px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .logos {
    padding-top: 8vw;
    padding-bottom: 8.8vw;
  }
}
html#scoped section.section5 .logos img.l {
  width: 619px;
}
html#scoped section.section5 .logos img.s {
  width: 86.1vw;
}
html#scoped section.section5 .orgs .title {
  color: #630e85;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21px;
  margin-top: 63px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .title {
    margin-top: 10.4vw;
    margin-bottom: 2.4vw;
    font-size: 7.5vw;
  }
}
html#scoped section.section5 .orgs .content {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .content {
    padding: 4vw;
  }
}
html#scoped section.section5 .orgs .content .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .content .flex-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
html#scoped section.section5 .orgs .content .flex-wrap .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .content .flex-wrap .flex-item {
    padding: 0.7vw 0;
    width: 100%;
  }
}
html#scoped section.section5 .orgs .content .flex-wrap .flex-item .tag {
  padding: 0 30px;
  line-height: 29px;
  background-color: #eb6100;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .content .flex-wrap .flex-item .tag {
    padding: 0;
    width: 19vw;
    line-height: 6.9vw;
    height: 6.9vw;
    min-width: 19vw;
    margin-right: 2.7vw;
    border-radius: 1.1vw;
    font-size: 3.7vw;
  }
}
html#scoped section.section5 .orgs .content .flex-wrap .flex-item .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .content .flex-wrap .flex-item .text {
    font-size: 4.3vw;
    line-height: 6.9vw;
  }
}
html#scoped section.section5 .orgs .content .note {
  color: #555;
  font-size: 14px;
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 1023px) {
  html#scoped section.section5 .orgs .content .note {
    font-size: 3.2vw;
    margin-top: 0.8vw;
  }
}
html#scoped .inview {
  -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .fadeInFromTop {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
html#scoped .fadeInFromTop.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html#scoped .fadeInFromBot {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
html#scoped .fadeInFromBot.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html#scoped .delay200 {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
html#scoped .delay400 {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
html#scoped .delay600 {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
html#scoped .shine {
  -webkit-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  animation-direction: alternate-reverse;
}
html#scoped .animateDelay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
html#scoped .animateDelay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
html#scoped .animateDelay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
html#scoped .animateDelay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
html#scoped .animateDelay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
html#scoped .animateDelay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
html#scoped .abstar {
  position: absolute;
}
html#scoped .star1 {
  left: 46vw;
  top: 12vw;
}
html#scoped .star2 {
  left: 55vw;
  top: 3vw;
}
html#scoped .star3 {
  left: 56vw;
  top: 15vw;
}
html#scoped .star4 {
  left: 64vw;
  top: 9vw;
}
html#scoped .star5 {
  left: 60vw;
  top: 22vw;
}
html#scoped .star6 {
  left: 73vw;
  top: 24vw;
}
@-moz-keyframes shine {
  from {
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes shine {
  from {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes shine {
  from {
    transform: scale(0.3);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shine {
  from {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
