body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  border-style: none;
  background-position: left top;
  background-attachment: scroll;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/**** ystravel style ****/
/* 共用 */
/* .row.header + .row {
  padding-top: 64px;
} */

.ys_width {
  max-width: 1360px;
}

.ys_title > .module-container > .main > .header-title {
  position: relative;
  display: table;
  margin: 40px auto 0;
  padding: 0 3px 7px;
  width: auto;
  font-size: 26px;
  color: #00223d;
  font-weight: 600;
  letter-spacing: 0.08rem;
  z-index: 1;
}

.ys_title > .module-container > .main > .header-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #c1c6ca;
  bottom: 0;
  left: 0;
}

.ys_title > .module-container > .main > .header-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #e89214;
  bottom: 0;
  left: 0;
}

@media (max-width: 1360px) {
  .ys_width {
    padding: 0 50px;
    max-width: 100%;
  }

  .web-page-frame .ys_width > .module-container > .main {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .ys_width {
    padding: 0 35px;
  }
}

/* 自行添加區 */
.d-none-important {
  display: none !important;
}

.d-open-in {
  display: inline-block !important;
}

.background-none .cover {
  background: none !important;
}

.ys-a-sgpackagetour-page nav,
.ys-a-sgpackagetour-page .nav-link {
  display: none !important;
}

.ys-a-sgpackagetour-page.area-02 {
  max-width: 1200px;
  margin: 0 auto;
}

#search-table .btn-primary {
  background-color: #f39500 !important;
  border-color: #f39500 !important;
}

#search-table .btn-primary:hover {
  background-color: #fff !important;
  color: #f39500 !important;
}

@media (max-width: 768px) {
  .ys-a-sgpackagetour-page .has-parallax {
    height: 300px !important;
  }
}

/* header */
body .header {
  position:sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

.ys_header {
  background: #ffffff;
}

.ys_header .header-part {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 0;
}

.ys_header .header-part .navbar-brand {
  height: 40px;
  padding: 0;
}

.ys_header .header-part .navbar-brand img{
  aspect-ratio: 5 / 0.993;
}

.ys_header .header-part .navbar-nav li {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.ys_header .header-part .navbar-nav li + li {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}

.ys_header .header-part .navbar-nav li a,
.ys_header .header-part .navbar-nav .nav-link {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1050px) {
  .ys_header .header-part .navbar-nav li a,
  .ys_header .header-part .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media (max-width: 835px) {
  .ys_header .header-part .navbar-nav li a,
  .ys_header .header-part .navbar-nav .nav-link {
    font-size: 13px;
  }
}

.ys_header .header-part .navbar-nav li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #e2e2e2;
  width: 1px;
  height: 30px;
}

.ys_header .header-part .navbar-nav li .showName .member-name {
  position: relative;
  padding: 0 3px;
  color: #00223d;
}

.ys_header .header-part .navbar-nav li .showName .member-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e89112;
  bottom: 0;
  left: 0;
}

.ys_header .header-part .navbar-nav li .showName a.SignOut {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  padding: 0 3px;
}

.ys_header .header-part .navbar-nav li a:hover {
  color: #00223d !important;
}


.ys_header_alert {
  width: 100%;
  border: none;
  padding: 10px 25px;
  margin: 0;
  background-color: #f39500;
  height: 55px;
}

.ys_header_alert p {
  display: none;
  font-size: 16px !important;
  color: #fff;
  line-height: 1.7;
}

.ys_header_alert a {
  display: inline;
  cursor: pointer;
  font-size: 16px !important;
  color: #fff;
  text-decoration: underline;
  padding:0 5px;
}

.ys_header_alert a:hover {
  color: #ffdf2b;
}

.ys_header_alert_close_btn {
  cursor: pointer;
  font-size: 16px !important;
  color: rgb(59, 10, 10);
  text-decoration: none;
  background-color: #f9f6ef;
  border: none;
  border-radius: 5px;
  padding:5px 10px;
  margin:0 15px;
}

.ys_header_alert_close_btn:hover  {
  font-weight: bold;
  background-color: #ffffff;

}


@media (min-width: 992px) {
  .ys_header_alert p {
display: inline;
}
}



/* 主選單 */
.main_nav .mega-menu .menu-links > li > a {
  font-size: 18px;
  font-weight: 600;
}

.main_nav .mega-menu .menu-links > li:hover {
  background-color: transparent;
}

.main_nav .mega-menu .menu-links > li:hover a {
  color: #e89214 !important;
}

.main_nav .mega-menu .menu-links > li > a i {
  padding-left: 3px;
  color: #a0a0a0;
}

.main_nav .mega-menu .menu-links > li:hover > a i {
  color: #e89214;
}

.main_nav .mega-menu .mg-drop-down h4 {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mega-menu .mg-drop-down h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e89214;
}

.mega-menu .menu-links li .list_box ul li a {
  font-size: 16px;
}

.main_nav .mega-menu .menu-links > li .list_box a p {
  display: block;
  margin-left: 0;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_nav .mega-menu .menu-links > li .list_box a:hover p {
  color: #e89214 !important;
  margin-left: 5px;
  margin-right: 0px;
}

.mobile_member {
  position: absolute;
  z-index: 99;
  top: 16px;
  right: 65px;
  max-width: 160px;
  text-align: right;
  display: none !important;
}

.mobile_member .member-block > a {
  color: #e89214;
  padding-right: 15px;
  line-height: 32px;
  text-decoration: none;
}

.mobile_member .showName {
  color: #00223d;
  padding: 0;
}

.mobile_member .showName .member-name {
  position: relative;
}

.mobile_member .showName .member-name::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e89112;
  bottom: 0;
  left: 0;
}

.mobile_member .showName .SignOut {
  background: #a0a0a0;
  border: 1px solid #a0a0a0;
  margin-left: 5px;
  padding: 5px 3px;
}

@media (min-width: 768px) {
  .ys_header .navbar-toggler {
    display: none;
  }

  .ys_header .collapse:not(.show) {
    display: block;
  }

  .ys_header .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .ys_header .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main_nav .mega-menu .menu-links {
    display: -ms-flexbox;
    display: flex !important;
    justify-content: space-between;
    width: 1440px;
    max-width: 100%;
    float: initial;
    margin: 0 auto;
  }

  .main_nav .mega-menu .menu-links > li:nth-last-child(1),
  .main_nav .mega-menu .menu-links > li:nth-last-child(2),
  .main_nav .mega-menu .menu-links > li:nth-last-child(3),
  .main_nav .mega-menu .menu-links > li:nth-last-child(4),
  .main_nav .mega-menu .menu-links > li:nth-last-child(5),
  .main_nav .mega-menu .menu-links > li:nth-last-child(6) {
    display: none;
  }

  .main_nav .mega-menu .megamenu_box {
    display: flex !important;
    flex-wrap: wrap;
  }

  .main_nav .mega-menu .menu-links li .list_box {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-right: 0;
    padding: 0 25px;
  }

  .main_nav .mega-menu .menu-links li div.mg-drop-down.col-12 {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding: 17px 25px 25px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgb(255 255 255 / 95%);
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 20%);
  }

  .main_nav .mega-menu .menu-links li .list_box ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*max-height: 200px;*/
  }
}

