@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@keyframes line-image {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes line-image2 {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes line-image3 {
  0% {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes moving {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moving2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hidden_visible {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes color_block_ani {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes index_hotnews_bg {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes index_hotnews_bg_ani_block {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes marquee {
  0% {
    background-position: left 0 center;
  }
  100% {
    background-position: left -100000px center;
  }
}
.container-100 {
  max-width: 100%;
  overflow: hidden;
}

.account_input {
  border: 1px solid #666;
  border-radius: 0.5rem;
  background: #FFF;
  padding: 6px;
  width: 110px;
}

.rwd-table tr td button {
  padding: 6px;
  font-size: 15px;
}

.rwd-table tr td button.btn03 {
  min-width: 75px;
}

.view {
  margin-bottom: 60px;
  background: #000;
}
.view .imgbox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1882352941);
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  background: #FFF;
}
.view .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.view .imgbox .infobox {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 10px 4px;
  background: rgba(26, 26, 26, 0.8470588235);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
}
.view .imgbox .infobox p {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
}
.view:hover .imgbox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
}
.view:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}

main .bn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 24%;
}
main .bn img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
main .bn .page-title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.1254901961) 0em 0.1em 0.1em;
}
main .bn .page-title h4 {
  font-size: 35px;
  font-weight: 400;
}
main .bn .page-title p {
  font-size: 20px;
  margin-top: 10px;
  font-family: "Comfortaa";
}
main .bn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: calc(50% - 1px);
  width: 2px;
  height: 12%;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.checkbox-detail-ajax-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4392156863);
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.checkbox-detail-ajax-box .ajax-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 50px;
  max-height: 600px;
  width: 900px;
  height: auto;
  overflow: auto;
}
.checkbox-detail-ajax-box .ajax-box .ajax-box-btn {
  position: absolute;
  top: 4px;
  right: 15px;
  font-size: 28px;
  transform: rotateX(45deg);
  color: #921D30;
}

