a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

q:after,
q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.nav-tabs,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
  background-color: unset;
  border: unset;
  line-height: unset
}

li {
  list-style: none
}

body {
  background-image: unset;
  background-color: #371f18;
  background-repeat: no-repeat;
  background-position: center 100vh;
  background-size: cover;
  font-family: "Noto Serif TC", "Microsoft JhengHei", "Playfair Display", sans-serif, Arial;
  width: 100%;
  overflow-x: hidden
}

body.mask {
  display: none
}

@media only screen and (max-width:480px) {
  body {
    background-position: center 100vh;
    background-size: cover
  }
}

body a {
  background-color: unset
}

body img {
  max-width: 100%;
  height: auto
}

body h3 {
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin-top: 50px
}

@media only screen and (max-width:991px) {
  body h3 {
    font-size: 20px;
    line-height: 40px
  }
}

body h4 {
  font-size: 20px;
  line-height: 34px;
  color: #ffd1b0;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px
}

@media only screen and (max-width:991px) {
  body h4 {
    font-size: 20px;
    line-height: 30px
  }
}

@media only screen and (max-width:480px) {
  body h4 {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0
  }
}

body h5 {
  font-size: 16px;
  line-height: 24px;
  color: #ffd1b0;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 5px
}

@media only screen and (max-width:991px) {
  body h5 {
    font-size: 20px;
    line-height: 30px
  }
}

@media only screen and (max-width:480px) {
  body h5 {
    font-size: 16px;
    line-height: 20px
  }
}

body p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  color: white;
  font-weight: 400
}

@media only screen and (max-width:991px) {
  body p {
    font-size: 16px;
    line-height: 20px
  }
}

@media only screen and (max-width:480px) {
  body p {
    font-size: 12px;
    line-height: 16px
  }
}

body .mt-20 {
  margin-top: 20px
}

body .mt-100 {
  margin-top: 100px
}

body .mt-200 {
  margin-top: 200px
}

body .mt--200 {
  margin-top: -200px
}

body .mb-100 {
  margin-bottom: 100px
}

body footer img {
  max-width: 100%
}

#head {
  background: url(../images/head_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  min-height: 1780px;
  position: relative;
  left: 50%;
  max-width: 1920px;
  transform: translateX(-50%);
  overflow: hidden
}

@media only screen and (max-width:991px) {
  #head {
    background: url(../images/head_bg_mb.jpg) no-repeat 70% 0;
    min-height: 1140px;
    background-size: cover;
    margin-top: -85px
  }
}

#head #s0 {
  margin: 940px 0 0;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  z-index: 17
}

#head #s0 .awards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 620px;
  max-width: 50%;
  position: relative;
  padding: 0px 0px 80px 0px;
  margin: 0px 15px
}

@media only screen and (max-width: 1200px) {
  #head #s0 .awards {
    max-width: 100%;
    flex-direction: column
  }
}

@media only screen and (max-width: 480px) {
  #head #s0 .awards {
    padding: 0px;
    margin-bottom: 30px
  }
}

#head #s0 .awards:nth-of-type(1) {
  background: url("../images/special-gift.png") no-repeat center bottom;
  background-size: contain
}

@media only screen and (max-width: 480px) {
  #head #s0 .awards:nth-of-type(1) {
    background-size: cover
  }
}

#head #s0 .awards:nth-of-type(2) {
  background: url("../images/advanced-gift.png") no-repeat center bottom;
  background-size: contain
}

@media only screen and (max-width: 480px) {
  #head #s0 .awards:nth-of-type(2) {
    background-size: cover
  }
}

#head #s0 .awards .title-img {
  position: relative;
  max-width: 80%;
  margin-top: -120px;
  top: 50px;
}

@media only screen and (max-width: 991px) {
  #head #s0 .awards .title-img {
    width: 70%;
    margin-bottom: unset;
    margin-top: 0px
  }
}

@media only screen and (max-width: 480px) {
  #head #s0 .awards .title-img {
    width: 70%;
    top: 15px;
  }
}

