@charset "UTF-8";
@import url("reset.css");

body {
  font-family: "Noto Sans TC", serif;
  min-width: 350px;
  width: 100%;
  margin: 0 auto;

  overflow-x: hidden;
}
.allHidden{
  overflow: hidden;
}

section {
  /* overflow: hidden; */
  position: relative;
}

.main {
  overflow: hidden;
  position: relative;
}

.follow {
  position: fixed;
  right: 34px;
  bottom: 5px;
  z-index: 90;
}

.follow ul li {
  margin-bottom: 22px;
}

.follow ul li a {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 5px 0 #15597d;
  background-color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 4px;
  padding-left: 4px;
  color: #15597d;
  line-height: 26px;
  transition: all 0.1s;
}

.follow ul li a:hover {
  filter: brightness(0.85);
}

.follow ul li:nth-child(2) a {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .follow {
    right: 14px;
    bottom: 5px;
  }

  .follow ul li {
    margin-bottom: 12px;
  }

  .follow ul li a {
    width: 55px;
    height: 55px;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-left: 1.5px;
    line-height: 18px;
  }
  .follow ul li:nth-child(2) a {
    font-size: 18px;
  }

  .follow ul li a img {
    width: 20px;
  }
}

/* ================= header ================== */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #007c7d;
}

header .header_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: 89px;
  padding-left: 41px;
}

header .header_w .logo a {
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-position: center center;
  width: 196px;
  height: 52px;
  display: block;
}

header .header_w .menu {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 14px;
}

header .header_w .menu .nav li a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 89px;
  padding: 0 25px;
  position: relative;
  width: 145px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

header .header_w .menu .nav li a::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 37px;
  left: 0;
  width: 2px;
  height: 17px;
}
header .header_w .menu .nav li a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 4px;
  display: none;
}

header .header_w .menu .nav li:first-child a::before {
  display: none;
}

header .header_w .menu .nav li a.active::after,
header .header_w .menu .nav li a:hover::after {
  display: block;
}
.nav_ham,
.nav_close {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  header .header_w {
    height: 60px;
    padding-left: 12px;
    padding-right: 12px;
  }

  header .header_w .logo a {
    background-repeat: no-repeat;
    background-size: contain;
    width: 146px;
    height: 41px;
    z-index: 200;
    display: block;
    position: relative;
  }

  header .header_w .menu {
    display: none;
    /* display: block; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #007c7d;
    margin-right: 0;
    z-index: 150;
  }

  .nav_ham,
  .nav_close {
    display: block;
    cursor: pointer;
  }

  .nav_ham {
    width: 31px;
    height: 20px;
    position: relative;
    z-index: 200;
  }

  .ham-top,
  .ham-mid,
  .ham-bot {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }

  .ham-top {
    top: 0;
  }
  .ham-mid {
    top: 9px;
  }
  .ham-bot {
    bottom: 0;
  }

  .nav_ham.active > .ham-top {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav_ham.active > .ham-mid {
    display: none;
  }
  .nav_ham.active > .ham-bot {
    top: 6px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  
  header .header_w .menu .nav{
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 100px;
  }

  header .header_w .menu .nav li a {
    color: #fff;
    display: block;
    height: 100%;
    line-height: 89px;
    padding: 0;
    position: relative;
    width: 100%;
  }
  header .header_w .menu .nav li a:hover{
    background-color: #003f3f;
  }

  header .header_w .menu .nav li a::before {
    display: none;
  }
  header .header_w .menu .nav li:first-child a::before {
    display: none;
  }

  header .header_w .menu .nav li a.active,
  header .header_w .menu .nav li a:hover {
    border-bottom: 4px solid #fff;
  }
}

/* ================= s1 ================== */

.s1 {
  margin-top: 89px;
  background: linear-gradient(to bottom, #b80000 60%, #5c0000 100%);
}

.star {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  position: relative;
}

.s1 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1946.5px;
}

.s1 .kv {
  background-image: url("../img/kv.png");
  background-size: 1920px auto;
  background-position: center top;
  height: 689px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.s1 .kv .title {
  max-width: 1174px;
  padding: 0 44px;
  margin: 0 auto;
  text-align: left;
  padding-top: 87px;
  color: #fff;
}

.s1 .kv .title h1 {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 56px;
  text-shadow: 3px 3px 10px rgb(0, 0, 0, 0.29);
  margin-bottom: 53px;
  position: relative;
}

/* .s1 .kv .title h1::before {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  width: 22px;
  height: 4px;
  background-color: #8b0000;
} */

.s1 .kv .title h1::after {
  position: absolute;
  content: "";
  bottom: -35px;
  /* left: 22px; */
  left: 0px;
  /* width: 144px; */
  width: 166px;
  height: 4px;
  background-color: #d50000;
}

.s1 .kv .title p {
  max-width: 355px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 28px;
  position: relative;
  text-align: justify;
}

.s1 .kv .title p span {
  background-color: #8b0000;
}
.my_fadeInLeft{
  animation-name: my_fadeInLeft;
}

@keyframes my_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
}

100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}


.s1 .reciprocal {
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 5px;
  padding-left: 5px;
  line-height: 30px;
  color: #ff9c9c;
  text-shadow: 3px 3px 10px rgb(0, 0, 0, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
}

.s1 .reciprocal span {
  font-family: "Roboto", sans-serif;
  font-size: 41px;
  font-weight: 900;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 49px;
  color: #ffffff;
  text-shadow: 3px 3px 10px rgb(0, 0, 0, 0.29);
  margin: 0 12px;
}

.s1 .scroll_down {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 6px;

  animation: scroll_down 1s linear infinite;
}

@keyframes scroll_down {
  from{
    opacity: 1;
    transform: translateY(0);
  }
  to{
    opacity: 0.3;
    transform: translateY(10px);

  }
}

.s1 .slogan {
  max-width: 1174px;
  padding: 0 44px;
  margin: 0 auto;
  text-align: left;
  margin-top: 25px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.s1 .slogan::after{
  position: absolute;
  content: "";
  background-image: url('../img/flag.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: -53px;
  top: -51px;
  width: 774px;
  height: 524px;
  z-index: 0;
}

#power{
  position: relative;
  width: 100%;
  height: 100%;

}

.s1 .slogan h2 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 54px;
  color: #ffffff;
  position: relative;
}

.s1 .slogan h2::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #002664;
  left: 0;
  bottom: -26px;
}

.s1 .slogan .stars {
  display: flex;
  margin-top: 44.5px;
}

.s1 .slogan .stars .star {
  margin-right: 7px;
}

.s1 .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/tab_bg.png");
  background-size: 1086px 306px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 26px;
}



