@charset "UTF-8";
* {
  box-sizing: border-box;
}

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;
  font-size: 100%;
  font: inherit;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding: 0  10px;
}

.col-container {
  width: 1060px;
  margin: 0 auto;
  margin-bottom: 150px;
  padding-top: 82px;
  min-height: 62vh;
}

.col-container-nopt {
  padding-top: 0;
}

.col-container--noMb {
  margin-bottom: 0;
}

.col-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}

.col-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

@media (max-width: 768px) {
  .col-container {
    width: 100%;
    padding-top: 75px;
  }
  .col-row {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .col-container--mbNoPt {
    padding-top: 0;
  }
  .col-1 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-2 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-3 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-4 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-5 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-6 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-7 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-8 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-9 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-10 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-11 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col-12 {
    position: relative;
    min-height: 1px;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
}

.col-noGutter {
  margin: 0;
  padding: 0;
}

.e-title {
  width: 100%;
  margin-top: 60px;
}

.e-title--ch {
  margin-bottom: 10px;
}

.e-title--en {
  font-size: 36px;
  letter-spacing: 6px;
  font-family: 'Spartan', sans-serif;
  font-weight: bolder;
}

.e-title--auto {
  width: auto;
}

.e-subtitle {
  font-size: 20px;
}

.e-allTxt {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .e-allTxt {
    width: 100%;
  }
}

.e-btn {
  display: inline-block;
  padding: 9px 26px;
  margin: 0 10px;
  background: #999;
  color: #fff;
  border: 1px solid #999;
  font-size: 16px;
  cursor: pointer;
}

.e-btn--normal {
  background: #EC6617;
  border: 1px solid #EC6617;
}

.e-btn--normal:hover {
  background: #fff;
  color: #EC6617;
}

.e-btn--secondary {
  background: transparent;
  color: #EC6617;
  border: 1px solid #EC6617;
}

.e-btn--secondary:hover {
  background: #EC6617;
  color: #fff;
}

.e-btn--place {
  background: #FFA920;
  border: 1px solid #FFA920;
}
.e-btn--place:hover {
  background: #fff;
  color: #FFA920;
}

.e-btn--placeSecondary {
  background: transparent;
  color: #FFA920;
  border: 1px solid #FFA920;
}
.e-btn--placeSecondary:hover {
  background: #FFA920;
  color: #fff;
}

.e-btn--any {
  color: #727171;
  border: 1px solid #727171;
  background: #fff;
}

.e-btn--disabled {
  background: #727171;
  cursor: not-allowed;
}

.e-btn--fill {
  width: 100%;
  text-align: center;
}

.e-btn--small {
  padding: 9px 16px;
}

.e-btn--noMargin {
  margin: 0;
}

.e-btn--txtLink {
  display: inline-flex;
  align-items: center;
  color: #000;
  letter-spacing: 3px;
  font-weight: bolder;
}

.e-btn--txtLink i {
  margin: 0 10px 5px 10px;
  font-size: 28px;
}

.e-btn--txtLink:hover {
  color: #EC6617;
}

.e-btn--txtLink-place:hover {
  color: #FFA920;
}

.e-iconBtn {
  display: block;
  padding: 5px;
  font-size: 24px;
  color: #000;
}

@media (max-width: 768px) {
  .e-btn {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.e-form {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.e-form label {
  width: auto;
  text-align: left;
  word-break: keep-all;
}

.e-form--50 {
  width: 50%;
}

.e-form--center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.e-form_title {
  display: block;
  width: 6em !important;
}

.e-formItem {
  -webkit-appearance: none;
  border: none;
  border-bottom: 1px solid #AAAAAA;
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 16px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.e-formItem::-webkit-clear-button {
  opacity: 0;
}

.e-formItem::-webkit-inner-spin-button {
  visibility: hidden;
}

.e-formItem::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 10%;
}

.e-formItem--w50 {
  width: 50% !important;
}

/* 20220608 */
.e-form_act { width: 90px; }
.e-formItem_act{
    border: 1px solid #AAAAAA;
    position: relative;
    color: #AAAAAA;
}

.e-formTxtGroup {
  width: 100%;
  height: 200px;
  border: 1px solid #AAAAAA;
  padding: 10px;
}

.e-formIcon {
  font-size: 16px;
  color: #727171;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 1;
}

.e-form_img {
  width: 100px !important;
}

@media (max-width: 768px) {
  .e-form {
    margin-bottom: 20px;
  }
  .e-formItem--w50 {
    width: 40%;
  }
  .e-form_act { width: 100%; }
  .e-formItem_act--mb{ padding-left: 47% !important; }
}

.e-checkBox {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 2px;
  border: none;
  cursor: pointer;
}

.e-checkBox:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  top: -1px;
  left: -2px;
  transition: all,.5s;
}

.e-checkBox:hover:after {
  border: 1px solid #EC6617;
}

.e-checkBox:checked:after {
  border: 1px solid #EC6617;
}

.e-checkBox:checked:before {
  font-family: 'icomoon';
  content: "\e915";
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  position: absolute;
  color: #EC6617;
  font-size: 16px;
  top: 0px;
  left: -1px;
  z-index: 2;
}

.e-radioBtn {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 2px;
  border: none;
  cursor: pointer;
}

.e-radioBtn:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -1px;
  left: -2px;
  transition: all,.5s;
}

.e-radioBtn:hover:after {
  border: 1px solid #EC6617;
}

.e-radioBtn:checked:after {
  border: 1px solid #EC6617;
}

.e-radioBtn:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #EC6617;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 1px;
  z-index: 2;
}

label.error {
  color: #c60000;
  position: absolute;
  bottom: -1.3em;
  left: 0;
}

.e-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}

.e-allBg {
  width: 100%;
  height: calc(100vh - 142px);
  background: url("/img/frontend/bg.png") no-repeat;
}

.e-allBg--ticket {
  margin-top: 140px;
  background-position: 290px 100px;
}

@media (max-width: 768px) {
  .e-allBg--ticket {
    background-position: 0px 70vh;
    background-size: contain;
    height: 100vh;
    margin-top: 0px;
    padding-top: 30px;
  }
  .e-checkBox {
    margin-right: 8px;
  }
}

header {
  width: 100%;
  padding: 25px 170px 25px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}

.l-header--border {
  border-bottom: 1px solid #aaaaaa;
}

.l-header--noFixed {
  position: relative;
}

.l-logo {
  width: 149px;
  /* width: 178px; */
}

@media (max-width: 768px) {
  .l-header--noFixed {
    position: fixed;
  }
}

.l-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-navLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-nav_item {
  display: block;
  padding: 8px;
  margin-right: 10px;
  color: #000;
  position: relative;
  overflow: hidden;
}

.l-nav_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #EC6617;
  position: absolute;
  bottom: 0px;
  left: -100%;
  transition: all,.5s;
}