#head #s0 .awards .awards-ctn {
  display: flex;
  margin: 42px 0 0;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
  #head #s0 .awards .awards-ctn {
    background-size: cover;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: unset;
    margin-bottom: unset;
    height: unset
  }
}

#head #s0 .awards .awards-ctn .img-wrap {
  max-width: 33%;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  #head #s0 .awards .awards-ctn .img-wrap {
    max-width: 33%
  }
}

@media only screen and (max-width: 480px) {
  #head #s0 .awards .awards-ctn .img-wrap {
    max-width: 50%;
    padding: 0 15px;
    margin-top: 4px
  }
}

#head #s0 .awards .awards-ctn .img-wrap p {
  margin: 18px 0 0 0;
  letter-spacing: 0;
  font-size: 20px;
  color: white;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  #head #s0 .awards .awards-ctn .img-wrap p {
    margin-bottom: 30px;
    font-size: 18px
  }
}

@media only screen and (max-width: 480px) {
  #head #s0 .awards .awards-ctn .img-wrap p {
    font-size: 16px
  }
}

#head .title-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 653px;
  top: 286px;
  left: 50%;
  margin-left: 65px;
  text-align: center;
}

@media only screen and (max-width:1440px) {
  #head .title-wrap {
    margin-left: 20px;
  }
}

@media only screen and (max-width:1199px) {
  #head .title-wrap {
    margin-left: 0;
    left: auto;
    right: -30px
  }
}

@media only screen and (max-width:991px) {
  #head .title-wrap {
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 174px;
    width: 100%
  }
}

#head .title-wrap .logo {
  max-width: 275px;
  width: 100%;
  margin: 0 auto
}

@media only screen and (max-width:991px) {
  #head .title-wrap .logo {
    display: none
  }
}

#head .title-wrap .tit {
  max-width: 683px;
  width: 100%;
  margin: 0 auto 20px
}

@media only screen and (max-width:1199px) {
  #head .title-wrap .tit {
    width: 80%
  }
}

@media only screen and (max-width:480px) {
  #head .title-wrap .tit {
    width: 70%
  }
}

/* #head .title-wrap .time {
  font-size: 24px;
  font-weight: 700;
  color: #86614b;
  margin: 0 0 50px;
  line-height: 1.3
} */

@media only screen and (max-width:991px) {
  #head .title-wrap .time {
    margin: 5px 0 10px
  }
}

@media only screen and (max-width:769px) {
  #head .title-wrap .time {
    font-size: 18px;
    line-height: 1.4
  }
}

@media only screen and (max-width:480px) {
  #head .title-wrap .time {
    font-size: 16px
  }
}

#head .title-wrap .menu {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width:769px) {
  #head .title-wrap .menu {
    margin-top: 0
  }
}

#head .title-wrap .menu a {
  background: #1f5ea4;
  border-radius: 3px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .3s ease-in-out;
  margin: 0 5px
}

#head .title-wrap .menu a:hover {
  background: #154985 !important;
}

@media only screen and (max-width:769px) {
  #head .title-wrap .menu .form_download {
    display: none
  }
}

@media only screen and (max-width:769px) {
  #head .title-wrap .menu .form_signup.reg {
    display: none
  }
}

#head .title-wrap .menu .form_signup.reg_m {
  display: none
}

@media only screen and (max-width:769px) {
  #head .title-wrap .menu .form_signup.reg_m {
    display: block
  }
}

@media (min-width:1200px) {
  .custom-container {
    max-width: 1310px
  }
}

body {
  background-color: #371f18;
  font-family: "Microsoft JhengHei", sans-serif, Arial;
  font-weight: 700
}

body,
html {
  height: 100%;
  width: 100%
}

img {
  max-width: 100%;
  height: auto
}

.modal .modal-xl {
  max-width: 856px
}

.modal .modal-content {
  background: 0 0;
  border: none
}

.modal .modal-content .modal-header {
  background: 0 0;
  border: none;
  padding: 0
}

.modal .modal-content .modal-header button.close {
  position: absolute;
  margin: 0 0 0 auto;
  padding: 25px;
  right: 100px;
  top: 6px;
  z-index: 99
}

