@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, li, p {
  margin: 0;
  list-style: none;
  padding: 0;
}

a, img {
  border: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?gybmuh");
  src: url("fonts/icomoon.eot?gybmuh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gybmuh") format("truetype"), url("fonts/icomoon.woff?gybmuh") format("woff"), url("fonts/icomoon.svg?gybmuh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "򜤀";
}

.icon-arrow_goback:before {
  content: "򜤁";
}

.icon-calendar:before {
  content: "򜤂";
}

.icon-contact:before {
  content: "򜤃";
}

.icon-cross:before {
  content: "򜤄";
}

.icon-minus:before {
  content: "򜤆";
}

.icon-nav-bus:before {
  content: "򜤖";
}

.icon-nav-coupon:before {
  content: "򜤇";
}

.icon-nav-domhtl:before {
  content: "򜤈";
}

.icon-nav-domtour:before {
  content: "򜤉";
}

.icon-nav-htl:before {
  content: "򜤊";
}

.icon-nav-khh:before {
  content: "򜤋";
}

.icon-nav-more:before {
  content: "򜤌";
}

.icon-nav-pkg:before {
  content: "򜤍";
}

.icon-nav-tkt:before {
  content: "򜤎";
}

.icon-nav-tour:before {
  content: "򜤏";
}

.icon-nav-train:before {
  content: "򜤕";
}

.icon-nav-txg:before {
  content: "򜤐";
}

.icon-next:before {
  content: "򜤑";
}

.icon-people-solid:before {
  content: "򜤒";
}

.icon-plus:before {
  content: "򜤓";
}

.icon-search:before {
  content: "򜤔";
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-styled {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #8b8b8b transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: 7px;
}
.select-styled:hover {
  color: #00a3e0;
}
.select-styled:active, .select-styled.active {
  color: #00a3e0;
}
.select-styled:active:after, .select-styled.active:after {
  top: 8px;
  border-color: transparent transparent #8b8b8b transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: -1px;
  z-index: 10000;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.select-options li {
  margin: 0;
  padding: 0 6px;
  line-height: 30px;
  height: 30px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.select-options li:hover {
  color: #fff;
  background: #00a3e0;
}
.select-options li[rel=hide] {
  display: none;
}

.newheader-container.noRWD .header-desktop,
.newheader-container.noRWD #header-desktop {
  display: block;
}
.newheader-container.noRWD .newheader-desktop .gridwrap {
  margin: 0;
}
@media (min-width: 960px) {
  .newheader-container.noRWD .newheader-desktop .gridwrap {
    margin: 0 auto;
  }
}
.newheader-container.noRWD .dropdownMenu-promotionitem {
  min-width: 960px;
}
.newheader-container.noRWD .submain-list > li {
  width: 33.3333333333%;
}
@media (min-width: 960px) {
  .newheader-container.noRWD .submain-list > li {
    width: 25%;
  }
}
.newheader-container.noRWD .pageLoad-wrap {
  width: 100%;
}

.CHicon {
  fill: currentColor;
}

.CH-arrow,
.CH-loudspeaker {
  color: #8b8b8b;
  text-shadow: 0 0 0 #8b8b8b;
}

@media (min-width: 960px) {
  .newheader-container .header-respond,
  .newheader-container #header-respond {
    display: none;
  }
}
.newheader-container .header-desktop,
.newheader-container #header-desktop {
  display: none;
}
@media (min-width: 960px) {
  .newheader-container .header-desktop,
  .newheader-container #header-desktop {
    display: block;
    margin-bottom: 20px;
  }
}

.newheader-container.noRWD .header-desktop,
.newheader-container.noRWD #header-desktop {
  margin-bottom: 20px;
}