.w100 {
  width: 100px;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.bookingstyle .btn {
  background: #A57C52 !important;
}
.bookingstyle .btn:hover {
  background: #505050 !important;
}

.btn {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  background: #921D30 !important;
  color: #FFF !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961) !important;
  padding: 10px 80px 10px 20px !important;
  position: relative !important;
}
.btn::after {
  position: absolute;
  background: url(../img/more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 7px);
  right: 19px;
  width: 9px;
  height: 8px;
  content: "";
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 45px;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #A57C52 !important;
}
.btn:hover::before {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn_back {
  font-size: 18px !important;
  letter-spacing: 2px !important;
  background: #921D30 !important;
  color: #FFF !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961) !important;
  padding: 10px 20px 10px 80px !important;
  position: relative !important;
}
.btn_back::after {
  position: absolute;
  background: url(../img/back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 7px);
  left: 19px;
  width: 9px;
  height: 8px;
  content: "";
}
.btn_back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 45px;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn_back:hover {
  background: #A57C52 !important;
}
.btn_back:hover::before {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn01 {
  color: #FFF;
  background: #921D30;
  border: solid 1px #921D30;
}
.btn01:hover {
  box-shadow: inset -4em 0 0 0 #A57C52, inset 4em 0 0 0 #A57C52;
}

.btn02 {
  background: #921D30 !important;
  color: #FFF !important;
  border: solid 1px #921D30 !important;
}
.btn02:hover {
  background: #707070 !important;
  border: solid 1px #707070 !important;
}

.btn_gray {
  background: #707070 !important;
  color: #FFF !important;
  border: solid 1px #707070 !important;
}
.btn_gray:hover {
  background: #343434 !important;
  border: solid 1px #343434 !important;
}

.btn_reset {
  background: #b2b2b2 !important;
  border: solid 1px #b2b2b2 !important;
  color: #FFF !important;
}
.btn_reset:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.btn_submit {
  background: #A57C52 !important;
  border: solid 1px #A57C52 !important;
  color: #FFF !important;
}
.btn_submit:hover {
  background: #505050 !important;
  border: solid 1px #505050 !important;
}

.btn_forget {
  background: rgba(255, 255, 255, 0) !important;
  color: #707070 !important;
}
.btn_forget:hover {
  background: #ebebeb !important;
  color: #505050 !important;
}

.l-h {
  line-height: 26px;
}

.bar-graph, .bar-graph-text {
  width: 80%;
  margin: 0 auto;
}

.bar-graph {
  background: #d8d8d8;
  height: 12px;
  box-sizing: content-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bar-graph .bar-graph-bg, .bar-graph .bar-graph-bg02, .bar-graph .bar-graph-bg03, .bar-graph .bar-graph-bg04, .bar-graph .bar-graph-bg05 {
  background: #921D30;
  height: 12px;
}
.bar-graph .bar-graph-bg {
  width: 20%;
}
.bar-graph .bar-graph-bg02 {
  width: 40%;
}
.bar-graph .bar-graph-bg03 {
  width: 60%;
}
.bar-graph .bar-graph-bg04 {
  width: 80%;
}
.bar-graph .bar-graph-bg05 {
  width: 100%;
}

.bar-graph-text {
  display: flex;
  flex-wrap: wrap;
}
.bar-graph-text h2 {
  width: 20%;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 30px 0;
  text-align: center;
}

.square01, .square02 {
  width: 26px;
  height: 26px;
  border: solid 1px #505050;
  margin-right: 10px;
}

.square01 {
  background: #ECECEC;
}

.square02 {
  background: #F3A9AA;
}

.color01 {
  color: #921D30;
}

.color02 {
  color: #A57C52;
}

.color03 {
  color: #FF0000;
}

.color_gray {
  color: #505050;
}

.color_w {
  color: #FFF !important;
}

.top-member {
  padding: 10% 0;
}

.top-alla {
  padding: 5% 0;
}

.top-allb {
  padding: 5% 0 8% 0;
}

.push {
  padding-top: 120px;
}

.box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1254901961);
  background: rgba(255, 255, 255, 0.7882352941);
}

.bg {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgb(255, 238, 238) 61%, rgb(255, 238, 238) 100%);
  position: relative;
}
.bg::before {
  position: absolute;
  background: url(../img/bg_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 40px;
  width: 236px;
  height: 292px;
  content: "";
}
.bg::after {
  position: absolute;
  background: url(../img/bg_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 55px;
  right: 40px;
  width: 220px;
  height: 270px;
  content: "";
}

.bg01 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg01.jpg");
  -webkit-mask: url("../img/bg01mask.svg") center top/cover no-repeat;
          mask: url("../img/bg01mask.svg") center top/cover no-repeat;
}

.bg02 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg02b.jpg");
  background-repeat: no-repeat;
}

.bg03 {
  background-image: url("../img/bg03.jpg");
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg04 {
  background-image: url("../img/bg04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg05 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/bg03.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}

.bg_page {
  background-image: url("../img/page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_member {
  padding: 20px 0px;
  background-image: url("../img/bg_member.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}
.bg_member::before {
  position: absolute;
  content: "";
  width: 96%;
  height: 90%;
  border: solid 1px #505050;
  right: 2%;
  top: 5%;
}

.form_bg {
  background-image: url("../img/form_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.about-logo {
  padding-left: 1rem;
}

.banner-all img {
  width: 100%;
}

.maker {
  background: #921D30;
  color: #ffffff;
  padding: 8px 25px;
  width: -moz-fit-content;
  width: fit-content;
}

/*首頁影片 */
.index-video {
  padding-bottom: 55%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.index-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.index-video video, .index-video canvas.canvas {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
}
.index-video .mute-video {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: transparent;
  z-index: 5;
}
.index-video .mute-video::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/unmute.svg) center center/contain no-repeat;
  color: #fff;
}
.index-video .mute-video.unmute-video::before {
  background: url(../img/mute.svg) center center/contain no-repeat;
}
.index-video .textbox {
  position: absolute;
  bottom: 20%;
  left: 10px;
  z-index: 3;
  display: inline-block;
}
.index-video .textbox p, .index-video .textbox h2 {
  color: #FFF;
}
.index-video .textbox p {
  font-size: 42px;
}
.index-video .textbox h2 {
  font-size: 60px;
  margin: 30px auto;
}
.index-video .textbox .videotitle01, .index-video .textbox .videotitle02, .index-video .textbox .videotitle03 {
  position: relative;
  width: 100%;
}
.index-video .textbox .videotitle01 .ani-txt, .index-video .textbox .videotitle02 .ani-txt, .index-video .textbox .videotitle03 .ani-txt {
  opacity: 1;
  display: inline-block;
}
.index-video .textbox .videotitle01 .ani-block, .index-video .textbox .videotitle02 .ani-block, .index-video .textbox .videotitle03 .ani-block {
  opacity: 1;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.index-video .textbox .videotitle01 .ani-txt {
  animation: hidden_visible 1s linear 1 both;
  animation-delay: 1s;
}
.index-video .textbox .videotitle01 .ani-block {
  animation: color_block_ani 1s linear 1 both;
  animation-delay: 1s;
}
.index-video .textbox .videotitle02 .ani-txt {
  animation: hidden_visible 1s linear 1 both;
  animation-delay: 2s;
}
.index-video .textbox .videotitle02 .ani-block {
  animation: color_block_ani 1s linear 1 both;
  animation-delay: 2s;
}
.index-video .textbox .videotitle03 .ani-txt {
  animation: hidden_visible 1s linear 1 both;
  animation-delay: 3s;
}
.index-video .textbox .videotitle03 .ani-block {
  animation: color_block_ani 1s linear 1 both;
  animation-delay: 3s;
}

.index_bk {
  background: #B5A274;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3333333333);
}

.index-hotnews {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #921D30;
  padding-top: 5%;
}
.index-hotnews .hotnewsbox {
  position: relative;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 0;
}
.index-hotnews .hotnewsbox::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
  background: #921D30;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-hotnews .hotnewsbox:hover::before {
  width: 90%;
  height: 90%;
}
.index-hotnews .hotnewsbox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-hotnews .hotnewsbox:hover .textbox::before {
  top: auto;
  bottom: 0;
  height: 0;
  transform-origin: bottom;
}
.index-hotnews .hotnewsbox:hover .textbox h4 {
  color: #FFF;
}
.index-hotnews .hotnewsbox.active {
  animation: line-image2 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.index-hotnews .hotnewsbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 68%;
}
.index-hotnews .hotnewsbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-hotnews .hotnewsbox .textbox {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto 20px;
}
.index-hotnews .hotnewsbox .textbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-hotnews .hotnewsbox1 {
  animation: moving 8s linear 2s infinite;
}
.index-hotnews .hotnewsbox2 {
  animation: moving2 8s linear 2s infinite;
}

.bg01.active {
  animation: line-image2 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}

.index-features {
  padding: 130px 0;
}
.index-features .row {
  display: flex;
}
.index-features .featuresbox {
  background-color: #ffffff;
  border-radius: 0 150px 150px 0;
  display: flex;
  align-items: center;
}
.index-features .featuresbox.active {
  animation: line-image 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.index-features .iconbox {
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0 90px 220px;
}
.index-features .iconbox .iconitem {
  display: flex;
  align-items: center;
  margin: 20px auto;
}
.index-features .iconbox .iconitem .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  width: 20%;
  padding-bottom: 20%;
  margin-right: 15px;
}
.index-features .iconbox .iconitem .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-features .titlebox {
  position: relative;
  width: 100%;
  height: 60%;
}
.index-features .titlebox .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 50%;
  z-index: 1;
}
.index-features .titlebox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/features-deco.png) center center/contain no-repeat;
}

.index-class {
  position: relative;
}
.index-class::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background: url(../img/bg02a.jpg) center center/cover no-repeat;
}
.index-class .classbox {
  -webkit-mask: url("../img/classmask.svg") center top/contain no-repeat;
          mask: url("../img/classmask.svg") center top/contain no-repeat;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 5px;
}
.index-class .classbox.active {
  animation: line-image2 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.index-class .classbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 102%;
  background-color: #D5B7A3;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-class .classbox:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}
.index-class .classbox:hover::after {
  background-color: #A57C52;
  height: 98%;
}
.index-class .classbox:hover .imgbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-class .classbox:hover .textbox {
  transform: translateY(-10px);
}
.index-class .classbox .maskbox {
  -webkit-mask: url("../img/classmask.svg") center top/contain no-repeat;
          mask: url("../img/classmask.svg") center top/contain no-repeat;
}
.index-class .classbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 90%;
  background-color: #921D30;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-class .classbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 75%;
}
.index-class .classbox .textbox {
  text-align: center;
  padding: 30px 0;
  color: #ffffff;
  background-color: #55191B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.index-class .classbox .textbox h4, .index-class .classbox .textbox p {
  margin: 10px auto;
}

.index-marquee .marquee {
  opacity: 1;
  width: 100%;
  height: 45px;
  background: url(../img/marquee.png) repeat-x left center/auto 45px;
  animation: marquee 2000s linear infinite;
}

.index-parents {
  position: relative;
}
.index-parents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 50%;
  background: url(../img/bg03.jpg) repeat-y;
  z-index: -1;
}
.index-parents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80%;
  background: url(../img/bg04.png) no-repeat;
  z-index: -2;
}
.index-parents .textbox {
  text-align: center;
  padding: 5px 0 5px;
}

.carousel-3D-swiper-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin: 0px auto;
  padding: 0;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.carousel-3D-swiper {
  overflow: hidden;
  margin: 0 40px;
}

.carousel-3D-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
  background-color: #D5B7A3;
  border: 1px solid transparent;
  padding: 10px;
}
.carousel-3D-swiper .swiper-wrapper .swiper-slide .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.carousel-3D-swiper .swiper-wrapper .swiper-slide .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.carousel-3D-swiper .swiper-wrapper .swiper-slide-active {
  background-color: #ffffff;
  border: 1px solid #D5B7A3;
}