@media only screen and (max-width:768px) {
  .modal .modal-content .modal-header button.close {
    right: 50px;
    top: 0px;
  }
}

@media only screen and (max-width:480px) {
  .modal .modal-content .modal-header button.close {
    right: 0px;
    top: 0px;
  }
}

#play1 .modal-header button.close {
  position: absolute;
  margin: 0 0 0 auto;
  padding: 25px;
  right: 0px;
  top: 0px;
  z-index: 99
}

.modal .modal-content .modal-header button.close::after,
.modal .modal-content .modal-header button.close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 1px;
  background: #000000
}

#play1 .modal-header button.close::after,
#play1 .modal-header button.close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #000000
}

.modal .modal-content .modal-header button.close::before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal .modal-content .modal-header button.close::after {
  transform: translate(-50%, -50%) rotate(135deg)
}

.modal .modal-content .modal-body {
  padding: 0
}

#particles-js {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none
}

@media only screen and (max-width:1199px) {
  #particles-js {
    display: none
  }
}

.wrap {
  overflow: hidden;
  margin: 0 auto;
  position: relative
}

section {
  text-align: center;
  position: relative;
  left: 50%;
  max-width: 1920px;
  transform: translateX(-50%)
}

@media only screen and (max-width:769px) {
  section {
    padding-left: 15px;
    padding-right: 15px
  }
}

.label {
  margin: 0 auto;
  width: 100%
}

@media only screen and (max-width:991px) {
  .label {
    margin-bottom: 15px
  }
}

.video-btn {
  width: 95px;
  height: 95px;
  background: url(../images/video-btn.png) no-repeat 0 0;
  margin: 30px auto 0;
  border: none;
  padding: 0;
  transition: all .3s ease-in-out
}

.video-btn:hover {
  opacity: .7
}

@media only screen and (max-width:480px) {
  .video-btn {
    width: 45px;
    height: 45px;
    background-size: contain;
    margin-top: 70px
  }
}

.tit {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  text-align: center
}

@media only screen and (max-width:480px) {
  .tit {
    margin-bottom: 15px
  }
}

.tit h2 {
  font-size: 60px;
  color: #ffd1b0;
  font-family: "Noto Serif TC", serif;
  font-weight: 600
}

@media only screen and (max-width:769px) {
  .tit h2 {
    font-size: 40px
  }
}

@media only screen and (max-width:480px) {
  .tit h2 {
    font-size: 30px
  }
}

.subtit {
  text-align: center;
  color: #86614b;
  font-size: 20px;
  margin: 0 0 55px;
  font-weight: 700
}

@media only screen and (max-width:480px) {
  .subtit {
    font-size: 14px
  }
}

.subtit span {
  color: #ffd1b0
}

.popup-btn {
  background: #1f5ea4;
  border-radius: 4px;
  padding: 25px;
  font-size: 22px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all .3s ease-in-out
}

@media only screen and (max-width:480px) {
  .popup-btn {
    font-size: 18px
  }
}

.popup-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #155499;
}

#s1 {
  background: url(../images/s1_bg.jpg) no-repeat 50% 0;
  height: 1046px;
  background-size: cover;
  padding-top: 70px
}

#s1::after,
#s1::before {
  content: '';
  position: absolute;
  left: 50%
}

#s1::before {
  background: url(../images/mm-3.png) no-repeat 0 0;
  width: 855px;
  height: 972px;
  margin-left: -760px;
  top: 75px;
}

@media only screen and (max-width:1024px) {
  #s1::before {
    margin-left: -663px;
    top: 151px;
    transform: scale(0.85);
  }
}

@media only screen and (max-width:991px) {
  #s1::before {
    margin-left: -396px;
    top: 355px;
  }
}

@media only screen and (max-width:480px) {
  #s1::before {
    margin-left: -400px;
    transform: scale(0.6);
    margin-top: -80px;
  }
}

#s1 .modeling-txt {
  position: relative;
  margin: 17vh 0 2vh;
  text-align: center;
  margin-right: -700px;
}

@media only screen and (max-width:1024px) {
  #s1 .modeling-txt {
    margin-right: -545px;
  }
}