@media (max-width: 1440px) {
  .ys_header .header-part {
    padding: 12px 25px;
  }

  .main_nav .mega-menu .menu-links {
    padding: 0 30px;
  }

  .main_nav .mega-menu .menu-links > li > a {
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .main_nav .mega-menu .menu-links > li > a {
    font-size: 16px;
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  .main_nav .mega-menu .menu-links li .list_box {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  .ys_header .header-part .navbar-nav li + li {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }

  .main_nav .mega-menu .menu-links > li > a {
    font-size: 15px;
    padding: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .main_nav .mega-menu .megamenu_box {
    max-height: 700px;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  body .header {
    z-index: 1049;
  }
/* 
  .row.header + .row {
    padding-top: 64px;
  } */

  .ys_header .navbar-toggler {
    display: none;
  }

  .main_nav .mega-menu {
    min-height: 0;
  }

  .main_nav .mega-menu .menu-links {
    padding: 0 0 150px;
    width: 100%;
    height: 100vh;
    max-height: initial !important;
  }

  .main_nav .mega-menu .menu-links > li {
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .main_nav .mega-menu .menu-links > li > a {
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 50px;
    width: calc(100% - 50px);
    text-align: left;
    height: 50px;
  }

  .main_nav .mega-menu .menu-links > li > a i.fa.fa-indicator {
    right: -30px;
  }

  .main_nav .mega-menu .menu-links li .list_box {
    padding: 5px 15px;
  }

  .main_nav .mega-menu .mg-drop-down {
    background: #f6f0e9;
  }

  .main_nav .mega-menu .mobileTriggerButton {
    right: -50px;
    z-index: 21;
  }

  .main_nav .mega-menu .menu-logo > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger {
    width: 50px;
    background: transparent;
    top: -55px;
    right: 20px;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger:hover {
    background: transparent;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger:before,
  .main_nav .mega-menu .menu-mobile-collapse-trigger:after,
  .main_nav .mega-menu .menu-mobile-collapse-trigger span {
    height: 2px;
    background: #e89214;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    top: 11px;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 36px;
  }

  .main_nav .mega-menu .menu-links > li.activeTriggerMobile {
    background-color: #f8d198;
  }

  ::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 575px) {
  /* .row.header + .row {
    padding-top: 52px;
  } */

  .ys_header .header-part {
    padding: 12px 25px 12px;
  }

  .ys_header .header-part .navbar-brand {
    height: 28px;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger {
    width: 35px;
    top: -50px;
    right: 20px;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger:before,
  .main_nav .mega-menu .menu-mobile-collapse-trigger:after,
  .main_nav .mega-menu .menu-mobile-collapse-trigger span {
    width: 30px;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger.active:before {
    top: 13px;
  }

  .main_nav .mega-menu .menu-mobile-collapse-trigger.active:after {
    top: 32px;
  }

  .mobile_member {
    top: 10px;
    right: 50px;
  }
}

@media (max-width: 400px) {
  .mobile_member {
    max-width: 150px;
  }

  .mobile_member .showName .member-name {
    font-size: 13px;
  }
}

/* 首頁大圖輪播 */
/* .main_slider {
  margin-top: 50px;
} */
.main_slider .header-title>h1 {
  font-size: 0;
  margin-bottom: 0;
}
.main_slider .carousel-control-next,
.main_slider .carousel-control-prev {
  opacity: 1;
  width: 10%;
}

.main_slider .carousel-control-next-icon,
.main_slider .carousel-control-prev-icon {
  position: relative;
  width: 50px;
  height: 96px;
  background: no-repeat 50%/100% 100%;
  z-index: 1;
}

.main_slider .carousel-control-prev-icon {
  transform: rotate(180deg);
}

.main_slider .carousel-control-next-icon::after,
.main_slider .carousel-control-prev-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 96px;
  background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/da75b74c-34e5-4efc-a8b7-dc593c6bf26e.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.8;
}

.main_slider .carousel-indicators {
  margin-bottom: 20px;
  z-index: 10;
}

.main_slider .carousel-indicators li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_slider .carousel-indicators .active {
  background-color: #e89214;
}

.main_slider .carousel-inner::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 33.3579%;
}

.main_slider .carousel-fade .carousel-item picture img{
  aspect-ratio: 5 / 1.667;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .main_slider {
    margin-top: 0;
  }

  .main_slider .carousel-control-next-icon,
  .main_slider .carousel-control-prev-icon {
    width: 30px;
  }

  .main_slider .carousel-control-next-icon::after,
  .main_slider .carousel-control-prev-icon::after {
    width: 30px;
  }
}

@media (max-width: 576px) {
  .main_slider .carousel-indicators{
    display: none;
  }
  .main_slider .carousel-inner::after {
    padding-top: 65.1%;
  }
  .main_slider .carousel-fade .carousel-item picture img{
    aspect-ratio: 5 / 3.255;
  }
}


/* 首頁搜尋引擎 */
.main_search .search-area {
  background: #f5f5f5;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.main_search .search-area .search-box {
  padding: 0px 10px;
}

.web-page-frame .widget-item.main_search .search-area form.container {
  width: 100%;
}

.main_search .search-area form.container {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.main_search .search-area .search-box .select-goal,
.main_search .search-area .search-box .select-place,
.main_search .search-area .search-box .select-date,
.main_search .search-area .search-box .select-keywords {
  background: #f5f5f5;
  padding: 5px 10px;
}

.main_search .select-keywords {
  position: relative;
}

.main_search .search-area .search-box .select-keywords .title,
.main_search .search-area .search-box .select-goal .title,
.main_search .search-area .search-box .select-date .title,
.main_search .search-area .search-box .select-place .title {
  padding-left: 22px;
}

.main_search .search-area .search-box .select-keywords .title i,
.main_search .search-area .search-box .select-goal .title i,
.main_search .search-area .search-box .select-place .title i,
.main_search .search-area .search-box .select-date .title i {
  display: none;
}

.main_search .search-box .title::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 6px;
  width: 20px;
  height: 21px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.main_search .search-box .select-goal .title::before {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/56e9cc85-f8e2-43fc-a5e5-b7da590f94d9.svg");
}

.main_search .search-box .select-place .title::before {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/b283c742-91c3-4034-aceb-9bd7bcff184e.svg");
}

.main_search .search-box .select-date .title::before {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/8db52cef-c834-4454-8446-8ef7db17ffeb.svg");
}

.main_search .search-box .select-keywords .title::before {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/5bc16166-ffdd-476c-841e-b75b9d6153e4.svg");
}

.main_search .search-area .search-box .select-date .select {
  width: 100%;
}

.main_search .search-area .search-box .select-date .select input {
  width: calc(46%);
}

.main_search .search-area .search-box .select-goal .select select,
.main_search .search-area .search-box .select-place .select select,
.main_search .search-area .search-box .select-date .select input,
.main_search .search-area .search-box .select-keywords .select input {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #d6dbde;
  background-color: #ffffff;
  color: #333333;
  cursor: pointer;
}

.main_search .search-area .search-box .select-goal .select select,
.main_search .search-area .search-box .select-place .select select {
  background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/f5f06430-4c2d-452b-8707-2f8e9ea7370d.svg);
  background-size: 15px auto;
}

.main_search .search-area .search-box .select-goal .select select:hover,
.main_search .search-area .search-box .select-place .select select:hover,
.main_search .search-area .search-box .select-goal .select select:focus,
.main_search .search-area .search-box .select-place .select select:focus {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/2bf140ba-7520-42e4-a011-3e3ac91f4af6.svg");
  background-size: 15px auto;
}

.main_search .search-area .search-box .select-goal .select select:focus,
.main_search .search-area .search-box .select-place .select select:focus,
.main_search .search-area .search-box .select-date .select input:focus,
.main_search .search-area .search-box .select-keywords .select input:focus,
.main_search .search-area .search-box .search-btn:focus {
  outline: none;
}

.main_search .search-area .search-box .select-goal .title h6,
.main_search .search-area .search-box .select-place .title h6,
.main_search .search-area .search-box .select-date .title h6,
.main_search .search-area .search-box .select-keywords .title h6 {
  margin: 0;
  color: #00223d;
  font-weight: 600;
}

.main_search .search-area .search-box .select-date .select .divide {
  margin: 25px 10px 0px 10px;
  background: #00223d;
}

.main_search .search-area .search-box .search-btn {
  background: #e89214;
  width: calc(100% - 10px);
  height: 45px;
  margin-top: 35px;
  float: right;
  display: flex;
  padding: 0;
  justify-items: center;
  align-items: center;
  border-radius: 0;
  -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;
  transition: all 0.3s ease-in-out;
}

.main_search .search-area .search-box .search-btn:hover {
  background: #e86914;
}

.main_search .search-area .search-box .search-btn h5 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding-right: 25px;
  width: 120px;
  height: 30px;
  font-size: 1rem;
  line-height: 2rem;
}

.main_search .search-area .search-box .search-btn h5::after {
  content: "";
  position: absolute;
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/f1137e44-d340-47d9-8718-f04d6529ceb9.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 6px;
}

.main_search .search-area .search-box .search-btn i {
  display: none;
}

/*新版國外搜尋引擎20240307*/
.main_search.new.foreign .search-area .search-box{ 
  margin: 10px 0 0; 
  padding: 0 10px;
}
.main_search.new.foreign .group_banner.search_banner .search-area { 
  min-height: 140px; 
  background: #f5f5f5; 
}
.main_search.new.foreign .group_banner.search_banner .search-area > .container { 
  background: transparent; 
  border-bottom: 0;
}
.main_search.new.foreign section.group_banner .search-area .search-box>div { 
  padding: 0 !important; flex: 1; 
  max-width: initial; 
}
.main_search.new.foreign .search-area .search-box>div:nth-child(5) { 
  flex: 1; 
  max-width: initial; 
  min-width: initial; 
}
.main_search.new.foreign section.group_banner .search-area .search-box>div:last-child { 
  flex: 0 0 210px; 
  max-width: 210px; 
}
.main_search.new.foreign section.group_banner .search-area .search-box .search-btn { 
  height: 45px; 
  line-height: 45px; 
  width: calc(100% - 10px);
}
.main_search.new.foreign section.group_banner .search-area .search-box .select-date > input,
.main_search.new.foreign section.group_banner .search-area .search-box .select-input > input { 
  height: 45px; 
  border: 1px solid #d6dbde; 
  border-radius: 0; 
  padding: 5px 10px; 
}
.main_search.new.foreign section.group_banner .search-area .search-box .select-input .data-icon-search{ 
  display: none;
}
.main_search.new.foreign section.group_banner .search-area .search-box>div:nth-child(4) { 
  flex: 0 0 33.333333%; 
  max-width: 33.333333%;
}
.main_search.new.foreign section.search_banner .search-area .search-box .select-input{ 
  padding: 35px 10px 5px; 
  position: relative;
}
.main_search.new.foreign section.search_banner .search-area .search-box .select-input::before { 
  content: "關鍵字"; position: absolute; 
  top:5px; 
  left: 34px; 
  color: #333333; 
  font-size: 1rem; 
  font-weight: 600; 
  letter-spacing: 1px; 
}
.main_search.new.foreign section.search_banner .search-area .search-box .select-date .select input{ 
  border: 1px solid #d6dbde;
  width: calc(50% - 18px); 
}
.main_search.new.foreign section.group_banner .search-area .search-box .select-date { 
  padding: 5px 10px;
}
.main_search.new.foreign section.group_banner .search-area .search-box .select-goal,
.main_search.new.foreign section.group_banner .search-area .search-box .select-place,
.main_search.new.foreign section.group_banner .search-area .search-box .select-date{ 
  padding: 5px 10px; 
  height: 90px; 
  background-color: transparent;
}
.main_search.new.foreign .search-box .select-goal .title::before {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/b283c742-91c3-4034-aceb-9bd7bcff184e.svg");
}
.main_search.new.foreign .search-box .select-place .title::before {
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/56e9cc85-f8e2-43fc-a5e5-b7da590f94d9.svg");
}
.main_search.new.foreign section.search_banner .search-area .search-box .select-input::after{
  background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/5bc16166-ffdd-476c-841e-b75b9d6153e4.svg");
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 20px;
  height: 21px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: bottom;

}
.main_search.new.foreign section.group_banner .search-area .search-box .select-goal .title,
.main_search.new.foreign section.group_banner .search-area .search-box .select-place .title,
.main_search.new.foreign section.group_banner .search-area .search-box .select-date .title{ 
  height: 30px; 
}
.main_search.new.foreign section.group_banner .search-area .search-box .select-goal .title h6,
.main_search.new.foreign section.group_banner .search-area .search-box .select-place .title h6,
.main_search.new.foreign section.group_banner .search-area .search-box .select-date .title h6 { 
  color: #333333; 
  font-size: 1rem; 
  margin: 0; 
}
.main_search.new.foreign .mic_icon { 
  top: 35px; 
  bottom: 0; 
  height: 45px;
}

/*搜尋月曆*/
.datepicker.dropdown-menu {
  border: 1px solid #00223d;
}

.datepicker.datepicker-dropdown:before {
  border-bottom-color: #00223d;
}

.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #00223d;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
}

.datepicker table tr td.active.active {
  background: #e89214;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev {
  color: #00223d;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover {
  background-color: #00223d;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active {
  background: #e89214;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:hover {
  background: #00223d;
}

@media (min-width: 992px) {
  .main_search .search-area .search-box > div:nth-child(3) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 36%;
    max-width: 36%;
  }

  .main_search .search-area .search-box > div:nth-child(5) {
    flex: 0;
    max-width: 210px;
    min-width: 210px;
  }
}

@media (max-width: 1499px) {
  .main_search .search-area .search-box .select-date .select input {
    width: calc(45%);
  }
}

@media (max-width: 1199px) {
  .main_search .search-area .search-box .select-date .select input {
    width: calc(44%);
  }
}

@media (max-width: 991px) {
  .search_foreign_block {
    height: 365px;
  }
  .main_search .search-area .search-box {
    padding: 10px 20px 20px;
  }

  .main_search .search-area .search-box > div {
    padding: 0;
  }

  .main_search .search-area .search-box .select-date .select input {
    width: calc(48.5%);
  }

  .main_search .search-area .search-box .select-date .select .divide {
    margin: 25px 0.5% 0px 0.5%;
    width: 2%;
  }

  .main_search .search-area .search-box .search-btn {
    float: inherit;
    width: 200px;
    margin: 15px auto 0;
    display: block;
  }
  /*新版國外搜尋引擎20240307*/
  .main_search.new.foreign .search-area .search-box {
      padding: 10px 20px 20px;
  }
  .main_search.new.foreign section.group_banner .search-area .search-box>div{ 
      flex:0 0 50%;
  }
  .main_search.new.foreign section.group_banner .search-area .search-box { 
      padding: 10px 20px 20px; 
      height: 355px;
  }
  .main_search.new.foreign section.group_banner .search-area .search-box>div:nth-child(4),
  .main_search.new.foreign section.group_banner .search-area .search-box>div:nth-child(5),
  .main_search.new.foreign section.group_banner .search-area .search-box>div:last-child{ 
      flex: 0 0 100%;  
      max-width: 100%; 
  }
  .main_search.new.foreign section.group_banner .search-area .search-box .search-btn{ 
      width: 200px;
  }
  .main_search.new.foreign .search-area .search-box .select-date .select .divide { 
      margin: 25px 5px 0px 5px; 
      width: 15px; 
  }
  .main_search.new.foreign section.search_banner .search-area .search-box .select-date .select input { 
      border: 1px solid #d6dbde; 
      width: calc(50% - 13px); 
  }
}

@media (max-width: 575px) {
  .search_foreign_block {
    height: 375px;
  }
  .main_search .search-area .search-box {
    padding: 20px 10px;
  }

  .main_search .search-area .search-box .search-btn {
    width: 160px;
  }

  .main_search .search-area .search-box .select-goal .title h6,
  .main_search .search-area .search-box .select-place .title h6,
  .main_search .search-area .search-box .select-date .title h6,
  .main_search .search-area .search-box .select-keywords .title h6 {
    font-size: 0.95rem;
  }
  /*新版國外搜尋引擎20240307*/
  .main_search.new.foreign section.group_banner .search-area .search-box { 
    padding: 20px 10px; 
    height: 365px;
  }
}


/* 首頁搜尋頁籤 */
.main_search_tab .blk-tabs.dp-tbl { max-width: 1440px; margin: 30px auto 0;  padding: 0 6px;}
.main_search_tab li.nav-item+li { margin-left: 6px; }
.main_search_tab .nav-tabs { border-bottom: 1px solid #e89214; }
.main_search_tab a.nav-link { background: transparent; padding: 6px 25px; color: #545454; border: 1px solid #f5f5f5; border-bottom: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
.main_search_tab a.nav-link.active,.main_search_tab a.nav-link.active:hover,.main_search_tab .nav-tabs .nav-link:focus{ background: #f5f5f5; color: #f39800; border: 1px solid #e89214;border-bottom-color: #f5f5f5; }
.main_search_tab .nav-tabs .nav-link:hover { border-color: #f5f5f5 #f5f5f5 #e89214 #f5f5f5; color: #e89214;}
/* 首頁國內搜尋引擎 */
.main-search.domestic .group_banner.search_banner .search-area{ min-height: 140px;}
.main-search.domestic .group_banner.search_banner .search-area > .container { max-width: 1440px; background: transparent; border-bottom: 0; margin: 0 auto; padding: 0; }
.main-search.domestic section.group_banner .search-area .search-box { margin:25px 0 0;  padding: 0 10px; }
.main-search.domestic section.group_banner .search-area .search-box>div{ padding:0 !important; -ms-flex:1; flex: 1; max-width: initial;}
.main-search.domestic section.search_banner .search-area .search-box .select-destination,
.main-search.domestic section.search_banner .search-area .search-box .select-departure,
.main-search.domestic section.group_banner .search-area .search-box .select-date{ background: transparent;}
.main-search.domestic section.search_banner .search-area .search-box .select-destination,
.main-search.domestic section.search_banner .search-area .search-box .select-departure{ padding: 5px 10px; height: 90px;}
.main-search.domestic section.group_banner .area_input{ background-position: right 8px center; background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/f5f06430-4c2d-452b-8707-2f8e9ea7370d.svg); background-size: 15px auto; 
border-radius: 0; height: 45px; padding: 5px 10px; border: 1px solid #d6dbde; background-color: #ffffff; color: #333333; cursor: pointer; }
.main-search.domestic section.group_banner .area_input:hover,
.main-search.domestic section.group_banner .area_input:focus { background-image: url("https://materials.fillo.com.tw/materials/ystravel/images/2bf140ba-7520-42e4-a011-3e3ac91f4af6.svg"); background-size: 15px auto; }
.main-search.domestic section.group_banner .search-area .search-box .select-input > input { background: #ffffff; outline: none; padding-left: 16px; height: 45px; border: 1px solid #d6dbde; border-radius: 0; padding: 5px 10px; }
.main-search.domestic section.search_banner .search-area .search-box .select-departure .title i,
.main-search.domestic section.search_banner .search-area .search-box .select-destination .title i,
.main-search.domestic .search-area .search-box .select-date .title i,
.main-search.domestic section.search_banner .search-area .search-box .select-input .data-icon-search{ display: none;}
.main-search.domestic section.group_banner .search-area .search-box .select-departure .title,
.main-search.domestic section.group_banner .search-area .search-box .select-destination .title,
.main-search.domestic section.group_banner .search-area .search-box .select-date .title{ height: 30px; position: relative; padding-left: 22px;}
.main-search.domestic section.group_banner .search-area .search-box .select-destination .title h6,
.main-search.domestic section.group_banner .search-area .search-box .select-departure .title h6,
.main-search.domestic section.group_banner .search-area .search-box .select-date .title h6{ color: #333333; font-size: 1rem; margin: 0; font-weight: 600;}
.main-search.domestic section.group_banner .search-area .search-box .select-date { padding: 5px 10px; height: 90px;}
.main-search.domestic section.group_banner .search-area .search-box .select-date .select { width: 100%; }
.main-search.domestic section.group_banner .search-area .search-box .select-date .select input { outline: none; padding: 0 5px; text-align: center; color: #333333; height: 45px; padding: 0 5px; background: #ffffff !important; border-radius: 0; border: 1px solid #d6dbde; width: calc(50% - 18px); }
.main-search.domestic section.group_banner .search-area .search-box>div:nth-child(3){flex: 0 0 33.333333%; max-width: 33.333333%; }
.main-search.domestic section.group_banner .search-area .search-box>div:nth-child(4) { display: -ms-flexbox; display: flex; flex: 1; max-width: initial;}
.main-search.domestic section.group_banner .search-area .search-box>div:nth-child(4) .select-input { padding: 35px 10px 5px; position: relative; }
.main-search.domestic .search-area .search-box .select-date .select .divide {margin: 25px 10px 0px 10px;  background: #00223d; }
.main-search.domestic .search-area .search-box .select-input::before { content: "關鍵字"; position: absolute; padding-left: 35px; letter-spacing: 1px; top: 5px; left: 0; color: #333333; font-size: 1rem; margin: 0; font-weight: 600; }
.main-search.domestic section.group_banner .search-area .search-box>div:last-child{display: -ms-flexbox; display: flex; flex: 0 0 210px; max-width: 210px; justify-content: flex-end;}
.main-search.domestic section.group_banner .search-area .search-box .search-btn { background: #e89214; outline: none; border-radius: 0; height: 45px; line-height: 45px; width: calc(100% - 10px); margin-top: 35px;}
.main-search.domestic section.group_banner .search-area .search-box .search-btn:hover{ background: #e86914;}
.main-search.domestic .search-area .search-box .search-btn h5{  position: relative; display: table; margin: 0 auto; padding-right: 25px; width: 120px; height: 30px; font-size: 1rem; line-height: 2rem;}
.main-search.domestic .search-area .search-box .search-btn h5::after{content: ""; position: absolute; background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/f1137e44-d340-47d9-8718-f04d6529ceb9.svg); background-repeat: no-repeat; background-size: 20px; width: 20px; height: 20px; right: 10px; top: 6px;}
.main-search.domestic .search-area .search-box .search-btn i{ display: none;}
.main-search.domestic section.group_banner .area_content{ border-radius: 10px;}
.main-search.domestic section.group_banner .search-area .search-box .select-destination .title::after,
.main-search.domestic section.group_banner .search-area .search-box .select-date .title::after,
.main-search.domestic section.group_banner .search-area .search-box .select-departure .title::after,
.main-search.domestic section.group_banner .search-area .search-box .select-input::after {content: ""; position: absolute; top: 0; left: -2px; right: 6px; width: 20px; height: 21px; background-size: 19px; background-repeat: no-repeat; background-position: bottom;}
.main-search.domestic section.group_banner .search-area .search-box .select-departure .title::after { background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/51e9a7ce-5dc8-45b7-95bf-2559582a4e06.svg);}
.main-search.domestic section.group_banner .search-area .search-box .select-destination .title::after { background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/b283c742-91c3-4034-aceb-9bd7bcff184e.svg);}
.main-search.domestic section.group_banner .search-area .search-box .select-date .title::after { background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/8db52cef-c834-4454-8446-8ef7db17ffeb.svg);}
.main-search.domestic section.group_banner .search-area .search-box .select-input::after { background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/5bc16166-ffdd-476c-841e-b75b9d6153e4.svg); left: 8px; top: 5px;}
.main-search.domestic .mic_icon{ top: 35px; bottom: 0; height: 45px; }


@media(max-width:991px) {
	.main-search.domestic section.group_banner .search-area .search-box { height: auto; margin: 10px 0 0; padding: 10px 20px 20px;}
	.main-search.domestic section.group_banner .search-area .search-box>div { -ms-flex: 0 0 50%; flex: 0 0 50%; }
	.main-search.domestic section.group_banner .search-area .search-box>div:nth-child(3){ flex: 0 0 100%;  max-width: 100%;}
	.main-search.domestic section.group_banner .search-area .search-box>div:nth-child(4){ flex:0 0 100%;}
	.main-search.domestic section.group_banner .search-area .search-box .select-input::before{ padding-left: 28px; left: 5px;}
    .main-search.domestic section.group_banner .search-area .search-box .select-input::after{ left: 7px;}
	.main-search.domestic section.group_banner .search-area .search-box>div:last-child { flex:0 0 100%; max-width: 100%; justify-content: center; }
	.main-search.domestic section.group_banner .search-area .search-box .search-btn{width: 200px; margin-top: 15px;}
	.main-search.domestic section.group_banner .search-area .search-box .select-date .select { width: 100%; }
	.main-search.domestic section.group_banner .search-area .search-box .select-date .select input{ width: calc(50% - 13px);}
	.main-search.domestic .search-area .search-box .select-date .select .divide{ margin: 25px 5px 0px 5px; width: 15px;}
}
@media(max-width:767px) {
	.main-search.domestic section.group_banner .search-area .search-box>div{ flex: 0 0 100%; }
}
@media(max-width:575px) {
	.main-search.domestic section.group_banner .search-area .search-box { padding:20px 10px;}
  .main_search_tab{ height: 68px;}
}

/* 首頁最新消息 */
.main_news {
  margin-bottom: 20px;
  z-index: 1;
}

.main_news .swiper-slide-style {
  box-shadow: none;
  border-radius: 0;
  margin-top: 50px;
}

.main_news .swiper-slide-style:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e89214;
  left: 0;
  bottom: 0;
}

.main_news .swiper-slide .swiper-img {
  margin: 0;
  position: relative;
}

.main_news figure.swiper-img::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.main_news .swiper-slide .swiper-img img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  aspect-ratio: 1 / 1;
  position:absolute;
  left: 0;
  top: 0;
}

.main_news .swiper-button-prev,
.main_news .swiper-button-next {
  top: 28px;
  width: 30px;
  height: 30px;
  opacity: 1;
  outline: none;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgb(0 34 61);
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_news .swiper-button-prev:hover,
.main_news .swiper-button-next:hover {
  background: #00223d;
}

.main_news .swiper-button-next {
  right: 3px;
}

.main_news .swiper-button-prev {
  left: inherit;
  right: 45px;
}

.main_news .swiper-button-prev:after,
.main_news .swiper-button-next:after {
  background: transparent;
  padding: 0;
  width: 19px;
  height: 19px;
  font-size: 0;
  text-align: center;
  line-height: 19px;
  background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/5590aea8-55a3-459f-8893-a2e4c0758185.svg);
  background-size: 19px;
  background-repeat: no-repeat;
}

.main_news .swiper-button-prev:after {
  transform: rotate(180deg);
}

.main_news .swiper-button-prev:hover:after,
.main_news .swiper-button-next:hover:after {
  -webkit-filter: brightness(100) grayscale(100) contrast(2);
}

.main_news .swiper-button-prev.swiper-button-disabled,
.main_news .swiper-button-next.swiper-button-disabled,
.main_news .swiper-button-prev.swiper-button-disabled:hover,
.main_news .swiper-button-next.swiper-button-disabled:hover {
  opacity: 0.2;
  cursor: default;
  pointer-events: initial;
  background: transparent;
  -webkit-filter: brightness(0) grayscale(0) contrast(1);
}

.main_news .swiper-slide .swiper-content {
  padding: 20px 24px;
  color: #333333;
}

/* 首頁熱門推薦 */
.main_tab .nav {
  margin-top: 30px;
}

.main_tab .nav > .nav-item + .nav-item {
  padding-left: 13px;
}

.main_tab .nav-pills .nav-link {
  padding: 0.3rem 1rem;
  border-radius: 25px;
  border: 1px solid #e89214;
  color: #e89214;
  letter-spacing: 0.02rem;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_tab .nav-pills .nav-link.active,
.main_tab .nav-pills .show > .nav-link,
.main_tab .nav-pills .nav-link:hover {
  background-color: #e89214;
  color: #ffffff;
}

.main_hot {
  margin-bottom: 20px;
}

.main_hot .swiper-slide-style {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}

.main_hot .swiper-slide-style:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e89214;
  left: 0;
  bottom: 0;
}

.main_hot .swiper-button-prev.swiper-button-white,
.main_hot .swiper-button-next.swiper-button-white {
  display: none;
}

.main_hot .swiper-slide .swiper-img {
  margin: 0 0 20px;
  position: relative;
}

.main_hot .swiper-slide .swiper-img::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 63%;
}

.main_hot .swiper-slide .swiper-img img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  aspect-ratio: 5 / 3.14;
  position: absolute;
  left: 0;
  top:0;
}

.main_hot .swiper-slide .swiper-title {
  padding: 0 24px;
  text-align: left;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.swiper-slide .swiper-content {
  padding: 0px 24px 35px;
}

.swiper-slide .swiper-content p {
  position: relative;
  font-size: 15px;
  color: #333333;
  padding-left: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 22px;
}

.swiper-slide .swiper-content p::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e89214;
  top: 8px;
  left: 8px;
}

.swiper-slide .swiper-content price {
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 22px;
  color: #e89214;
  letter-spacing: 0;
  font-weight: 600;
  padding: 0 32px 0 13px;
}

.swiper-slide .swiper-content price::before,
.swiper-slide .swiper-content price::after {
  color: #333333;
  font-size: 14px;
  bottom: 4px;
}

.swiper-slide .swiper-content price::before {
  content: "$";
  position: absolute;
  left: 0;
}

.swiper-slide .swiper-content price::after {
  content: "元起";
  position: absolute;
  right: 0;
}

.main_hot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #e89214;
}

.main_hot .bullets {
  display: none;
}

@media (max-width: 767px) {
  .main_tab > .module-container > .main > .blk-tabs {
    display: block;
  }

  .main_tab .nav {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 30px 20px 0;
    text-align: center;
  }

  .main_tab .nav li.nav-item {
    display: inline-block;
  }

  .main_hot .bullets {
    display: block;
  }
}

@media (max-width: 575px) {
  .main_tab .nav > .nav-item + .nav-item {
    padding-left: 8px;
  }

  .main_tab .nav-pills .nav-link {
    font-size: 16px;
  }
}

/* 首頁主題(圓形圖) */
.ys_title.ys_theme .swiper-slide .swiper-img {
  width: 150px;
  height: 150px;
  max-width: 100%;
  max-height: initial;
}

/* 首頁小編推薦 */
.main_theme_bg{
    background-image: url(https://www.ystravel.com.tw/material-alias/%E9%A6%96%E9%A0%81/theme-bg.jpg);
    background-size: initial;
    background-repeat: repeat-x;
    background-position: left bottom !important;
    background-color: #FFFFFF;
}

.main_theme_bg>.module-container>.main {
  max-width: 1360px;
  margin: 0 auto;
}

.main_theme .wall-wrapper > .row > div figure::after{
  display: block;
  content: '';
  width: 100%;
  padding-top: 35.426%;
}

.main_theme.block1 {
  margin-top: 45px;
}

.main_theme.block1 .thicon_info figure .b_img {
  aspect-ratio: 5 / 1.7713;
  position: absolute;
  left: 0;
  top: 0;
}

.main_theme.block1.bottom {
  margin-top: 0;
}

.main_theme.block2 {
  margin-bottom: 40px;
}

.main_theme.block2 .wall-wrapper > .row > div figure::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 72.888%;
}

.main_theme.block2 .thicon_info figure .b_img {
  aspect-ratio: 5 / 3.6444;
  position: absolute;
  left: 0;
  top: 0;
}

.main_theme .wall-wrapper {
  background: transparent;
}

.main_theme .wall-wrapper .wall-row,
.main_theme .wall-wrapper .wall-row {
  margin: 0 -9px;
}

.main_theme .wall-wrapper > .row > div {
  padding: 9px !important;
  margin: -2px 0;
}

.main_theme.block1 .thicon_info figure::before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent, transparent, transparent);
  width: 100%;
  height: 100%;
  z-index: 3;
}

.main_theme.block1 .thicon_info:hover  figure::before{
  display: none;
}


.main_theme.block1 .thicon_info span {
  bottom: initial;
  top: 35px;
  left: 30px;
  font-size: 24px;
  font-weight: 600;
  padding: 0 15px 35px 15px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  z-index: 4;
}

.main_theme.block1 .thicon_info h3 {
  padding: 10px 180px 0 15px;
  font-size: 15px;
  bottom: initial;
  top: 70px;
  left: 30px;
  text-shadow: none;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  z-index: 4;
}

.main_theme.block1 .thicon_info span::before,
.main_theme.block1 .thicon_info h3::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background: #e89214;
  z-index: 4;
}



.main_theme.block1 .thicon_info .theme_info {
  background: rgba(0, 34, 61, 0.8) !important;
  z-index: 99;
}



.main_theme.block2 .thicon_info .theme_info {
  background: rgba(232, 146, 20, 0.9) !important;
}


.main_theme.block2 .thicon_info figure::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), transparent, transparent, transparent, transparent);
  width: 100%;
  height: 100%;
  z-index: 3;
}

.main_theme.block2 .thicon_info:hover  figure::before{
  display: none;
}

.main_theme.block2 .thicon_info:hover  h3{
  text-shadow: none;
}

.main_theme.block2 .thicon_info h3 {
  padding: 0 0 8px;
  position: absolute;
  width: 70%;
  top: calc(100% - 60px);
  bottom: initial;
  left: 50%;
  text-align: center;
  transition: 0.5s;
  transform: translate(-50%, 0);
  margin-bottom: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 1), -1px -1px 5px rgba(0, 0, 0, 1);
}

