@charset "UTF-8";
/*750rem*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600&display=swap");
:root {
  --remBasicSize: 16px;
}

/*思源*/
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  color: #333;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/*-------------------------

           bg

-------------------------*/
.wrapper .bg {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .wrapper .bg {
    background: url(../images/bg_m.jpg) top center no-repeat;
    background-size: 130%;
  }
}
/* ----------------------------------------------------
initial html5 reset
---------------------------------------------------- */
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input,
select,
a img {
  vertical-align: middle;
}

/*-------------------------

         a

-------------------------*/
a,
button {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

/*-------------------------

           kv - p2

-------------------------*/
.kv-p2 .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(107.125 * var(--remBasicSize));
  background: url(../images/kv/kv-p2-bg.jpg) no-repeat center top/cover;
}
.kv-p2 .kv {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(83.375 * var(--remBasicSize));
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv-p2 .kv .logo {
  position: relative;
  width: calc(6.9375 * var(--remBasicSize));
  height: calc(5.8125 * var(--remBasicSize));
  top: calc(2.6875 * var(--remBasicSize));
  background: url(../images/kv/logo.png) no-repeat center center/contain;
}
.kv-p2 .kv .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(12.8125 * var(--remBasicSize));
  top: calc(4.375 * var(--remBasicSize));
}
.kv-p2 .kv .h1 {
  position: relative;
  margin: 0 auto;
  width: calc(41.75 * var(--remBasicSize));
  height: calc(2.4375 * var(--remBasicSize));
  top: calc(1.25 * var(--remBasicSize));
  background: url(../images/kv/h1.png) no-repeat center center/contain;
}
.kv-p2 .kv .pd-name {
  position: relative;
  margin: 0 auto;
  top: calc(3.4375 * var(--remBasicSize));
  width: calc(39.5625 * var(--remBasicSize));
  height: calc(2.625 * var(--remBasicSize));
  background: url(../images/kv/en-pd-name.png) no-repeat center center/contain;
}
.kv-p2 .kv .h2 {
  position: relative;
  margin: 0 auto;
  top: calc(5 * var(--remBasicSize));
  width: calc(40.03125 * var(--remBasicSize));
  height: calc(3.6875 * var(--remBasicSize));
  background: url(../images/kv/h2.png) no-repeat center center/contain;
}
.kv-p2 .kv .pd-light {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(49.125 * var(--remBasicSize));
  top: calc(9.0625 * var(--remBasicSize));
  -webkit-mask-image: url(../images/kv/pd-mask.png);
}
.kv-p2 .kv .pd-light .light-box span {
  position: absolute;
  display: block;
  width: calc(35.5 * var(--remBasicSize));
  height: calc(55.4375 * var(--remBasicSize));
  top: calc(-1.875 * var(--remBasicSize));
  animation: light-2 4s 1s infinite linear;
  background: url(../images/kv/mask-light.png) no-repeat center;
  background-size: 100%;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
@keyframes light-2 {
  0% {
    transform: translatex(-500px);
  }
  40% {
    transform: translatex(600px);
  }
  100% {
    transform: translatex(900px);
  }
}
.kv-p2 .light-start {
  position: absolute;
  width: calc(46.875 * var(--remBasicSize));
  top: calc(31.25 * var(--remBasicSize));
}
.kv-p2 .light-start .light:nth-child(1) {
  position: absolute;
  top: calc(3 * var(--remBasicSize));
  left: calc(0.3125 * var(--remBasicSize));
  width: calc(21 * var(--remBasicSize));
  height: calc(17.5625 * var(--remBasicSize));
  background: url(../images/kv/light01.png) no-repeat center center/contain;
  transform-origin: 50% 50%;
  animation: start-1 4s infinite linear;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.kv-p2 .light-start .light:nth-child(2) {
  position: absolute;
  top: calc(21.25 * var(--remBasicSize));
  right: calc(3.75 * var(--remBasicSize));
  width: calc(10 * var(--remBasicSize));
  height: calc(8 * var(--remBasicSize));
  background: url(../images/kv/light02.png) no-repeat center center/contain;
  transform-origin: 50% 50%;
  animation: start-1 4s infinite linear;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.kv-p2 .light-start .light:nth-child(3) {
  position: absolute;
  top: calc(30.625 * var(--remBasicSize));
  left: calc(16.875 * var(--remBasicSize));
  width: calc(10.25 * var(--remBasicSize));
  height: calc(8.125 * var(--remBasicSize));
  background: url(../images/kv/light03.png) no-repeat center center/contain;
  transform-origin: 50% 50%;
  animation: start-1 4s infinite linear;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
@keyframes start-1 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    opacity: 0.8;
  }
  50% {
    transform: rotate(15deg);
    opacity: 0.6;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    transform: rotate(0deg);
  }
}
.kv-p2 .p2-info {
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(23.75 * var(--remBasicSize));
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv-p2 .p2-info .txt {
  font-family: "Noto Serif TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 300;
  line-height: calc(3.625 * var(--remBasicSize));
  text-align: center;
  letter-spacing: calc(0.125 * var(--remBasicSize));
}

.goto {
  position: relative;
  margin: 0 auto;
  top: calc(7.375 * var(--remBasicSize));
  width: calc(22.6875 * var(--remBasicSize));
  height: calc(5.25 * var(--remBasicSize));
  background: url(../images/kv/btn.png) no-repeat center center/contain;
  transition: 0.2s;
}
.goto:hover {
  filter: saturate(1.5);
  transition: 0.2s;
}
.goto .light {
  width: calc(22.6875 * var(--remBasicSize));
  height: calc(5.25 * var(--remBasicSize));
  position: absolute;
  z-index: 2;
  top: calc(0 * var(--remBasicSize));
  -webkit-mask-image: url(../images/kv/mask-btn.png);
}
.goto .light span {
  position: absolute;
  display: block;
  width: calc(11.1875 * var(--remBasicSize));
  height: calc(18.25 * var(--remBasicSize));
  top: calc(-1.875 * var(--remBasicSize));
  -webkit-animation: light 4s infinite linear;
  animation: light 4s infinite linear;
  background: url(../images/light.png) no-repeat center;
  background-size: 100%;
  opacity: 0.5;
}

@keyframes light {
  0% {
    transform: translatex(-130px);
  }
  40% {
    transform: translatex(600px);
  }
  100% {
    transform: translatex(600px);
  }
}
/*-------------------------

           p3

-------------------------*/
.p3 {
  width: 100%;
}
.p3 .container {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(108.75 * var(--remBasicSize));
  background: url(../images/p3/p3-bg.jpg) no-repeat center top/cover;
}
.p3 .container .title_area {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(31.25 * var(--remBasicSize));
}
.p3 .container .title_area .title {
  position: relative;
  margin: 0 auto;
  width: calc(43.25 * var(--remBasicSize));
  height: calc(2.9375 * var(--remBasicSize));
  background: url(../images/p3/title.png) no-repeat center center/contain;
}
.p3 .container .title_area .s-title {
  position: relative;
  margin: 0 auto;
  width: calc(41.9375 * var(--remBasicSize));
  height: calc(8.9375 * var(--remBasicSize));
  top: calc(1.875 * var(--remBasicSize));
  background: url(../images/p3/s-title.png) no-repeat center center/contain;
}
.p3 .container .title_area .txt {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 300;
  line-height: calc(3.4375 * var(--remBasicSize));
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  top: calc(2.5 * var(--remBasicSize));
  text-align: center;
}
.p3 .container .pd-group-box {
  position: relative;
  margin: 0 auto;
  width: calc(24.5 * var(--remBasicSize));
  min-height: calc(49.6875 * var(--remBasicSize));
  top: calc(6.25 * var(--remBasicSize));
  background: url(../images/p3/pd-group.png) no-repeat center top/contain;
}
.p3 .container .tag-info {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: calc(4.0625 * var(--remBasicSize));
}
.p3 .container .tag-info .tag-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.p3 .container .tag-info .tag-box .tag01,
.p3 .container .tag-info .tag-box .tag02,
.p3 .container .tag-info .tag-box .tag03 {
  width: calc(13.65625 * var(--remBasicSize));
  height: calc(14.96875 * var(--remBasicSize));
  background: url(../images/p3/tag01.png) no-repeat center top/contain;
}
.p3 .container .tag-info .tag-box .tag02 {
  background: url(../images/p3/tag02.png) no-repeat center top/contain;
}
.p3 .container .tag-info .tag-box .tag03 {
  background: url(../images/p3/tag03.png) no-repeat center top/contain;
}
.p3 .container .tag-info .tag-box .txt {
  text-align: center;
  font-size: calc(1.5 * var(--remBasicSize));
  font-weight: 300;
  line-height: calc(2.25 * var(--remBasicSize));
  letter-spacing: calc(0.0625 * var(--remBasicSize));
}

/*-------------------------

           p4

-------------------------*/
.p4-editor .container {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(62.5 * var(--remBasicSize));
  background: url(../images/p4-editor/p4-bg.jpg) no-repeat center top/cover;
  padding-top: calc(8.3125 * var(--remBasicSize));
}
.p4-editor .txt {
  text-align: center;
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3.25 * var(--remBasicSize));
  font-weight: 300;
}
.p4-editor .editor-content {
  margin: 0 auto;
  width: calc(42.125 * var(--remBasicSize));
  height: calc(44.5625 * var(--remBasicSize));
  background: url(../images/p4-editor/editor-pic.jpg) no-repeat center top/contain;
  margin-top: calc(3.125 * var(--remBasicSize));
  position: relative;
  padding: 0 calc(1.25 * var(--remBasicSize));
}
.p4-editor .editor-content .editor-h {
  position: relative;
  top: calc(30 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(3.25 * var(--remBasicSize));
  text-align: center;
  font-family: "Noto Serif TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.p4-editor .editor-content .editor-btn {
  position: relative;
  margin: 0 auto;
  top: calc(23.4375 * var(--remBasicSize));
}
.p4-editor .editor-content .editor-btn .goto {
  width: calc(18.4375 * var(--remBasicSize));
  height: calc(6.1875 * var(--remBasicSize));
  background: url(../images/p4-editor/btn.png) no-repeat center center/contain;
}

/*-------------------------

           p5

-------------------------*/
.p5-pd .container {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  padding-top: calc(8.3125 * var(--remBasicSize));
}
.p5-pd .container .title-1 {
  margin: 0 auto;
  width: calc(36.03125 * var(--remBasicSize));
  height: calc(11.90625 * var(--remBasicSize));
  background: url(../images/p5-pd/title01.png) no-repeat center center/contain;
}
.p5-pd .container .title-2 {
  width: calc(26.46875 * var(--remBasicSize));
  height: calc(2.9375 * var(--remBasicSize));
  background: url(../images/p5-pd/title02.png) no-repeat center center/contain;
  margin: calc(2.5 * var(--remBasicSize)) auto;
}
.p5-pd .container .tag {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: calc(20.125 * var(--remBasicSize));
  height: calc(20.125 * var(--remBasicSize));
}
.p5-pd .container .tag .btn_open {
  width: calc(4.375 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  position: absolute;
  cursor: pointer;
}
.p5-pd .container .pd-group {
  position: relative;
  width: 100%;
  height: calc(71.875 * var(--remBasicSize));
  padding: calc(5 * var(--remBasicSize)) 0;
}
.p5-pd .container .pd-group.pd-group-2 {
  height: calc(80.625 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd01 {
  position: absolute;
  width: 100%;
  left: calc(1.875 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd01 .pd-pic {
  position: relative;
  width: calc(14.3125 * var(--remBasicSize));
  height: calc(46.3125 * var(--remBasicSize));
  background: url(../images/p5-pd/pd01.png) no-repeat center top/contain;
  z-index: 1;
}
.p5-pd .container .pd-group .pd01 .pd-name {
  position: absolute;
  top: calc(5 * var(--remBasicSize));
  left: calc(6.875 * var(--remBasicSize));
  width: calc(20.8125 * var(--remBasicSize));
  height: calc(9.8125 * var(--remBasicSize));
  background: url(../images/p5-pd/pd-name01.png) no-repeat center top/contain;
}
.p5-pd .container .pd-group .pd01 .tag {
  background: url(../images/p5-pd/pd-open-btn01.png) no-repeat center top/contain;
  position: absolute;
  top: calc(0 * var(--remBasicSize));
  right: calc(3.75 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd01 .tag .btn_open {
  top: calc(4.375 * var(--remBasicSize));
  right: calc(4.0625 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd02 {
  width: 100%;
  position: absolute;
  top: calc(20.625 * var(--remBasicSize));
  right: calc(0.625 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd02 .pd-pic {
  position: absolute;
  width: calc(12.875 * var(--remBasicSize));
  height: calc(37.125 * var(--remBasicSize));
  background: url(../images/p5-pd/pd02.png) no-repeat center top/contain;
  z-index: 1;
  right: 0;
}
.p5-pd .container .pd-group .pd02 .pd-name {
  position: absolute;
  top: calc(5 * var(--remBasicSize));
  right: calc(5.3125 * var(--remBasicSize));
  width: calc(21.46875 * var(--remBasicSize));
  height: calc(9.90625 * var(--remBasicSize));
  background: url(../images/p5-pd/pd-name02.png) no-repeat center top/contain;
}
.p5-pd .container .pd-group .pd02 .tag {
  background: url(../images/p5-pd/pd-open-btn02.png) no-repeat center top/contain;
  position: absolute;
  top: calc(12.5 * var(--remBasicSize));
  right: calc(11.25 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd02 .tag .btn_open {
  top: calc(4.375 * var(--remBasicSize));
  right: calc(3.125 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd03 {
  width: 100%;
  position: absolute;
  top: calc(50 * var(--remBasicSize));
  right: calc(2.5 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd03 .pd-pic {
  position: absolute;
  width: calc(16.125 * var(--remBasicSize));
  height: calc(14.9375 * var(--remBasicSize));
  background: url(../images/p5-pd/pd03.png) no-repeat center top/contain;
  z-index: 1;
  right: 0;
}
.p5-pd .container .pd-group .pd03 .pd-name {
  position: absolute;
  top: calc(5 * var(--remBasicSize));
  right: calc(9.375 * var(--remBasicSize));
  width: calc(20.8125 * var(--remBasicSize));
  height: calc(9.75 * var(--remBasicSize));
  background: url(../images/p5-pd/pd-name03.png) no-repeat center top/contain;
}
.p5-pd .container .pd-group .pd03 .tag {
  background: url(../images/p5-pd/pd-open-btn03.png) no-repeat center top/contain;
  position: absolute;
  top: calc(0 * var(--remBasicSize));
  left: calc(1.25 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd03 .tag .btn_open {
  bottom: calc(3.75 * var(--remBasicSize));
  right: calc(5 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd04 {
  width: 100%;
  position: absolute;
  right: calc(1.25 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd04 .pd-pic {
  position: absolute;
  width: calc(21.6875 * var(--remBasicSize));
  height: calc(19.9375 * var(--remBasicSize));
  background: url(../images/p5-pd/pd04.png) no-repeat center top/contain;
  z-index: 1;
  right: 0;
}
.p5-pd .container .pd-group .pd04 .pd-name {
  position: absolute;
  top: calc(-1.875 * var(--remBasicSize));
  left: calc(8.125 * var(--remBasicSize));
  width: calc(21.40625 * var(--remBasicSize));
  height: calc(9.75 * var(--remBasicSize));
  background: url(../images/p5-pd/pd-name04.png) no-repeat center top/contain;
}
.p5-pd .container .pd-group .pd04 .tag {
  background: url(../images/p5-pd/pd-open-btn04.png) no-repeat center top/contain;
  position: absolute;
  top: calc(6.25 * var(--remBasicSize));
  left: calc(5.625 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd04 .tag .btn_open {
  top: calc(4.375 * var(--remBasicSize));
  right: calc(3.125 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd05 {
  position: absolute;
  width: 100%;
  top: calc(27.5 * var(--remBasicSize));
  left: calc(1.875 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd05 .pd-pic {
  position: relative;
  width: calc(16.3125 * var(--remBasicSize));
  height: calc(43.6875 * var(--remBasicSize));
  background: url(../images/p5-pd/pd05.png) no-repeat center top/contain;
  z-index: 1;
}
.p5-pd .container .pd-group .pd05 .pd-name {
  position: absolute;
  top: calc(3.75 * var(--remBasicSize));
  left: calc(8.4375 * var(--remBasicSize));
  width: calc(20.8125 * var(--remBasicSize));
  height: calc(10 * var(--remBasicSize));
  background: url(../images/p5-pd/pd-name05.png) no-repeat center top/contain;
}
.p5-pd .container .pd-group .pd05 .tag {
  background: url(../images/p5-pd/pd-open-btn05.png) no-repeat center top/contain;
  position: absolute;
  top: calc(0 * var(--remBasicSize));
  right: calc(2.5 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd05 .tag .btn_open {
  top: calc(3.125 * var(--remBasicSize));
  right: calc(2.5 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd06 {
  width: 100%;
  position: absolute;
  top: calc(43.75 * var(--remBasicSize));
  right: calc(0.625 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd06 .pd-pic {
  position: absolute;
  width: calc(13.6875 * var(--remBasicSize));
  height: calc(37.3125 * var(--remBasicSize));
  background: url(../images/p5-pd/pd06.png) no-repeat center top/contain;
  z-index: 1;
  right: 0;
}
.p5-pd .container .pd-group .pd06 .pd-name {
  position: absolute;
  top: calc(5 * var(--remBasicSize));
  right: calc(5.3125 * var(--remBasicSize));
  width: calc(21.28125 * var(--remBasicSize));
  height: calc(9.9375 * var(--remBasicSize));
  background: url(../images/p5-pd/pd-name06.png) no-repeat center top/contain;
}
.p5-pd .container .pd-group .pd06 .tag {
  background: url(../images/p5-pd/pd-open-btn06.png) no-repeat center top/contain;
  position: absolute;
  top: calc(12.5 * var(--remBasicSize));
  right: calc(11.25 * var(--remBasicSize));
}
.p5-pd .container .pd-group .pd06 .tag .btn_open {
  bottom: calc(3.75 * var(--remBasicSize));
  right: calc(3.125 * var(--remBasicSize));
}

/*-------------------------

           anni

-------------------------*/
.anni {
  padding-top: calc(7.5 * var(--remBasicSize));
}
.anni .container {
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}
.anni .container .title {
  margin: 0 auto;
  width: calc(32.375 * var(--remBasicSize));
  height: calc(11.90625 * var(--remBasicSize));
  background: url(../images/p6/title.png) no-repeat center center/contain;
}
.anni .anni_slider {
  position: relative;
  padding: calc(8.75 * var(--remBasicSize)) 0;
}
.anni .anni_slider::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(26.0625 * var(--remBasicSize));
  height: calc(6.6875 * var(--remBasicSize));
  background: url(../images/p6/box-title.png) no-repeat center top/contain;
  z-index: 2;
}
.anni .anni_slider img {
  width: 100%;
}
.anni .anni_slider .slick-dots {
  bottom: calc(6.25 * var(--remBasicSize));
}
.anni .anni_slider .slick-dots li {
  margin: calc(0.3125 * var(--remBasicSize));
}
.anni .anni_slider .slick-dots li button:before {
  font-size: calc(2.5 * var(--remBasicSize));
  color: #e5be00;
}

/*-------------------------

          sale-group

-------------------------*/
.sale-group .container {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}
.sale-group .container .sale-img img {
  width: 100%;
}
.sale-group .container .sale-btn {
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  bottom: calc(8.125 * var(--remBasicSize));
  left: calc(5 * var(--remBasicSize));
}
.sale-group .container .sale-btn .goto {
  position: absolute;
  top: 0;
  width: calc(37.875 * var(--remBasicSize));
  height: calc(6.1875 * var(--remBasicSize));
  background: url(../images/p6/sale-group-btn.png) no-repeat center center/contain;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: calc(9.375 * var(--remBasicSize));
  line-height: calc(9.375 * var(--remBasicSize));
  background-color: transparent;
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #fff;
}

@media screen and (max-width: 750px) {
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    height: calc(9.375 * var(--remBasicSize));
    line-height: calc(9.375 * var(--remBasicSize));
    background-color: transparent;
  }
  footer > a {
    position: relative;
    font-size: calc(2.625 * var(--remBasicSize));
    top: calc(0 * var(--remBasicSize));
    color: #fff;
  }
}
/*-------------------------

         lightbox

-------------------------*/
/* ---------------------
           共用
---------------------- */
.modal {
  background-color: transparent;
}

/*背景底色*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

.modal .modal-content {
  position: relative;
  background-color: transparent;
  border-radius: calc(0 * var(--remBasicSize));
  outline: 0;
}

/* ----------------------------
        彈出內容1 highlight
----------------------------- */
.style-box .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  /* 關閉按鈕 */
}
.style-box .modal-dialog .modal-body {
  width: calc(46.875 * var(--remBasicSize));
  height: 100vh;
  margin-bottom: calc(5 * var(--remBasicSize));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.style-box .modal-dialog .modal-body iframe {
  position: absolute;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(71.875 * var(--remBasicSize));
}
.style-box .modal-dialog .btn_pd1_pop,
.style-box .modal-dialog .btn_pd1_pop,
.style-box .modal-dialog .btn_pd2_pop,
.style-box .modal-dialog .btn_pd3_pop,
.style-box .modal-dialog .btn_pd4_pop,
.style-box .modal-dialog .btn_pd5_pop,
.style-box .modal-dialog .btn_pd6_pop {
  position: relative;
  width: calc(45.625 * var(--remBasicSize));
  height: calc(30.84375 * var(--remBasicSize));
}
.style-box .modal-dialog .btn_pd1_pop {
  background: url(../images/p5-pd/pop-box01.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd2_pop {
  background: url(../images/p5-pd/pop-box02.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd3_pop {
  background: url(../images/p5-pd/pop-box03.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd4_pop {
  background: url(../images/p5-pd/pop-box04.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd5_pop {
  background: url(../images/p5-pd/pop-box05.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd6_pop {
  background: url(../images/p5-pd/pop-box06.png) no-repeat center top/contain;
}
.style-box .modal-dialog .close {
  position: absolute;
  right: calc(1.5625 * var(--remBasicSize));
  top: calc(1.25 * var(--remBasicSize));
  z-index: 10;
  width: calc(4.5 * var(--remBasicSize));
  height: calc(4.5 * var(--remBasicSize));
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-size: calc(4.375 * var(--remBasicSize));
  background: url(../images/p5-pd/close.png) no-repeat center top/cover;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.style-box .modal-dialog .close:hover {
  transform: rotate(90deg);
  transition: all ease-in-out 0.2s;
}

/*-------------------------

           data

-------------------------*/
.data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(152.5 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  z-index: 9;
  /*---------------
         teris
    ----------------*/
  /*---------------
         補發按鈕
    ----------------*/
  /*---------------
         注意事項
    ----------------*/
}
.data .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  margin-top: calc(6.25 * var(--remBasicSize));
  border: calc(0.9375 * var(--remBasicSize)) solid transparent;
  background: linear-gradient(140deg, #fffbe6 0%, #fff 50%, #fffbe6 100%) padding-box, linear-gradient(90deg, #e7dca2, #f5e7b7, #e7dca2) border-box;
  position: relative;
  top: calc(0 * var(--remBasicSize));
  background-color: #fff;
}
.data .container .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(45 * var(--remBasicSize));
  z-index: 3;
}
.data .container .title_area .big-title {
  width: calc(45 * var(--remBasicSize));
  height: calc(22.40625 * var(--remBasicSize));
  background: url(../images/p7/title.png) no-repeat center center/contain;
  transform: translate(0, calc(-4.375 * var(--remBasicSize)));
}
.data .container b {
  position: relative;
  top: calc(-0.25 * var(--remBasicSize));
  font-weight: 600;
}
.data .container .data_p {
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 300;
  line-height: calc(2.875 * var(--remBasicSize));
  padding: calc(0 * var(--remBasicSize)) calc(2.5 * var(--remBasicSize));
  transform: translate(0, calc(-1.875 * var(--remBasicSize)));
}
.data .container .data_p span {
  position: relative;
  top: calc(-0.25 * var(--remBasicSize));
  font-size: calc(1.5 * var(--remBasicSize));
}
.data .container .small-group {
  width: 100%;
  padding: 0 calc(2.5 * var(--remBasicSize));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data .container .small-group .txt {
  font-size: calc(1.5 * var(--remBasicSize));
  font-weight: 300;
  line-height: calc(2.625 * var(--remBasicSize));
  width: calc(27.5 * var(--remBasicSize));
}
.data .container .small-group .small-img {
  width: calc(14 * var(--remBasicSize));
  height: calc(10.75 * var(--remBasicSize));
}
.data .container .small-group .small-img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .data .container {
    min-height: calc(122.1875 * var(--remBasicSize));
  }
}
.data .data_group {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(63.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(1.25 * var(--remBasicSize));
  padding: calc(1.5625 * var(--remBasicSize));
  margin-bottom: calc(1.25 * var(--remBasicSize));
}
.data .event-theme.el-form .el-form-item button[type=submit] {
  width: calc(22.6875 * var(--remBasicSize));
  height: calc(5.25 * var(--remBasicSize));
  letter-spacing: calc(0.125 * var(--remBasicSize));
  transition: all ease-in-out 0.2s;
  background: url(../images/p7/btn.png) no-repeat center center/contain;
  border: none;
  font-size: 0;
}
.data .event-theme.el-form .el-form-item button[type=submit]:hover {
  filter: saturate(1.5);
  transition: all ease-in-out 0.2s;
}
.data .event-theme.el-form [fieldtype=ResendMessage] #resend-button:hover {
  background-color: #000;
  color: #fff;
}
.data .shop-link {
  margin-bottom: calc(2.5 * var(--remBasicSize));
}
.data .shop-link a {
  font-size: calc(1.5 * var(--remBasicSize));
  color: #333;
  text-decoration: underline;
}
.data .shop-link a:hover {
  color: #000;
}
.data .notice {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  width: 100%;
  min-height: calc(28.75 * var(--remBasicSize));
  padding: 0 calc(2.5 * var(--remBasicSize));
}
.data .notice h2 {
  position: relative;
  margin: 0 auto;
  text-align: left;
  top: calc(0 * var(--remBasicSize));
  left: calc(-0.3125 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  font-size: calc(1.5 * var(--remBasicSize));
  font-weight: 300;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  color: #000;
}
.data .notice ul {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  left: calc(0.9375 * var(--remBasicSize));
  width: 100%;
  list-style-type: decimal;
}
.data .notice li {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(0.3125 * var(--remBasicSize));
  margin-bottom: calc(0.5 * var(--remBasicSize));
  font-size: calc(1.5 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  font-weight: 300;
  color: #000;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: calc(9.375 * var(--remBasicSize));
  line-height: calc(9.375 * var(--remBasicSize));
  background-color: transparent;
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #564f28;
}

@media screen and (max-width: 750px) {
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    height: calc(9.375 * var(--remBasicSize));
    line-height: calc(9.375 * var(--remBasicSize));
    background-color: transparent;
  }
  footer > a {
    position: relative;
    font-size: calc(2.625 * var(--remBasicSize));
    top: calc(0 * var(--remBasicSize));
    color: #564f28;
  }
}
.coupon {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}
.coupon .container {
  position: relative;
}
.coupon .container .coupon-img img {
  width: 100%;
}
.coupon .container footer {
  position: absolute;
  bottom: 0;
}