@media only screen and (max-width:991px) {
  #s1 .modeling-txt {
    margin: -6vh 0 2vh;
    margin-right: 0px;
  }
}

@media only screen and (max-width:480px) {
  #s1 .modeling-txt {
    margin: -4vh 0 2vh;
    transform: scale(0.7);
    margin-bottom: 230px;
  }
}

#s1 .darkblue {
  color: #1f5ea4;
}

@media only screen and (max-width:769px) {
  #s1 .award-wrap {
    height: 150.188vw
  }
}

#s1 .award-txt {
  margin: 60px 0 0
}

@media only screen and (max-width:991px) {
  #s1 .award-txt {
    margin: 0
  }
}

#s1 .award-txt ul {
  max-width: 650px;
  margin: 0 auto;
  list-style-type: disc;
  position: relative;
  right: -350px;
}

@media only screen and (max-width:1024px) {
  #s1 .award-txt ul {
    right: -270px;
  }
}

@media only screen and (max-width:991px) {
  #s1 .award-txt ul {
    right: -10px;
  }
}

@media only screen and (max-width:480px) {
  #s1 .award-txt ul {
    right: -5px;
    top: -215px;
  }
}

#s1 .award-txt ul li {
  color: #597a9f;
  font-size: 20px;
  line-height: 1.6;
}

@media only screen and (max-width:1024px) {
  #s1 .award-txt ul li {
    font-size: 17px;
  }
}

@media only screen and (max-width:480px) {
  #s1 .award-txt ul li {
    font-size: 16px
  }
}

#s1 .fram {
  margin: 0 0 70px
}

@media only screen and (max-width:991px) {
  #s1 .fram-con .row>[class*=col-] {
    margin-bottom: 15px
  }
}

#s2 {
  background: url(../images/s2_bg.jpg) no-repeat 50% 0;
  height: 1064px;
  background-size: cover;
  padding: 85px 0 0;
  left: 50%;
  width: 1920px;
  transform: translateX(-50%)
}

#s2::before {
  content: '';
  background: url(../images/mm-1.png) no-repeat 0 0;
  width: 1082px;
  height: 1054px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -165px;
}

@media only screen and (max-width:1024px) {
  #s2::before {
    margin-left: -193px;
    transform: scale(0.9);
    margin-bottom: -55px;
  }
}

@media only screen and (max-width:991px) {
  #s2::before {
    margin-left: -541px;
    transform: scale(0.6);
    margin-bottom: -224px;
  }
}

@media only screen and (max-width:480px) {
  #s2::before {
    bottom: 6px;
    margin-left: -533px;
    transform: scale(0.6);
  }
}

#s2 .power-txt {
  position: relative;
  margin: 17vh 0 2vh;
  text-align: center;
  margin-left: -800px;
}

@media only screen and (max-width:1200px) {
  #s2 .power-txt {
    margin-left: -708px;
  }
}

@media only screen and (max-width:480px) {
  #s2 .power-txt {
    margin: -4vh 0 2vh;
    transform: scale(0.7);
    margin-bottom: 230px;
  }
}

#s2 .btn-area {
  max-width: 650px;
  margin: 0 auto;
  list-style-type: disc;
  position: relative;
  left: -880px;
}

@media only screen and (max-width:1200px) {
  #s2 .btn-area {
    left: -830px;
  }
}

@media only screen and (max-width:1024px) {
  #s2 .power-txt {
    margin-left: -576px;
  }

  #s2 .btn-area {
    left: -768px;
  }
}

@media only screen and (max-width:991px) {
  #s2 .power-txt {
    margin-left: 0px;
    margin-top: -42px;
  }

  #s2 .btn-area {
    left: -287px;
  }
}

@media only screen and (max-width:991px) {
  #s2 .btn-area {
    left: 0px;
  }
}

@media only screen and (max-width:480px) {
  #s2 .btn-area {
    left: 0px;
    top: -228px;
  }
}

#s2 .btn-area ul {
  margin-top: 50px;
}

@media only screen and (max-width:480px) {
  #s2 .btn-area ul {
    padding: 30px;
    margin-top: 20px;
  }
}

