@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 2%;
  background-image: url(../images/bg.jpg);
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

#kv,
#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09,
#p10 {
  position: relative;
  margin: 0 auto;
}

.abs {
  position: absolute;
}

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

div {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease-out;
}

header {
  position: relative;
  margin: 0 auto;
}

/*---kv---*/
.header {
  display: flex;
  width: 98%;
  position: absolute;
  padding: 2% 0;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
}
@media (max-width: 767px) {
  .header {
    padding: 3% 0%;
  }
}
.header {
  /*
  @media (max-width: 767px){
    height: 60px;
  } */
}
.header .logo {
  width: 9%;
  margin-left: 2%;
}
@media (max-width: 767px) {
  .header .logo {
    width: 28%;
    margin-left: 5%;
  }
}
.header nav {
  display: block;
  position: absolute;
  left: 25%;
}
@media (max-width: 767px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  display: flex;
}
.header nav ul li {
  display: block;
  width: auto;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0% 1vw;
  transition: all 0.25s ease-in-out;
  border-left: 1px solid #000;
}
.header nav ul li:last-child {
  border-right: 1px solid #000;
}
.header nav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1vw;
  font-weight: 600;
}
@media (max-width: 992px) {
  .header nav ul li a {
    font-size: 1.6vw;
  }
}
.header nav ul li a:hover {
  color: #e60000;
}

.kv_W {
  position: relative;
}

