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 > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: unset;
  border: unset;
  line-height: unset
}
@view-transition {
  navigation: auto
}
li {
  list-style: none
}
@media only screen and (max-width:991px) {
  .m-none {
    display: none!important
  }
}
@media only screen and (max-width:480px) {
  .mp-none {
    display: none
  }
}
@media only screen and (max-width:991px) {
  .m-none {
    display: none
  }
}
@media only screen and (min-width:992px) {
  .nm-none {
    display: none!important
  }
}
@media only screen and (min-width:1780px) {
  .pclgs {
    display: none
  }
}
body {
  background-color: #181e47;
  position: relative;
  font-family: "Noto Sans 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 a:hover {
  text-decoration: none
}
body img {
  max-width: 100%
}
body h1 {
  line-height: 1.6;
  font-weight: 600
}
body h3 {
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  margin-top: 20px
}
@media only screen and (max-width:991px) {
  body h3 {
    font-size: 20px
  }
}
body h4 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 16px
}
@media only screen and (max-width:991px) {
  body h4 {
    font-size: 20px
  }
}
@media only screen and (max-width:480px) {
  body h4 {
    font-size: 16px;
    letter-spacing: 0
  }
}
body h5 {
  font-size: 16px;
  line-height: 1.6;
  color: #dbaf86;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 5px
}
@media only screen and (max-width:991px) {
  body h5 {
    font-size: 20px
  }
}
@media only screen and (max-width:480px) {
  body h5 {
    font-size: 16px
  }
}
body p {
  font-size: 13px;
  line-height: 1.6;
  color: #fff;
  font-weight: 300
}
@media only screen and (max-width:991px) {
  body p {
    font-size: 16px
  }
}
@media only screen and (max-width:480px) {
  body p {
    font-size: 12px
  }
}
body p.notice_text {
  color: #ffac0c
}
@media only screen and (max-width:991px) {
  body p.notice_text {
    font-size: 12px
  }
}
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
}
@media only screen and (max-width:480px) {
  body .container {
    padding-right: 25px;
    padding-left: 25px
  }
}
main {
  overflow: hidden
}
main .banner {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center
}
@media only screen and (max-width:991px) {
  main .banner {
    margin-top: 98px
  }
}
main .banner img {
  width: 100%
}
@media only screen and (max-width:991px) {
  main .banner img {
    width: inherit
  }
}
main .banner .mb-banner-title {
  position: absolute;
  left: 50%;
  top: 26%;
  transform: translateX(-50%);
  width: 90%
}
main .banner .btn-section {
  position: absolute;
  left: 59%;
  top: 28%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end
}
main .banner .btn-section img {
  max-width: 20vw
}
@media only screen and (max-width:991px) {
  main .banner .btn-section {
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    gap: 12px;
    align-items: center
  }
}
main .banner .btn-section .main-btn {
  justify-content: start;
  gap: .5vw
}
@media only screen and (max-width:991px) {
  main .banner .btn-section .main-btn {
    gap: 8px;
    margin-top: 16px;
    justify-content: center
  }
}
main .banner .btn-section .main-btn a {
  background: #dbaf86;
  padding: 16px 48px;
  display: inline-block;
  font-weight: 600;
  color: #2d1b0a;
  transition: .3s all;
  border-radius: 4px
}
@media only screen and (max-width:1440px) {
  main .banner .btn-section .main-btn a {
    padding: 12px 32px
  }
}
@media only screen and (max-width:991px) {
  main .banner .btn-section .main-btn a {
    padding: 16px 40px
  }
  main .banner .btn-section .main-btn a:nth-child(3) {
    display: none
  }
}
main .banner .btn-section .main-btn a:hover {
  background: #2d1b0a;
  color: #dbaf86
}
main .banner .btn-section .video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5vw
}
@media only screen and (max-width:991px) {
  main .banner .btn-section .video {
    margin-top: 0;
    flex-direction: row-reverse;
    align-items: flex-end
  }
}
main .banner .btn-section .video a {
  position: relative;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
main .banner .btn-section .video a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  content: '';
  background: url(../image/play.png) center center no-repeat;
  width: 39px;
  height: 56px;
  background-size: contain
}
@media only screen and (max-width:991px) {
  main .banner .btn-section .video a::after {
    width: 24px;
    height: 34px
  }
}
@media only screen and (max-width:991px) {
  main .banner .btn-section .video a video {
    width: 50vw
  }
}
main .content #s1,
main .content #s3 {
  position: relative;
  line-height: 0
}
main .content #s1 > img,
main .content #s3 > img {
  width: 100%
}
main .content #s1 .title,
main .content #s3 .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: 2
}
main .content #s1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
main .content #s1 #v1 {
  position: absolute;
  bottom: 32.55%;
  left: 8.5%;
  width: 20.1vw
}
main .content #s1 #v2 {
  position: absolute;
  bottom: 7.7%;
  left: 56.2%;
  width: 34vw
}
main .content #s2 {
  position: relative
}
main .content #s2 img {
  width: 100%
}
main .content #s3 {
  position: relative
}
main .content #s3 .char {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
main .content #s3 .char img {
  width: 100%
}
main .content #s3 video {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translateY(-50%);
  width: 23.5vw
}
main .content #s4,
main .content #s5 {
  position: relative
}
main .content #s4 .char,
main .content #s5 .char {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
main .content #s4 .char img,
main .content #s5 .char img {
  width: 100%
}
main .content #s4 video,
main .content #s5 video {
  position: absolute;
  top: 13.4%;
  left: 54.84%;
  width: 35.8vw
}
main .content #s12 {
  background: #c3aa88;
  width: 100%;
  position: relative;
  padding: 60px 0
}
@media only screen and (max-width:991px) {
  main .content #s12 {
    padding: 60px 20px
  }
}
@media only screen and (min-width:600px) and (max-width:991px) {
  main .content #s12 {
    padding: 60px 28px
  }
}
main .content #s12 .tab-content .tab-pane {
  text-align: center
}
main .content #s12 .tab-content h3,
main .content #s12 .tab-content h4 {
  color: #1e1e1e;
  text-align: center
}
main .content #s12 .tab-content h3 {
  font-size: 28px;
  margin-top: 0
}
@media only screen and (max-width:991px) {
  main .content #s12 .tab-content h3 {
    font-size: 36px
  }
}
main .content #s12 .tab-content h4 {
  font-size: 18px;
  line-height: 1.6;
  color: #1e1e1e;
  font-weight: 500
}
@media only screen and (max-width:991px) {
  main .content #s12 .tab-content h4 {
    font-size: 18px
  }
}
main .content #s12 .lui-detail-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 80px;
  background: #1e1710;
  color: #fff;
  transition: .3s all
}
@media only screen and (max-width:991px) {
  main .content #s12 .lui-detail-btn {
    margin-top: 20px!important;
    font-size: 16px
  }
}
main .content #s12 .lui-detail-btn:hover {
  background: #ffac0c;
  color: #000
}
main .content #s12 .mySwiper {
  width: 1180px;
  background: #e8d9c5;
  border: 1px solid #a38b69;
  padding: 40px 0;
  overflow-x: hidden;
  margin: 0 auto 40px
}
@media only screen and (max-width:991px) {
  main .content #s12 .mySwiper {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto 8px
  }
}
main .content #s12 .mySwiper .marquee {
  background: url(../image/s12-marquee.png);
  width: 3060px;
  height: 150px;
  -webkit-animation: marquee 36s linear 0s infinite forwards;
  animation: marquee 36s linear 0s infinite forwards
}
@media only screen and (max-width:991px) {
  main .content #s12 .mySwiper .marquee {
    height: 60px;
    background-size: contain
  }
}
@-webkit-keyframes marquee {
  0% {
    background-position-x: 2041px
  }
  100% {
    background-position-x: 0
  }
}
@keyframes marquee {
  0% {
    background-position-x: 2041px
  }
  100% {
    background-position-x: 0
  }
}
main .content #s12 .mySwiper .swiper-slide {
  position: relative;
  background-color: #c9c9c9;
  width: 148px;
  height: 148px;
  border: 1px solid #b7b7b7;
  margin-right: 20px
}
main .content #s12 .mySwiper .swiper-slide:last-child {
  margin-right: 0
}
@media only screen and (max-width:991px) {
  main .content #s12 .mySwiper .swiper-slide {
    width: 60px;
    height: 60px;
    margin-right: 12px
  }
  main .content #s12 .mySwiper .swiper-slide .swiper-wrapper {
    justify-content: center
  }
}
main .content #s12 .mySwiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  background-size: contain!important
}
@media only screen and (max-width:991px) {
  main .content #s12 .mySwiper .swiper-slide::before {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px)
  }
}
main .content #s12 .mySwiper .swiper-slide:nth-child(0)::before {
  background: url(../image/item_0.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(1)::before {
  background: url(../image/item_1.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(2)::before {
  background: url(../image/item_2.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(3)::before {
  background: url(../image/item_3.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(4)::before {
  background: url(../image/item_4.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(5)::before {
  background: url(../image/item_5.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(6)::before {
  background: url(../image/item_6.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(7)::before {
  background: url(../image/item_7.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(8)::before {
  background: url(../image/item_8.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(9)::before {
  background: url(../image/item_9.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(10)::before {
  background: url(../image/item_10.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(11)::before {
  background: url(../image/item_11.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(12)::before {
  background: url(../image/item_12.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(13)::before {
  background: url(../image/item_13.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(14)::before {
  background: url(../image/item_14.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(15)::before {
  background: url(../image/item_15.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(16)::before {
  background: url(../image/item_16.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(17)::before {
  background: url(../image/item_17.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(18)::before {
  background: url(../image/item_18.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(19)::before {
  background: url(../image/item_19.png) no-repeat 50% 50%
}
main .content #s12 .mySwiper .swiper-slide:nth-child(20)::before {
  background: url(../image/item_20.png) no-repeat 50% 50%
}
main .content #s12 #lui-02 .mySwiper .swiper-wrapper {
  justify-content: center
}
main .content #s12 #lui-02 .mySwiper .swiper-wrapper .swiper-slide:nth-child(0)::before {
  background: url(../image/item_2_0.png) no-repeat 50% 50%
}
main .content #s12 #lui-02 .mySwiper .swiper-wrapper .swiper-slide:nth-child(1)::before {
  background: url(../image/item_2_1.png) no-repeat 50% 50%
}
main .content #s12 #lui-02 .mySwiper .swiper-wrapper .swiper-slide:nth-child(2)::before {
  background: url(../image/item_2_2.png) no-repeat 50% 50%
}
main .content #s12 #lui-02 .mySwiper .swiper-wrapper .swiper-slide:nth-child(3)::before {
  background: url(../image/item_2_3.png) no-repeat 50% 50%
}
main .content #s12 #lui-02 .mySwiper .swiper-wrapper .swiper-slide:nth-child(4)::before {
  background: url(../image/item_2_4.png) no-repeat 50% 50%
}
main .content #s13 {
  background: #b49974;
  position: relative;
  padding: 60px 0
}
@media only screen and (max-width:991px) {
  main .content #s13 {
    padding: 60px 20px
  }
}
main .content #s13 .s13-tab {
  max-width: 1180px;
  margin: 0 auto
}
main .content #s13 .title {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #493417;
  margin-bottom: 40px
}
@media only screen and (max-width:991px) {
  main .content #s13 .title {
    font-size: 32px
  }
}
@media only screen and (min-width:600px) and (max-width:991px) {
  main .content #s13 .title {
    font-size: 36px;
    margin-bottom: 36px
  }
}
main .content #s13 #s13-tabContent > ul {
  color: #fff;
  margin-top: 2vw
}
main .content #s13 #s13-tabContent > ul li {
  text-align: center;
  color: #493417
}
main .content #s13 #s13-tabContent > ul li h4 {
  margin-top: 8px
}
main .content #s13 #s13-tabContent > ul li h4 span {
  font-weight: 700
}
main .content #s13 #s13-tabContent > .tab-pane > ul {
  background: #907652;
  justify-content: center;
  gap: 12px;
  padding: 0 50px 30px
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent > .tab-pane > ul {
    padding: 2vw;
    gap: 4px;
    margin-bottom: 12px!important
  }
}
main .content #s13 #s13-tabContent > .tab-pane > ul li {
  width: 170px;
  height: 130px
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent > .tab-pane > ul li {
    width: 24%;
    height: inherit
  }
}
main .content #s13 #s13-tabContent > .tab-pane > ul li button {
  width: 100%;
  font-size: 22px;
  color: #8d8d98;
  background: #705734;
  border-radius: 0;
  padding: 24px 0;
  font-weight: 600;
  height: 100%;
  position: relative;
  box-sizing: border-box
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent > .tab-pane > ul li button {
    padding: 36px 0
  }
}
@media only screen and (min-width:600px) and (max-width:991px) {
  main .content #s13 #s13-tabContent > .tab-pane > ul li button {
    padding: 48px 0
  }
}
main .content #s13 #s13-tabContent > .tab-pane > ul li button.active {
  background: #c8ae88;
  border: 5px solid #4a2f0a;
  padding: 26px 0
}
main .content #s13 #s13-tabContent > .tab-pane > ul li button::before {
  position: absolute;
  content: '';
  width: 170px;
  height: 125px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%)
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent > .tab-pane > ul li button::before {
    width: 100%;
    height: inherit
  }
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(1) button::before {
  background: url(../image/10087.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(2) button::before {
  background: url(../image/10084.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(3) button::before {
  background: url(../image/10105.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(4) button::before {
  background: url(../image/10107.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(5) button::before {
  background: url(../image/10104.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(6) button::before {
  background: url(../image/10089.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(7) button::before {
  background: url(../image/10090.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(8) button::before {
  background: url(../image/10088.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(9) button::before {
  background: url(../image/10094.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(10) button::before {
  background: url(../image/10110.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(11) button::before {
  background: url(../image/10108.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent > .tab-pane > ul li:nth-child(12) button::before {
  background: url(../image/10106.png) center center no-repeat;
  background-size: contain
}
main .content #s13 #s13-tabContent .skin-title {
  background: #907652;
  text-align: center;
  color: #d7c8b4;
  padding: 24px 0 18px;
  font-weight: 500;
  font-size: 24px
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent .skin-title {
    font-size: 18px;
    padding: 12px 0 6px
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent {
  background: #ceb695;
  padding: 30px 0
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent {
    padding: 9.72222vw
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-01 .carousel-inner ol li:first-child {
  background: url(../image/color-01.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-01 .carousel-inner ol li:last-child {
  background: url(../image/color-01.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-02 .carousel-inner ol li:first-child {
  background: url(../image/color-02.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-02 .carousel-inner ol li:last-child {
  background: url(../image/color-02.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-03 .carousel-inner ol li:first-child {
  background: url(../image/color-03.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-03 .carousel-inner ol li:last-child {
  background: url(../image/color-03.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-04 .carousel-inner ol li:first-child {
  background: url(../image/color-04.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-04 .carousel-inner ol li:last-child {
  background: url(../image/color-04.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-05 .carousel-inner ol li:first-child {
  background: url(../image/color-05.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-05 .carousel-inner ol li:last-child {
  background: url(../image/color-05.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-06 .carousel-inner ol li:first-child {
  background: url(../image/color-06.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-06 .carousel-inner ol li:last-child {
  background: url(../image/color-06.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-07 .carousel-inner ol li:first-child {
  background: url(../image/color-07.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-07 .carousel-inner ol li:last-child {
  background: url(../image/color-07.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-08 .carousel-inner ol li:first-child {
  background: url(../image/color-08.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-08 .carousel-inner ol li:last-child {
  background: url(../image/color-08.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-09 .carousel-inner ol li:first-child {
  background: url(../image/color-09.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-09 .carousel-inner ol li:last-child {
  background: url(../image/color-09.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-10 .carousel-inner ol li:first-child {
  background: url(../image/color-10.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-10 .carousel-inner ol li:last-child {
  background: url(../image/color-10.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-11 .carousel-inner ol li:first-child {
  background: url(../image/color-11.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-11 .carousel-inner ol li:last-child {
  background: url(../image/color-11.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-12 .carousel-inner ol li:first-child {
  background: url(../image/color-12.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-12 .carousel-inner ol li:last-child {
  background: url(../image/color-12.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-12 .carousel-inner ol li:first-child {
  background: url(../image/color-12.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-12 .carousel-inner ol li:nth-child(2) {
  background: url(../image/color-12.png) center no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel#carousel-12 .carousel-inner ol li:last-child {
  background: url(../image/color-12.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol {
  left: 38%;
  bottom: 12px;
  right: inherit;
  margin: 0;
  justify-content: center
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol {
    left: 50%;
    transform: translateX(-50%)
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol li {
  width: 30px;
  height: 30px;
  opacity: 1;
  box-sizing: border-box;
  border-radius: 50%;
  border: 0
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol li:first-child {
  background: url(../image/10036.png) left no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol li:nth-child(2) {
  background: url(../image/10036.png) center no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol li:nth-child(3) {
  background: url(../image/10036.png) right no-repeat
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner ol li.active {
  border: 4px solid #4a2f0a
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item {
  transition: transform 0s ease-in-out
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner {
  text-align: center;
  justify-content: center;
  display: flex
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner {
    flex-direction: column
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main {
  margin-right: 12px;
  position: relative
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main {
    margin-right: 0
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main img {
  height: 723px;
  width: 500px
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main img {
    height: auto;
    width: 100%
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main .bottom-section {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(246,231,211,.9)
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main .bottom-section p {
  font-weight: 500;
  font-size: 18px;
  color: #493417;
  margin-top: 8px
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-main .bottom-section p {
    font-size: 14px
  }
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-detail {
    display: none
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-detail .skin-card {
  background: #eadac5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  padding: 12px 0;
  width: 200px;
  gap: 18px
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-detail .skin-card:last-child {
  margin-bottom: 0
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-detail .skin-card .skin-img {
  width: 80px
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-detail .skin-card .price {
  justify-content: center;
  gap: 8px;
  color: #705734;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  font-family: trajan-pro-3;
  font-weight: 400;
  font-style: normal
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel .carousel-inner .carousel-item .item-inner .skin-detail .skin-name {
  font-weight: 500;
  font-size: 17px;
  color: #493417
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button {
  background: #705734;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 100
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button {
    width: 40px;
    height: 40px
  }
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button .carousel-control-next-icon,
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button .carousel-control-prev-icon {
    width: 12px;
    height: 12px
  }
}
@media only screen and (min-width:600px) and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button {
    width: 60px;
    height: 60px
  }
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button .carousel-control-next-icon,
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button .carousel-control-prev-icon {
    width: 16px;
    height: 16px
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button.carousel-control-prev {
  left: 10%
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button.carousel-control-prev {
    left: -7%
  }
}
main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button.carousel-control-next {
  right: 10%
}
@media only screen and (max-width:991px) {
  main .content #s13 #s13-tabContent #s13-inner-tabContent .tab-pane .carousel > button.carousel-control-next {
    right: -7%
  }
}
body {
  position: relative
}
body #pup_box_info_m {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000b0;
  z-index: 1050;
  display: none;
  overflow: scroll
}
body #pup_box_info_m .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40%
}
body #pup_box_info_m .wrapper .con {
  position: relative
}
body #pup_box_info_m .wrapper .con .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  border-image-slice: 1;
  opacity: 1
}
body #pup_box_info_m .wrapper .con .close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: #fff;
  transition: .3s all
}
body #pup_box_info_m .wrapper .con .close::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  background-color: #fff;
  transition: .3s all
}
body #pup_box_info_m .wrapper .con .close:hover::after {
  transform: translate(-50%,-50%) rotate(-45deg);
  background-color: #a87e1d;
  opacity: 0
}
body #pup_box_info_m .wrapper .con .close:hover::before {
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: #a87e1d;
  opacity: 0
}
#videoModal.modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none
}
#videoModal.modal .modal-dialog .modal-content .modal-header {
  background-color: transparent
}
#videoModal.modal .modal-dialog .modal-content .modal-header .close span:first-child {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  transform-origin: 50% 50%
}
#videoModal.modal .modal-dialog .modal-content .modal-header .close span:last-child {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%,-50%) rotate(-45deg)
}
#videoModal.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9
}
@media only screen and (min-width:992px) {
  .modal .modal-dialog {
    max-width: 920px
  }
}
.modal .modal-dialog .modal-content {
  background-color: #efeff4;
  border-radius: 0
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: #efeff4;
  align-items: center;
  border: 0;
  color: #dbaf86;
  position: relative;
  justify-content: center;
  padding-top: 60px;
  border-radius: 0
}
.modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 36px;
  margin: 0;
  font-weight: 700;
  color: #404040
}
@media only screen and (max-width:480px) {
  .modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 24px
  }
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: #404040;
  opacity: 1;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  padding: 0
}
.modal .modal-dialog .modal-content .modal-header .close span:first-child {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #4d4d4d;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  transform-origin: 50% 50%
}
.modal .modal-dialog .modal-content .modal-header .close span:last-child {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #4d4d4d;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%,-50%) rotate(-45deg)
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 12px
  }
}
.modal .modal-dialog .modal-content .modal-body .style-block {
  margin-bottom: 40px
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .style-block {
    margin-bottom: 24px
  }
}
.modal .modal-dialog .modal-content .modal-body .style-subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px
}
.modal .modal-dialog .modal-content .modal-body .item-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .item-container {
    gap: 16px
  }
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card {
  display: inline-block;
  background: #ceb695;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: space-between
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-content {
  padding: 24px 0;
  text-align: center
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-content {
    padding: 12px
  }
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-content .card-name {
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  margin-bottom: 12px;
  line-height: 1.6
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-content .card-name {
    font-size: 18px
  }
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-content .card-img {
  width: 100px;
  height: 100px;
  margin: 0 auto
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-price {
  background: #3f2a18
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-price .price {
  justify-content: center;
  padding: 12px 0
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-price .price img {
  margin-right: 8px
}
.modal .modal-dialog .modal-content .modal-body .item-container .item-card .card-price .price .price-num {
  color: #fff;
  font-family: trajan-pro-3;
  font-size: 20px;
  line-height: 1.2
}
.modal .modal-dialog .modal-content .modal-body .notice {
  text-align: center;
  margin-bottom: 60px;
  color: #3f2a18
}
.modal .modal-dialog .modal-content .modal-body ul {
  justify-content: center;
  margin-bottom: 24px
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content .modal-body ul {
    margin-bottom: 24px
  }
}
.modal .modal-dialog .modal-content .modal-body ul li {
  line-height: 1.6;
  color: #404040;
  font-size: 20px;
  margin-bottom: 4px
}
@media only screen and (max-width:480px) {
  .modal .modal-dialog .modal-content .modal-body ul li {
    font-size: 18px
  }
}
.modal .modal-dialog .modal-content .modal-body ul li button {
  background-color: #c9c9c9;
  color: #969696;
  border-radius: 0;
  padding: 4px 60px;
  transition: .3s all
}
.modal .modal-dialog .modal-content .modal-body ul li button.active,
.modal .modal-dialog .modal-content .modal-body ul li button:hover {
  color: #fff;
  background-color: #3f2a18
}
#ft {
  height: unset!important;
  padding: 25px 0;
  background: #000;
  margin: 0 auto;
  position: relative;
  z-index: 99
}
#ft .fp-tableCell {
  height: unset!important
}
#ft .copyright {
  display: flex;
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
  max-width: 740px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}
@media (max-width:480px) {
  #ft .copyright {
    text-align: center
  }
}
#ft .copyright li {
  margin: 0 0 25px;
  vertical-align: top;
  line-height: 1;
  display: flex;
  font-size: 14px;
  justify-content: center
}
@media only screen and (max-width:834px) and (orientation:portrait) {
  #ft .copyright li {
    font-size: 12px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 10px
  }
}
@media (max-width:480px) {
  #ft .copyright li {
    line-height: 1.3
  }
}
#ft .copyright li:nth-child(1),
#ft .copyright li:nth-child(2) {
  width: 50%;
  flex-wrap: nowrap;
  padding: 0 10px
}
#ft .copyright li:nth-child(3) {
  margin-bottom: 8px
}
#ft .copyright li > span {
  display: inline-block
}
#ft .copyright li:last-child {
  line-height: 25px;
  margin-bottom: 0
}
@media only screen and (max-width:834px) and (orientation:portrait) {
  #ft .copyright li:last-child {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    flex-wrap: nowrap;
    text-align: left
  }
}
@media (max-width:480px) {
  #ft .copyright li .break {
    display: block
  }
}
#ft .copyright li .copytxt {
  padding-left: 15px
}
@media (max-width:480px) {
  #ft .copyright li .copytxt {
    padding-left: 0
  }
}
#ft .copyright .rating {
  width: 50px;
  margin-right: 12px
}
@media only screen and (max-width:834px) and (orientation:portrait) {
  #ft .copyright .rating {
    margin-right: 5px;
    width: 35px
  }
}
#ft .copyright .ratingInfo {
  line-height: 17px
}
aside.sideBtn {
  position: fixed;
  right: 1vw;
  bottom: 10vh;
  z-index: 1030;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
@media only screen and (max-width:991px) {
  aside.sideBtn {
    top: 60px;
    bottom: inherit;
    left: 0;
    right: inherit;
    width: 100%
  }
}
aside.sideBtn ul {
  height: 100%;
  justify-content: center;
  flex-direction: column
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul {
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start
  }
}
aside.sideBtn ul li {
  display: block;
  position: relative;
  margin-bottom: 4px
}
@media only screen and (min-width:600px) and (max-width:991px) {
  aside.sideBtn ul li {
    width: 50%
  }
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul li {
    width: 50%;
    margin-bottom: 0
  }
  aside.sideBtn ul li::before {
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 20px;
    background: #ffffff38;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
  }
  aside.sideBtn ul li:last-child::before {
    display: none
  }
}
aside.sideBtn ul li a {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.1;
  transition: .3s all;
  background: #002d1d;
  padding: 8px;
  width: 120px
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul li a {
    padding: 4px 0;
    color: #57484f;
    width: 100%;
    height: 100%
  }
}
@media only screen and (min-width:600px) and (max-width:991px) {
  aside.sideBtn ul li a {
    width: 100%;
    padding: 16px 0
  }
}
aside.sideBtn ul li a .goBtn {
  color: #e2b552;
  transition: .3s all
}
aside.sideBtn ul li a:hover {
  background: #dbaf86
}
aside.sideBtn ul li a:hover .eg-title,
aside.sideBtn ul li a:hover .goBtn,
aside.sideBtn ul li a:hover .tw-title {
  color: #000
}
aside.sideBtn ul li a.active {
  background: #dbaf86
}
aside.sideBtn ul li a.active .eg-title,
aside.sideBtn ul li a.active .goBtn,
aside.sideBtn ul li a.active .tw-title {
  color: #000
}
aside.sideBtn ul li a > .d-flex {
  justify-content: space-between;
  min-height: 84px
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul li a > .d-flex {
    min-height: 30px;
    align-items: center;
    justify-content: center;
    text-align: center
  }
}
aside.sideBtn ul li a .eg-title,
aside.sideBtn ul li a .tw-title {
  color: #fff;
  transition: all .3s
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul li a .eg-title,
  aside.sideBtn ul li a .tw-title {
    font-size: 12px
  }
}
aside.sideBtn ul li a .eg-title {
  margin-bottom: 0;
  font-size: 14px
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul li a .eg-title {
    font-size: 12px;
    margin-bottom: 2px
  }
}
aside.sideBtn ul li a .goBtn {
  font-size: 12px
}
@media only screen and (max-width:991px) {
  aside.sideBtn ul li a .goBtn {
    display: none
  }
}