.newheader-desktop {
  color: #333;
  text-shadow: 0 0 0 #333;
  font: 13px/1.6 verdana, 微軟正黑體;
  border-top: 3px solid #ffc600;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: 0px 2px 5px rgba(213, 213, 213, 0.5);
}
.newheader-desktop a, .newheader-desktop a:hover, .newheader-desktop a:active, .newheader-desktop a:visited {
  color: #333;
  text-shadow: 0 0 0 #333;
}
.newheader-desktop a:hover {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.newheader-desktop a:focus {
  outline: unset;
}
.newheader-desktop i {
  color: #8b8b8b;
  text-shadow: 0 0 0 #8b8b8b;
  display: inline-block;
  text-shadow: none !important;
}
.newheader-desktop img, .newheader-desktop object, .newheader-desktop embed, .newheader-desktop video {
  max-width: 100%;
}
.newheader-desktop button.ui-btn-orange, .newheader-desktop button.ui-btn-gray, .newheader-desktop button.ui-btn-blue, .newheader-desktop a.ui-btn-orange, .newheader-desktop a.ui-btn-gray, .newheader-desktop a.ui-btn-blue {
  font: 15px/1.6 verdana, 微軟正黑體;
  display: block;
  min-width: 100px;
  line-height: 30px;
}
@media (min-width: 960px) {
  .newheader-desktop button.ui-btn-orange, .newheader-desktop button.ui-btn-gray, .newheader-desktop button.ui-btn-blue, .newheader-desktop a.ui-btn-orange, .newheader-desktop a.ui-btn-gray, .newheader-desktop a.ui-btn-blue {
    min-width: 120px;
  }
}
.newheader-desktop input {
  box-sizing: border-box;
  font: 15px/1.6 verdana, 微軟正黑體;
  line-height: 1;
  outline: none;
  padding: 7px 6px;
  border: none !important;
  height: 35px;
}
.newheader-desktop input::-moz-placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
.newheader-desktop input::placeholder {
  color: #999;
  text-shadow: 0 0 0 #999;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .newheader-desktop input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
.newheader-desktop input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333;
}
.newheader-desktop .gridwrap {
  margin: 0 auto;
  padding: 0;
}
.newheader-desktop .dropdown-menu {
  display: block;
}
.newheader-desktop .dropdown-menu .dropdownMenu-socialitem {
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 2px 10px rgba(213, 213, 213, 0.7);
}
.newheader-desktop .dropdown-menu .dropdownMenu-socialitem,
.newheader-desktop .dropdown-menu .dropdownMenu-promotionitem {
  *zoom: 1;
  box-sizing: border-box;
  z-index: 9999;
  background: #fff;
  border-top: 3px solid #fff;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.newheader-desktop .dropdown-menu .dropdownMenu-socialitem:before, .newheader-desktop .dropdown-menu .dropdownMenu-socialitem:after,
.newheader-desktop .dropdown-menu .dropdownMenu-promotionitem:before,
.newheader-desktop .dropdown-menu .dropdownMenu-promotionitem:after {
  content: "";
  display: table;
}
.newheader-desktop .dropdown-menu .dropdownMenu-socialitem:after,
.newheader-desktop .dropdown-menu .dropdownMenu-promotionitem:after {
  clear: both;
}
.newheader-desktop .dropdown-menu.hover .dropdownMenu-socialitem,
.newheader-desktop .dropdown-menu.hover .dropdownMenu-promotionitem {
  opacity: 1;
  visibility: visible;
}
.newheader-desktop .dropdown-menu.hover .dropdownMenu-promotionitem {
  border-top: 3px solid #b584c3;
}

.desktop-topwrap {
  background: #F2F2F2;
}
.desktop-topwrap i {
  font-size: 15px;
}
.desktop-topwrap i:not(.icon-arrow) {
  color: #ffc600;
  text-shadow: 0 0 0 #ffc600;
}
.desktop-topwrap a {
  display: inline-block;
  height: 100%;
  line-height: 35px;
}
.desktop-topwrap .gridwrap {
  display: flex;
  justify-content: space-between;
  height: 35px;
}
.desktop-topwrap .service-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.desktop-topwrap .service-area > li {
  display: inline-flex;
}
.desktop-topwrap .service-area > li:last-child:before, .desktop-topwrap .service-area > li:nth-last-child(2):before {
  content: "";
  position: relative;
  width: 1px;
  height: 17px;
  background: #d5d5d5;
  display: inline-flex;
  top: 9px;
  margin: 0 7px;
}
.desktop-topwrap .service-area > li > a {
  margin: 0 8px;
}
.desktop-topwrap .iconWrap {
  position: relative;
  padding-left: 20px;
  line-height: 35px;
}
.desktop-topwrap .iconWrap > i {
  position: absolute;
}
.desktop-topwrap .iconWrap .icon-plus,
.desktop-topwrap .iconWrap .icon-arrow {
  font-size: 20px;
  top: 7px;
}
.desktop-topwrap .iconWrap .icon-plus,
.desktop-topwrap .iconWrap .icon-people-solid {
  left: 0;
}
.desktop-topwrap .iconWrap .icon-people-solid {
  top: 10px;
}
.desktop-topwrap .signup {
  padding-left: 25px;
}
.desktop-topwrap .dropdown-menu {
  display: inline-flex;
  margin-left: 8px;
}
.desktop-topwrap .dropdown-menu .iconWrap {
  padding: 0 20px 0 0;
  margin-right: 0;
  cursor: pointer;
}
.desktop-topwrap .dropdown-menu .iconWrap:hover .icon-arrow {
  color: #00a3e0;
}
.desktop-topwrap .dropdown-menu .icon-arrow {
  transform: rotate(90deg);
  margin-left: 3px;
}

.desktop-bottomwrap .new {
  color: #666;
  text-shadow: 0 0 0 #666;
  border-radius: 5px;
  font-size: 12px;
  background: #ffc600;
  padding: 2px 5px 1px 5px;
  line-height: 1;
  margin-left: 3px;
}
.desktop-bottomwrap .upside {
  *zoom: 1;
  padding: 15px 0;
}
.desktop-bottomwrap .upside:before, .desktop-bottomwrap .upside:after {
  content: "";
  display: table;
}
.desktop-bottomwrap .upside:after {
  clear: both;
}
.desktop-bottomwrap .header-logo {
  float: left;
}
.desktop-bottomwrap .header-logo a {
  display: block;
  width: 180px;
  height: 60px;
}
.desktop-bottomwrap .header-logo img {
  display: block;
  height: 100%;
}
.desktop-bottomwrap .rAD-head-ban-PC {
  float: left;
  margin-left: 20px;
  height: 60px;
}
.desktop-bottomwrap .keyword-search {
  border-radius: 2px;
  box-sizing: border-box;
  *zoom: 1;
  float: right;
  border: 1px solid #d5d5d5;
  width: 270px;
  margin-top: 15px;
  position: relative;
}
.desktop-bottomwrap .keyword-search:before, .desktop-bottomwrap .keyword-search:after {
  content: "";
  display: table;
}
.desktop-bottomwrap .keyword-search:after {
  clear: both;
}
.desktop-bottomwrap .header-select,
.desktop-bottomwrap .searchInput,
.desktop-bottomwrap .searchIcon {
  float: left;
}
.desktop-bottomwrap .header-select {
  position: relative;
  width: 100px;
  height: 30px;
}
.desktop-bottomwrap .select-styled {
  padding: 5px 6px;
}
.desktop-bottomwrap .select-styled:hover {
  cursor: pointer;
}
.desktop-bottomwrap .searchInput {
  width: calc(100% - 130px);
}
.desktop-bottomwrap .searchIcon {
  display: block;
  background: #d5d5d5;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 30px;
  height: 30px;
}
@media (min-width: 960px) {
  .desktop-bottomwrap .searchIcon {
    cursor: pointer;
  }
}
.desktop-bottomwrap .searchIcon:hover {
  background: #00a3e0;
}
.desktop-bottomwrap .searchIcon .icon-search {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  margin: 3px;
}
.desktop-bottomwrap .searchInput {
  height: 30px;
  font: 13px/1.6 verdana, 微軟正黑體;
  line-height: 30px;
}
.desktop-bottomwrap .stylechange {
  border: 1px solid #00a3e0;
}
.desktop-bottomwrap .stylechange .searchIcon {
  background: #00a3e0;
}
.desktop-bottomwrap .promotion-area {
  display: flex;
}
.desktop-bottomwrap .promotion-area > li {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.desktop-bottomwrap .promotion-area a {
  display: inline-flex;
}
.desktop-bottomwrap .promotion-area .CH-arrow {
  transform: rotate(90deg);
}
.desktop-bottomwrap .promotion-area .leftBox {
  display: flex;
  grid-column-start: 1;
}
.desktop-bottomwrap .promotion-area .rightBox {
  grid-row: 1/3;
  grid-column-start: 2;
}
.desktop-bottomwrap .dropdown-menu > a {
  box-sizing: border-box;
  align-items: center;
  gap: 5px;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.desktop-bottomwrap .dropdown-menu > a:hover {
  color: #333;
  text-shadow: 0 0 0 #333;
}
.desktop-bottomwrap .dropdown-menu > a:hover .CH-arrow {
  color: #fff;
  text-shadow: 0 0 0 #fff;
}
.desktop-bottomwrap .dropdown-menu > a .new {
  position: absolute;
  top: -10px;
  right: 7px;
}
.desktop-bottomwrap .dropdown-menu.hover, .desktop-bottomwrap .dropdown-menu.active {
  background: #84329b;
}
.desktop-bottomwrap .dropdown-menu.hover > a, .desktop-bottomwrap .dropdown-menu.active > a {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
}
.desktop-bottomwrap .dropdown-menu.hover > a .CH-arrow, .desktop-bottomwrap .dropdown-menu.active > a .CH-arrow {
  color: #fff !important;
  text-shadow: 0 0 0 #fff !important;
}
.desktop-bottomwrap .dropdownMenu-promotionitem {
  box-sizing: border-box;
  font: 15px/1.6 verdana, 微軟正黑體;
  padding: 20px 10px 10px 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  border-bottom: 2px solid #E6E6E6;
  border-top: 1px solid #d5d5d5;
  box-shadow: 0px 2px 10px rgba(213, 213, 213, 0.5);
  border-radius: 0 0 10px 10px;
}
.desktop-bottomwrap .pageLoad-wrap {
  display: grid;
  grid-template-columns: auto 390px;
  gap: 7px;
}
.desktop-bottomwrap .gotoBlock {
  display: flex;
}
.desktop-bottomwrap .gotoBlock .CH-arrowRight {
  color: #B584C3;
  text-shadow: 0 0 0 #B584C3;
}
.desktop-bottomwrap .gotoBlock .CH-row {
  width: 50%;
}
.desktop-bottomwrap .gotoBlock-link {
  border-radius: 25px;
  background: #F2F2F2;
  align-items: center;
  gap: 5px;
  padding: 5px 15px;
}
.desktop-bottomwrap .gotoBlock-link:hover {
  color: #333;
  text-shadow: 0 0 0 #333;
  background: #F2EAF5;
}
.desktop-bottomwrap .promotBlock {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 100%;
}
.desktop-bottomwrap .promotBlock-title {
  font-size: 15px;
}
.desktop-bottomwrap .promotBlock-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.desktop-bottomwrap .promotBlock-item .CH-row {
  box-sizing: border-box;
  width: 25%;
  padding: 5px 5px 5px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.desktop-bottomwrap .promotBlock-item .CH-row:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #d5d5d5;
}
.desktop-bottomwrap .promotBlock-link {
  align-items: center;
}
.desktop-bottomwrap .promotBlock-link:hover .promotBlock-more {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.desktop-bottomwrap .promotBlock-more {
  color: #999;
  text-shadow: 0 0 0 #999;
  font-size: 13px;
  line-height: 24px;
  margin-left: 5px;
}
.desktop-bottomwrap .banBlock {
  display: flex;
  gap: 10px;
}
.desktop-bottomwrap .banBlock a {
  display: block;
  height: 100%;
}
.desktop-bottomwrap .banBlock img {
  display: block;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.9;
}
.desktop-bottomwrap .banBlock .CH-row {
  height: 100px;
}
.desktop-bottomwrap .banBlock .CH-row:hover img {
  opacity: 1;
}
.desktop-bottomwrap .CH-row.two-colspan {
  width: 50%;
}

.desktop-topwrap > .gridwrap,
.desktop-bottomwrap > .gridwrap {
  width: 960px;
}
.desktop-topwrap .hidden,
.desktop-bottomwrap .hidden {
  display: none !important;
}

.dropdown-menu.social-area {
  position: relative;
}
.dropdown-menu.social-area:hover .iconWrap, .dropdown-menu.social-area:hover .icon-arrow {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.dropdown-menu.social-area.hover .iconWrap, .dropdown-menu.social-area.hover .icon-arrow {
  color: #00a3e0;
  text-shadow: 0 0 0 #00a3e0;
}
.dropdown-menu.social-area img {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  margin-right: 5px;
}
.dropdown-menu.social-area .dropdownMenu-socialitem {
  width: 120px;
  top: 35px;
  right: 0;
  padding: 7px 10px;
  font: 14px/1.6 verdana, 微軟正黑體;
}
.dropdown-menu.social-area .dropdownMenu-socialitem > li:not(:last-child) {
  margin-bottom: 5px;
}
.dropdown-menu.social-area .dropdownMenu-socialitem a {
  line-height: initial;
}

.newheader-desktop .popup-content {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 3px 5px rgba(153, 153, 153, 0.3);
  position: absolute;
  top: 45px;
  left: -63%;
  z-index: 999;
  font: 14px/1.6 verdana, 微軟正黑體;
  padding: 10px;
  width: 450px;
}
.newheader-desktop .popup-content:after, .newheader-desktop .popup-content:before {
  content: "";
  position: absolute;
  right: 20%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.newheader-desktop .popup-content:before {
  border-bottom: 10px solid #d5d5d5;
  bottom: 100%;
  top: -21px;
}
.newheader-desktop .popup-content:after {
  border-bottom: 10px solid #fff;
  z-index: 2;
  top: -19px;
}
.newheader-desktop .popup-content .icon-cross {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
}
.newheader-desktop .popup-content .icon-cross:hover {
  cursor: pointer;
  color: #00a3e0;
}
.newheader-desktop .title {
  box-sizing: border-box;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 5px 5px 5px;
  margin-bottom: 10px;
}
.newheader-desktop .keyword-area {
  padding: 0 5px;
}
.newheader-desktop .keyword-area > p {
  color: #005eb8;
}
.newheader-desktop .keyword-area > ul {
  *zoom: 1;
  display: block;
  margin: 5px 0 15px 0;
  font: 13px/1.6 verdana, 微軟正黑體;
}
.newheader-desktop .keyword-area > ul:before, .newheader-desktop .keyword-area > ul:after {
  content: "";
  display: table;
}
.newheader-desktop .keyword-area > ul:after {
  clear: both;
}
.newheader-desktop .keyword-area > ul:last-child {
  margin-bottom: 0;
}
.newheader-desktop .keyword-area li {
  border-radius: 2px;
  float: left;
  padding: 3px 7px;
  margin: 0 5px 10px 0;
  border: 1px solid #d5d5d5;
}
.newheader-desktop .keyword-area li:last-child {
  margin: 0 0 5px 0;
}
.newheader-desktop .keyword-area li:hover {
  cursor: pointer;
  background: #ccedf9;
  border: 1px solid #99daf3;
}