body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-attachment: scroll;
  border-style: none;
  background-position: left top;
}
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 b2b style ****/
/* 共用 */
/* .row.header + .row { padding-top: 114px; } */
.row.header+.row {
    padding-top: 126px;
}

.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;
}


@media (max-width: 768px) {
    .ys-a-sgpackagetour-page .has-parallax {
        height: 300px !important;
    }
}

/* header */
body .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.ys_header {
    background: #ffffff;
}

.ys_header .header-part {
    max-width: 1360px;
    margin: 0 auto;
    padding: 12px 0;
}

.ys_header .header-part .navbar-brand {
    height: 40px;
    padding: 0;
}

.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;
}

.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;
}

@media (max-width: 767px) {

    /* 同業手機版 */
    .ys_header.b2b .collapse:not(.show) {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .ys_header.b2b .header-part .navbar-nav {
        flex-flow: initial;
        justify-content: flex-end;
        margin-right: 40px;
    }

    .ys_header.b2b .header-part .navbar-nav li {
        flex: 0 0 auto;
    }

    .ys_header.b2b .header-part .navbar-nav li:nth-child(2) {
        display: none;
    }

    .ys_header.b2b .header-part .navbar-nav li+li::before {
        display: none;
    }

    .ys_header.b2b .header-part .navbar-nav li a,
    .ys_header .header-part .navbar-nav .nav-link {
        line-height: 24px;
    }

    .ys_header.b2b .header-part .navbar-nav li+li {
        padding-left: 0;
        margin-left: 0;
    }

    .ys_header.b2b .header-part .navbar-nav li .showName .member-name {
        font-size: 14px;
    }

    .ys_header.b2b .header-part .navbar-nav li .showName a.SignOut {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .ys_header.b2b .header-part .navbar-nav {
        margin-right: 30px;
    }

    .ys_header.b2b .header-part .navbar-nav li .showName {
        padding: 0 10px 0 5px;
    }

    .ys_header.b2b .header-part .navbar-nav li .showName a.SignOut {
        margin-left: 3px;
    }

    .showName .member-name .greet {
        display: none;
    }
}

/* 主選單 */
.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: 1360px;
        max-width: 100%;
        float: initial;
        margin: 0 auto;
    }

    .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: 1360px) {
    .ys_header .header-part {
        padding: 12px 25px;
    }

    .main_nav .mega-menu .menu-links {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .main_nav .mega-menu .menu-links>li>a {
        font-size: 16px;
        padding: 0 10px;
    }
}

@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;
    }
}

@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 .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;
    width: 22px;
    border-radius: 5px;
}

@media (max-width:767px) {

    .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_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{ 
  padding: 0 10px;
}
.main_search.new.foreign .group_banner.search_banner .search-area { 
  min-height: 150px; 
  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) {
  .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; 
  }
  .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) {
  .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; 
  }
}

/* 首頁同業促銷團 */
.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;
}

.main_hot .swiper-slide .swiper-img img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.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_tab.b2b_1 .nav {
    margin-bottom: 15px;
}

/* .b2b_push_block+.main_tab .header-title { display: none !important; } */
.b2b_push_block .ads-wrapper .item_morebox {
    display: none;
}

.b2b_push_block .ads-wrapper .item_box {
    position: relative;
    border: 1px solid #d5d5d5;
    height: 100%;
}

.b2b_push_block .ads-wrapper .item_box:hover::after {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e89214;
    left: 0;
    bottom: 0;
}

.b2b_push_block .ads-wrapper .item_box a {
    position: relative;
    height: 100%;
    padding-bottom: 80px;
}

.b2b_push_block .ads-wrapper .item_box .item_more_txt {
    padding: 0 24px;
    font-size: 18px;
}

.b2b_push_block .ads-wrapper .item_box .item_more_txt span.item_tag {
    padding: 0;
    margin: 0;
}

.b2b_push_block .ads-wrapper .item_box figure {
    border-radius: 0;
}

.b2b_push_block .ads-wrapper .item_box .item_more_txt h3 {
    font-weight: 600;
    text-align: justify;
}

.b2b_push_block .ads-wrapper .item_box h4 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    padding-right: 56px;
    font-size: 22px;
}