.swiper-parents-pagination {
  bottom: 0;
}

.carousel-3D-swiper-section .swiper-pagination-bullet {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  z-index: 50;
}

.carousel-3D-swiper-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D5B7A3;
  width: 32px;
  border-radius: 12px;
}

.index-campus {
  position: relative;
}
.index-campus .redbox {
  background-color: #921D30;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 150px 0 0 150px;
  overflow: hidden;
}
.index-campus .redbox.active {
  animation: line-image3 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0s;
}
.index-campus .swiper-wrapper {
  padding-top: 60px !important;
}
.index-campus .swiper-button-next, .index-campus .swiper-button-prev {
  top: 25px;
  background: #D5B7A3;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.index-campus .swiper-button-next:hover, .index-campus .swiper-button-prev:hover {
  background: #55191B;
}
.index-campus .swiper-button-next:after, .index-campus .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
.index-campus .swiper-button-prev {
  left: auto;
  right: 60px;
  background: #D5B7A3;
}

.campusbox {
  margin: 0px 0px 40px 0px;
}
.campusbox .textbox {
  margin-top: 20px;
  color: #FFF;
  text-align: left;
}
.campusbox .textbox p {
  margin-top: 16px;
  font-weight: 500;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
}
.campusbox .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 54%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.campusbox .imgbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #55191B, transparent);
  transform-origin: bottom;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.campusbox .imgbox:hover::before {
  transform: translateX(-50%) translateY(10%);
}
.campusbox .imgbox:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.campusbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.fancybox-navigation {
  display: none !important;
}

.locationbox {
  position: relative;
}
.locationbox:hover .locabox {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.locationbox:hover .locabox .loca {
  top: 50%;
}
.locationbox:hover .locabox img {
  filter: blur(10px);
}
.locationbox:hover::before {
  height: 97%;
}
.locationbox .locabox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 67%;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.locationbox .locabox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.locationbox .locabox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.locationbox .locabox .loca {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.locationbox .locabox .loca a {
  width: 40%;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}
.locationbox .locabox .loca a:hover {
  color: #D5B7A3;
}
.locationbox .textbox {
  text-align: center;
  padding: 20px 0;
}
.locationbox .textbox h4, .locationbox .textbox p {
  color: #000000;
  margin: 10px auto;
}

.locabg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background-color: #ECE6DD;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: -1;
  transform-origin: top;
  animation: line-image2 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.roompage:hover .imgbox img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1.1);
}
.roompage .imgbox {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 55%;
}
.roompage .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobbutton {
  display: none;
}

