@charset "UTF-8";

.red {
  color: #e73155;
}

.blue {
  color: #2d7cd1;
}

.black {
  color: #333;
}

.gray-darker {
  color: #666;
}

.gray {
  color: #999;
}

.yellow {
  color: #fbb949;
}

.green {
  color: #2fb570;
}

.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;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft JhengHei" ,  "Helvetica Neue", Helvetica, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #2d7cd1;
  text-decoration: underline;
  outline: none !important;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #3d4c98;
}

/*Webkit,Opera9.5+,Ie9+ 控制文字選取時的顏色*/

::-moz-selection {
  background: #2d7cd1;
  color: #fff;
}

::selection {
  background: #2d7cd1;
  color: #fff;
}

/*Mozilla Firefox 控制文字選取時的顏色*/

::-moz-selection {
  background: #2d7cd1;
  color: #fff;
}

*,
input,
select,
textarea,
option,
button,
:focus {
  outline: none !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  outline: none;
}

.container {
  width: 1400px;
  padding: 0px;
}

@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;
  }
}

.fixed-header {
  padding-top: 104px;
}

.fixed-header header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.fixed-header.min-header {
  padding-top: 73px;
}

@media screen and (max-width: 991px) {
  .fixed-header {
    padding-top: 101px;
  }

  .fixed-header.min-header {
    padding-top: 71px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-header {
    padding-top: 0px;
  }

  .fixed-header header {
    position: relative;
    width: auto;
  }

  .fixed-header.min-header {
    padding-top: 0px;
  }
}

html,
body {
  height: 100%;
}

#content {
  min-height: 100%;
  position: relative;
  padding-bottom: 165px;
}

#content.no-footer {
  padding-bottom: 0px;
}

#content.no-footer-link {
  padding-bottom: 124px;
}

#content.has-alliance {
  padding-bottom: 239px;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  #content {
    padding-bottom: 248px;
  }

  #content.no-footer {
    padding-bottom: 0px;
  }

  #content.no-footer-link {
    padding-bottom: 207px;
  }

  #content.has-alliance {
    padding-bottom: 316px;
  }
}

@media screen and (max-width: 767px) {
  #content {
    padding-bottom: 186px;
    overflow-x: hidden;
  }

  #content.no-footer {
    padding-bottom: 0px;
  }

  #content.no-footer-link {
    padding-bottom: 207px;
  }

  #content.has-alliance {
    padding-bottom: 186px;
  }
}

@media screen and (max-width: 399px) {
  #content {
    padding-bottom: 198px;
  }

  #content.no-footer {
    padding-bottom: 0px;
  }

  #content.no-footer-link {
    padding-bottom: 219px;
  }

  #content.has-alliance {
    padding-bottom: 198px;
  }
}

.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: 40px;
    line-height: 38px;
  }

  .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;
  line-height: 46px;
}

.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;
}

@media screen and (max-width: 991px) {
  .btn-addnew {
    height: 40px;
    line-height: 38px;
  }
}

.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 {
    /*
        &:before {
            z-index: 0;
        }
        */
  }

  .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;
}

.error-page {
  padding: 120px 0px;
}