.s1 .tabs .tab {
  text-align: center;
  cursor: pointer;
  position: relative;
}

.s1 .tabs .tab:nth-child(2) {
  margin: 0 80px;
}
.s1 .tabs .tab .tab_star {
  /* content: url('../img/tab_star.svg'); */
  background-image: url("../img/tab_star.svg");
  width: 168px;
  height: 162px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s;
  position: relative;
}

.s1 .tabs .tab:hover .tab_star,
.s1 .tabs .tab.active .tab_star {
  background-image: url("../img/tab_star_active.svg");
}

.s1 .tabs .tab::before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #ffffff;
  position: absolute;
  top: 229px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s 0.25s ease;
}

.s1 .tabs .tab.active::before {
  height: 38px;
}

.s1 .tabs .tab::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #ffa900;
  position: absolute;
  bottom: -95px;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  transform: translate(-50%, -60px) scale(0);
  transform-origin: center;
  transition: all 0.25s ease;
}

.s1 .tabs .tab.active::after {
  transform: translate(-50%, -60px) scale(1);
}

.s1 .tabs .tab p {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 48px;
  margin-top: -6px;
  text-shadow: 3px 3px 10px rgb(255, 224, 70, 0.48);
  color: #fff;
}

@media screen and (max-width:880px){
  .s1 .slogan::after{
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .s1 {
    margin-top: 60px;
    background: linear-gradient(to bottom, #b80000 60%, #5c0000 100%);
  }
}

@media screen and (max-width: 768px) {
  .star {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    );
    position: relative;
  }

  .s1 .bg {
    position: absolute;
    top: 179px;
    left: 50%;
    margin-left: -1295.5px;
  }

  .s1 .kv {
    background-image: url("../img/kv_M.png");
    background-size: 768px auto;
    height: 532px;
  }

  .s1 .kv .title {
    max-width: 375px;
    padding: 0 41px;
    padding-top: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .s1 .kv .title h1 {
    font-size: 31px;
    line-height: 45px;
    margin-bottom: 53px;
  }

  .s1 .kv .title p {
    max-width: initial;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 22px;
    position: relative;
    margin-bottom: 31px;
    padding: 0 1px;
    text-align: justify;
  }

  /* .s1 .kv .title h1::before {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  width: 22px;
  height: 4px;
  background-color: #8b0000;
} */

  .s1 .kv .title h1::after {
    position: absolute;
    content: "";
    bottom: -28px;
    left: 0;
    width: 133px;
    height: 4px;
    background-color: #d50000;
  }

  .s1 .reciprocal {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-left: 3px;
    line-height: 20px;
    margin-top: 10px;
  }

  .s1 .reciprocal span {
    font-size: 31px;
    letter-spacing: 1px;
    padding-left: 1px;
    line-height: 37px;
    margin: 0 5px;
  }

  .s1 .scroll_down {
    margin-top: 2px;
  }

  .s1 .scroll_down img {
    width: 16px;
  }

  .s1 .slogan h2 {
    font-size: 29px;
    letter-spacing: 0.4px;
    line-height: 42px;
  }

  .s1 .slogan h2::after {
    bottom: -20px;
  }

  .s1 .slogan .stars {
    margin-top: 36px;
  }

  .s1 .tabs {
    background-image: url("../img/tab_bg_M.png");
    background-size: 786px 218px;
    padding-top: 72px;
    padding-bottom: 24px;
    margin-top: 10px;
    min-height: 218px;
  }

  .s1 .tabs .tab {
    margin-top: -35px;
  }

  .s1 .tabs .tab:nth-child(2) {
    margin: 0px;
    margin-top: -35px;
  }
  .s1 .tabs .tab .tab_star {
    /* content: url('../img/tab_star.svg'); */
    background-image: url("../img/tab_star_M.svg");
    width: 101px;
    height: 99px;
    margin: 0 auto;
  }

  .s1 .tabs .tab:hover .tab_star,
  .s1 .tabs .tab.active .tab_star {
    background-image: url("../img/tab_star_active_M.svg");
    width: 101px;
    height: 99px;
  }

  .s1 .tabs .tab::before {
    /* top: 180px; */
    top: 165px;
  }

  /* .s1 .tabs .tab::after {

  bottom: -93px;
  
} */
  .s1 .tabs .tab::after {
    bottom: -109px;
  }

  .s1 .tabs .tab p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 30px;
    line-height: 32px;
    margin-top: -6px;
  }
}

@media screen and (max-width: 576px) {
  .s1 .tabs .tab::before {
    top: 180px;
  }

  .s1 .tabs .tab::after {
    bottom: -93px;
  }
}

/* ================= s2 ================== */

.s2 {
  background: linear-gradient(140deg, #101360, #18458d 70%);
  padding: 52px 0;
}

.s2 .content {
  max-width: 968px;
  padding: 0 8px;
  margin: 0 auto;
  display: none;
  opacity: 0;
}

.s2 .content.active {
  display: block;
  animation: opacity 1s ease forwards;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.s2 .title {
  color: #fff;
}

.s2 .title h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 44px;
  text-shadow: 3px 3px 10px rgb(255, 199, 88, 0.65);
  margin-bottom: 4px;
}

.s2 .title > div {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 27px;
  display: flex;
  /* align-items: center; */
}

.s2 .title div span {
  color: #ffc758;
  display: contents;
}

.s2 .title div .star {
  background-color: #ffc758;
  margin-right: 10px;
  min-width: 30px;
  min-height: 30px;
}

.s2 .row {
  margin-top: 35px;
}

.s2 .row .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.s2 .row img {
  width: 100%;
  max-width: 100%;
}

.s2 .info {
  margin-top: 10px;
  color: #fff;
}

.s2 .info p {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
}

.s2 .info p span {
  color: #ffc758;
}

@media screen and (max-width: 992px) {
  .s2 .title h3 {
    padding: 0 24px;
  }

  .s2 .title > div {
    padding: 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .s2 .title h3 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 17px;
  }

  .s2 .title > div {
    letter-spacing: 1.8px;
  }

  .s2 .row {
    margin-top: 15px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .s2 .row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .s2 .info {
    margin-top: 10px;
    color: #fff;
    padding: 0 20px;
  }
}

/* ================= s3 ================== */

.big_wra {
  background: linear-gradient(to bottom, #b80000, #5c0000 330px);
  position: relative;
}

.big_wra > .bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1458px;
}

.s3 {
  z-index: 1;
  padding-bottom: 60px;
}

#bonus > .title {
  position: relative;
  /* text-align: center; */
  max-width: 718px;
  margin: 0 auto;
  z-index: 1;
}

#bonus  > .title img {
  width: 100%;
  max-width: 100%;
}

#bonus  > .title .text {
  position: absolute;
}