.qmap {
  position: relative;
  background-image: url("../img/roombg.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}
.qmap .rooms {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.qmap .rooms:hover .roominfo .roomname {
  opacity: 1;
}
.qmap .rooms .roominfo {
  text-align: center;
}
.qmap .rooms .roominfo img {
  width: 97px;
  height: 54.2px;
}
.qmap .rooms .roominfo .roomname {
  opacity: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
  color: #A57C52;
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.qmap .rooms .roominfo .roomname::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8745098039);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.568627451);
  border-radius: 6px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.qmap .rooms .roominfo .roomname::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0px;
  height: 0px;
  border-top: 10px solid rgba(255, 255, 255, 0.8745098039);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.qmap .no1 {
  left: 2%;
  top: 20%;
}
.qmap .no2 {
  left: 16%;
  top: 2%;
}
.qmap .no3 {
  left: 42%;
  top: -5%;
}
.qmap .no4 {
  left: 67%;
  top: 2%;
}
.qmap .no5 {
  right: 2%;
  top: 20%;
}
.qmap .no6 {
  right: 6%;
  top: 42%;
}
.qmap .no7 {
  right: 20%;
  top: 60%;
}
.qmap .no8 {
  right: 43%;
  top: 63%;
}
.qmap .no9 {
  left: 17%;
  top: 60%;
}
.qmap .no10 {
  left: 6%;
  top: 42%;
}

.roomsrooms .leftbox {
  width: 600px;
  margin: 0 10px;
}
.roomsrooms .rightbox {
  width: calc(100% - 620px);
}

.date_select dd {
  margin-bottom: 0 !important;
  padding: 20px 10px;
  cursor: pointer;
  border: dashed 2px #fff;
  position: relative;
}
.date_select dd::after {
  content: "";
  position: absolute;
  font-size: 20px;
  color: #b2b2b2;
  content: "\e81c";
  font-family: "fontello";
  bottom: calc(50% - 20px);
  right: 15px;
}
.date_select dd:hover {
  background: #ebebeb;
  border: dashed 2px #D5B7A3;
}
.date_select dd:hover::after {
  color: #921D30;
}
.date_select dd select {
  width: 90% !important;
}
.date_select dd.select {
  background: #ECE6DD;
  border: dashed 2px #ECE6DD;
}
.date_select dd.select::after {
  color: #921D30;
}
.date_select dd.last {
  cursor: auto;
}
.date_select dd.last::after {
  display: none !important;
}
.date_select dd.last:hover {
  background: #FFF;
  border: dashed 2px #fff;
}

table.roomtable {
  table-layout: fixed;
  width: 100%;
  border: 1px solid gray;
  width: 100px;
  height: 30px;
}
table.roomtable thead tr th {
  position: sticky;
  top: 0;
}
table.roomtable td:first-child, table.roomtable th:first-child {
  position: sticky;
  left: 0;
  /* 首行永遠固定於左 */
  z-index: 1;
  background-color: lightpink;
}
table.roomtable div {
  overflow: auto;
  width: 100%;
  height: 108px;
  /* 固定高度 */
}

/*大標*/
.title, .title01, .title_w {
  text-align: center;
  margin: 30px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.title h2, .title01 h2, .title_w h2 {
  font-size: 40px;
  color: #000000;
  letter-spacing: 2px;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.title h2::before, .title01 h2::before, .title_w h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 8%;
  background: url(../img/title-deco.png) center center/contain no-repeat;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
}
.title p, .title01 p, .title_w p {
  font-size: 22px;
  color: #000000;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
}

.title01 {
  text-align: left;
}
.title01 h2 {
  padding: 6px 0px;
}
.title01 p::before {
  display: none;
}

.title_w h2 {
  color: #ffffff;
}
.title_w p {
  color: #ffffff;
}

.animation .title .ani-txt, .animation .title01 .ani-txt, .animation .title_w .ani-txt, .animation .featuresbox .ani-txt {
  opacity: 1;
  display: inline-block;
  animation: hidden_visible 1s linear 1 both;
  animation-delay: 1s;
}
.animation .title .ani-block, .animation .title01 .ani-block, .animation .title_w .ani-block, .animation .featuresbox .ani-block {
  opacity: 1;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  background-color: #921D30;
  animation: color_block_ani 1s linear 1 both;
  animation-delay: 1s;
}

.form_bg .title02 h2 {
  color: #505050;
}
.form_bg .title02 h2::after {
  background: #505050;
}

.title02 h2 {
  font-size: 25px;
  color: #921D30;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 40px;
}
.title02 h2::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #921D30;
  left: 0px;
  bottom: -10px;
}

.title03 {
  margin: 40px 0px;
}
.title03 h2 {
  text-align: center;
  font-size: 30px;
  color: #707070;
  letter-spacing: 2px;
}
.title03 p {
  text-align: center;
  letter-spacing: 0px;
  color: #707070;
  font-size: 18px;
  margin-top: 6px;
  font-family: "Comfortaa";
  position: relative;
}
.title03 p::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #707070;
  left: calc(50% - 30px);
  bottom: -10px;
}

.cartbox2 {
  border: solid 1px #707070;
  padding-bottom: 60px;
}
.cartbox2 img {
  width: 40px;
}
.cartbox2 .title_cart h2 {
  text-align: left;
  background: #707070;
  padding: 12px 0px 12px 12px;
}

.title_cart h2 {
  font-size: 25px;
  letter-spacing: 2px;
  color: #fff;
  background: #A57C52;
  text-align: center;
  padding: 12px 2px;
}

.title_line hr {
  background: #E8E8E8;
  height: 4px;
  position: relative;
}
.title_line hr::before {
  content: "";
  background: #921D30;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.title_line h3 {
  color: #707070;
  font-size: 24px;
}

.company {
  padding: 36px;
}
.company .company-text {
  text-align: center;
  padding: 10px;
  margin-top: -20px;
}
.company .company-text h4 {
  color: #FFF;
  display: inline;
  background: #921D30;
  padding: 12px 50px;
  border-radius: 30px;
  position: relative;
  letter-spacing: 2px;
}
.company .company-img {
  box-shadow: 0px 0px 10px rgba(70, 53, 53, 0.1882352941);
  border-radius: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.company .company-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.company:hover .company-img img {
  transform: scale(1.1);
}

.links {
  margin-top: 30px;
}
.links .links-img {
  box-shadow: 0px 0px 10px rgba(70, 53, 53, 0.1882352941);
  position: relative;
  display: block;
  overflow: hidden;
}
.links .links-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.links:hover .links-img img {
  transform: scale(1.1);
}

article section .container .index-links-prev-next {
  position: relative;
}
article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
  top: -50px;
  background: #921D30;
  outline: none;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}
article section .container .index-links-prev-next .swiper-button-next {
  left: auto;
  right: -45px;
}
article section .container .index-links-prev-next .swiper-button-prev {
  left: -45px;
  right: auto;
}

.product {
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px;
}
.product .product-text {
  padding: 10px;
}
.product .product-text p {
  margin: 10px 0px;
  font-size: 16px;
}
.product .product-text span {
  color: #A57C52;
}
.product .product-text span i {
  margin-left: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
}
.product .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product:hover {
  background: #D4ECFF;
}
.product:hover .product-img img {
  transform: scale(1.1);
}
.product:hover .product-text span {
  color: #921D30;
}
.product:hover .product-text span i {
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product2 {
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
}
.product2 .product-text {
  padding: 10px;
}
.product2 .product-text h4 {
  line-height: 24px;
}
.product2 .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 10px;
}
.product2 .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product2:hover .product-img img {
  transform: scale(1.1);
}
.product2:hover .product-text {
  color: #921D30;
}

.buttonbox .swiper-button-next, .buttonbox .swiper-button-prev {
  top: 25px;
  background: #fff;
  border: solid 1px #921D30;
  outline: none;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.buttonbox .swiper-button-next:hover, .buttonbox .swiper-button-prev:hover {
  background: #ECE6DD;
}
.buttonbox .swiper-button-next:after, .buttonbox .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 400;
  color: #921D30;
  font-family: "fontello";
}
.buttonbox .swiper-button-next:after {
  content: "→" !important;
}
.buttonbox .swiper-button-prev:after {
  content: "←" !important;
}
.buttonbox .swiper-button-prev {
  left: 0px !important;
  right: auto !important;
}
.buttonbox .swiper-button-prev:hover {
  left: -4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.buttonbox .swiper-button-next {
  left: auto !important;
  right: 0px !important;
}
.buttonbox .swiper-button-next:hover {
  right: -4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.c-logo {
  text-align: center;
}
.c-logo img {
  width: 80%;
  max-width: 350px;
  margin-top: 40px;
}

.contact_page .frame {
  padding: 0px 0px;
}

.frame {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  background: rgba(255, 255, 255, 0.6980392157);
  padding: 40px 0px;
  margin-top: 30px;
}

.cartbox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1254901961);
  background: rgba(255, 255, 255, 0.6980392157);
  padding: 0px 0px 40px 0px;
}

.aboutimg img {
  width: 100%;
}

.moreimg {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.moreimg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.col-12 .meal:nth-child(even)::before {
  left: 1%;
  right: auto;
}
.col-12 .meal:nth-child(even) .leftbox .imgbox {
  margin-left: 100%;
}
.col-12 .meal:nth-child(even) .rightbox {
  position: absolute;
}

.meal {
  width: 100%;
  background: rgba(255, 255, 255, 0.7882352941);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  position: relative;
}
.meal::before {
  position: absolute;
  content: "";
  width: 48%;
  height: 94%;
  border: solid 1px #921D30;
  right: 1%;
  top: 3%;
}
.meal .rightbox {
  width: 50%;
  height: 100%;
  position: relative;
}
.meal .rightbox .info {
  width: 90%;
  margin: auto;
}
.meal .rightbox .info .meal-title {
  color: #921D30;
  margin: 40px 0px 20px 0px;
}
.meal .rightbox .info .meal-title p {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  font-family: "Comfortaa";
  padding: 0;
}
.meal .rightbox .info .meal-title p::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #921D30;
  left: 0px;
  bottom: -5px;
}
.meal .rightbox .info .meal-title h2 {
  font-size: 30px;
}
.meal .rightbox .info p {
  font-size: 18px;
}
.meal .leftbox {
  width: 50%;
  position: relative;
}
.meal .leftbox .imgbox {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 55%;
}
.meal .leftbox .imgbox img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.c-info {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.c-info p span {
  font-size: 18px;
  line-height: 26px;
}
.c-info img {
  width: 35px;
  margin-right: 15px;
}

.product_d-money ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
}

.number-p .shopify-buy {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.number-p .shopify-buy button {
  background: #921D30;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0 0 4px 0;
  font-size: 25px;
  line-height: 14px;
}
.number-p .shopify-buy input[type=number] {
  height: 30px;
  width: 60px;
  text-align: center;
  margin: 0 8px;
}

/*產品 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #921D30 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.swiper-slide-thumb-active {
  border: solid 3px #921D30;
  box-sizing: border-box;
}

.products-img {
  display: none;
}
.products-img img {
  width: 100%;
}

.products_detail-money .products_detail-money-text, .products_detail-money .products_detail-money-quantity {
  margin: 20px 0;
}
.products_detail-money .products_detail-money-text span {
  margin-right: 10px;
  font-size: 25px;
}
.products_detail-money .products_detail-money-quantity p {
  margin-right: 10px;
}

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #D4ECFF;
  border: solid 1px #D4ECFF;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop {
  background: #C49015;
  border: solid 1px #C49015;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 50px;
  border-bottom: 1px solid #921D30;
  width: 100%;
  justify-content: center;
  display: flex;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 30px;
  height: 50px;
  line-height: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  border-bottom: 1px solid #921D30;
}

ul.tabs li:hover {
  opacity: 0.9;
}
ul.tabs li.active {
  background: #921D30;
  color: #FFF;
  display: block;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

.Recipient-Information .text h4, .Subscriber-Information .text h4, .payment-method .text h4 {
  font-size: 18px;
}

.payment-methoda .payment-method-div:nth-child(2n) {
  background: #ebebeb;
}

.payment-methoda .payment-method-div {
  border: solid 1px #ebebeb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
  font-size: 20px;
  background: #FFF;
}
.payment-methoda .payment-method-div .payment-method-way {
  width: 200px;
}
.payment-methoda .payment-method-div .payment-method-way .answer {
  display: flex;
  align-items: center;
}
.payment-methoda .payment-method-div .payment-method-way .answer label, .payment-methoda .payment-method-div .payment-method-way .answer input {
  width: 50%;
}
.payment-methoda .payment-method-div .payment-method-way .answer label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.payment-methoda .payment-method-div .payment-method-way .answer input {
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.payment-methoda .payment-method-div .payment-method-text {
  width: calc(100% - 200px);
}

.successfully-ordered-div {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5647058824);
  border: solid 1px #921D30;
  margin: 40px auto;
  padding: 80px 30px;
}
.successfully-ordered-div .successfully-ordered-div-img {
  width: 150px;
  text-align: center;
}
.successfully-ordered-div .successfully-ordered-div-img img {
  width: 120px;
  height: 120px;
}
.successfully-ordered-div .successfully-ordered-div-text {
  width: calc(100% - 150px);
  padding: 0 30px;
}
.successfully-ordered-div .successfully-ordered-div-text p {
  padding: 6px 0;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .order-center tr td {
    text-align: left !important;
  }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}
.order-center tr td {
  text-align: center;
}

.rwd-table {
  width: 100%;
  margin-top: 5px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: 0.5em;
}
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
.rwd-table td:before {
  content: attr(data-th) "";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th, .rwd-table td {
  text-align: left;
}

/* ------------------ */
/* ----- Design ----- */
/* ------------------ */
.rwd-table {
  color: White;
  overflow: hidden;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
.rwd-table th {
  color: #ffffff;
}
.rwd-table td:before {
  color: #000000;
}
.rwd-table thead th {
  background: #707070;
}
.rwd-table tbody tr {
  background: #ffffff;
}
.rwd-table tbody tr td {
  color: #000000;
}
.rwd-table tbody tr td a {
  border-bottom: solid 1px;
}
.rwd-table tbody tr td button {
  border: solid 1px #000000;
}
.rwd-table tbody tr td button:hover {
  background: #000000;
  color: #ffffff;
}

.rwd-table.rwd-table-order2 {
  border: solid 1px #000000;
}
.rwd-table.rwd-table-order2 thead {
  background: #707070;
}
.rwd-table.rwd-table-order2 tr {
  border: none;
}
.rwd-table.rwd-table-order2 tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
  width: 100px;
  height: 100px;
  margin: 5px 10px;
}

.rwd-table.rwd-table-order2 tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
  width: 50%;
}
.rwd-table.rwd-table-order2 tbody .fare td:nth-child(2), .rwd-table.rwd-table-order2 tbody .total td:nth-child(2) {
  text-align: right;
}
.rwd-table.rwd-table-order2 tbody .fare {
  border-top: solid 1px #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total {
  background: #ebebeb;
}
.rwd-table.rwd-table-order2 tbody .total td {
  color: #b81b23;
  font-weight: bold;
}

.rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
  width: 60%;
}
.rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
  width: 20%;
}
.rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
  width: 10%;
}
.rwd-table.rwd-table-order3 td:nth-child(4) i {
  font-size: 25px;
}
.rwd-table.rwd-table-order3 td .shopify-buy {
  display: flex;
  margin: 0 10px;
}
.rwd-table.rwd-table-order3 td .shopify-buy input.shopify-buy__quantity {
  width: calc(100% - 80px);
  margin: 0 10px;
  text-align: center;
}
.rwd-table.rwd-table-order3 td .shopify-buy button {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 575px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table thead th {
    text-align: center;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 1em 0.3em !important;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table.rwd-table-order2 th, .rwd-table.rwd-table-order2 td {
    display: table-cell;
    padding: 1em !important;
    margin: 0;
  }
  .rwd-table.rwd-table-order2 th:nth-child(1), .rwd-table.rwd-table-order2 td:nth-child(1) {
    width: 55%;
  }
  .rwd-table.rwd-table-order2 th:nth-child(2), .rwd-table.rwd-table-order2 td:nth-child(2), .rwd-table.rwd-table-order2 th:nth-child(3), .rwd-table.rwd-table-order2 td:nth-child(3) {
    width: 22%;
    text-align: center;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 45%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 12%;
    text-align: center;
  }
}
@media screen and (max-width: 1440px) {
  .meal .rightbox .info p {
    font-size: 16px;
  }
  .video .video-pic .pic::after {
    width: 66px;
    height: 39px;
    left: calc(50% - 33px);
    top: calc(50% - 19.5px);
    background-size: contain;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
}
@media screen and (max-width: 1366px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
}
@media screen and (max-width: 1200px) {
  .col-12 .meal:nth-child(even) .leftbox .imgbox {
    margin-left: 0%;
  }
  .col-12 .meal:nth-child(even) .rightbox {
    position: relative;
  }
  .meal {
    display: block;
  }
  .meal::before {
    display: none !important;
  }
  .meal .rightbox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .meal .rightbox .info .meal-title {
    margin: 20px 0px 20px 0px;
  }
  .meal .rightbox .info p {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .meal .leftbox {
    width: 100%;
  }
  main .bn .page-title {
    top: 75%;
  }
  main .bn .page-title h4 {
    font-size: 30px;
  }
  main .bn .page-title p {
    font-size: 18px;
    margin-top: 6px;
  }
  main .bn::after {
    top: 42%;
    right: calc(50% - 1px);
    width: 2px;
    height: 12%;
  }
  .about-box .textbox span {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1024px) {
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -150px;
    background: #921D30;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .Recipient-Information form.forms-group input:nth-child(1) {
    margin-top: 0px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  .cord04 .cord04-img {
    height: 300px;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 991px) {
  /*大標*/
  .title h2, .title01 h2, .title_w h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .title p, .title01 p, .title_w p {
    font-size: 20px;
  }
  .bg01 {
    -webkit-mask: url("../img/bg01mask_mb.svg") center top/cover no-repeat;
            mask: url("../img/bg01mask_mb.svg") center top/cover no-repeat;
  }
  /*首頁影片 */
  .index-video {
    padding-bottom: 85%;
  }
  .index-video video, .index-video canvas.canvas {
    width: 150%;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .index-video .textbox p {
    font-size: 16px;
  }
  .index-video .textbox h2 {
    font-size: 20px;
    margin: 15px auto;
  }
  .index-class .classbox .textbox {
    padding: 10px 0;
  }
  .index-features {
    padding: 60px 0;
  }
  .index-features .row {
    flex-direction: column;
  }
  .index-features .featuresbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    border-radius: 0 50px 50px 0;
  }
  .index-features .iconbox {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
  .index-features .iconbox .iconitem {
    display: flex;
    flex-wrap: wrap;
  }
  .index-features .titlebox {
    padding-bottom: 40%;
  }
  .index-campus .redbox {
    border-radius: 50px 0 0 50px;
  }
  .locationbox .locabox {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .locationbox .locabox::before {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .locationbox .locabox img {
    height: 100vh;
  }
  .locationbox .locabox .loca a {
    width: 100%;
    padding: 10px 0;
  }
  .roomsrooms .leftbox {
    width: 100%;
    margin: 10px;
  }
  .roomsrooms .leftbox .qmap {
    display: none;
  }
  .roomsrooms .leftbox .mobbutton {
    display: flex;
    flex-wrap: wrap;
  }
  .roomsrooms .leftbox .mobbutton .col-6 {
    padding: 0 2px;
  }
  .roomsrooms .leftbox .mobbutton .col-6 p {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 4px;
    margin: 2px 0;
    color: #FFF;
    background: #921D30;
    text-align: center;
  }
  .roomsrooms .leftbox .mobbutton .col-6 p:hover {
    background: #000;
  }
  .roomsrooms .rightbox {
    width: 100%;
    margin: 10px;
  }
  .cartbox .roomsrooms .rightbox {
    display: none;
  }
  .checkbox-detail-ajax-box .ajax-box {
    width: 90%;
    padding: 50px 20px 50px 20px;
  }
  /*大標*/
  .title, .title01 {
    margin: 30px auto;
  }
  .title h2, .title01 h2 {
    font-size: 30px;
    padding: 6px 20px;
  }
  .title p, .title01 p {
    font-size: 16px;
  }
  .title01 h2 {
    padding: 6px 0px;
  }
  .btn, .btn_back {
    font-size: 16px !important;
  }
  ul.tabs {
    flex-direction: column;
    height: auto;
  }
  .bg::before {
    top: 0;
    left: 14px;
    width: 150px;
    height: 186px;
  }
  .bg::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-banner .swiper-slide .swiper-text h2 {
    font-size: 24px;
  }
  .banner .swiper-banner .swiper-slide .swiper-text h4 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .banner .swiper-banner .swiper-slide .swiper-img {
    height: 100vh;
  }
  .banner .swiper-banner .swiper-slide img {
    width: auto;
    height: 100%;
  }
  .bar-graph, .bar-graph-text {
    width: 90%;
  }
  .bar-graph-text h2 {
    font-size: 14px;
    margin: 10px 0 30px 0;
  }
  .meal {
    margin-bottom: 40px;
  }
  .meal .rightbox .info .meal-title p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .meal .rightbox .info .meal-title p::after {
    width: 60px;
    bottom: -5px;
  }
  .meal .rightbox .info .meal-title h2 {
    font-size: 22px;
  }
  .meal .rightbox .info p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  main .bn .page-title {
    top: 75%;
  }
  main .bn .page-title h4 {
    font-size: 28px;
  }
  main .bn .page-title p {
    font-size: 14px;
    margin-top: 4px;
  }
  main .bn::after {
    top: 42%;
    right: calc(50% - 1px);
    width: 2px;
    height: 12%;
  }
  .newsbox {
    margin: 0px 0px 40px 0px;
  }
  .newsbox .textbox {
    margin-top: 20px;
    color: #FFF;
  }
  .newsbox .textbox span {
    padding: 6px 12px;
  }
  .newsbox .textbox time {
    padding: 6px 12px;
  }
  .newsbox .textbox h2 {
    font-size: 22px;
  }
  .newsbox .imgbox .more .more-info {
    font-size: 16px;
  }
  .newsbox .imgbox .more .more-info i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 6px;
    font-size: 20px;
  }
  .newsbox .imgbox .more .more-info span {
    width: 100%;
  }
  a:hover .newsbox .imgbox {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 20px;
  }
  .swiper-tabs-nav .swiper-slide {
    width: 50% !important;
  }
  .section-rooms .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .section-rooms .swiper-container .swiper-wrapper .swiper-slide {
    margin: 2px auto;
  }
  .links {
    margin-top: 60px;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -120px;
    background: #921D30;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .download .download-box a .download-left p {
    font-size: 20px;
  }
  form.book-search dl dd {
    margin-bottom: 0rem !important;
  }
  .rwd-table.rwd-table-order3 th:nth-child(1), .rwd-table.rwd-table-order3 td:nth-child(1) {
    width: 30%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(2), .rwd-table.rwd-table-order3 td:nth-child(2) {
    width: 39%;
  }
  .rwd-table.rwd-table-order3 th:nth-child(3), .rwd-table.rwd-table-order3 td:nth-child(3), .rwd-table.rwd-table-order3 th:nth-child(4), .rwd-table.rwd-table-order3 td:nth-child(4) {
    width: 15%;
  }
  .rwd-table.rwd-table-order3 tbody .fare td:last-child, .rwd-table.rwd-table-order3 tbody .total td:last-child {
    padding-right: 13.5% !important;
  }
  .successfully-ordered-div {
    width: 80%;
    padding: 15px;
    margin: 20px auto;
  }
  .successfully-ordered-div .successfully-ordered-div-img img {
    padding: 20px;
  }
  .successfully-ordered-div .successfully-ordered-div-img, .successfully-ordered-div .successfully-ordered-div-text {
    width: 100%;
  }
  .successfully-ordered-div .successfully-ordered-div-img p, .successfully-ordered-div .successfully-ordered-div-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 667px) {
  main .bn {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: inherit;
  }
  main .bn img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transform: none;
    top: auto;
    left: auto;
    position: relative;
    height: 250px;
  }
  .push {
    padding-top: 100px;
  }
  .top-member {
    padding: 40% 0 50px 0;
  }
  .news-date p {
    letter-spacing: 0px;
    font-size: 20px;
  }
  /*產品 */
  .product__carousel {
    display: none;
  }
  .products-img {
    display: block;
  }
  .cord04 .cord04-img {
    height: 390px;
  }
  .form-1 img#imgcode {
    padding-left: 10px;
  }
  .form-1 input {
    margin-top: 10px;
  }
  .form-1 #xcode {
    margin-top: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-way, .payment-methoda .payment-method-div .payment-method-text {
    width: 100%;
  }
  .payment-methoda .payment-method-div .payment-method-way {
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
  }
  .payment-methoda .payment-method-div .payment-method-text {
    margin: 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .searchroombtn .btn {
    padding: 10px 20px !important;
  }
  .searchroombtn .btn::before, .searchroombtn .btn::after {
    display: none;
  }
  .searchroombtn .btn_back {
    padding: 10px 20px !important;
  }
  .searchroombtn .btn_back::before, .searchroombtn .btn_back::after {
    display: none;
  }
  .bar-graph-text h2 {
    margin: 5px 0 30px 0;
  }
  .bar-graph-text h2 span {
    display: block;
    margin-top: 4px;
  }
  .rwd-table.rwd-table-order2 {
    border-collapse: inherit;
  }
  .rwd-table.rwd-table-order2 tbody tr td {
    width: 100%;
  }
  .rwd-table.rwd-table-order2 tbody .fare td, .rwd-table.rwd-table-order2 tbody .total td {
    width: 50% !important;
    margin: 10px 0;
    padding: 0 10px;
  }
  .rwd-table.rwd-table-order2 tbody .fare td::before, .rwd-table.rwd-table-order2 tbody .total td::before {
    content: "";
    display: none;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .rwd-table.rwd-table-order2 tbody tr .rwd-table-order2-img p {
    width: 100%;
    font-size: 25px;
  }
  .rwd-table.rwd-table-order3 th, .rwd-table.rwd-table-order3 td {
    width: 100% !important;
  }
  .rwd-table.rwd-table-order3 td .shopify-buy {
    margin: 10px 0;
  }
  .rwd-table.rwd-table-order2 tbody .fare td:last-child, .rwd-table.rwd-table-order2 tbody .total td:last-child {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .cartbox2 {
    padding-bottom: 30px;
  }
  .title_cart h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bg_member::before {
    width: 96%;
    height: 96%;
    right: 2%;
    top: 2%;
  }
  .newsbox .textbox {
    margin-top: 20px;
    color: #FFF;
  }
  .newsbox .textbox span {
    padding: 6px 6px;
  }
  .newsbox .textbox time {
    padding: 6px 8px;
  }
  /*大標*/
  .title, .title01 {
    margin: 30px auto;
  }
  .title h2, .title01 h2 {
    font-size: 28px;
    padding: 6px 20px;
  }
  .title p, .title01 p {
    font-size: 16px;
  }
  .title01 h2 {
    padding: 6px 0px;
  }
  .case .case-text {
    padding: 70px 10px 20px 10px;
  }
  .case .case-img {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 10px;
    margin-bottom: -60px;
  }
  .product .product-text .money {
    display: block;
  }
  .product .product-text .money p {
    font-size: 16px;
  }
  .product .product-text .money span {
    display: block;
    margin-top: 10px;
  }
  .product .product-text .money span::before {
    width: 100%;
    margin-left: 0px;
  }
  .product .product-text .money span input {
    width: 100%;
  }
  .btn_guide, .btn_guide02 {
    padding: 6px 2px !important;
    margin: 6px;
  }
  .guide_img {
    margin: 0 auto;
  }
  .guide_text {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  main .bn img {
    height: 200px;
  }
  article section .container .index-links-prev-next {
    position: relative;
  }
  article section .container .index-links-prev-next .swiper-button-next, article section .container .index-links-prev-next .swiper-button-prev {
    top: -100px;
    background: #921D30;
    outline: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }
  article section .container .index-links-prev-next .swiper-button-next:after, article section .container .index-links-prev-next .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
  }
  article section .container .index-links-prev-next .swiper-button-next {
    left: auto;
    right: 0px;
  }
  article section .container .index-links-prev-next .swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .download .download-box a .download-left {
    width: calc(100% - 45px);
    padding-right: 20px;
  }
  .download .download-box a .download-left p {
    font-size: 18px;
  }
  .download .download-box a .download-right {
    width: 45px;
  }
  .download .download-box a .download-right i {
    font-size: 30px;
  }
  .bg_page::after {
    width: 300px;
    height: 192px;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    padding: 8px 12px;
  }
  .info-box {
    padding: 20px 10px 20px 10px;
    line-height: 26px;
  }
  .btn_guide, .btn_guide02 {
    font-size: 17px;
  }
}/*# sourceMappingURL=all.css.map */