@media only screen and (max-width:375px) {
  #s2 .btn-area ul {
    margin-left: 37px;
    padding-left: 110px;
  }

  #s2 .btn-area {
    left: 0px;
  }
}

#s2 .btn-area ul li {
  color: #5884b6;
  font-size: 20px;
  line-height: 1.6;
  list-style: disc;
}

@media only screen and (max-width:1024px) {
  #s2 .btn-area ul li {
    margin-left: 45px;
    font-size: 18px;
  }
}

@media only screen and (max-width:480px) {
  #s2 .btn-area ul li {
    font-size: 16px;
    margin-left: 25px;
  }
}

@media only screen and (max-width:480px) {
  #s2 {
    padding-top: 45px
  }
}

#s2 .label {
  max-width: 490px;
}

@media only screen and (max-width:991px) {
  #s2 .video-wrap .video-area {
    position: relative;
    left: auto;
    margin-left: 0;
    top: auto
  }
}

#s2 .video-wrap .btn-area {
  margin: 100px 0 0 -150px
}

@media only screen and (max-width:1899px) {
  #s2 .video-wrap .btn-area {
    margin: 50px 0 0 0
  }
}

#s2 .video-wrap .btn-area p {
  font-size: 18px;
  color: #846ec1;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 0
}

@media only screen and (max-width:480px) {
  #s2 .video-wrap .btn-area p {
    font-size: 14px
  }
}

#s2 .detail-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  transition: all .3s ease-in-out
}

#s2 .detail-btn:hover {
  filter: brightness(120%)
}

#s3 {
  background: url(../images/s3_bg.jpg) no-repeat 50% 0;
  height: 1173px;
  background-size: cover;
  padding: 85px 0 0
}

@media only screen and (max-width:480px) {
  #s3 {
    height: 127.3vw;
  }
}

#s3 .tit h2 {
  color: #813c18
}

#s3 .subtit {
  line-height: 28px;
  margin-bottom: 16px
}

#s3 .step {
  margin: 0 0 100px
}

@media only screen and (max-width:480px) {
  #s3 .step {
    margin-bottom: 50px
  }
}

#s4 {
  background: url(../images/s4_bg.jpg) no-repeat 50% 0;
  height: 1172px;
  background-size: cover
}

#s4 .video-wrap .video-area {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 190px;
  z-index: 1;
  max-width: 490px;
}

@media only screen and (max-width:1024px) {
  #s4 .video-wrap .video-area {
    margin-left: -270px;
    transform: scale(0.9);
  }
}

@media only screen and (max-width:991px) {
  #s4 .video-wrap .video-area {
    top: 0px;
    margin-left: -250px;
    transform: scale(0.8);
  }
}

@media only screen and (max-width:480px) {
  #s4 .video-wrap .video-area {
    margin-left: -200px;
    top: 45px;
    max-width: 400px;
  }
}

#s4 .video-wrap .video-area video {
  width: 100%;
  height: auto;
}

#s4 .video-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#s4::before {
  content: '';
  background: url(../images/mm-2.png) no-repeat 0 0;
  width: 740px;
  height: 1127px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -760px;
}

@media only screen and (max-width:1024px) {
  #s4::before {
    margin-left: -735px;
  }
}

@media only screen and (max-width:991px) {
  #s4::before {
    margin-left: -407px;
    bottom: -450px;
    transform: scale(0.8);
  }
}

@media only screen and (max-width:480px) {
  #s4::before {
    bottom: -385px;
    margin-left: -395px;
    transform: scale(0.7);
  }
}

#s5 {
  background: url(../images/s5_bg.jpg) no-repeat 50% 0;
  height: 1064px;
  background-size: cover;
  padding: 85px 0px 0px;
  left: 50%;
  width: 1920px;
  transform: translateX(-50%);
}

#s5::before {
  content: '';
  background: url(../images/mm-4.png) no-repeat 0 0;
  width: 965px;
  height: 1009px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -195px
}

@media only screen and (max-width:1024px) {
  #s5::before {
    margin-left: -245px;
    transform: scale(0.8);
    margin-bottom: -104px;
  }
}