.error-page-img {
  width: 360px;
  height: 280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.error-page-img-base {
  width: 100%;
  opacity: 0;
}

.error-page-img img:not(.error-page-img-base) {
  position: absolute;
}

.error-page-img .error-500-moo {
  top: 20px;
  left: 24px;
  animation: floating 1s ease-in-out infinite 0s alternate;
}

.error-page-img .error-500-trunk {
  top: 45px;
  left: 6px;
  animation: floating 1.3s ease-in-out infinite 0s alternate;
}

.error-page-img .error-500-shadow {
  width: 64px;
  height: 7px;
  border-radius: 100%;
  background: #908882;
  position: absolute;
  left: 50%;
  bottom: 11px;
  margin-left: -32px;
  animation: moo-shadow 1s ease-in-out infinite 0s alternate;
}

.error-page-img .error-404-body {
  bottom: 23px;
  left: 106px;
  width: 160px;
  animation: moo-body 1s ease-in-out infinite 0s alternate;
  transform-origin: 44px bottom;
}

.error-page-img .error-404-bubble {
  left: 280px;
  top: 50px;
  width: 69px;
}

.error-page-img .error-404-tail {
  top: 182px;
  left: 253px;
}

.error-page-img .error-404-shake {
  top: 159px;
  left: 56px;
}

.error-page-img .error-404-head-area {
  position: absolute;
  top: 20px;
  left: 108px;
  animation: moo-body 1s ease-in-out infinite 0s alternate;
  transform-origin: center center;
  width: 160px;
  height: 122px;
  z-index: 2;
}

.error-page-img .error-404-head {
  width: 160px;
  height: auto;
}

.error-page-img .error-404-eye {
  top: 60px;
  width: 18px;
}

.error-page-img .error-404-eye-left {
  left: 35px;
  animation: moo-eye 1s ease-in-out infinite 0s alternate;
}

.error-page-img .error-404-eye-right {
  left: 106px;
  animation: moo-eye-r 1s ease-in-out infinite 0s alternate;
}

.error-page-img .error-404-tears {
  top: 73px;
}

.error-page-img .error-404-tears-left {
  left: 25px;
}

.error-page-img .error-404-tears-right {
  left: 106px;
}

.error-page-img .error-404-tie {
  top: 97px;
  left: 96px;
  width: 160px;
  animation: moo-body 1s ease-in-out infinite 0s alternate;
  transform-origin: 44px bottom;
  z-index: 2;
}

.error-page-img .wind {
  width: 130px;
  height: 5px;
  border-radius: 20px;
  background: rgba(165, 232, 245, 0.39);
  position: absolute;
}

.error-page-img .wind-1 {
  animation: wind 1s ease-in-out infinite 0s;
  top: 10%;
}

.error-page-img .wind-2 {
  animation: wind 0.8s ease-in-out infinite 0s;
  top: 60%;
}

.error-page-img .wind-3 {
  animation: wind 0.4s ease-in-out infinite 0s;
  top: 90%;
}

.error-page-img .finishing-img {
  width: 100%;
}

.error-page-img .error-fix-shadow {
  left: 85px;
  bottom: 10px;
  width: 198px;
  height: auto;
}

.error-page-img .error-fix-body {
  left: 100px;
  bottom: 25px;
  width: 198px;
  height: auto;
}

.error-page-img .error-fix-head {
  left: 100px;
  top: 28px;
  width: 198px;
  height: auto;
  animation: moo-breathe 2s ease-out infinite;
}

.error-page-img .error-fix-hat {
  left: 100px;
  top: 6px;
  width: 198px;
  height: auto;
  animation: moo-breathe 2s ease-out infinite;
}

.error-page-img .error-fix-tool {
  top: 120px;
  left: 95px;
  width: 65px;
  animation: moo-tool 2s ease-out infinite;
  transform-origin: center bottom;
}

.error-page-img .error-fix-Lhand {
  top: 120px;
  left: 95px;
  width: 95px;
  animation: moo-breathe 2s ease-out infinite;
}

.error-page-img .error-fix-Rhand {
  top: 80px;
  right: 10px;
  width: 90px;
  animation: moo-breathe 2s ease-out infinite;
}

.error-page-img .error-fix-alert {
  left: 0;
  bottom: 30px;
  width: 80px;
  animation: floating-fix 1.3s ease-in-out infinite 0s alternate;
  transform-origin: center center;
}

.error-page-img .error-fix-bubble {
  right: 20px;
  top: 20px;
  width: 60px;
}

.error-page-text {
  text-align: center;
}

.error-page-text .error-message {
  color: #2d7cd1;
  font-weight: bold;
  font-size: 60px;
  line-height: 66px;
}

.error-page-text-tit {
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  padding: 2px 0px 12px;
}

.error-page-text-remark {
  font-size: 16px;
  line-height: 22px;
}

.error-page-text-remark *[class^=btn-] {
  width: auto;
  padding: 0px 13px;
  vertical-align: baseline;
}

@keyframes floating {
  from {
    top: 5px;
    transform: rotate(-2deg);
    left: 0px;
  }

  to {
    top: 25px;
    transform: rotate(0deg);
    left: 10px;
  }
}

@keyframes moo-shadow {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

@keyframes wind {
  from {
    left: 100%;
    width: 130px;
  }

  to {
    left: -100%;
    width: 0px;
  }
}

@keyframes moo-body {
  from {
    transform: rotate(-1deg);
  }

  to {
    transform: rotate(1deg);
  }
}

@keyframes moo-eye {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(50deg);
  }
}

@keyframes moo-eye-r {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-50deg);
  }
}

