@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2018 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Jia $
 * $Date: Jun. 2018 $
 * **請注意: 切版完成後本請將樣式檔整合進custom.css，並刪除本行註解。
*/

/* Font Include */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
       url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
       url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Global Style */
html { font-size: 16px; }
body {
  line-height: 1.625;
  font-size: 1rem;
  font-family: 'Poppins', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  overflow-x: hidden;
}
* { -webkit-backface-visibility: hidden; }
img { border: 0; vertical-align: bottom; }
a, a:visited, a:hover, a:focus, a:active { text-decoration: none; }
:focus, :active { outline: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
p { line-height: inherit; }
label { font-weight: inherit; }
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
textarea { resize: vertical; }
ol.reset, ul.reset, li.reset { margin: 0; padding: 0; list-style: none; }
section, article, aside, footer, header, nav, main {
  display:block;
}

body {
  padding-left: 50%;
}
body.exclaim {
  padding-bottom: 100px;
}
.content-body {
  position: relative;
}
.content {
  padding: 140px 30px 60px;
}
@media (min-height: 1100px) {
  body.exclaim {
    padding-bottom: 140px;
  }
}
@media (max-width: 1199px) {
  .content {
    padding: 120px 15px 60px;
  }
}
@media (min-width: 1024px) {
  .content-body.page [data-sec-wrap].open .inner {
    display: block!important
  }
  .content-body.page [data-sec-wrap]:not(.open) .inner {
    display: none!important
  }
  .event-section[data-sec-id="1"]{
    display: block!important
  }
  .pg-event .rule .intro{
    display: none!important
  }
  .pg-event .award .inner:not(.gray){
    background-image: none!important
  }
}
@media (max-width: 1023px) {
  .event-section[data-sec-id="1"]{
    display: none!important
  }
  .pg-event .rule .intro{
    display: block!important;
    margin-bottom: 20px
  }
  .pg-event .award .inner:not(.gray){
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  body {
    padding-left: 0;
  }
  .content-body {
    margin-top: 80px;
  }
  .content-body.page {
    margin-top: 0;
  }
  .content {
    padding: 40px 15px 60px;
  }
  .content-body.page .event-section .inner {
    display: none!important
  }
}
@media (max-width: 767px) {
  .content-body {
    margin-top: 60px;
  }
  .content-body.page {
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  body.exclaim {
    padding-bottom: 80px;
  }
}

.header {
  position: fixed;
  z-index: 200;
  width: 50%;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 20px;
  top: 0;
  right: 0;
  transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s;
}
.header.scroll-view.scroll-down {
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.header .logo {
  float: left;
  height: 80px;
  margin: 10px 0 0;
}
.header .logo a,
.header .logo a img {
  display: block;
  height: 80px;
}
.header .nav-menu {
  font-size: 0;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page .header .nav-menu .menu-main {
  display: inline-block;
  vertical-align: middle;
}
.header .nav-menu .menu-main > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
.header .nav-menu .menu-main > li > a {
  display: block;
  position: relative;
  line-height: 99px;
  font-size: 1rem;
  color: #222;
}
.page .header .nav-menu .menu-main > li > a:hover {
  color: #e60012;
}
.header .nav-menu .menu-main > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #e60012 transparent;
  left: 50%;
  bottom: 4px;
  margin-left: -6px;
  opacity: 0;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.header .nav-menu .menu-main > li.active > a:before {
  opacity: 1;
}
.header .nav-menu .menu-main > li > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e60012;
  left: 0;
  bottom: -1px;
  opacity: 0;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: opacity .25s, transform .25s;
  -moz-transition: opacity .25s, transform .25s;
  -webkit-transition: opacity .25s, transform .25s;
}
.header .nav-menu .menu-main > li.active > a:after {
  opacity: 1;
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.header .nav-menu .social {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.header .nav-menu .social li {
  display: inline-block;
  vertical-align: middle;
}
.header .nav-menu .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  color: #6a6a6a;
  text-align: center;
}
.header .nav-menu .social li a:hover {
  color: #333;
}
.header .nav-switch {
  display: none;
}
@media (min-width: 1280px) {
  .page .header .nav-menu .menu-main > li.hidden-pc {
    display: none;
  }
}
@media (max-width: 1799px) {
  .page .header {
    padding-left: 0;
  }
  .page .header .nav-menu .menu-main > li {
    padding: 0 10px;
  }
}
@media (max-width: 1279px) {
  .page .header.scroll-view.scroll-down {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .page .header .nav-switch {
    display: block;
    float: right;
    position: relative;
    z-index: 250;
    width: 40px;
    height: 40px;
    margin: 30px 0 0;
  }
  .page .header .nav-switch i {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    right: 10px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
  }
  .page .header .nav-switch:hover i {
    background: #cfa972;
  }
  .page .header .nav-switch i:nth-child(1) {
    top: 12px;
  }
  .page .header .nav-switch i:nth-child(2),
  .page .header .nav-switch i:nth-child(3) {
    top: 19px;
  }
  .page .header .nav-switch i:nth-child(4) {
    top: 26px;
  }
  /*.page .header .nav-switch:hover i:nth-child(4) {
    width: 14px;
  }*/
  .page .header .nav-switch.open i:nth-child(1),
  .page .header .nav-switch.open i:nth-child(4) {
    width: 0;
  }
  .page .header .nav-switch.open i:nth-child(2),
  .page .header .nav-switch.open i:nth-child(3) {
    width: 22px;
    background: #cfa972;
    right: 9px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .page .header .nav-switch.open i:nth-child(3) {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .page .header .nav-menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 179px);
    border-top: 79px solid #fff;
    background-color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
    transition: opacity .25s;
    -moz-transition: opacity .25s;
    -webkit-transition: opacity .25s;
  }
  .page .header:not(.scroll-down) .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  .page .header .nav-menu::before {
    display: none;
  }
  .page .header .nav-menu .menu-main {
    display: block;
    background: none;
    text-align: center;
  }
  .page .header .nav-menu .menu-main > li {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 0;
  }
  .page .header .nav-menu .menu-main > li > a {
    line-height: 26px;
    padding: 17px 60px 17px 30px;
  }
  .page .header .nav-menu .menu-main > li.active > a {
    color: #e60012;
  }
  .page .header .nav-menu .menu-main > li > a:before {
    border-width: 8px 10px 8px 0;
    border-color: transparent #e60012 transparent transparent;
    top: 50%;
    left: auto;
    right: 20px;
    margin-top: -8px;
    margin-left: 0;
  }
  .page .header .nav-menu .menu-main > li > a:after {
    display: none;
  }
  .header .nav-menu .social {
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-left: 0;
    padding: 12px 5px;
  }
  body.privacy-body .header .nav-menu .social {
    padding: 10px 0;
  }
  .header .nav-menu .social li {
    margin: 0 10px 0 0;
  }
  .page .header .nav-menu .social{
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .header {
    height: 80px;
    padding-left: 0;
  }
  .header .logo,
  .header .logo a,
  .header .logo a img {
    height: 60px;
  }
  .header .nav-menu .menu-main > li {
    padding: 0 15px;
  }
  .header .nav-menu .menu-main > li > a {
    line-height: 79px;
  }
  .page .header .nav-switch {
    margin: 20px 0 0;
  }
}
@media (max-width: 1023px) {
  .header {
    width: 100%;
  }
  .page .header {
    background: none;
    border: none;
  }
  .page .header.scroll-view {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 6%, rgba(255,255,255,0) 100%);
  }
  .pg-event .header {
    display: none!important;
  }
  .header.scroll-view.scroll-down {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .page .header .nav-menu {
    border-top: none;
    top: 79px;
    display: none!important;
  }
  .page .header .nav-switch {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .page .header .nav-menu {
    background-image: none!important;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header .logo {
    height: 50px;
    margin: 5px 0 0;
  }
  .header .logo a,
  .header .logo a img {
    height: 50px;
  }
  .header .nav-switch {
    display: block;
    float: right;
    position: relative;
    z-index: 250;
    width: 40px;
    height: 40px;
    margin: 10px 0 0;
  }
  .header .nav-switch i {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    right: 10px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
  }
  .header .nav-switch:hover i {
    background: #cfa972;
  }
  .header .nav-switch i:nth-child(1) {
    top: 12px;
  }
  .header .nav-switch i:nth-child(2),
  .header .nav-switch i:nth-child(3) {
    top: 19px;
  }
  .header .nav-switch i:nth-child(4) {
    top: 26px;
  }
  /*.header .nav-switch:hover i:nth-child(4) {
    width: 14px;
  }*/
  .header .nav-switch.open i:nth-child(1),
  .header .nav-switch.open i:nth-child(4) {
    width: 0;
  }
  .header .nav-switch.open i:nth-child(2),
  .header .nav-switch.open i:nth-child(3) {
    width: 22px;
    background: #cfa972;
    right: 9px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header .nav-switch.open i:nth-child(3) {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  body:not(.privacy-body) .header .nav-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    border-top: 59px solid #eaeaea;
    background: rgba(255,255,255,.75);
    top: 0;
    left: 0;
    transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: transform .25s;
    -moz-transition: transform .25s;
    -webkit-transition: transform .25s;
  }
  body:not(.privacy-body) .header .nav-menu.open {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  body:not(.privacy-body) .header .nav-menu:before {
    content: 'Menu';
    display: block;
    position: absolute;
    line-height: 59px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 4px;
    top: -59px;
    left: 20px;
  }
  .header .nav-menu .menu-main {
    background: #fff;
  }
  .header .nav-menu .menu-main > li {
    display: block;
    border-top: 1px solid #eaeaea;
    padding: 0;
  }
  .header .nav-menu .menu-main > li > a {
    line-height: 26px;
    padding: 17px 40px 17px 20px;
  }
  .header .nav-menu .menu-main > li.active > a {
    color: #e60012;
  }
  .header .nav-menu .menu-main > li > a:before {
    border-width: 8px 10px 8px 0;
    border-color: transparent #e60012 transparent transparent;
    top: 50%;
    left: auto;
    right: 20px;
    margin-top: -8px;
    margin-left: 0;
  }
  .header .nav-menu .menu-main > li > a:after {
    display: none;
  }
  .page .header .nav-switch {
    margin: 10px 0 0;
  }
  .page .header .nav-menu {
    background-color: transparent;
    height: calc(100vh - 159px);
    top: 59px;
  }
  .page .header .nav-menu .menu-main > li > a {
    padding: 17px 40px 17px 20px;
  }
  .header .nav-menu .social {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 499px) {
  .page .header .nav-menu {
    height: calc(100vh - 139px);
  }
}



/* Footer */
.footer {
  background: #313131;
  padding: 30px 0;
  text-align: center;
}
.footer .social {
  font-size: 0;
  margin-bottom: 20px;
}
.footer .social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
.footer .social li a {
  display: block;
  width: 36px;
  line-height: 36px;
  font-size: 1.5rem;
  color: #fff;
}
.footer .social li a:hover {
  opacity: 0.7;
}
.footer .copy {
  font-size: 0;
  margin: 0 0 20px;
}
.footer .copy span {
  display: inline-block;
  line-height: 22px;
  font-size: 0.8125rem;
  color: #fff;
  vertical-align: top;
  margin: 0 2px;
}
.footer .copy span.design {
  /*font-size: 0;*/
  color: #939393;
}
.footer .copy span.design a {
  color: #939393;
}
.footer .copy span.design a:hover {
  color: #cecece;
}
/*.footer .copy span.design a:before {
  display: inline-block;
  content: 'Design by Grnet';
  font-size: 0.8125rem;
  vertical-align: top;
}*/
.footer .logo {
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
}
.footer .logo:hover {
  opacity: 1;
}
@media (max-width: 1023px) {
  .footer {
    display: none
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
  .footer .copy {
    margin: 10px 0;
  }
}

/* Side Buttons */
.side-btns {
  position: fixed;
  z-index: 50;
  width: 50px;
  right: 0;
  bottom: 80px;
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: transform .25s;
  -moz-transition: transform .25s;
  -webkit-transition: transform .25s;
}
.exclaim .side-btns {
  bottom: 160px;
}
.side-btns.scroll-view {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.side-btns a.event-list-switch {
  display: block;
  position: relative;
  width: 50px;
  height: 150px;
  line-height: 22px;
  font-size: 1rem;
  color: #fff;
  background: #1b1b1b;
  text-align: center;
  margin-bottom: 5px;
  padding: 40px 15px 0;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
.side-btns a.event-list-switch:hover {
  background: #cfa972;
}
.side-btns a.event-list-switch:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 24px;
  left: 15px;
}
.side-btns a.event-list-switch:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  top: 20px;
  left: 30px;
}
.side-btns a.back-to-index {
  display: block;
  position: relative;
  width: 50px;
  height: 40px;
  background: #1b1b1b;
  margin-bottom: 5px;
  left: 0;
  transition: left .25s, background .25s;
  -moz-transition: left .25s, background .25s;
  -webkit-transition: left .25s, background .25s;
}
.side-btns a.back-to-index:hover {
  background: #cfa972;
}
.pc .side-btns a.back-to-index:hover {
  left: -90px;
}
.side-btns a.back-to-index:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  top: 10px;
  left: 15px;
}
.side-btns a.back-to-index:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 11px;
  left: 15px;
}
.side-btns a.back-to-index i {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1b1b1b;
  top: 15px;
  left: 15px;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
.side-btns a.back-to-index:hover i {
  background: #cfa972;
}
.pc .side-btns a.back-to-index span {
  display: block;
  position: absolute;
  width: 90px;
  line-height: 40px;
  font-size: 1rem;
  color: #fff;
  background: #1b1b1b;
  top: 0;
  left: 100%;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
.pc .side-btns a.back-to-index:hover span {
  background: #cfa972;
}
.mb .side-btns a.back-to-index span {
  display: none;
}
.side-btns a.go-top {
  display: block;
  position: relative;
  width: 50px;
  height: 40px;
  background: #000;
  overflow: hidden;
  opacity: .75;
  transition: opacity .25s;
  -moz-transition: opacity .25s;
  -webkit-transition: opacity .25s;
}
.side-btns a.go-top:hover {
  opacity: 1;
}
.side-btns a.go-top:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  top: 16px;
  left: 18px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (min-height: 1100px) {
  .exclaim .side-btns {
    bottom: 200px;
  }
}
@media (max-width: 1279px) {
  .side-btns a.back-to-index {
    display: none;
  }
}
@media (max-width: 767px) {
  .side-btns {
    width: 40px;
    bottom: 40px;
  }
  .exclaim .side-btns {
    bottom: 140px;
  }
  .side-btns a.event-list-switch {
    width: 40px;
    height: 120px;
    line-height: 20px;
    padding: 30px 10px 0;
  }
  .side-btns a.event-list-switch:before {
    width: 12px;
    top: 16px;
    left: 12px;
  }
  .side-btns a.event-list-switch:after {
    top: 12px;
    left: 24px;
  }
  .side-btns a.go-top {
    width: 40px;
    height: 34px;
  }
  .side-btns a.go-top:before {
    width: 12px;
    height: 12px;
    border-top-width: 3px;
    border-left-width: 3px;
    top: 14px;
    left: 14px;
  }
}
@media (max-width: 499px) {
  .exclaim .side-btns {
    bottom: 120px;
  }
}

/* Banner */
.banner-box {
  position: fixed;
  z-index: 10;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner-box,
.banner-box .banner-slick,
.banner-box .banner-slick .item {
  height: 100vh;
}
.banner-box .banner-slick .img-pc {
  background-size: cover;
  background-position: center;
}
.pc .banner-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
}
.pc .banner-box.scroll-view:after {
  opacity: 1;
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
@media (max-width: 1023px) {
  .banner-box {
    position: relative;
    width: 100%;
    line-height: 0;
  }
  .pc .banner-box:after {
    display: none;
  }
  .banner-box,
  .banner-box .banner-slick,
  .banner-box .banner-slick .item {
    height: auto;
  }
  .exclaim .banner-box,
  .exclaim .banner-box .banner-slick,
  .exclaim .banner-box .banner-slick .item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .banner-box {
    top: 60px;
  }
  .pg-event .banner-box {
    top: 0;
  }
  .exclaim .banner-box {
    top: 0;
  }
}

/* Drink Exclaimination */
.drink-exclaim {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100px;
  font-size: 0;
  background: url('../images/exclaim_bg.jpg') left center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 25px;
  left: 0;
  bottom: 0;
}
.drink-exclaim span {
  display: inline-block;
  line-height: 50px;
  font-size: 1.875rem;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 20px;
  padding-left: 20px;
}
.drink-exclaim i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../images/exclaim_ico.png') no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin: 0 10px;
}
@media (min-height: 1100px) {
  .drink-exclaim {
    height: 140px;
    background-size: cover;
    padding: 45px 25px;
  }
}
@media (max-width: 991px) {
  .drink-exclaim span {
    font-size: 1.75rem;
    letter-spacing: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .drink-exclaim {
    padding: 15px;
    padding-right: 100px;
  }
  .drink-exclaim i {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    margin: 0;
  }
  .drink-exclaim span {
    display: block;
    line-height: 35px;
    font-size: 1.5rem;
  }
}
@media (max-width: 499px) {
  .drink-exclaim {
    height: 80px;
    padding: 16px 60px 16px 10px;
  }
  .drink-exclaim i {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 10px;
  }
  .drink-exclaim span {
    line-height: 24px;
    font-size: 1rem;
    letter-spacing: 2px;
    padding-left: 2px;
  }
}

/* Index */
#index .event-board {
  position: relative;
}
#index .event-board + .event-board {
  margin-top: 40px;
}
#index .event-board .title {
  line-height: 46px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}
#index .event-board .title:before {
  content: attr(data-title-en);
  text-transform: uppercase;
  margin-right: 15px;
}
#index .event-board .select-year {
  position: absolute;
  border: 4px solid #eee;
  top: 1px;
  right: 0;
}
#index .event-board .select-year:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  top: 14px;
  right: 11px;
}
#index .event-board .select-year select {
  display: block;
  width: 112px;
  height: 36px;
  font-size: 1rem;
  border: 1px solid #d2d2d2;
  padding: 0 34px 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#index .event-board .select-year select::-ms-expand {
  display: none;
}
#index .event-board .select-year + .event-group {
  margin-top: 35px;
}
#index .event-board .event-group .year {
  position: relative;
  font-size: 0;
  text-align: center;
  padding-bottom: 15px;
}
#index .event-board .event-group .year:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #eaeaea;
  left: 50%;
  bottom: 0;
  margin-left: -0.5px;
}
#index .event-board .event-group + .event-group .year {
  padding-top: 15px;
}
#index .event-board .event-group .year span {
  display: inline-block;
  position: relative;
  width: 87px;
  line-height: 32px;
  font-size: 1.125rem;
  font-weight: bold;
  border: 1px solid #eaeaea;
  background: #fff;
  vertical-align: middle;
  transition: color .25s, background .25s;
  -moz-transition: color .25s, background .25s;
  -webkit-transition: color .25s, background .25s;
}
#index .event-board .event-group.active .year span {
  color: #fff;
  background: #313131;
}
#index .event-board .event-list {
  border-top: 1px solid #eaeaea;
  margin-top: 35px;
  padding-left: 1px;
}
#index .event-board .event-group .event-list {
  margin-top: 0;
}
#index .event-board .event-list li {
  position: relative;
  width: calc(50% - 0.5px);
  border-top: none;
  border-left: none;
  background: #fff;
}
#index .event-board .event-list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 2px);
  background: #eaeaea;
  top: -1px;
  left: -1px;
  pointer-events: none;
}
#index .event-board .event-list li a {
  display: block;
  position: relative;
  background: #fff;
  padding: 20px 21px 21px 20px;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