.b2b_push_block .ads-wrapper .item_box h4::after {
    content: "元起";
    position: absolute;
    right: 24px;
    bottom: 2px;
    color: #333333;
    font-size: 14px;
}

/* 同業各線推薦行程 */

.b2b_theme_push .hover-wall .htpro_tit {
    display: none;
}

.b2b_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%;
}

.b2b_theme_push .hover-wall .icon_info:hover {
    border: 1px solid #e89214;
}

.b2b_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);
}

.b2b_theme_push .hover-wall>.container-fluid>.row {
    margin: 0 -30px;
}

.b2b_theme_push .hover-wall>.container-fluid>.row>div {
    margin-bottom: 44px !important;
}

.b2b_theme_push .hover-wall figure .overlay {
    display: none;
}

.b2b_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;
}

.b2b_theme_push .hover-wall .icon_info h3::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 18px;
    background: #e89214;
}

.b2b_theme_push .hover-wall .icon_info h4 {
    color: #ff0f4d;
    font-size: 15px;
    font-style: normal;
    margin: 0 24px;
    padding: 0 0 24px;
}

.b2b_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;
}


.b2b_theme_push .hover-wall .icon_info p.animate-text::before,
.b2b_theme_push .hover-wall .icon_info p.animate-text::after {
    color: #333333;
    font-size: 14px;
    bottom: -2px;
}

.b2b_theme_push .hover-wall .icon_info p.animate-text::before {
    content: "同業價";

  }

.b2b_theme_push  .hover-wall .icon_info p.animate-text::after {
    content: "元起";

  }
  
  

.b2b_push_block .ads-wrapper .item_box span.item_btn,
.b2b_push_block .ads-wrapper .item_box:hover span.item_btn_hover {
    display: none;
}

.b2b_push_block .ads-wrapper .item_box h4 span {
    padding-right: 5px;
    font-size: 0;
}

.b2b_push_block .ads-wrapper .item_box h4 span::before {
    content: "同業價";
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

/* 首頁同業促銷團-左右切換 */
.main_hot.b2b .swiper-container {
    padding: 0 28px;
}

.main_hot.b2b .swiper-slide-style {
    border: 1px solid #d5d5d5;
}

.main_hot.b2b .swiper-slide .swiper-content {
    padding: 0px 24px 55px;
}

.main_hot.b2b .swiper-slide .swiper-content price {
    padding: 0 32px 0 45px;
}

.main_hot.b2b .swiper-slide .swiper-content price::before {
    content: "同業價";
}

.main_hot.b2b .swiper-button-prev.swiper-button-white,
.main_hot.b2b .swiper-button-next.swiper-button-white {
    display: block;
    width: 60px;
    height: 60px;
    opacity: 1;
    outline: none;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgb(0 34 61);
    background: rgb(255 255 242 / 80%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_hot.b2b .swiper-button-prev:after,
.main_hot.b2b .swiper-button-next:after {
    position: absolute;
    background: transparent;
    padding: 0;
    width: 60px;
    height: 60px;
    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;
    background-position: center;
}

.main_hot.b2b .swiper-button-prev:after {
    transform: rotate(180deg);
}

.main_hot.b2b .swiper-button-prev.swiper-button-white {
    left: 2px;
}

.main_hot.b2b .swiper-button-next.swiper-button-white {
    right: 2px;
}

.main_hot.b2b .swiper-button-prev.swiper-button-disabled,
.main_hot.b2b .swiper-button-next.swiper-button-disabled,
.main_hot.b2b .swiper-button-prev.swiper-button-disabled:hover,
.main_hot.b2b .swiper-button-next.swiper-button-disabled:hover {
    display: none;
    opacity: 0.2;
    cursor: default;
    pointer-events: initial;
    background: transparent;
    -webkit-filter: brightness(0) grayscale(0) contrast(1);
}

@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;
    }

    .b2b_push_block .item-box {
        padding: 0;
    }

    .main_hot.b2b .swiper-container {
        padding: 0 18px;
    }
}

@media (max-width: 575px) {
    .main_tab .nav>.nav-item+.nav-item {
        padding-left: 8px;
    }

    .main_tab .nav-pills .nav-link {
        font-size: 16px;
    }

    .ys_width.main_hot.b2b {
        padding: 0 15px;
    }

    .main_hot.b2b .swiper-button-prev.swiper-button-white,
    .main_hot.b2b .swiper-button-next.swiper-button-white {
        width: 40px;
        height: 40px;
    }

    .main_hot.b2b .swiper-button-prev:after,
    .main_hot.b2b .swiper-button-next:after {
        width: 40px;
        height: 40px;
        font-size: 0;
    }
}

/* DM輪播+文字版DM下載區塊容器*/
.dmAndText>.module-container>.main {
    padding: 60px 0;
    justify-content: center;
}

.dmAndText>.module-container>.main>.header-title,
.dmAndText>.module-container>.main>.blk-tabs {
    display: none;
}

@media (max-width: 1360px) {
    .dmAndText>.module-container>.main {
        padding: 60px 50px;
    }
}

@media (max-width: 575px) {
    .dmAndText>.module-container>.main {
        padding: 60px 35px;
    }
}

/* DM輪播 */
.dm_slider {
    flex: 0 0 890px;
    padding-right: 45px;
}

.dm_slider .swiper-slide-style {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}

.dm_slider .swiper-slide .swiper-img {
    margin: 0;
}

.dm_slider .swiper-slide .swiper-img img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dm_slider .swiper-pagination {
    margin-top: 6px;
}

.dm_slider .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #d4d4d4;
}