.main_theme.block2 .thicon_info:hover h3 {
  top: 30px;
}

.main_theme.block2 .thicon_info h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  transition: 0.8s;
  opacity: 0;
}

.main_theme.block2 .thicon_info:hover h3::after {
  width: 100%;
  opacity: 1;
}

.main_theme.block2 .thicon_info .theme_info p.theme-text {
  padding: 100px 0 0 0;
  font-size: 15px;
  letter-spacing: 0;
  width: 70%;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 22px;
  opacity: 0;
  transition: 1s;
  text-shadow: none;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 0 auto;
}

@media (max-width: 1360px) {
  .main_theme_bg>.module-container>.main {
    margin: 0 -15px;
  }
}

@media (max-width: 1199px) {
  .main_theme.block1 {
    padding-bottom: 0px;
  }

  .main_theme.block1 .thicon_info figure::before{
    display: none;
  }

  .main_theme.block1 .thicon_info span {
    position: relative;
    color: #333333 !important;
    top: initial;
    left: initial;
    margin-top: 10px;
    padding: 5px 20px;
    display: block;
    text-shadow: none;
  }

  .main_theme.block1 .thicon_info h3 {
    position: relative;
    color: #333 !important;
    top: initial;
    left: initial;
    padding: 5px 20px;
  }

  .main_theme.block1 .thicon_info:hover .theme_info {
    top: 100%;
  }

  .main_theme.block1 .thicon_info:hover h3 {
    color: #333333;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .main_theme.block2 .thicon_info figure::before{
    display: none;
  }
  .main_theme.block2 .thicon_info h3 {
    position: relative;
    color: #333 !important;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    padding: 15px 0 5px;
    font-size: 24px;
    text-shadow: none;
  }

  .main_theme.block2 .thicon_info .theme_info {
    position: relative;
    background: transparent !important;
    color: #333333 !important;
    top: initial;
    left: initial;
    margin-top: 0;
    padding: 5px 0;
  }

  .main_theme.block2 .thicon_info:hover .theme_info {
    top: 100%;
  }

  .main_theme.block2 .thicon_info:hover h3 {
    color: #333333;
    top: initial;
  }

  .main_theme.block2 .thicon_info .theme_info p.theme-text {
    padding: 0 10px;
    width: 100%;
    opacity: 1;
    color: #333333 !important;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .main_theme.block2 .wall-wrapper > .row > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .main_theme.block2 .wall-wrapper > .row > div:nth-last-child(1),
  .main_theme.block2 .wall-wrapper > .row > div:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {

  .main_theme.block2 .wall-wrapper > .row > div:nth-last-child(1) {
    margin-bottom: 0;
  }
  .main_theme.block2 .thicon_info figure::before{
    display: none;
  }
  .main_theme.block2 .thicon_info h3 {
    position: relative;
    color: #333 !important;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    padding: 15px 0 5px;
    font-size: 24px;
    text-shadow: none;  }

  .main_theme.block2 .thicon_info .theme_info {
    position: relative;
    background: transparent !important;
    color: #333333 !important;
    top: initial;
    left: initial;
    margin-top: 0;
    padding: 5px 0;
  }

  .main_theme.block2 .thicon_info:hover .theme_info {
    top: 100%;
  }

  .main_theme.block2 .thicon_info:hover h3 {
    color: #333333;
    top: initial;
  }

  .main_theme.block2 .thicon_info .theme_info p.theme-text {
    padding: 0 10px;
    width: 100%;
    opacity: 1;
    color: #333333 !important;
  }
}

@media (max-width: 767px) {
  .main_theme .wall-wrapper > .row > div {
    margin-bottom: 20px;
  }
}

/* 首頁影音專區 */
.main-video {
  margin-bottom: 70px;
}

.main-video.ys_title > .module-container > .main > .header-title {
  margin-bottom: 50px;
}

.main_video_lightbox.block2 {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  align-self: center;
  overflow: hidden;
}
  

.main_video_lightbox.block2 .module-container{
  width: 100%;
  height: 100%;
  align-self: center;
}

.main_video_lightbox.block2 .row.fancybox-wrapper {
  width: 100%;
  height: 100%;
}

.main_video_lightbox.block2 figure{
  width: 100%;
  height: 100%;
}

.main_video_lightbox.block2 figure:first-child{
  margin-top: 0 !important;
margin-bottom: 15px !important;
}

.main_video_lightbox.block2 figure:last-child{
  margin-top: 15px !important;
  margin-bottom: 0!important;
  }

.main_video_lightbox.block2 figure::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 81.6%;
}

.main_video_lightbox.block2 figure > a{
  width: 100%;
  height: 100%;
}

.main_video_lightbox.block2 figure > a > img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



@media (max-width: 1360px) {
  
.main_video_lightbox.block2 figure:first-child{
  margin-top: 0 !important;
margin-bottom: 12.5px !important;
}

.main_video_lightbox.block2 figure:last-child{
  margin-top: 12.5px !important;
  margin-bottom: 0!important;
  }
}

@media (max-width: 991px) {
  .main_video_lightbox.block2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_video_lightbox.block2 figure:first-child{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    }

    .main_video_lightbox.block2 figure:last-child{
      margin-top: 0 !important;
      margin-bottom:0!important;
      }
        
        
}

@media (max-width: 575px) {
  .main_video_lightbox.block2 figure{
    aspect-ratio: 16 / 9;
  }
    
  .main_video_lightbox.block2 figure:first-child{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    margin-right:0 !important ;
    }
    
    .main_video_lightbox.block2 figure:last-child{
      margin-top: 0 !important;
      margin-bottom:0!important;
      margin-left:0!important ;
      }

}

/* 首頁影音專區的播放影片改為燈箱模組  20240913新增*/
.main_video_lightbox.block1{ 
  -ms-flex: 0 0 77%;
  flex: 0 0 77%;
  max-width: 77%;
  position: relative;
  overflow: hidden;
}

.main_video_lightbox.block1 .module-container{
  width: 100%;
    height: 100%;
}

.main_video_lightbox.block1 figure::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 53.732%;
}