button.menu_m {
  display: block;
  width: 3.2%;
  position: relative;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 992px) {
  button.menu_m {
    width: 6.2%;
  }
}
@media (max-width: 768px) {
  button.menu_m {
    width: 13.2%;
  }
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img {
  /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.yt_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.yt_box img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
  background-color: #fff; /* 在影片載入前顯示白底，避免看到黑色背景 */
}

.kvline {
  position: relative;
  width: 100%;
  height: 5px;
}

main {
  overflow: hidden;
  margin-top: -1px;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.item_c {
  z-index: 4;
}

/* p02 最愛大分50推薦 */
#p02 a img:hover {
  transform: scale(1, 1);
}

.oita50 {
  position: relative;
}
.oita50 p {
  position: absolute;
  width: 40%;
  top: 13.2%;
  left: 54.4%;
  z-index: 3;
  font-size: 1.3vw;
  letter-spacing: 8%;
  line-height: 1.9;
  color: #0086ac;
}
@media (max-width: 767px) {
  .oita50 p {
    width: 62%;
    top: 28%;
    left: 21.4%;
    font-size: 4vw;
    line-height: 1.7;
  }
}
.oita50 ul.rules {
  position: absolute;
  width: 70%;
  top: 32.5%;
  left: 41.5%;
  z-index: 2;
  color: #0086ac;
  transform: scale(0.95, 1);
  letter-spacing: 10%;
}
@media (max-width: 767px) {
  .oita50 ul.rules {
    width: 90%;
    top: 40.5%;
    left: 5%;
  }
}
.oita50 ul.rules span {
  color: #eda927;
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .oita50 ul.rules span {
    width: 84%;
    font-size: 4vw;
  }
}
.oita50 ul.rules li {
  font-size: 1.2vw;
  line-height: 1.5;
  padding-bottom: 0.2vw;
}
@media (max-width: 767px) {
  .oita50 ul.rules li {
    font-size: 4vw;
    padding-bottom: 1vw;
  }
}
.oita50 ul.rules li ul.rules_s {
  display: block;
}
.oita50 ul.rules li ul.rules_s li {
  font-size: 1.1vw;
  line-height: 1.5;
  color: #0086ac;
}
@media (max-width: 767px) {
  .oita50 ul.rules li ul.rules_s li {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.oita50 ul.rules li ul.rules_s li span {
  color: #fdd108;
  margin-right: 0.5%;
  font-size: 1vw;
}
@media (max-width: 767px) {
  .oita50 ul.rules li ul.rules_s li span {
    font-size: 4vw;
  }
}

.join_g {
  position: absolute;
  width: 8%;
  top: 38%;
  left: 79.6%;
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .join_g {
    width: 28%;
    top: 58%;
    left: 36%;
  }
}
.join_g a {
  text-align: center;
  color: #0086ac;
  font-size: 1vw;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .join_g a {
    font-size: 4vw;
    font-weight: 400;
  }
}
.join_g .btn_join {
  display: block;
  width: 100%;
  margin-bottom: 8%;
}
@media (max-width: 767px) {
  .join_g .btn_join {
    margin-bottom: 12%;
  }
}

.oita_title {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 0;
  z-index: 3;
  font-size: 1.8vw;
  color: #0086ac;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4vw;
}
@media (max-width: 767px) {
  .oita_title {
    font-size: 6vw;
    letter-spacing: 1.2vw;
    top: 67%;
  }
}

.swiper_a {
  position: absolute;
  width: 84%;
  top: 60%;
  left: 8%;
  z-index: 10;
}
@media (max-width: 767px) {
  .swiper_a {
    width: 74%;
    top: 69%;
    left: 13%;
  }
}
.swiper_a .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}
.swiper_a .swiper-slide-active, .swiper_a .swiper-slide-duplicate-active {
  transform: scale(1);
}

.swiper-button-next, .swiper-button-prev {
  margin: 0 -0.5%;
  width: 3%;
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}

.sw1 {
  top: 44%;
  text-indent: -9999px;
  z-index: 99;
}

.swiper-pagination-bullet {
  width: 1.2vw;
  height: 1.2vw;
  border: 1px solid #eda927;
  opacity: 0.5;
  margin: 0 0.5vw;
  background: none;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 0.5vw;
    width: 2vw;
    height: 2vw;
  }
}

.swiper-pagination-bullet-active {
  background: #eda927;
  opacity: 1;
}

.swiper-pagination {
  position: absolute;
  margin: 3% 0 1% 0;
  z-index: 50;
}
@media (max-width: 767px) {
  .swiper-pagination {
    margin: 5% 0 1% 0;
  }
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.oita_box {
  display: block;
  position: relative;
  padding-bottom: 20%;
}

.btn_select {
  display: block;
  width: 40%;
  left: 30%;
  position: absolute;
  bottom: 0;
  z-index: 8;
}
@media (max-width: 767px) {
  .btn_select {
    bottom: 1%;
  }
}

/* p03 航班表 */
.tabs_box {
  display: block;
  width: 61%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .tabs_box {
    width: 95%;
  }
}

.tab_btn01 {
  width: 50%;
  background: url("../images/table/tab_02.png");
}
@media (max-width: 767px) {
  .tab_btn01 {
    background-image: url(../images/table/tab_02m.png);
  }
}

.tab_btn02 {
  width: 50%;
  background: url("../images/table/tab_03.png");
}
@media (max-width: 767px) {
  .tab_btn02 {
    background-image: url(../images/table/tab_03m.png);
  }
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  background-size: cover;
  font-weight: bold;
  transition: background ease 0.2s;
  /* width:33.2%;
  margin-right: 0.1%;	*/
  margin: 0;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 { /*background: #fafafa;*/
  background: url("../images/table/tab_02_on.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .tabs input[type=radio]:checked + label.tab_btn01 {
    background-image: url(../images/table/tab_02m_on.png);
  }
}

.tabs input[type=radio]:checked + label.tab_btn02 { /*background: #fafafa;*/
  background: url("../images/table/tab_03_on.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .tabs input[type=radio]:checked + label.tab_btn02 {
    background-image: url(../images/table/tab_03m_on.png);
  }
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
}

/* p04 春夏避暑的微涼風景 */
#p04, #p05, #p06 {
  padding: 2% 0;
}

.swiper_c, .swiper_d, .swiper_e {
  position: absolute;
  width: 74%;
  top: 24%;
  left: 13%;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper_c, .swiper_d, .swiper_e {
    width: 70%;
    top: 15%;
    left: 15%;
  }
}
.swiper_c .swiper-button-next, .swiper_c .swiper-button-prev, .swiper_d .swiper-button-next, .swiper_d .swiper-button-prev, .swiper_e .swiper-button-next, .swiper_e .swiper-button-prev {
  margin: 0 -5%;
  width: 3%;
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}
@media (max-width: 767px) {
  .swiper_c .swiper-button-next, .swiper_c .swiper-button-prev, .swiper_d .swiper-button-next, .swiper_d .swiper-button-prev, .swiper_e .swiper-button-next, .swiper_e .swiper-button-prev {
    margin: 0 -13%;
    width: 10%;
  }
}

.sw3, .sw4, .sw5 {
  top: 44%;
  text-indent: -9999px;
  z-index: 99;
}

.info_g {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0;
}
.info_g img {
  width: 90%;
  margin: 0 auto;
}

.info_g2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0;
  flex-direction: column-reverse;
}
.info_g2 img {
  width: 90%;
  margin: 0 auto;
}

.info {
  transform: scale(0.9, 1);
  letter-spacing: 10%;
  margin: 5% 0;
}
.info h2 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #eda927;
}
@media (max-width: 767px) {
  .info h2 {
    font-size: 7vw;
  }
}
.info h3 {
  font-size: 1.1vw;
  line-height: 1.5;
  font-weight: 400;
  color: #eda927;
  margin: 1% 0 2% 0;
}
@media (max-width: 767px) {
  .info h3 {
    font-size: 5vw;
  }
}
.info p {
  font-size: 0.9vw;
  line-height: 1.8;
  font-weight: 500;
  color: #0086ac;
  text-align: justify;
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .info p {
    font-size: 3.5vw;
  }
}

