
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* container設定 */
body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

* {
    box-sizing: border-box;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .container {
        width: auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: auto;
        padding: 0px 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
        padding: 0px 25px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: auto;
        padding: 0px 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .container {
        width: auto;
        padding: 0px 15px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
        padding: 0px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
/* .col-xs-12 {
    width: 100%;
} */
/* .col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
} */

/* 斷點隱藏 */
.visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
}

/* ================================== */
.red {
    color: #e73155;
}
.blue {
    color: #2d7cd1;
}
.black {
    color: #333;
}
.gray-darker {
    color: #666;
}
.gray {
    color: #999;
}
.yellow {
    color: #fbb949;
}
.red-list-dot li {
    color: #e73155;
}
.red-list-dot li > div {
    color: #333;
}
.touch-action-none {
    -ms-touch-action: none;
    touch-action: none;
}
.fontAwesomeIcon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-fullbg.header-border {
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.clearfix:after {
    content: "";
    clear: both;
}
.poi-header {
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.poi-header ul {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.poi-header a {
    text-decoration: none;
}
.poi-header .header-logo {
    width: 245px;
    height: 52px;
    position: relative;
}
.poi-header .header-logo .header-red-tag {
    background: #d61518;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    top: 5px;
    left: 165px;
    font-size: 10px;
    line-height: 12px;
}
.poi-header .header-logo .header-logo-img {
    background-image: url(https://www.settour.com.tw/st_ec/img/header-logo.png);
    height: 30px;
    margin: 11px 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.poi-header .header-menu {
    width: calc( 100% - 297px);
}
/* 202007新增 控制PC版 header 位置 */
.poi-header .header-menu.header-menu-position {
    transform: translate(245px,-100%);
}
/* ============================= */
.poi-header .header-menu.menu-type2 .header-menu-level1 > li {
    margin: 0 30px;
}
.poi-header .header-menu .header-menu-level1 {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0;
}
.poi-header .header-menu .header-menu-level1 > li {
    display: inline-block;
    line-height: 52px;
    padding: 0 16px;
    position: relative;
}
.poi-header .header-menu .header-menu-level1 > li > a {
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.poi-header .header-menu .header-menu-level1 > li > a:hover,
.poi-header .header-menu .header-menu-level1 > li > a:active,
.poi-header .header-menu .header-menu-level1 > li > a:focus {
    color: #2d7cd1;
    text-decoration: none;
}
.poi-header .header-menu .header-menu-level1 > li .header-menu-level2 {
    display: none;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 99999;
    background: #fff;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 {
    display: block;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #2d7cd1;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li {
    padding: 0;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li a {
    font-size: 14px;
    color: #333;
    padding: 0px 20px;
    display: block;
    min-width: 190px;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li:hover,
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li:active,
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li:focus {
    background-color: #2d7cd1;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li:hover a,
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li:active a,
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li:focus a {
    color: #fff;
    text-decoration: none;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard {
    min-width: 300px;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard .infocard-img {
    width: 30%;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard .infocard-img img {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
    background: #2d7cd1;
    border-radius: 50%;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard .infocard-txt {
    width: 70%;
    padding: 0 10px;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard .infocard-txt ul li {
    line-height: 24px;
}
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard:hover,
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard:active,
.poi-header .header-menu .header-menu-level1 > li:hover .header-menu-level2 > li.header-menu-infocard:focus {
    background-color: transparent;
}
.poi-header .header-user {
    float: right;
    width: 52px;
    line-height: 52px;
    text-align: center;
    position: absolute;
    right: 10px;
}
.poi-header .header-user i {
    font-size: 20px;
    color: #2d7cd1;
}
.poi-header .header-user a:hover i,
.poi-header .header-user a:active i,
.poi-header .header-user a:focus i {
    color: #004ea2;
}
.poi-header .header-user .mobile-list-icon.list-icon-bg {
    display: none;
}
.poi-header .header-mobile-menu {
    display: none;
}
.poi-header .mobile-menu-header {
    text-align: center;
    font-size: 18px;
    line-height: 52px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.poi-header .mobile-menu-header .mobile-menu-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    width: 52px;
    height: 52px;
}
.poi-header .mobile-menu-header .mobile-menu-close-btn.close-btn-bg {
    width: 42px;
    height: 20px;
    background: url(https://www.settour.com.tw/st_dist/img/act-header/times-icon-gray.svg) no-repeat center center;
    background-size: contain;
    margin: 16px auto;
}
.poi-header .mobile-menu-level-1 {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}
.poi-header .mobile-menu-level-1 .tab {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.poi-header .mobile-menu-level-1 .tab .tablinks {
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
    width: 33.333333%;
    background: transparent;
}
.poi-header .mobile-menu-level-1 .tab .tablinks .tablinks-img {
    display: block;
    margin: 6px auto;
    background-color: #2D7CD1;
    border-radius: 50%;
}
.poi-header .mobile-menu-level-1 .tab .tablinks.active {
    font-weight: bold;
}
.poi-header .mobile-menu-level-1 .tab .tablinks.active .tablinks-img {
    background-color: #004EA2;
}
.poi-header .mobile-menu-level-1 .tabcontent {
    display: none;
    border-top: none;
}
.poi-header .mobile-menu-content .mobile-menu-content-title,
.poi-header .mobile-menu-content .mobile-menu-title {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}
.poi-header .mobile-menu-content .mobile-menu-content-title .mobile-menu-collapse-btn i,
.poi-header .mobile-menu-content .mobile-menu-title .mobile-menu-collapse-btn i {
    position: absolute;
    top: 0;
    right: 20px;
    outline: none;
    background: url(https://www.settour.com.tw/st_dist/img/act-header/arrow-icon-gray.svg) no-repeat center center;
    width: 18px;
    height: 50px;
}
.poi-header .mobile-menu-content .mobile-menu-content-title.active .mobile-menu-collapse-btn i,
.poi-header .mobile-menu-content .mobile-menu-title.active .mobile-menu-collapse-btn i {
    transform: rotate(180deg);
}
.poi-header .mobile-menu-content .mobile-menu-content-title a,
.poi-header .mobile-menu-content .mobile-menu-title a,
.poi-header .mobile-menu-content a {
    color: #333;
    display: block;
    padding: 15px 20px;
}
.poi-header .mobile-menu-content a:hover,
.poi-header .mobile-menu-content a:active,
.poi-header .mobile-menu-content a:focus {
    color: #004ea2;
    text-decoration: none;
}
/* 選單只有兩層 隱藏箭頭icon */
.poi-header .mobile-menu-content .mobile-menu-content-title > a ~ .mobile-menu-collapse-btn,
.poi-header .mobile-menu-content .mobile-menu-title > a ~ .mobile-menu-collapse-btn {
    display: none;
}
.poi-header .mobile-menu-content .mobile-menu-collapse {
    display: none;
}
.poi-header .mobile-menu-content .mobile-menu-collapse ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.poi-header .mobile-menu-content .mobile-menu-collapse ul li {
    width: 100%;
}
.poi-header .mobile-menu-content .mobile-menu-collapse ul li a {
    font-size: 14px;
    padding: 15px 20px 15px 40px;
    display: block;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}
.poi-header .mobile-menu-content .mobile-menu-collapse ul li a img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}
.poi-header .mobile-menu-content .mobile-menu-collapse ul li a:hover,
.poi-header .mobile-menu-content .mobile-menu-collapse ul li a:focus,
.poi-header .mobile-menu-content .mobile-menu-collapse ul li a:active {
    color: #004ea2;
    text-decoration: none;
}
.poi-header .mobile-menu-link {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
.poi-header .mobile-menu-link ul li a {
    text-align: center;
    color: #333;
    display: block;
    padding: 15px 0;
}
.poi-header .mobile-menu-link ul li a:hover,
.poi-header .mobile-menu-link ul li a:focus,
.poi-header .mobile-menu-link ul li a:active {
    color: #2d7cd1;
    text-decoration: none;
}
.poi-header .mobile-social-media .mobile-social-media-title {
    font-size: 14px;
    text-align: center;
    padding: 15px 10px;
}
.poi-header .mobile-social-media .mobile-social-media-list {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    margin: 0;
}
.poi-header .mobile-social-media .mobile-social-media-list li {
    -ms-flex: 1;
    flex: 1;
}
.poi-header .mobile-social-media .mobile-social-media-list li a {
    display: block;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    margin: 0 auto;
    border-radius: 50%;
}
.poi-header .mobile-social-media .mobile-social-media-list li a.facebook-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/fb-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #424fab;
}
.poi-header .mobile-social-media .mobile-social-media-list li a.line-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/line-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #00b900;
}
.poi-header .mobile-social-media .mobile-social-media-list li a.instagram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/ig-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #a92ada;
}
.poi-header .mobile-social-media .mobile-social-media-list li a.youtube-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/youtube-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #da2a2a;
}
.poi-header .mobile-social-media .mobile-social-media-list li a.blog-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/blog-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #e66d05;
}
.poi-header .mobile-social-media .mobile-social-media-list li a.telegram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/telegram-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: #039be5;
}
@media screen and (max-width: 1199px) {
    .poi-header .header-menu {
        display: none;
    }
    .poi-header .header-user {
        position: absolute;
        right: 0;
        width: unset;
        display: -ms-flexbox;
        display: flex;
        /* margin-right: 10px; */
    }
    /* .poi-header .header-user a {
        padding: 0 12px;
    } */
    .poi-header .header-user .mobile-list-icon.list-icon-bg {
        display: block;
    }
    .poi-header .header-mobile-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 9999;
        max-width: 414px;
        box-shadow: 0 0 20px rgba(84, 64, 64, 0.1);
        border-left: 1px solid #e0e0e0;
    }
    .poi-header .header-mobile-menu.show {
        display: block;
    }
    .poi-header .mobile-menu-content .header-menu-infocard {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        padding: 20px 10px;
        border-bottom: 1px solid #e0e0e0;
    }
    .poi-header .mobile-menu-content .header-menu-infocard .infocard-img {
        width: 30%;
    }
    .poi-header .mobile-menu-content .header-menu-infocard .infocard-img img {
        display: block;
        width: 80%;
        margin: 0 auto;
        height: auto;
        background: #2d7cd1;
        border-radius: 50%;
    }
    .poi-header .mobile-menu-content .header-menu-infocard .infocard-txt {
        width: 70%;
        padding: 0 10px;
    }
    .poi-header .mobile-menu-content .header-menu-infocard .infocard-txt ul {
        margin-bottom: 0;
    }
    .poi-header .mobile-menu-content .header-menu-infocard .infocard-txt ul li {
        font-weight: bold;
        line-height: 28px;
    }
    .poi-header .mobile-backdrop-bg {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9998;
        background-color: rgba(33,33,33,0.6);
        backdrop-filter: saturate(180%) blur(20px);
    }
    .poi-header .mobile-backdrop-bg.show {
        display: block;
    }
}
.header-sidebar-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-sidebar-mobile {
        line-height: 1.42857;
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 99999;
        max-width: 414px;
        box-shadow: 0 0 20px rgba(84, 64, 64, 0.1);
        min-height: 100dvh;
    }
    .header-sidebar-mobile.fadeIn {
        display: block;
        max-height: 100dvh;
        overflow-y: auto;
    }
    .header-sidebar-mobile.fadeIn .close-slide-submenu {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 100000;
        cursor: pointer;
        display: block;
        width: 50px;
        height: 50px;
        background: url(https://www.settour.com.tw/st_dist/img/act-header/times-icon-w.svg) no-repeat center center;
        background-size: 50% 50%;
    }
    .container-fullbg.header-border.pin-header {
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    .container-fluid.pin-header-banner,
    .container-fullbg.pin-header ~ #mtkContainer {
        padding: 0;
        margin-top: 53px;
    }
    .container-fullbg {
        width: 100%;
        background: #fff;
    }
    .poi-header .header-logo {
        width: 100%;
    }
    .poi-header .header-logo .header-logo-img {
        background-position: left center;
        height: 24px;
        margin: 14px 0;
    }
    .poi-header .header-logo .header-red-tag {
        left: 130px;
    }
    .container-fullbg.header-border.scroll-pin-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
        transition: all .3s ease;
        border-top: none;
        z-index: 1000;
    }
}
.pc-header-user-login.header-greeting .user-login-icon {
    display: block;
    width: 52px;
    height: 52px;
    background: url(https://www.settour.com.tw/st_dist/img/act-header/user-icon.svg) no-repeat center center;
    background-size: 20px 20px;
}
.pc-header-user-login.header-greeting .header-greeting-dropdown-card {
    right: 0;
    left: unset;
}
.header-user .mobile-list-icon.list-icon-bg {
    display: block;
    width: 42px;
    height: 20px;
    background: url(https://www.settour.com.tw/st_dist/img/act-header/bars-icon.svg) no-repeat center center;
    background-size: contain;
    margin: 16px auto;
}
@media screen and (max-width: 768px) {
    .pc-header-user-login.header-greeting .header-greeting-dropdown-card {
        display: none !important;
    }
}
/* 定義中間區塊內容寬度 */
.container {
    width: 1400px;
    padding: 0px;
}
/* 卡片滑動位置校正 */
.container .slick-initialized .slick-track {
    margin: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .container {
        width: auto;
        padding: 0px 25px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: auto;
        padding: 0px 25px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
        padding: 0px 25px;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: auto;
        padding: 0px 15px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .container {
        width: auto;
        padding: 0px 15px;
    }
}
/* ====================================== */
@media screen and (max-width: 767px) {
    .container-fluid,
    .container {
        max-width: 100vw;
        /* overflow-x: hidden; */
    }
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.pd-0 {
    padding: 0;
}
.header-full-bg {
    width: 100%;
    background: #2d7bd2;
}
.header-full-bg .container {
    padding: 0;
}
a {
    text-decoration: none;
}
/* col 隔線間距(共用) */
.menu-content > .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.menu-content > .form-row > .menu-content > .col,
.menu-content > .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.side-menu {
    height: 100vh;
}
.menu-content {
    padding: 15px;
    padding-bottom: 0;
    border-radius: 4px;
    background: #ffffff;
}
.menu-content .mult-link .main-link {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.menu-content .img-bg {
    height: 230px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.menu-content .img-bg-1half {
    width: 100%;
    height: 260px;
    padding-bottom: 0;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.menu-content .img-bg-hall {
    width: 100%;
    height: 505px;
    padding-bottom: 0;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 75px;
    position: relative;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
}
.menu a {
    text-decoration: none;
}
.menu .put-left {
    -ms-flex: 2;
    flex: 2;
    padding-right: 40px;
}
.menu .mid {
    -ms-flex: 8;
    flex: 8;
}
.menu .put-right {
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
}
@media screen and (max-width: 1199px) {
    .menu .put-left {
        -ms-flex: 1.5;
        flex: 1.5;
    }
    .menu .mid {
        -ms-flex: 6;
        flex: 6;
    }
    .menu .put-right {
        -ms-flex: 0;
        flex: 0;
        display: none;
    }
}
@media screen and (max-width: 1070px) {
    .menu .put-left {
        -ms-flex: 1.5;
        flex: 1.5;
        padding-right: 10px;
    }
}
/* 東南logo設定 */
.menu-logo {
    display: block;
    height: 100%;
    margin-left: 10px;
    background-image: url(https://www.settour.com.tw/st_ec/img/header-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
}
.menu-logo .logo-tag {
    background: #d61518;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    top: 14px;
    right: -28px;
    font-size: 10px;
    line-height: 12px;
}
/* 以下右上角社群icon設定 */
.header-right-section {
    height: 100%;
}
.header-social-media {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-social-media li {
    margin: 0 8px;
}
.header-social-media .facebook-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/fb-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.header-social-media .facebook-icon:hover {
    background-color: #424FAB;
}
.header-social-media .instagram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/ig-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.header-social-media .instagram-icon:hover {
    background-color: #A92ADA;
}
.header-social-media .line-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/line-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.header-social-media .line-icon:hover {
    background-color: #00B900;
}
.header-social-media .youtube-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/youtube-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.header-social-media .youtube-icon:hover {
    background-color: #da2a2a;
}
.header-social-media .telegram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/telegram-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 28px;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.header-social-media .telegram-icon:hover {
    background-color: #039BE5;
}
.header-social-media .header-right-banner {
    width: 192px;
    height: 75px;
}
@media screen and (max-width: 1000px) {
    .header-social-media {
        display: none;
    }
    .put-left {
        -ms-flex: 2;
        flex: 2;
    }
    .mid {
        -ms-flex: 8;
        flex: 8;
    }
    .put-right {
        -ms-flex: unset;
        flex: unset;
    }
    .menu-logo {
        margin: 0 10px;
    }
}
/* icon按鈕第一層 */
.menu-level1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.menu-level1 .menu-level1-container {
    position: relative;
    -ms-flex: 1;
    flex: 1;
}
.menu-level1 .menu-level1-container .menu-level1-btn {
    display: block;
    text-align: center;
    color: #004ea2;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 auto;
    cursor: pointer;
}
.menu-level1 .menu-level1-container .hover-blue-bg-box {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.menu-level1 .menu-level1-container .hover-blue-bg-box:hover {
    width: 100%;
    height: 100%;
    background-color: #e7f3ff;
    color: #2d7bd2;
}
.menu-level1 .menu-level1-container:nth-child(2) > .menu-level2 {
    position: absolute;
    left: 0px;
}
.menu-level1 .menu-level1-container:nth-child(7) > .menu-level2 {
    position: absolute;
    left: 0;
}
.menu-level1 .menu-level1-container:nth-child(8) > .menu-level2 {
    position: absolute;
    left: 0;
}
.menu-level1-container:hover .menu-level2,
.menu-level1-container:hover .menu-level2.textonly {
    display: block;
    z-index: 9999;
    animation: menuhover .4s both;
}
@keyframes menuhover {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    75% {
        opacity: 0;
        transform: scaleY(0);
    }
    76% {
        opacity: 0;
        transform: scaleY(1);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
/* icon按鈕第二層 下拉內容 */
.menu-level2 {
    display: none;
    position: absolute;
    top: 75px;
    left: calc( -232px - 40px);
    width: 100%;
    min-width: 1400px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.menu-level2.min-h {
    min-height: 505px;
}
.menu-level2.min-h .menu-content {
    min-height: 505px;
}
.menu-level2-btn {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}
.menu-level2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    background-color: #2d7bd2;
    z-index: 999999;
}
.menu-level2-container::after {
    content: '';
    display: block;
    clear: both;
}
.menu-level2.textonly {
    display: none;
    min-width: 200px;
    min-height: unset;
}
.menu-level2.textonly .menu-level2-btn:hover > .menu-level2-btn-bubble,
.menu-level2.textonly .menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble {
    background-color: #2d7bd2;
    color: #ffffff;
    width: 100%;
    border-radius: 0;
    margin: 0x;
}
.menu-level2.textonly .menu-level2-btn:hover > .menu-level2-btn-bubble strong,
.menu-level2.textonly .menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble strong {
    margin-left: 10px;
    padding-left: 20px;
}
.menu-level2.textonly .menu-level2-btn:hover > .menu-level2-btn-bubble i,
.menu-level2.textonly .menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble i {
    display: none;
}
.menu-level2.textonly .menu-level2-container:first-child > .menu-level2-btn {
    margin-top: 0;
}
.menu-level2.textonly .menu-level2-container {
    width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .menu-level2 {
        min-width: 1170px;
        position: absolute;
        left: 0;
        top: 76px;
        width: 100%;
    }
    .menu-level2.textonly {
        width: 200px;
        position: absolute;
        left: 0;
        top: 76px;
        margin-left: 0 !important;
    }
    .menu-level2.textonly .menu-level2-container {
        width: 100%;
    }
    .menu-level1 .menu-level1-container {
        position: unset;
    }
    .menu-level1 {
        position: unset;
    }
    .menu-level1 .menu-level1-container:nth-child(2) {
        position: relative;
    }
    .menu-level1 .menu-level1-container:nth-child(2) > .menu-level2 {
        position: absolute;
        left: 0;
        max-height: 300px;
        overflow-y: scroll;
    }
    .menu-level1 .menu-level1-container:nth-child(3) > .menu-level2 {
        position: absolute;
        left: 0;
    }
    .menu-level1 .menu-level1-container:nth-child(4) > .menu-level2 {
        position: absolute;
        left: 0;
    }
    .menu-level1 .menu-level1-container:nth-child(5) > .menu-level2 {
        position: absolute;
        left: 0;
    }
    .menu-level1 .menu-level1-container:nth-child(7) {
        position: relative;
    }
    .menu-level1 .menu-level1-container:nth-child(7) > .menu-level2 {
        position: absolute;
        left: 0;
        max-height: 300px;
        overflow-y: scroll;
    }
    .menu-level1 .menu-level1-container:nth-child(8) {
        position: relative;
    }
    .menu-level1 .menu-level1-container:nth-child(8) > .menu-level2 {
        position: absolute;
        left: 0;
    }
}
.menu-level2 .menu-level2-container:first-child > .menu-level2-btn {
    margin-top: 15px;
}
.menu-level2-container {
    width: 15%;
}
.menu-level2-container .menu-level2-btn i {
    position: absolute;
    right: 20px;
    top: calc((100% - 24px) / 2);
    font-size: 24px;
    display: none;
}
.menu-level2-container .menu-level2-btn .menu-level2-btn-bubble {
    color: #333333;
    display: block;
    width: 90%;
    border-radius: 50px;
    margin: 0px auto;
    position: relative;
}
.menu-level2-container .menu-level2-btn .menu-level2-btn-bubble strong {
    padding-left: 20px;
}
.menu-level2-btn:hover > .menu-level2-btn-bubble,
.menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble,
.menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn > .menu-level2-btn-bubble {
    background-color: #2d7bd2;
    color: #ffffff;
}
.menu-level1-container:hover > .menu-level1-overlay-left,
.menu-level1-container:hover > .menu-level1-overlay-right {
    width: 30px;
    height: 75px;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
}
.menu-level1-container:hover > .menu-level1-overlay-left {
    left: -30px;
}
.menu-level1-container:hover > .menu-level1-overlay-right {
    right: -30px;
}
.menu-level2-btn:hover > .btn-level2-overlay-top,
.menu-level2-btn:hover > .btn-level2-overlay-bottom {
    width: 25%;
    height: 100px;
    transition: transform .5s;
    transform: scaleY(1);
    z-index: 1;
    display: block;
    position: absolute;
    right: 0;
}
.menu-level2-btn:hover > .btn-level2-overlay-top {
    top: -100px;
    transform-origin: 50% bottom;
}
.menu-level2-btn:hover > .btn-level2-overlay-bottom {
    bottom: -100px;
    transform-origin: 50% top;
}
.menu-level2-btn:hover > .btn-level2-overlay-top:hover,
.menu-level2-btn:hover > .btn-level2-overlay-bottom:hover {
    transform: scaleY(0);
}
.menu-level2 .menu-level2-container:first-child .menu-level2-btn:hover > .btn-level2-overlay-top {
    height: 0px;
}
.menu-level2 .menu-level2-container:nth-child(2) .menu-level2-btn:hover > .btn-level2-overlay-top {
    height: 50px;
    top: -50px;
}
.menu-level2 .menu-level2-container:nth-last-child(2) .menu-level2-btn:hover > .btn-level2-overlay-bottom {
    height: 50px;
    bottom: -50px;
}
.menu-level2 .menu-level2-container:last-child .menu-level2-btn:hover > .btn-level2-overlay-bottom {
    height: 0px;
}
.menu-level2-btn i {
    position: absolute;
    right: 20px;
    top: calc((100% - 24px) / 2);
    font-size: 24px;
    display: none;
}
.menu-level2-btn:hover i,
.menu-level2-info:hover + .menu-level2-btn i,
.menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn i {
    display: block;
}
.menu-level2-info {
    display: none;
    width: 85%;
    position: absolute;
    top: 0;
    left: 15%;
}
.menu-level2-container:hover > .menu-level2-info {
    display: block;
}
.menu-level2-container:hover > .menu-level2-info:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ffffff;
}
.menu-level2-container:hover > .menu-level2-info > .menu-content {
    animation: fadein .5s forwards;
    opacity: 1;
}
.menu-level2-container.default:hover > .menu-level2-info > .menu-content {
    animation: none;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.menu-level2-info-full {
    width: 100%;
    min-width: 1170px;
}
.menu-level1-container > .menu-level2-info,
.menu-level1-container > .menu-level2-info-full,
.menu-level1-container > .menu-level2-info > .menu-content,
.menu-level1-container > .menu-level2-info-full > .menu-content {
    z-index: -1;
}
.menu-level2-container.default > .menu-level2-info {
    z-index: 9998;
}
.menu-level2-container:hover > .menu-level2-info {
    z-index: 9999;
}
.menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default > .menu-level2-info {
    display: block;
}
.menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn-active {
    display: block;
}
.menu-level2:not(:hover) > .menu-level2-container.default > .menu-level2-info {
    display: block;
}
.menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn-active {
    display: block;
}
.menu-level2-container.default > .menu-level2-info {
    display: block;
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .menu-level2 {
        min-width: 200px;
        position: absolute;
        top: 76px;
        left: 0;
        min-height: unset;
        max-height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-left: 0 !important;
    }
    .menu-level2 .menu-level2-container {
        width: 100%;
    }
    .menu-level2 .menu-level2-container:first-child > .menu-level2-btn {
        margin-top: 0;
    }
    .menu-level2-info {
        display: none;
    }
    .menu-level2-info:hover {
        display: none;
    }
    .menu-level2-container:hover > .menu-level2-info {
        display: none;
    }
    .menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default > .menu-level2-info {
        display: none;
    }
    .menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn-active {
        display: none;
    }
    .menu-level2:not(:hover) > .menu-level2-container.default > .menu-level2-info {
        display: none;
    }
    .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn-active {
        display: none;
    }
    .menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn > .menu-level2-btn-bubble {
        background: transparent;
        color: #333333;
    }
    .menu-level1-container:hover > .menu-level2:not(:hover) > .menu-level2-container.default .menu-level2-btn > .menu-level2-btn-bubble i {
        display: none;
    }
    .menu-level2-btn:hover > .menu-level2-btn-bubble,
    .menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble {
        background-color: #2d7bd2;
        color: #ffffff;
        width: 100%;
        border-radius: 0;
        margin: 0x;
    }
    .menu-level2-btn:hover > .menu-level2-btn-bubble strong,
    .menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble strong {
        margin-left: 10px;
        padding-left: 20px;
    }
    .menu-level2-btn:hover > .menu-level2-btn-bubble i,
    .menu-level2-info:hover + .menu-level2-btn > .menu-level2-btn-bubble i {
        display: none;
    }
    .menu-level1 .menu-level1-container:nth-child(2) > .menu-level2 {
        position: absolute;
        left: 0 !important;
    }
    .menu-level1 .menu-level1-container:nth-child(5) > .menu-level2 {
        position: absolute;
        left: 0 !important;
    }
    .menu-level1 .menu-level1-container:nth-child(8) > .menu-level2 {
        position: absolute;
        left: unset;
        right: 0 !important;
        overflow-y: unset;
    }
    .menu-level2-container.default > .menu-level2-info {
        display: none;
        opacity: 1;
    }
    .menu-level2.min-h {
        min-height: unset;
    }
}
.header-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2d7bd2;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}
.header-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-top a {
    text-decoration: none;
}
.header-top .put-left,
.header-top .put-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.header-top .put-left li,
.header-top .put-right li {
    text-align: center;
    position: relative;
    margin: 0px;
}
.header-top .put-left li:hover,
.header-top .put-right li:hover {
    background: #004ea2;
    color: #ffffff;
}
.header-top .put-left li a,
.header-top .put-right li a {
    color: #ffffff;
    padding: 10px 15px;
}
@media screen and (max-width: 1000px) {
    .header-top .put-left li a,
    .header-top .put-right li a {
        padding: 5px;
    }
}
/* 以下為會員好康區域設定 */
.header-fever .padding-change {
    color: #ffffff;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.header-fever .header-fever-dropdown-list {
    visibility: hidden;
    opacity: 0;
    color: #333333;
    background-color: #ffffff;
    z-index: 99998;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    box-shadow: 1px 1px 3px #33333356;
    /* 新增 下拉選單最小寬度 */
    min-width: 110px; 
}
.header-fever .header-fever-dropdown-list li {
    text-align: center;
    position: relative;
    padding: 0 5px;
}
.header-fever .header-fever-dropdown-list li:hover {
    background-color: #eeeeee;
}
.header-fever .header-fever-dropdown-list a {
    color: #333333;
    text-align: center;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    display: block;
}
@media screen and (max-width: 768px) {
    .header-fever .header-fever-dropdown-list {
        visibility: visible;
        opacity: 1;
        display: none;
        width: 100vw;
        position: fixed;
        top: 0;
        right: 0;
    }
    .header-fever .header-fever-dropdown-list > a + a {
        border-top: 1px solid #ccc;
    }
}
/* 以下為歡迎回來區域設定 */
.header-greeting .padding-change {
    color: #ffffff;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.header-greeting .header-greeting-dropdown-card {
    visibility: hidden;
    opacity: 0;
    color: #000000;
    background-color: #ffffff;
    z-index: 99998;
    position: absolute;
    top: 100%;
    left: 0;
    width: 340px;
    text-align: left;
    padding: 15px;
    box-shadow: 1px 1px 3px #33333356;
}
.header-greeting .header-greeting-dropdown-card .person {
    margin: 5px auto;
}
.header-greeting .header-greeting-dropdown-card .person .birthdayGift {
    border-radius: 20px;
    padding: 4px 8px;
    background-color: #e73155;
    color: #ffffff;
}
.header-greeting .header-greeting-dropdown-card .member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
}
.header-greeting .header-greeting-dropdown-card .member .member-data {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-greeting .header-greeting-dropdown-card .member .member-data.right-gray-line {
    border-right: .5px solid #cccccc;
}
.header-greeting .header-greeting-dropdown-card .member .member-data .member-data-num a {
    color: #2d7bd2 !important;
    padding-left: 0;
    padding-right: 5px;
}
.header-greeting .header-greeting-dropdown-card .member .member-data .member-data-num.zero a {
    color: #999 !important;
    padding-left: 0;
    padding-right: 5px;
}
.header-greeting .header-greeting-dropdown-card .member .member-data .member-data-unit {
    color: #999 !important;
}
.header-greeting .header-greeting-dropdown-card .bottom {
    margin: 10px auto;
}
.header-greeting .header-greeting-dropdown-card .bottom .put-left,
.header-greeting .header-greeting-dropdown-card .bottom .put-right {
    display: inline-block;
    text-align: center;
}
.header-greeting .header-greeting-dropdown-card .bottom .put-left a,
.header-greeting .header-greeting-dropdown-card .bottom .put-right a {
    padding: 0;
}
.header-greeting .header-greeting-dropdown-card .bottom .put-left {
    width: calc((98.7% / 3) * 2);
    padding: 0px 5px;
}
.header-greeting .header-greeting-dropdown-card .bottom .put-right {
    width: calc((98.7% / 3) * 1);
    padding: 0px 5px;
}
.header-greeting .header-greeting-dropdown-card .bottom .myHomeBtn,
.header-greeting .header-greeting-dropdown-card .bottom .logOutBtn {
    text-align: center;
    width: 100%;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #ccc;
}
.header-greeting .header-greeting-dropdown-card .bottom .myHomeBtn {
    color: #ffffff;
    background-color: #2d7bd2;
}
.header-greeting .header-greeting-dropdown-card .bottom .myHomeBtn:hover {
    box-shadow: 1px 1px 3px #33333356;
}
.header-greeting .header-greeting-dropdown-card .bottom .logOutBtn {
    color: #2d7bd2;
    background-color: #ffffff;
}
.header-greeting .header-greeting-dropdown-card .bottom .logOutBtn:hover {
    box-shadow: 1px 1px 3px #33333356;
}
.header-greeting:hover > .header-greeting-dropdown-card,
.header-fever:hover > .header-fever-dropdown-list {
    visibility: visible;
    opacity: 1;
    transition: 0.1s 0.1s ease opacity;
}
.menu-level1 > .menu-level1-container:nth-child(1) > .menu-level1-btn .nav-icon {
    background-position: 0px 0px;
}
.menu-level1 > .menu-level1-container:nth-child(2) > .menu-level1-btn .nav-icon {
    background-position: 0px -36px;
}
.menu-level1 > .menu-level1-container:nth-child(3) > .menu-level1-btn .nav-icon {
    background-position: 0px -72px;
}
.menu-level1 > .menu-level1-container:nth-child(4) > .menu-level1-btn .nav-icon {
    background-position: 0px -108px;
}
.menu-level1 > .menu-level1-container:nth-child(5) > .menu-level1-btn .nav-icon {
    background-position: 0px -144px;
}
.menu-level1 > .menu-level1-container:nth-child(6) > .menu-level1-btn .nav-icon {
    background-position: 0px -180px;
}
.menu-level1 > .menu-level1-container:nth-child(7) > .menu-level1-btn .nav-icon {
    background-position: 0px -216px;
}
.menu-level1 > .menu-level1-container:nth-child(8) > .menu-level1-btn .nav-icon {
    background-position: 0px -252px;
}
.menu-level1 > .menu-level1-container:nth-child(9) > .menu-level1-btn .nav-icon {
    background-position: 0px -288px;
}
.menu-level1 > .menu-level1-container > .menu-level1-btn i {
    display: block;
    width: 40px;
    height: 36px;
    background: url(https://www.settour.com.tw/st_dist/img/icon/web-nav-icon.png) no-repeat;
    /* background-size: 50%; */
    margin: 0 auto;
}
.mult-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    min-width: 65%;
    /* 要預留足夠的空間以免跑版 */
}
.header-mult-link .header-link-title {
    display: block;
    color: #ffffff;
    border-bottom: .5px solid #ffffff;
    font-size: 18px;
    padding-bottom: 8px;
    margin-top: 3px;
    margin-bottom: 8px;
    text-align: left;
    text-shadow: 1px 1px 1px #777777;
}
.header-mult-link .header-link-title:hover {
    color: #FBD649;
}
.header-mult-link .header-link-text {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #777777;
}
.header-mult-link .header-link-text:hover {
    color: #FBD649;
}
.mult-link .header-single-title {
    display: block;
    color: #ffffff;
    text-align: center;
    text-shadow: 1px 1px 1px #777777;
    font-size: 18px;
    margin-bottom: 15px;
}
.mult-link .header-single-title:hover {
    color: #FBD649;
}
.mult-link.header-mult-link {
    top: 25px;
    transform: translate(-50%, 0);
}
.headercard-blue-box {
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
    border: .5px solid #eee;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    position: relative;
}
.headercard-blue-box .header-single-title {
    display: block;
    color: #2d7cd1;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    text-shadow: unset;
    font-weight: bold;
}
.headercard-blue-box .header-single-title small {
    display: block;
    font-weight: lighter;
}
.headercard-blue-box.h-2x {
    height: 475px;
}
.headercard-blue-box.h-1xhalf {
    height: 260px;
}
.headercard-blue-box.h-col3 {
    height: 148.3333333px;
}
.headercard-blue-box.h-half {
    height: 115px;
}
.headercard-blue-box.h-col4 {
    height: 107.5px;
}
.headercard-blue-box.h-all {
    height: unset;
}
.header-link-card {
    position: absolute;
    z-index: 1;
    top: 25px;
    transform: translate(-50%, 0);
    left: 50%;
    text-align: left;
    min-width: 65%;
}
.header-link-card .header-link-title {
    display: block;
    color: #2d7cd1;
    border-bottom: .5px solid #2d7cd1;
    font-size: 18px;
    padding-bottom: 8px;
    margin-top: 3px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: bold;
}
.header-link-card .header-link-text {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}
.headercard-blue-box:hover .header-single-title,
.headercard-blue-box:active .header-single-title,
.headercard-blue-box:focus .header-single-title {
    color: #004ea2;
}
.headercard-blue-box:hover .header-link-card .header-link-title,
.headercard-blue-box:active .header-link-card .header-link-title,
.headercard-blue-box:focus .header-link-card .header-link-title {
    border-bottom: .5px solid #004ea2;
}
.headercard-blue-box:hover .header-link-card .header-link-title:hover,
.headercard-blue-box:active .header-link-card .header-link-title:hover,
.headercard-blue-box:focus .header-link-card .header-link-title:hover {
    color: #004ea2;
}
.headercard-blue-box:hover .header-link-card .header-link-title.disabled,
.headercard-blue-box:active .header-link-card .header-link-title.disabled,
.headercard-blue-box:focus .header-link-card .header-link-title.disabled {
    border-bottom: .5px solid #2d7cd1;
    pointer-events: none;
}
.headercard-blue-box:hover .header-link-card .header-link-title.disabled:hover,
.headercard-blue-box:active .header-link-card .header-link-title.disabled:hover,
.headercard-blue-box:focus .header-link-card .header-link-title.disabled:hover {
    color: #2d7cd1;
}
.headercard-blue-box:hover .header-link-card .header-link-text:hover,
.headercard-blue-box:active .header-link-card .header-link-text:hover,
.headercard-blue-box:focus .header-link-card .header-link-text:hover {
    color: #000000;
}
/* col 隔線間距(共用) */
.menu-content > .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.menu-content > .form-row > .menu-content > .col,
.menu-content > .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
}
.header-sidebar-mobile .navbar {
    min-height: unset;
}
.header-sidebar-mobile .navbar-default {
    background-color: #ffffff;
    border: 0;
    border-top: 5px solid #2d7cd1;
    border-radius: 0;
    margin-bottom: 0;
}
.header-sidebar-mobile .navbar-default .navbar-header,
.header-sidebar-mobile .navbar-default .header-settour {
    border-bottom: 1px solid #ccc;
}
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle,
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu,
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle,
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu {
    background-color: rgba(0, 0, 0, 0);
    width: 49px;
    float: left;
    position: relative;
    z-index: 1;
    padding: 11px 0;
    border: 0;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    min-height: 45px;
    display: block;
    margin: 0;
}
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle:hover,
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu:hover,
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle:hover,
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu:hover {
    cursor: pointer;
}
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle i,
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu i,
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle i,
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu i {
    position: relative;
    background: none !important;
    display: block;
    box-sizing: border-box;
    width: 19px;
    height: 20px;
    margin: 0 auto;
    padding: 4px 0px 0px;
}
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle i .icon-bar,
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu i .icon-bar,
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle i .icon-bar,
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu i .icon-bar {
    width: 19px;
    height: 2px;
    background: #004ea2;
    display: block;
    margin: 2px 0;
    transition: all .8s ease;
}
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle i .icon-bar:nth-of-type(3),
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu i .icon-bar:nth-of-type(3),
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle i .icon-bar:nth-of-type(3),
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu i .icon-bar:nth-of-type(3) {
    width: 10px;
}
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle i .icon-bar:nth-of-type(4),
.header-sidebar-mobile .navbar-default .navbar-header .navbar-toggle i .icon-bar:nth-of-type(5),
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu i .icon-bar:nth-of-type(4),
.header-sidebar-mobile .navbar-default .navbar-header .mini-submenu i .icon-bar:nth-of-type(5),
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle i .icon-bar:nth-of-type(4),
.header-sidebar-mobile .navbar-default .header-settour .navbar-toggle i .icon-bar:nth-of-type(5),
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu i .icon-bar:nth-of-type(4),
.header-sidebar-mobile .navbar-default .header-settour .mini-submenu i .icon-bar:nth-of-type(5) {
    opacity: 0;
    position: absolute;
    transform-origin: center center;
    top: 8px;
}
.header-sidebar-mobile .navbar-default .navbar-header .menu-logo-m,
.header-sidebar-mobile .navbar-default .header-settour .menu-logo-m {
    display: block;
    width: 128px;
    height: auto;
    margin: 0 auto;
    padding: 11px 0;
    text-decoration: none;
    position: relative;
}
.header-sidebar-mobile .navbar-default .navbar-header .menu-logo-m img,
.header-sidebar-mobile .navbar-default .header-settour .menu-logo-m img {
    width: 128px;
}
.header-sidebar-mobile .navbar-default .navbar-header .menu-logo-m .logo-tag-m,
.header-sidebar-mobile .navbar-default .header-settour .menu-logo-m .logo-tag-m {
    background: #d61518;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    top: 4px;
    right: -32px;
    font-size: 8px;
    line-height: 12px;
}
.header-sidebar-mobile .list-group {
    display: none;
    width: 100%;
    margin-bottom: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: scroll;
}
@media (max-width: 991px) {
    .header-sidebar-mobile .navbar-header {
        float: none;
    }
}
/* 480 ~ 991px 時 側邊滑入選單寬度限制 */
@media screen and (max-width: 991px) {
    .header-sidebar-mobile .list-group {
        max-width: 414px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .modal-backdrop-transparent {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: -1000;
    }
    .modal-backdrop-transparent.modal-backdrop-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #bebebe;
        opacity: 0.6;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }
}
.header-sidebar-mobile .close-slide-submenu {
    display: block;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 99999;
    cursor: pointer;
}
.header-sidebar-mobile .close-slide-submenu i {
    font-size: 26px;
}
.header-sidebar-mobile .header-login-card {
    background-image: linear-gradient(120deg, #5E7ADE 0%, #4faeff 60%, #4faeff 100%);
    color: #fff;
    padding: 15px;
    margin: 0;
}
.header-sidebar-mobile .header-login-card .header-login-card-top {
    margin-bottom: 25px;
    -ms-flex-align: center;
    align-items: center;
}
.header-sidebar-mobile .header-login-card .header-login-card-top .header-login-img {
    width: 100%;
    height: 100%;
    padding: 12px 15px;
    border-radius: 50%;
    background: white;
}
.header-sidebar-mobile .header-login-card .header-login-card-top .header-login-img-before {
    width: 100%;
    height: 100%;
    padding: 0;
}
.header-sidebar-mobile .header-login-card .header-login-card-top .header-login-img-before img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.header-sidebar-mobile .header-login-text h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    word-break: break-all;
    width: calc(100% - 30px);
    margin-bottom: 10px;
}
.header-sidebar-mobile .header-login-text .tag-highlight {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    vertical-align: middle;
    padding: 5px 16px;
    margin-bottom: 0;
    text-shadow: none;
    text-decoration: none;
    border-radius: 24px;
    margin-right: 10px;
    background: #E73155;
    color: #ffffff;
}
.header-sidebar-mobile .header-login-text .tag-gray-darker {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    vertical-align: middle;
    padding: 5px 16px;
    margin-bottom: 0;
    text-shadow: none;
    text-decoration: none;
    border-radius: 24px;
    margin-right: 10px;
    background: #ffffff;
    color: #666;
}
.header-sidebar-mobile .btn-outline-white {
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    padding: 9px 15px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    min-width: unset;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
    color: #fff;
}
.header-sidebar-mobile .btn-outline-white:hover,
.header-sidebar-mobile .btn-outline-white:focus,
.header-sidebar-mobile .btn-outline-white:active {
    background: #fff;
    color: #4faeff;
    text-decoration: none;
}
.header-sidebar-mobile .list-group-tit {
    background: #eee;
    color: #777;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
}
.header-sidebar-mobile .list-group-item {
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    overflow: hidden;
    font-size: 15px;
    float: none;
}
.header-sidebar-mobile .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header-sidebar-mobile .list-group-item i,
.header-sidebar-mobile .dropdown i {
    font-size: 24px;
    line-height: 20px;
}
.header-sidebar-mobile .header-card-vline {
    margin-bottom: 20px;
}
.header-sidebar-mobile .header-card-vline .header-card-points {
    color: #ffffff;
    margin-bottom: 25px;
}
.header-sidebar-mobile .header-card-vline .header-card-points span,
.header-sidebar-mobile .header-card-vline .header-card-points small {
    display: block;
    text-align: center;
}
.header-sidebar-mobile .header-card-vline .header-card-points span {
    font-size: 24px;
    font-weight: bold;
}
.header-sidebar-mobile .header-card-vline .header-card-points small {
    color: rgba(255, 255, 255, 0.8);
}
.header-sidebar-mobile .header-card-points:hover span,
.header-sidebar-mobile .header-card-points:hover small,
.header-sidebar-mobile .header-card-points:focus span,
.header-sidebar-mobile .header-card-points:focus small,
.header-sidebar-mobile .header-card-points:active span,
.header-sidebar-mobile .header-card-points:active small {
    color: #FBD649;
    text-decoration: none;
}
.header-sidebar-mobile .header-card-vline {
    margin-bottom: 20px;
}
.header-sidebar-mobile .header-card-vline .col-xs-4 + .col-xs-4 :before {
    content: "";
    border-left: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
}
.header-sidebar-mobile .navbar-nav {
    margin: 0;
    float: none !important;
}
.header-sidebar-mobile .navbar-nav li > a {
    color: #777777;
    padding: 5px;
}
.header-sidebar-mobile .navbar-default .navbar-nav > .open > a,
.header-sidebar-mobile .navbar-default .navbar-nav > .open > a:hover,
.header-sidebar-mobile .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    color: #777777;
}
.header-sidebar-mobile .linkmenu-item-circle {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    padding-top: 15px;
}
.header-sidebar-mobile .linkmenu-item-circle li {
    width: 33.333333%;
    float: left;
    text-align: center;
}
.header-sidebar-mobile .linkmenu-item-circle li a {
    line-height: 20px;
    padding: 5px 15px 25px;
    display: block;
    clear: both;
}
.header-sidebar-mobile .linkmenu-item-circle li a img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.header-sidebar-mobile .linkmenu-item-circle li:hover a,
.header-sidebar-mobile .linkmenu-item-circle li:focus a,
.header-sidebar-mobile .linkmenu-item-circle li:active a {
    text-decoration: none;
    color: #333;
}
.header-sidebar-mobile .linkmenu-item-roundedicon {
    padding-top: 15px;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 0;
}
.header-sidebar-mobile .linkmenu-item-roundedicon li {
    width: 33.333333%;
    float: left;
    text-align: center;
}
.header-sidebar-mobile .linkmenu-item-roundedicon li a {
    padding: 5px 15px 25px;
    background-color: transparent;
}
.header-sidebar-mobile .linkmenu-item-roundedicon li a img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 10px auto;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.header-sidebar-mobile .dropdown-menu.text-list-menu li {
    color: #777;
    font-size: 14px;
    border-top: 1px solid #ccc;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
}
.header-sidebar-mobile .dropdown-menu.text-list-menu li:last-child {
    margin-bottom: -15px;
}
.linkmenu-item-red {
    background: #F18986;
}
.linkmenu-item-pink {
    background: #F8B6CF;
}
.linkmenu-item-orange {
    background: #F6B774;
}
.linkmenu-item-yellow {
    background: #F5D663;
}
.linkmenu-item-beige {
    background: #f2be92;
}
.linkmenu-item-brown {
    background: #E2B27A;
}
.linkmenu-item-green {
    background: #C4D47C;
}
.linkmenu-item-greenblue {
    background: #8CE1DC;
}
.linkmenu-item-lightblue {
    background: #8DD1E9;
}
.linkmenu-item-blue {
    background: #80B6F0;
}
.linkmenu-item-bluepurple {
    background: #9EB3F2;
}
.linkmenu-item-purple {
    background: #E7B3F0;
}
.header-sidebar-mobile .linkmenu-item-nobg {
    padding-top: 15px;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 0;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.header-sidebar-mobile .linkmenu-item-nobg li {
    width: 33.333333%;
    float: left;
    text-align: center;
}
.header-sidebar-mobile .linkmenu-item-nobg li a {
    padding: 5px 25px 25px 25px;
}
.header-sidebar-mobile .linkmenu-item-nobg li a img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}
@media (max-width: 479px) {
    .header-sidebar-mobile .btn-outline-white {
        font-size: 14px;
    }
    .header-sidebar-mobile .list-group-item {
        font-size: 16px;
    }
    .header-sidebar-mobile .linkmenu-item-circle > li > a,
    .header-sidebar-mobile .navbar-nav .open .dropdown-menu.linkmenu-item-roundedicon > li > a,
    .header-sidebar-mobile .navbar-nav .open .dropdown-menu.linkmenu-item-nobg > li > a {
        padding: 5px 8px 20px;
    }
}
.header-sidebar-mobile .social-item-mobile {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    padding: 20px 15px 25px 15px;
    background: #ffffff;
    margin-bottom: 0;
}
.header-sidebar-mobile .social-item-mobile li {
    width: 16.666666%;
    float: left;
    text-align: center;
}
.header-sidebar-mobile .social-item-mobile li a {
    display: block;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    margin: 0 auto;
    border-radius: 50%;
}
.header-sidebar-mobile .social-item-mobile li .line-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/line-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #00B900;
}
.header-sidebar-mobile .social-item-mobile li .facebook-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/fb-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #424FAB;
}
.header-sidebar-mobile .social-item-mobile li .instagram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/ig-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #A92ADA;
}
.header-sidebar-mobile .social-item-mobile li .blog-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/blog-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #e66d05;
}
.header-sidebar-mobile .social-item-mobile li .youtube-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/youtube-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #da2a2a;
}
.header-sidebar-mobile .social-item-mobile li .telegram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/telegram-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #039BE5;
}
@media screen and (max-width: 1399px) {
    .header-nopd {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 1201px) {
    .show-under-1200 {
        display: none !important;
    }
}
@media screen and (max-width: 1200px) {
    .hide-under-1200 {
        display: none !important;
    }
}
.col-20-percent {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* poi-footer樣式 */
ul {
    margin-top: 0;
}
.container-fullbg.blue {
    background: #2d7bd2;
}
.container-fullbg.light-blue {
    background: #e7f3ff;
}
.container-fullbg.white {
    background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .container-fullbg.footer {
        overflow-x: hidden;
    }
}
.container-fullbg.footer {
    position: unset;
    background: #fff;
}
.footer-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
}
.footer-bar li {
    text-align: center;
    -ms-flex: 1;
        flex: 1;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
}
.footer-bar li:hover {
    background-color: #004EA2;
}
.footer-bar li a {
    color: #ffffff !important;
    display: block;
    width: 100%;
    height: 40px;
    letter-spacing: 1px;
    text-decoration: none;
}
.footer-bar li a:focus {
    text-decoration: none;
}
.footer-bar li a:hover {
    text-decoration: none;
}
.footer-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 25px 35px;
}
.footer-bottom .put-left {
    -ms-flex: 1;
        flex: 1;
}
.footer-bottom .put-right {
    -ms-flex: 2;
        flex: 2;
}
.footer-logo,
.footer-logo-second {
    width: 250px;
    height: 45px;
    background-image: url(https://www.settour.com.tw/st_ec/img/header-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}
.footer-tel {
    margin-top: 10px;
    color: #2d7bd2;
}
.footer-tel > span {
    display: none;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
}
.footer-tel > strong {
    color: #2d7bd2;
    font-size: 22px;
    letter-spacing: 1px;
}
.footer-tel-second {
    display: none;
}
@media screen and (max-width: 992px) {
    .footer-tel {
        text-align: center;
    }
}
@media screen and (min-width: 992px) {
    .footer-tel > span:nth-child(1) {
        display: inline-block;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-tel > span:nth-child(2) {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .footer-tel > span:nth-child(3) {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .footer-tel-second {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        color: #2d7bd2;
    }

    .footer-tel-second a {
        text-decoration: none;
    }

    .footer-tel-second > span:nth-child(1) {
        font-size: 16px;
        color: #333333;
        letter-spacing: 1px;
    }

    .footer-tel-second > strong {
        color: #2d7bd2;
        font-size: 22px;
        letter-spacing: 1px;
    }
}
.our-info-second {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 15px 0px 0px 0px;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
    .our-info-second {
        display: none;
    }
}
.our-info {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.our-info > li {
    text-align: right;
}
.our-info > li > span {
    padding: 0 5px;
}
.footer-contact-wrapper {
    padding: 25px 35px;
}
.footer-contact-wrapper .contact-info {
    letter-spacing: 1px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 14px;
}
.footer-contact-wrapper .contact-info li {
    list-style-type: none;
}
.footer-contact-wrapper .contact-info li a {
    color: #333333;
}
.footer-contact-wrapper .contact-info .text-border {
    border: .5px solid #ccc;
    margin: 8px 0px;
}
.footer-contact-wrapper .contact-info .text-pd {
    padding-bottom: 10px;
}
.footer-contact-wrapper .contact-info .text-pd strong {
    color: #2d7bd2;
    font-size: 22px;
}
@media screen and (max-width: 1050px) {
    .footer-contact-wrapper .contact-info .text-pd strong {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .footer-contact-wrapper {
        display: none;
    }
    .contact-info {
        font-size: 14px;
    }
}
.footer-copyright-mobile {
    display: none;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.footer-copyright-mobile .put-left,
.footer-copyright-mobile .put-right {
    display: block;
}
.footer-wrapper.no-text {
    height: 5px;
}
.footer-wrapper.text-row {
    color: #fff;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}
.footer-wrapper .footer-social-media {
    display: none;
    padding-top: 30px;
}
.footer-wrapper .footer-social-media li {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    max-width: 75px;
}
.footer-wrapper .footer-social-media li a {
    display: block;
    padding: 8px;
}
.footer-wrapper .footer-social-media li a .facebook-icon,
.footer-wrapper .footer-social-media li a .instagram-icon,
.footer-wrapper .footer-social-media li a .line-icon,
.footer-wrapper .footer-social-media li a .blog-icon,
.footer-wrapper .footer-social-media li a .youtube-icon,
.footer-wrapper .footer-social-media li a .telegram-icon {
    margin: 0 auto;
}
/*從 header拿過來的社群媒體 icon*/
.footer-social-media .facebook-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/fb-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: #424FAB;
    border-radius: 50%;
}
.footer-social-media .instagram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/ig-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: #A92ADA;
    border-radius: 50%;
}
.footer-social-media .line-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/line-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: #00B900;
    border-radius: 50%;
}
.footer-social-media .blog-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/blog-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: #e66d05;
    border-radius: 50%;
}
.footer-social-media .youtube-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/youtube-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: #da2a2a;
    border-radius: 50%;
}
.footer-social-media .telegram-icon {
    background-image: url(https://www.settour.com.tw/st_dist/img/icon/telegram-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    background-color: #039BE5;
    border-radius: 50%;
}
@media screen and (max-width: 1100px) {
    .footer-bottom {
        padding: 25px 0px;
    }
}
@media screen and (max-width: 992px) {
    .footer-wrapper .footer-bottom {
        -ms-flex-pack: center;
            justify-content: center;
    }
    .footer-bottom > .put-right {
        display: none;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footer-wrapper .footer-social-media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .footer-copyright-mobile {
        display: block;
    }
    .footer-copyright-mobile .put-left,
    .footer-copyright-mobile .put-right {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    /*首頁版本 東南logo位置設定*/
    .footer-logo-second {
        margin: 0 auto;
    }
    .footer-bottom {
        padding: 25px 0 40px 0;
    }
    .footer-copyright-mobile {
        margin-top: 20px;
        display: block;
    }
    .footer-copyright-mobile .put-left,
    .footer-copyright-mobile .put-right {
        display: block;
        letter-spacing: 1px;
    }
}
/*首頁版本 從 header拿過來的社群媒體 icon*/
@media screen and (max-width: 992px) {
    .footer-wrapper-second > .footer-social-media {
        display: none;
    }
    .footer-copyright-mobile-second {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .footer-wrapper-second > .footer-social-media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .footer-copyright-mobile-second {
        display: block;
        letter-spacing: 1px;
    }
}
.footer-win-wrapper {
    margin: 0px 35px;
    padding: 25px 15px 40px 15px;
    border-top: .5px solid #ccc;
}
.footer-win-wrapper a {
    letter-spacing: 1px;
    color: #999;
    text-decoration: none;
    padding-right: 3px;
}
.footer-win-wrapper a:hover .footer-win-one,
.footer-win-wrapper a:hover .footer-win-two,
.footer-win-wrapper a:hover .footer-win-three,
.footer-win-wrapper a:focus .footer-win-one,
.footer-win-wrapper a:focus .footer-win-two,
.footer-win-wrapper a:focus .footer-win-three,
.footer-win-wrapper a:active .footer-win-one,
.footer-win-wrapper a:active .footer-win-two,
.footer-win-wrapper a:active .footer-win-three {
    text-decoration: underline;
}
.footer-win-wrapper .footer-win-one::before {
    content: "";
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background: url(https://www.settour.com.tw/st_ec/img/home_sprite.png) no-repeat -200px -240px;
}
.footer-win-wrapper .footer-win-two::before {
    content: "";
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background: url(https://www.settour.com.tw/st_ec/img/home_sprite.png) no-repeat -280px -240px;
}
.footer-win-wrapper .footer-win-three::before {
    content: "";
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background: url(https://www.settour.com.tw/st_ec/img/home_sprite.png) no-repeat -320px -240px;
}
@media screen and (max-width: 767px) {
    .container-fullbg.blue.footer-position {
        margin-top: 30px;
    }
}

/* 新增popup樣式 */
.popup {
  position: fixed;
  z-index: 1051;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.popup-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-bg + .popup-content {
  border: none;
  box-shadow: none;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 320px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* .popup-content .popup-icon {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  color: #2d7cd1;
  padding: 0px 0px 20px;
} */
.popup-content .popup-icon .loading-align-area {
  min-height: 50px;
}
.popup-content .popup-icon.red {
  color: #e73155;
}
.popup-content .popup-icon.success {
    background: url(https://www.settour.com.tw/st_dist/img/act-header/popup-success.svg) center center no-repeat;
    height: 50px;
    margin-bottom: 20px;
}
.popup-content .popup-icon.fail {
    background: url(https://www.settour.com.tw/st_dist/img/act-header/popup-fail.svg) center center no-repeat;
    height: 50px;
    margin-bottom: 20px;
}
.popup-content .popup-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.popup-content .popup-text strong {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 0 0 10px 0;
  text-align: center;
}
.popup-content .popup-text span.red {
  font-size: 18px;
  line-height: 24px;
}
.popup-content .popup-text .input-box-border {
  margin: 10px 0;
}
.popup-content .popup-text .input-box-border > input,
.popup-content .popup-text .input-box-border > button {
  text-align: center;
}
.popup-content .popup-text .input-box-border .input-error {
  text-align: left;
}
.popup-content .popup-text .text-up {
  margin-bottom: 5px;
  text-align: center;
}
.popup-content .popup-text .st-alert-info, .popup-content .popup-text .st-alert-warning, .popup-content .popup-text .st-alert-danger {
  text-align: left;
}
.popup-content .popup-btn {
  text-align: center;
  padding: 20px 0px 0px;
  /*兩欄的btn*/
}
.popup-content .popup-btn input,
.popup-content .popup-btn button {
  max-width: 180px;
}
.popup-content .popup-btn .row {
  margin: 0px -5px;
}
.popup-content .popup-btn .row [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
.popup-content .popup-btn.dou input,
.popup-content .popup-btn.dou button {
  display: inline-block;
  word-spacing: -0.36em;
}
.popup-content .popup-btn.dou input:nth-child(1),
.popup-content .popup-btn.dou button:nth-child(1) {
  margin-right: 8px;
  max-width: calc(50% - 10px);
}
.popup-content .popup-btn.dou input:nth-child(2),
.popup-content .popup-btn.dou button:nth-child(2) {
  margin-left: 8px;
  max-width: calc(50% - 10px);
}
.popup-content .popup-loading {
  min-height: 250px;
}
.popup-content .close-btn {
  z-index: 10;
  background: url(https://www.settour.com.tw/st_dist/img/act-header/times-icon-gray.svg) center center no-repeat;
}

@media screen and (min-width: 479px) {
  .popup-content.lg {
    width: 450px;
  }
  .popup-content .popup-btn.dou input,
  .popup-content .popup-btn.dou button {
    margin: 5px 0;
  }
}

/* 新增close-btn樣式 */
.modal-open .modal {
	z-index: 10000001;
}
.close-btn {
	position: absolute;
	cursor: pointer;
	text-align: center;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
	transition: 0.3s ease all;
	font-size: 22px;
	color: #666;
}
.close-btn i {
	line-height: 40px;
}
.close-btn:hover {
	color: #2d7cd1;
}
.popup .close-btn.close-btn-bg:before {
    content: "";
    display: block;
    width: 42px;
    height: 20px;
    background: url(https://www.settour.com.tw/st_dist/img/act-header/times-icon-gray.svg) no-repeat center center;
    background-size: contain;
}

/* 新增button樣式 */
.btn:focus {
    outline: none !important;
  }
  
  .btn-base,
  .btn-order,
  .btn-order-sm,
  .btn-change,
  .btn-change-sm,
  .btn-addcart,
  .btn-addnew,
  .btn-editor,
  .btn-reload,
  .btn-select,
  .btn-import,
  .btn-import-sm,
  .btn-switch,
  .btn-switch-sm {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.3s ease all;
    padding: 0px;
  }
  
  .btn-base:hover,
  .btn-order:hover,
  .btn-order-sm:hover,
  .btn-change:hover,
  .btn-change-sm:hover,
  .btn-addcart:hover,
  .btn-addnew:hover,
  .btn-editor:hover,
  .btn-reload:hover,
  .btn-select:hover,
  .btn-import:hover,
  .btn-import-sm:hover,
  .btn-switch:hover,
  .btn-switch-sm:hover {
    cursor: pointer;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
  }
  
  .btn-base:focus,
  .btn-order:focus,
  .btn-order-sm:focus,
  .btn-change:focus,
  .btn-change-sm:focus,
  .btn-addcart:focus,
  .btn-addnew:focus,
  .btn-editor:focus,
  .btn-reload:focus,
  .btn-select:focus,
  .btn-import:focus,
  .btn-import-sm:focus,
  .btn-switch:focus,
  .btn-switch-sm:focus {
    text-decoration: none;
  }
  
  .btn-base:active,
  .btn-order:active,
  .btn-order-sm:active,
  .btn-change:active,
  .btn-change-sm:active,
  .btn-addcart:active,
  .btn-addnew:active,
  .btn-editor:active,
  .btn-reload:active,
  .btn-select:active,
  .btn-import:active,
  .btn-import-sm:active,
  .btn-switch:active,
  .btn-switch-sm:active {
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  }
  
  .btn-sm-base,
  .btn-order-sm,
  .btn-change-sm,
  .btn-addcart-sm,
  .btn-addnew-sm,
  .btn-editor-sm,
  .btn-reload-sm,
  .btn-select-sm,
  .btn-import-sm,
  .btn-switch-sm {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.3s ease all;
    padding: 0px;
    height: 30px;
    line-height: 28px;
  }
  
  .btn-sm-base:hover,
  .btn-order-sm:hover,
  .btn-change-sm:hover,
  .btn-addcart-sm:hover,
  .btn-addnew-sm:hover,
  .btn-editor-sm:hover,
  .btn-reload-sm:hover,
  .btn-select-sm:hover,
  .btn-import-sm:hover,
  .btn-switch-sm:hover {
    cursor: pointer;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
  }
  
  .btn-sm-base:focus,
  .btn-order-sm:focus,
  .btn-change-sm:focus,
  .btn-addcart-sm:focus,
  .btn-addnew-sm:focus,
  .btn-editor-sm:focus,
  .btn-reload-sm:focus,
  .btn-select-sm:focus,
  .btn-import-sm:focus,
  .btn-switch-sm:focus {
    text-decoration: none;
  }
  
  .btn-sm-base:active,
  .btn-order-sm:active,
  .btn-change-sm:active,
  .btn-addcart-sm:active,
  .btn-addnew-sm:active,
  .btn-editor-sm:active,
  .btn-reload-sm:active,
  .btn-select-sm:active,
  .btn-import-sm:active,
  .btn-switch-sm:active {
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  }
  
  .solid-btn-base,
  .btn-order,
  .btn-order-sm,
  .btn-change,
  .btn-change-sm {
    border: solid 1px transparent;
  }
  
  .btn-base-icon,
  .btn-collect,
  .btn-collect-nobox {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    transition: 0.3s ease all;
    border-radius: 4px;
    color: #666;
    background: #fff;
    border: solid 1px #ccc;
    color: #333;
  }
  
  .btn-base-icon i,
  .btn-collect i,
  .btn-collect-nobox i {
    font-size: 1.8rem;
    vertical-align: middle;
    font-weight: bold;
  }
  
  .btn-base-icon span,
  .btn-collect span,
  .btn-collect-nobox span {
    vertical-align: middle;
    padding-left: 5px;
  }
  
  .btn-base-icon:hover,
  .btn-collect:hover,
  .btn-collect-nobox:hover {
    cursor: pointer;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  }
  
  .btn-base-icon:focus,
  .btn-collect:focus,
  .btn-collect-nobox:focus {
    text-decoration: none;
    color: #333;
  }
  
  @media screen and (min-width: 992px) {
    .btn-base,
    .btn-order,
    .btn-order-sm,
    .btn-change,
    .btn-change-sm,
    .btn-addcart,
    .btn-addnew,
    .btn-editor,
    .btn-reload,
    .btn-select,
    .btn-import,
    .btn-import-sm,
    .btn-switch,
    .btn-switch-sm {
      height: 48px;
      line-height: 46px;
    }
  
    .btn-base-icon,
    .btn-collect,
    .btn-collect-nobox {
      height: 48px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .btn-base,
    .btn-order,
    .btn-order-sm,
    .btn-change,
    .btn-change-sm,
    .btn-addcart,
    .btn-addnew,
    .btn-editor,
    .btn-reload,
    .btn-select,
    .btn-import,
    .btn-import-sm,
    .btn-switch,
    .btn-switch-sm {
      height: 45px;
      line-height: 43px;
    }
  
    .btn-base-icon,
    .btn-collect,
    .btn-collect-nobox {
      height: 40px;
    }
  
    .btn-addcart {
      line-height: 36px;
    }
  
    .btn-sm-base,
    .btn-order-sm,
    .btn-change-sm,
    .btn-addcart-sm,
    .btn-addnew-sm,
    .btn-editor-sm,
    .btn-reload-sm,
    .btn-select-sm,
    .btn-import-sm,
    .btn-switch-sm {
      height: 30px;
      line-height: 26px;
    }
  }
  
  @media screen and (max-width: 399px) {
    .btn-base,
    .btn-order,
    .btn-order-sm,
    .btn-change,
    .btn-change-sm,
    .btn-addcart,
    .btn-addnew,
    .btn-editor,
    .btn-reload,
    .btn-select,
    .btn-import,
    .btn-import-sm,
    .btn-switch,
    .btn-switch-sm {
      font-size: 1.4rem;
      height: 40px;
      line-height: 38px;
    }
  }
  
  .btn-order,
  .btn-order-sm {
    border-radius: 4px;
    color: #fff;
    background: #e73155;
  }
  
  .btn-order:hover,
  .btn-order-sm:hover {
    color: #fff;
  }
  
  .btn-order:focus,
  .btn-order-sm:focus {
    color: #fff;
  }
  
  .btn-change,
  .btn-change-sm {
    border-radius: 4px;
    color: #fff;
    background: #2d7cd1;
  }
  
  .btn-change:hover,
  .btn-change-sm:hover {
    color: #fff;
  }
  
  .btn-change:focus,
  .btn-change-sm:focus {
    color: #fff;
  }
  
  .btn-addcart {
    color: #e73155;
    background: #fff;
    border: solid 2px #e73155;
    border-radius: 4px;
    line-height: 44px;
  }
  
  .btn-addcart:hover {
    color: #e73155;
  }
  
  .btn-addcart:focus {
    color: #e73155;
  }
  
  .btn-addcart-sm {
    color: #e73155;
    background: #fff;
    border: solid 1px #e73155;
    border-radius: 4px;
  }
  
  .btn-addcart-sm:hover {
    color: #e73155;
  }
  
  .btn-addcart-sm:focus {
    color: #e73155;
  }
  
  @media screen and (max-width: 991px) {
    .btn-addcart {
      line-height: 36px;
    }
  }
  
  .btn-addnew {
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
    border-radius: 4px;
  }
  
  .btn-addnew:hover {
    color: #2d7cd1;
  }
  
  .btn-addnew:focus {
    color: #2d7cd1;
  }
  
  .btn-addnew-sm {
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
    border-radius: 4px;
  }
  
  .btn-addnew-sm:hover {
    color: #2d7cd1;
  }
  
  .btn-addnew-sm:focus {
    color: #2d7cd1;
  }
  
  .btn-editor {
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
    border-radius: 4px;
    line-height: 46px;
  }
  
  .btn-editor span:before {
    content: '\7DE8\8F2F';
  }
  
  .btn-editor.active span:before {
    content: '\53D6\6D88';
  }
  
  .btn-editor:hover {
    color: #2d7cd1;
  }
  
  .btn-editor:focus {
    color: #2d7cd1;
  }
  
  .btn-editor-sm {
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
    border-radius: 4px;
  }
  
  .btn-editor-sm span:before {
    content: '\7DE8\8F2F';
  }
  
  .btn-editor-sm.active span:before {
    content: '\53D6\6D88';
  }
  
  .btn-editor-sm:hover {
    color: #2d7cd1;
  }
  
  .btn-editor-sm:focus {
    color: #2d7cd1;
  }
  
  .btn-reload {
    color: #fff;
    background: none;
    border: solid 1px #fff;
    border-radius: 4px;
    line-height: 38px;
  }
  
  .btn-reload:hover {
    color: #fff;
  }
  
  .btn-reload:focus {
    color: #fff;
  }
  
  .btn-reload-sm {
    color: #fff;
    background: none;
    border: solid 1px #fff;
    border-radius: 4px;
  }
  
  .btn-reload-sm:hover {
    color: #fff;
  }
  
  .btn-reload-sm:focus {
    color: #fff;
  }
  
  .btn-select {
    color: #000;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
  }
  
  .btn-select:hover {
    color: #000;
  }
  
  .btn-select:focus {
    color: #000;
  }
  
  .btn-select-sm {
    color: #000;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
  }
  
  .btn-import,
  .btn-import-sm {
    color: #666;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
    color: #2d7cd1;
  }
  
  .btn-import:focus,
  .btn-import-sm:focus {
    color: #2d7cd1;
  }
  
  .btn-import-sm i {
    margin-right: 5px;
  }
  
  /*
  .btn-delete {
      @extend .btn-base-icon;
      @include border-gray(1px);
      @include border-radius(4px);
      &:hover {
          @include border-blue(1px);
          box-shadow: $box-shadow; 
      }
      &:active {
          @include border-blue(1px);
          box-shadow: $box-shadow; 
      }
  }
  */
  
  .btn-collect {
    color: #666;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 4px;
  }
  
  .btn-collect:hover {
    color: #e73155;
    background: #fff;
    border: solid 1px #e73155;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  }
  
  .btn-collect:active {
    color: #e73155;
    background: #fff;
    border: solid 1px #e73155;
    box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  }
  
  .btn-collect-nobox {
    background: none;
    border: none;
    height: auto;
    font-weight: 400;
  }
  
  .btn-collect-nobox:before {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    color: #e73155;
    font-family: 'FontAwesome';
    font-size: 2.4rem;
    content: "\F08A";
    transition: 0.3s ease all;
  }
  
  .btn-collect-nobox:hover {
    box-shadow: none;
  }
  
  .btn-collect-nobox:hover:before {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
  
  .btn-collect-nobox.active:before {
    content: "\F004";
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
  
  .favorite-btn:before {
    content: "\F08A";
    font-family: 'FontAwesome';
    font-weight: normal;
    color: #000;
    transition: 0.3s ease all;
    font-weight: bold;
    font-size: 1.8rem;
  }
  
  .favorite-btn:hover {
    border: solid 1px #cccccc;
  }
  
  .favorite-btn.active:before {
    content: "\F004";
    color: #e73155;
  }
  
  .slider-btn {
    margin-top: 15px;
    position: relative;
    z-index: 0;
  }
  
  .slider-btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    border-top: dashed 1px #ccc;
    z-index: 1;
  }
  
  .slider-btn div {
    cursor: pointer;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-top: none;
    border-radius: 0px 0px 4px 4px;
    font-size: 14px;
    width: 166px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin-top: -1px;
    position: relative;
    color: #666;
    transition: 0.3s ease all;
    outline: none;
  }
  
  .slider-btn div i {
    position: absolute;
    right: 18px;
    top: 50%;
    transition: 0.3s ease all;
    transform: translateY(-50%);
  }
  
  .slider-btn div i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0px;
    height: 0px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    animation: sliderBtnArrowShadow 2s ease-in-out infinite 0s;
  }
  
  .slider-btn div:before {
    position: absolute;
    content: '';
    width: 250%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px -40px 45px 10px #fff;
  }
  
  .slider-btn div.active i {
    transform: translateY(-50%) rotate(-180deg);
  }
  
  .slider-btn div.active:before {
    box-shadow: none !important;
  }
  
  .slider-btn div:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  }
  
  .product-features .slider-btn div:before {
    box-shadow: 0px -40px 45px 10px #f0f0e8;
  }
  
  @keyframes sliderBtnArrowShadow {
    0% {
      width: 0px;
      height: 0px;
      opacity: 1;
    }
  
    100% {
      width: 30px;
      height: 30px;
      opacity: 0;
    }
  }
  
  @media screen and (max-width: 991px) {
    .slider-btn div:hover {
      box-shadow: none;
    }
  }
  
  .btn-disabled {
    color: #666;
    background: #fff;
    border: solid 1px #ccc;
    color: #ccc;
    border-color: #ccc;
    background: #ececec;
    cursor: not-allowed !important;
  }
  
  .btn-disabled:hover,
  .btn-disabled:active {
    box-shadow: none !important;
    color: #ccc !important;
  }
  
  .btn-disabled:focus {
    color: #ccc !important;
  }
  
  @media screen and (max-width: 991px) {
  
    .slider-btn div:before {
      width: 100vw;
    }
  
    .product-features .slider-btn {
      border-top: none !important;
    }
  
    .product-features .slider-btn:before {
      background: #fff;
    }
  
    .product-features .slider-btn div:before {
      box-shadow: none;
    }
  }
  
  .btn-switch,
  .btn-switch-sm {
    border-radius: 4px;
    color: #2d7cd1;
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
  }
  
  .btn-switch.active,
  .active.btn-switch-sm {
    color: #2d7cd1;
    background: #fff;
    border: solid 1px #2d7cd1;
    color: #fff;
    background: #2d7cd1;
  }
  
  .width-auto {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

/* 預防按鈕出現白線 */
:focus {
    outline: 0;
}

/* ====== 202210 新增 =======*/
/* 新版 PC版選單 */
ul.st-dropdown-menu-list {
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.35);
    z-index: 4;
    transition-delay: .3s;
    margin: 0px;
    border-radius: 0px 0px 4px 4px;
}
ul.st-dropdown-menu-list.greeting {
    min-width: 240px;
    width: unset;
    padding: 5px 0px;
}
ul.st-dropdown-menu-list > li {
    border: none;
    float: none;
    list-style: none;
}
ul.st-dropdown-menu-list > li > a {
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease all;
    display: block;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}
ul.st-dropdown-menu-list > li > a:hover {
    background: #f0f0f0;
}
ul.st-dropdown-menu-list > li > a.two-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.st-dropdown-menu-list > li > a img.header-list-icon {
    height: 20px;
    margin-right: 8px;
    vertical-align: bottom;
}
ul.st-dropdown-menu-list > li button {
    height: 42px;
    line-height: 42px;
}
.header-greeting > ul.st-dropdown-menu-list.greeting {
    visibility: hidden;
    opacity: 0;
    color: #333333;
    background-color: #ffffff;
    z-index: 99999;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: left;
    box-shadow: 1px 1px 3px rgba(51, 51, 51, .35);
}
.header-greeting:hover > ul.st-dropdown-menu-list.greeting {
    visibility: visible;
    opacity: 1;
    transition: 0.1s 0.1s ease opacity;
}
/* tag */
.tag {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    outline: none;
}
.tag.md {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 1px 10px;
}
.tag.solid {
    color: #fff;
}
.tag.solid.blue {
    background: #2d7cd1;
}
.tag.solid.silver-gradient {
    background: linear-gradient(135deg, #666 0%, #bbb 50%, #666 100%);
}
.tag.solid.black-gradient {
    background: linear-gradient(135deg, #000 0%, #666 50%, #000 100%);
}
/* 新版 M版選單 */
@media screen and (max-width: 768px) {
    .poi-header {
        overflow-y: hidden;
    }
}
.header-sidebar-mobile .login-card {
    background-color: #f0f0f0;
    height: 100%;
    min-height: 100dvh;
}
.header-sidebar-mobile .login-card .time-background {
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 162px;
}
.header-sidebar-mobile .login-card .time-background img {
    height: 162px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    animation: bg_moveslow 150s linear infinite alternate;
}
@keyframes bg_moveslow {
    0% {
        object-position: left center;
    }
    50% {
        object-position: center center;
    }
    100% {
        object-position: right center;
    }
}
.header-sidebar-mobile .login-card .settour-logo img {
    width: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: 162px;
}
.header-sidebar-mobile .login-card .login-card-position {
    position: relative;
    padding: 0px 15px;
    margin-top: -65px;
}
.header-sidebar-mobile .login-card .login-card-inner {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}
.header-sidebar-mobile .login-card .login-card-inner.fadein {
    animation: fadein .5s forwards;
    opacity: 1;
}
@keyframes fadein {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
.header-sidebar-mobile .login-card .login-card-inner .login-text h3 {
    text-align: center;
    color: #2d7cd1;
    margin: 20px 0px 10px 0px;
    font-size: 1.8rem;
    letter-spacing: 0.4px;
    line-height: 1.1;
}
.header-sidebar-mobile .login-card .login-card-inner .login-text p {
    text-align: center;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.4px;
}
.header-sidebar-mobile .login-card .login-card-inner .header-card-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-sidebar-mobile .login-card .login-card-inner .header-card-btn .btn-addnew {
    margin: 0px 5px;
    width: 100%;
}
.header-sidebar-mobile .login-card .login-card-inner .header-card-points {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-sidebar-mobile .login-card .login-card-inner .header-card-points .points {
    width: 100%;
    position: relative;
}
.header-sidebar-mobile .login-card .login-card-inner .login-text h2 {
    text-align: center;
    color: #2d7cd1;
    margin: 20px 0 10px;
    font-size: 2.4rem;
    letter-spacing: .4px;
}
.header-sidebar-mobile .login-card .login-card-inner .login-text p {
    text-align: center;
    color: #333;
    font-size: .9rem;
    letter-spacing: 0.4px;
    margin: 0 0 10px;
}
.header-sidebar-mobile .login-card .login-card-inner .header-card-points .points:after {
    content: '';
    width: 1px;
    background-color: #ccc;
    height: 52px;
    position: absolute;
    bottom: 15px;
}
.header-sidebar-mobile .login-card .login-card-inner .header-card-points .points:first-of-type:after {
    content: none;
}
.header-sidebar-mobile .navbar-nav {
    margin: 0;
    float: none !important;
}
.nav {
    padding-left: 0;
    list-style: none;
}
.header-sidebar-mobile .login-card .login-card-inner .list-group-item {
    padding: 0px;
    border-bottom: 0;
}
.header-sidebar-mobile .login-card .login-card-inner .navbar-nav li > a {
    display: block;
    padding: 14px 5px;
    letter-spacing: 0.4px;
    color: #333;
    line-height: 20px;
}
.header-sidebar-mobile .login-card .login-card-inner .list-group-item .header-list-icon {
    height: 20px;
    margin-right: 8px;
    vertical-align: top;
}
.header-sidebar-mobile .login-card .login-card-inner .list-group-item .tag {
    margin-left: 4px;
}
/* 版頭購物車數量 */
.header-cart-quantity {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 18px;
    color: #fff;
    border-radius: 7px;
    background: #e73155;
    padding: 0px 4px;
    margin: -3px 0px 0px 4px;
    min-width: 20px;
    text-align: center;
}
.header-cart-quantity.show-time {
    animation: showQuantity 0.5s ease-in-out 0s;
}
@keyframes showQuantity {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

/* 修正登入視窗層級 */
.fancybox-overlay {
    z-index: 99997 !important;
}
.fancybox-opened {
    z-index: 99998 !important;
}

/* 修正與layout.css衝突 */
.poi-header img {
    width: unset;
}