#bonus  > .title .t1 {
  top: 37.5%;
  left: 15.3%;
  max-width: 12.117%;
}

#bonus  > .title .t2 {
  top: 32.5%;
  left: 26.8%;
  max-width: 15.878%;
}

#bonus  > .title .t3 {
  top: 34.2%;
  left: 40.9%;
  max-width: 12.954%;
}

#bonus  > .title .t4 {
  top: 37%;
  left: 54.2%;
  max-width: 11.84%;
}

#bonus  > .title .t5 {
  top: 26.7%;
  left: 66%;
  max-width: 19.64%;
}

.s3 .bg {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.s3 .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 44px;
  color: #ebf4ff;
  text-align: center;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.s3 .title span {
  color: #ffc758;
}

.s3 .row {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 115px;
}

.s3 .row .col-md-4 {
  padding-right: 7px;
  padding-left: 7px;
}

.s3 .bonus_item {
  border-radius: 51px;
  /* overflow: hidden; */
  text-align: center;
  position: relative;
}

.s3 .col-12 .bonus_item::before {
  position: absolute;
  content: "";
  background-image: url("../img/bonus/a.svg");
  width: 100%;
  padding-top: 40.885%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -64px;
  left: 0;
  z-index: 2;
}
.s3 .col-12:nth-child(2) .bonus_item::before {
  background-image: url("../img/bonus/b.svg");
  width: 100%;
  padding-top: 45.095%;
}

.s3 .col-12:nth-child(3) .bonus_item::before {
  background-image: url("../img/bonus/c.svg");
  width: 127%;
  padding-top: 41.485%;
  top: -67px;
  left: -46px;
}

.s3 .bonus_item .box {
  background-color: #18458d;
  border-radius: 51px 51px 0 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.s3 .bonus_item .box img {
  width: 100%;
  max-width: 100%;
}

.s3 .bonus_item .box > div {
  position: absolute;
  right: 19px;
  bottom: 22px;
  line-height: 44px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffc758;
}

.s3 .bonus_item .box > div .star {
  width: 40px;
  height: 40px;
  margin-right: 9px;
}

.s3 .bonus_item .intro {
  background-color: #fffbe5;
  padding: 31px 10px 39px;
  border-radius: 0 0 51px 51px;
}

.s3 .bonus_item .intro p {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  min-height: 124px;
  margin-bottom: 6px;
  color: #18458d;
}

.s3 .bonus_item .intro a {
  display: block;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  color: #fff;
  background-color: #18458d;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  border-radius: 24px;
  width: 201px;
  height: 46px;
  line-height: 46px;
  transition: all .1s;
}

.s3 .bonus_item .intro a:hover{
  background-color: #2667ce;

}

.s3 .remark {
  position: relative;
  z-index: 1;
  max-width: 1004px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 20px;
  margin-top: 39px;
}

.modal {
  /* display: block; */
  background-color: rgb(93, 93, 93, 0.4);
}
#bonus_modal .modal-dialog {
  max-width: 1117px;
  margin: 2.75rem auto;
}

#bonus_modal .modal-content {
  border-radius: 0;
  border: 0;
  background-color: initial;
}

#bonus_modal .modal-body {
  padding: 0;
}

#bonus_modal .modal_close {
  position: absolute;
  top: 93.5px;
  right: 24.5px;
  z-index: 2;
  cursor: pointer;
  transform: rotate(0);
  transition: all 0.2s;
}

