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;
    color: #000;
}
.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: 0;
}
.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;
}
.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 {
    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 {
    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 {
    transform: rotate(180deg);
}
.poi-header .mobile-menu-content .mobile-menu-content-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;
}
/* .poi-header .mobile-menu-content .mobile-menu-content-title .mobile-menu-collapse-btn {
    padding: 0px !important;
} */
/* 選單只有兩層 隱藏箭頭icon */
.poi-header .mobile-menu-content .mobile-menu-content-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;
        background: #bebebe;
        opacity: .6;
        width: 100%;
        height: 100%;
        z-index: 9998;
    }
    .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);
    }
    .header-sidebar-mobile.fadeIn {
        display: block;
    }
    .header-sidebar-mobile.fadeIn .close-slide-submenu {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 100000;
        cursor: pointer;
        display: block;
        width: 25px;
        height: 25px;
        background: url(https://www.settour.com.tw/st_dist/img/act-header/times-icon-w.svg) no-repeat center center;
        background-size: contain;
    }
    .container-fullbg.header-border.pin-header {
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    .container-fluid.pin-header-banner {
        position: relative;
        top: 53px;
    }
    .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;
    }
    .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: 14px;
    }
    .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-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 {
  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 {
  max-width: 160px;
}
.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 {
  display: inline-block;
  word-spacing: -0.36em;
}
.popup-content .popup-btn.dou input:nth-child(1) {
  margin-right: 8px;
  max-width: calc(50% - 10px);
}
.popup-content .popup-btn.dou input: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;
}

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

/* 新增close-btn樣式 */
.modal-open .modal {
	z-index: 10000001;
}
.close-btn {
	position: absolute;
	cursor: pointer;
	text-align: center;
    width: 40px;
    height: 20px;
	top: 15px;
	right: 5px;
	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;
}
  