#index .event-board .event-list li a:hover {
  background: #f3f7fa;
}
#index .event-board .event-list li a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 100%;
  background: #eaeaea;
  top: 0;
  right: 0;
}
#index .event-board .event-list li a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  left: 0;
  bottom: 0;
}
#index .event-board .event-list li a .pic {
  position: relative;
}
.pc #index .event-board .event-list li a .pic i {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background: #fff;
  left: 0;
  bottom: -20px;
  transition: background .25s, transform .5s;
  -moz-transition: background .25s, -moz-transform .5s;
  -webkit-transition: background .25s, -webkit-transform .5s;
}
.pc #index .event-board .event-list li a .pic i[data-skew-type="1"] {
  transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -webkit-transform: skewY(-2.5deg);
}
.pc #index .event-board .event-list li a .pic i[data-skew-type="2"] {
  transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -webkit-transform: skewY(2.5deg);
}
.pc #index .event-board .event-list li a:hover .pic i {
  background: #f3f7fa;
}
.pc #index .event-board .event-list li a:hover .pic i[data-skew-type="1"] {
  transform: skewY(2.5deg) !important;
  -moz-transform: skewY(2.5deg) !important;
  -webkit-transform: skewY(2.5deg) !important;
}
.pc #index .event-board .event-list li a:hover .pic i[data-skew-type="2"] {
  transform: skewY(-2.5deg) !important;
  -moz-transform: skewY(-2.5deg) !important;
  -webkit-transform: skewY(-2.5deg) !important;
}
.mb #index .event-board .event-list li a .pic i {
  display: none;
}
#index .event-board .event-list li a .text {
  position: relative;
  padding: 15px 15px 0;
}
#index .event-board .event-list li a .subject {
  line-height: 28px;
  font-size: 1.125rem;
  color: #333;
  margin: 0;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
