@charset "UTF-8";
:root {
  --max-width: 1200px;
  --color1: #a7212f;
  --color2: #fae288;
  /* menu */
  --menu-color1: var(--color1);
  --menu-color2: var(--color2);
  --menu-color3: #fff;
  --menu-splitLine-color: #ffffff90;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  background: url("../images/bg.jpg") top center repeat;
}

/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
}

.kv_m {
  display: none;
}

.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}
/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .target-fix {
    top: -30px;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}

#gotop::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(https://events.eslite.com/ATTP/images/top.png) center no-repeat;
  background-size: 45%;
  background-position: center;
}

#gotop:hover {
  cursor: pointer;
  background-color: #666;
}

#gotop:active {
  background-color: #ccc;
}

#gotop.show {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  -webkit-transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}

#share::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(https://events.eslite.com/ATTP/images/share.png) center no-repeat;
  background-size: 50%;
  background-position: center;
}

#share:hover {
  cursor: pointer;
  background-color: #666;
}

#share:active {
  background-color: #666;
}

@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
.go_btn a,
.blk_pre .tips a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.go_btn a:hover,
.blk_pre .tips a:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**--  修正  --**/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header img {
  display: inline;
}

img {
  display: block;
}

@media screen and (min-width: 992px) {
  body,
  header {
    min-width: 1200px;
  }
}
/* slick */
.slick-dots li button:before {
  font-size: 1.5rem !important;
  color: var(--color1) !important;
}

.hightlight li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .half .scene li {
    margin: auto;
  }
}

/* 2E */
.triple .font img {
  display: inline-block;
}

/* 4D*/
.hightlight .font p {
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .hightlight .font p {
    padding: 1vw;
  }
}
/* 4H */
.baseline .font {
  padding-top: 5px;
}

/* 5C */
.hightlight_5p .font p {
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .hightlight_5p .font p {
    padding: 1vw;
  }
}
/* 5F系列 */
.special_5p_1 {
  margin: 10px auto;
}

.special_5p_1 .hightlight_5p {
  width: 1200px;
  margin: 0px auto;
  padding: 0;
  background: url("../images/h5psp-stt-bg.png") top center no-repeat;
}

.special_5p_1 .hightlight_5p ul li,
.special_5p_1 .hightlight_5p ul li:first-child {
  height: auto;
}

.special_5p_1 .hightlight_5p ul li {
  height: auto;
  margin-top: 82px;
}

.special_5p_1 .hightlight_5p ul li:first-child {
  width: 240px;
  height: auto;
  padding-top: 0;
}

.special_5p_1 .hightlight_5p ul li h4 {
  background: var(--color1);
}

.special_5p_1 .hightlight_5p ul li:first-child p {
  padding: 8px 15px 8px;
}

.special_5p_1 .hightlight_5p ul li p {
  padding: 5px 5px 10px;
}

.special_5p_1 .hightlight_5p .font .price {
  margin: 0 0 15px;
}

.special_5p_1 .hightlight_5p img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
  width: 100%;
  height: 270px;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
  margin: 0 auto;
}

.special_5p_1 .stt-sp {
  width: 1160px;
  position: relative;
  margin: auto;
}

.special_5p_1 .stt-sp h3 {
  width: 100%;
  position: absolute;
  padding: 18px 0 0 200px;
  text-align: center;
  color: #000;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.special_5p_1 .stt-sp h3 .more {
  font-size: 0.5em;
  letter-spacing: 0;
  position: absolute;
  right: 3em;
}