#bonus_modal .modal_close:hover {
  transform: rotate(180deg);
}

#bonus_modal .bonus_wra {
  position: relative;
}
#bonus_modal .bonus_wra .swiper {
  padding-top: 66px;
}

#bonus_modal .bonus_wra .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #707070;
}

#bonus_modal .bonus_wra .topic {
  height: 79px;
  position: relative;
  background-color: #18458d;
  border-radius: 39px 39px 0 0;
}
#bonus_modal .bonus_wra .topic img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
}
#bonus_modal .bonus_wra .title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 20px;
}

#bonus_modal .bonus_wra .title h3 {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 60px;
  color: #132873;
}

#bonus_modal .bonus_wra .title h3 span {
  color: #8b0000;
  margin-left: 9px;
}

#bonus_modal .bonus_wra .title > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  line-height: 26px;
  color: #686868;
}

#bonus_modal .bonus_wra .title > div span {
  color: #ffa900;
  display: contents;
}

#bonus_modal .bonus_wra .title .star {
  margin-right: 10px;
}
#bonus_modal .bonus_wra .pic {
  text-align: center;
}

#bonus_modal .bonus_wra .pic img {
  width: 100%;
  max-width: 947px;
  margin: 0 auto; 
}

#bonus_modal .bonus_wra .remark {
  margin-top: 20px;
  padding: 0 60px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #18458d;
  padding-bottom: 30px;
}

#bonus_modal .bonus_wra .remark span {
  color: #8b0000;
}

#bonus_modal .swiper-button-prev,
#bonus_modal .swiper-button-next {
  width: 15px;
  height: 33px;
  top: 55%;
}

#bonus_modal .swiper-button-prev {
  left: 30px;
}
#bonus_modal .swiper-button-next {
  right: 30px;
}

#bonus_modal .swiper-button-prev:after {
  content: url("../img/modal/left.svg");
  font-size: initial;
}
#bonus_modal .swiper-button-next:after {
  content: url("../img/modal/right.svg");
  font-size: initial;
}

@media screen and (max-width: 992px) {
  .s3 .bonus_item .box > div {
    position: absolute;
    right: 10px;
    bottom: 12px;
    line-height: 37px;
    font-size: 26px;
    letter-spacing: 2px;
  }

  .s3 .bonus_item .box > div .star {
    width: 35px;
    height: 35px;
  }

  .s3 .bonus_item .intro {
    background-color: #fffbe5;
    padding: 28px 10px 35px;
  }

  .s3 .bonus_item .intro p {
    font-size: 26px;
    line-height: 36px;
    min-height: 124px;
    margin-bottom: 6px;
    color: #18458d;
  }

  .s3 .bonus_item .intro a {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 2px;
    color: #fff;
    background-color: #18458d;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
    border-radius: 24px;
    width: 201px;
    height: 46px;
    line-height: 46px;
  }
}

@media screen and (max-width: 768px) {
  .big_wra {
    background: #8b0000;
  }

  .big_wra > .bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -384px;
  }

  /* .s3 {
    background-color: #8b0000;
  } */

  .s3 .bg {
    position: absolute;
    top: -8vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .s3 .title {
    font-size: 25px;
    line-height: 36px;
    margin-top: 30px;
  }

  .s3 .row {
    margin-top: 79px;
  }

  .s3 .col-12 .bonus_item {
    max-width: 425px;
    margin: 0 auto;
    margin-bottom: 59px;
  }

  .s3 .col-12 .bonus_item::before {
    width: 95%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -58px;
    left: 0;
  }

  .s3 .col-12:nth-child(3) .bonus_item::before {
    top: -60px;
    left: -46px;
  }

  .s3 .bonus_item .box > div {
    right: 18px;
    bottom: 22px;
  }

  .s3 .bonus_item .intro a {
    font-size: 19px;
    width: 177px;
    height: 41px;
    line-height: 41px;
  }

  .s3 .remark {
    margin-top: 0;
    padding: 0 40px;
  }

  .modal {
    /* display: block; */
  
  }



  #bonus_modal .bonus_wra .swiper {
    padding-top: 66px;
  }


  #bonus_modal .bonus_wra .topic img {
    bottom: 10px;
  }
  #bonus_modal .bonus_wra .title {
    text-align: left;
    padding: 0 31px;
    padding-top: 24px;
    margin-bottom: 30px;
  }

  #bonus_modal .bonus_wra .title h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 2px;
    line-height: 48px;
  }

  #bonus_modal .bonus_wra .title h3 span {
    margin-left: 0;
  }

  #bonus_modal .bonus_wra .title > div {

    margin-top: 15px;
  }

  #bonus_modal .bonus_wra .title > div span {
    color: #ffa900;
    display: contents;
  }

  #bonus_modal .bonus_wra .title .star {
    margin-right: 10px;
    min-width: 30px;
    min-height: 30px;
  }
  #bonus_modal .bonus_wra .pic {
    text-align: center;
    padding: 0 7px;
  }

  #bonus_modal .bonus_wra .pic img {
    width: 100%;
    max-width: 947px;
  }

  #bonus_modal .bonus_wra .remark {
    margin-top: 25px;
    padding: 0 28px;
    padding-bottom: 30px;
  }

 

  #bonus_modal .swiper-button-prev,
  #bonus_modal .swiper-button-next {

    /* top: 60%; */
    top: 480px;
  }

  #bonus_modal .swiper-button-prev {
    left: 10px;
  }
  #bonus_modal .swiper-button-next {
    right: 10px;
  }


}