@keyframes floating-fix {
  from {
    bottom: 25px;
    transform: rotate(-2deg);
    left: 0px;
  }

  to {
    bottom: 30px;
    transform: rotate(0deg);
    left: 10px;
  }
}

@keyframes moo-breathe {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  40%, 60% {
    transform: translate3d(0, -3px, 0);
  }

  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes moo-tool {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -4px, 0) rotate(0deg);
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .error-page {
    padding: 14vh 0px;
  }

  .error-page-img {
    width: 200px;
    height: 156px;
  }

  .error-page-img .error-500-moo {
    width: 185px;
    top: 8px;
    left: 12px;
  }

  .error-page-img .error-500-trunk {
    width: 76px;
    top: 24px;
    left: 1px;
  }

  .error-page-img .error-500-shadow {
    bottom: 6px;
    width: 36px;
    height: 4px;
    margin-left: -18px;
  }

  .error-page-img .error-404-body {
    bottom: 5px;
    left: 56px;
    width: 95px;
  }

  .error-page-img .error-404-bubble {
    top: 32px;
    left: 155px;
    width: 40px;
  }

  .error-page-img .error-404-tail {
    top: 106px;
    left: 143px;
    width: 14px;
  }

  .error-page-img .error-404-shake {
    top: 89px;
    left: 31px;
    width: 8px;
  }

  .error-page-img .error-404-head-area {
    width: 100px;
    top: 3px;
    left: 52px;
  }

  .error-page-img .error-404-head {
    width: 100%;
  }

  .error-page-img .error-404-eye {
    top: 37px;
    width: 12px;
  }

  .error-page-img .error-404-eye-left {
    left: 21px;
  }

  .error-page-img .error-404-eye-right {
    left: 69px;
  }

  .error-page-img .error-404-tears {
    top: 45px;
    width: 15px;
  }

  .error-page-img .error-404-tears-left {
    left: 16px;
  }

  .error-page-img .error-404-tears-right {
    left: 68px;
  }

  .error-page-img .error-404-tie {
    top: 54px;
    left: 51px;
    width: 92px;
  }

  .error-page-img .error-fix-shadow {
    left: 59px;
    bottom: 5px;
    width: 100px;
    height: auto;
  }

  .error-page-img .error-fix-body {
    left: 63px;
    bottom: 13px;
    width: 110px;
    height: auto;
  }

  .error-page-img .error-fix-head {
    left: 63px;
    top: 20px;
    width: 110px;
    height: auto;
  }

  .error-page-img .error-fix-hat {
    left: 66px;
    top: 8px;
    width: 105px;
    height: auto;
  }

  .error-page-img .error-fix-tool {
    top: 70px;
    left: 56px;
    width: 35px;
  }

  .error-page-img .error-fix-Lhand {
    top: 72px;
    left: 61px;
    width: 50px;
  }

  .error-page-img .error-fix-Rhand {
    top: 45px;
    right: -2px;
    width: 50px;
  }

  .error-page-img .error-fix-alert {
    width: 50px;
  }

  .error-page-img .error-fix-bubble {
    right: 0px;
    top: 0px;
    width: 40px;
  }

  .error-page-img.adj {
    left: 50%;
    margin-left: -120px;
  }

  .error-page-text .error-message {
    font-size: 60px;
    line-height: 66px;
  }

  .error-page-text-tit {
    font-size: 18px;
    line-height: 24px;
  }

@keyframes floating {
    from {
      top: 0px;
      transform: rotate(0deg);
    }

    to {
      top: 10px;
      transform: rotate(2deg);
    }
}
}