@media screen and (max-width: 991px) {
  .special_5p_1 {
    margin: 1vw auto 0;
  }
  .special_5p_1 .hightlight_5p {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  .special_5p_1 .hightlight_5p ul li {
    width: 46vw;
    margin: 1vw auto;
  }
  .special_5p_1 .hightlight_5p ul li:first-child {
    width: 98vw;
    margin: 1.5vw;
    padding: 2vw;
  }
  .special_5p_1 .hightlight_5p ul li:first-child .font {
    padding: 0;
  }
  .special_5p_1 .hightlight_5p ul li p {
    padding: 1vw 1vw 0;
  }
  .special_5p_1 .hightlight_5p .font .price {
    margin: 1vw 0 3vw;
  }
  .special_5p_1 .hightlight_5p img {
    width: 100%;
  }
  .special_5p_1 .hightlight_5p ul li:first-child img {
    width: 48vw;
    height: 48vw;
  }
  .special_5p_1 .stt-sp {
    width: 100%;
    margin: 3vw auto 1vw;
  }
  .special_5p_1 .stt-sp h3 {
    position: relative;
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
}
/* 特A */
@media screen and (max-width: 991px) {
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
}
/* 特F */
.box-mix {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* 特G */
@media screen and (max-width: 991px) {
  .rectangle_3p.rectangle_2p {
    margin: 2vw auto;
  }
  .rectangle_3p.rectangle_2p li,
  .rectangle_3p.rectangle_2p ul li:first-child {
    width: 100%;
    margin: 2vw auto;
    padding: 0;
    text-align: center;
    background: transparent;
  }
  .rectangle_3p.rectangle_2p li .font {
    width: 90vw;
    margin-top: 5vw;
    padding: 0 8vw 3vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .rectangle_2p ul li:first-child .font {
    padding: 0 8vw 3vw !important;
  }
  .rectangle_3p.rectangle_2p li img,
  .rectangle_3p.rectangle_2p ul li:first-child img {
    width: 100%;
    height: 80vw;
  }
  .rectangle_3p.rectangle_2p ul li:nth-child(3n + 1) a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* 特I：ad配兩品 */
.boxmix-forbn .box-mix ul.quotes li {
  width: 100%;
}

.boxmix-forbn .box-mix ul.hightlight li {
  width: 195px;
}

.boxmix-forbn .box-mix ul.hightlight li img {
  width: 195px;
  height: 195px;
}

@media screen and (max-width: 991px) {
  .boxmix-forbn .box-mix ul.hightlight li {
    width: 46vw;
  }
  .boxmix-forbn .box-mix ul.hightlight li img {
    width: 46vw;
    height: 46vw;
  }
}
/* 特M：四品入圖帶連結 */
.rectangle_3p_370a_img {
  margin: 20px auto -415px;
}

@media screen and (max-width: 991px) {
  .rectangle_3p_370a_img {
    width: 100%;
    margin: 2vw auto;
  }
}
/* 輪3A */
.slider-center-box .slick-next::before,
.slider-center-box .slick-prev::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* 輪5B */
@media screen and (max-width: 991px) {
  .hightlight_s .scene a {
    padding: 0 2vw;
    display: block;
  }
  .hightlight_s .scene img {
    width: 100%;
  }
}
/* 輪370大 */
.slick5itam-2 h4 {
  color: #000;
}

/* 畫線價 */
.price s big {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--PV-font);
}

/**--  menu  --**/
.menustyle2 {
  width: 120px;
  display: block;
  background: var(--menu-color1);
  z-index: 999;
  height: auto;
  position: fixed;
  top: 100px;
  right: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--menu-color3);
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition:
      background-color 1s,
      opacity 1s,
      visibility 1s;
    transition:
      background-color 1s,
      opacity 1s,
      visibility 1s;
    opacity: 0;
    visibility: hidden;
  }
  .menustyle2.show {
    opacity: 1;
    visibility: visible;
  }
  .menustyle2 {
    width: 100%;
    padding: 1vw 1vw;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
    background-color: var(--menu-color1);
    top: 0;
    left: 0;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
}
.menustyle2 .nav-pills .nav-link {
  border-radius: 0;
}
.menustyle2 .nav-link:focus,
.menustyle2 .nav-link:hover {
  background: var(--menu-color2);
  color: var(--menu-color1);
}
@media screen and (max-width: 991px) {
  .menustyle2 .nav-link:focus,
  .menustyle2 .nav-link:hover {
    background: unset;
    color: unset;
  }
}
.menustyle2 ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .menustyle2 ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.menustyle2 li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px solid var(--menu-splitLine-color);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .menustyle2 li {
    width: auto;
    font-size: 20px;
    color: var(--menu-color3);
    border-right: 0.5px solid var(--menu-splitLine-color);
    border-bottom: unset;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 450px) {
  .menustyle2 li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.menustyle2 li:nth-last-child(1) {
  border-bottom: unset;
  border-right: unset;
}
.menustyle2 a {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 16px;
  color: var(--menu-color3);
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 6px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .menustyle2 a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 700;
    padding: 0.7em 1em;
  }
}
.menustyle2 .nav-link.active {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: var(--color2);
  color: var(--menu-color1);
  border-radius: 0;
}
.menustyle2 .showByDate {
  width: 100%;
}
.menustyle2 .showByDate .nav-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.menustyle2 .nav-item-50 {
  width: 50%;
}
.menustyle2 .nav-item-50:nth-child(even) {
  border-left: 0.5px solid var(--menu-color1);
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid var(--menu-color1);
}

/**--  kv  --**/
.kv_pc {
  position: relative;
  width: 100%;
}

.kv_pc img {
  width: 100%;
}

.topbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kv_m img {
  width: 100%;
}

/**--  共用  --**/
.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
}
.btt {
  font-family: "Noto Sans TC";
  font-size: 50px;
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
  }
}
.btt small {
  display: block;
  margin-top: 0.5em;
}

.stt {
  font-size: 40px;
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 24px;
  }
}
.stt small {
  display: block;
  margin-top: 0.5em;
}

.blk_pre .tips a {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .blk_pre .tips a {
    padding: 5px;
  }
}
.blk_pre img {
  max-width: 100%;
  margin: 0 auto;
}

.blk_bas {
  margin-top: 30px;
}

.blk_head {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 0;
  background-color: rgb(187, 225, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.blk_body {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 0;
  background-color: #fbb;
}
.blk_item {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 0;
  background-color: #e4e1a8;
}

.blk_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.notice {
  text-align: center;
  font-size: 14px;
  padding: 1em;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}

.go_btn {
  max-width: var(--max-width);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.go_btn a {
  background-color: var(--color1);
  padding: 0.3em 1em;
  border-radius: 999em;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .go_btn a {
    font-size: 24px;
  }
}
.go_btn a:hover {
  color: #fff;
}
.go_btn i {
  display: inline-block;
  font-style: initial;
}