@media screen and (max-width: 767px) {
  .s3 .row .col-md-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 576px) {
  #bonus  > .title {
    max-width: 532px;
  }
  #bonus  > .title .t1 {
    top: 19.1%;
    left: 16%;
    max-width: 15.47%;
  }

  #bonus  > .title .t2 {
    top: 13.2%;
    left: 30.55%;
    max-width: 22.134%;
  }

  #bonus  > .title .t3 {
    top: 15%;
    left: 50.3%;
    max-width: 18.4%;
  }

  #bonus  > .title .t4 {
    top: 56%;
    left: 39.3%;
    max-width: 15.2%;
  }

  #bonus  > .title .t5 {
    top: 42.5%;
    left: 55.5%;
    max-width: 32.8%;
  }
}

/* ================= s4 ================== */

.s4{
  z-index: 1;
}

.s4::after {
  position: absolute;
  content: "";
  background-image: url("../img/s4/bg.png");
  /* width: 1920px; */
  background-position: center center;
  width: 100%;
  height: 1162px;
  left: 50%;
  transform: translate(-50%);
  top: 137.5px;
  z-index: 1;
}

.s4 .logic_wra {
  max-width: 1142px;
  margin: 0 auto;
  background: linear-gradient(150deg, #101360, #18458d 90%);
  z-index: 2;
  padding-top: 53px;
  padding-bottom: 64.5px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.64);
  position: relative;
}

.s4 .loomis {
  position: absolute;
  top: 47px;
  left: 52px;
  color: #ffffff;
}

.s4 .loomis h5 {
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 27px;
}

.s4 .loomis p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 11px;
  line-height: 15px;
}

.s4 .title {
  text-align: center;
}

.s4 .title p {
  width: 109px;
  height: 38px;
  line-height: 38px;
  background-color: #ffc758;
  border-radius: 29px;
  font-size: 19px;
  font-weight: 700;
  padding-left: 2px;
  letter-spacing: 2px;
  color: #163a83;
  margin: 0 auto;
}

.s4 .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 54px;
  margin-top: 13px;
  margin-bottom: 48px;
  position: relative;
  color: #fff;
}

.s4 .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #fff;
  left: 50%;
  margin-left: -100px;
  bottom: -26px;
}

.s4 .title .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s4 .title .stars .star {
  margin: 0 5px;
}

.s4 .title .stars .star.yellow {
  background: #ffc758;
}

.s4 .logic {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  position: relative;
}
.s4 .logic img{
  width: 100%;
  max-width: 1113px;
}


.s4 .logic .arrow {
  background-image: url("../img/s4/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1113px;
  height: 96px;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: -1;
}

.s4 .logic .l_item {
  text-align: center;
}

.s4 .logic .l_item.center {
  margin-left: 135px;
  margin-right: 141px;
  margin-top: 46px;
}

.s4 .remark {
  margin-top: 47px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  padding: 0 69px;
}

.s4 .remark span {
  color: #ffc758;
}

@media screen and (max-width: 992px) {
  .s4 .title {
    max-width: 425px;
    margin: 0 auto;
  }

  .s4 .loomis {
    max-width: 533px;
    margin: 0 auto;
    padding: 0 54px;
  }
}

@media screen and (max-width: 768px) {
  .s4 {
    padding-top: 180px;
  }

  .s4::after {
    background-image: url("../img/s4/bg_M.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 768px;
    height: 2398px;
    top: -50px;
    z-index: 2;
  }

  .s4 .logic_wra {
    padding-top: 47px;
    padding-bottom: 47px;
    z-index: 3;
  }

  .s4 .loomis {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 34px;
  }

  .s4 .title h3 {
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 45px;
  }

  .s4 .title h3::after {
    bottom: -24px;
  }

  .s4 .title .stars {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s4 .title .stars .star {
    margin: 0 5px;
  }

  .s4 .title .stars .star.yellow {
    background: #ffc758;
  }

  .s4 .logic {
    display: flex;
    justify-content: center;
    margin-top: 25.5px;
    padding: 0 37px;
    position: relative;
  }


  .s4 .remark {

    padding: 0 37px;
  }
}

/* ================= s5 ================== */

.s5 {
  z-index: 3;
  margin-top: 25px;
  /* background-color: #b80000; */
}

.s5::after {
  position: absolute;
  content: "";
  background-color: #b80000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63.5%;
  z-index: -2;
}

.s5 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 215%;
}

.s5 .bgM{
  display: none;
}

.s5 .example {
  max-width: 1070px;
  padding: 0 27px;
  margin: 0 auto;
  padding-top: 90px;
}

.s5 .title {
  text-align: center;
}

.s5 .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 54px;
  margin-top: 13px;
  margin-bottom: 48px;
  position: relative;
  color: #fff;
}

.s5 .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #fff;
  left: 50%;
  margin-left: -100px;
  bottom: -26px;
}

.s5 .title .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s5 .title .stars .star {
  margin: 0 5px;
}

.s5 .title .stars .star.yellow {
  background: #ffc758;
}

.s5 .title .l_title {
  width: 491px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 9px 41px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 48px;
  border: 1px solid #18458d;
}
.s5 .title .l_title p {
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 19px;
  color: #132773;
}

.s5 .intro .intro_pic_M{
  display: none;
}

.s5 .intro img {
  width: 100%;
  max-width: 100%;
}

.s5 .remark {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
}

.s5 .remark span {
  color: #ffc758;
}