/* 定義中間區塊內容寬度 */

.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;
  }
}

.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 .menu-level1-container.fit > .menu-level2,
.menu-level1 .menu-level1-container.trip > .menu-level2 {
  position: absolute;
  left: 0px;
}

.menu-level1 .menu-level1-container.kaohsiung > .menu-level2 {
  position: absolute;
  left: unset;
  right: 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-top .header-fever .padding-change {
  color: #ffffff;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.header-top .header-fever .header-fever-dropdown-list {
  visibility: hidden;
  opacity: 0;
  color: #333333;
  background-color: #ffffff;
  z-index: 99999;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  box-shadow: 1px 1px 3px #33333356;
}

.header-top .header-fever .header-fever-dropdown-list li {
  text-align: center;
  position: relative;
}

.header-top .header-fever .header-fever-dropdown-list li:hover {
  background-color: #eeeeee;
}

.header-top .header-fever .header-fever-dropdown-list li a {
  color: #333333;
  text-align: center;
  margin: 0px 5px;
  padding: 0;
  white-space: nowrap;
}

/* 以下為歡迎回來區域設定 */

.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: 99999;
  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.tour > .menu-level1-btn .nav-icon {
  background-position: 0px 0px;
}

.menu-level1 > .menu-level1-container.fit > .menu-level1-btn .nav-icon {
  background-position: 0px -36px;
}

.menu-level1 > .menu-level1-container.flight > .menu-level1-btn .nav-icon {
  background-position: 0px -72px;
}

.menu-level1 > .menu-level1-container.hotel > .menu-level1-btn .nav-icon {
  background-position: 0px -108px;
}

.menu-level1 > .menu-level1-container.ticket > .menu-level1-btn .nav-icon {
  background-position: 0px -144px;
}

.menu-level1 > .menu-level1-container.local > .menu-level1-btn .nav-icon {
  background-position: 0px -180px;
}

.menu-level1 > .menu-level1-container.trip > .menu-level1-btn .nav-icon {
  background-position: 0px -216px;
}

.menu-level1 > .menu-level1-container.kaohsiung > .menu-level1-btn .nav-icon {
  background-position: 0px -252px;
}

.menu-level1 > .menu-level1-container.service > .menu-level1-btn .nav-icon {
  background-position: 0px -288px;
}

.menu-level1 > .menu-level1-container.visa > .menu-level1-btn .nav-icon {
  background-position: 0px -360px;
}

.menu-level1 > .menu-level1-container.taichung > .menu-level1-btn .nav-icon {
  background-position: 0px -324px;
}

.menu-level1 > .menu-level1-container.tour > .menu-level2 {
  left: calc( -300% - 40px);
  overflow-y: unset;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .menu-level1 > .menu-level1-container.tour > .menu-level2 {
    width: calc( 1200% + 40px);
  }

  .menu-level1 .menu-level1-container.fit,
  .menu-level1 .menu-level1-container.trip,
  .menu-level1 .menu-level1-container.kaohsiung {
    position: relative;
  }
}

.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-2.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 {
  border-radius: 50%;
  background: white;
}

.header-sidebar-mobile .header-login-card .header-login-card-top .header-login-img img {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.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;
}

.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;
}

.fancybox-opened {
  z-index: 99999 !important;
}

.fancybox-overlay {
  z-index: 99998 !important;
}

.header-sidebar-mobile.pin-top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease all;
  border-top: none;
  z-index: 1000;
}

.b2b-header-greeting-dropdown-card {
  visibility: hidden;
  opacity: 0;
  color: #000000;
  background-color: #ffffff;
  z-index: 99999;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  text-align: left;
  padding: 15px;
  box-shadow: 1px 1px 3px #33333356;
}