.l-nav_item:hover::before {
  left: 0;
}

.l-nav_list{
  display: block;
  position: relative;
  transition: all, .5s;
}

.l-nav_list:hover .l-nav_item--sub {
    display: block;
}

.l-nav_item--sub {
    width: 90px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    text-align: center;
    padding: 8px 0;
    display: none;
}

.l-nav_item--sub a {
    width: 90px;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}


/* 麵包屑 */
.l-nav_item--sub a:hover { color: #EC6617; }

.l-navigation{
    padding: 0 30px;
}
.l-navigation a{
  font-size: 14px;
  color: #000;
}
.l-navigation a:hover{
  opacity: .6;
}
.l-navigation span{
  font-size: 14px;
  color: #727171;
}
.l-navigation i{
  font-size: 12px;
  color: #999;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .l-navigation{ display: none; }
}
/*  */


.l-navRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-shoppingCart {
  display: block;
  padding-left: 15px;
  color: #000;
  font-size: 24px;
  position: relative;
}

.l-shoppingCart:hover {
  color: #EC6617;
}

.l-shoppingCart_txt {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #EC6617;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -4px;
  right: 6px;
}

.l-shoppingCart_time{
  display: block;
  font-size: 14px;
  color: #727171;
}

.l-hamburgNav {
  margin-left: 50px;
}

.l-hamburgNav_item {
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  margin: 4px 0;
}

@media (max-width: 768px) {
  header{
    padding: 20px;
  }
  .l-navLeft {
    display: none;
  }
  .l-hamburgNav {
    margin-left: 20px;
  }
  .trans:first-child {
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    transform-origin: 9px;
  }
  .trans:nth-child(2) {
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  .trans:nth-child(3) {
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
    transform-origin: 2px -1px;
  }
  .l-hamburgNav_item{
    transition: all 0.3s ease-in-out;
  }
  .l-logo {
    width: 100px;
  }
}

.l-top{
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  /* border: 1px solid #727171;
  border-radius: 100px; */
  position: fixed;
  bottom: 24%;
  right: 30px;
  padding: 10px;
  cursor: pointer;
}
.l-top i{
  font-size: 18px;
}

footer {
  width: 100%;
  padding: 48px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
  color: #000;
}

.l-footerLogo {
  width: 170px;
  margin-bottom: 40px;
}

.l-footerLink {
  text-align: right;
  padding-top: 40px;
}

.l-footerLink_item {
  color: #000;
  padding: 0 5px;
}

.l-footerLink_item:hover {
  color: #EC6617;
}

.l-footerCopyright {
  font-size: 12px;
}

.l-footerLink--m,
.l-footerCopyright--mobile {
  display: none;
}

@media (max-width: 768px) {
  footer {
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .l-footerLogo {
    width: 100px;
    margin-bottom: 20px;
  }
  .l-footerLink {
    text-align: left;
    padding-top: 20px;
  }
  .l-footerLink--m {
    display: block;
    margin: 10px 0 15px;
  }
  .l-footerLink--m a{
    color: #000;
    text-decoration: none;
    padding-right: 20px;
  }
  .l-footerLink_item {
    display: none;
  }
  .l-footerCopyright {
    line-height: 1.6;
  }

  .l-top{ right: 5px; }
}

.l-banner {
  display: flex;
  width: 100%;
  margin-top: 104px !important;
}

.l-banner .swiper-slide{ padding: 0px !important; }

.swiper-wrapper {
  width: calc(100% - 168px) !important;
  position: relative;
}

/* .l-goDown {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 6;
  font-size: 58px;
} */

.l-banner_item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.l-bannerGroup {
  display: block;
  width: 170px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.swiper-button-next, .swiper-button-prev {
  background: none !important;
}

.swiper-button-next {
  right: 40px !important;
  top: 95% !important;
}

.swiper-button-prev {
  left: 40px !important;
  top: 95% !important;
}

.swiper-pagination {
  color: #000 !important;
  bottom: 49% !important;
}

.swiper-pagination-current {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .l-banner {
    flex-wrap: wrap;
    margin-top: 78px !important;
  }
  .swiper-wrapper {
    width: 100% !important;
  }
  .l-banner_item {
    overflow: hidden;
  }
  .l-banner_item img {
    object-fit: cover;
    object-position: center;
    height: auto;
    margin-bottom: 30px;
  }
  .l-bannerGroup {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
  }
}

.l-card {
  width: 100%;
}

.l-card:hover .l-card_group img {
  transform: scale(1.1);
}

.l-card_group {
  height: 190px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.l-card_group img {
  width: 100%;
  transform: scale(1);
  transition: all, 1s;
}

.l-card_group_date {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Playfair Display', serif;
}

.l-card_group_date_txt {
  display: inline-block;
  padding: 9px 6px;
  background: #EC6617;
  color: #fff;
  font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;
}

.l-card_group_date_bg { background: #00B2A1;}

.l-card_group_date_date {
  display: inline-block;
  padding: 9px 6px;
  background: #fff;
  color: #727171;
  letter-spacing: 3px;
}

.l-card_title {
  margin: 10px 0 20px 0;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}

.l-card_subTitle {
  color: #727171;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}

@media (max-width: 768px) {
  .l-card {
    margin-bottom: 50px;
  }
  .l-card_title,
  .l-card_subTitle {
    height: auto;
  }
}

.l-tag {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #DDDDDD;
}

.l-tag--left {
  justify-content: flex-start;
  margin-top: 0;
}

.l-tag--noBorder {
  border: none;
}

.l-tag_item {
  padding: 0 10px;
  font-size: 15px;
  color: #727171;
}

.l-tag_item:first-child {
  padding-left: 0;
}

.l-tag_item:hover {
  color: #EC6617;
}

.l-tag_item--place:hover{
  color: #FFA920;
}

.l-tag_item--active { 
  color: #EC6617;
}

@media (max-width: 768px) {
  .l-tag {
    margin-bottom: 30px;
  }
  .l-tag_item {
    font-size: 16px;
  }
}

.l-tab {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
}

.l-tab_item {
  display: block;
  padding: 0 15px;
  color: #727171;
  position: relative;
}

.l-tab_item:first-child {
  padding-left: 0;
}

.l-tab_item:hover {
  color: #EC6617;
}

.l-tab_item--active {
  color: #EC6617;
}

.l-tab_item--active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #EC6617;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.l-subTab {
  width: 100%;
  border: 1px solid #727171;
  color: #727171;
  display: flex;
  justify-content: space-between;
}

.l-subTab_item {
  width: calc(100% / 3);
  padding: 16px 0;
  text-align: center;
  color: #727171;
}

.l-subTab_item:hover {
  background: #EC6617;
  color: #fff;
}

.l-subTab_item_active {
  background: #EC6617;
  color: #fff;
}

.l-lbMask {
  width: 100%;
  height: 100vh;
  background: rgba(114, 113, 113, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-lbCenter {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-lb_container {
  padding: 60px;
  background: #fff;
}

.l-lb_container img {
  width: 100%;
}

.l-lb_container_title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bolder;
}

.l-lb_container--center {
  text-align: center;
}

@media (max-width: 768px) {
  .l-lb_container {
    padding: 20px;
  }
}

.l-table {
  width: 100%;
  display: table;
}

.l-table_tr {
  display: table-row;
}

.l-table_tr--title .l-table_td {
  border-bottom: 1px solid #727171;
}

.l-table_td {
  max-width: 130px;
  padding: 20px 5px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  border-bottom: 1px solid #AAAAAA;
  line-height: 1.6;
}

.l-table_td img {
  width: 100%;
}

.l-table_td_mb {
  display: none;
}

.l-invoiceNub {
  padding: 9px 13px;
  border: 1px solid #000;
  font-size: 14px;
}

@media (max-width: 768px) {
  .l-table {
    display: block;
  }
  .l-table_tr {
    display: block;
    width: 100%;
  }
  .l-table_tr--title {
    display: none;
  }
  .l-table_td {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .l-table_td_mb {
    display: block;
    margin-bottom: 10px;
    color: #727171;
    font-weight: bolder;
  }
}

.l-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-page_item {
  display: block;
  padding: 5px 10px;
  color: #000;
  font-size: 12px;
}

.l-page_item:hover {
  font-size: 16px;
}

.l-page_item--active {
  font-size: 16px;
  font-weight: bold;
}

.l-page_prv, .l-page_next {
  display: block;
  padding: 5px 10px;
  color: #000;
  font-size: 24px;
  font-weight: bolder;
}

.l-page_prv:hover, .l-page_next:hover {
  color: #EC6617;
}

.l-page_prv--place:hover, .l-page_next--place:hover {
  color: #FFA920;
}

.l-blankPage {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.l-blankPage i {
  font-size: 48px;
}

.l-checking {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
}

.l-checking--bg {
  padding: 60px 10px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.l-checking_title {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 15px;
}

.l-checking_title--big {
  font-size: 58px;
}

.l-checking_center {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}

.l-checking_img {
  width: 50%;
  margin: 0 auto;
}

.l-checking_txt {
  display: flex;
  width: 70%;
  padding-top: 20px;
  line-height: 1.6;
}

.l-checking_txt_subtitle {
  color: #727171;
  width: 35%;
}

.l-checking_txt_data {
  width: 65%;
  word-break: break-all;
}

@media (max-width: 768px) {
  .l-checking {
    width: 90%;
    padding: 20px;
  }
  .l-checking_txt_subtitle {
    width: 100%;
  }
  .l-checking_txt {
    width: 100%;
    flex-wrap: wrap;
  }
  .l-checking_title--big {
    font-size: 42px;
  }
}

.l-contentEdit {
  padding-bottom: 20px;
  line-height: 1.6;
}

.l-contentEdit p {
  padding-top: 20px;
}

.l-contentEdit img {
  height: 100% !important;
  max-width: 100%;
}

.l-contentBox img {
  max-width: 150px;
  margin-right: 20px;
}

.l-vision img {
  width: 100%;
}

.l-vision iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .l-vision iframe {
    height: 250px;
  }
  .l-contentBox img {
    width: 40%;
    display: inline-block;
  }
}

.l-map {
  width: 100%;
  position: relative;
  padding: 20px 20px 0 20px;
}

.l-map iframe {
  width: 100%;
  height: 530px;
  position: relative;
  z-index: 2;
}

.l-map::before {
  content: "";
  width: 500px;
  height: 500px;
  background: #EC6617;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.l-contactTxt {
  width: 100%;
  display: flex;
}

.l-contactTxt_icon {
  display: block;
  margin-right: 20px;
  font-size: 48px;
  color: #EC6617;
}

.l-contactTxt_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.l-contactTxt_txt {
  color: #727171;
}

.l-contactTxt--pl85 {
  padding-left: 85px;
}

@media (max-width: 768px) {
  .l-map {
    margin-bottom: 30px;
  }
  .l-map iframe {
    height: 300px;
  }
  .l-map::before {
    width: 100%;
    height: 300px;
    left: -40px;
  }
  .l-contactTxt--pl85 {
    padding-left: 0;
  }
  .l-contactTxt {
    margin-bottom: 30px;
  }
}

.l-hamburger {
  width: 100%;
  height: 100vh;
  background: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
}

.l-hamburger_btw {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  background: url("/img/frontend/border_m.png") no-repeat 130px 0px;
  background-size: cover;
  color: #000;
  padding: 180px 160px;
  position: relative;
}

.l-hamburger_btw_menu {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-hamburger_btw_menu_item {
  display: block;
  font-size: 24px;
  color: #000;
}

.l-hamburger_btw_menu_item:hover {
  color: #EC6617;
}

.l-hamburger_btw_menu_item--mb {
  display: none;
}

.l-hamburger_btw_social {
  height: 50vh;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

.l-hamburger_btw_social_item {
  display: inline-block;
  color: #000;
  font-size: 24px;
  margin-right: 20px;
}

.l-hamburger_btw_social_item:hover {
  color: #EC6617;
}

.l-hamburger_btw_txt {
  line-height: 1.6;
}

@media (max-width: 768px) {
  .l-hamburger{
    height: 70vh;
    top: 78px;
  }
  .l-hamburger_btw {
    padding: 0px 20px;
    align-items: start;
    flex-wrap: wrap;
    overflow: auto;
    background: none;
    max-height: 0px;
    position: absolute;
  }
  .js_hamburger .l-hamburger_btw{
    max-height: 70vh;
  }
  .l-hamburger_btw_menu {
    height: auto;
    width: 100%;
  }
  .l-hamburger_btw_menu_item {
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
    margin: 7px 0;
  }
  /* 20220708 */
  .l-hamburger_btw_menu_item_layer {
    display: block;
    padding-left: 18px;
    margin-top: -10px;
  }

  .l-hamburger_btw_menu_item--mb {
    display: block;
  }
  .l-hamburger_btw_menu_item--pc {
    display: none;
  }
  .l-hamburger_btw_social {
    height: auto;
    line-height: 1.6;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .l-hamburger_btw_social_item{
    margin-right: 30px;
  }
}

.l-close {
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.l-close:hover {
  color: #EC6617;
}

.l-search {
  width: 100%;
  height: 100vh;
  background: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-search_center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url("/img/frontend/border_m.png") no-repeat 100px 10%;
  background-size: cover;
  color: #000;
  padding: 180px 160px;
  position: relative;
}

.l-search_center_content {
  width: 50%;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .l-search_center {
    padding: 20% 10%;
  }
  .l-search_center .e-btn {
    width: 96px;
    margin: 0 0 40px 10px;
  }
  .l-search_center_content {
    width: 80%;
    text-align: center;
  }
}

.l-showTicket {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 30px;
  background: url("/img/frontend/ticket_unused.jpg") no-repeat;
  background-size: cover;
}

.l-showTicket--used {
  background: url("/img/frontend/ticket_used.jpg") no-repeat;
  background-size: cover;
}

.l-showTicket_type {
  display: block;
  width: 75%;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  background: #F68C4E;
  color: #fff;
  border-radius: 50px;
}

.l-showTicket_type--used {
  background: #727171;
}

.l-showTicket_date {
  font-family: 'Spartan', sans-serif;
  margin-bottom: 20px;
}

.l-showTicket_title {
  width: 75%;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bolder;
  line-height: 1.6;
  text-align: right;
}

.l-showTicket_activity{
  width: 70%;
  word-break: break-all;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 20px;
}

.l-showTicket_number {
  color: #727171;
}

@media (max-width: 768px) {
  .l-showTicket {
    margin-top: 30px;
  }
  .l-showTicketCenter {
    width: 100%;
    height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.l-actInfo {
  max-width: 48%;
  width: 100%;
}
.l-actInfo:hover .l-actInfo_group img {
  transform: scale(1.1);
}

.l-actInfo_group {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.l-actInfo_group img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all, 1s;
  object-fit: cover;
  object-position: center;
}

.l-actInfo_title {
  margin: 20px 0 20px 0;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.l-actInfo_title:hover {
  color: #FFA920;
}

.l-actSwiper {
  margin: 0px -10px 20px -10px !important;
}

.l-actInfoGroup {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  position: relative;
}
.l-actInfoGroup--arrow {
  position: absolute;
  width: 160px;
  top: 0;
  left: -30px;
}
.l-actInfoGroup--more {
  position: absolute;
  width: 200px;
  top: -28px;
  right: -90px;
}

.swiper-slide {
  padding: 0 10px !important;
}

.swiper-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.swiper-button-next, .swiper-button-prev {
  background: none !important;
}

.nex1 {
  right: 0px;
  top: 0;
}

.prev1 {
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .l-actInfo_group {
    height: auto;
  }

  .l-actInfo_title {
    margin: 10px 0 10px 0;
    font-size: 16px;
  }

  .l-actInfoGroup--arrow {
    width: 200px;
    top: 0;
    left: -30px;
  }
}


/* 20220608 */
.l-actWrap {
  width: 100%;
  padding: 80px;
}

.l-actTitle {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.l-actMain {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.l-actMain_r {
  width: calc(70% - 60px);
}
.l-actMain_r img {
  width: 100%;
  display: block;
}
.l-actMain_info {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-actMain_info--desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-actMain_info--desc p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.l-actMain_info--txt {
  margin-top: 20px;
}
.l-actMain_info--txt p {
  line-height: 1.6;
}

.l-actBuy {
  display: flex;
}

.l-actLink {
  display: block;
  width: 30%;
}
.l-actLink p {
  font-weight: 500;
  margin-bottom: 20px;
}
.l-actLink a {
  display: block;
  color: #727171;
  line-height: 1.4;
  margin-bottom: 20px;
}
.l-actLink a:hover {
  color: #F68C4E;
}
.l-actLink--mb{
  display: none;
}

.fixed {
  width: calc(30% - 50px);
  position: fixed;
  bottom: 410px;
  right: 80px;
}

.l-actBlock {
  width: calc(70% - 60px);
  padding: 30px 0;
}

.l-actSlide .swiper-slide {
  padding: 0 !important;
}

.l-actSlide .l-activity-next {
  content: url("/img/frontend/icon-act-next.svg") !important;
}

.l-actSlide .l-activity-prev {
  content: url("/img/frontend/icon-act-prev.svg") !important;
}

.l-actSlide .swiper-button-prev,
.l-actSlide .swiper-button-next {
  top: calc(50% + 11px) !important;
}

.l-actSlide .swiper-button-prev {
  left: 10px !important;
}

.l-actSlide .swiper-button-next {
  right: 10px !important;
}

.l-actDate {
  display: flex;
}

.l-actTag {
  flex-wrap: wrap;
  padding: 0 10px;
}
.l-actTag a {
  line-height: 2;
}

.l-actList--m {
  display: none;
}

@media (max-width: 768px) {
  .l-actWrap {
    padding: 80px 15px 40px;
  }

  .l-actTitle {
    font-size: 20px;
    font-weight: bold;
  }

  .l-actMain {
    padding: 0;
    margin-top: -20px;
    flex-direction: column;
    justify-content: center;
  }
  .l-actMain_r {
    width: 100%;
    margin-bottom: 40px;
  }
  .l-actMain_info {
    width: 100%;
    justify-content: start;
    padding-bottom: 40px;
  }
  .l-actMain_info--desc {
    flex-direction: column;
    justify-content: flex-start;
  }
  .l-actMain_info--txt {
    margin-top: 0px;
  }

  .l-actBuy {
    display: unset;
  }

  .l-actLink {
    display: none;
  }

  .l-actLink--mb {
    display: block;
    width: 100%;
  }

  .l-actBlock {
    width: 100%;
  }

  .l-actLink--m {
    display: block;
    width: 100%;
    margin: 40px 0 60px;
  }

  .l-actDate {
    width: 50%;
  }
  .l-actDate span {
    margin: 15px -8px 0;
  }
  .l-actDate button {
    margin: 0 15px;
  }

  .l-actBtn {
    width: 100%;
    padding: 10px 15px;
  }

  .l-actTag .l-tag_item:first-child {
    padding-left: 10px;
  }

  .l-actTag {
    margin-left: -10px;
  }

  .l-actTag--m {
    margin-left: -20px;
  }

  .l-actList {
    display: none;
  }

  .l-actList--m {
    display: block;
  }
}



.l-login--Center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.l-loginTxt {
  color: txtGray;
  margin-bottom: 10px;
  line-height: 1.3;
}

.l-loginLine {
  display: block;
  margin: 0 20px;
  width: 1px;
  height: 300px;
  background: #CCCCCC;
}

.l-loginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
  word-break: keep-all;
  background: #999;
  margin-bottom: 15px;
  color: #fff;
}

.l-loginBtn i {
  display: inline-block;
  padding-right: 10px;
}

.l-loginBtn--mail {
  background: #fff;
  color: #EC6617;
  border: 1px solid #EC6617;
}

.l-loginBtn--fb {
  background: #3A559F;
}

.l-loginBtn--google {
  background: #DD4B39;
}

.l-loginBtn--line {
  background: #00C200;
}

.l-loginform {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #727171;
  position: relative;
}

.l-loginform label {
  margin-right: 5px;
  word-break: keep-all;
}

.l-loginform img {
  width: 90px;
}

.l-loginform_item {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
}

.l-loginform_item::-webkit-input-placeholder {
  color: #979797;
}

.l-loginTxt {
  color: #000;
}

.l-loginTxt:hover {
  color: #EC6617;
}

.l-loginTxt-orange {
  color: #EC6617;
}

.l-loginTxt-orange:hover {
  color: #727171;
}

@media (max-width: 768px) {
  .l-loginLine {
    width: 100%;
    height: 1px;
    margin: 15px 0 30px 0;
  }
}

.l-list {
  display: flex;
  align-items: center;
  padding: 36px 0;
  border-top: 1px solid #979797;
  color: #000;
}

.l-list:last-child {
  border-bottom: 1px solid #979797;
}

.l-list:hover .l-list_title {
  color: #EC6617;
}

.l-list:hover .l-list_title--place{
  color: #FFA920;
}

.l-list:hover .l-list_more {
  transform: translateX(20px);
}

.l-list_group {
  width: 100%;
}

.l-list--noBorder {
  border: none;
  padding-bottom: 0;
}

.l-list--noBorder:last-child {
  border-bottom: none;
}

.l-list--h100 {
  height: 100%;
}

.l-list_date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 15px 30px;
  margin-right: 35px;
  color: #000;
  letter-spacing: 2px;
  word-break: keep-all;
  border-right: 3px solid #EC6617;
}

.l-list_date_month {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: 'Spartan', sans-serif;
}

.l-list_date_place {
  color: #FFA920;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 7px;
  margin-bottom: 20px;
  font-family: "Spartan", sans-serif;
}

.l-list_date_to {
  color: #727171;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-family: "Spartan", sans-serif;
}

.l-list_date_year {
  color: #727171;
}

.l-list_date_btw {
  display: block;
  width: 2px;
  height: 20px;
  margin: 10px 0 20px 0;
  background: #727171;
}

@media (max-width: 768px) {
  .l-list_date--h100 {
    height: auto;
  }
  .l-list_date_btw {
    width: 20px;
    height: 1px;
    margin: 0 10px 0 0;
  }
  .l-list_date_place{
    margin: 0 10px 0 0;
  }
  .l-list_date_to{
    margin: 0 10px 2px 0;
  }
}

.l-list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 230px;
  height: 120px;
  overflow: hidden;
}

.l-list_img img {
  width: 100%;
}

.l-list_title {
  width: 75%;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.3;
  color: #000;
}

.l-list_title--w100 {
  width: 100%;
}

.l-list_more {
  font-size: 40px;
  color: #000;
  transition: all,.5s;
}

.l-list_content {
  margin-top: 20px;
  line-height: 2;
}

.l-list_content--btwEnd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.l-list_content_item {
  display: block;
}

.l-list_content_item i {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .l-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }
  .l-list:last-child {
    margin-bottom: 30px;
  }
  .l-list_date {
    width: 100%;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 10px;
    border-right: none;
  }
  .l-list_date_month {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .l-list_title {
    width: 100%;
  }
  .l-list_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 200px;
  }
  .l-list_content--btwEnd {
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-list_content--group {
    width: 100%;
    margin-bottom: 20px;
  }
}

.l-dateList_title {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #727171;
  color: #727171;
  font-size: 18px;
}

.l-dateList_item {
  display: flex;
  padding-bottom: 25px;
}

.l-dateList_item_subtitle {
  width: 7em;
}

.l-dateList--mr25 {
  margin-right: 25px;
}

@media (max-width: 768px) {
  .l-dateList:first-child {
    margin-bottom: 20px;
  }
  .l-dateList--mr25 {
    margin-right: 0;
  }
}

.l-acList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.l-acList:last-child {
  margin-bottom: 0;
}

.l-acList_title {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 20px;
  color: #EC6617;
  border-bottom: 1px solid #AAA;
}

.l-acList_group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 20px;
}

.l-acList_group_txt {
  line-height: 2;
}

.l-acList_group_txt i {
  display: inline-block;
  margin-right: 5px;
}

.l-acList_group_count {
  vertical-align: bottom;
  color: #727171;
}

.l-acList_group_count_txtBig {
  margin-right: 5px;
  font-size: 38px;
  font-weight: bolder;
}

.l-acList_subGroup--cart {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #727171;
}

.l-acList_subGroup {
  width: 100%;
  margin-bottom: 20px;
  color: #727171;
  border: 1px solid #EC6617;
  padding: 0 10px 0 20px;
}

.l-acList_subGroup--mbNo {
  margin-bottom: 0;
}

.l-acList_subGroup_subTitle {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

.l-acList_subGroup_subTitle--big {
  font-size: 24px;
  color: #727171;
  border-bottom: 2px solid #AAAAAA;
}

.l-acList_subGroup_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.l-acList_subGroup_list_item span {
  font-size: 20px;
  font-weight: bold;
}

.h-w480{
  width: 480px;
}

.l-acList_subGroup_list_item span:nth-child(1) {
  margin-right: 30px;
}

.l-acList_subGroup_list_item span:nth-child(2) {
  margin-right: 90px;
}

.h-border--org{ border: 1px solid #EC6617 !important; }

@media (max-width: 768px) {
  .h-w480{ width: 100%; }
  .h-px20 { padding: 0 20px; }
  .l-acList_subGroup_list {
    flex-wrap: wrap;
  }
  .l-acList_subGroup_list_item {
    margin-bottom: 20px;
  }
  .l-acList_subGroup_list_item span:nth-child(1) {
    margin-right: 10px;
  }
  .l-acList_subGroup_list_item span:nth-child(2) {
    margin-right: 0px;
  }
}

.l-accListBtw_tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #AAA;
  font-size: 24px;
  color: #727171;
}

.l-accListBtw_tool i {
  font-size: 13px;
  margin-right: 10px;
  transition: all,.5s;
}

.l-accListBtw_tool--black {
  font-size: 20px;
  color: #000;
  font-weight: bolder;
}

.l-accListBtw_content {
  padding-top: 20px;
  color: #727171;
  line-height: 1.6;
}

.l-ticketImg {
  max-width: 480px !important;
}

.l-ticketTitle {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bolder;
}

.l-ticketTitle_price {
  color: #EC6617;
}

.l-ticketDate, .l-ticketContent {
  margin-bottom: 20px;
  line-height: 1.6;
}

.l-ticketContent_title, .l-ticketDate_title {
  color: #727171;
  font-weight: bolder;
}

.l-story_year {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #EC6617;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.l-story_group {
  display: flex;
  margin-bottom: 40px;
}

.l-story_group img {
  width: 400px;
}

.l-story_group_content {
  margin-left: 30px;
  width: 100%;
}

.l-story_group_content_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.6;
  color: #000;
}

.l-story_group_content_title:hover {
  color: #EC6617;
}

.l-story_group_content_txt {
  color: #727171;
  line-height: 1.6;
}

.l-yearTool {
  border-right: 1px solid #DDDDDD;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  bottom: 26%;
  right: 10%;
}

.l-yearTool_item {
  display: block;
  padding: 10px;
  font-size: 24px;
  color: #727171;
  font-family: 'Playfair Display', serif;
}

.l-yearTool_item:hover {
  color: #EC6617;
}

.l-yearTool_item--active {
  color: #EC6617;
  position: relative;
}

.l-yearTool_item--active::after {
  content: "";
  height: 100%;
  width: 2px;
  background: #EC6617;
  position: absolute;
  top: 0;
  right: -1px;
}

@media (max-width: 768px) {
  .l-story_group {
    flex-wrap: wrap;
  }
  .l-story_group img {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-story_group_content {
    width: 100%;
    margin-left: 0;
  }
  .l-yearTool {
    display: none;
  }
}

.h-flex {
  display: flex;
}

.h-flexRow {
  display: flex;
  flex-wrap: wrap;
}

.h-flex--xStart {
  display: flex;
  align-items: flex-start;
}

.h-flex--center {
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  flex-wrap: wrap;
}

.h-flex--xCenter {
  display: flex;
  align-items: center;
}

.h-flex--yCenter {
  display: flex;
  justify-content: center;
}

.h-flex--btw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.h-flex--xBtw {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.h-flex--end {
  display: flex;
  align-items: flex-end;
  justify-self: start;
  flex-wrap: wrap;
}

.h-flex--xEnd {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.h-flex--yEnd {
  display: flex;
  align-items: flex-end;
}

.h-flex--column{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.h-flex--wCenter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.h-positionTopRight {
  position: absolute;
  top: 0;
  right: 0;
}

.h-txt--left {
  text-align: left;
}

.h-txt--right {
  text-align: right;
}

.h-txt--center {
  text-align: center;
}

.h-txt-bold{
  font-weight: bold;
}

.h-txt-keep {
  word-break: keep-all;
}

.h-txt-break {
  word-break: break-all;
}

.h-txt--red {
  color: #c60000;
}

.h-txt--orange {
  color: #EC6617;
}

.h-txt--gray {
  color: #727171;
}

.h-fz12 {
  font-size: 12px;
}

.h-fz18 {
  font-size: 18px;
  line-height: 1.4;
}

.h-mt-5 {
  margin-top: -5px;
}

.h-mt5 {
  margin-top: 5px;
}

.h-mt10 {
  margin-top: 10px;
}

.h-mt20 {
  margin-top: 20px;
}

.h-mt25 {
  margin-top: 25px;
}

.h-mt30 {
  margin-top: 30px;
}

.h-mt35 {
  margin-top: 35px;
}

.h-mt50 {
  margin-top: 50px;
}

.h-mt60 {
  margin-top: 60px;
}

.h-mb0 {
  margin-bottom: 0px;
}

.h-mb3 {
  margin-bottom: 3px;
}

.h-mb10 {
  margin-bottom: 10px;
}

.h-mb20 {
  margin-bottom: 20px;
}

.h-mb25 {
  margin-bottom: 25px;
}

.h-mb30 {
  margin-bottom: 30px;
}

.h-mb40 {
  margin-bottom: 40px;
}

.h-mr5 {
  margin-right: 5px;
}

.h-mr10 {
  margin-right: 10px;
}

.h-mr15 {
  margin-right: 15px;
}

.h-mr20 {
  margin-right: 20px;
}

.h-mr25 {
  margin-right: 25px;
}

.h-mr60 {
  margin-right: 60px;
}

.h-ml-10 {
  margin-left: -10px;
}

.h-ml5 {
  margin-left: 5px;
}

.h-ml10 {
  margin-left: 10px;
}

.h-ml15 {
  margin-left: 15px;
}

.h-ml20 {
  margin-left: 20px;
}

.h-ml30 {
  margin-left: 30px;
}

.h-pt0 {
  padding-top: 0px;
}

.h-pt10 {
  padding-top: 10px;
}

.h-pt20 {
  padding-top: 20px;
}

.h-pt25 {
  padding-top: 25px;
}

.h-pt35 {
  padding-top: 35px;
}

.h-pb5 {
  padding-bottom: 5px;
}

.h-pb10 {
  padding-bottom: 10px;
}

.h-pb20 {
  padding-bottom: 20px;
}

.h-pb30 {
  padding-bottom: 30px;
}

.h-pl10 {
  padding-left: 10px;
}

.h-pl20 {
  padding-left: 20px;
}

.h-pl30 {
  padding-left: 30px;
}

.h-pr10 {
  padding-right: 10px;
}

.h-pr15 {
  padding-right: 15px;
}


@media (max-width: 768px) {
  .h-mt60 {
    margin-top: 30px;
  }
  /* 20220427 news tag bug */
  /* .h-flex--xEnd {
    flex-wrap: unset;
  } */
  .h-pt10{
    padding-top: 100px;
  }
  .h-column--reverse{
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .h-mY10--mb {
    margin: 10px 0;
  }
  .h-mb10--ph {
    margin-bottom: 10px;
  }
  .h-mt30--mb {
    margin-top: 30px;
  }
  .h-mt0--mb {
    margin-top: 0px;
  }
}


.h-w30 {
  width: 30%;
}
.place-wrapper {
  width: 100% !important;
}

.h-mim-w200 {
  min-width: 200px;
}

.h-h40 {
  height: 40px !important;
}

@media (max-width: 768px) {
  .h-mbw100 {
    width: 100%;
  }
}

.h-error {
  margin-left: 10px;
}

.h-none--rd {
  display: none;
}

.h-border--y{
  border-color: #FFA920 !important;
}

html, body {
  font-family: Arial, Helvetica,"Microsoft JhengHei","微軟正黑體",sans-serif;
  font-size: 16px;
  position: relative;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}

a, button, input, select {
  transition: all,.5s;
}

button {
  padding: 0;
  font-size: 0;
  line-height: unset;
}

span {
  display: inline-block;
  line-height: 1.2;
}

.loginBg {
  width: 100%;
  height: 100vh;
  background: url("/img/frontend/bg.png") 100px -100px no-repeat;
  background-size: cover;
}

.arrowOpen {
  transition: all,.5s;
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .loginBg {
    height: auto;
    background: none;
  }
}
/*# sourceMappingURL=main.css.map */



.l-loading{
  display: flex;
  align-items: center;
}
.loader-42 {
    width : 8px;
    height: 24px;
    display: inline-block;
    position: relative;
    color: #EC6617;
    animation: animloader42 600ms linear infinite alternate;
  }
  @keyframes animloader42 { 
    0% { box-shadow:-36px -12px, -14px 12px,  10px -12px}   
    33% { box-shadow: -36px 12px, -14px -12px,  10px 12px}   
    66% {box-shadow: -36px -12px, -14px 12px, 10px -12px} 
    100% { box-shadow: -36px 12px, -14px -12px, 10px 12px}   
  }