#index .event-board .event-list li a:hover .subject {
  color: #886703;
}
#index .event-board .event-list li a .date {
  position: relative;
  font-size: 0;
  margin-top: 5px;
  padding-left: 34px;
}
#index .event-board .event-list li a .date:before {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('../images/event_date_ico.png') no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
#index .event-board .event-list li a .date span {
  display: inline-block;
  position: relative;
  line-height: 26px;
  font-size: 1rem;
  color: #333;
  vertical-align: middle;
}
#index .event-board .event-list li a .date span.from {
  padding: 0 6px;
}
#index .event-board .event-list li a .date span.to {
  padding-left: 14px;
}
#index .event-board .event-list li a .date span.to:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #333;
  top: 8px;
  left: 2px;
}
#index .event-board .event-list li a .summary {
  line-height: 26px;
  font-size: 1rem;
  color: #333;
  margin-top: 5px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #index .event-board .select-year {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
    margin-left: calc(100% - 120px);
  }
}
@media (max-width: 1199px) {
  #index .event-board .event-list li a {
    padding: 15px 16px 16px 15px;
  }
  #index .event-board .event-list li a .text {
    padding: 5px 0 0;
  }
}
@media (max-width: 1023px) {
  #index .event-board .event-list li a .pic img {
    width: 100%;
  }
  .pc #index .event-board .event-list li a .pic i {
    display: none;
  }
  #index .event-board .event-list li a .text {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #index .event-board .title {
    line-height: 34px;
    font-size: 1.375rem;
    text-align: center;
  }
  #index .event-board .select-year {
    position: relative;
    width: 116px;
    top: auto;
    right: auto;
    margin: 5px auto
  }
  #index .event-board .event-list,
  #index .event-board .select-year + .event-group {
    margin-top: 15px;
  }
  #index .event-board .event-list li a .subject {
    line-height: 26px;
    font-size: 1rem;
  }
  #index .event-board .event-list li a .date {
    padding-left: 30px;
  }
  #index .event-board .event-list li a .date:before {
    width: 22px;
    height: 22px;
  }
  #index .event-board .event-list li a .date span {
    line-height: 22px;
    font-size: 0.9375rem;
  }
  #index .event-board .event-list li a .date span:first-child {
    display: block;
    margin-bottom: 4px;
  }
  #index .event-board .event-list li a .date span.from {
    padding-left: 0;
  }
  #index .event-board .event-list li a .date span.to:before {
    top: 6px;
  }
  #index .event-board .event-list li a .summary {
    line-height: 24px;
    font-size: 0.875rem;
  }
  #index .event-board .select-year {
    border-width: 2px;
  }
  #index .event-board .select-year:before {
    border-width: 6px 4px 0 4px;
    top: 12px;
    right: 8px;
  }
  #index .event-board .select-year select {
    height: 30px;
    font-size: 0.9375rem;
    padding: 0 30px 0 8px;
  }
}
@media (max-width: 529px) {
  #index .event-board .event-list li {
    width: calc(100% - 1px);
  }
  #index .event-board .title:before {
    display: block;
    margin: 0;
  }
}
.scroll-down {
  position: absolute;
  z-index: 30;
  bottom: 10%;
  left: 50%;
  width: 20px;
  height: 30px;
  border-radius: 25px;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: ani_scroll_jump 1.5s infinite both;
          animation: ani_scroll_jump 1.5s infinite both;
}
.scroll-down:before, .scroll-down:after {
  content: '';
  width: 2px;
  height: 10px;
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -1px;
}
.scroll-down:before {
  top: -10px;
}
.scroll-down:after {
  bottom: -10px;
}
.scroll-down .line {
  width: 2px;
  height: 6px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 5px;
  margin-left: -1px;
}
.scroll-down .text {
  font-size: 0.875rem;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@-webkit-keyframes ani_scroll_jump {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}
@keyframes ani_scroll_jump {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}
@media (min-width: 1024px) {
  .scroll-down {
    display: none;
  }
}

/* Event */
#event {
  padding: 0;
}
.event-nav-img {
  display: none;
}
@media (min-width: 1024px) {
  #event {
    /* 大尺寸白色 */
    background-color: #fff!important;
  }
  .pg-event #event {
    background-image: none!important;
  }
}
@media (max-width: 1023px) {
  .event-nav-img {
    display: block!important;
    width: 100%;
  }
  .pg-event #event {
    width: 100%;
    padding: 0;
    min-height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 0 0 56% 0;
    min-height: calc(100vh - 179px);
    background-color: #fff; */
  }
}

