@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
/* reset */
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: 14px;
  font: inherit;
  font-family: "Noto Sans TC", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  vertical-align: baseline; }

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 {
  content: '';
  content: none; }

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

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

/*自訂*/
a {
  text-decoration: none;
  outline: none; }

body {
  color: #412c2a;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: 0; }

input:-internal-autofill-selected {
  background-color: none !important; }

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block; }

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/ }

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none; }

button {
  outline: none;
  border: none;
  background-color: none; }

input[type="checkbox"] {
  margin: 0; }

.codeBox.thin .gc-reset {
  top: -1px; }

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important; }

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 67px !important; }

.codeBox.thin.verify__box {
  min-height: 67px; }

a {
  display: inline-block;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: 100%;
  display: block; }

.l-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

.l-wrapperhidden {
  overflow: hidden; }

.l-wrapperSub {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 1024px) {
  .l-wrapper {
    width: 100%; }
  .l-wrapperSub {
    width: 90%; } }

.l-padding-b5 {
  padding-bottom: 5px; }

.l-length {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.l-disinline {
  display: inline-block; }

.l-fontBold {
  font-weight: 700; }

.l-fontSizeL {
  font-size: 18px; }

.l-fontSizeS {
  font-size: 13px; }

.l-alignLeft {
  text-align: left; }
  @media screen and (max-width: 375px) {
    .l-alignLeft {
      text-align: center; } }

.l-tableBgColor {
  background-color: rgba(255, 243, 204, 0.8); }

.l-lightBgColor {
  background-color: rgba(255, 255, 255, 0.6); }

.wrapper {
  position: relative;
  overflow: hidden; }

.main_container {
  width: 100%;
  background-image: url("../img/main_bg_s.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .main_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_material.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    animation: rainEffect 3s infinite alternate-reverse;
    pointer-events: none; }
  @media screen and (max-width: 540px) {
    .main_container:before {
      left: -13%;
      background-size: cover; } }

.menu_wrap {
  max-width: 100px;
  width: 8%;
  position: absolute;
  right: 1%;
  top: 5%;
  z-index: 99; }
  .menu_wrap .menu_icon {
    width: 80%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    z-index: 1; }
    .menu_wrap .menu_icon span {
      position: absolute;
      font-family: "Noto Serif TC", serif;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 14px; }
      @media screen and (max-width: 480px) {
        .menu_wrap .menu_icon span {
          font-size: 12px; } }
    .menu_wrap .menu_icon:hover {
      -webkit-animation: stoneRotateEffect .5s infinite alternate;
      animation: stoneRotateEffect .5s infinite alternate; }
    .menu_wrap .menu_icon.active {
      -webkit-animation: none;
      animation: none; }
  @media screen and (max-width: 992px) {
    .menu_wrap {
      width: 10%; } }
  @media screen and (max-width: 680px) {
    .menu_wrap {
      width: 13%; } }
  @media screen and (max-width: 540px) {
    .menu_wrap {
      width: 16%; } }
  @media screen and (max-width: 480px) {
    .menu_wrap {
      width: 20%;
      top: 3%; } }

.menu_btn_wrap {
  width: 80%;
  margin: 0 auto;
  font-size: 14px; }
  .menu_btn_wrap .menu_btn {
    width: 80%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .menu_btn_wrap .menu_btn:hover {
      -webkit-animation: stoneRotateEffect .5s infinite alternate;
      animation: stoneRotateEffect .5s infinite alternate; }
    .menu_btn_wrap .menu_btn.active:nth-child(1) {
      top: 100%;
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1; }
    .menu_btn_wrap .menu_btn.active:nth-child(2) {
      top: 200%;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s;
      opacity: 1; }
    .menu_btn_wrap .menu_btn.active:nth-child(3) {
      top: 300%;
      -webkit-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s;
      opacity: 1; }
    .menu_btn_wrap .menu_btn.active:nth-child(4) {
      top: 400%;
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s;
      opacity: 1; }
    .menu_btn_wrap .menu_btn a {
      color: #412c2a; }
    .menu_btn_wrap .menu_btn span {
      position: absolute;
      font-family: "Noto Serif TC", serif;
      top: 49%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      line-height: 1.2;
      font-weight: 700; }
      @media screen and (max-width: 480px) {
        .menu_btn_wrap .menu_btn span {
          font-size: 12px; } }
    .menu_btn_wrap .menu_btn .social {
      position: absolute;
      top: 49%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .menu_btn_wrap .menu_btn .social--fb {
        width: 70%; }
      .menu_btn_wrap .menu_btn .social--baha {
        width: 65%; }

.logo_wrap {
  position: absolute;
  top: 5%;
  left: 2%;
  max-width: 150px;
  width: 10%;
  z-index: 99; }
  @media screen and (max-width: 992px) {
    .logo_wrap {
      width: 13%;
      top: 3%; } }
  @media screen and (max-width: 540px) {
    .logo_wrap {
      width: 17%; } }
  @media screen and (max-width: 540px) {
    .logo_wrap {
      width: 20%; } }

.mobile_wrap {
  position: absolute;
  width: 280%;
  right: 7px;
  top: 16%;
  padding: 2px;
  display: none;
  z-index: 2; }
  .mobile_wrap.active {
    display: block; }
  .mobile_wrap .mobile_container {
    width: 100%;
    background-color: #8d1640; }
  .mobile_wrap a {
    color: #fff;
    padding: 8% 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px; }
  .mobile_wrap .mobile_btn {
    text-align: center;
    border-bottom: 1px dashed #fff; }
  .mobile_wrap .social_btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    margin: 3% 0; }
    .mobile_wrap .social_btn--fb {
      background-color: #1877f2;
      margin: 0 5px 0 0; }
    .mobile_wrap .social_btn--baha {
      background-color: #117e96; }
  .mobile_wrap .borderNone {
    border-bottom: none; }
  @media screen and (max-width: 1024px) {
    .mobile_wrap {
      top: 20%; } }
  @media screen and (max-width: 360px) {
    .mobile_wrap {
      top: 24%; } }
  @media screen and (max-width: 320px) {
    .mobile_wrap {
      top: 19%; } }

.footer_bgSet {
  background-image: url("../img/bg_footer.jpg");
  background-size: 5%;
  background-position: 0 0;
  background-repeat: repeat; }

.gradient_yellow {
  background: #db882e;
  background: -webkit-linear-gradient(12deg, #db882e 0%, #ffe367 71%, #fff78b 100%);
  background: -o-linear-gradient(12deg, #db882e 0%, #ffe367 71%, #fff78b 100%);
  background: linear-gradient(78deg, #db882e 0%, #ffe367 71%, #fff78b 100%); }

@-webkit-keyframes stoneRotateEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20%,
  40% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes stoneRotateEffect {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20%,
  40% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes upDownEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@keyframes upDownEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rainEffect {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 1px; }
  90% {
    background-position: 0 -1px; } }

@keyframes rainEffect {
  0%, 100% {
    background-position: 0 0; }
  50% {
    background-position: 0 1px; }
  90% {
    background-position: 0 -1px; } }

@-webkit-keyframes rotateEffect {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg); } }

@keyframes rotateEffect {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg); } }

@-webkit-keyframes circleEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes circleEffect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.main_container {
  background-attachment: fixed;
  position: relative;
  z-index: 1; }
  .main_container:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/main_bg_s.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1; }
  .main_container:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-image: url("../img/bg_material.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
  @media screen and (max-width: 1024px) {
    .main_container {
      background-image: url("../img/bg_mobile_b.jpg");
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat;
      background-color: #130907; }
      .main_container:before {
        display: none; }
      .main_container:after {
        display: none; } }

.footer_bgSet {
  position: relative;
  z-index: 5; }

.nav_container {
  padding: 2% 0 7%;
  position: relative;
  z-index: 1; }
  .nav_container:after {
    content: '';
    position: absolute;
    width: 970px;
    height: 475px;
    background-color: rgba(0, 0, 0, 0.6);
    top: -110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 100%; }
  @media screen and (max-width: 1024px) {
    .nav_container:after {
      width: 100%;
      height: 80%;
      top: 0;
      border-radius: 0; } }
  @media screen and (max-width: 768px) {
    .nav_container {
      padding: 1.8% 0 11%; } }
  @media screen and (max-width: 540px) {
    .nav_container {
      padding: 2.5% 0 11%; } }
  @media screen and (max-width: 480px) {
    .nav_container {
      padding: 3.5% 0 11%; } }
  @media screen and (max-width: 480px) {
    .nav_container {
      padding: 4.5% 0 11%; } }

.logo_wrap {
  top: 20px; }

.menu_wrap {
  top: 65px;
  position: fixed; }
  @media screen and (max-width: 1024px) {
    .menu_wrap {
      right: 0; } }
  @media screen and (max-width: 680px) {
    .menu_wrap {
      top: 3%; } }
  @media screen and (max-width: 480px) {
    .menu_wrap {
      width: 20%;
      top: 3%; } }
  @media screen and (max-width: 425px) {
    .menu_wrap {
      width: 18%; } }

.menu_btn_wrap {
  display: none; }
  .menu_btn_wrap.active {
    display: block; }
  .menu_btn_wrap .menu_btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0; }

.quick_apply {
  width: 50%;
  text-align: center;
  padding: 2px;
  border-radius: 25px;
  margin: 15px auto 0; }
  .quick_apply:hover {
    animation: upDownEffect .2s alternate-reverse; }
  .quick_apply .quick_apply_btn {
    border-radius: 25px;
    padding: 30% 1%;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    background-image: url("../img/bg_peach.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-y; }
  .quick_apply span {
    display: block; }

.up_btn_wrap {
  border-radius: 100%;
  cursor: pointer;
  max-width: 44px;
  height: 44px;
  width: 100%;
  margin: 15px auto;
  position: relative;
  z-index: 2; }
  .up_btn_wrap:hover {
    animation: upDownEffect .2s alternate-reverse; }
  .up_btn_wrap .up_scrolltop {
    text-align: center;
    font-size: 40px;
    color: #8d1640; }
  @media screen and (max-width: 1024px) {
    .up_btn_wrap {
      position: fixed;
      right: 3%;
      top: 68%; } }

.acc_flower {
  max-width: 30px;
  height: 30px;
  margin: 0 auto; }
  .acc_flower--top {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .acc_flower--bottom {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.slogan {
  width: 30%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .slogan {
      width: 45%; } }
  @media screen and (max-width: 540px) {
    .slogan {
      width: 54%; } }
  @media screen and (max-width: 375px) {
    .slogan {
      width: 60%; } }
  @media screen and (max-width: 360px) {
    .slogan {
      width: 62%; } }

.nav_wrap {
  width: 100%;
  text-align: center;
  letter-spacing: 1.2px; }
  .nav_wrap--mobile {
    display: none; }
  @media screen and (max-width: 768px) {
    .nav_wrap .nav_btn {
      display: none; }
      .nav_wrap .nav_btn--mobile {
        display: inline-block;
        border-right: 1px solid #ffe367;
        border-left: 1px solid #ffe367; } }
  @media screen and (max-width: 375px) {
    .nav_wrap {
      padding: 2% 0; } }

.nav_btn {
  display: inline-block;
  padding: 0 1.5%; }
  .nav_btn--mobile {
    display: none; }
  .nav_btn.active a:after {
    width: 100%; }
  .nav_btn a {
    color: #fff;
    font-weight: 700;
    position: relative; }
    .nav_btn a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background-color: #e7513f;
      bottom: -45%;
      left: 0;
      -webkit-transition: 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -o-transition: 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition: 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06); }
    .nav_btn a:hover:after {
      width: 100%; }

.main_content {
  max-width: 858px;
  width: 100%;
  padding: 2% 0 0;
  margin: 0 auto -1%;
  position: relative;
  z-index: 5; }

.title_wrap {
  max-width: 329px;
  margin: 5% auto;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .title_wrap {
      width: 60%;
      margin: 5% auto 9%; } }

.acc_float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .acc_float .float {
    max-width: 49px;
    width: 10%;
    position: absolute; }
    .acc_float .float--leftTop {
      top: -95%;
      left: -15%; }
    .acc_float .float--leftBottom {
      top: 100%;
      left: -10%; }
    .acc_float .float--right {
      right: -13%;
      top: 6%; }

.main_info_head {
  margin: 5% 0 0 0;
  position: relative; }
  .main_info_head:after {
    content: '';
    position: absolute;
    background-image: url("../img/acc_light.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 573px;
    width: 90%;
    padding: 0 0 23% 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .main_info_head {
      margin: 5% 0 2%; }
      .main_info_head:after {
        bottom: -25%; } }
  @media screen and (max-width: 680px) {
    .main_info_head:after {
      bottom: -13%;
      opacity: 0.5; } }
  @media screen and (max-width: 540px) {
    .main_info_head:after {
      bottom: -7%; } }

.btn_wrap {
  text-align: center;
  position: relative;
  z-index: 2; }
  .btn_wrap .btn {
    max-width: 144px;
    width: 20%;
    height: 93px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0 -3px;
    z-index: 2;
    background-image: url("../img/btn_info_bg.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .btn_wrap .btn.disable {
      z-index: 1;
      background-image: url("../img/btn_info_disable.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
      .btn_wrap .btn.disable p {
        opacity: 0.8; }
    .btn_wrap .btn:hover {
      -webkit-animation: upDownEffect 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      animation: upDownEffect 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media screen and (max-width: 768px) {
      .btn_wrap .btn {
        margin: 0 4px; } }
  .btn_wrap p {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.2px;
    line-height: 1.4;
    width: 100%; }
    .btn_wrap p span {
      display: block; }
  @media screen and (max-width: 540px) {
    .btn_wrap .btn {
      width: 30%; } }
  @media screen and (max-width: 480px) {
    .btn_wrap p {
      top: 55%;
      font-size: 13px; } }
  @media screen and (max-width: 375px) {
    .btn_wrap p {
      top: 46%; } }
  @media screen and (max-width: 360px) {
    .btn_wrap p {
      top: 47%;
      font-size: 12px; } }
  @media screen and (max-width: 320px) {
    .btn_wrap .btn {
      width: 40%; }
    .btn_wrap p {
      top: 52%; } }

.main_info_body {
  width: 99.2%;
  margin: -3px auto 0;
  padding: 3% 0;
  position: relative;
  z-index: 1;
  background-image: url("../img/info_content_bg.png");
  background-size: 10%;
  background-position: 0 0;
  background-repeat: repeat;
  border: 2px solid #ffe367;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .main_info_body {
      width: 90.2%; } }
  @media screen and (max-width: 540px) {
    .main_info_body {
      width: 100%; } }

.info_body {
  display: none; }
  .info_body.active {
    display: block;
    -webkit-animation: upDownEffect 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation: upDownEffect 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  @media screen and (max-width: 1024px) {
    .info_body.active {
      -webkit-animation: none;
      animation: none; } }
  @media screen and (max-width: 540px) {
    .info_body {
      width: 90%;
      margin: 0 auto; } }

.info_title {
  padding: 2% 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px; }
  .info_title h6 {
    display: inline-block;
    position: relative; }
    .info_title h6:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #e7513f;
      top: 130%;
      left: 0; }
  @media screen and (max-width: 480px) {
    .info_title {
      padding: 5% 0; } }

.info_block {
  max-width: 510px;
  width: 100%;
  margin: 2% auto 1%;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    .info_block {
      margin: 6% auto; } }

.info_block_img {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #ffe367;
  position: relative;
  z-index: 1; }

.info_text {
  padding: 2% 5%;
  color: #fff;
  line-height: 1.6; }
  .info_text h5 {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding: 0 2%;
    color: #e7513f; }
    .info_text h5:after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_flower.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      top: 50%;
      right: -10%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .info_text h5:before {
      content: '';
      position: absolute;
      background-image: url("../img/acc_flower.png");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      top: 50%;
      left: -10%;
      -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
      transform: translateY(-50%) scaleX(-1); }
  .info_text span {
    font-size: 13px;
    color: #8a8a8a;
    display: block; }

.infoStyle {
  font-size: 14px;
  color: #616161; }

.info_point {
  padding: 0 0 2% 0; }

.point_wrap {
  text-align: left;
  padding: 0.2%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .point_wrap span {
    font-size: 13px; }
  .point_wrap--longInfo {
    font-size: 13px; }
    .point_wrap--longInfo .point_head {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
    .point_wrap--longInfo .point_body {
      line-height: 1.4; }

.point_head {
  background-color: #ffe367;
  padding: 10px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-weight: 700;
  width: 15%;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .point_head {
      width: 25%; } }

.point_body {
  width: 85%;
  padding: 9px;
  margin: 0 0 0 -4px;
  border-top: 1px solid #ffe367;
  border-bottom: 1px solid #ffe367;
  letter-spacing: 1.2px;
  background-color: white;
  line-height: 1.3; }

#content02 .info_text,
#content03 .info_text {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px 0px #3a383899;
  box-shadow: 0 1px 7px 0px #3a383899; }

.acc_line {
  max-width: 550px;
  margin: 5% auto;
  width: 40%; }
  @media screen and (max-width: 540px) {
    .acc_line {
      width: 80%; } }

.info_peo {
  position: relative; }
  .info_peo:after {
    content: '';
    position: absolute;
    background-image: url("../img/acc_mission_peo.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    max-width: 174px;
    width: 25.2%;
    padding: 0 0 52% 0;
    bottom: 0;
    right: -27px;
    z-index: 1; }
  .info_peo:before {
    content: '歡迎來到霸肋門德大宅';
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #ffe367;
    bottom: 0;
    left: 0;
    line-height: 40px;
    letter-spacing: 1.1px; }

.info_block_use {
  max-width: 229px;
  width: 100%;
  margin: 2% auto;
  position: relative; }
  .info_block_use:after {
    content: '霸肋門德餐券兌換方法說明';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px; }
  @media screen and (max-width: 480px) {
    .info_block_use {
      margin: 4% auto; } }

.details_wrap {
  border-radius: 10px;
  padding: 2px;
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin: 1%;
  position: relative; }
  .details_wrap.disable:after {
    opacity: 1; }
  .details_wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none; }
  @media screen and (max-width: 480px) {
    .details_wrap {
      width: 46%; } }
  @media screen and (max-width: 320px) {
    .details_wrap {
      width: 90%; } }

.details_btn {
  background-image: url("../img/bg_red.png");
  background-size: 20%;
  background-position: 0 top;
  background-repeat: repeat-x;
  padding: 5%;
  border-radius: 10px;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.4;
  cursor: pointer; }
  .details_btn:hover {
    -webkit-animation: upDownEffect 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    animation: upDownEffect 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .details_btn:after {
    content: '';
    position: absolute;
    background-image: url("../img/acc_flower.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .details_btn:before {
    content: '';
    position: absolute;
    background-image: url("../img/acc_flower.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1); }

.info_details_content {
  margin: 5% 0;
  display: none; }
  .info_details_content.active {
    display: block;
    -webkit-animation: upDownEffect 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation: upDownEffect 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .info_details_content .info_title {
    margin: 3% 0; }
  @media screen and (max-width: 1024px) {
    .info_details_content.active {
      -webkit-animation: none;
      animation: none; } }

#details05.info_details_content.active {
  display: block;
  -webkit-animation: none;
  animation: none; }

.vi_wrap {
  position: fixed;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 1200px) {
    .vi_wrap {
      display: none; } }

.vi_left {
  position: absolute;
  left: -7%;
  bottom: -5px;
  max-width: 295px;
  width: 20%; }
  @media screen and (max-width: 1280px) {
    .vi_left {
      width: 17%;
      left: -2%;
      bottom: -33px; } }

.vi_right {
  position: absolute;
  right: -17%;
  bottom: -50px;
  max-width: 723px;
  width: 60%; }
  @media screen and (max-width: 1280px) {
    .vi_right {
      right: -6%;
      bottom: -120px;
      width: 50%; } }

#content06.info_body {
  position: relative; }

.surp_wrap {
  line-height: 1.3;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 1; }

.surp_head {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #e25534; }

.surp_body {
  font-size: 14px;
  color: #fff;
  width: 90%;
  margin: 2% auto; }
  .surp_body--second {
    max-width: 401px;
    width: 100%;
    margin: 5% auto;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6); }

.acc_surp_peo {
  position: absolute;
  max-width: 519px;
  width: 100%;
  left: 0;
  top: 9%; }
  @media screen and (max-width: 768px) {
    .acc_surp_peo {
      width: 66%;
      top: 20%; } }
  @media screen and (max-width: 540px) {
    .acc_surp_peo {
      display: none; } }

.note_wrap .info_title {
  padding: 0 0 2% 0; }

.note_list_wrap {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1.2px;
  text-align: left; }
  @media screen and (max-width: 425px) {
    .note_list_wrap {
      margin: 5% auto;
      width: 90%; } }

.menu_wrap .menu_icon {
  width: 70%; }

@media screen and (max-width: 360px) {
  .menu_wrap .menu_icon {
    width: 90%; } }

.card_wrap {
  width: 100%;
  margin: 2% auto; }
  .card_wrap .card_info {
    background-color: #fff;
    font-size: 15px;
    border: 2px solid #ffe367; }

.card_head {
  padding: 2% 0;
  background-color: #e4e4e4;
  font-weight: 600; }
  @media screen and (max-width: 375px) {
    .card_head {
      margin: 0 -1px 0 0; } }
  @media screen and (max-width: 360px) {
    .card_head {
      margin: 0 0 0 0; } }

.card_body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4; }
  .card_body--borderNone {
    border-bottom: none; }
  .card_body .card_body_left {
    width: 20%;
    border-right: 1px solid #e4e4e4;
    padding: 3%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    .card_body .card_body_left img {
      height: auto; }
  .card_body .card_body_right {
    width: 80%;
    line-height: 1.3;
    text-align: left;
    padding: 3%; }
    .card_body .card_body_right p {
      margin: 1% 0;
      font-size: 14px;
      letter-spacing: 1px; }

.cardIframeSet {
  width: 100%;
  background-color: #fff;
  height: 400px; }

.card_iframe_wrap {
  overflow-y: scroll;
  height: 100vh; }
  .card_iframe_wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    border-left: 1px solid #e4e4e4; }
  .card_iframe_wrap::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 10px; }

.noteText {
  color: #e25534; }

.bgColorNone {
  background-color: unset; }

.bgYellow {
  background-color: #ffe367; }

.fontBold {
  font-weight: 700; }