@media screen and (max-width: 769px) {
  .s5 {
    margin-top: 49px;
  }

  .s5 .bg{
    display: none;
  }

  .s5 .bgM {
    display: block;
    position: absolute;
    top: 288px;
    left: 50%;
    transform: initial;
    margin-left: -681px;
    z-index: 0;
  }

  .s5 .example {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(to bottom, #13226e, #18458d);
  }

  .s5 .title {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .s5 .title h3 {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding-left: 0.4px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 47px;
  }

  .s5 .title h3::after {
    bottom: -25px;
  }

  .s5 .title .stars .star {
    margin: 0 3.6px;
  }

  .s5 .title .l_title {
    width: auto;
    height: auto;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 18px 40px;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 0;
  }

  .s5 .intro {
    position: relative;
    z-index: 1;
  }
  .s5 .intro .intro_pic{
    display: none;
  }

  .s5 .intro .intro_pic_M{
    display: block;
  }
}

/* ================= s6 ================== */

.s6 {
  padding-top: 235px;
  background: linear-gradient(to bottom, #b80000, #5c0000);
  position: relative;
}

.s6 > .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}

.s6 .simulation {
  max-width: 1004px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.s6 .simulation .title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.s6 .simulation .b_title {
  text-align: left;
}

.s6 .simulation .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 54px;
  margin-top: 13px;
  margin-bottom: 48px;
  position: relative;
  color: #fff;
}

.s6 .simulation .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #002664;
  left: 0%;
  bottom: -26px;
}

.s6 .simulation .title .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -3.6px;
}

.s6 .simulation .title .stars .star {
  margin: 0 3.6px;
}

.star.yellow {
  background: #ffc758;
}

.s6 .simulation .title .l_title {
  width: 491px;
  /* height: 57px; */
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 9px 41px;
  border: 1px solid #18458d;
}
.s6 .simulation .title .l_title p {
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 19px;
  color: #132773;
}

.bar_wra {
  width: 100%;
  max-width: 570px;
  /* max-width: 570px; */
  margin: 0 auto;
}

.bar_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 320px;
  width: 100%;
  margin: 0 auto;
  opacity: 0; /* 預設隱藏 */
  transform: translateY(100px); /* 預設底部隱藏 */
  transition: opacity 1s ease, transform 1s ease;

  padding-left: 65px;
  padding-right: 53px;
  position: relative;
}

.bar_container::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  z-index: 1;
}

.bar {
  position: relative;
  width: 24px;
  height: 0; /* 初始高度為 0 */
  bottom: 0;
  background: linear-gradient(to bottom, #91bed5, #15597d 60%);
  border-radius: 20px 20px 0 0;
  opacity: 0; /* 預設隱藏 */
  transition: height 1s ease, opacity 1s ease, transform 1s ease;
}

.bar:nth-of-type(even) {
  background: linear-gradient(to bottom, #fff7e8, #ffe8bb 60%);
}

.bar .label {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  width: 57px;
  height: 48px;
}

.bar .value {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%);
  font-size: 15px;
  font-weight: bold;
  color: white;
}

/* 顯示條形圖時的動畫 */
.bar.animate {
  opacity: 1;
}

.bar[data-value="36.8"] {
  height: 210px;
}

.bar[data-value="24.4"] {
  height: 159px;
}

.bar[data-value="14.9"] {
  height: 112px;
}

.bar[data-value="11.6"] {
  height: 95px;
}

.bar[data-value="6.0"] {
  height: 56px;
}

.bar[data-value="3.5"] {
  height: 33px;
}

.bar[data-value="2.9"] {
  height: 23px;
}

.bar_wra .bar_btm {
  margin: 0 auto;
  margin-top: 90px;
  max-width: 570px;
  width: 100%;
  background-color: #18428a;
  height: 46px;
  line-height: 46px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.42);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  border-radius: 25px;
  text-align: center;
}

.s6 .simulation .remark {
  margin-top: 59px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
}

.s6 .simulation .remark span {
  color: #ffc758;
}
@media screen and (max-width:791px){
  .s6 .simulation .remark {

    padding-bottom: 35px;
  }
}


@media screen and (max-width: 769px) {
  .s6 {
    padding-top: 40px;
  }

  .s6 .simulation {
    max-width: 1004px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .s6 .simulation .title {
    display: block;
    padding: 0 42px;
  }

  .s6 .simulation .title h3 {
    font-size: 29px;
    letter-spacing: 1px;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 36px;
  }

  .s6 .simulation .title h3::after {
    bottom: -20px;
  }

  .s6 .simulation .title .l_title {
    width: auto;
    height: auto;
    border-radius: 58px;
    padding: 20px 27px;
    margin-top: 27px;
  }

  .bar_container {
    padding-left: 38px;
    padding-right: 38px;
    position: relative;
    height: 270px;
  }

  .bar .label {
    bottom: -55px;
  }

  .bar .value {
    top: -30px;
  }

  .bar_wra .bar_btm {
    max-width: 311px;
  }

  .s6 .simulation .remark {
    margin-top: 15px;
    padding: 0 30px;
    padding-bottom: 35px;
  }
}

/* ================= s7 ================== */

.s7 {
  z-index: 3;
  margin-top: 45px;
  position: relative;
}

.s7::after {
  position: absolute;
  content: "";
  background-color: #101360;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 420px;
  z-index: -2;
}

.s7 .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.s7 .intro {
  max-width: 1064px;
  padding: 0 30px;
  margin: 0 auto;
  padding-top: 90px;
}

.s7 .title {
  text-align: center;
  position: relative;
  max-width: 807px;
  margin: 0 auto;
}

.s7 .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 54px;
  margin-bottom: 51px;
  position: relative;
  color: #18458d;
}

.s7 .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #18458d;
  left: 50%;
  margin-left: -100px;
  bottom: -26px;
}

.s7 .title .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s7 .title .stars .star {
  margin: 0 3.6px;
}