@media only screen and (max-width:991px) {
  #s5::before {
    margin-left: -481px;
    transform: scale(0.7);
    margin-bottom: -267px;
  }
}

@media only screen and (max-width:480px) {
  #s5::before {
    margin-left: -494px;
    margin-bottom: -220px;
    transform: scale(0.6);
  }
}


#s5 .ability-txt {
  position: relative;
  margin: 17vh 0 2vh;
  text-align: center;
  margin-left: -800px;
}

@media only screen and (max-width:1200px) {
  #s5 .ability-txt {
    margin-left: -705px;
  }
}

@media only screen and (max-width:480px) {
  #s5 .ability-txt {
    margin: -15vh 0 2vh;
    transform: scale(0.7);
    margin-bottom: 100px;
  }
}

#s5 .btn-area {
  max-width: 650px;
  margin: 0 auto;
  list-style-type: disc;
  position: relative;
  left: -880px;
  top: -30px;
}

@media only screen and (max-width:1440px) {
  #s5 .btn-area {
    left: -880px;
    top: -28px;
  }
}

@media only screen and (max-width:1200px) {
  #s5 .btn-area {
    left: -830px;
  }
}

@media only screen and (max-width:1024px) {
  #s5 .ability-txt {
    margin-left: -605px;
  }

  #s5 .btn-area {
    left: -785px;
  }
}

@media only screen and (max-width:991px) {
  #s5 .ability-txt {
    margin-left: 0px;
    margin-top: -95px;
  }

  #s5 .btn-area {
    left: 0px;
  }
}

@media only screen and (max-width:480px) {
  #s5 .btn-area {
    left: 0px;
    top: -125px;
  }
}

#s5 .btn-area ul {
  margin-top: 50px;
}

@media only screen and (max-width:480px) {
  #s5 .btn-area ul {
    padding: 30px;
    margin-top: 20px;
  }
}

@media only screen and (max-width:375px) {
  #s5 .btn-area ul {
    margin-left: 37px;
    padding-left: 110px;
  }
}

#s5 .btn-area ul li {
  color: #8f8574;
  font-size: 20px;
  line-height: 1.6;
  list-style: disc;
}

@media only screen and (max-width:1024px) {
  #s5 .btn-area ul li {
    margin-left: 63px;
    font-size: 18px;
  }
}

@media only screen and (max-width:991px) {
  #s5 .btn-area ul li {
    margin-left: 45px;
    font-size: 18px;
  }
}

@media only screen and (max-width:480px) {
  #s5 .btn-area ul li {
    font-size: 16px;
    margin-left: 25px;
  }
}

#s5 .label {
  max-width: 490px;
}

@media only screen and (max-width:991px) {
  #s5 {
    padding-bottom: 100px
  }
}

#s5 .video-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row
}

@media only screen and (max-width:991px) {
  #s5 .video-wrap {
    flex-direction: column
  }
}

#s5 .video-wrap .video-area {
  margin-right: 20px;
  max-width: 360px
}

@media only screen and (max-width:991px) {
  #s5 .video-wrap .video-area {
    margin-right: 0
  }
}

#s5 .video-wrap .video-area video {
  width: 100%;
  height: auto
}

#s5 .popup-btn {
  background: #876834;
}

#s5 .popup-btn:hover {
  background: #7c5d2a;
}

#s5 .btn-area {
  margin-top: 30px
}

#s5 .btn-area p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 0;
  color: #9c8783
}

@media only screen and (max-width:480px) {
  #s5 .btn-area p {
    font-size: 14px
  }
}

#s6 {
  background: url(../images/s6_bg.jpg) no-repeat 50% 0;
  height: 1065px;
  background-size: cover
}

@media only screen and (max-width:991px) {
  #s6 {
    height: 127.3vw;
    background-position-x: 47%
  }
}

#s7 {
  background: url(../images/s7_bg.jpg) no-repeat 50% 0;
  min-height: 1000px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width:480px) {
  #s7 {
    height: auto;
  }
}

#s7 .col-lg-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media only screen and (max-width:1200px) {
  #s7 .col-lg-12 {
    transform: scale(0.8);
  }
}