.main_video_lightbox.block1 figure > a{
  width: 100%;
  height: 100%;
}


.main_video_lightbox.block1 .row.fancybox-wrapper img{
  position: absolute;
  left: 0;
  top: 0;
}

.main_video_lightbox.block1 .row.fancybox-wrapper {
  margin-right: 30px;
}

.main_video_lightbox.block1 .row.fancybox-wrapper img.img-responsive.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 16 / 9;
}
@media (max-width: 1360px) {
  .main_video_lightbox.block1 .row.fancybox-wrapper {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .main_video_lightbox.block1{ 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_video_lightbox.block1 .row.fancybox-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}


/* 分館頁 */
.theme_slider .carousel-caption {
  width: 100%;
  right: initial;
  bottom: 0;
  left: 0;
  padding: 0 0 50px;
}

.theme_slider .carousel-inner .carousel-caption::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background: #e89214;
  bottom: 10px;
}

.theme_slider .carousel-inner .carousel-caption::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #f5f5f5);
  width: 100%;
  height: 260px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.theme_slider h1,
.theme_slider h2 {
  font-weight: 600;
}

.theme_slider h1 {
  font-size: 60px;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

.theme_slider h2 {
  font-size: 26px;
  font-family: "Raleway", sans-serif !important;
  font-style: italic;
  font-weight: 500;
}

.theme_slider p {
  font-size: 22px !important;
  letter-spacing: 0.25em !important;
  margin-top: -5px !important;
  text-shadow: none !important;
}

.theme_slider .carousel-control-next,
.theme_slider .carousel-control-prev,
.theme_slider .carousel-indicators {
  display: none;
}

.main_search.theme .search-area {
  min-height: 95px;
  padding-top: 10px;
}

.theme_hashtag .link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.theme_hashtag section.link > h2 {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0;
  max-width: 125px;
  min-width: 125px;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 42px;
  font-weight: 600;
}

.theme_hashtag section.link > h2::before {
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 18px;
  background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/d918a466-ee61-4aba-8e64-e519b0614223.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.theme_hashtag section.link > .link-list {
  flex: 1;
  display: flex;
  align-items: center;
}

.theme_hashtag div.link-list ul li a,
.theme_hashtag div.link-list ul li span {
  line-height: 25px;
  padding: 3px 23px;
  background: #dbdfe3;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme_hashtag div.link-list ul li a:hover {
  background: #00223d;
}

.theme_hashtag div.link-list ul li a i {
  display: block;
}

.theme_push {
  margin-top: 45px;
  margin-bottom: 20px;
  z-index: 1;
}

.theme_push .hover-wall .htpro_tit {
  display: none;
}

.theme_push .hover-wall .icon_info {
  padding-bottom: 60px;
  border-radius: 0;
  border: 1px solid #d6dbde;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
  height: 100%;
}

.theme_push .hover-wall .icon_info:hover {
  border: 1px solid #e89214;
}

.theme_push .hover-wall .icon_info::after {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 1px;
  background-image: linear-gradient(
    to right,
    #7e7e7e 0%,
    #7e7e7e 10%,
    transparent 30%
  );
  background-size: 5px 1px;
  background-repeat: repeat-x;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}

.theme_push .hover-wall > .container-fluid > .row {
  margin: 0 -30px;
}

.theme_push .hover-wall > .container-fluid > .row > div {
  margin-bottom: 44px !important;
}

.theme_push .hover-wall figure .overlay {
  display: none;
}

.theme_push .hover-wall .icon_info h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 14px;
  padding: 0 24px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.theme_push .hover-wall .icon_info h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 18px;
  background: #e89214;
}

.theme_push .hover-wall .icon_info h4 {
  color: #ff0f4d;
  font-size: 15px;
  font-style: normal;
  margin: 0 24px;
  padding: 0 0 24px;
}

.theme_push .hover-wall .icon_info p.animate-text {
  position: absolute;
  display: table;
  font-size: 22px;
  word-break: break-all;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
  padding: 0 32px 0 13px;
  font-weight: 600;
  right: 24px;
  bottom: 15px;
}

.theme_push .hover-wall .icon_info p.animate-text::before {
  content: "$";
  position: absolute;
  left: 0;
}

.theme_push .hover-wall .icon_info p.animate-text::after {
  content: "元起";
  position: absolute;
  right: 0px;
}


.theme_push .hover-wall .icon_info p.animate-text::before,
.theme_push .hover-wall .icon_info p.animate-text::after {
  color: #333333;
  font-size: 14px;
  bottom: -2px;
}

button.search_show {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 15px;
  outline: none;
  padding: 8px 10px;
  border: 1px solid #e89214;
  color: #e89214;
  background: #ffffff;
}

button.search_show > p {
  margin: 0 0 0 5px;
}

.gradient_bg > .module-container > .main.row::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #f5f5f5);
  width: 100%;
  height: 260px;
  left: 0;
  top: 0;
  z-index: 0;
}

/* 國內分館搜尋引擎 */
.main-search.domestic.theme .group_banner.search_banner .search-area {
  min-height: 90px;
}
.main-search.domestic.theme section.group_banner .search-area .search-box {
  margin: 10px 0 0;    
 height: 90px;
}

@media (max-width: 1360px) {
  .theme_hashtag {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .theme_slider .carousel-caption {
    padding: 0 0 35px;
  }

  .theme_slider .carousel-inner .carousel-caption::before {
    height: 35px;
  }

  .theme_slider .carousel-inner .carousel-caption::after {
    height: 200px;
  }

  .theme_slider h1 {
    font-size: 45px;
  }

  .theme_slider h2 {
    font-size: 20px;
  }

  .theme_slider p {
    font-size: 15px !important;
  }

  .theme_hashtag {
    padding: 0 10px;
  }
  .main-search.domestic.theme section.group_banner .search-area .search-box{
    height: auto;
  }
}

@media (max-width: 768px) {
  .theme_slider .carousel-caption {
    display: block !important;
  }

  .theme_slider .carousel-inner .carousel-caption::after {
    height: 240px;
  }

  .theme_push .hover-wall > .container-fluid > .row > div {
    margin-bottom: 30px !important;
  }

  .main_search.theme.mobile .search-area {
    display: none;
  }

  .main_search.theme.mobile .search-area .search-box > div:nth-child(4) {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .main_search.theme.mobile .search-area .search-box > div:nth-child(5) {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .main_search.theme.mobile .search-area .search-box .search-btn {
    width: 100%;
    margin-top: 35px;
  }

  .theme_hashtag .text-container {
    display: none;
  }

  .theme_hashtag div.link-list ul li a,
  .theme_hashtag div.link-list ul li span {
    padding: 3px 15px;
  }

  .main_search.theme.mobile .search-area {
    padding-top: 0;
  }

  .main_search.theme.mobile .search-area .search-box {
    padding: 0 10px;
  }

  .main_search.theme.mobile .search-box .search-btn h5 {
    padding-right: 15px;
    width: 100px;
    letter-spacing: 0;
  }

  .main_search.theme.mobile .search-area .search-box .search-btn h5::after {
    right: 0;
  }

  .main-search.domestic.theme .search_banner {
    display: none;
  }
  .main-search.domestic.theme section.group_banner .search-area .search-box>div:nth-child(1),
  .main-search.domestic.theme section.group_banner .search-area .search-box>div:nth-child(2),
  .main-search.domestic.theme section.group_banner .search-area .search-box>div:nth-child(3) {
    display: none;
  }


  .main-search.domestic.theme section.group_banner .search-area .search-box {
    margin:0 ;
    padding: 0 10px;
    }
    .main-search.domestic.theme section.group_banner .search-area .search-box>div:nth-child(4) {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
    }
    .main-search.domestic.theme section.group_banner .search-area .search-box>div:nth-child(4) .select-input {
    padding: 35px 10px 5px 0;
    }
    .main-search.domestic.theme section.group_banner .search-area .search-box .select-input::before{
          padding-left: 20px;
    }
    .main-search.domestic.theme section.group_banner .search-area .search-box .select-input::after {
      left: 0px;
    }
    .main-search.domestic.theme section.group_banner .search-area .search-box>div:last-child {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
    }
    .main-search.domestic.theme section.group_banner .search-area .search-box .search-btn {
      margin-top: 35px;
    width:100%;
    }
    .main-search.domestic.theme .search-area .search-box .search-btn h5{
    width:100%;
    } 
    .main-search.domestic.theme .mic_icon{
    right: 10px;
    }
    .main-search.domestic.theme .mic_icon i{
    padding: 5px 10px 3px;
    }
}

@media (max-width: 575px) {
  .theme_slider .carousel-caption {
    padding: 0 0 30px;
  }

  .theme_slider .carousel-inner .carousel-caption::before {
    height: 30px;
  }

  .theme_slider .carousel-inner .carousel-caption::after {
    height: 180px;
  }

  .theme_slider h1 {
    font-size: 40px;
  }

  .theme_slider h2 {
    font-size: 18px;
  }

  .main_search.theme.mobile .search-box .search-btn h5 {
    padding-right: 18px;
    width: 90px;
    font-size: 15px;
  }

  .theme_hashtag {
    padding: 0;
  }

  .theme_hashtag .link {
    flex-flow: column;
  }

  .theme_hashtag section.link > .link-list {
    margin-top: 5px;
    padding-left: 20px;
  }

  .theme_hashtag div.link-list ul li a,
  .theme_hashtag div.link-list ul li span {
    font-size: 15px !important;
  }
}

/* 分館自動上架 */
.theme_auto {
  margin-top: 45px;
  margin-bottom: 20px;
}

.theme_auto .product_all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.theme_auto .product_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 30px;
  padding-bottom: 60px;
  bottom: 0;
  background-color: #ffffff;
  -ms-flex: 0 0 calc(33.33333% - 30px);
  flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  position: relative;
  width: 100%;
  transition: 0.5s;
  border: 1px solid #d6dbde;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
}

.theme_auto .product_box:hover {
  border: 1px solid #e89214;
  bottom: 15px;
}

.theme_auto .product_img {
  position: relative;
  overflow: hidden;
  -webkit-order: 1;
  order: 1;
}

.theme_auto .product_img img {
  max-width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: center center;
  transition: 0.5s;
}

.theme_auto .product_box:hover .product_img img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.theme_auto .product_name {
  position: relative;
  padding-top: 20px;
  -webkit-order: 2;
  order: 2;
}

.theme_auto .product_name::after {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 1px;
  background-image: linear-gradient(
    to right,
    #7e7e7e 0%,
    #7e7e7e 10%,
    transparent 30%
  );
  background-size: 5px 1px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.theme_auto .product_name a {
  position: relative;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
  padding: 0 24px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-decoration: none;
}

.theme_auto .product_name a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 18px;
  background: #e89214;
}

.theme_auto .product_price {
  position: absolute;
  -webkit-order: 5;
  order: 5;
  margin: 10px 15px;
  right: 0;
  bottom: 0px;
}

.theme_auto .product_price span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #e89214;
  letter-spacing: 0.01rem;
  padding-right: 15px;
}

.theme_auto .product_price span::first-letter {
  font-size: 14px;
  padding-right: 3px;
  color: #333333;
}

.theme_auto .product_price::after {
  content: "元起";
  position: absolute;
  right: 7px;
  bottom: 3px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.theme_auto .product_price::before {
  content: "";
  background: #ffffff;
  width: 36px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.theme_auto .departure_date {
  display: none;
}

@media (max-width: 991px) {
  .theme_auto .product_box {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .theme_auto .product_box {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 575px) {
  .theme_auto .product_box {
    margin: 0 0 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 講座活動 */
.lectures_top section {
  text-align: center;
}

.lectures_top section h1 {
  font-size: 54px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.lectures_top section h2 {
  font-size: 22px;
  font-family: "Raleway", sans-serif !important;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.lectures_tab {
  margin-bottom: 50px;
}

.lectures_tab > .module-container > .main > .header-title {
  position: relative;
  color: #00223d;
  font-size: 22px;
  letter-spacing: 2.6px;
  margin: 70px auto;
  padding: 0 130px;
  width: auto;
}

.lectures_tab > .module-container > .main > .header-title::before,
.lectures_tab > .module-container > .main > .header-title::after {
  content: "";
  position: absolute;
  top: 17px;
  background: #00223d;
  width: 110px;
  height: 1px;
}

.lectures_tab > .module-container > .main > .header-title::before {
  left: 0;
}

.lectures_tab > .module-container > .main > .header-title::after {
  right: 0;
}

.lectures_tab .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
}

.lectures_tab .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.lectures_tab .nav-tabs .nav-link {
  color: #00223d;
  letter-spacing: 0.7rem;
  font-size: 18px;
  background: #f5f5f5;
  border-radius: 0;
  padding: 0.8rem 1rem;
}

.lectures_tab .nav-tabs .nav-link:focus,
.lectures_tab .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #e89214;
}

.lectures_tab .nav-tabs .nav-item.show .nav-link,
.lectures_tab .nav-tabs .nav-link.active {
  background: #ffffff;
  color: #e89214;
  border-color: #c1c6ca #c1c6ca #fff;
}

.lectures_tab .nav-tabs .nav-item.show .nav-link::before,
.lectures_tab .nav-tabs .nav-link.active::before {
  content: "";
  background: #e89214;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: -3px;
}

.lectures_tab .nav-tabs .nav-link::after {
  content: "";
  background: #c1c6ca;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.lectures_tab .nav-tabs .nav-item.show .nav-link::after,
.lectures_tab .nav-tabs .nav-link.active::after {
  background: #ffffff;
  width: calc(100% - 2px);
  left: 1px;
}

.lectures_tab .nav-tabs .nav-item + .nav-item a {
  border-left: 1px solid #ffffff;
}

.lectures_content .expand-graphics .item_box {
  position: relative;
  border: 1px solid #d6dbde;
  height: 100%;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lectures_content .expand-graphics .item_box:hover {
  border: 1px solid #e89214;
}

.lectures_content .expand-graphics .item_box figure {
  border-radius: 0;
}

.lectures_content .expand-graphics .item_box:hover figure img {
  opacity: 1;
}

.lectures_content .expand-graphics .item_box span.item_btn,
.lectures_content .expand-graphics .item_box:hover span.item_btn_hover {
  display: none;
}

.lectures_content .expand-graphics .item_box figure img {
  aspect-ratio: 5/3.1;
  object-fit: cover;
  object-position: center center;
}

.lectures_content .expand-graphics .item_box .item_more_txt {
  margin-bottom: 20px;
}

.lectures_content .expand-graphics .item_box .item_more_txt h3 {
  position: relative;
  margin: 0;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-weight: 600;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.lectures_content .expand-graphics .item_box .item_more_txt h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 18px;
  background: #e89214;
}

.lectures_content .expand-graphics .item_box .item_more_txt h3::after {
  content: "";
  position: absolute;
  width: calc(100% - 48px);
  height: 1px;
  background-image: linear-gradient(
    to right,
    #7e7e7e 0%,
    #7e7e7e 10%,
    transparent 30%
  );
  background-size: 5px 1px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.lectures_content .expand-graphics .item_box .item_more_txt span.item_tag {
  display: block;
  margin: 0 20px;
  padding: 0;
  line-height: 1.2em;
}

.lectures_content
  .expand-graphics
  .item_box
  .item_more_txt
  span.item_tag
  + span {
  margin-top: 12px;
}

.lectures_content .expand-graphics .item_box .item_more_txt span:nth-child(2) {
  font-weight: 600;
}

.lectures_content .expand-graphics .item_box h4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}

.lectures_content .expand-graphics .item_box h4 span {
  position: relative;
  font-size: 15px;
  padding-right: 5px;
  padding-left: 17px;
}

.lectures_content .expand-graphics .item_box h4 span::before {
  content: "";
  background: url(https://materials.fillo.com.tw/materials/ystravel/images/23255058-f22b-4056-b6f9-f3d73af417c2.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lectures_content .expand-graphics .item_box h4 {
    position: relative;
    right: initial;
    bottom: initial;
    margin: -5px 20px 20px;
  }
}

@media (max-width: 991px) {
  .lectures_top section h1 {
    font-size: 44px;
  }

  .lectures_top section h2 {
    font-size: 18px;
  }

  .lectures_top .module-container div .bgfixed {
    min-height: 250px !important;
  }

  .lectures_top .module-container div .bgfixed > div {
    min-height: 250px !important;
  }

  .lectures_content .expand-graphics .item_box .item_more_txt span.item_tag,
  .lectures_content .expand-graphics .item_box h4,
  .lectures_content .expand-graphics .item_box h4 span {
    font-size: 14px;
  }

  .lectures_content .expand-graphics .item_box h4 span {
    padding-left: 15px;
  }

  .lectures_content .expand-graphics .item_box h4 span::before {
    width: 15px;
  }
}

@media (max-width: 767px) {
  .lectures_tab {
    margin-bottom: 20px;
  }

  .lectures_tab > .module-container > .main > .header-title {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 60px auto;
    padding: 0 60px;
  }

  .lectures_tab > .module-container > .main > .header-title::before,
  .lectures_tab > .module-container > .main > .header-title::after {
    top: 14px;
    width: 50px;
  }

  .lectures_content .expand-graphics > div {
    padding: 0;
  }

  .lectures_content .expand-graphics .item_box .item_more_txt h3 {
    height: auto;
    -webkit-line-clamp: initial;
    padding: 0 20px 5px;
    text-align: justify;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .lectures_top section h1 {
    font-size: 38px;
    letter-spacing: 4px;
  }

  .lectures_tab > .module-container > .main > .header-title {
    font-size: 16px;
    letter-spacing: 0;
    margin: 40px auto;
    padding: 0 40px;
  }

  .lectures_tab > .module-container > .main > .header-title::before,
  .lectures_tab > .module-container > .main > .header-title::after {
    top: 12px;
    width: 30px;
  }

  .lectures_tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0.6rem 1rem;
    letter-spacing: 0.2rem;
  }
}

/* popup */
.ys_overlay,
.ys_overlay_announcement {
  display: none;
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}

.ys_overlay::before,
.ys_overlay_announcement::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

.ys_overlay::after,
.ys_overlay_announcement::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.5;
}

.ys_popup {
  width: 50%;
  max-width: 600px;
  padding: 50px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.ys_popup img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.ys_popup_close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  background: #ebebeb;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ys_popup_close::before {
  position: absolute;
  content: "";
  background-image: url(https://materials.fillo.com.tw/materials/ystravel/images/49186d47-b639-4d8f-8cf5-23f29a78e63d.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.ys_popup_close:hover {
  background-color: #a6a6a6;
}

@media (max-width: 767px) {
  .ys_popup {
    width: 80%;
    padding: 20px;
  }
}

/* gotop */
.ys-gotop .actGotop {
  width: 48px;
  height: 48px;
  bottom: 45px;
  z-index: 1048 !important;
}

.ys-gotop .actGotop a,
.ys-gotop .actGotop a:link {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ys-gotop .actGotop a:hover {
  border: 1px solid #e89214;
}

.ys-gotop .actGotop a i {
  width: 48px;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ys-gotop .actGotop a:hover i {
  top: 5px;
}

@media (max-width: 991px) {
  .ys-gotop .actGotop {
    width: 40px;
    height: 40px;
    bottom: 45px;
    right: 10px;
  }

  .ys-gotop .actGotop a,
  .ys-gotop .actGotop a:link {
    width: 40px;
    height: 40px;
  }

  .ys-gotop .actGotop a i {
    width: 40px;
    top: -3px;
  }

  .ys-gotop .actGotop a:hover i {
    top: 1px;
  }
}

@media (max-width: 575px) {
  .ys-gotop .actGotop {
    width: 35px;
    height: 35px;
    bottom: 25px;
    right: 0;
  }

  .ys-gotop .actGotop a,
  .ys-gotop .actGotop a:link {
    width: 35px;
    height: 35px;
  }

  .ys-gotop .actGotop a i {
    width: 35px;
    top: -3px;
    font-size: 35px;
  }
}

/* footer */
.ys_footer .footer-sample {
  background: #f5f5f5;
}

/* .ys_footer .footer-wrap .fnav_wrap {
  display: none;
} */

.ys_footer  .footer-wrap .fnav_wrap .footer_nav li{
  margin: 15px 0;
}

.ys_footer .footer-wrap .fnav_wrap .footer_nav li + li {
  border-left:1px solid #b8b8b8;
}

.ys_footer .footer-wrap .fnav_wrap .footer_nav li a{
  padding: 0 35px;
}

.ys_footer .footer-wrap .fnav_wrap .footer_nav li a:hover{
  color: #d07c02 !important;
}

.ys_footer .footer-wrap .footer_center {
  background: #f5f5f5;
  padding: 20px 0 40px;
  max-width: 1360px;
  align-items: flex-end;
}

.ys_footer .footer-wrap .footer_sbox {
  margin-top: 0;
}

.ys_footer .footer-wrap .company-info {
  -ms-flex: 0;
  flex: 0;
  max-width: 272px;
  min-width: 272px;
}

.ys_footer .footer-wrap .info_box .info-text {
  margin-bottom: 7px;
}

.ys_footer .footer-wrap .info_box h3 {
  font-size: 16px;
  margin: 30px 0 14px 0;
  letter-spacing: 0.2px;
}

.ys_footer .footer-wrap .info_box p {
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.ys_footer .footer-wrap .contact-info {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  flex-wrap: wrap;
  max-width: 60%;
  margin-top: 0 !important;
  max-height: 70px;
  z-index: 1;
}

.ys_footer .footer-wrap .contact-box {
  padding: 0px 5px 0px 16px;
  border-left: 1px solid #ccc;
  margin-bottom: 0 !important;
}

.ys_footer .footer-wrap .contact-box > a + a {
  margin-top: 15px;
  display: block;
}

.ys_footer .footer-wrap .contact-box h2 {
  margin-bottom: 0;
}

.ys_footer .footer-wrap .contact-box h4 {
  color: #333333;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 600;
}

.ys_footer
  .footer-wrap
  .contact-info
  > .contact-box:first-child
  > a:nth-child(2)
  h4 {
  font-size: 22px;
  font-style: italic;
}

/* .ys_footer .footer-wrap .contact-info>.contact-box:first-child>a:nth-child(2) h4::before {
    content: "客服專線";
    padding-right: 8px;
    font-size: 16px;
    font-style: initial;
}

.ys_footer .footer-wrap .contact-info>.contact-box:first-child>a:nth-child(3) h4::before {
    content: "傳真";
    padding-right: 8px;
}

.ys_footer .footer-wrap .contact-info>.contact-box:nth-child(2)>a:nth-child(2) h4::before {
    content: "E-mail";
    padding-right: 8px;
}

.ys_footer .footer-wrap .contact-info>.contact-box:nth-child(2)>a:nth-child(3) h4::before {
    content: "地址";
    padding-right: 8px;
} */

.ys_footer .footer-wrap .contact-box h4 img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 17px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333333;
}

.ys_footer .footer-wrap .icon_wrap {
  position: initial;
  padding: 3px 22px;
}

.ys_footer .footer-wrap .icon_wrap p {
  font-size: 13px;
  letter-spacing: 0;
}

.ys_footer .footer-wrap .icon_wrap ul.footer_bticon {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 40%;
  right: inherit;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1360px;
  max-width: 100%;
}

.ys_footer .footer-wrap .footer_bticon li i {
  font-size: 22px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ys_footer .footer-wrap .footer_bticon li:last-child a {
  background: #00223d;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ys_footer .footer-wrap .footer_bticon li:nth-child(2) a i {
  background: #00223d !important;
  position: relative;
}

.ys_footer .footer-wrap .footer_bticon li:nth-child(2) a i:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(253, 244, 151) !important;
  background: -moz-linear-gradient(
    45deg,
    rgba(253, 244, 151, 1) 0%,
    rgba(253, 244, 151, 1) 5%,
    rgba(253, 89, 73, 1) 45%,
    rgba(214, 36, 159, 1) 60%,
    rgba(40, 90, 235, 1) 90%
  ) !important;
  background: -webkit-linear-gradient(
    45deg,
    rgba(253, 244, 151, 1) 0%,
    rgba(253, 244, 151, 1) 5%,
    rgba(253, 89, 73, 1) 45%,
    rgba(214, 36, 159, 1) 60%,
    rgba(40, 90, 235, 1) 90%
  ) !important;
  background: linear-gradient(
    45deg,
    rgba(253, 244, 151, 1) 0%,
    rgba(253, 244, 151, 1) 5%,
    rgba(253, 89, 73, 1) 45%,
    rgba(214, 36, 159, 1) 60%,
    rgba(40, 90, 235, 1) 90%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf497', endColorstr='#285aeb', GradientType=1) !important;
}

.ys_footer .footer-wrap .footer_bticon li:nth-child(2):hover a i:after {
  opacity: 1;
}

.ys_footer .footer-wrap .footer_bticon li:nth-child(2):hover a i {
  background: transparent !important;
}

.ys_footer .footer-wrap .footer_bticon li:last-child a img {
  width: 22px;
  height: 45px;
}

.ys_footer .footer-wrap .footer_bticon li:first-child:hover a i {
  background: #3b5998 !important;
}

.ys_footer .footer-wrap .footer_bticon li:nth-child(3):hover a i {
  background: #ff0000 !important;
}

.ys_footer .footer-wrap .footer_bticon li:last-child:hover a {
  background: #00c300;
}

/* footer加上台中高雄版本 */
.ys_footer.new .footer-wrap .contact-box h2 {
  margin-bottom: 15px;
}

.ys_footer.new .footer-wrap .contact-info {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: initial;
}

.ys_footer.new .footer-wrap .company-info,
.ys_footer.new .footer-wrap .contact-info {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-width: inherit;
}

.ys_footer.new .footer-wrap .company-info .info_box .info-logo {
  flex: 0;
  max-width: 210px;
  min-width: 210px;
}

.ys_footer.new .footer-wrap .company-info .info_box .info-logo img {
  width: 176px;
  height: 35px;
}

.ys_footer.new .footer-wrap .company-info .info_box .info-text {
  flex: 1;
}

.ys_footer.new .footer-wrap .info_box .info-text p {
  display: inline-block;
}

.ys_footer.new .footer-wrap .info_box .info-text p + p {
  margin-left: 10px;
}

.ys_footer.new .footer-wrap .info_box h3 {
  margin: 0px 0 6px 0;
}

.ys_footer.new .footer-wrap .fb-info {
  height: initial;
}

.ys_footer.new .footer-wrap .contact-box h4 {
  font-weight: 400;
}

.ys_footer.new .contact-info > .contact-box:first-child > a:nth-child(2) h4 {
  font-size: 16px;
  font-style: inherit;
}

.ys_footer.new .footer-wrap .contact-box > a + a {
  margin-top: 10px;
}

/* .ys_footer.new .footer-wrap .contact-info>.contact-box a:nth-child(2) h4::before {
    content: "TEL";
    padding-right: 8px;
}

.ys_footer.new .footer-wrap .contact-info>.contact-box a:nth-child(3) h4::before {
    content: "FAX";
    padding-right: 8px;
} */

.ys_footer.new .footer-wrap .icon_wrap ul.footer_bticon {
  justify-content: center;
  top: initial;
  bottom: 50px;
}

/*.ys_footer.new .footer-wrap .info_box p::after { content: " 聯絡人：彭姍瑋"; padding-left: 15px; }*/

@media (max-width: 1499px) {
  .ys_footer .footer-wrap .company-info {
    min-width: initial;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .ys_footer .footer-wrap .contact-info {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .ys_footer .footer-wrap .fb-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 60px;
  }

  .ys_footer .footer-wrap .icon_wrap ul.footer_bticon {
    justify-content: center;
    top: initial;
    bottom: 50px;
  }

  .company-info > .row > a,
  .company-info > .row > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1360px) {
  .ys_footer .footer-wrap .footer_center {
    padding: 20px 30px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .ys_footer .footer-wrap .contact-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .ys_footer .footer-wrap .company-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .ys_footer .footer-wrap .contact-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .ys_footer .footer-wrap .info_box h3 {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 835px) {
  .ys_footer.new .footer-wrap .info_box .info-text p {
    display: block;
  }

  .ys_footer.new .footer-wrap .info_box .info-text p + p {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .ys_footer .footer-wrap .contact-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
    margin-bottom: 0px !important;
    padding: 0;
  }

  .ys_footer .footer-wrap .contact-info {
    max-height: initial;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }

  .ys_footer .footer-wrap .fb-info {
    height: 30px;
  }

  .ys_footer.new .contact-info .contact-box + .contact-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }

  .ys_footer.new .footer-wrap .company-info .info_box .info-logo {
    flex: 0 0 100%;
    max-width: initial;
    min-width: initial;
    text-align: center !important;
  }

  .ys_footer.new .footer-wrap .company-info .info_box .info-text {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .ys_footer .company-info > .row > a {
    flex: 0;
    max-width: 180px;
    min-width: 180px;
    padding: 0;
  }

  .ys_footer .company-info > .row > div {
    flex: 1;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .ys_footer .footer-wrap  .fnav_wrap .footer_nav li a {
    margin: 5px 0;
  }
  .ys_footer .footer-wrap  .fnav_wrap .footer_nav li a {
    padding: 0 0.5em;
  }
  
  .ys_footer .footer-wrap .info_box h3,
  .ys_footer .footer-wrap .info_box p {
    text-align: left;
  }

  .ys_footer .footer-wrap .info_box .info-text {
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 0;
  }

  .ys_footer .footer-wrap .info_box .info-logo {
    padding-left: 0;
  }

  .ys_footer.new .footer-wrap .info_box h3,
  .ys_footer .footer-wrap .info_box p {
    text-align: center;
  }
}

/* Messenger */
.fb_dialog_content > iframe {
  right: 18px !important;
  top: auto !important;
  bottom: 110px !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .fb_dialog_content > iframe {
    right: 10px !important;
    bottom: 100px !important;
  }
}

@media (max-width: 991px) {
  .fb_dialog_content > iframe {
    right: 10px !important;
    bottom: 100px !important;
  }
}

@media (max-width: 991px) {
  .fb_dialog_content > iframe {
    right: 0px !important;
    bottom: 80px !important;
  }
}

/********** 公版 **********/
.go-to-top {
  display: none !important;
}

/* 會員登入 */
.member_home .signin_width {
  margin-top: 220px;
  margin-bottom: 180px;
}

@media (max-width: 767px) {
  .member_home .signin_width {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

/* 會員專區 */
@media (min-width: 768px) {
  .member_width .member_title {
    margin: 70px 0 30px;
  }
}

/* 訂購流程頁 */
.stepPage_btn > div > div {
  flex: 1;
  max-width: initial;
}

@media (min-width: 768px) {
  form.general_order_width,
  .group_order_width,
  form.group_order_width {
    margin-top: 100px;
  }
}

/* 搜尋列表 */
.WinChrome section.group_banner.search_banner,
.WinIe section.group_banner.search_banner {
  height: 300px;
}

.WinChrome section.group_banner .search-area,
.WinIe section.group_banner .search-area {
  bottom: calc(32% - (110px / 2));
}

.WinChrome section.group_banner.search_banner::after,
.WinIe section.group_banner.search_banner::after {
  background: rgb(0 34 61 / 30%);
}

.list_con .style_icon .nav-pills .nav-link.active svg {
  fill: #e89214;
}

.search-area .search-box .search-btn {
  background: #e89214;
  -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;
  transition: all 0.3s ease-in-out;
}

.search-area .search-box .search-btn:hover {
  background: #e86914;
}

.WinChrome section.group_banner .search-area input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: sub;
  line-height: 0.9rem;
  position: relative;
}

.WinChrome section.group_banner .search-area input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f6f0e9;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f0e9;
}

.WinChrome
  section.group_banner
  .search-area
  input[type="checkbox"]:checked::before {
  content: "\2713";
  position: absolute;
  background-color: #e89214;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #e89214;
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  font-weight: bold;
}

section.search_con .text_blue {
  color: #e89214;
}

.search-area .search-box .select-goal .title i,
.search-area .search-box .select-place .title i,
.search-area .search-box .select-date .title i,
section.search_banner .search-area .search-box .select-input .data-icon-search {
  color: #e89214;
}

.table .thead,
.table .thead:hover {
  background: #00223d;
  height: 3rem;
  font-size: 18px;
  line-height: 3rem;
}

.irs-from,
.irs-to,
.irs-single,
.irs-slider,
.irs-bar {
  background: #e89214;
}

.irs-slider.state_hover,
.irs-slider:hover {
  border: 2px solid #e89214;
}

.badge-primary {
  background: #9b9b9b;
}

.filter_list .form-check .customcheck input:checked ~ .checkmark {
  background: #e89214;
  border-radius: 4px;
}

.filter_list i {
  color: #e89214;
}

figure.block_style .pic_all::after {
  border-color: transparent transparent transparent rgb(232 146 20 / 50%);
}

figure.block_style .main_words a:hover,
.pic_style figure.block_style .main_words a:hover,
.search_table .main_words .title_main:hover {
  color: #e89214 !important;
}

figure.block_style .plane_word .go-airport,
figure.block_style .plane_word .rounded {
  font-size: 0.9rem;
  line-height: 1rem;
}

/* 價格區間start */
.filter_list .range-slider {
  padding: 0px 17px 0px 17px;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: 0 0;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs {
  height: 55px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 2px;
  top: 34px;
  background: #eee;
  background: #dee2e6;
  border: none;
  border-radius: 16px;
}

.irs-line-left {
  height: 2px;
}

.irs-line-mid {
  height: 2px;
}

.irs-line-right {
  height: 2px;
}

.irs-bar {
  height: 3px;
  top: 33px;
  border-top: none;
  border-bottom: none;
  background: #e89214;
  background: #e89214;
}

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #e89214;
  border-right: 0;
  background: #e89214;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e89214),
    to(#e89214)
  );
  background: linear-gradient(to top, #e89214 0, #e89214 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.irs-slider {
  top: 25px;
  width: 20px;
  height: 20px;
  border: none;
  background: #ddd;
  background: #e89214;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
  background: #fff;
  border: 2px solid #e89214;
}

.irs-max,
.irs-min {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
  background: #ccc;
}

.irs-from,
.irs-single,
.irs-to {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #e89214;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
  background: #999;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #e89214;
}

.irs-grid-pol.small {
  background: #999;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

/* 價格區間end */

@media (max-width: 1199px) {
  .WinChrome section.group_banner.search_banner,
  .WinIe section.group_banner.search_banner {
    height: 370px;
  }

  .WinChrome section.group_banner .search-area,
  .WinIe section.group_banner .search-area {
    bottom: calc(40% - (210px / 2));
  }
}

@media (max-width: 767px) {
  .WinChrome section.group_banner.search_banner,
  .WinIe section.group_banner.search_banner {
    height: 620px;
  }

  .WinChrome section.group_banner .search-area,
  .WinIe section.group_banner .search-area {
    bottom: calc(50% - (440px / 2));
  }
}

/* 團型列表 */
section.group_table.tripdown .search_table tbody td.go-date .item_days {
  display: none;
}

section.group_table.tripdown .search_table tbody td.go-airport img {
  margin: 0 auto;
}

section.group_banner .info .btn-primary,
section.group_banner .info .btn-primary:not(:disabled):not(.disabled):active,
section.group_banner .info .btn-primary:not(:disabled):not(.disabled).active,
section.group_banner .info .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background: #00223d;
  border-color: #00223d;
}

@media (min-width: 576px) {
  .web-page-frame
    > .row:nth-child(2)
    > div
    > div
    > .row
    > div:nth-child(2)
    > .row
    > table.search_table {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .web-page-frame
    > .row:nth-child(2)
    > div
    > div
    > .row
    > div:nth-child(2)
    > .row
    > table.search_table {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .web-page-frame
    > .row:nth-child(2)
    > div
    > div
    > .row
    > div:nth-child(2)
    > .row
    > table.search_table {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .web-page-frame
    > .row:nth-child(2)
    > div
    > div
    > .row
    > div:nth-child(2)
    > .row
    > table.search_table {
    max-width: 1440px;
  }
}

.web-page-frame
  > .row:nth-child(2)
  > div
  > div
  > .row
  > div:nth-child(2)
  > .row
  > table.search_table {
  background: #fff;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.web-page-frame
  > .row:nth-child(2)
  > .col-md-12
  > div
  > .row
  > .col-lg-12
  > .row
  > .text-center {
  width: 100%;
  margin-bottom: 3rem;
}

.web-page-frame
  > .row:nth-child(2)
  > .col-md-12
  > div
  > .row
  > .col-lg-12
  > .row
  > .text-center
  > a {
  background: #00223d;
  border: 1px solid #00223d;
  color: #ffffff;
  line-height: 1.3rem;
}

@media (max-width: 991.98px) {
  .D_products_group_mold .search_table .main_words .tag_all {
    display: flex;
  }
}

@media (max-width: 767px) {
  .D_products_group_mold
    section.group_table.tripdown
    .search_table
    .tag_all
    .btn {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .D_products_group_mold section.group_banner {
    margin-top: 0;
  }
}

/* 個團明細頁 */
section.group_banner .price_content .panel-info {
  border: 1px solid #f39500;
}

section.group_banner .price_content .panel-info .panel-heading {
  background: #f39500;
  font-size: 1rem;
}

section.group_banner .price_content .panel-info .panel-body {
  font-size: 1rem;
}

section.trip_note .card-header .btn[aria-expanded="true"],
section.trip_note .card-header .btn:hover {
  background: #f39500;
}

section.group_table.trip_features {
  text-align: left;
}

section.group_table.trip_features .group_table_box p,
section.group_table.trip_day .day_con .info_box .info p {
  line-height: 1.75em;
  font-size: 16px;
  word-break: break-all;
}

section.group_table.trip_features:before,
section.group_table.trip_airline:before,
section.group_table.trip_day:before,
section.group_table.trip_note:before,
section.group_table.view_intro:before,
section.group_table.tripdown:before {
  opacity: 0.2;
  -webkit-filter: grayscale(1);
}

section.group_table.trip_features:after,
section.group_table.trip_airline:after,
section.group_table.trip_day:after,
section.group_table.trip_note:after,
section.group_table.view_intro:after,
section.group_table.tripdown:after {
  background: #ededed;
}

section.group_table.trip_day .day_con .info_box > .row > .col-lg-4.col-sm-12 {
  display: none;
}

section.group_table.trip_day .day_con .info_box > .row > .col-lg-8.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

section.group_table.trip_day .info_box .info_box_title {
  margin-left: 0;
  width: 100%;
}

section.group_table.trip_features .container > div > h2,
section.group_table.trip_airline .container > div > h2,
section.group_table.trip_day .container > div > h2,
section.group_table.trip_note .container > div > h2,
section.group_table.view_intro .container > div > h2,
section.group_table.tripdown .container > div > h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 3px 7px;
  font-size: 28px;
  color: #00223d;
  text-shadow: none;
}

section.group_table.trip_features .container > div > h2::after,
section.group_table.trip_airline .container > div > h2::after,
section.group_table.trip_day .container > div > h2::after,
section.group_table.trip_note .container > div > h2::after,
section.group_table.view_intro .container > div > h2::after,
section.group_table.tripdown .container > div > h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e89214;
  bottom: 0;
  left: 0;
}

section.group_table.trip_features .container .group_table_box,
section.group_table.trip_airline .container .group_table_box,
section.group_table.trip_day .container .group_table_box,
section.group_table.trip_note .container .group_table_box,
section.group_table.view_intro .container .group_table_box,
section.group_table.tripdown .container .group_table_box {
  margin-top: 3rem;
}

.Day_menu.day_fixed {
  top: 114px !important;
}

.Day_menu .swiper_day .swiper-slide a:hover {
  color: #fff;
  background: #f39500;
  border: 1px solid #f39500;
}

.sale-situation .btn-info.disabled,
.sale-situation .btn-info:disabled {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}

section.group_table.trip_day .day_con .info_box .info img {
  object-fit: cover;
}

section.group_table.trip_day .day_con {
  padding-bottom: 30px;
}

.modal-header.plane h5#exampleModalLongTitle .plane-sche{
  display: none;
}/*隱藏航班彈出視窗上方標題*/

/*每日行程下方新增警語*/
section.group_table.trip_day .day_con::before {
  content: "【上述資料僅供現階段參考，正確行程順序及內容以行前說明會資料為主】\A《註：以上行程內容僅供參考，詳細行程先後順序，將視當地狀況為您做最妥善的安排。》";
  white-space: pre-wrap;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
  font-size: 16px;
  position: absolute;
  color: #f34f00;
}

/*手機版下方選單調整 start*/
@media (max-width: 991px) {
  .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(2) a{ 
      display: block;  padding-top: 16px;
  }
  .sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li:nth-child(2)>a>img {
      margin: 0 auto;
  }
}
/*手機版下方選單調整 end*/


@media (min-width: 992px) {
  .sub_menu-trip .server_menu > ul{
     margin-bottom: 0;
  }
  .sub_menu-trip{ 
    top: 80px;
  }
  .sub_menu-trip .trip_menu i{
    display: none;
  }
  .sub_menu-trip .trip_menu li {
    margin: 0 auto 4px auto;
  }
  .sub_menu-trip .trip_menu li a{
    padding-bottom: 4px;
  }
  .sub_menu-trip .trip_menu li a span{
    font-size: 15px;
  }
  .sub_menu-trip .trip_menu li a:hover span {
    color: #f39500;
  }
}

@media (max-width: 1400px) {
  section.group_banner.trip_banner h1 {
    font-size: 2rem;
  }

  section.group_banner.trip_banner h3.price {
    font-size: 1.8rem;
  }
}

@media (max-width: 1350px) {
  section.group_banner.trip_banner h1 {
    font-size: 1.8rem;
  }

  section.group_banner.trip_banner h3.price {
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  section.group_table.trip_day .day_con {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .Day_menu.day_fixed {
    top: 64px !important;
  }

  .D_products_group_detail section.group_table.trip_day table.table {
    margin-bottom: 5rem;
  }

  .D_products_group_detail section.group_table.trip_day table.table::before {
    font-size: 15px;
    bottom: -50px;
  }

  section.group_table.trip_day .day_con {
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .Day_menu.day_fixed {
    top: 52px !important;
  }
}

/* 行程明細出發日期 */
.fc .fc-toolbar-title {
  font-size: 1.4em;
}

.fc th.fc-col-header-cell.fc-day {
  background: #fff4e2;
}

.fc .fc-button {
  padding: 0.2em 0.4em;
}

.fc .fc-button-primary {
  color: #f39500;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #f39500;
  background-color: #ffdba1;
  background-color: #fff4e2;
  border-color: #ffdba1;
  border-color: #ffdba1;
}

.fc .fc-toolbar.fc-header-toolbar {
  background: #f39500;
  padding: 5px 10px;
}

#tripDateList.table .thead,
#tripDateList.table .thead:hover {
  background: #f39500;
  height: 3rem;
  font-size: 18px;
  line-height: 3rem;
}

.fc-toolbar-chunk .fc-today-button.fc-button-primary:disabled {
  background-color: #99a6a6;
  background-color: #99a6a6;
  border-color: #99a6a6;
  border-color: var(--fc-button-border-color, #99a6a6);
}

.fc .fc-toolbar-chunk .fc-today-button.fc-button-primary:disabled:hover {
  color: #ffffff;
}

.fc .fc-daygrid-day-frame {
  border-bottom: 2px solid #dddddd;
}

section.group_table.tripdown .container .fc-toolbar h2.fc-toolbar-title {
  text-shadow: none;
  font-size: 18px;
  line-height: 3rem;
}

.D_products_group_mold #search-calendar .fc .fc-toolbar.fc-header-toolbar,
.D_products_group_detail #search-calendar .fc .fc-toolbar.fc-header-toolbar {
  background: #f39500;
  height: 3rem;
}

.D_products_group_mold #search-calendar .fc .fc-button,
.D_products_group_detail #search-calendar .fc .fc-button {
  box-shadow: none;
}

.D_products_group_mold #search-calendar .fc .fc-button-primary,
.D_products_group_detail #search-calendar .fc .fc-button-primary {
  color: #f39500;
  color: var(--fc-button-text-color, #f39500);
  border-color: #f39500;
  border-color: var(--fc-button-border-color, #f39500);
}

.D_products_group_mold #search-calendar .fc .fc-button-primary:disabled,
.D_products_group_detail #search-calendar .fc .fc-button-primary:disabled {
  background-color: #fcc061;
  background-color: var(--fc-button-bg-color, #fcc061);
}

.D_products_group_mold
  #search-calendar
  .fc
  .fc-button-primary:not(:disabled):hover,
.D_products_group_detail
  #search-calendar
  .fc
  .fc-button-primary:not(:disabled):hover,
.D_products_group_mold
  #search-calendar
  .fc
  .fc-button-primary:not(:disabled):active,
.D_products_group_detail
  #search-calendar
  .fc
  .fc-button-primary:not(:disabled):active,
.D_products_group_mold
  #search-calendar
  .fc
  .fc-button-primary:not(:disabled).fc-button-active,
.D_products_group_detail
  #search-calendar
  .fc
  .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #fff4e2;
  background-color: var(--fc-button-active-bg-color, #fff4e2);
  border-color: #f39500;
  border-color: var(--fc-button-active-border-color, #f39500);
}

section.group_table.tripdown .style_icon ul li a.nav-link {
  border: 1px solid #cacaca;
  color: #545454;
}

section.group_table.tripdown .style_icon ul li a.nav-link.active {
  border: 1px solid #f39500;
  color: #f39500;
  background-color: #ffffff;
}

section.group_table.tripdown .style_icon ul li a.nav-link.active svg {
  fill: #f39500;
}

section.group_table.tripdown .style_icon ul li a.nav-link svg {
  fill: #545454;
}

section.group_table.tripdown .search_table tbody td.tour-price span {
  font-family: "Raleway", sans-serif !important;
  font-size: 1.4rem;
  color: #1ebec4;
}

.fc-h-event {
  display: block;
  padding: 5px;
  border: 1px solid transparent;
  border: 1px solid var(--fc-event-border-color, transparent);
  background-color: transparent;
  background-color: transparent;
}

.fc-h-event .fc-event-main .seat {
  color: #8a8a8a;
}

.fc-h-event .fc-event-main .price {
  color: #f39500;
  text-align: right;
}

.fc-daygrid-event-harness + .fc-daygrid-event-harness {
  border-top: 1px dotted #dddddd;
}

.fc-toolbar-chunk .fc-today-button.fc-button-primary:disabled {
  background: #fcc061;
  border-color: #fcc061;
}

section.trip_note .card-header .btn {
  padding: 10px 42px 10px 22px;
}

section.trip_note .card-header a:after {
  top: 14px;
}

section.group_table.trip_day .info_box .info_box_title .day_sub-title {
  word-break: break-all;
}

section.group_table.trip_day .day_con .info {
  word-break: break-all;
}

/* section.group_table.tripdown .style_icon{ display: none;} */

/* 隱藏月曆，強制顯示列表模式 */
/* .D_products_group_mold #search-calendar, .D_products_group_detail #search-calendar{display: none;}
.D_products_group_mold #search-table, .D_products_group_detail #search-table{display: block;opacity: 1;}
.D_products_group_mold #pills-tab .nav-item #pills-home-tab, .D_products_group_mold #pills-tab .nav-item #pills-contact-tab,
.D_products_group_detail #pills-tab .nav-item #pills-home-tab, .D_products_group_detail #pills-tab .nav-item #pills-contact-tab{opacity: 0;}
.D_products_group_mold #pills-tab .nav-item, .D_products_group_mold #pills-tab .nav-item #pills-contact-tab, .D_products_group_detail #pills-tab .nav-item, .D_products_group_detail #pills-tab .nav-item { list-style: none; } */
@media (max-width: 991px) {
  #tripDateList > tbody > tr {
    border-top: 1px solid #dee2e6;
  }

  section.group_table.tripdown .search_table > tbody > tr.thead {
    display: none;
  }

  .D_products_group_detail .search_table .main_words .tag_all {
    display: flex;
  }
}

@media (max-width: 767px) {
  .D_products_group_detail
    section.group_table.tripdown
    .search_table
    .tag_all
    .btn {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .D_products_group_detail section.group_banner {
    margin-top: 0;
  }
}

/* 行程明細的天數會擋到每日行程標題的調整20240207 */
.D_products_group_detail .day_con .info_box {
  margin-bottom: 0;
  padding-top: 70px;
}

.D_products_group_detail section.group_table.trip_day .day_con{
    margin-top: 0;
}

.D_products_group_detail .menu_container {
  height: 70px !important;
}

.D_products_group_detail  .Day_menu{
    padding-bottom: 0;
}


/* 國內搜尋列表 */
.D_products_domestic_search section.group_banner {
  margin-top: 110px;
  z-index: 10;
}
body.D_products_domestic_search{
  background: #f5f5f5;
}
.D_products_domestic_search .accordion_all { 
  background: #ffffff; 
}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure .title i,
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination .title i{ 
  color: #e89214;
}
.D_products_domestic_search .filter_list i{
   color: #909090;
}
.D_products_domestic_search .travel-days .badge-primary,
.D_products_domestic_search .others  .badge-primary{ 
  background-color: #909090; 
}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label { 
  color: #e89214; background: #f9e7db; 
}
.D_products_domestic_search section.group_banner .search-area > form.container { 
  border: 0; position: relative; 
  background-image: url(https://materials.fillo.com.tw/materials/cowelltrip/images/39a99b35-d14f-4f97-ac3f-d55c771e4ddb.jpg); 
}
.D_products_domestic_search section.group_banner .search-area > form.container::after { 
  width: 100%; 
  background: rgb(161 154 154 / 50%); 
  display: block; 
  z-index: 0; 
  content: ''; 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
}
.D_products_domestic_search section.group_banner .search-area .search-box{ 
  z-index: 1; 
}
.D_products_domestic_search section.group_banner .form-check .customcheck input:checked ~ .checkmark{ 
  background-color: #e89214;
}
.D_products_domestic_search section.group_banner .form-check label { 
  color: #fff; 
}
@media (max-width: 767px) {
  .D_products_domestic_search section.group_banner {
    margin-top: 70px;
  }
}

/* 國內旅遊團型明細頁 */
.D_products_domestic_molddetail .DetailContainer { 
  margin-top: 110px; 
}
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div::after { 
  border-color: transparent transparent transparent #f39500; 
}
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div{
   background-color: #f39500;
  }
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn { 
  background: #f39500;
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn,
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn,
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { 
  background: #f6f0e9; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu a { 
  font-size: 16px; 
  color: #f39500; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn > a > span { 
  font-size: 18px; 
  width: auto; 
  line-height: 
  35px; 
  margin-right: 2px; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn .disabled,
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn a { 
  color: #ffffff; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a { 
  border-left: 0; color: #ffffff; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after { 
  margin-left: 5px; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span.icon-icon-share { 
  margin-left: 4px; 
  margin-right: 5px; 
  font-size: 18px; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu li { 
  box-shadow: none; 
}
.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li ul li a { 
  border-left: 0; color: #ffffff; padding: 0 8px; 
}
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link{ 
  border: 1px solid #f39500; border-bottom-color: #f39500; color: #f39500;
}
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active {
  background-color: #f39500;
  color: white;
}
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before {
  color: #f39500;
}
@media (min-width: 1601px){
    .D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .Remark{ 
      flex: 0 0 200px; max-width: 200px;
    }
}
@media (min-width: 992px){
    .D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .ItineraryName{  
      flex: 1;  
      max-width: initial;  
      min-width: initial;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li{ 
      height: 45px; 
      font-size: 1rem;  
      min-width: initial;
    }  
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { 
      padding: 5px 8px 5px 10px; 
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) i{ 
      font-size: 20px;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a { 
      padding: 5px 8px; 
      border-left: 1px solid #f39500; 
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .trip_menu { 
      width: 76px; 
      padding: 10px 3px 0 3px;  
      border: 1px solid #f39500;
      border-right: 0;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .trip_menu li a span { 
      font-size: 0.9rem; 
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{ 
      color: #f39500;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul { 
      height: 45px; 
      width: 180px; 
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li { 
      height: 45px; 
    }
}
@media (max-width: 1600px) and (min-width: 992px){
    .D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .Remark{ 
      flex: 0 0 150px; 
      max-width: 150px;
    }
    .D_products_domestic_molddetail .Detail.DepartureDate>.container.col-md-9 { 
      max-width: 100%; 
    }
}
@media (max-width: 1350px){
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a i,
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span{ 
      font-size: 18px;
    }
}
@media (max-width: 991px){
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li ul li a{ 
      display: table;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{ 
      line-height: 50px; 
      height: 50px;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { 
      padding-top: 5px; 
    }
}
@media (max-width: 991.98px){
  .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a{
    border-left: 1px solid #f39500;
  }
	.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu{
    width: 100vw; 
  }
}
@media (max-width: 767px){
  .D_products_domestic_molddetail .DetailContainer{
    margin-top: 60px;
  }
	.D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu{ 
    width: 100vw; 
  }
}
@media (max-width: 575px){
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn a { 
      font-size: 0;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn a { 
      font-size: 0; 
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a i,
	  .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span{ 
      line-height: 45px;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li a span.icon-icon-share { 
      line-height: 40px; 
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a{ 
      font-size: 0;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn > a > span{ 
      margin-right: 5px;
    }
    .D_products_domestic_molddetail .Detail.DepartureDate .IconMean{ 
      top: 30px;
    }
    .D_products_domestic_molddetail .Detail.sub_menu-trip .server_menu { 
      width: 100vw; 
    }
}


/* 國內旅遊個團明細頁 */
.D_products_domestic_gdetail .DetailContainer { 
  margin-top: 110px; 
}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div::after { 
  border-color: transparent transparent transparent #f39500; 
}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div{
   background-color: #f39500;
  }
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn { 
  background: #f39500;
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn,
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn,
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn,
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { 
  background: #f6f0e9; 
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu a { 
  font-size: 16px; 
  color: #f39500; 
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn > a > span { 
  font-size: 18px; 
  width: auto; 
  line-height: 
  35px; 
  margin-right: 2px; 
}
.D_products_domestic_gdetail  .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn {
  background: #f39500;
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a i,
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a span {
  margin-right: 0;
  font-size: 20px;
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn .disabled,
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.join-fixed-btn a { 
  color: #ffffff; 
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a { 
    color: #f39500;
    border-left: 1px solid #f39500;
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1)::after { 
  margin-left: 5px; 
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a span.icon-icon-share { 
  margin-left: 4px; 
  margin-right: 5px; 
  font-size: 18px; 
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu li { 
  box-shadow: none; 
}
.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li ul li a { 
  border-left: 0; color: #ffffff; padding: 0 8px; 
}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link{ 
  border: 1px solid #f39500; border-bottom-color: #f39500; color: #f39500;
}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active {
  background-color: #f39500;
  color: white;
}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before {
  color: #f39500;
}
@media (min-width: 1601px){
    .D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .Remark{ 
      flex: 0 0 200px; max-width: 200px;
    }
}
@media (min-width: 992px){
    .D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .ItineraryName{  
      flex: 1;  
      max-width: initial;  
      min-width: initial;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li{ 
      height: 45px; 
      font-size: 1rem;  
      min-width: initial;
    }  
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { 
      padding: 5px 8px 5px 10px; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) i{ 
      font-size: 20px;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a{
      padding: 5px 8px 5px 7px; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a { 
      padding: 5px 8px 5px 7px; 
      border-left: 1px solid #f39500; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .trip_menu { 
      width: 76px; 
      padding: 10px 3px 0 3px;  
      border: 1px solid #f39500;
      border-right: 0;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .trip_menu li a span { 
      font-size: 0.9rem; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .trip_menu li a:hover span{ 
      color: #f39500;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul { 
      height: 45px; 
      width: 180px; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li { 
      height: 45px; 
    }
}
@media (max-width: 1600px) and (min-width: 992px){
    .D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .Remark{ 
      flex: 0 0 150px; 
      max-width: 150px;
    }
    .D_products_domestic_gdetail .Detail.DepartureDate>.container.col-md-9 { 
      max-width: 100%; 
    }
}
@media (max-width: 1350px){
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a i,
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a span{ 
      font-size: 18px;
    }
}
@media (max-width: 991px){
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li ul li a{ 
      display: table;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn ul li{ 
      line-height: 50px; 
      height: 50px;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.favor-fixed-btn a:nth-child(1) { 
      padding-top: 5px; 
    }
}
@media (max-width: 991.98px){
  .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a{
    border-left: 1px solid #f39500;
  }
	.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu{
    width: 100vw; 
  }
}
@media (max-width: 767px){
  .D_products_domestic_gdetail .DetailContainer{
    margin-top: 60px;
  }
	.D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu{ 
    width: 100vw; 
  }
}
@media (max-width: 575px){
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.share-fixed-btn a { 
      font-size: 0;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.download-fixed-btn a { 
      font-size: 0; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a i,
	  .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a span{ 
      line-height: 45px;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li a span.icon-icon-share { 
      line-height: 40px; 
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn a{ 
      font-size: 0;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu a{
       font-size: 0;
    }
    .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu > ul > li.query-fixed-btn > a > span{ 
      margin-right: 5px;
    }
    .D_products_domestic_gdetail .Detail.DepartureDate .IconMean{ 
      top: 30px;
    }
	  .D_products_domestic_gdetail .Detail.sub_menu-trip .server_menu { 
      width: 100vw; 
    }
}


/* 使用範本 */
.day_style_10 {
  width:auto; 
  margin-bottom: 20px; 
  position: relative;
}
.day_style_10 img {
  width:100%;
}
.day_style_10 .item_text {
  position: absolute; 
  bottom: 10%; z-index: 10; 
}
.day_style_10 .item_text p {
  margin: 0; 
  background: rgba(0, 0, 0, 0.6); 
  color: #FFF; 
  padding:50px;
}
.day_style_10 .item_text *{
  color: #FFF;
}
.day_style_11 {
  width: 100%; 
  display: block; 
  margin-bottom: 20px; 
  padding: 0;
}
.day_style_11 .tp_group {
  width:100%;
  padding: 0; 
  display: inline-block;
}
.day_style_11 .tp_group p {
  margin: 10px 0 0;
}
.day_style_11 .tp_group img {
  width:100%;
}
.day_style_12 {
  width: 100%; 
  display: block; 
  margin-bottom: 20px; 
  padding: 0 10px;
}
.day_style_12 .tp_group {
  padding: 10px 0; 
  display: inline-block;
}
.day_style_12 .tp_group img {
  width:100%;
}
.day_style_13 {
  margin-bottom: 20px;
}
.day_style_13 img {
  width:100%; 
  height: 187px;
}
.day_style_13 p {
  background: rgba(0, 0, 0, 0.7); 
  color: #FFF; 
  text-align: center;
}
.day_style_13 *{
  color: #FFF;
}
.day_style_14 {
  margin-bottom: 20px;
}
.day_style_14 iframe {
  width: 100%; 
  height: 383px;
}
.day_style_15 {
  margin-bottom: 20px;
}
.day_style_15 iframe {
  width: 100%; 
  height: 383px;
}

@media (max-width: 991px) {
  .day_style_10 .item_text {
    position: relative;
  }
  .day_style_10 .item_text p {
    padding:30px;
  }
}

@media (max-width: 767px) {
  .day_style_5 .item + .item,
  .day_style_6 .item + .item,
  .day_style_7 .item + .item,
  .day_style_8 .item + .item,
  .day_style_13 .item + .item{
    margin-top: 10px;
  }
}

#tripNote ol {
  list-style: decimal !important;
  padding-left: 20px;
}

#tripNote ul {
  padding-left: 20px;
}

#tripNote ul li {
  list-style: disc !important;
}


/*20240207新增範本*/
.day_style_18 {width: 100%; display: block; margin: 50px auto;}
.day_style_18 br {display: none;}
.day_style_18 .w-imgText{ overflow:hidden;}
.day_style_18 .w-imgText ul,.w-imgText li{ list-style:none; padding:0; margin:0;}
.day_style_18 .w-imgText .item{ position:relative;}
.day_style_18 .w-imgText .item > a{ display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}
.day_style_18 .w-imgText .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;*height:100%; }
.day_style_18 .w-imgText .textB{ line-height:1.7;}
.day_style_18 .w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}
.day_style_18 .w-imgText .text_x{ position:relative; z-index:1;}
.day_style_18 .w-imgText .igt_page{ text-align:right; display:block; z-index:5;}
.day_style_18 .w-imgText .igt_page .swiper-pagination-bullet{  width:10px; height:10px; background:#999; border-radius: 50%; -webkit-border-radius:50%; opacity:0.5;}
.day_style_18 .w-imgText .igt_page .swiper-pagination-bullet-active{ background:#E89214; opacity:1; }

.day_style_18 .w-imgText1{position:relative;}
.day_style_18 .w-imgText1 .item{ padding-bottom:30px; padding-left:1px;}
.day_style_18 .w-imgText1 .img{ width:75%; overflow:hidden;}
.day_style_18 .w-imgText1 .img img{width:100%;transition:all 0.5s; -webkit-transition:all 0.5s; }
.day_style_18 .w-imgText1 li:hover .img img{ transform:scale(1.07); -webkit-transform:scale(1.07);}
.day_style_18 .w-imgText1 .textB{position:absolute; right:0; bottom:0; width:460px;padding:30px 60px 40px;}
.day_style_18 .w-imgText1 .textB .bg_x{ background:#e8e8e8;}
.day_style_18 .w-imgText1 .text_x .tt_h{font-size:24px; color:#00223d; line-height:1.5; margin-bottom:0.5em;}
.day_style_18 .w-imgText1 .text_x p{color:#666; line-height: 25px; margin: 0;}
.day_style_18 .w-imgText1 .igt_btn{ position:absolute; z-index:9; right:405px; bottom:50px; width:110px; height:50px;}
.day_style_18 .w-imgText1 .igt_btn .igt_prev,.day_style_18 .w-imgText1 .igt_btn .igt_next{ position:absolute; cursor:pointer; top:0; width:55px; height:50px;background-color:#d5d5d5; }
.day_style_18 .w-imgText1 .igt_btn .igt_prev{ left:0;}
.day_style_18 .w-imgText1 .igt_btn .igt_next{ right:0;}
.day_style_18 .w-imgText1 .igt_btn .igt_prev:before,.day_style_18 .w-imgText1 .igt_btn .igt_next:before{ content: ''; position: absolute; width: 20px; height: 20px; text-align: center; top: 50%; margin-top: -10px; left: 50%; margin-left: -10px;}
.day_style_18 .w-imgText1 .igt_btn .igt_prev:before { background: url(https://materials.fillo.com.tw/materials/ystravel/images/5590aea8-55a3-459f-8893-a2e4c0758185.svg) no-repeat center; transform: rotate(180deg); }
.day_style_18 .w-imgText1 .igt_btn .igt_next:before{background: url(https://materials.fillo.com.tw/materials/ystravel/images/5590aea8-55a3-459f-8893-a2e4c0758185.svg) no-repeat center;}
.day_style_18 .w-imgText1 .igt_btn .igt_prev:hover:before, .day_style_18 .w-imgText1 .igt_btn .igt_next:hover:before { -webkit-filter: brightness(100) grayscale(100) contrast(2); }
.day_style_18 .w-imgText1 .igt_btn .igt_prev:hover,.day_style_18 .w-imgText1 .igt_btn .igt_next:hover{background-color:#E89214;}

@media (max-width:860px){
.day_style_18 .w-imgText .igt_page{ display:block; text-align: center; margin-top: 8px;}
.day_style_18 .w-imgText .igt_btn{ display:none;}

.day_style_18 .w-imgText1 .item{ padding-bottom:0;}
.day_style_18 .w-imgText1 .img{ width:100%;}
.day_style_18 .w-imgText1 .textB{ position:relative; width:100%;padding:1.2em 4% 1.5em;}
/* .day_style_18 .w-imgText1 .igt_btn{ width:auto; left:0; right:0; top:50%; margin-top:-60px;} */
}
@media (max-width:480px){
.day_style_18 .w-imgText1 .text_x .tt_h{font-size:18px;}
.day_style_18 .w-imgText1 .text_x p{font-size:15px;}
}

.day_style_19 {width: 100%; display: block; margin: 50px auto;}
.day_style_19 br {display: none;}
.day_style_19 .w-imgText{overflow:hidden;}
.day_style_19 .w-imgText ul,.w-imgText li{list-style:none; padding:0; margin:0;}
.day_style_19 .w-imgText .item{position:relative;}
.day_style_19 .w-imgText .item .imTB {overflow: hidden;}
.day_style_19 .w-imgText .item > a{ display:block; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;}
.day_style_19 .w-imgText .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;*height:100%; }
.day_style_19 .w-imgText .textB{ line-height:1.7;}
.day_style_19 .w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}
.day_style_19 .w-imgText .text_x{ position:relative; z-index:1;}
.day_style_19 .w-imgText .igt_page{ text-align:right; display:block; z-index:5;}
.day_style_19 .w-imgText .igt_page .swiper-pagination-bullet{ width:10px; height:10px; background:#999; border-radius: 50%; -webkit-border-radius:50%; opacity:0.5;}
.day_style_19 .w-imgText .igt_page .swiper-pagination-bullet-active{ background:#E89214; opacity:1;}

.day_style_19 .w-imgText1{position:relative;}
.day_style_19 .w-imgText1 .item{ padding-bottom:30px; padding-left:1px;}
.day_style_19 .w-imgText1 .img{ width:75%; float: right; overflow:hidden;}
.day_style_19 .w-imgText1 .img img{width:100%;transition:all 0.5s; -webkit-transition:all 0.5s; }
.day_style_19 .w-imgText1 li:hover .img img{ transform:scale(1.07); -webkit-transform:scale(1.07);}
.day_style_19 .w-imgText1 .textB{position:absolute; left:0; bottom:0; width:460px;padding:30px 60px 40px;}
.day_style_19 .w-imgText1 .textB .bg_x{ background:#e1e1e1;}
.day_style_19 .w-imgText1 .text_x .tt_h{font-size:24px; color:#000; line-height:1.5; margin-bottom:0.5em;}
.day_style_19 .w-imgText1 .text_x p{color:#666; line-height: 25px; margin: 0;}
.day_style_19 .w-imgText1 .igt_btn{ position:absolute; z-index:9; left:405px; bottom:50px; width:110px; height:50px;}
.day_style_19 .w-imgText1 .igt_btn .igt_prev,.day_style_19 .w-imgText1 .igt_btn .igt_next{ position:absolute; cursor:pointer; top:0; width:55px; height:50px;background-color:#B7B7B7; }
.day_style_19 .w-imgText1 .igt_btn .igt_prev{ left:0;}
.day_style_19 .w-imgText1 .igt_btn .igt_next{ right:0;}
.day_style_19 .w-imgText1 .igt_btn .igt_prev:before,.day_style_19 .w-imgText1 .igt_btn .igt_next:before{ content: ''; position:absolute; width:20px; height:20px; text-align:center; top:50%; margin-top:-10px; left:50%; margin-left:-10px;}
.day_style_19 .w-imgText1 .igt_btn .igt_prev:before{ background: url(https://materials.fillo.com.tw/materials/ystravel/images/5590aea8-55a3-459f-8893-a2e4c0758185.svg) no-repeat center; transform: rotate(180deg); }
.day_style_19 .w-imgText1 .igt_btn .igt_next:before{ background: url(https://materials.fillo.com.tw/materials/ystravel/images/5590aea8-55a3-459f-8893-a2e4c0758185.svg) no-repeat center;}
.day_style_19 .w-imgText1 .igt_btn .igt_prev:hover:before, .day_style_19 .w-imgText1 .igt_btn .igt_next:hover:before { -webkit-filter: brightness(100) grayscale(100) contrast(2); }
.day_style_19 .w-imgText1 .igt_btn .igt_prev:hover,.day_style_19 .w-imgText1 .igt_btn .igt_next:hover{background-color:#E89214;}

@media (max-width:860px){
.day_style_19 .w-imgText .igt_page{ display:block; text-align: center; margin-top: 8px}
.day_style_19 .w-imgText .igt_page .swiper-pagination-bullet{ width: 15px; height: 15px;}
.day_style_19 .w-imgText .igt_btn{ display:none;}

.day_style_19 .w-imgText1 .item{ padding-bottom:0;}
.day_style_19 .w-imgText1 .img{ width:100%; float: initial;}
.day_style_19 .w-imgText1 .textB{ position:relative; width:100%;padding:1.2em 4% 1.5em;}
/* .day_style_19 .w-imgText1 .igt_btn{ width:auto; left:0; right:0; top:50%; margin-top:-60px;} */
}
@media (max-width:480px){
.day_style_19 .w-imgText1 .text_x .tt_h{font-size:18px;}
.day_style_19 .w-imgText1 .text_x p{font-size:15px;}
}

.day_style_20 {width: 100%; display: table; margin: 0px auto; background: #FFF; padding: 15px 0;}
.day_style_20 .item {display: flex; flex-wrap: wrap; float: left;}
.day_style_20 .item .item_img {width: 100%; height: 235px;}
.day_style_20 .item .item_img img {width:100%; height: 100%;}
.day_style_20 .item .item_text {width: 100%; height: 235px; padding-top: 20px;}
.day_style_20 .item .item_text h4 {text-align: center; font-size: 15px; letter-spacing: 1px; color: #595959; display: table; margin: 0 auto 10px; position: relative; padding-left: 15px; padding-right: 15px;}
.day_style_20 .item .item_text h3 { text-align: center; font-size: 20px; letter-spacing: 1.5px; color: #00223d; font-weight: bold; margin-bottom: 10px;}
.day_style_20 .item .item_text p {width: 100%; line-height: 20px; text-align: justify;}
@media (max-width:767px){
.day_style_20 {display: table; margin: 0px auto;}
.day_style_20 .item .item_img {order: 2; height: initial;}
.day_style_20 .item .item_img img {height: 100%;}
.day_style_20 .item .item_text {height: initial;}
}

.day_style_21 {width: 100%; display: table; margin: 50px auto;}
.day_style_21 .item {display: flex; flex-wrap: wrap; float: left;}
.day_style_21 .item .item_img {width: 100%; height: 235px;}
.day_style_21 .item .item_img img {width:100%; height: 100%;}
.day_style_21 .item .item_text {width: 100%; height: 235px; padding-top: 20px;}
.day_style_21 .item .item_text h4 {text-align: center; font-size: 15px; letter-spacing: 1px; color: #595959; display: table; margin: 0 auto 10px; position: relative; padding-left: 15px; padding-right: 15px;}
.day_style_21 .item .item_text h3 {text-align: center; font-size: 20px; letter-spacing: 1.5px; color: #00223d; font-weight: bold; margin-bottom: 10px;}
.day_style_21 .item .item_text p {width: 100%; line-height: 25px;}
@media (max-width:767px){
.day_style_21 {display: table;}
.day_style_21 .item {margin-bottom: 50px;}
.day_style_21 .item .item_img {order: 2; height: initial;}
.day_style_21 .item .item_img img {height: 100%;}
.day_style_21 .item .item_text {height: initial;}
}

/*20240329新增範本*/
.day_style_22 {
  position: relative;
  text-align: center;
  font-size: clamp(12px, 1.3vw, 36px);
  font-weight: bold ;
  letter-spacing: 0.3em ;
  color: #2d647d;
  padding-top: 0;
  padding-bottom:0;
}
.day_style_22{
  padding-top: 13%;
}
.day_style_22:last-child{
  padding-bottom: 5%;
}
.day_style_22::before {
  content: "";
  position: absolute;
  background-image: url(https://b2e.ystravel.com.tw/eWeb_ystravel/IMGDB/002365/003823/003824/00031799.PNG);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 298px;
  height: 160px;
  max-width: 20%;
  top: 5%;
  left: 50%;
  transform: translate(-50%,0);
}

@media only screen and (max-width: 991.98px){
  .day_style_22{ padding-top: 20%; }
  .day_style_22::before { max-width: 30%; }
  .day_style_22:last-child{ padding-bottom: 5%; }
}
@media only screen and (max-width: 575.98px){
  .day_style_22{ font-size: clamp(15px, 1.3vw, 36px); letter-spacing: 0.1em;}
  .day_style_22{ padding-top: 25%; }
  .day_style_22::before { max-width: 35%; }
  .day_style_22:last-child{ padding-bottom: 8%; }
}
@media only screen and (max-width: 420px){
  .day_style_22{ padding-top: 32%;}
  .day_style_22::before { max-width: 50%;}
}

/*20250121範本圖片高度調整*/
.day_style_2 img {
  height: auto!important; 
}
@media (max-width: 991.98px) {
  .day_style_2 img {
    height: auto !important; 
  } 
}
.day_style_3 img, .day_style_5 img, .day_style_7 img {
  height: auto !important; 
}
@media (max-width: 991.98px) {
  .day_style_3 img, .day_style_5 img, .day_style_7 img {
    height: auto !important; 
  } 
}
.day_style_4 img, .day_style_6 img, .day_style_8 img {
  height: auto !important; 
}
  @media (max-width: 991.98px) {
    .day_style_4 img, .day_style_6 img, .day_style_8 img {
      height: auto !important; 
    } 
  }
.day_style_13 img {
  height: auto !important; 
}
@media (max-width: 991.98px) {
  .day_style_13 img {
    height: auto !important; 
  } 
}

/*20250325新增範本*/
.day_style_23, .day_style_24, .day_style_25, .day_style_26, .day_style_27,.style_26_bg, .style_27_bg { width: 100%; margin: 15px auto; display: flex; flex-wrap: wrap; }
.day_style_24 ol{ list-style: decimal; margin-left: 16px; }
.day_style_24>div>h4,.day_style_26 .item_content h4,.day_style_27 .item_content h4{ margin-bottom: 10px; }

/* 通用商品 */
.product-details .basic-information td, .product-details .description-box td {
  border: 1px solid #86baee;
  padding: 3px;
}

.product-details .basic-information td, .product-details .description-box table {
  margin: 0 auto;
  border: 2px solid #86baee;
}