.header-greeting:hover > .b2b-header-greeting-dropdown-card {
  visibility: visible;
  opacity: 1;
  transition: 0.1s 0.1s ease opacity;
}

.b2b-header-greeting-dropdown-card .bottom {
  margin: 10px auto;
}

.b2b-header-greeting-dropdown-card .bottom .put-left,
.b2b-header-greeting-dropdown-card .bottom .put-right {
  display: inline-block;
  text-align: center;
}

.b2b-header-greeting-dropdown-card .bottom .put-left a,
.b2b-header-greeting-dropdown-card .bottom .put-right a {
  padding: 0;
}

.b2b-header-greeting-dropdown-card .bottom .put-left {
  width: 100%;
  padding: 0px 5px;
}

.b2b-header-greeting-dropdown-card .bottom .logOutBtn {
  color: #2d7bd2;
  background-color: #ffffff;
  border: .5px solid #ccc;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  padding: 0;
}

.b2b-header-greeting-dropdown-card .bottom .logOutBtn:hover {
  box-shadow: 1px 1px 3px #33333356;
}

.order-tracking-lightbox .modal-header {
  color: #2d7cd1;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding: 12px 10px;
}

.order-tracking-lightbox .modal-base {
  padding: 0px 20px;
}

.order-tracking-lightbox .modal-base .input-box-base.order-tracking-item {
  margin-bottom: 15px;
}

.order-tracking-lightbox .modal-base .input-box-base.order-tracking-item .input {
  padding-left: 0px;
}

.order-tracking-lightbox .modal-bottom {
  padding: 0px 15px 15px;
}

/* b2e東南logo設定 */

.b2e-menu-logo {
  display: block;
  height: 100%;
  margin-left: 10px;
  background-image: url(https://b2e.settour.com.tw/b2e/79228705/logo/logo_normal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .order-tracking-lightbox .modal-base {
    padding: 20px 15px 0px;
  }

  .order-tracking-lightbox > .modal-dialog,
  .modal-content {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
  }

  .order-tracking-lightbox .modal-bottom {
    position: fixed;
    width: 100%;
    padding: 15px;
    bottom: 0;
  }
}

.b2e-header .menu .put-left .b2e-menu-logo {
  min-width: 262px;
}

.b2e-header .menu-level2 {
  left: 0;
}