.dm_slider .swiper-pagination-bullet-active {
    background-color: #e89214;
}

.dm_slider .swiper-button-prev.swiper-button-white,
.dm_slider .swiper-button-next.swiper-button-white {
    display: none;
}

@media (max-width: 1360px) {
    .dm_slider {
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
}

@media (max-width: 991px) {
    .dm_slider {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .dm_slider {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .dm_slider {
        padding-right: 15px;
    }

    .dm_slider .swiper-slide-style {
        margin-bottom: 5px;
    }

}

/* 文字版DM下載 */
.text_DMdownload {
    background: #ffffff;
    flex: 0 0 1000px;
    padding-bottom: 10px;
}

.text_DMdownload>.module-container>.main>.header-title {
    margin: 0 auto 27px;
}

.text_DMdownload .list-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 27px;
    padding-left: 27px;
}

.text_DMdownload .list-wrapper .row {
    border-bottom: 0;
}

.text_DMdownload .list-wrapper .name-block {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 8px;
    -ms-flex: 0 0 70%;
    flex: 0 70%;
    max-width: 70%;
}

.text_DMdownload .list-wrapper .name-block::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #e89214;
    border-radius: 50%;
    left: 0;
    top: 25px;
}

.text_DMdownload .list-wrapper .name-block a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text_DMdownload .list-wrapper .price-block {
    color: #e89214;
    font-size: 22px;
    padding: 15px 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.text_DMdownload .list-wrapper .price-block::before {
    content: "$";
    font-size: 13px;
    padding-right: 3px;
    color: #333;
}

.text_DMdownload .list-wrapper .price-block::after {
    content: "起";
    font-size: 13px;
    padding-left: 3px;
    color: #333;
}

@media (max-width: 1360px) {
    .text_DMdownload {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .text_DMdownload .list-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text_DMdownload .list-wrapper .name-block {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .text_DMdownload .list-wrapper .name-block::before {
        width: 5px;
        height: 5px;
        top: 13px;
    }

    .text_DMdownload .list-wrapper .name-block a {
        font-size: 16px;
    }

    .text_DMdownload .list-wrapper .price-block {
        font-size: 16px;
        padding: 5px 0;
    }
}

@media (max-width: 991px) {
    .text_DMdownload {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .text_DMdownload {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text_DMdownload>.module-container>.main>.header-title {
        margin: 32px auto 27px;
    }
}

/* 直客DM下載 */
.fit_DMdownload {
    padding: 0;
}

.fit_DMdownload .hover-wall {
    margin-top: 27px;
    margin-bottom: 40px;
}

.fit_DMdownload .hover-wall .htpro_tit {
    display: none;
}

.fit_DMdownload .hover-wall .icon_info {
    border-radius: 0;
    box-shadow: none;
}

.fit_DMdownload .hover-wall .icon_info figure {
    margin: 0;
}

.fit_DMdownload .hover-wall .icon_info h3 {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(51 51 51 / 80%);
    width: 100%;
    height: 75px;
}

.fit_DMdownload .hover-wall .icon_info figure .overlay i {
    display: none;
}

.dm_download_btn {
    margin-bottom: 100px;
}

@media (max-width: 1360px) {
    .fit_DMdownload {
        padding: 0 35px;
    }
}

@media (max-width: 575px) {
    .fit_DMdownload {
        padding: 0 20px;
    }

    .fit_DMdownload .hover-wall .icon_info h3 {
        font-size: 16px;
    }

    .dm_download_btn {
        margin-bottom: 60px;
    }
}


/* 客製表單按鈕 */
.custom_btn>.module-container>.main {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 3px 10px 1.2px rgb(0 0 0 / 18%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom_btn>.module-container>.main:hover {
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 6px 12px 1.2px rgb(0 0 0 / 25%);
}

.custom_btn_text {
    text-align: right;
}

.custom_btn_text span {
    font-size: 24px;
    letter-spacing: 0.05rem;
    position: relative;
    padding-left: 30px;
    padding-right: 140px;
}

.custom_btn_text span::before {
    content: "";
    background: url(https://materials.fillo.com.tw/materials/ystravel/images/94f32129-0794-4508-8ea4-da84bb462a5d.svg);
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0px;
}

.custom_btn_text span::after {
    content: "";
    width: 117px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 13px;
}

@media (max-width: 1360px) {
    .web-page-frame .custom_btn>.module-container>.main {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .custom_btn_text span {
        padding-right: 70px;
    }

    .custom_btn_text span::after {
        width: 50px;
    }
}

/**** 20241203新增同業網新版樣式 Start ****/
/* 同業首頁各線精選行程 */
.ys_title.b2b>.module-container>.main>.header-title {
    margin: 40px auto 30px;
}

.b2b_index_area .wall-wrapper > .row > div figure::after{
    display: block;
    content: '';
    width: 100%;
    padding-top: 35.426%;
}

.b2b_index_area.block1 .thicon_info figure .b_img {
    aspect-ratio: 5 / 1.7713;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.b2b_index_area.block1.bottom {
    margin-top: 0;
}

.b2b_index_area.block2 .wall-wrapper > .row > div figure::after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 54%;
}

.b2b_index_area.block2 .thicon_info figure .b_img {
    aspect-ratio: 5 / 2.7;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.b2b_index_area .wall-wrapper {
    background: transparent;
}

.b2b_index_area .wall-wrapper .wall-row,
.b2b_index_area .wall-wrapper .wall-row {
    margin: 0 -9px;
}

.b2b_index_area .wall-wrapper > .row > div {
    padding: 9px !important;
}

.b2b_index_area .wall-wrapper .thicon_info h3 {
    padding: 5px 0 5px 12px;
    position: absolute;
    width:90%;
    top: calc(100% - 90px);
    bottom: initial;
    left: 50%;
    font-size: 30px;
    text-align: left;
    letter-spacing: 0.5px;
    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);
}

.b2b_index_area .wall-wrapper .thicon_info .theme_info {
background: rgba(232, 146, 20, 0.9) !important;
}
.b2b_index_area .wall-wrapper .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;
}

.b2b_index_area .wall-wrapper .thicon_info:hover figure::before{
    display: none;
}

.b2b_index_area .wall-wrapper .thicon_info:hover h3{
    text-shadow: none;
}

.b2b_index_area .thicon_info:hover h3 {
    top: 50%;
    transform: translate(-50%, -50%);
}

.b2b_index_area .wall-wrapper .thicon_info h3::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #e89214;
    opacity: 1;
    transition: 0.8s;
}

.b2b_index_area .wall-wrapper .thicon_info:hover h3::before {
    opacity: 0;
}

.b2b_index_area .wall-wrapper .thicon_info h3::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    transition: 0.8s;
    opacity: 0;
}

.b2b_index_area .wall-wrapper .thicon_info:hover h3::after {
    width: 100%;
    opacity: 1;
}

@media (max-width: 1400px) {
    .b2b_index_area .wall-wrapper .thicon_info h3{ 
        font-size: 26px; top: calc(100% - 75px);
    }
}

@media (max-width: 991px) {
    .b2b_index_area.block2 .wall-wrapper > .row > div figure::after {
        padding-top: 35.426%;
    }
    .b2b_index_area.block2 .thicon_info figure .b_img{
        aspect-ratio: 5 / 1.7713;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .b2b_index_area .wall-wrapper .thicon_info h3{ 
        font-size: 23px; top: calc(100% - 68px);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .b2b_index_area .wall-wrapper > .row > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .b2b_index_area .wall-wrapper .thicon_info h3 {
        font-size: 22px;
        top: calc(100% - 60px);
        width: 95%;
    }
}
/* 同業DM*/
.ys_title.dm_slider>.module-container>.main>.header-title{
    margin: 0 auto 27px;
}
.dm_slider .swiper-pagination-bullet {
    background: #606060;
}
.dm_slider .swiper-pagination-bullet-active {
    background-color: #e89214;
}
.dm_slider .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
}
.b2b_dm_more {
    position: absolute;
    left: 4%;
    padding-right: 45px;
}
.b2b_dm_more .function-row .row-content {
    justify-content: flex-end;
}
.b2b_dm_more .function-row li {
    position: relative;
    display:block;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: initial;
}
.b2b_dm_more .function-row li a {
    display: block;
    padding: 10px 15px 10px 5px;
    -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.b2b_dm_more .function-row li a:hover{
    background-color: #e86914 !important;
}
.b2b_dm_more .function-row li a::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: 15px;
    top: 12px;
}
.b2b_dm_more .function-row li a h3 {
    margin-top: 0;
}
@media (min-width: 992px) {
    .dm_slider {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .text_DMdownload{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
@media (max-width: 1360px) {
    .b2b_dm_more {
        max-width: 50%;
        left: 0;
    }
    .dm_slider {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .text_DMdownload {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 991px) {
    .ys_title.dm_slider>.module-container>.main>.header-title {
        margin: 0 0 27px;
    }
}
@media (max-width: 767px) {
    .b2b_dm_more {
        max-width: 100%;
    }
    .dm_slider {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text_DMdownload {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text_DMdownload .list-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 同業各線精選行程頁-6格 */
.theme_slider.b2b h2 {
  margin-top: 5px;
}

@media (min-width: 576px) {
  .theme_slider.b2b img {
    aspect-ratio: 5 / 2;
    object-fit: cover;
    object-position: center center;
  }
}
@media (min-width: 768px) {
  .theme_slider.b2b img {
    aspect-ratio: 5 / 1.35;
    object-fit: cover;
    object-position: center center;
  }
}
@media (min-width: 992px) {
  .theme_slider.b2b img {
    aspect-ratio: 5 / 1.2;
    object-fit: cover;
    object-position: center center;
  }
}


.main_search.new.foreign.theme .search-area form.container {
  max-width: 1360px;
}
@media (max-width: 768px) {
  .main_search.new.foreign.theme.mobile .search-area {
    display: none;
  }
  .main_search.new.foreign.theme.mobile section.group_banner .search-area .search-box{ margin: 0;}
  .main_search.new.foreign.theme.mobile section.group_banner .search-area .search-box>div:nth-child(5){
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .main_search.new.foreign.theme.mobile section.group_banner .search-area .search-box>div:last-child {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .main_search.new.foreign.theme section.group_banner .search-area .search-box .search-btn {
    width: 100%;
    margin-top: 35px;
  }
  .main_search.new.foreign.theme.mobile .search-area {
    padding-top: 0;
  }
  .main_search.new.foreign.theme.mobile .search-area .search-box {
    padding: 0 10px;
  }
  .main_search.new.foreign.theme.mobile .search-box .search-btn h5 {
    padding-right: 15px;
    width: 100px;
    letter-spacing: 0;
  }
  .main_search.new.foreign.theme.mobile .search-area .search-box .search-btn h5::after {
    right: 0;
  }
}
.b2b_theme_btn .function-row li {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.b2b_theme_btn .function-row li a{
  padding: 5px;
  border-radius: 5px !important;
  border:1px solid #d6d6d6;
  transition: 0.5s;
}
.b2b_theme_btn .function-row li a:hover {
  border: 1px solid #e89214;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 20%);
}
.b2b_theme_btn .function-row li a img {
  width: 100%;
  border-radius: 5px;
}
.b2b_theme_btn .function-row li a h3 {
  margin-bottom: 4px;
  line-height: 24px;
  margin-top: 8px;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .b2b_theme_btn .function-row li { 
    -ms-flex: 0 0 25%; 
    flex: 0 0 25%; 
    max-width: 25%; 
  }
}
@media (max-width: 991px) {
  .b2b_theme_btn .function-row li { 
    -ms-flex: 0 0 33.333333%; 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%; 
  }
}
@media (max-width: 575px) {
  .b2b_theme_btn{
     padding: 0 15px;
  }
  .b2b_theme_btn.btn_center_s .function-row .row-content {
    justify-content: center;
  }
  .b2b_theme_btn .function-row li { 
    -ms-flex: 0 0 50%; 
    flex: 0 0 50%; 
    max-width: 50%; 
  }
}
@media (min-width: 576px) {
  .b2b_theme_btn.btn_center_m .function-row .row-content {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .b2b_theme_btn.btn_center_l .function-row .row-content {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .b2b_theme_btn.btn_center .function-row .row-content {
    justify-content: center;
  }
}

/* 同業各線精選行程頁-6格 */
  .theme_slider.b2b h2 {
      margin-top: 5px;
  }
  
  @media (min-width: 576px) {
    .theme_slider.b2b img {
      aspect-ratio: 5 / 2;
      object-fit: cover;
      object-position: center center;
    }
  }
  @media (min-width: 768px) {
    .theme_slider.b2b img {
      aspect-ratio: 5 / 1.35;
      object-fit: cover;
      object-position: center center;
    }
  }
  @media (min-width: 992px) {
    .theme_slider.b2b img {
      aspect-ratio: 5 / 1.2;
      object-fit: cover;
      object-position: center center;
    }
  }
  
  
  .main_search.new.foreign.theme .search-area form.container {
    max-width: 1360px;
  }
  @media (max-width: 768px) {
    .main_search.new.foreign.theme.mobile .search-area {
      display: none;
    }
    .main_search.new.foreign.theme.mobile section.group_banner .search-area .search-box{ margin: 0;}
    .main_search.new.foreign.theme.mobile section.group_banner .search-area .search-box>div:nth-child(5){
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
    }
    .main_search.new.foreign.theme.mobile section.group_banner .search-area .search-box>div:last-child {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
    }
    .main_search.new.foreign.theme section.group_banner .search-area .search-box .search-btn {
      width: 100%;
      margin-top: 35px;
    }
    .main_search.new.foreign.theme.mobile .search-area {
      padding-top: 0;
    }
    .main_search.new.foreign.theme.mobile .search-area .search-box {
      padding: 0 10px;
    }
    .main_search.new.foreign.theme.mobile .search-box .search-btn h5 {
      padding-right: 15px;
      width: 100px;
      letter-spacing: 0;
    }
    .main_search.new.foreign.theme.mobile .search-area .search-box .search-btn h5::after {
      right: 0;
    }
  }
  .b2b_theme_btn .function-row li {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .b2b_theme_btn .function-row li a{
    padding: 5px;
    border-radius: 5px !important;
    border:1px solid #d6d6d6;
    transition: 0.5s;
  }
  .b2b_theme_btn .function-row li a:hover {
    border: 1px solid #e89214;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 20%);
  }
  .b2b_theme_btn .function-row li a img {
    width: 100%;
    border-radius: 5px;
  }
  .b2b_theme_btn .function-row li a h3 {
    margin-bottom: 4px;
    line-height: 24px;
    margin-top: 8px;
    letter-spacing: 1px;
  }
  @media (max-width: 1199px) {
    .b2b_theme_btn .function-row li { 
      -ms-flex: 0 0 25%; 
      flex: 0 0 25%; 
      max-width: 25%; 
    }
  }
  @media (max-width: 991px) {
    .b2b_theme_btn .function-row li { 
      -ms-flex: 0 0 33.333333%; 
      flex: 0 0 33.333333%; 
      max-width: 33.333333%; 
    }
  }
  @media (max-width: 575px) {
    .b2b_theme_btn{
       padding: 0 15px;
    }
    .b2b_theme_btn.btn_center_s .function-row .row-content {
      justify-content: center;
    }
    .b2b_theme_btn .function-row li { 
      -ms-flex: 0 0 50%; 
      flex: 0 0 50%; 
      max-width: 50%; 
    }
  }
  @media (min-width: 576px) {
    .b2b_theme_btn.btn_center_m .function-row .row-content {
      justify-content: center;
    }
  }
  @media (min-width: 992px) {
    .b2b_theme_btn.btn_center_l .function-row .row-content {
      justify-content: center;
    }
  }
  @media (min-width: 1200px) {
    .b2b_theme_btn.btn_center .function-row .row-content {
      justify-content: center;
    }
  }

/***** 促銷DM列表頁 *****/
.ys_title.b2b>.module-container>.main>.header-title {
    margin: 40px auto 30px;
}
.b2b_dm_list{
    max-width:90%;
}
.b2b_dm_list .module-container .wall-wrapper .thicon_info{ 
    padding: 10px;
}
.b2b_dm_list .module-container .thicon_info .theme_info{ 
    display: none;
}
.b2b_dm_list .module-container .thicon_info figure{ 
    border: 1px solid #ccc;
}
.b2b_dm_list .module-container .thicon_info:hover figure{ 
    border: 1px solid #F39400;
}

/**** 20241203新增同業網新版樣式 end ****/



/* 分館頁 */
.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 .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;
}

@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: 50px;
    }

    .theme_slider h2 {
        font-size: 22px;
    }

    .theme_hashtag {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .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;
    }
}

@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: 19px;
    }

    .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;
    }
}

/* popup */
.ys_overlay {
    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 {
    content: '';
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.ys_overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    opacity: .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%;
}

.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 .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;
}

.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-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 .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;
    }
}

.member_home .container.width-460 {
    margin-top: 220px;
    margin-bottom: 180px;
}

@media (max-width: 767px) {
    .member_home .container.width-460 {
        margin-top: 100px;
        margin-bottom: 120px;
    }
}

/* 會員專區 */
.member_home .member_width {
    margin-top: 30px;
    margin-bottom: 30px;
}

.member_width .member_title {
    margin: 15px 0;
}

@media (min-width: 768px) {
    .member_home .member_width {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .member_width .member_title {
        margin: 30px 0;
    }
}

/* 訂購流程頁 */
.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: .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: .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, .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: .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_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;
}

/*每日行程下方新增警語*/

@media (min-width: 992px) {
    .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;
}

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-h-event .fc-event-main .status {
    background: #f39500;
    color: #ffffff;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
}

.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.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_table.tripdown .style_icon {
    display: none;
}

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;
}

@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;
    }
}

#tripNote ol {
    list-style: decimal !important;
    padding-left: 20px;
}

#tripNote ul {
    padding-left: 20px;
}

#tripNote ul li {
    list-style: disc !important;
}

/* 團型明細頁 */
.mold-detail-AGT .PriceType.LowestPrice tbody td span.ReferPrice::before,
.mold-detail-AGT .modal.LowestPrice tbody td span.ReferPrice::before {
    content: "直客價";
    display: contents;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    padding-right: 5px;
    top: 0;
}

.mold-detail-AGT .PriceType.LowestPrice tbody td span.TextPrice::before,
.mold-detail-AGT .modal.LowestPrice tbody td span.TextPrice::before {
    content: "同業價";
    display: contents;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    padding-right: 5px;
    top: 0;
}

.mold-detail-AGT .Detail.DepartureDate td.TextPrice.TourPrice.fontEg {
    position: relative;
    align-items: flex-end;
}

.mold-detail-AGT .Detail.DepartureDate td.TextPrice.TourPrice.fontEg::after {
    content: "同業價";
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    right: 15px;
    bottom: 35px;
}

.mold-detail-AGT .Detail.DepartureDate .SearchTable tbody .TextPrice span.ReferPrice {
    position: relative;
    padding-top: 20px;
    padding-bottom: 23px;
}

.mold-detail-AGT .Detail.DepartureDate .SearchTable tbody .TextPrice span.ReferPrice::before {
    content: "直客價";
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    top: 0;
    right: 3px;
}

.mold-detail-AGT .Detail.DepartureDate .SearchTable .Remark {
    flex: 1;
}

/* 調整順序 */
.D_products_group_molddetail .DetailContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.D_products_group_molddetail .DetailContainer>nav.Detail[aria-label="breadcrumb"] {
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.D_products_group_molddetail section.BasicBox {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.D_products_group_molddetail section#marketing {
    order: 3;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.D_products_group_molddetail section#DepartureDate {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 4;
}

.D_products_group_molddetail section#tripfeature {
    order: 5;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.D_products_group_molddetail section#dayTrip {
    order: 6;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.D_products_group_molddetail section#tripnote {
    order: 7;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    word-break: break-all;
}

@media (min-width: 992px) {
    .D_products_group_molddetail .Detail.sub_menu-trip .server_menu>ul>li {
        min-width: 107px;
    }

    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu ul {
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
    }

    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu ul li.submenu_marketting {
        order: 1;
    }

    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu ul li.submenu_calendar {
        order: 2;
    }

    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu ul li.submenu_feature {
        order: 3;
    }

    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu ul li.submenu_hotel {
        order: 4;
    }

    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu ul li.submenu_note {
        order: 5;
    }
}

/* 調整色系 */
.D_products_group_molddetail .Detail .breadcrumb .breadcrumb-item.active {
    color: #e89214;
}

.D_products_group_molddetail section#marketing h2.TextPrimary {
    color: #E89214;
}

.D_products_group_molddetail .Detail.MarketingBox h2 .MarketIcon {
    color: #E89214;
}

.D_products_group_molddetail .MPGO .Detail .PriceBlock ul li.FlightDetails a,
.D_products_group_molddetail .MGO .Detail .PriceBlock ul li.FlightDetails a,
.D_products_group_molddetail .MPGO .Detail .PriceBlock ul li.FlightDetails a:hover,
.D_products_group_molddetail .MGO .Detail .PriceBlock ul li.FlightDetails a:hover {
    background: #E89214;
}

.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link,
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active {
    background-color: #e89214;
    color: #ffffff;
}

.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link {
    border: 1px solid #e89214;
    border-bottom-color: #e89214;
    color: #e89214;
}

.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before {
    color: #E89214;
}

.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link .TabTitle::before,
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active .TabTitle::before {
    color: #ffffff;
}

.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table thead th {
    border-bottom: 1px solid #999;
}

.D_products_group_molddetail .Detail.DepartureDate .SearchTable .SaleSituation span.BtnPrimary {
    color: #E89214;
}

.D_products_group_molddetail .Detail.DayTrip .DayBlock>div {
    background-color: #e89214;
}

.D_products_group_molddetail .Detail.DayTrip .DayBlock>div::after {
    border-color: transparent transparent transparent #e89214;
}

.D_products_group_molddetail .flight_details .details_box>h4 {
    background: #E89214;
}

.D_products_group_molddetail .flight_details {
    border: 1px solid #E89214;
}

.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar span.fc-icon.fc-icon-chevron-left,
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar span.fc-icon.fc-icon-chevron-right {
    -webkit-filter: grayscale(1);
}

@media (min-width: 992px) {
    .D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span {
        color: #E89214;
    }
}

@media (min-width: 992px) {
    .mold-detail-AGT .Detail.DepartureDate .SearchTable .table tr {
        border-bottom: 0;
    }
}

@media (max-width: 1600px)and (min-width: 992px) {
    .mold-detail-AGT .DetailContainer {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mold-detail-AGT .Detail.DepartureDate .SearchTable .ItineraryName {
        max-width: 250px;
        min-width: 250px;
    }

    .mold-detail-AGT .Detail.DepartureDate .SearchTable .TourPrice {
        -ms-flex: 0 0 150px;
        -webkit-box-flex: 0;
        flex: 0 0 150px;
        max-width: 150px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .mold-detail-AGT .Detail.DepartureDate .SearchTable .AvailableSeat {
        -ms-flex: 0 0 60px;
        -webkit-box-flex: 0;
        flex: 0 0 60px;
        max-width: 60px;
    }

    .mold-detail-AGT .Detail.DepartureDate .SearchTable .ItineraryName {
        max-width: 180px;
        min-width: 180px;
    }
}

@media (max-width: 991px) {
    .mold-detail-AGT .Detail.DepartureDate .SearchTable .Remark {
        border-bottom: 0;
    }
}

@media (max-width:575px) {
    .D_products_group_molddetail .Detail.DepartureDate .IconMean {
        top: 90px;
    }
}


/* 講座活動 */
.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;
    }
  }

  
/* 使用範本 */
.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; }

/*0403_cat*/
.D_products_group_molddetail section#FeeDescription{
        order: 4;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        word-break: break-all;
}