/* 統一開合 */
.pg-event [data-sec-wrap]{
  position: relative;
}
.pg-event [data-sec-wrap] .head {
  cursor: pointer;
}
.pg-event .head {
  position: relative;
  padding: 20px 90px 20px 50px;
  border-bottom: 1px solid rgb(20 20 20 / 10%);
  background: rgb(255 255 255 / 30%);
  /*border-bottom: 1px solid #e5e5e5;
  background: #fff;*/
}
.pg-event .head .subject {
  line-height: 40px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}
.pg-event .head .subject:before {
  content: attr(data-title-en);
  font-size: 2rem;
  text-transform: uppercase;
  margin-right: 15px;
}
.pg-event .head .sec-switch {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 40px;
  overflow: hidden;
}
.pg-event .mfp-mb-event .head .sec-switch {
  display: none!important;
}
.pg-event .mfp-mb-event .head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
.pg-event .head .sec-switch:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: transparent #333 #333 transparent;
  top: 10px;
  left: 5px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
}
.pg-event #event [data-sec-wrap].open .head {
  background: #333;
  border-bottom: 1px solid #555;
  color: #fff;
}
.pg-event #event [data-sec-wrap].open .head .sec-switch:before {
  border-color: transparent #fff #fff transparent;
  top: 5px;
  left: 10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pg-event .inner {
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 50px 30px;
  position: relative;
  display: none
}
.pg-event .mfp-wrap .inner {
  display: block!important;
  padding-top: 85px!important;
}
/* 以防備背景蓋住 */
.pg-event .inner > * {
  z-index: 10;
  position: relative;
}