/* p05 滿足味蕾的在地好味 */
/* p06 一眼愛上的必訪清單 */
/* p07 許傑 */
.kol_w {
  position: relative;
}
.kol_w p {
  position: absolute;
  width: 50%;
  top: 63%;
  left: 16%;
  z-index: 3;
  font-size: 1.1vw;
  letter-spacing: 11%;
  line-height: 1.5;
  color: #0086ac;
  text-align: justify;
}
@media (max-width: 767px) {
  .kol_w p {
    width: 80%;
    top: 65%;
    left: 9%;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

.btn_more {
  position: absolute;
  bottom: 3.5%;
  right: 14.5%;
  width: 17.5%;
}
@media (max-width: 767px) {
  .btn_more {
    right: 12%;
    width: 43%;
  }
}

/* p08 別府周遊券 */
.pass_w {
  position: absolute;
  width: 56%;
  top: 24%;
  left: 22%;
  z-index: 2;
}
@media (max-width: 767px) {
  .pass_w {
    top: 14%;
    left: 5%;
    width: 90%;
  }
}
.pass_w p {
  font-size: 1.3vw;
  line-height: 1.5;
  color: #0086ac;
  text-align: center;
  font-weight: 500;
  letter-spacing: 15%;
  transform: scale(0.95, 1);
}
@media (max-width: 767px) {
  .pass_w p {
    font-size: 3.5vw;
  }
}
.pass_w hr {
  width: 100%;
  margin: 1% auto;
  border: 1px solid #9dcddb;
}
@media (max-width: 767px) {
  .pass_w hr {
    margin: 5% auto;
    width: 90%;
  }
}

.ticket {
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .ticket {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
.ticket .ticket_pic {
  width: 20%;
  padding: 1% 0;
}
@media (max-width: 767px) {
  .ticket .ticket_pic {
    width: 50%;
    margin: 0 auto;
  }
}
.ticket .ticket_info {
  width: 80%;
  display: flex;
  letter-spacing: 8%;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 767px) {
  .ticket .ticket_info {
    width: 100%;
  }
}
.ticket .ticket_info h3 {
  font-size: 1.5vw;
  line-height: 2;
  color: #0086ac;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .ticket .ticket_info h3 {
    font-size: 4vw;
    font-weight: 600;
    padding-left: 0;
    margin: 3% auto 0 auto;
  }
}
.ticket .ticket_info p {
  font-size: 1vw;
  line-height: 2;
  color: #0086ac;
  text-align: justify;
  letter-spacing: 8%;
}
.ticket .ticket_info p span {
  color: #eda927;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ticket .ticket_info p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
}

.price {
  position: relative;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
  letter-spacing: 10%;
}
@media (max-width: 767px) {
  .price {
    width: 100%;
  }
}
.price h2 {
  width: 100%;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2;
  color: #0086ac;
  text-align: center;
}
@media (max-width: 767px) {
  .price h2 {
    font-size: 5vw;
    padding-bottom: 3%;
  }
}
.price ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.price ul li {
  width: 33%;
  font-size: 1.2vw;
  line-height: 1.5;
  color: #0086ac;
  list-style: none;
  text-align: center;
  border-right: 1px solid #717071;
}
.price ul li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .price ul li {
    width: auto;
    font-size: 3.1vw;
    padding: 0 3%;
    letter-spacing: 0;
    line-height: 2;
  }
}

.btn_info {
  display: block;
  width: 18%;
  margin: 3% auto 5% auto;
}
@media (max-width: 767px) {
  .btn_info {
    width: 30%;
    margin: 5% auto 5% auto;
  }
}

/* p09 機場對外交通 */
.traffic_w {
  position: relative;
}

.swiper_b {
  position: absolute;
  width: 61%;
  top: 13.8%;
  left: 19.5%;
  z-index: 2;
  display: flex;
}
@media (max-width: 767px) {
  .swiper_b {
    width: 72%;
    top: 13%;
    left: 14%;
  }
}

.traffic_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 5% 0;
  color: #0086ac;
}
.traffic_box h2 {
  width: 100%;
  font-size: 1.5vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4vw;
  margin: 3% auto;
}
@media (max-width: 767px) {
  .traffic_box h2 {
    font-size: 6vw;
    letter-spacing: 2vw;
    margin: 2% auto 5% auto;
  }
}
.traffic_box .traffic_icon {
  width: 20%;
  margin: 0 auto;
}
.traffic_box .traffic_info {
  margin: 0 auto;
  padding: 5% 0;
  font-size: 1vw;
  line-height: 1.5;
  text-align: justify;
  min-height: 23vw;
}
@media (max-width: 767px) {
  .traffic_box .traffic_info {
    font-size: 3.5vw;
    min-height: 75vw;
  }
}
.traffic_box .traffic_info p {
  line-height: 2;
}
.traffic_box .traffic_info ul {
  margin-left: 7%;
}
.traffic_box .traffic_info ul li {
  font-size: 1vw;
  line-height: 1.5;
  list-style: disclosure-closed;
  margin-bottom: 2%;
}
@media (max-width: 767px) {
  .traffic_box .traffic_info ul li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.traffic_box .btn_more_info {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 4%;
}

.underline {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* p10 Q&A */
.qa {
  width: 24.8%;
  margin: 4% auto 2% auto;
}
@media (max-width: 767px) {
  .qa {
    width: 57%;
    margin: 5% auto;
  }
}

.qa_list {
  position: relative;
  width: 73.3%;
  margin: 0 auto 5% auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .qa_list {
    width: 90%;
  }
}
.qa_list span {
  color: #eda927;
  margin-right: 0.5%;
  font-size: 1.2vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .qa_list span {
    font-size: 4vw;
  }
}
.qa_list .qa_q {
  background-image: url(../images/qbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .qa_list .qa_q {
    background-image: none;
    background-color: #fff;
    border: #0086ac solid 1px;
    padding: 1% 0% 1% 1%;
  }
}
.qa_list .qa_q p {
  font-size: 1.2vw;
  line-height: 1.5;
  color: #0086ac;
}
@media (max-width: 767px) {
  .qa_list .qa_q p {
    font-size: 3.5vw;
  }
}
.qa_list .qa_a {
  padding: 0 0 2% 1%;
}
.qa_list .qa_a p {
  font-size: 1vw;
  line-height: 1.5;
  color: #0086ac;
  text-align: justify;
}
@media (max-width: 767px) {
  .qa_list .qa_a p {
    font-size: 3.3vw;
  }
}
.qa_list .qa_a ul {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .qa_list .qa_a ul {
    margin-left: 6%;
  }
}
.qa_list .qa_a ul li {
  font-size: 1vw;
  line-height: 1.5;
  color: #0086ac;
  list-style: disc;
  padding-bottom: 0.5%;
}
@media (max-width: 767px) {
  .qa_list .qa_a ul li {
    font-size: 3.3vw;
  }
}

.btn_back {
  display: block;
  width: 4.8%;
  position: absolute;
  left: 47.6%;
  bottom: 5%;
  z-index: 8;
}

.btn_back2 {
  display: block;
  width: 4.8%;
  position: absolute;
  left: 47.6%;
  bottom: 3%;
  z-index: 8;
}

/* 展開收合效果 */
.slide_toggle01 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle01 {
    margin: 1% auto;
  }
}
.slide_toggle01 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle01 + div {
  display: block;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle02 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle02 {
    margin: 1% auto;
  }
}
.slide_toggle02 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle02 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle03 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle03 {
    margin: 1% auto;
  }
}
.slide_toggle03 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle03 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle04 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle04 {
    margin: 1% auto;
  }
}
.slide_toggle04 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle04 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle05 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle05 {
    margin: 1% auto;
  }
}
.slide_toggle05 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle05 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle06 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle06 {
    margin: 1% auto;
  }
}
.slide_toggle06 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle06 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle07 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle07 {
    margin: 1% auto;
  }
}
.slide_toggle07 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle07 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

.slide_toggle08 {
  display: block;
  margin: 0.2% auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slide_toggle08 {
    margin: 1% auto;
  }
}
.slide_toggle08 {
  /* 收合提示字串區塊, 還可加入自訂 CSS 效果 */
}

.slide_toggle08 + div {
  display: none;
  /* 隱藏註解文字區塊, 請加入自訂 CSS 效果 */
}

/* p11 Card */
#p11 a img:hover {
  transform: scale(1, 1);
}

.btn_buy {
  display: block;
  width: 4.7%;
  position: fixed;
  right: 3.9%;
  bottom: 1%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .btn_buy {
    width: 15%;
    right: 1%;
  }
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*---popup---*/
.pop-w {
  width: 90%;
  margin: 0 auto;
}

.modally {
  max-width: 90%;
  width: 60%;
  background-image: url(../images/bg.jpg);
  padding: 4px;
  box-shadow: none;
}

@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #3e3a39;
  top: 1%;
  right: 1%;
  z-index: 999;
}

.modally-wrap .modally-underlay {
  background-image: url(../images/bg.jpg);
}/*# sourceMappingURL=full.css.map */