.s7 .title .stars .star.yellow {
  background: #ffc758;
}

.s7 .title .l_title {
  width: 147px;
  height: 32px;
  line-height: 32px;
  border-radius: 30px;
  background-color: #ffc758;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 1px;
  text-align: center;
  color: #132773;
  position: absolute;
  right: 0;
  bottom: 0;
}

.s7 .intro_detail .topic {
  margin: 0 auto;
  width: 100%;
  max-width: 807px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: #18458d;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2px;
  color: #fff;
  margin-top: 37px;
}

.s7 .intro_detail .detail_content {
  margin-top: 37px;
  display: flex;
}

.s7 .intro_detail .detail_content ul {
  width: 50%;
}

.s7 .intro_detail .detail_content ul li {
  display: flex;
  align-items: center;
  padding-left: 43px;
  /* padding-top: 18px;
  padding-bottom: 19px; */
  min-height: 64px;
}

.s7 .intro_detail .detail_content ul li:first-child {
  padding-top: 0;
}

.s7 .intro_detail .detail_content ul li:nth-of-type(even) {
  background-color: #ffffff;
}

.s7 .intro_detail .detail_content ul li .t_title {
  min-width: 132px;
  margin-right: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #18428a;
  position: relative;
  line-height: 27px;
}

.s7 .intro_detail .detail_content ul li .t_title::before {
  position: absolute;
  content: "";
  background-image: url("../img/s7/table_star.svg");
  left: -33px;
  top: 6px;
  width: 17px;
  height: 16px;
}

.s7 .intro_detail .detail_content ul li .t_content {
  font-size: 22px;
  font-weight: 700;
  color: #545454;
}

.s7 .intro_detail .detail_content ul li .t_content.last_content {
  font-size: 18px;
  line-height: 27px;
}

.s7 .remark {
  margin-top: 33px;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 20px;
  color: #18458d;
}

.s7 .remark span {
  color: #8b0000;
}

@media screen and (max-width: 791px) {
  .s7 {
    margin-top: 0;
    background: linear-gradient(to bottom, #ffffff, #cbcbcb);
    padding-bottom: 61px;
  }

  .s7 .bg {
    display: none;
  }
  .s7::after {
    display: none;
  }

  .s7 .intro {
    padding-top: 34px;
  }

  .s7 .intro_detail .detail_content {
    margin-top: 10px;
    display: block;
  }

  .s7 .intro_detail .detail_content ul {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .s7 .title h3 {
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 28px;
  }

  .s7 .title h3::after {
    bottom: -15px;
  }

  .s7 .title .l_title {
    margin: 0 auto;
    margin-top: 20px;

    position: relative;
    right: auto;
    bottom: auto;
  }

  .s7 .intro_detail .topic {
    margin: 0 auto;
    width: 92%;
    max-width: 500px;
    height: auto;
    line-height: 27px;
    border-radius: 40px;
    font-size: 22px;
    padding: 0 28px;
    padding-top: 12px;
    padding-bottom: 13px;
    margin-top: 20px;
  }

  .s7 .intro_detail .detail_content ul li {
    align-items: flex-start;
    padding: 20px 0;
    padding-left: 37px;
    min-height: 63px;
  }

  .s7 .intro_detail .detail_content ul li .t_title {
    min-width: 108px;
    margin-right: 19px;
    font-size: 18px;
    line-height: 23px;
  }

  .s7 .intro_detail .detail_content ul li .t_title::before {
    left: -28px;
    top: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 14px;
  }

  .s7 .intro_detail .detail_content ul li .t_content {
    font-size: 18px;
    line-height: 24px;
  }

  .s7 .intro_detail .detail_content ul li .t_content.last_content {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.5px;
  }

  .s7 .intro_detail .detail_content ul li:first-child {
    padding: 20px 0;
    padding-left: 37px;
  }

  .s7 .remark {
    margin-top: 27px;
  }
}

/* ================= other ================== */

.little_wra {
  background: linear-gradient(to bottom, #101360 40%, #18458d 100%);
  padding-top: 163px;
  padding-bottom: 82px;
  position: relative;
}

.little_wra .other_flag {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -1667px;
  z-index: 0;
}

.little_wra .other_star {
  position: absolute;
  bottom: 11px;
  left: 50%;
  margin-left: 172px;
  z-index: 0;
}

.s8 {
  margin-top: 92px;
  position: relative;
  z-index: 1;
}

.s8 .video {
  padding: 0 38px;
  max-width: 890px;
  margin: 0 auto;
}

.s8 .title {
  text-align: center;
}
.s8 .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 54px;
  margin-bottom: 51px;
  position: relative;
  color: #ffffff;
}

.s8 .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #ffffff;
  left: 50%;
  margin-left: -100px;
  bottom: -26px;
}

.s8 .title .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s8 .title .stars .star {
  margin: 0 3.6px;
}

.s8 .video .video_wra {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 42px;
}

.s8 .video .video_wra iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.s8 .video > p{
  font-size: 16px;
  font-weight: 500;
  color: #ffc758;
  line-height: 1.5;
  margin-top: 43px;
}

@media screen and (max-width: 791px) {
  /* ================= other ================== */

  .little_wra {
    background: linear-gradient(to bottom, #132672, #18458d);
    padding-top: 63px;
    padding-bottom: 49px;
  }

  .little_wra .other_flag {
    top: -60px;
    margin-left: -734.8px;
    width: 1424px;
  }

  .little_wra .other_star {
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin-left: -120.6px;
    z-index: 0;
  }

  .s8 {
    margin-top: 0;
  }

  .s8 .title h3 {
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 28px;
  }

  .s8 .title h3::after {
    bottom: -15px;
  }

  .s8 .video .video_wra {
    margin-top: 26px;
  }
  .s8 .video > p {
    line-height: 1.2;
    font-size: 14px;
  }
}

/* ================= s9 ================== */

.s9 {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  padding: 0 38px;
}

.s9 .sale {
  background: linear-gradient(to bottom, #efefef 40%, #dcdcdc 100%);
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.64);
  padding: 55px 67.5px 75.5px;
  max-width: 1142px;
  width: 100%;
  margin: 0 auto;
}

.s9 .title {
  text-align: left;
}
.s9 .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 54px;
  margin-bottom: 51px;
  position: relative;
  color: #0c316d;
}

.s9 .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #0c316d;
  left: 0;
  bottom: -26px;
}