/* Event - intro */
.pg-event .intro {
  position: relative;
  background: #fff;
  padding: 140px 30px 20px;
  border-bottom: 1px solid #e5e5e5
}
.pg-event .intro .subject {
  line-height: 40px;
  font-size: 2.125rem;
  font-weight: bold;
  background: url('../images/event_intro_line.png') bottom repeat-x;
  margin: 0;
  padding: 0 0 15px;
}
.pg-event .intro .date {
  position: relative;
  font-size: 0;
  margin-top: 20px;
  padding-left: 34px;
}
.pg-event .intro .date:before {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url('../images/event_date_ico.png') no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.pg-event .intro .date span {
  display: inline-block;
  position: relative;
  line-height: 26px;
  font-size: 1rem;
  vertical-align: top;
}
.pg-event .intro .date span.from {
  padding: 0 6px;
}
.pg-event .intro .date span.to {
  padding-left: 14px;
}
.pg-event .intro .date span.to:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #333;
  top: 8px;
  left: 2px;
}
.pg-event .intro .summary {
  margin-top: 20px;
}
.pg-event .goto-next {
  display: block;
  position: absolute;
  width: 144px;
  height: 72px;
  line-height: 40px;
  font-size: 1rem;
  color: #fff;
  background: #313131;
  border-radius: 72px 72px 0 0;
  left: 50%;
  bottom: 0;
  text-align: center;
  margin-left: -72px;
  padding-top: 32px;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
.pg-event .goto-next:hover {
  background: #cfa972;
}
.pg-event .goto-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  background: rgba(255,255,255,.75);
  top: 10px;
  left: 50%;
  margin-left: -1px;
}
.pg-event .goto-next:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: rgba(255,255,255,.75) transparent transparent transparent;
  top: 30px;
  left: 50%;
  margin-left: -3px;
}
.pg-event .receipt .bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0;
  left: 0;
}
.pg-event .receipt .bg-gray {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(85,85,85,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555', GradientType=0 );
}
.pg-event .receipt .inner {
  position: relative;
}
.pg-event .receipt .receipt-input {
  position: relative;
  width: 100%;
  max-width: 280px;
  z-index: 1500;
  background: #f3f3f3;
  text-align: center;
  margin: 45px auto;
  padding: 25px 30px;
}
/* 原始設計邊緣樣式 */
/*.pg-event .receipt .receipt-input:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: url('../images/receipt_input_top.png') repeat-x;
  top: -5px;
  left: 0;
}
.pg-event .receipt .receipt-input:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: url('../images/receipt_input_bot.png') repeat-x;
  bottom: -5px;
  left: 0;
}*/
.pg-event .receipt .receipt-input .title {
  line-height: 36px;
  font-size: 1.5rem;
  margin: 0;
}
.pg-event .receipt .receipt-input .date {
  font-size: 0;
  margin: 15px 0 0;
}
.pg-event .receipt .receipt-input .date span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 1rem;
  vertical-align: top;
}
.pg-event .receipt .receipt-input .date .date-field {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.pg-event .receipt .receipt-input .date input {
  display: inline-block;
  width: 126px;
  height: 26px;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #333;
  background: none;
  vertical-align: top;
  pointer-events: none;
}
.pg-event .receipt .receipt-input .date label {
  display: block;
  position: absolute;
  width: 25px;
  line-height: 25px;
  font-size: 1rem;
  color: #999;
  text-align: center;
  margin: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}
.pg-event .receipt .receipt-input .date label:hover {
  color: #555;
}
.pg-event .receipt .receipt-input .date span#display-date {
  width: 110px;
  text-align: left;
}
.pg-event .receipt .receipt-input .date span#select-date {
  color: #999;
  cursor: pointer;
}
.pg-event .receipt .receipt-input .date span#select-date:hover {
  color: #555;
}
.pg-event .receipt .receipt-input .field {
  font-size: 0;
  margin: 10px 0 15px;
}
.pg-event .receipt .receipt-input .field input,
.pg-event .receipt .receipt-input .field span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.pg-event .receipt .receipt-input .field input {
  height: 34px;
  font-size: 1rem;
  border: 1px solid #d2d2d2;
  background: #f3f3f3;
  text-align: center;
}
.pg-event .receipt .receipt-input .field input:focus {
  border-color: #e60012;
}
.pg-event .receipt .receipt-input .field input[name="receipt-field-1"] {
  width: 70px;
  text-transform: uppercase;
}
.pg-event .receipt .receipt-input .field input[name="receipt-field-2"] {
  width: 120px;
}
.pg-event .receipt .receipt-input .field span {
  position: relative;
  width: 10px;
  height: 1px;
  background: #333;
}
.pg-event .receipt .receipt-input .warn {
  line-height: 26px;
  font-size: 1rem;
  color: #e60012;
  margin: 0 0 10px;
  display: none;
}
.pg-event .receipt .receipt-input .receipt-add {
  display: block;
  position: relative;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  color: #333;
  border: none;
  background: #dedede;
  border-radius: 20px;
  margin: auto;
  padding-left: 35px;
}
.pg-event .receipt .receipt-input .receipt-add:hover {
  background: #bbb;
}
.pg-event .receipt .receipt-input .receipt-add i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #434343;
  border-radius: 100%;
  top: 5px;
  left: 5px;
}
.pg-event .receipt .receipt-input .receipt-add i:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  top: 14px;
  left: 10px;
}
.pg-event .receipt .receipt-input .receipt-add i:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
  top: 10px;
  left: 14px;
}
.pg-event .receipt .receipt-input .note {
  line-height: 24px;
  font-size: 0.9375rem;
  color: #231e1f;
  background: url('../images/receipt_input_pic.png') center bottom no-repeat;
  margin: 10px 0 0;
  padding-bottom: 40px;
}
.pg-event .receipt .receipt-form {
  width: calc(100% + 30px);
  max-width: 830px;
  font-size: 0;
  margin: 0 -15px;
}
.pg-event .receipt .receipt-form .group {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
  margin: 0 15px 10px;
}
.pg-event .receipt .receipt-form .group.half {
  width: calc(50% - 30px);
}
.pg-event .receipt .receipt-form .group dt {
  float: left;
  width: 160px;
  line-height: 26px;
  font-size: 1.0625rem;
  font-weight: normal;
  color: #fff;
  padding: 7px 10px 7px 0;
}
.pg-event .receipt .receipt-form .group dt span {
  display: inline-block;
  vertical-align: top;
}
.pg-event .mfp-mb-event .receipt .receipt-form .group dt span {
  white-space: normal;
}
.pg-event .receipt .receipt-form .group dd {
  position: relative;
  float: right;
  width: calc(100% - 160px);
}
.pg-event .receipt .receipt-form .group .receipt-nodata {
  display: inline-block;
  line-height: 40px;
  font-size: 1rem;
  color: rgba(255,255,255,.5);
  vertical-align: top;
}
.pg-event .receipt .receipt-form .group .receipt-data {
  display: inline-block;
  position: relative;
  height: 40px;
  border: 1px solid transparent;
  vertical-align: top;
  margin-right: 20px;
}
.mb.pg-event .receipt .receipt-form .group .receipt-data,
.pg-event .receipt .receipt-form .group .receipt-data:hover {
  border-color: #fff;
}
.pg-event .receipt .receipt-form .group .receipt-data .no {
  display: block;
  line-height: 38px;
  font-size: 1rem;
  color: #fff;
  padding: 0 12px;
}
.pg-event .receipt .receipt-form .group .receipt-data .del {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  top: -1px;
  left: 100%;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}