.b2e-header .menu-level1 {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.b2e-header .menu-level1 .menu-level1-container {
  -ms-flex: unset;
      flex: unset;
  min-width: 11%;
}

.b2e-header .menu-level1 .menu-level1-container.lg-menulist .menu-level2 {
  left: -272px;
}

.b2e-header .menu-level1 .menu-level1 .menu-level1-container > .menu-level2 {
  position: absolute;
  left: 0 !important;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-tour {
  background-position: 0px 0px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-fit {
  background-position: 0px -36px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-flight {
  background-position: 0px -72px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-hotel {
  background-position: 0px -108px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-ticket {
  background-position: 0px -144px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-local {
  background-position: 0px -180px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-trip {
  background-position: 0px -216px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-khh {
  background-position: 0px -252px;
}

.b2e-header .menu-level1 > .menu-level1-container > .menu-level1-btn .nav-icon.icon-service {
  background-position: 0px -288px;
}

@media screen and (max-width: 1399px) {
  .b2e-header .menu-level1 .menu-level1-container.lg-menulist .menu-level2 {
    left: 0;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .b2e-header .menu-level1-container {
    position: relative;
  }

  .b2e-header .menu-level1-container.lg-menulist {
    position: unset;
  }
}

@media screen and (max-width: 1200px) {
  .b2e-header .menu .put-left {
    padding-right: 10px;
  }

  .b2e-header .menu .put-left .b2e-menu-logo {
    min-width: 222px;
  }
}

.red {
  color: #e73155;
}

.blue {
  color: #2d7cd1;
}

.black {
  color: #333;
}

.gray-darker {
  color: #666;
}

.gray {
  color: #999;
}

.yellow {
  color: #fbb949;
}

.green {
  color: #2fb570;
}

.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 {
  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;
}

.container-fullbg.blue {
  background: #2d7bd2;
  overflow: hidden;
}

.container-fullbg.light-blue {
  background: #e7f3ff;
}

.container-fullbg.white {
  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: 991px) {
  .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 {
  height: 1px;
  background-color: #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 .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 25px 35px;
  }
}

@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;
}

.win-icon-box {
  width: 32%;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
}

.company-icon-box {
  display: inline-block;
}

@media screen and (max-width: 1360px) {
  .footer-win-wrapper {
    padding: 25px 15px 0px 15px;
  }

  .win-icon-box {
    width: 40%;
  }

  .win-icon-box .footer-win-three {
    display: none;
  }

  .company-icon-box {
    width: 115%;
    position: relative;
    right: 30px;
  }
}

@media screen and (max-width: 1205px) {
  .win-icon-box {
    width: 48%;
  }

  .company-icon-box {
    width: 120%;
    right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .win-icon-box {
    width: 50%;
  }

  .win-icon-box .footer-win-two {
    display: none;
  }

  .company-icon-box {
    width: 130%;
    right: 80px;
  }
}

@media screen and (max-width: 991px) {
  .footer-win-wrapper {
    padding: 0 15px;
    margin: 0px 0px 20px 0px;
  }

  .win-icon-box {
    display: none;
  }

  .company-icon-box {
    position: unset;
  }
}

.b2b-footer-bottom {
  list-style: none;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
  padding: 25px 35px;
}

.b2b-footer-bottom .footer-logo-second {
  margin-right: 15px;
}

.b2b-footer-bottom .our-info-second {
  padding: 0px;
  margin-left: 15px;
}

.b2b-footer-tel-box {
  padding-top: 20px;
}

.b2b-footer-tel-box .b2b-footer-tel-tit {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #2d7cd1;
}

.b2b-footer-tel-box .b2b-tel-number-box {
  margin-bottom: 20px;
}

.b2b-footer-tel-box .b2b-tel-number-box .tel-number {
  line-height: 25px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .b2b-footer-tel-box {
    padding: 25px 0px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .b2b-footer-bottom {
    padding: 0px;
  }

  .b2b-footer-bottom .footer-logo-second {
    margin: 0px 0px 15px 0px;
  }

  .b2b-footer-bottom .our-info-second {
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }

  .b2b-footer-tel-box .b2b-tel-number-box .tel-number {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .b2b-footer-bottom {
    text-align: center;
  }

  .b2b-footer-bottom .footer-logo-second {
    margin: 0px auto;
  }

  .b2b-footer-bottom .our-info-second {
    display: block;
  }

  .b2b-footer-tel-box {
    padding: 25px 15px 0;
  }
}

.b2e-footer-win-wrapper {
  padding-bottom: 40px;
}

.b2e-footer-win-wrapper .b2e-company-icon-box {
  text-align: center;
  padding-top: 15px;
}

.b2e-footer-bottom .our-info-second {
  text-align: center;
}

.b2e-footer-bottom .our-info-second span {
  padding: 0px 6px;
}

@media screen and (max-width: 767px) {
  .b2e-footer-win-wrapper .b2e-company-icon-box {
    text-align: left;
  }

  .b2e-footer-bottom .our-info-second {
    display: block;
    text-align: left;
  }

  .b2e-footer-bottom .our-info-second span {
    padding: 0px;
  }
}

/*===============================
=      back to top button       =
===============================*/

#gotop {
  text-decoration: none;
  position: fixed;
  right: 30px;
  bottom: 160px;
  z-index: 9998;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #999;
  line-height: 1.3;
  transition: all .3s ease;
}

#gotop span {
  font-size: 1.2rem;
  display: block;
}

#gotop:hover,
#gotop:active,
#gotop:focus {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  #gotop {
    right: 10px;
    bottom: 60px;
  }
}


/*# sourceMappingURL=fit.css.map*/