.s9 .title .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.s9 .title .stars .star {
  margin: 0 3.6px;
}

.s9 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  margin-top: 67px;
}

.s9 ul li {
  flex: 0 1 25%;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 33px;
  margin-bottom: 11px;
  color: #505050;
}

@media screen and (max-width: 850px) {
  .s9 ul li {
    flex: 0 1 33.333333%;
  }
}

@media screen and (max-width: 769px) {
  .s9 {
    margin-top: 30px;
  }

  .s9 .sale {
    padding: 17px 28px 36px;
  }

  .s9 .title h3 {
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 36px;
  }

  .s9 .title h3::after {
    bottom: -20px;
  }

  .s9 .title .stars {
    flex-wrap: wrap;
    padding-right: 50px;
  }

  .s9 .title .stars .star {
    margin-bottom: 10px;
  }

  .s9 ul {
    margin-top: 10px;
  }
}

@media screen and (max-width: 660px) {
  .s9 ul li {
    flex: 0 1 50%;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

/* ================= s10 ================== */

.s10 {
  margin-top: 61px;
  position: relative;
  z-index: 1;
}

.s10 .download {
  padding: 0 38px;
  max-width: 1088px;
  margin: 0 auto;
}

.s10 .title {
  text-align: left;
}
.s10 .title h3 {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 54px;
  margin-bottom: 51px;
  position: relative;
  color: #ffffff;
}

.s10 .title h3::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  background-color: #ffffff;
  left: 0;
  bottom: -26px;
}

.s10 .title .stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.s10 .title .stars .star {
  margin: 0 3.6px;
}

.s10 .download_wra {
  display: flex;
  justify-content: center;
  margin-top: 82px;
}
.s10 .download_wra .d_item {
  text-align: center;
  margin: 0 90px;
  cursor: pointer;
}

.s10 .download_wra .d_item .box {
  background-image: url("../img/other/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 168px;
  height: 190px;
  margin: 0 auto;
}

.s10 .download_wra .d_item p {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 0.4px;
  line-height: 42px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #ffffff;
}

.s10 .download_wra .d_item:hover .box {
  background-image: url("../img/other/download_h.svg");
}

@media screen and (max-width: 769px) {
  .s10 {
    margin-top: 35px;
  }

  .s10 .title h3 {
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 36px;
  }

  .s10 .title h3::after {
    bottom: -20px;
  }

  .s10 .title .stars {
    flex-wrap: wrap;
    padding-right: 80px;
  }

  .s10 .title .stars .star {
    margin-bottom: 10px;
  }

  .s10 .download_wra {
    margin-top: 25px;
  }
  .s10 .download_wra .d_item {
    margin: 0 55px;
  }
}

@media screen and (max-width: 576px) {
  .s10 .download_wra {
    display: block;
  }

  .s10 .download_wra .d_item {
    display: block;
    margin: 0;
    margin-bottom: 70px;
  }
  .s10 .download_wra .d_item:last-child {
    margin-bottom: 0;
  }

  .s10 .download_wra .d_item img {
    display: block;
    margin: 0 auto;
  }
}

/* ================= s11 ================== */

.s11 {
  background: linear-gradient(to bottom, #efefef 40%, #dcdcdc 100%);
  padding: 40px 0;
}

.s11 .notice {
  padding: 0 38px;
  max-width: 1080px;
  margin: 0 auto;
  color: #18458d;
}
.s11 .notice h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 11px;
}
.s11 .notice ul {
  padding-left: 39px;
}

.s11 .notice ul li {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
.s11 .notice ul li::before {
  position: absolute;
  content: "";
  background-image: url("../img/s7/table_star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -21.6px;
  top: 6px;
  width: 13px;
  height: 12px;
}

.s11 .notice ul li.red {
  color: #8b0000;
}

.s11 .notice ul li.red::before {
  background-image: url("../img/other/red_star.svg");
}

@media screen and (max-width: 769px) {
  .s11 {
    padding: 30px 0;
    padding-bottom: 11px;
  }

  .s11 .notice ul {
    padding-left: 29px;
  }

  .s11 .notice ul li {
    margin-bottom: 19px;
  }
  .s11 .notice ul li::before {
    left: -21.5px;
  }
}

/* ================= footer ================== */

footer {
  text-align: center;
  background-color: #007c7d;
  padding: 20px 0 27px;
  color: #ffffff;
}

footer h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 26px;
  margin-bottom: 12px;
}

footer p {
  font-size: 14px;
  letter-spacing: 3px;
  padding-left: 3px;
  line-height: 20px;
}

@media screen and (max-width: 576px) {
  footer {
    padding: 20px 34px 26px;
  }

  footer h5 {
    margin-bottom: 7px;
  }

  footer p {
    text-align: left;
    letter-spacing: 2px;
    padding-left: 0;
  }
}