.mb.pg-event .receipt .receipt-form .group .receipt-data .del,
.pg-event .receipt .receipt-form .group .receipt-data:hover .del {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.pg-event .receipt .receipt-form .group .receipt-data .del:before,
.pg-event .receipt .receipt-form .group .receipt-data .del:after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 1px;
  background: #333;
  top: 7px;
  left: 3px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pg-event .receipt .receipt-form .group .receipt-data .del:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.pg-event .receipt .receipt-form .group .input {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #d2d4d9;
  background: #fff;
  vertical-align: top;
  margin: 0 0 10px;
  padding: 0 10px;
}
.pg-event .receipt .receipt-form .group .input:focus {
  border-color: #e60012;
}
.pg-event .receipt .receipt-form .group .input.captcha {
  width: 120px;
}
.pg-event .receipt .receipt-form .group .textarea {
  display: block;
  width: 100%;
  line-height: 20px;
  font-size: 1rem;
  border: 1px solid #d2d4d9;
  background: #fff;
  vertical-align: top;
  margin: 0 0 10px;
  padding: 6px 10px;
}
.pg-event .receipt .receipt-form .group .textarea:focus {
  border-color: #e60012;
}
.pg-event .receipt .receipt-form .group .select {
  display: inline-block;
  max-width: 100%;
  height: 40px;
  font-size: 1rem;
  border: 1px solid #d2d4d9;
  background: #fff url('../images/select_aw.png') right center no-repeat;
  background-size: 20px 10px;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 0 30px 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.pg-event .receipt .receipt-form .group .select.full {
  width: 100%;
  margin-right: 0;
}
.pg-event .receipt .receipt-form .group .select::-ms-expand {
  display: none;
}
.pg-event .receipt .receipt-form .group .select:focus {
  border-color: #e60012;
}
.pg-event .receipt .receipt-form .agree-wrap {
  margin: 0 15px 10px;
}
.pg-event .receipt .receipt-form .agree-wrap a {
  color: inherit;
  text-decoration: underline;
}
.pg-event .receipt .receipt-form .radio,
.pg-event .receipt .receipt-form .checkbox {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 15px 10px 0;
  padding: 4px 0;
}
.pg-event .receipt .receipt-form .radio input,
.pg-event .receipt .receipt-form .checkbox input {
  display: none;
}
.pg-event .receipt .receipt-form .radio span,
.pg-event .receipt .receipt-form .checkbox span {
  display: block;
  position: relative;
  line-height: 26px;
  font-size: 1rem;
  color: #fff;
  padding: 3px 0 3px 28px;
}
.pg-event .receipt .receipt-form .radio span:before,
.pg-event .receipt .receipt-form .checkbox span:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255,255,255,.5);
  top: 6px;
  left: 0;
}
.pg-event .receipt .receipt-form .radio span:before {
  border-radius: 100%;
}
.pg-event .receipt .receipt-form .radio input:checked + span:before,
.pg-event .receipt .receipt-form .checkbox input:checked + span:before {
  border-color: #fff;
}
.pg-event .receipt .receipt-form .radio input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  top: 11px;
  left: 5px;
}
.pg-event .receipt .receipt-form .checkbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 8px;
  left: 6px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pg-event .receipt .receipt-form .group .captcha-image {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.pg-event .receipt .receipt-form .group .captcha-refresh {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  color: #fff;
  vertical-align: top;
  margin-left: 10px;
}
.pg-event .receipt .receipt-form .group .captcha-refresh:hover {
  color: #e60012;
}
.pg-event .receipt .receipt-form .group .agree {
  display: block;
  position: absolute;
  margin: 0;
  cursor: pointer;
  top: 4px;
  right: 0;
}
.pg-event .receipt .receipt-form .group .agree input {
  display: none;
}
.pg-event .receipt .receipt-form .group .agree span {
  display: block;
  position: relative;
  line-height: 32px;
  font-size: 1rem;
  color: #fff;
  padding-left: 28px;
}
.pg-event .receipt .receipt-form .group .agree span:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255,255,255,.5);
  top: 6px;
  left: 0;
}
.pg-event .receipt .receipt-form .group .agree input:checked + span:before {
  border-color: #fff;
}
.pg-event .receipt .receipt-form .group .agree input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 8px;
  left: 6px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pg-event .receipt .receipt-form .btn-box {
  text-align: center;
  margin-top: 30px;

}
.pg-event .receipt .receipt-form .btn-box button {
  display: inline-block;
  width: calc(50% - 10px);
  max-width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 1.0625rem;
  color: #fff;
  vertical-align: top;
  margin: 0 5px;
}
.pg-event .receipt .receipt-form .btn-box .btn-reset {
  border: 1px solid rgba(255,255,255,.5);
  background: none;
}
.pg-event .receipt .receipt-form .btn-box .btn-reset:hover {
  background: rgba(255,255,255,.15);
}
.pg-event .receipt .receipt-form .btn-box .btn-submit {
  border: 1px solid #aaa;
  background: #aaa;
}
.pg-event .receipt .receipt-form .btn-box .btn-submit:hover {
  border-color: #e60012;
  background: #e60012;
}
.pg-event .award .inner.gray {
  margin: 0;
  padding: 60px 30px;
  background: rgba(234,234,234,1);
  background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(247,247,247,1) 50%, rgba(234,234,234,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,234,234,1)), color-stop(50%, rgba(247,247,247,1)), color-stop(100%, rgba(234,234,234,1)));
  background: -webkit-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(247,247,247,1) 50%, rgba(234,234,234,1) 100%);
  background: -o-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(247,247,247,1) 50%, rgba(234,234,234,1) 100%);
  background: -ms-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(247,247,247,1) 50%, rgba(234,234,234,1) 100%);
  background: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(247,247,247,1) 50%, rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea', GradientType=0 );
}
.pg-event .award .award-group {
  margin: 0 0 30px;

}
.pg-event .award .award-group .title {
  line-height: 40px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.pg-event .award .award-group .item {
  line-height: 28px;
  font-size: 1.0625rem;
  text-align: center;
  margin: 10px 0 0;
}
.pg-event .award .award-group .award-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid transparent;
  text-align: center;
  margin: 10px 0 0;
}
.pg-event .award .award-group .award-table thead th {
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(187,145,84,.2);
  text-align: center;
  padding: 10px;
}
.pg-event .award .award-group .award-table thead th.sn {
  width: 12%;
  padding: 10px 5px;
}
.pg-event .award .award-group .award-table thead th.name {
  width: 24%;
}
.pg-event .award .award-group .award-table thead th.no {
  width: 34;
  text-align: left;
}
.pg-event .award .award-group .award-table thead th.tel {
  width: 30%;
  text-align: left;
}
.pg-event .award .award-group .award-table tbody td {
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,.15);
  text-align: center;
  padding: 10px;
}
.pg-event .award .award-group .award-table tbody td.left {
  text-align: left;
}
.pg-event .award .award-group .award-table tbody td.name {
  word-break: break-all;
}
.pg-event .award .award-group .award-table thead th:first-child,
.pg-event .award .award-group .award-table tbody td:first-child {
  border-left: none;
}
.pg-event .award .award-group .award-table thead th:last-child,
.pg-event .award .award-group .award-table tbody td:last-child {
  border-right: none;
}
.pg-event .award .award-group .award-table tfoot td {
  border: none;
  text-align: center;
  padding: 10px;
}
.pg-event .award .award-group .award-table tfoot td a.download {
  display: inline-block;
  position: relative;
  line-height: 35px;
  font-size: 1rem;
  color: #fff;
  background: rgba(0,0,0,.5);
  border-radius: 17px;
  padding: 0 15px 0 40px;
  vertical-align: top;
  transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;
}
.pg-event .award .award-group .award-table tfoot td a.download:hover {
  background: rgba(0,0,0,1);
}
.pg-event .award .award-group .award-table tfoot td a.download:before {
  content: '';
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  background-color: #cfa972;
  background-image: url('../images/award_download.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  top: 3px;
  left: 3px;
}

.pg-event .award .award-notice .title {
  line-height: 40px;
  font-size: 1.625rem;
  text-align: center;
  margin: 0;
}
.pg-event .award .award-notice .notice-content {
  margin-top: 10px;
}
.pg-event .submit-finish {
  position: relative;
  min-height: calc(100vh - 186px);
  padding: 160px 30px 60px;
  overflow: hidden;
}
.pg-event .submit-finish .bg-gray {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51,51,51,1);
  background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(85,85,85,1)));
  background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#555555', GradientType=0 );
}
.exclaim.pg-event .submit-finish {
  min-height: calc(100vh - 330px);
}
.pg-event .submit-finish .bg {
  position: absolute;
  width: 100%;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0;
}
.pg-event .submit-finish .inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block!important;
  background:  none;
  border:  none;
}
.pg-event .submit-finish .subject {
  line-height: 38px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.pg-event .submit-finish .subject:before {
  content: attr(data-title-en);
  display: block;
  line-height: 42px;
  font-size: 2rem;
  text-transform: uppercase;
}
.pg-event .submit-finish .note {
  line-height: 30px;
  font-size: 1.125rem;
  /*color: rgba(139, 17, 17, 0.85);*/
  color: #e4c45a;
  margin: 40px 0 0;
}
.pg-event .submit-finish .back {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 1.0625rem;
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  background: none;
  vertical-align: top;
  margin-top: 40px;
}
.pg-event .submit-finish .back:hover {
  background: rgba(255,255,255,.15);
}

@media (min-width: 500px) {
  .pg-event .receipt .receipt-form .group.over-width dt,
  .pg-event .receipt .receipt-form .group.over-width dd {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .pg-event .receipt .receipt-form .group.half {
    width: calc(100% - 30px);
  }
  .pg-event .receipt .receipt-form .group .agree {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}
@media (max-width: 1279px) {
  .pg-event .intro {
    padding: 140px 15px 20px;
  }
  .pg-event .head {
    padding: 15px 60px 15px 15px;
  }
  .pg-event .head .subject {
    font-size: 1.5rem;
  }
  .pg-event .head .subject::before {
    font-size: 1.625rem;
  }
  .pg-event .head .sec-switch {
    top: 15px;
    right: 10px;
  }
  .pg-event .inner {
    padding: 30px 15px 100px;
  }
}
@media (max-width: 1199px) {
  .pg-event .intro {
    padding-top: 120px;
  }
  .pg-event .submit-finish {
    min-height: calc(100vh - 186px);
    padding-top: 140px;
  }
  .exclaim.pg-event .submit-finish {
    min-height: calc(100vh - 310px);
  }
}
@media (max-width: 1023px) {
  .pg-event .intro {
    padding-top: 40px;
  }
  .pg-event .receipt .receipt-form {
    max-width: inherit;
  }
  .pg-event .submit-finish,
  .exclaim.pg-event .submit-finish {
    margin-top: 0;
    min-height: inherit;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .pg-event .intro .subject,
  .pg-event .head .subject,
  .pg-event .submit-finish .subject {
    line-height: 34px;
    font-size: 1.25rem;
  }
  .pg-event .intro .date {
    padding-left: 30px;
  }
  .pg-event .intro .date:before {
    width: 22px;
    height: 22px;
  }
  .pg-event .intro .date span {
    line-height: 22px;
    font-size: 0.9375rem;
  }
  .pg-event .intro .date span.to:before {
    top: 6px;
  }
  .pg-event .submit-finish .subject:before {
    line-height: 36px;
    font-size: 1.5rem;
  }
  .pg-event .receipt .receipt-input {
    max-width: 250px;
    margin: 20px auto;
    padding: 15px;
    position: relative;
  }
  .pg-event .receipt .receipt-input .title {
    line-height: 30px;
    font-size: 1.25rem;
  }
  .pg-event .receipt .receipt-form .group dt {
    width: 100px;
    font-size: 1rem;
  }
  .pg-event .receipt .receipt-form .group dd {
    width: calc(100% - 100px);
  }
  .pg-event .head .subject:before {
    font-size: 1.25rem;
  }
  .pg-event .head .sec-switch {
    width: 34px;
    height: 34px;
  }
  .pg-event .head .sec-switch:before {
    width: 16px;
    height: 16px;
    top: 9px;
    left: 4px;
  }
  .pg-event .open .head .sec-switch:before {
    top: 4px;
    left: 9px;
  }
  .pg-event .award .award-group .title,
  .pg-event .award .award-notice .title {
    line-height: 34px;
    font-size: 1.25rem;
  }
  .pg-event .award .award-group .item {
    line-height: 26px;
    font-size: 1rem;
    margin-top: 5px;
  }
  .pg-event .award .award-group .award-table thead th,
  .pg-event .award .award-group .award-table tbody td {
    font-size: 0.875rem;
    padding: 5px;
  }
  .pg-event .award .award-group .award-table thead th.sn {
    font-size: 0;
    width: 8%;
  }
  .pg-event .award .award-group .award-table thead th.name {
    width: 22%;
  }
  .pg-event .award .award-group .award-table thead th.no {
    width: 35%;
  }
  .pg-event .award .award-group .award-table thead th.tel {
    width: 35%;
  }
  .pg-event .submit-finish .note {
    line-height: 26px;
    font-size: 1rem;
    margin-top: 30px;
  }
  .pg-event .submit-finish .back {
    font-size: 1rem;
    margin-top: 30px;
  }
}
@media (max-width: 579px) {
  .pg-event .receipt .receipt-form {
    width: 100%;
    margin: 0;
  }
  .pg-event .receipt .receipt-form .group,
  .pg-event .receipt .receipt-form .group.half {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .pg-event .receipt .receipt-form .group .agree {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
  }
}
@media (max-width: 499px) {
  .pg-event .intro .date span:first-child {
    display: block;
    margin-bottom: 4px;
  }
  .pg-event .intro .date span.from {
    padding-left: 0;
  }
  .pg-event .receipt .receipt-form .group dt,
  .pg-event .receipt .receipt-form .group dd {
    float: none;
    width: 100%;
  }
  .pg-event .receipt .receipt-form .group dt {
    line-height: 26px;
    margin-bottom: 5px;
  }
  .pg-event .receipt .receipt-form .group .input.captcha {
    width: 100px;
  }
  .pg-event .receipt .receipt-form .group .captcha-refresh {
    width: 30px;
    font-size: 1rem;
  }
  .pg-event .head {
    font-size: 0.9375rem;
    padding: 10px 60px 10px 15px;
  }
  .pg-event .head .sec-switch {
    top: 12px;
    right: 10px;
  }
}
@media (max-width: 449px) {
  .pg-event .head {
    padding: 15px 60px 8px 15px;
  }
  .pg-event .mfp-mb-event .head{
    padding: 10px 60px 5px 15px;
  }
  .pg-event .head .subject:before {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.2
  }
  .pg-event .head .sec-switch {
    top: 20px;
    right: 10px;
  }
}

/* Events List of Side */
.other-events {
  position: fixed;
  z-index: 250;
  width: 50%;
  height: 100%;
  background: rgba(0,0,0,.85);
  top: 0;
  right: 0;
  padding: 100px 30px 30px;
  transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s;
}
.other-events.open {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.exclaim .other-events {
  padding-bottom: 130px;
}
.other-events .events-list-wrap {
  height: calc(100vh - 130px);
}
.exclaim .other-events .events-list-wrap {
  height: calc(100vh - 230px);
}
.other-events .events-list {
  margin: 0 -8px;
}
.other-events .events-list li {
  width: calc(33.333%);
  margin-bottom: 16px;
  padding: 0 8px;
}
.other-events .events-list li a {
  display: block;
  background: #f3f7fa;
  padding: 15px;
}
.other-events .events-list li a .pic {
  position: relative;
  overflow: hidden;
}
.other-events .events-list li a .subject {
  line-height: 30px;
  font-size: 1.125rem;
  color: #333;
  margin: 10px 0 0;
  transition: color .25s;
  -moz-transition: color .25s;
  -webkit-transition: color .25s;
}
.other-events .events-list li a:hover .subject {
  color: #886703;
}
.other-events .events-close {
  display: block;
  position: absolute;
  width: 50px;
  height: 60px;
  line-height: 20px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  top: 20px;
  right: 20px;
}
.other-events .events-close:before,
.other-events .events-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  background: #fff;
  top: 18px;
  left: 7px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.other-events .events-close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media (min-height: 1100px) {
  .exclaim .other-events {
    padding: 100px 30px 170px;
  }
  .exclaim .other-events .events-list-wrap {
    height: calc(100vh - 270px);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .other-events .events-list li {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .other-events {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .other-events .events-list li a {
    padding: 10px;
  }
  .other-events .events-list li a .subject {
    line-height: 26px;
    font-size: 0.9375rem;
    margin-top: 5px;
  }
}
@media (max-width: 579px) {
  .other-events {
    padding: 100px 15px 20px;
  }
  .exclaim .other-events {
    padding: 100px 15px 120px;
  }
  .other-events .events-list-wrap {
    height: calc(100vh - 120px);
  }
  .exclaim .other-events .events-list-wrap {
    height: calc(100vh - 220px);
  }
  .other-events .events-list li {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .exclaim .other-events {
    padding: 100px 15px 100px;
  }
  .exclaim .other-events .events-list-wrap {
    height: calc(100vh - 200px);
  }
}

/* Text-edit */
.text-edit {
  line-height: 2;
}
.text-edit * {
  max-width: 100%;
}
.text-edit img {
  height: auto !important;
}

/* Text-edit template */
.rule-template {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rule-template > li {
  position: relative;
  line-height: 30px;
  font-size: 1rem;
  padding: 6px 0 6px 30px;
}
.rule-template > li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #cfa972;
  top: 21px;
  left: 7px;
}
.rule-template > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #cfa972;
  border-radius: 100%;
  top: 15px;
  left: 2px;
}

.bootstrap-datetimepicker-widget {
  width: 240px !important;
}
.bootstrap-datetimepicker-widget table td {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.day.active {
  color: #fff;
  background: #cfa972;
}
.bootstrap-datetimepicker-widget table td.today:before {
  display: none;
}
.bootstrap-datetimepicker-widget table td.disabled {
  color: #ccc !important;
  background: #eee !important;
}
/* Popup  */
.mfp-mb-event.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-mb-event.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-mb-event.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-mb-event.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-mb-event.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-mb-event .mfp-container{
  padding: 0;
  background: #fff;
}
.mfp-mb-event .mfp-container .inner {
  min-height: 100vh;
}
.mfp-mb-event.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-mb-event .mfp-close{
  opacity: 1;
  font-size: 45px;
  top: 10px;
  right: 10px;
  color: #1f2d5c;
  position: fixed;
}
/* 首頁橫幅改用複製的(因小尺寸可能有不同高度) */
@media (min-width: 1024px) {
  .index-banner-mb-position {
    display: none!important;
  }
  .banner-slick picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .banner-slick picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 1023px) {
  .index-banner-pc-position {
    display: none!important;
  }
}
.index-banner-mb-position {
  position: relative;
}
.banner-slick img {
  width: 100%
}


/*
 * 2022/09 (1)隱私權政策，個資蒐集聲明
 */
/* 頁面 */ 
#popup-content {
  max-width: 960px;
  margin:  0 auto;
  font-size: 1rem;
}
/* 彈跳視窗 */
.mfp-privacy.mfp-bg {
  background: rgba(0, 0, 0, 0.7);
}
.mfp-privacy .mfp-content {
  max-width: 960px;
  background: #fff;
  border: 3px solid #333;
  padding: 50px;
  opacity: 0;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 20%);
  -webkit-transform: scale(0.98) translateY(10px);
      -ms-transform: scale(0.98) translateY(10px);
          transform: scale(0.98) translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}
.mfp-privacy .mfp-content #popup-content {
  padding: 0;
  max-width: none;
}
.mfp-privacy.mfp-wrap {
  z-index: 10000;
}
.mfp-privacy.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-privacy.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.mfp-privacy .mfp-close,
.mfp-privacy button.mfp-close {
  cursor: pointer !important;
  right: -28px;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  display: block;
  opacity: 1;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #333;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.mfp-privacy button.mfp-close {
  position: fixed;
  right: 25px;
  margin-top: 10px;
}
.mfp-privacy .mfp-close::before, .mfp-privacy .mfp-close::after,
.mfp-privacy button.mfp-close::before,
.mfp-privacy button.mfp-close::after {
  content: "";
  width: 27px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -14px;
  background-color: #333;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.mfp-privacy .mfp-close::before,
.mfp-privacy button.mfp-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-privacy .mfp-close::after,
.mfp-privacy button.mfp-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mfp-privacy .mfp-close:hover,
.mfp-privacy button.mfp-close:hover {
  background-color: #333;
  border-color: #fff
}
.mfp-privacy .mfp-close:hover::before, .mfp-privacy .mfp-close:hover::after,
.mfp-privacy button.mfp-close:hover::before,
.mfp-privacy button.mfp-close:hover::after {
  background-color: #fff;
}
@media (max-width: 839px) {
  .mfp-privacy .mfp-content {
    padding: 25px;
  }
  .mfp-privacy.mfp-wrap {
    z-index: 10000!important;
  }
  .mfp-privacy .mfp-close,
  .mfp-privacy button.mfp-close {
      right: 5px;
      margin-top: 5px;
      margin: 0;
      width: 35px;
      height: 35px;
      opacity: 0.9;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
    }
  .mfp-privacy .mfp-close::before, .mfp-privacy .mfp-close::after,
  .mfp-privacy button.mfp-close::before,
  .mfp-privacy button.mfp-close::after {
    width: 18px;
    margin-left: -9px;
  }
  .pc .mfp-privacy .mfp-close:hover,
  .pc .mfp-privacy button.mfp-close:hover {
      opacity: 1;
    }
}
@media (max-width: 599px) {
  .mfp-privacy .mfp-content {
    padding: 20px ;
  }
}
/*
 * 2022/09 (2)隱私權政策勾選
 */
 .form-agree {
  position: relative;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 0.9375rem;
}
.form-agree .checkbox-style {
  line-height: 1.2;
  padding: 0;
  margin: 0 0 0 10px;
  display: inline;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1rem;
}
.form-agree .checkbox-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
}
.form-agree .checkbox-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #333;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 8px 3px 0;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.form-agree .checkbox-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 5px;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
          -webkit-transform: scale(0) rotate(-45deg);
              -ms-transform: scale(0) rotate(-45deg);
                  transform: scale(0) rotate(-45deg);
  transition: transform 0.2s, -webkit-transform 0.2s;
          -webkit-transform-origin: left bottom;
              -ms-transform-origin: left bottom;
                  transform-origin: left bottom;
}
.form-agree .checkbox-style input:checked + span {
  background: #333;
  border-color: #333;
}
.form-agree .checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
      -ms-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}
.form-agree .checkbox-style:hover input + span, .form-agree .checkbox-style:active input + span {
  border-color: #333;
}
.form-agree .checkbox-style:hover input:checked + span, .form-agree .checkbox-style:active input:checked + span {
  border-color: #333;
}
.form-agree a {
  color: #333;
  display: inline-block;
  padding: 0 0 1px 0;
  margin: 0 5px;
  border-bottom: 1px solid #333;
}
.form-agree a:hover {
  border-bottom: 1px solid transparent;
}
body.privacy-body {
  padding-left: 0;
}
body.privacy-body .header {
  width: 100%;
}

/*
 * 2022/09 (3)隱私權政策，個資蒐集聲明 編輯器【前台】樣板
 */
 .theme-privacy {
  --p-fz-h1: 2.25rem;
  --p-fz-h2: 1.625rem;
  --p-fz-h3: 1.375rem;
  --p-fz-h4: 1.25rem;
  --p-fz-h5: 1.125rem;
  --p-fz-h6: 1.0625rem;
  --p-gap-title: 25px;
  --p-color-title: #333;
  line-height: 1.8;
}
.theme-privacy h1, .theme-privacy h2, .theme-privacy h3, .theme-privacy h4, .theme-privacy h5, .theme-privacy h6 {
  font-weight: bold;
  display: block;
  padding: 0;
  margin: 10px auto 20px;
  line-height: 1.4;
}
.theme-privacy h1 {
  font-size: var(--p-fz-h1);
}
.theme-privacy h2 {
  font-size: var(--p-fz-h2);
}
.theme-privacy h3 {
  font-size: var(--p-fz-h3);
}
.theme-privacy h4 {
  font-size: var(--p-fz-h4);
}
.theme-privacy h5 {
  font-size: var(--p-fz-h5);
}
.theme-privacy h6 {
  font-size: var(--p-fz-h6);
}
.theme-privacy ul {
  list-style: none;
  margin: 0 0 var(--p-gap-title) 0;
  padding: 0 0 0 1rem;
}
.theme-privacy ul li {
  position: relative;
  text-indent: -1rem;
  display: block;
  margin: 5px 0 5px 0;
}
.theme-privacy ol {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 var(--p-gap-title) 1em;
  padding: 0 0 0 1em;
}
.theme-privacy ol li {
  position: relative;
  padding: 0;
  margin: 12px 0 12px -1em;
  display: list-item;
  list-style-position: outside;
}
.theme-privacy p {
  margin: 0 0 calc(var(--p-gap-title) * 2) 0;
  padding: 0;
}

.theme-privacy-subhead {
  display: none!important;
  text-align: center;
  margin: 10px auto calc(var(--p-gap-title) * 2);
  color: var(--p-color-title);
  line-height: 1.4;
  font-size: var(--p-fz-h2);
}

.mfp-privacy .theme-privacy-subhead {
  display: block!important;
}

.theme-privacy-block-title {
  display: block;
  margin: var(--p-gap-title) auto;
  color: var(--p-color-title);
  line-height: 1.4;
  font-size: var(--p-fz-h3);
}

@media (max-width: 991px) {
  .theme-privacy {
    --p-fz-h1: 1.875rem;
  }
}
@media screen and (min-width:768px){
  .theme-privacy-indient {
    padding-left: 2.6em;
  }
  .theme-privacy-indient > .theme-privacy-block-title,
  .theme-privacy-indient > h1,
  .theme-privacy-indient > h2,
  .theme-privacy-indient > h3,
  .theme-privacy-indient > h4 {
    margin-left: -2em;
  }
}
@media screen and (max-width:767px){
  .theme-privacy {
    --p-fz-h1: 1.4125rem;
    --p-fz-h2: 1.375rem;
    --p-fz-h3: 1.25rem;
    --p-fz-h4: 1.1875rem;
  }
}
/*