@media only screen and (max-width:1024px) {
  #s7 .col-lg-12 {
    gap: 10px;
    transform: scale(0.7);
  }
}

@media only screen and (max-width:991px) {
  #s7 .col-lg-12 {
    transform: scale(0.9);
    flex-direction: column;
  }
}

@media only screen and (max-width:480px) {
  #s7 .col-lg-12 {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#s7 .video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

#s7 .pic img,
#s7 .video-area video {
  max-width: 500px;
  height: auto;
}

@media only screen and (max-width:480px) {

  #s7 .pic img,
  #s7 .video-area video {
    max-width: 400px;
    height: auto;
  }
}

#s8 {
  background: url(../images/s8_bg.jpg) no-repeat 50% 0;
  min-height: 1292px;
  background-size: cover;
  padding-top: 130px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  #s8 {
    flex-direction: column;
    align-items: center;
    padding: 4% 0;
  }
}

#s8 .flexctn .weapon-txt {
  margin-bottom: 10vh;
}

@media only screen and (max-width: 800px) {
  #s8 .flexctn .weapon-txt {
    margin-bottom: 2vh;
  }
}

@media only screen and (max-width: 480px) {
  #s8 .flexctn .weapon-txt {
    transform: scale(0.8);
  }
}

#s8 .weapon-txt {
  position: relative;
  margin: 6vh 0 2vh;
  text-align: center;
}

#s8 .flexctn p {
  color: #597a9f;
  font-weight: 600;
  margin-top: 5vh;
  font-size: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 480px) {
  #s8 .flexctn p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  #s8 .flexctn p {
    margin-top: 2vh;
  }
}

#s8 .darkblue {
  color: #1f5ea4;
}

#s8 .flexctn {
  width: 100%;
  height: 100%;
  max-width: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media only screen and (max-width: 1200px) {
  #s8 .flexctn {
    max-width: 46vw;
  }
}

@media only screen and (max-width: 480px) {
  #s8 .flexctn {
    max-width: 98vw;
  }
}

#s8 .swiperTab {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  #s8 .swiperTab {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}

#s8 .swiperTab button.active,
#s8 .swiperTab button:hover {
  color: #1f5ea4;
  text-decoration: underline 2px;
  text-underline-offset: 10px;
  font-weight: 700;
}

#s8 .swiperTab button {
  color: #597a9f;
  font-size: 2rem;
  margin: 6% 0;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  #s8 .swiperTab button {
    font-size: 1.6rem;
    width: 45%;
    margin: 2%;
    padding: 3% 1%;
    background-color: #a3a3a35e;
    border-radius: 10px;
  }
}

#s8 .mySwiper {
  max-width: 54vw;
  margin: 0
}

@media only screen and (max-width: 800px) {
  #s8 .mySwiper {
    max-width: 98vw;
  }
}

.swiper-notification {
  display: block;
  width: 14px;
  height: 14px
}

.swiper-button-next,
.swiper-button-prev {
  width: 70px;
  height: 71px;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: ''
}

.swiper-button-next {
  transform: rotate(180deg)
}

.swiper-pagination {
  position: relative;
  margin: 1% auto
}

@media only screen and (max-width: 480px) {
  .swiper-pagination {
    margin: 4% auto;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #3e4d5e;
  display: none
}


.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1f5ea4;
  display: inline-block
}

.swiper-pagination .swiper-pagination-bullet.on {
  display: inline-block
}

.swiper-wrapper {
  align-items: center
}

.swiper-wrapper .swiper-slide img {
  margin: 1.5%
}

@media only screen and (max-width: 800px) {
  .swiper-wrapper .swiper-slide img {
    width: 40%;
  }
}

@media only screen and (max-width: 350px) {
  .swiper-wrapper .swiper-slide img {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-slide {
    bottom: -5px;
  }
}

@media only screen and (max-width:991px) {
  #s8 {
    height: 100%;
    padding-bottom: 100px
  }
}

#s8 .label {
  max-width: 425px;
  margin-bottom: -100px
}

@media only screen and (max-width:991px) {
  #s8 .label {
    margin-bottom: -25px
  }
}