/* Minification failed. Returning unminified contents.
(9303,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9312,32): run-time error CSS1039: Token not allowed after unary operator: '-frame-color'
(9329,32): run-time error CSS1039: Token not allowed after unary operator: '-frame-color'
(9352,17): run-time error CSS1039: Token not allowed after unary operator: '-banner-frame-offset'
(9399,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-mint {
  border-top: 2px solid #c9f2a1;
  border-bottom: 2px solid #8db863;
  background: #fff;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  background-color: #549e9b;
  border-bottom: 1px solid #fff;

}
.sm-mint a.current {
  font-weight: bold;
}
.sm-mint a.disabled {
  color: #cccccc;
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: #fff;
  border-radius: 4px;
  color: #333;
}
.sm-mint a .sub-arrow::before {
  content: '+';
}
.sm-mint a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mint li {
  /* border-bottom: 1px solid #fff; */
}
.sm-mint > li:first-child {
  border-top: 0;
}
.sm-mint ul {
  background: #fff;
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
    /* �������U */
    .sm-mint a.aActive {
        background: #549e9b;
        color: #fff;
    }

    .sm-mint .aActive .sub-arrow {
        border-color: #fff transparent transparent transparent;
    }
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
    background-color: #fff;
    color: #414141;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
    .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
        padding: 11px 20px;
        padding-right: 34px;
        color: #333;
        border-radius: 4px 4px 0 0;
    }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: #549e9b;
    color: #fff;
  }
  .sm-mint a.highlighted {
    background: #549e9b;
    color: #fff;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-width: 6px 4.02px 0 4.02px;
    border-style: solid dashed dashed dashed;
    border-color: #549e9b transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.disabled .sub-arrow {
    border-color: #8db863 transparent transparent transparent;
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #fff;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-mint ul ul {
    border-radius: 4px;
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #333;
    border-radius: 0;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    background: #549e9b;
    color: #fff;
    box-shadow: none;
  }
  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #549e9b;
  }
  .sm-mint ul a:hover .sub-arrow, .sm-mint ul a:focus .sub-arrow, .sm-mint ul a:active .sub-arrow, .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint ul a.disabled .sub-arrow {
    border-color: transparent transparent transparent #549e9b;
  }
  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #549e9b;
    height: 20px;
  }
  .sm-mint .scroll-up:hover,
  .sm-mint .scroll-down:hover{
    background-color: #86BAB1;
  }
  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #549e9b;
  }
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #549e9b transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    border-color: transparent #549e9b transparent transparent;
  }
  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }
  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #549e9b transparent transparent;
  }
  .sm-mint.sm-rtl ul a:hover .sub-arrow, .sm-mint.sm-rtl ul a:focus .sub-arrow, .sm-mint.sm-rtl ul a:active .sub-arrow, .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #549e9b transparent transparent;
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #549e9b;
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    background: #549e9b;
    color: #fff;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #549e9b;
  }
  .sm-mint.sm-vertical a:hover .sub-arrow, .sm-mint.sm-vertical a:focus .sub-arrow, .sm-mint.sm-vertical a:active .sub-arrow, .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #549e9b;
  }
  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=sm-mint.css.map */

.main-nav {
  /* border-bottom: 2px solid #8db863; */
  background: #fff;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}


/* IGNORE: Unrelated generic demo styles */

/* body {
  margin: 8px;
  background: #fff;
  color: #aaa;
  font: 16px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.demo-text {
  margin: 3em 22px;
}

.demo-text p {
  margin-bottom: 1em;
}

.demo-text a {
  color: #999;
} */

.bannerSearchContainer {
  margin: 0px auto;
  max-width: 1200px;
  padding: 30px 0px 0;
  width: 95%; }

@media screen and (max-width: 960px) {
  .bannerSearchContainer {
    padding: 4% 10px 2%; } }

.bannerSearchFormSelectWhereRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .bannerSearchFormSelectWhereRow {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .bannerSearchFormSelectWhere {
    margin-bottom: 10px; } }

.bannerSearchFormSelectWhere label {
  font-weight: bold; }

.bannerSearchFormSelectWhere select {
  margin-right: 20px;
  border: 1px solid #549e9b;
  padding: 8px 20px;
  font-size: 1.2rem;
  color: #549e9b;
  border-radius: 5px;
  min-width: 150px; }

.bannerSearchInputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 65%;
  max-width: 650px;
  position: relative; }
  .bannerSearchInputBox input {
    width: 95%;
    padding: 10px 15px;
    font-size: 1.2rem;
    border: none;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .bannerSearchInputBox input:focus {
      outline: none;
      background-color: transparent; }
      .bannerSearchInputBox input:focus ~ .bannerSearchBottom {
        height: 100%;
        border-radius: 5px;
        background-color: #549e9b29;
        -webkit-box-shadow: 3px 3px 3px #dddddd;
                box-shadow: 3px 3px 3px #dddddd;
        z-index: -1; }
      .bannerSearchInputBox input:focus + a {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 18px; }
  .bannerSearchInputBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .bannerSearchInputBox a:hover img {
      -webkit-filter: brightness(1.3);
              filter: brightness(1.3); }
  .bannerSearchInputBox img {
    width: 25px; }

.bannerSearchBottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #549e9b;
  height: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

@media screen and (max-width: 768px) {
  .bannerSearchInputBox {
    width: 90%; } }

.bannerSearchChoiceWrap {
  position: relative; }

.bannerSearchChoiceContentShowcontrol {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, #ffffff));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #549e9b; }
  .bannerSearchChoiceContentShowcontrol label {
    display: block;
    cursor: pointer; }

.bannerSearchChoiceReadMore {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }
  .bannerSearchChoiceReadMore:checked ~ .bannerSearchChoiceContent {
    height: auto; }
  .bannerSearchChoiceReadMore:checked ~ .bannerSearchChoiceContentShowcontrol {
    display: none; }

.bannerSearchChoiceContent {
  margin: 30px 0;
  height: 180px;
  padding-top: 10px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .bannerSearchChoiceContent {
      margin: 30px 0; } }
  .bannerSearchChoiceContent #tabs-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 0 10px;
    padding: 0; }
  .bannerSearchChoiceContent label.panel-label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: block;
    width: 100%;
    color: #414141;
    cursor: pointer;
    background-color: #f3f3f3;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
         -o-transition-duration: 200ms;
            transition-duration: 200ms; }
    .bannerSearchChoiceContent label.panel-label span {
      display: none; }
    .bannerSearchChoiceContent label.panel-label:hover {
      color: #549e9b; }
  .bannerSearchChoiceContent #panels {
    border: 3px solid #549e9b;
    border-radius: 10px;
    overflow: hidden; }
    .bannerSearchChoiceContent #panels section header label.panel-label {
      padding: 12px 24px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .bannerSearchChoiceContent #panels section main {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-height: initial;
        -webkit-transition: opacity 600ms;
        -o-transition: opacity 600ms;
        transition: opacity 600ms;
        overflow-y: hidden;
    }
  @media all and (max-width: 767px) {
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
      max-height: 46px;
      opacity: 1; }
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
      max-height: 46px;
      opacity: 1; }
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
      max-height: 46px;
      opacity: 1; }
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
      max-height: 46px;
      opacity: 1; }
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
      max-height: 46px;
      opacity: 1; }
    .bannerSearchChoiceContent #open-nav-label {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer; }
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #open-nav-label {
      display: none; }
    .bannerSearchChoiceContent #close-nav-label {
      display: block;
      max-height: 0;
      overflow-y: hidden;
      background-color: #444444;
      color: #f3f3f3;
      padding: 0px;
      -webkit-transition: max-height 200ms;
      -o-transition: max-height 200ms;
      transition: max-height 200ms;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }
    .bannerSearchChoiceContent #nav-ctrl:checked ~ #tabs-list #close-nav-label {
      max-height: 36px;
      opacity: 1;
      padding: 10px 0; }
    .bannerSearchChoiceContent #tabs-list {
      position: relative;
      margin: 0 0 10px 0px; }
      .bannerSearchChoiceContent #tabs-list label.panel-label {
        padding: 8px 0; }
      .bannerSearchChoiceContent #tabs-list #li-for-panel-1 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        -o-transition: max-height 200ms;
        transition: max-height 200ms; }
      .bannerSearchChoiceContent #tabs-list #li-for-panel-2 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        -o-transition: max-height 200ms;
        transition: max-height 200ms; }
      .bannerSearchChoiceContent #tabs-list #li-for-panel-3 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        -o-transition: max-height 200ms;
        transition: max-height 200ms; }
      .bannerSearchChoiceContent #tabs-list #li-for-panel-4 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        -o-transition: max-height 200ms;
        transition: max-height 200ms; }
      .bannerSearchChoiceContent #tabs-list #li-for-panel-5 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        -o-transition: max-height 200ms;
        transition: max-height 200ms; }
    .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
      max-height: 46px;
      opacity: 1; }
      .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
        background-color: white;
        color: #549e9b;
        background-color: #549e9b;
        color: white; }
        .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label span {
          display: inline-block; }
    .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
      max-height: 46px;
      opacity: 1; }
      .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
        background-color: white;
        color: #549e9b;
        background-color: #549e9b;
        color: white; }
        .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label span {
          display: inline-block; }
    .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
      max-height: 46px;
      opacity: 1; }
      .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
        background-color: white;
        color: #549e9b;
        background-color: #549e9b;
        color: white; }
        .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label span {
          display: inline-block; }
    .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
      max-height: 46px;
      opacity: 1; }
      .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
        background-color: white;
        color: #549e9b;
        background-color: #549e9b;
        color: white; }
        .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label span {
          display: inline-block; }
    .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
      max-height: 46px;
      opacity: 1; }
      .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
        background-color: white;
        color: #549e9b;
        background-color: #549e9b;
        color: white; }
        .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label span {
          display: inline-block; }
    .bannerSearchChoiceContent #panels .container {
      width: 100%; }
    .bannerSearchChoiceContent #panels section header {
      display: block; } }
  @media all and (min-width: 768px) {
    .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
      pointer-events: none;
      cursor: default;
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0);
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-shadow: 0px 0px 5px #b6b6b6;
              box-shadow: 0px 0px 5px #b6b6b6;
      border-right: none; }
      .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
        border-right: 1px solid transparent; }
      .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
        border-left: 1px solid #dfdfdf; }
      .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
        background-color: white;
        color: #549e9b;
        padding-top: 18px; }
        .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label span {
          display: inline-block; }
        .bannerSearchChoiceContent #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
          height: 6px; }
    .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
      pointer-events: none;
      cursor: default;
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0);
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-shadow: 0px 0px 5px #b6b6b6;
              box-shadow: 0px 0px 5px #b6b6b6;
      border-right: none; }
      .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
        border-right: 1px solid transparent; }
      .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
        border-left: 1px solid #dfdfdf; }
      .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
        background-color: white;
        color: #549e9b;
        padding-top: 18px; }
        .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label span {
          display: inline-block; }
        .bannerSearchChoiceContent #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
          height: 6px; }
    .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
      pointer-events: none;
      cursor: default;
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0);
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-shadow: 0px 0px 5px #b6b6b6;
              box-shadow: 0px 0px 5px #b6b6b6;
      border-right: none; }
      .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
        border-right: 1px solid transparent; }
      .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
        border-left: 1px solid #dfdfdf; }
      .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
        background-color: white;
        color: #549e9b;
        padding-top: 18px; }
        .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label span {
          display: inline-block; }
        .bannerSearchChoiceContent #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
          height: 6px; }
    .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
      pointer-events: none;
      cursor: default;
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0);
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-shadow: 0px 0px 5px #b6b6b6;
              box-shadow: 0px 0px 5px #b6b6b6;
      border-right: none; }
      .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last {
        border-right: 1px solid transparent; }
      .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
        border-left: 1px solid #dfdfdf; }
      .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
        background-color: white;
        color: #549e9b;
        padding-top: 18px; }
        .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label span {
          display: inline-block; }
        .bannerSearchChoiceContent #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
          height: 6px; }
    .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
      pointer-events: none;
      cursor: default;
      -webkit-transform: translate3d(0, 1px, 0);
              transform: translate3d(0, 1px, 0);
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-shadow: 0px 0px 5px #b6b6b6;
              box-shadow: 0px 0px 5px #b6b6b6;
      border-right: none; }
      .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last {
        border-right: 1px solid transparent; }
      .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
        border-left: 1px solid #dfdfdf; }
      .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
        background-color: white;
        color: #549e9b;
        padding-top: 18px; }
        .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label span {
          display: inline-block; }
        .bannerSearchChoiceContent #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
          height: 6px; }
    .bannerSearchChoiceContent ul#tabs-list {
      text-align: center;
      border-bottom: 1px solid #dfdfdf;
      text-align: left; }
      .bannerSearchChoiceContent ul#tabs-list li {
        display: inline-block;
        text-align: center;
        font-size: 1.2em;
        width: 18%;
        -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
                box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
        border-right: 1px solid #dfdfdf;
        position: relative; }
        .bannerSearchChoiceContent ul#tabs-list li:hover {
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          border-right: none; }
          .bannerSearchChoiceContent ul#tabs-list li:hover.last {
            border-right: 1px solid transparent; }
          .bannerSearchChoiceContent ul#tabs-list li:hover + li {
            border-left: 1px solid #dfdfdf; }
        .bannerSearchChoiceContent ul#tabs-list li label.panel-label {
          position: relative;
          padding: 16px 0; }
          .bannerSearchChoiceContent ul#tabs-list li label.panel-label::after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 100%;
            background-color: #549e9b;
            height: 0;
            -webkit-transition-property: height;
            -o-transition-property: height;
            transition-property: height;
            -webkit-transition-duration: 200ms;
                 -o-transition-duration: 200ms;
                    transition-duration: 200ms; }
          .bannerSearchChoiceContent ul#tabs-list li label.panel-label:hover {
            padding-top: 17px; }
            .bannerSearchChoiceContent ul#tabs-list li label.panel-label:hover::after {
              height: 6px; }
    .bannerSearchChoiceContent #open-nav-label,
    .bannerSearchChoiceContent #close-nav-label {
      display: none; }
    .bannerSearchChoiceContent #nav-ctrl {
      display: none; } }
  .bannerSearchChoiceContent #nav-ctrl {
    opacity: 0; }
  .bannerSearchChoiceContent .panel-radios {
    display: none;
    left: 50%;
    top: 10px;
    width: 20px;
    opacity: 0.5;
    z-index: 99; }
    .bannerSearchChoiceContent .panel-radios:nth-child(1) {
      -webkit-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
              transform: translateX(-50px); }
    .bannerSearchChoiceContent .panel-radios:nth-child(2) {
      -webkit-transform: translateX(-30px);
          -ms-transform: translateX(-30px);
              transform: translateX(-30px); }
    .bannerSearchChoiceContent .panel-radios:nth-child(3) {
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px); }
    .bannerSearchChoiceContent .panel-radios:nth-child(4) {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }
    .bannerSearchChoiceContent .panel-radios:nth-child(5) {
      -webkit-transform: translateX(30px);
          -ms-transform: translateX(30px);
              transform: translateX(30px); }
    .bannerSearchChoiceContent .panel-radios:nth-child(6) {
      top: 30px;
      -webkit-transform: translateX(-10px);
          -ms-transform: translateX(-10px);
              transform: translateX(-10px);
      display: block; }

.optionRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 30px 8px; }
  @media screen and (max-width: 768px) {
    .optionRow {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .optionRow:nth-of-type(odd) {
    background-color: #f3f3f3; }

.optionRowLabel {
  width: 100px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .optionRowLabel {
      width: 100%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px; } }

.optionLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4px; }

.optionAll {
  display: inline-block;
  width: 80px;
  color: #549e9b;
  margin-bottom: 10px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .optionAll {
      width: 50px; } }

.optionAllNotSelect {
  color: #969696;
  cursor: pointer;
  font-weight: normal; }

.optionRowListsUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .optionRowListsUl li {
    margin-right: 20px;
    margin-bottom: 10px;
    width: calc((100% - 120px) / 6); }
    @media screen and (max-width: 960px) {
      .optionRowListsUl li {
        width: calc((100% - 80px) / 4); } }
    @media screen and (max-width: 768px) {
      .optionRowListsUl li {
        width: calc((100% - 60px) / 3); } }
    @media screen and (max-width: 767px) {
      .optionRowListsUl li {
        margin-right: 10px;
        width: calc((100% - 20px) / 2); } }

.optionRowListOptionEach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .optionRowListOptionEach label {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .optionRowListOptionEach input {
    border: 1px solid #41b1ce;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    cursor: pointer; }
    .optionRowListOptionEach input:checked + label {
      color: #549e9b; }

.bannerSearchChoiceSearcgBtn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #549e9b;
  color: #fff;
  border: 1px solid transparent; }
  .bannerSearchChoiceSearcgBtn:hover {
    background-color: #fff;
    color: #549e9b;
    border: 1px solid #549e9b; }
@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, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

iframe {
  -webkit-box-sizing: unset;
          box-sizing: unset; }

html,
body {
  width: 100%;
  font-family: Microsoft JhengHei,Lato, sans-serif;
  line-height: 1.5; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

svg {
  width: 100%;
  height: 100%; }
.swiper-pagination-bullet {
    background-color: #549e9c !important;
}

.swiper-pagination-bullet-active {
    background-color: #549e9b !important;
}
@media screen and (max-width: 1100px) {
  html,
  body {
    font-size: 15px; } }

.container {
  width: 95%;
  max-width: 1200px;
  padding: 2% 0 2%;
  margin: 0 auto; }
    .container.fullcolor {
        background: #efefef;
        width: 100%;
        max-width: none;
        padding: unset;
    }
    .container.full .index_h3 {
        margin: 1.5% 0;
    }
    .container.full, .container.fullcolor {
        width: 100%;
        max-width: none;
        padding: unset;
    }
        .container.fullcolor .index_article_container {
            width: 95%;
            max-width: 1200px;
            padding: 2% 14px 2%;
            margin: 0 auto;
        }
.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d_block {
  display: block; }

.d_inline {
  display: inline; }

.d_inline_block {
  display: inline-block; }

.position_relative {
  position: relative; }

.position_absolute {
  position: absolute; }

.position_fixed {
  position: fixed; }

.position_sticky {
  position: -webkit-sticky;
  position: sticky; }

.w_100 {
  width: 100%; }

.text_center {
  text-align: center; }

.fw_bold {
  font-weight: bold; }

.fw_medium {
  font-weight: 500; }

.align_items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align_items_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.justify_content_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify_content_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mx_auto {
  margin: 0 auto; }

.clearfix {
  clear: both; }

.bg_f6 {
  background-color: #f6f6f6;
  border-top: 1px solid #cecece; }

.object_fit_cover {
  -o-object-fit: cover;
     object-fit: cover; }
@media screen and (max-width: 960px) {
    .container {
        padding: 2% 10px 2%;
    }
        .container.full .index_article_container {
            width: 100%;
            padding: 2% 10px 2%;
        }
}
@media screen and (max-width: 767px) {
    .container {
        padding: 4% 10px 2%;
    }
    .headerNavContent {
        flex-direction: column;
    }
   }

/**
 * Swiper 4.5.0
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform; }

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.header {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 0px 10px #1b1b1b;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.headerMenuContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1800px;
    padding: 10px 20px 10px;
    margin: 0 auto;
}

    .headerMenuContainer .logo a {
        display: block;
        background-image: url("https://travel.yam.com/images/logo.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 106px;
        height: 38px;
        text-indent: 101%;
        overflow: hidden;
        white-space: nowrap;
    }

.headerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    z-index: 1;
}

.menu_icon {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

.menu1stActive::before {
    height: 100%;
}

.menuIcon {
    display: none;
}

.headerNavFirstMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headerNavFirstMenuLi {
    position: relative;
}

    .headerNavFirstMenuLi:hover .headerNavSecondMenu {
        display: inline-grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(10, auto);
    }

    .headerNavFirstMenuLi:hover::before {
        height: calc(100% - 8px);
    }

    .headerNavFirstMenuLi:hover .headerNavFirstMenuA {
        color: #fff;
    }

    .headerNavFirstMenuLi::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        background-color: #549e9b;
        bottom: 10px;
        left: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: -1;
    }

.headerNavFirstMenuA {
    display: block;
    padding: 10px 20px 20px 20px;
    color: #414141;
}

.headerNavSecondMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 3px 5px #797979);
    filter: drop-shadow(0px 3px 5px #797979);
    padding: 5px;
    border-radius: 5px;
}

.headerNavSecondMenuLi {
    position: relative;
}

    .headerNavSecondMenuLi:hover .headerNavThirdMenu {
        display: block;
        -webkit-animation: tada 0.5s forwards;
        animation: tada 0.5s forwards;
    }

    .headerNavSecondMenuLi:hover .headerNavSecondMenuA {
        background-color: #549e9b;
        color: #fff;
    }

.headerNavSecondMenuA {
    display: block;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    color: #414141;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 8px;
}

.headerNavThirdMenu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 3px 5px #2f2f2f);
    filter: drop-shadow(0px 3px 5px #2f2f2f);
    border-radius: 3px;
    z-index: 3;
    padding: 5px;
}

.headerNavThirdMenuLi {
    position: relative;
}

    .headerNavThirdMenuLi:hover .headerNavThirdMenuA {
        background-color: #549e9b;
        color: #fff;
    }

.headerNavThirdMenuA {
    white-space: nowrap;
    display: block;
    padding: 10px 20px;
    color: #414141;
    border-radius: 8px;
}

    .headerNavThirdMenuA:hover {
        background-color: #549e9b;
        color: #fff;
    }

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.headerRwdTotalMenuLi {
    display: none;
}

.menuMemberArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
    width: auto;
}
.memberLoginStatus {
    width: 100%;
}

.menuMemberAreaLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

    .menuMemberAreaLogin a {
        padding: 0px 5px;
        color: #414141;
        white-space: nowrap;
    }

        .menuMemberAreaLogin a:hover {
            text-decoration: underline;
        }

    .menuMemberAreaLogin img {
        max-width: 30px;
        border-radius:50%;
    }
    .member_data_edit {
        display:none;
    }
.menuMemberAreaLogined {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
    .menuMemberAreaLogined a {
        padding: 0px 5px;
        color: #414141;
        white-space: nowrap;
    }

        .menuMemberAreaLogined a:hover {
            text-decoration: underline;
        }

        .menuMemberAreaLogined a:first-of-type {
            position: relative;
            padding-right: 18px;
            margin-right: 10px;
        }

            .menuMemberAreaLogined a:first-of-type::after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 5px 0 5px;
                border-color: #549e9c transparent transparent transparent;
            }

    .menuMemberAreaLogined img {
        max-width: 30px;
    }
@media screen and (max-width: 768px) {
    .menuMemberAreaLogined a:first-of-type {
        position: relative;
        padding-right: 0px;
        margin-right: 10px;
    }

        .menuMemberAreaLogined a:first-of-type::after {
            display: none;
        }
}
.goToTravelMap a,
.goSearchIcon a {
    display: block;
    color: #414141;
}

    .goToTravelMap img,
    .goSearchIcon img {
        width:30px;
        max-width: 30px;
        cursor:pointer;
    }

.goToTravelMap {
    margin-right: 15px;
}

.goSearchIconSpan {
    display: none;
}

@media screen and (max-width: 1600px) {
    .headerNav {
        padding-left: 3%;
    }
}
@media screen and (max-width: 1460px) {
    .headerMenuContainer .logo {
        width: 95px;
        height: 34px;
    }

    .menuMemberArea {
        margin-left: 30px;
    }

    .headerNavFirstMenuA,
    .headerNavSecondMenuA,
    .headerNavThirdMenuA {
        padding: 10px 12px;
    }

    .goToTravelMap {
        margin-right: 8px;
    }

        .goToTravelMap a,
        .goSearchIcon a {
            width: 25px;
            height: 25px;
        }
}
@media screen and (max-width: 1280px) {
    .headerMenuContainer .logo {
        width: 106px;
        height: 38px;
    }

    .menuMemberArea {
        margin-left: 30px;
    }

    .headerNavFirstMenuA,
    .headerNavSecondMenuA,
    .headerNavThirdMenuA {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 1080px) {
    .headerNavFirstMenuA,
    .headerNavSecondMenuA,
    .headerNavThirdMenuA {
        padding: 8px 10px;
        font-size: 0.9rem;
    }

    .menuMemberAreaLogin {
        margin-right: 8px;
    }

        .menuMemberAreaLogin img {
            max-width: 25px;
        }

    .goToTravelMap,
    .goSearchIcon {
        width: 25px;
        height: 25px;
    }

    .goToTravelMap {
        margin-right: 8px;
    }
}

@media screen and (max-width: 960px) {
    .headerNav {
        display: none;
        padding-left: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 5px 0px;
    }

    .goSearchIcon {
        display: none;
    }

    .headerNavSecondMenu {
        left: 0%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .headerNavFirstMenuLi::before {
        bottom: 3px;
    }
}

@media screen and (max-width: 767px) {
    .headerMenuContainer {
        padding: 10px 20px;
    }

    .headerNav {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 100vh;
        padding: 0px 0;
        background-color: #549e9b;
    }

        .headerNav::after {
            content: "";
            width: 100%;
            min-height: 100vh;
            background-color: rgba(0, 0, 0, 0.7);
            display: block;
        }

    .menuIcon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

        .menuIcon svg {
            max-width: 24px;
            max-height: 24px;
        }

    .headerRwdTotalMenuLi {
        display: block;
    }

    .headerNavFirstMenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .headerNavFirstMenuLi:hover .headerNavSecondMenu {
        display: none;
    }

    .headerNavFirstMenuLi a {
        border-bottom: 1px solid #fff;
    }

    .headerNavSecondMenuLi:hover .headerNavThirdMenu {
        display: none;
    }

    .headerNavSecondMenu {
        display: none;
        position: relative;
        background-color: #549e9b;
        -webkit-filter: drop-shadow(0px 0px 0px #797979);
        filter: drop-shadow(0px 0px 0px #797979);
        border-radius: 0px;
        background-color: #badfd9;
    }

    .headerNavThirdMenu {
        display: none;
        position: relative;
        left: 0;
        background-color: #549e9b;
        -webkit-filter: drop-shadow(0px 0px 0px #797979);
        filter: drop-shadow(0px 0px 0px #797979);
        border-radius: 0px;
    }

    .headerNavFirstMenuA,
    .headerNavSecondMenuA,
    .headerNavThirdMenuA {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 1rem;
    }

    .headerNavSecondMenuA {
        padding: 8px 10px 8px 3rem;
        color: #000;
    }

    .headerNavThirdMenuA {
        padding: 8px 10px 8px 4rem;
    }

    .menuMemberArea {
        width: 100%;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .menuMemberArea img {
            max-width: 24px;
            max-height: 24px;
        }

    .menuMemberAreaLogin {
        color: #fff;
        padding: 10px 10px 10px;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #fff;
    }

        .menuMemberAreaLogin a {
            color: #fff;
        }

    .goToTravelMap {
        width: 100%;
        padding: 8px 10px 8px;
        border-bottom: 1px solid #fff;
    }

        .goToTravelMap a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            .goToTravelMap a img {
                max-width: 24px;
                max-height: 24px;
                margin-right: 5px;
            }

    .goSearchIconSpan {
        display: inline-block;
        color: #fff;
    }
}
.footer {
  background-color: #549e9b; }
  .footer .footer_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 0;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    padding: 50px 14px; }
  .footer .footer_logo {
    margin-right: 2.5%;
    min-width: 121px; }
  .footer .footer_info {
    width: 77%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
.footer_menu_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  .footer .footer_menu a {
    padding: 10px 20px 10px;
    color: #fff; }
    .footer .footer_menu a:hover {
      text-decoration: underline; }
  .footer .footer_icon {
    width: 37px;
    height: 37px; }
    .footer .footer_icon svg {
      width: 100%;
      height: 100%; }
  .footer .footer_sns {
      justify-content:flex-end;
    width: 21%; }
    .footer .footer_sns li + li {
      margin-left: 10px; }
    .footer .footer_sns a:hover {
      -webkit-filter: drop-shadow(2px 2px 2px #2e2e2e);
              filter: drop-shadow(2px 2px 2px #2e2e2e); }
.footer p {
    padding: 10px 20px 10px;
    font-size: 15px;
}
    .footer p a {
        color: #f7d36c;
    }
    .footer p a:hover {
        text-decoration:underline;
    }

@media screen and (max-width: 1100px) {
  .footer .footer_menu a {
    padding: 10px 12px 10px; } }

@media screen and (max-width: 960px) {
    .footer .footer_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 14px;
    }

    .footer .footer_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 769px) {
  .footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 14px; }
  .footer .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .footer .footer_logo {
    margin: 0 auto;
    width: 16%; }
  .footer .footer_menu a {
    padding: 8px 12px; }
  .footer .footer_sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2% 0; }
  .footer p {
    text-align: center; } }

@media screen and (max-width: 900px) and (orientation: landscape) {
  .footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer .footer_menu a {
    padding: 10px 6px 10px; }
  .footer .footer_info {
    width: 90%; }
  .footer .footer_logo {
    margin-right: 2%;
    width: 12%; } }

@media screen and (max-width: 767px) {
  .footer .footer_logo {
    width: 25%;
    margin-bottom: 2%; }
  .footer .footer_menu a {
    font-size: 0.9rem; } }

@media screen and (max-width: 320px) {
  .footer .footer_container {
    padding: 20px 10px; }
  .footer .footer_menu a {
    padding: 6px 10px;
    font-size: 0.8rem; } }

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page_left {
    width: calc(100% - 350px);
}

.page_right {
    width: 300px;
    max-width: 300px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .page_left {
        width: calc(100% - 310px);
    }
}

@media screen and (max-width: 820px) {
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page_left {
        width: 100%;
        margin: 0 auto;
    }

    .page_right {
        width: 100%;
        max-width:unset;
    }
    .RIGHT_area {
        width: 100%;
    }

    .side_popular_articles,
    .now_holding_event {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .side_popular_articles li,
        .now_holding_event li {
            width: calc(50% - 20px);
            margin-right: 30px;
        }
}

@media screen and (max-width: 767px) {
    .page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_left {
        width: 100%;
        margin-bottom: 10%;
    }

    .page_right {
        width: 100%;
    }
}


.headerRightContent {
    display: none;
}

.RwdMenuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .RwdMenuBtn span {
        position: relative;
        display: block;
        height: 3px;
        border-radius: 3px;
        width: 100%;
        background-color: #549e9b;
    }

        .RwdMenuBtn span::before, .RwdMenuBtn span::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            background-color: #549e9b;
        }

        .RwdMenuBtn span::before {
            top: -10px;
        }

        .RwdMenuBtn span::after {
            bottom: -10px;
        }

.RwdSearchBtn {
    display: inline-block;
    width: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.rwdHiddenIcon {
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 960px) {
    .headerRightContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rwdHiddenIcon {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.bread_crumb_area_bg {
    background-color: #549e9b;
}

.bread_crumb_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 14px;
    font-size: 1rem;
    height:40px;
}

.bread_crumb_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 14px;
    font-size: 1rem;
}

.breadcrumb {
    color: #fff;
}

    .breadcrumb a {
        color: #fff;
    }

    .breadcrumb li + li:before {
        content: ">";
        font-weight: 900;
        margin: 10px;
    }

.marquee {
    height: 40px;
    overflow: hidden;
    text-align: center;
    z-index: 5;
}

.marquee_ul {
    margin-top: 0;
}

.marquee_li {
    width: 100%;
    text-align: right;
    padding: 5px;
}

    .marquee_li a {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
        display: inline-block;
        line-height: 30px;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: relative;
    }

@media screen and (max-width: 767px) {
    .bread_crumb_area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 2% 0 2%;
    }

    .breadcrumb {
        padding-left: 14px;
    }

    .marquee {
        display: none;
        width: 100%;
        margin-bottom: 3%;
        background-color: #549e9b;
        text-align: left;
        padding-left: 14px;
    }  }


.fixed_btns {
    position: fixed;
    right: 9.89vw;
    bottom: 4.6875vw;
    display: none;
    width: 5%;
    z-index: 9;
}

.go_top_btn {
    max-width: 60px;
    margin: 10px auto;
    cursor: pointer;
}

.side_advance_search_btn {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px; }

.cat_icon4 {
  position: absolute;
  width: 70%;
  bottom: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (max-width: 1680px) {
  .fixed_btns {
    right: 2vw;
    bottom: 10vw; } }

@media screen and (max-width: 900px) and (orientation: landscape) {
  .fixed_btns {
    width: 5%; } }

@media screen and (max-width: 768px) {
  .fixed_btns {
    width: 10%;
    min-width: 45px; } }

.main_search_area {
  display: none;
  z-index: 12;
  position: fixed;
  height: 90vh;
  width: 61.041vw;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.advance_search_form {
  width: 92.15%;
  max-width: 1088px;
  max-height: 100%;
  overflow-y: scroll;
  margin: 0% auto;
  background-color: #fff;
  padding: 2.5% 2% 0;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .advance_search_form::-webkit-scrollbar {
    display: none; }
  .advance_search_form h3 {
    background-color: #bfdee6;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1.25rem;
    margin-bottom: 2.5%;
    color: #164e5d;
    font-weight: bold; }
  .advance_search_form .search_input {
    width: 100%; }

.search_area_title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 3%; }
  .search_area_title::before, .search_area_title::after {
    content: "";
    width: calc(48% - 4rem);
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("/images/dash-2.png");
    background-size: cover;
    background-repeat: repeat; }
  .search_area_title::before {
    left: -5px; }
  .search_area_title::after {
    right: -5px; }

.close_search_btn {
  position: absolute;
  right: 2%;
  top: -1%;
  width: 5.3%;
  cursor: pointer;
  z-index: 5; }
  .close_search_btn:hover {
    -webkit-filter: contrast(2);
            filter: contrast(2); }

.advance_search_hot_keywords {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2% 0 2.5%; }
  .advance_search_hot_keywords span {
    display: inline-block;
    font-size: 1rem;
    color: #549e9b;
    margin-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    width: auto; }
  .advance_search_hot_keywords a {
    background-color: #549e9b;
    color: #fff;
    border-radius: 20px;
    padding: 5px 6px;
    margin-right: 2%;
    margin-bottom: 5px; }
    .advance_search_hot_keywords a:hover {
      background-color: #86BAB1; }

.advance_search_type_area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.0625rem;
  margin-bottom: 10px; }
  .advance_search_type_area span {
    padding: 5px 10px; }

.area_choices_box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%; }

.area_choice {
  position: relative;
  margin-bottom: 1.5%;
  font-size: 1.0625rem;
  color: #414141; }
  .area_choice::before, .area_choice::after {
    content: "";
    position: absolute;
    background-color: #bababa;
    height: 14px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .area_choice::before {
    left: 0%; }
  .area_choice::after {
    right: 0%;
    margin-right: -1px; }
  .area_choice label {
    border-radius: 50px;
    padding: 5px 16px;
    margin: 0 10px;
    background-color: #fff;
    cursor: pointer; }
    .area_choice label:hover {
      background-color: #549e9b;
      color: #fff; }
  .area_choice input {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -50%;
    top: -50%;
    border: none; }
    .area_choice input:checked + label {
      background-color: #549e9b;
      color: #fff; }

.type_choices_box .type_choices_menu {
  float: left;
  clear: both;
  list-style-type: none; }
  .type_choices_box .type_choices_menu li {
    float: left;
    text-decoration: none;
    border-radius: 20px 20px 0 0;
    border: 1px solid #303030;
    border-bottom: none; }
    .type_choices_box .type_choices_menu li a {
      padding: 8px 40px;
      color: #414141;
      display: block; }
  .type_choices_box .type_choices_menu li.type_choices_current {
    position: relative;
    background-color: #549e9b;
    border: 1px solid transparent; }
    .type_choices_box .type_choices_menu li.type_choices_current a {
      color: #fff; }
  .type_choices_box .type_choices_menu .type_choice_tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    clear: both; }

.type_choices_box .type_choice_tab_content {
  padding: 2% 0;
  display: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.type_choices_box #type_choice_1 {
  display: block; }

.type_choices_box .type_choice_item_group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.type_choices_box .type_choice_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.type_choice_item {
  position: relative;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 3%; }

.type_choice_item label {
  cursor: pointer;
  display: inline;
  vertical-align: top;
  clear: both;
  padding-left: 5px; }
  .type_choice_item label::before, .type_choice_item label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0; }
  .type_choice_item label::before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0.125em;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s; }

.type_choice_item input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit; }

.type_choice_item input[type="checkbox"]:checked + label:before {
  background: #549e9b;
  border: none; }

.type_choice_item input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate(0.25em, 0.33654em) rotate(-45deg);
      -ms-transform: translate(0.25em, 0.33654em) rotate(-45deg);
          transform: translate(0.25em, 0.33654em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none; }

.go_advance_search {
  display: inline-block;
  margin: 3% auto;
  padding: 10px 6%;
  background-color: #549e9b;
  color: #fff;
  border-radius: 10px; }
  .go_advance_search:hover {
    background-color: #549e9b; }

.main_search_area_cover {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 10; }

@media screen and (max-width: 1200px) {
  .main_search_area {
    width: 80%; } }

@media screen and (max-width: 769px) {
  .main_search_area {
    width: 90%; }
  .advance_search_form {
    padding: 3% 3% 0; }
    .advance_search_form .search_input input {
      padding: 10px; }
  .styled_checkbox:hover + label:before {
    background: none; }
  .area_choice label {
    padding: 5px 14px; }
  .close_search_btn {
    right: -4%;
    width: 7.3%; } }

@media screen and (max-width: 767px) {
  .main_search_area {
    width: 100%;
    height: 100%; }
  .search_area_title {
    font-size: 1.5rem; }
  .advance_search_form {
    max-height: 100vh;
    width: 100%;
    height: 100%;
    border-radius: 0; }
    .advance_search_form h3 {
      padding: 6px 12px;
      font-size: 1.2rem;
      margin-bottom: 5%; }
    .advance_search_form .search_input input {
      padding: 10px; }
  .advance_search_type_area span {
    width: 18%;
    padding: 1px 10px; }
  .advance_search_type_area .area_choices_box {
    width: 85%; }
  .area_choice label {
    border-radius: 40px;
    padding: 4px 7px;
    margin: 0 8px;
    font-size: 0.9rem; }
  .styled_checkbox + label {
    font-size: 0.9rem; }
  .type_choices_box .type_choices_menu li a {
    padding: 5px 15px; }
  .type_choices_box .type_choice_tab_content {
    padding: 5%; }
  .close_search_btn {
    right: 1%;
    top: 1%;
    width: 10%; } }

@media screen and (max-width: 600px) {
  .advance_search_hot_keywords {
    font-size: 0.9rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 320px) {
  .advance_search_type_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .advance_search_type_area span,
    .advance_search_type_area .area_choices_box {
      width: 100%; }
  .advance_search_hot_keywords span {
    margin-right: 8px; }
  .type_choices_box .type_choices_menu li {
    border-radius: 10px 10px 0 0; }
    .type_choices_box .type_choices_menu li a {
      padding: 4px 10px; } }

.side_popular_articles_h3,
.now_holding_event_h3 {
  background-color: #549e9b;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  font-size: 1.25rem;
  margin: 15px 0 15px;}

.side_popular_articles a {
  display: block;
  font-weight:bold;
  color: #414141;
  margin-bottom: 15px; }
  .side_popular_articles a:hover {
    color: #549e9b;
    font-weight: bold; }

.side_popular_articles h3 {
    padding: 5px 0 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 1.125rem;
}

.now_holding_event a {
    display: block;
    font-weight: bold;
    color: #414141;
    margin-bottom: 8%;
}
  .now_holding_event a:hover p {
    color: #549e9b;
    font-weight: bold; }
  .now_holding_event a p {
    padding: 5px 0 0;
    font-size: 1.125rem; }
  .now_holding_event a img {
    margin: 0 auto; }

@media screen and (max-width: 767px) {
    .RIGHT_area {
        width: 100%;
    }
    .side_popular_articles,
    .now_holding_event {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        .side_popular_articles li,
        .now_holding_event li {
            width: calc(50% - 20px);
            margin-right: 30px;
        }
    .side_popular_articles li:nth-of-type(2n),
    .now_holding_event li:nth-of-type(2n) {
      margin-right: 0; }
  .side_popular_article_cover h4 {
    width: 90%; }
  .side_popular_articles_h3 {
    font-size: 1.2rem; }
  .now_holding_event_h3 {
    font-size: 1.3rem;} }

.pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2% 0;
}

.page_item {
  font-size: 0; }

.page_link {
  text-align:center;
  display: block;
  min-width:45px;
  padding: 10px 18px;
  color: #aaa;
  font-size: 1rem;
  background-color: #eee;
  border-radius: 10px; }
  .page_link:hover {
    color: #fff;
    background-color: #549e9b; }
  .page_link .fa-chevron-left {
    position: relative; }
  .page_link .fa-chevron-right {
    padding: 0px;
    background-image: none;
    position: relative; }
  .page_link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.page_nums li {
  margin: 0 10px; }

.page_link_active {
  color: #fff;
  background-color: #549e9b; }

.pagination_previous_span,
.pagination_next_span {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 0;
  height: 0; }

@media screen and (max-width: 767px) {
  .page_nums li {
    margin: 0 5px; }
  .page_link {
    padding: 8px 10px; } }

@media screen and (max-width: 320px) {
  .page_link {
    padding: 8px 8px; } }

.menu_search_lightbox {
  display: none;
  width: 100%;
  min-height: 100vh;
  z-index: 12;
  position: fixed;
  background-color: #3d8fa3e7;
  padding: 5% 0 0; }

.menu_search_form {
  width: 80%;
  max-width: 915px;
  margin: auto;
  border-radius: 20px;
  position: relative;
  padding: 6.5% 0 0; }

.close_search_btn_2 {
  position: absolute;
  right: 0%;
  top: 2%;
  cursor: pointer; }
  .close_search_btn_2:hover {
    -webkit-filter: contrast(2);
            filter: contrast(2); }

.menu_search_input {
  margin: 0% auto 7%;
  width: 81.96%;
  max-width: 750px;
  position: relative; }
  .menu_search_input input {
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 20px;
    outline: none;
    font-size: 1rem;
    margin: 0 auto;
    background-color: #e5f7fc; }

.menu_search_go_search_btn {
  position: absolute;
  right: 2%;
  top: 50%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .menu_search_go_search_btn i {
    color: #0b3c4c;
    font-size: 1.5rem; }
  .menu_search_go_search_btn:hover i {
    color: #41b1ce; }

.menu_search_keyword {
  color: #a4dcec; }
  .menu_search_keyword a {
    padding: 8px 12px;
    background-color: #6ccce5;
    border-radius: 20px;
    color: #fff;
    margin: 0 10px 10px; }
    .menu_search_keyword a:hover {
      color: #414141; }

.menu_search_lightbox_cover {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 10; }

@media screen and (max-width: 768px) {
  .menu_search_form {
    padding-top: 15%; }
  .menu_search_input {
    width: 100%; }
    .menu_search_input input {
      padding: 10px 20px; }
  .close_search_btn_2 {
    width: 10%; }
  .menu_search_keyword a {
    padding: 4px 10px;
    margin: 0 7px 10px; } }

.hidden_side_AD {
  display: none;
  width: 90%;
  margin: 0% auto 5%; }
  .hidden_side_AD a {
    display: block; }

@media screen and (max-width: 767px) {
  .hidden_side_AD {
    display: block; } }

.alert_box_collect_overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.4); }

.alert_box_collect_content {
  width: 500px;
  margin: 0 auto;
  z-index: 15;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 10px; }
  .alert_box_collect_content h3 {
    padding: 20px 0px;
    background-color: #549e9b;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 1.75rem; }

.alert_box_collect_choose_type {
  display: none; }

.save_to_collection_ul {
  height: 400px;
  overflow: auto;
  overflow-x: hidden;
  margin: 5px 5px 5px 0; }
  .save_to_collection_ul::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #86BAB1; }
  .save_to_collection_ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f6f6f6; }
  .save_to_collection_ul li:last-child {
    border-bottom: none; }
  .save_to_collection_ul li a {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #414141;
    font-size: 1.5rem; }
    .save_to_collection_ul li a:hover {
      color: #fff;
      background-color: #549e9b; }
  .save_to_collection_ul li .collect_type_img {
    width: 4.68vw;
    height: 4.68vw;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #505050;
    position: relative; }
    .save_to_collection_ul li .collect_type_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.alert_close_btn {
  position: absolute;
  right: -25px;
  top: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px; }
  .alert_close_btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1); }
.NoDataText{font-size:1.5rem;font-weight:700;text-align:center;padding:15px;background:#f4f4f4;margin-top:50px}.adblock{max-width:100%;overflow:hidden;justify-content:center}.menu_title{color:#126860;border-radius:0;border-bottom:3px solid #009688;padding:5px;font-weight:bolder;margin:10px;line-height:50px}.pop_main{display:flex;align-items:center;bottom:5px;left:5px;margin:auto;position:fixed;width:60%;min-width:220px;max-width:400px;z-index:25}.pop_main span{height:32px;margin:4px;overflow:hidden;padding:4px;position:absolute;right:0;width:32px;cursor:pointer}
@media screen and (max-width: 600px) {
  .alert_box_collect_content {
    width: 85%; }
  .alert_box_collect_content h3 {
    padding: 10px 0px;
    font-size: 1.5rem; }
  .alert_close_btn {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px; }
  .save_to_collection_ul li .collect_type_img {
    width: 10vw;
    height: 10vw; }
  .save_to_collection_ul li a {
    font-size: 1.2rem; } }

.alert_box_collect_done, .alert_box_collect_type_done {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px #3a3a3aaf;
          box-shadow: 3px 3px 3px #3a3a3aaf;
  border-radius: 15px;
  white-space: nowrap;
  padding: 2% 3%; }
  .alert_box_collect_done p, .alert_box_collect_type_done p {
    font-size: 1.5rem; }
    .alert_box_collect_done p span, .alert_box_collect_type_done p span {
      font-weight: bold; }

@media screen and (max-width: 600px) {
  .alert_box_collect_done p, .alert_box_collect_type_done p {
    font-size: 1.3rem; } }

.alert_box_collect_new {
  display: none; }

.add_new_collect_type {
  width: 100%;
  padding: 5% 4% 5%; }
  .add_new_collect_type input {
    width: 100%;
    outline: none;
    border: 1px solid #484848;
    border-radius: 5px;
    margin-bottom: 3%;
    font-size: 1.25rem;
    padding: 2%; }
    .add_new_collect_type input:focus {
      border: 2px solid #484848; }

.add_new_collect_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.new_collect_btn {
  border-radius: 15px;
  border: none;
  color: #fff;
  padding: 1% 5%;
  font-size: 1.5rem;
  cursor: pointer; }

.new_cancel_btn {
  background-color: #a7a7a7; }
  .new_cancel_btn:hover {
    background-color: #cfcfcf;
    color: #000; }

.new_add_btn {
  background-color: #549e9b; }
  .new_add_btn:hover {
    background-color: #86BAB1; }

@media screen and (max-width: 600px) {
  .add_new_collect_type input {
    font-size: 1.2rem; }
  .new_collect_btn {
    font-size: 1.2rem; } }

.alert_box_collect_edit {
  display: none; }
  .alert_box_collect_edit .edit_type_btns {
    font-size: 1.5rem;
    text-align: center;
    padding: 0 5px; }
    .alert_box_collect_edit .edit_type_btns li {
      border-bottom: 1px solid #484848; }
      .alert_box_collect_edit .edit_type_btns li:last-of-type {
        border-bottom: none; }
    .alert_box_collect_edit .edit_type_btns a {
      display: block;
      padding: 3%; }
    .alert_box_collect_edit .edit_type_btns .edit_type_btn {
      color: #414141; }
      .alert_box_collect_edit .edit_type_btns .edit_type_btn:hover {
        text-decoration: underline; }
    .alert_box_collect_edit .edit_type_btns .delet_this_type_btn {
      color: #8d8d8d; }
      .alert_box_collect_edit .edit_type_btns .delet_this_type_btn:hover {
        text-decoration: underline; }

.alert_box_collect_edit_name {
  display: none; }

.edit_collect_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.edit_collect_btn {
  border-radius: 15px;
  border: none;
  color: #fff;
  padding: 1% 5%;
  font-size: 1.5rem;
  cursor: pointer; }

.edit_cancel_btn {
  background-color: #a7a7a7; }
  .edit_cancel_btn:hover {
    background-color: #cfcfcf;
    color: #000; }

.edit_check_btn {
  background-color: #549e9b; }
  .edit_check_btn:hover {
    background-color: #86BAB1; }

@media screen and (max-width: 600px) {
  .alert_box_collect_edit .edit_type_btns {
    font-size: 1.2rem; }
  .edit_collect_btn {
    font-size: 1.2rem; } }

.alert_box_collect_delete {
  display: none; }
  .alert_box_collect_delete p {
    font-size: 1.5rem;
    text-align: center;
    margin: 5% 0; }

.delete_collect_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 3% 0; }

.delete_collect_btn {
  border-radius: 15px;
  border: none;
  color: #fff;
  padding: 1% 5%;
  font-size: 1.5rem;
  cursor: pointer; }

.delete_cancel_btn {
  background-color: #a7a7a7; }
  .delete_cancel_btn:hover {
    background-color: #cfcfcf;
    color: #000; }

.delete_check_btn {
  background-color: #549e9b; }
  .delete_check_btn:hover {
    background-color: #41b1ce; }

@media screen and (max-width: 600px) {
  .alert_box_collect_delete p {
    font-size: 1.2rem; }
  .delete_collect_btn {
    font-size: 1.2rem; } }

.article_right_talk_area {
  position: absolute;
  padding: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1e7;
  z-index: 5;
  display: none; }

.talk_reply_box_1st {
  border: 3px solid #549e9b;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 5px;
  display: none; }
  .talk_reply_box_1st .R_article_talk_box_1st_input {
    width: 95%;
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    outline: none;
    font-size: 1.125rem;
    margin-bottom: 9%; }
    .talk_reply_box_1st .R_article_talk_box_1st_input:focus {
      border: 1px solid #549e9b; }

.R_article_talk_box_container {
  position: relative;
  left: 0%;
  background-color: #fff;
  padding: 20px;
  border: 3px solid #549e9b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  display: none; }

.R_article_talk_box_1st {
  width: 100%;
  margin: 0 auto 5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #bebebe; }

.R_talk_up {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3%; }

.R_talk_level1_judge {
  width: 24%;
  color: #000;
  font-size: 1.25rem; }
  .R_talk_level1_judge i {
    font-size: 1.5rem; }

.R_talk_level1_judge_push i {
  color: #549e9b; }

.R_talk_level1_judge_Boo i {
  color: #000; }

.R_talker_ID_box {
  width: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.R_talker_ID {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #549e9b;
  font-size: 1.0625rem; }

.R_talk_more_action {
  position: relative;
  padding: 0 8px;
  cursor: pointer;
  display: block; }

.R_talk_more_action_list {
  position: absolute;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  right: 5px;
  top: 110%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  display: none; }
  .R_talk_more_action_list a {
    display: block;
    padding: 10px 15px;
    color: #000; }
    .R_talk_more_action_list a:hover {
      background-color: #549e9b;
      color: #fff; }

.talk_more_action {
  display: none; }

.talk_more_action:checked + .R_talk_more_action_list {
  display: block; }

.R_talk_word {
  font-size: 1.375rem; }

.R_talk_date {
  font-size: 0.9375rem;
  color: #aaa;
  width: 30%; }

.R_talk_down_heart {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.R_talk_down_push,
.R_talk_down_Boo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .R_talk_down_push i,
  .R_talk_down_Boo i {
    font-size: 1.3rem;
    margin-right: 5px; }

.R_talk_down_push {
  margin-right: 10px; }
  .R_talk_down_push i {
    color: #549e9b; }

.R_article_talk_box_2nd_container {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 5%;
  padding-bottom: 3%; }

.R_article_talk_box_2nd_content {
  padding-bottom: 5%; }
  .R_article_talk_box_2nd_content .talk_box_2nd_swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto 5%;
    padding-left: 8px;
    border-left: 3px dotted #aaa; }
  .R_article_talk_box_2nd_content .swiper-wrapper {
    height: 100%;
    padding-left: 5px; }

.R_article_talk_box_2nd {
  margin-bottom: 5%; }

.R_article_talk_box_2nd_btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0 4%; }

.R_article_talk_box_2nd_next,
.R_article_talk_box_2nd_prev {
  position: relative;
  bottom: -0%;
  top: auto;
  width: 32px;
  height: 32px;
  background-size: contain; }

.R_article_talk_box_2nd_next {
  right: calc(0% - 10px);
  background-image: url(/images/arrow_btn_right.png); }

.R_article_talk_box_2nd_prev {
  left: calc(0% - 10px);
  background-image: url(/images/arrow_btn_left.png); }

.R_article_talk_reply input[type="text"] {
  width: 90%;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  outline: none;
  font-size: 1.125rem;
  margin-bottom: 9%; }
  .R_article_talk_reply input[type="text"]:focus {
    border: 1px solid #549e9b; }

.R_talk_reply_judge_btns {
  margin-bottom: 3%; }
  .R_talk_reply_judge_btns input[type="radio"] {
    width: 1px;
    height: 1px;
    position: absolute;
    display: none; }
  .R_talk_reply_judge_btns input[type="radio"]:checked + .reply_judge_label {
    background-color: #ebecec; }
  .R_talk_reply_judge_btns .reply_judge_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px;
    color: #549e9b;
    cursor: pointer;
    border-radius: 5px; }
    .R_talk_reply_judge_btns .reply_judge_label span {
      color: #000;
      font-size: 20px; }
    .R_talk_reply_judge_btns .reply_judge_label i {
      font-size: 24px;
      margin-right: 5px; }
    .R_talk_reply_judge_btns .reply_judge_label i.fa-heart-broken {
      color: #000; }

.R_reply_btn {
  display: block;
  padding: 6px 13px;
  font-size: 1rem;
  color: #fff;
  border-radius: 10px; }

.R_reply_btn_send {
  background-color: #549e9b;
  margin-right: 8%; }
  .R_reply_btn_send:hover {
    background-color: #86BAB1; }

.R_reply_btn_cancel {
  background-color: #8f9597; }
  .R_reply_btn_cancel:hover {
    background-color: #707070; }

.border_focus {
  border: 3px solid #549e9b; }

@media screen and (max-width: 769px) {
  .article_page_right {
    width: 28%; }
  .talk_reply_box_1st {
    padding: 5px; }
  .R_article_talk_box_container {
    padding: 5px; }
  .R_talk_word,
  .R_talk_level1_judge {
    font-size: 1rem; }
  .R_talk_level1_judge_push i,
  .R_talk_level1_judge_Boo i {
    margin-right: 5px; }
  .R_talk_up,
  .R_talk_down_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .R_talk_level1_judge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .R_talker_ID_box,
  .R_talk_level1_judge,
  .R_article_talk_reply input[type="text"] {
    width: 100%; }
  .R_talker_ID_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .R_talker_ID,
  .R_talk_reply_judge_btns .reply_judge_label span,
  .R_article_talk_reply input[type="text"] {
    font-size: 0.9rem; }
  .R_talker_ID {
    width: 80%; }
  .R_talk_more_action {
    width: 10%; } }

@media screen and (max-width: 767px) {
  .R_reply_btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .R_article_talk_box_container,
  .talk_reply_box_1st {
    border: none;
    padding: 20px 10px 15px;
    border-radius: 0;
    margin-bottom: 0; }
  .article_page_right {
    width: 100%; }
  .article_right_talk_area {
    padding: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-box-shadow: 0px 0px 10px #000;
            box-shadow: 0px 0px 10px #000;
    max-height: 75%;
    overflow: scroll;
    height: auto; }
  .R_talk_up,
  .R_talk_down_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .R_talk_level1_judge {
    width: 24%; }
  .R_talker_ID_box {
    width: 60%; }
  .R_article_talk_box_1st {
    margin-bottom: 3%; }
  .R_talker_ID {
    width: 80%;
    text-align: right; }
  .R_talk_word {
    margin-bottom: 3%; }
  .R_article_talk_box_2nd_container {
    max-height: 250px;
    overflow-y: scroll;
    padding-bottom: 0; }
  .R_article_talk_box_2nd_content {
    padding-bottom: 0; }
  .R_article_talk_box_2nd_btns {
    display: none; }
  .R_article_talk_reply input[type="text"] {
    margin-bottom: 3%; }
  .R_article_talk_reply {
    padding-left: 10px; } }

.article_hot_talk_three {
  margin: 2% 0; }

.article_talk_box {
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(146, 146, 146, 0.7);
          box-shadow: 0px 0px 10px rgba(146, 146, 146, 0.7);
  padding: 10px;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .article_talk_box:nth-of-type(3) {
    margin-right: 0; }

.talk_up {
  margin-bottom: 3%; }

.talk_level1_judge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%; }
  .talk_level1_judge i {
    font-size: 1.5rem;
    margin-right: 5px;
    color: #549e9b; }

.talk_level1_judge_push i {
  color: #549e9b; }

.talk_level1_judge_Boo i {
  color: #000; }

.talker_ID {
  width: 70%;
  text-align: right; }
  .talker_ID a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    color: #549e9b;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.talk_word {
  font-size: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 3%; }

.talk_date {
  font-size: 14px;
  color: #aaa;
  width: 30%; }

.talk_down_heart {
  width: 60%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.talk_down_push,
.talk_down_Boo {
  font-size: 1rem; }
  .talk_down_push i,
  .talk_down_Boo i {
    font-size: 1.3rem; }

.talk_down_push {
  color: #549e9b;
  margin-right: 10px; }

.talk_down_Boo {
  color: #000; }

@media screen and (max-width: 769px) {
  .article_talk_box {
    width: 48%; }
    .article_talk_box:nth-of-type(3) {
      display: none; } }


.search_area {
    padding: 1% 2%;
    background-color: #f7f7f7e6;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-box-shadow: 3px 3px 3px #a0a0a0;
    box-shadow: 3px 3px 3px #a0a0a0;
}

.search_form {
    max-width: 818px;
    margin: 0 auto;
}


.search_area.search_area_sticky {
    top: 100%;
}


.search_input_content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search_input {
    width: 83.37%;
    margin: 0 auto;
    max-width: 500px;
}

    .search_input input {
        width: 100%;
        border: 1px solid #c7c7c7;
        padding: 8px 60px 8px 20px;
        outline: none;
        font-size: 1rem;
        -webkit-appearance: none;
        /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
        -moz-appearance: none;
        /* FireFox */
        appearance: none;
        margin: 0;
        border-radius:20px;
    }

        .search_input input:focus {
            -webkit-box-shadow: 0px 0px 6px 5px #ededed;
            box-shadow: 0px 0px 6px 5px #ededed;
            border: 1px solid #4899ae;
        }

    .search_input .go_search_btn {
        right: 0px;
        top: 0%;
        padding: 0px 26px;
        border-radius: 0 20px 20px 0px;
        height: 100%;
        background-color: #549e9b;
        color: #fff;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url(/images/search-01.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

        .search_input .go_search_btn:hover {
            background-color: #86BAB1;
        }

.advance_search_btn {
  border: 1px solid #c7c7c7;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px;
  color: #549e9b;
  font-size: 1rem; }
  .advance_search_btn img {
    margin-right: 10px; }

.hot_keywords {
    margin: 2% auto 0%;
    font-weight: bold;
    text-align: center;
}

    .hot_keywords a {
        padding: 3px 10px;
        background-color: #549e9b;
        color: #fff;
        margin: 2px 7px;
        font-weight: normal;
        border-radius:20px;
    }

        .hot_keywords a:hover {
            background-color: #86BAB1;
        }
       

@media screen and (max-width: 1200px) {
  .editor_choice_li img {
    max-height: 250px; }
}

@media screen and (max-width: 1000px) {
  .editor_choice_li img {
    max-height: 200px; } }

@media screen and (max-width: 769px) {
    .search_area {
        padding: 2%;
    }
    .search_input {
        width: 75%;
    }
        .search_input input {
            padding: 8px 55px 8px 10px;
        }
 }

@media screen and (max-width: 767px) {
  .hot_keywords {
    display: none; }
    .hot_keywords a {
      padding: 5px 8px;
      margin: 5px 4px;
      font-size: 0.9rem; }
   
  .search_form {
    padding: 3% 0;
    margin-bottom: 0; }
 }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .search_form {
    padding: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 650px) {
  .search_input {
    width: 90%; }
 }

.article_page {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.article_page_h2 {
  font-size: 1.75rem;
  font-weight:bold;
  color: #549e9b;
  border-left: 7px solid #549e9b;
  padding-left: 1rem;
  margin: 0% 0 4%; }

.article_information {
    min-height:47px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dotted #b8b8b8;
  padding-bottom: 5px; }

.article_information_left {
  position: relative;
  font-size:0.9rem;
}
  .article_information_left li {
    margin-right: 22px;
    color: #757575; }
    .article_information_left li img {
      margin-right: 16px; }
  .article_information_left .article_total_push,
  .article_information_left .article_total_Boo {
    font-size: 18px; }
    .article_information_left .article_total_push i,
    .article_information_left .article_total_Boo i {
      font-size: 1.5rem; }
  .article_information_left .article_total_push {
    color: #549e9b;
    margin-right: 10px; }
  .article_information_left .article_total_Boo {
    color: #4f4f4f; }
  .article_information_left .talk_switch_li {
    color: #549e9b; }
  .article_information_left .talk_switch[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden; }
  .article_information_left .talk_switch_label {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative; }
  .article_information_left .talk_switch_label:after {
    content: "";
    position: absolute;
    top: 1.5px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .article_information_left .talk_switch:checked + .talk_switch_label {
    background: #549e9b; }
  .article_information_left .talk_switch:checked + .talk_switch_label:after {
    left: calc(100% - 2px);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .article_information_left .talk_switch_label:active:after {
    width: 40px; }
  .article_information_left .talk_pre_hint_box {
    position: absolute;
    left: 100%;
    bottom: 0;
    border: 1px solid #707070;
    padding: 10px;
    width: 104%;
    background-color: #fff;
    border-radius: 20px;
    z-index: 2;
    font-size: 1.125rem; }
    .article_information_left .talk_pre_hint_box::after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: -18px;
      display: inline-block;
      width: 25px;
      height: 14px;
      background: url("/images/aritcle/hint_border.png") no-repeat;
      background-size: contain; }
  .article_information_left .talk_pre_hint_box_close {
    position: absolute;
    right: -5%;
    top: -0%;
    cursor: pointer; }

.article_actions {
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
  .article_actions .article_actions_a {
    width: 30px;
    height: 30px;
    margin: 5px; }
    .article_actions .article_actions_a:hover {
      opacity: 0.8; }

.share_action .share_submenu {
  background-color: #fff;
  border: 1px solid #888888;
  border-radius: 12px;
  position: absolute;
  bottom: 115%;
  left: calc(-100% + 25px);
  display: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .share_action .share_submenu::before, .share_action .share_submenu::after {
    /* 必須指定，才能顯示內容 */
    content: "";
    height: 0px;
    left: 70%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 必須指定，否則會變梯形 */
    position: absolute;
    width: 0px; }
  .share_action .share_submenu::before {
    border-color: #888888 transparent transparent;
    border-style: solid solid solid solid;
    border-width: 10px 20px 20px 20px;
    bottom: -30px; }
  .share_action .share_submenu::after {
    border-color: #fff transparent transparent;
    border-style: solid solid solid solid;
    border-width: 10px 20px 21px 20px;
    bottom: -30px; }
  .share_action .share_submenu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .share_action .share_submenu li a {
      display: block;
      height:30px;
      width: 30px;
      margin: 12px 7.5px; }
      .share_action .share_submenu li a:hover {
        opacity: 0.8; }

.share_action:hover .share_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.article_talk_tool_btn {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 110px;
  left: 100%;
  margin-left: 100%;
  display: block;
  width: 17%;
  cursor: pointer; }
  .article_talk_tool_btn img {
    position: absolute; }

.select_action_hint {
  position: fixed;
  left: 30%;
  bottom: 8%;
  background-color: #fff2ad;
  color: #414141;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1% 4%;
  display: none; }

.article_box {
  padding:2px;
  word-wrap: break-word; 
  max-width:100% !important;
}
  .article_box p {
    line-height: 1.8; }
*::-moz-selection {
    background-color: #7bc4c1;
    color: #fff;
}
*::selection {
    background-color: #7bc4c1;
    color: #fff;
}

.article_content {
  position: relative;
  font-size: 1.025rem;
  letter-spacing: 1px; }
  .article_content img {
    margin: 10px 0; }
  .article_content iframe {
    -webkit-box-sizing: unset;
            box-sizing: unset;
    max-width: 100%; }

.article_keywords {
    font-size: 1rem;
    margin: 2% 0;
    color: #549e9b;
}

    .article_keywords p {
        margin-bottom: 5px;
    }

    .article_keywords a {
        padding: 5px 8px;
        color: #86BAB1;
        margin: 0 5px 10px 0px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        border: 1px solid #86BAB1;
    }

        .article_keywords a:hover {
            background-color: #549e9b;
            color: #fff;
        }

.aritcle_h3 {
  font-size: 1.625rem;
  color: #549e9b;
  border-bottom: 2px dashed #549e9b;
  margin-bottom: 1.5%;
  padding-bottom: 1.5%; }
  .aritcle_h3 img {
    width: 32px;
    margin-right: 8px; }




.article_QA {
    border: 2px solid #86bab1;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 5%;
}

.QA_each {
    margin-bottom: 15px;
}

    .QA_each h3 {
        font-size: 1.25rem;
        color: #549e9b;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: pointer;
        display: inline-block;
    }

        .QA_each h3 span {
            transition: 0.5s;
            margin-left: 10px;
        }

.QA_arrow {
    border: solid #549e9b;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
}
 


.nearby_map {
    margin-bottom: 4%;
    text-align: center;
    height:485px;
}
  .nearby_map iframe {
    width: 93.75%;
    min-height: 415px; }

.cite_the_source {
    color: #549e9b;
    padding: 2% 0;
}
  .cite_the_source a {
    color: #353535; }
    .cite_the_source a:hover {
      text-decoration: underline; }

.further_readind {
    width: calc(100% - 1.5%);
    margin: 30px 0;
    border: 2px solid #549e9b;
    border-radius: 20px;
    padding: 35px 20px 15px;
    background-color: #fff;
}

    .further_readind::before {
        position: absolute;
        content: "";
        border-radius: 20px;
        padding: 20px;
        border: 2px solid #549e9b;
        width: 100%;
        height: 100%;
        bottom: -10px;
        right: -10px;
        background-color: #fff;
        z-index: -1;
    }
    .further_readind h2 {
        -webkit-transform: skew(-18deg);
        -ms-transform: skew(-18deg);
        transform: skew(-18deg);
        font-size:1.45rem;
    }
    .further_readind .further_readind_title {
        position: absolute;
        top: -0%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) skew(18deg);
        -ms-transform: translateX(-50%) translateY(-50%) skew(18deg);
        transform: translateX(-50%) translateY(-50%) skew(18deg);
        background-color: #549e9b;
        color: #fff;
        padding: 3px 30px;
        border-radius: 20px;
    }

        .further_readind .further_readind_title::before, .further_readind .further_readind_title::after {
            position: absolute;
            content: "";
            width: 20px;
            height: 10px;
            background-color: #fff;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .further_readind .further_readind_title::before {
            left: -20px;
        }

        .further_readind .further_readind_title::after {
            right: -20px;
        }

    .further_readind h3 {
        -webkit-transform: skew(-18deg);
        -ms-transform: skew(-18deg);
        transform: skew(-18deg);
        font-size: 1.625rem;
    }

    .further_readind li {
        position: relative;
        font-size: 1.125rem;
    }

        .further_readind li a {
            display: block;
            position: relative;
            padding: 5px 0 5px 1.5rem;
            color: #414141;
            border-bottom: 2px solid transparent;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            margin-bottom: 5px;
        }

            .further_readind li a::before {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #549e9b;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .further_readind li a:hover {
                border-bottom: 2px solid #549e9b;
            }


.related_articles {
  margin-bottom: 5%; }

.related_article_top {
  border-bottom: 1px solid #549e9b;
  padding: 1% 0 0%;
  margin-bottom: 2%; }
  .related_article_top .related_article_top_img {
    max-height: 510px; }
    .related_article_top .related_article_top_img img {
      max-height: 510px; }

.related_article_top,
.related_article_down {
    margin-bottom: 2%;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .related_article_top a,
  .related_article_down a {
    color: #414141; }
    .related_article_top a:hover > p,
    .related_article_down a:hover > p {
      text-decoration: underline;
      color: #549e9b; }
  .related_article_top img,
  .related_article_down img {
    margin: 0 auto; }
  .related_article_top p,
  .related_article_down p {
    margin: 2.8% 0 3%;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.related_article_down .related_article {
  width: 49%; }

.related_article_img {
  height: 227px; }
  .related_article_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.you_may_like_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #549e9b;
  padding: 0% 0 2.5%;
  margin-bottom: 2.5%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.you_may_like_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.you_may_like_right {
  width: 46.75%; }

.you_may_like_row2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .you_may_like_row2 .you_may_like_right {
    margin-left: 0px;
    margin-right: 10px; }

.you_may_like_article_s:hover p,
.you_may_like_article_L:hover p {
  color: #549e9b;
  text-decoration: underline; }

.you_may_like_article_s {
  height: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .you_may_like_article_s:nth-of-type(1) {
    border-bottom: 1px solid #549e9b;
    margin-bottom: 3%;
    padding-bottom: 3%; }
  .you_may_like_article_s p {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #414141; }

.you_may_like_article_s_img {
  width: 49%;
  max-height: 138px;
  margin-right: 10px; }
  .you_may_like_article_s_img img {
    max-height: 138px;
    margin: 0 auto; }

.you_may_like_article_s_img + p {
  width: 43.75%; }

.you_may_like_article_L p {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #414141; }

.you_may_like_article_L:hover p {
  color: #549e9b;
  text-decoration: underline; }

.you_may_like_article_L_img {
  max-height: 236px;
  margin-bottom: 10px; }
  .you_may_like_article_L_img img {
    max-width: 100%;
    max-height: 236px;
    margin: 0 auto; }

.artcle_author_info_content {
  border-bottom: 1px dotted #b9b9b9;
  padding-bottom: 5%; }

.artcle_author_head_img {
  width: 6.25vw;
  height: 6.25vw;
  max-width: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
  .artcle_author_head_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.artcle_author_info {
  width: 50%; }
    .artcle_author_info a {
        font-size: 1rem;
        color: #549e9b;
    }
    .artcle_author_info a:hover {
      text-decoration: underline; }
  .artcle_author_info p {
    font-size: 1rem;
    color: #757575; }

.this_author_articles {
  padding: 5% 3%; }
  .this_author_articles li a {
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 1rem;
    color: #414141;
    padding-left: 1.2rem; }
    .this_author_articles li a:hover {
      color: #549e9b; }
    .this_author_articles li a::before {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #549e9b;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

@media screen and (max-width: 1200px) {
  .article_page_h2 {
 
    padding-left: 1rem;
    margin-bottom: 3%; }
  .article_information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .article_information_left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3%; }
    .article_information_left li {
      margin-right: 6px; }
  .article_actions {
      height:40px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .share_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .share_action .share_submenu {
      position: relative;
      left: 0;
      top: 0;
      right: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .share_action .share_submenu::before, .share_action .share_submenu::after {
        left: 18%;
        top: 0;
        display: none; }
      .share_action .share_submenu li a {
          height:25px;
        width: 25px;
        margin: 6px 6px; } }

@media screen and (max-width: 769px) {
  .artcle_author_head_img {
    width: 10vw;
    height: 10vw; }
  .article_information_left .talk_pre_hint_box {
    position: absolute;
    left: 40%;
    bottom: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: calc(100% + 10px);
    background-color: #549e9b;
    color: #fff;
    border-radius: 10px; }
    .article_information_left .talk_pre_hint_box::after {
      display: none; }
  .related_article_img {
    height: 160px; } }

@media screen and (max-width: 767px) {
  .aritcle_h3,
  .further_readind h2 {
    font-size: 1.3rem; }
  .article_content {
    font-size: 1.025rem; }
  .article_page_h2 {
    font-size: 1.6rem;
    padding-left: 10px; }
  .article_information_left li img {
    margin-right: 5px; }
  .article_talk_tool_btn {
    margin-left: auto;
    margin-right: 0; }
  .article_keywords {
    font-size: 0.9rem;
    margin: 2% 0; }
    .article_keywords a {
        padding: 3px 5px;
    }
    .nearby_map {
        height:413px;
    }
  .nearby_map iframe {
    min-height: 350px; }
  .artcle_author_head_img {
    width: 28vw;
    height: 28vw; }
  .related_article_img {
    height: 190px; } }

@media screen and (max-width: 600px) {
  .artcle_author_info_content,
  .this_author_articles {
    display: none; }
  .aritcle_h3 {
    margin-bottom: 3%; }
  .article_information_left .talk_pre_hint_box {
    left: 30%;
    bottom: auto; }
  .further_readind li {
    font-size: 1rem; }
  .related_article_top .related_article_top_img {
    max-height: 350px; }
  .related_article_img {
    height: 120px; }
  .you_may_like_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1%; }
  .you_may_like_left,
  .you_may_like_right {
    width: 100%; }
  .you_may_like_article_s {
    border-bottom: 1px solid #60a7b9;
    margin-bottom: 3%;
    padding-bottom: 3%; }
  .you_may_like_article_L_img,
  .you_may_like_article_L_img img {
    max-height: 138px;
    margin-bottom: 0; }
  .you_may_like_article_L {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .you_may_like_article_L p {
      width: 43.75%;
      -webkit-line-clamp: 4; }
    .you_may_like_article_L img {
      margin-bottom: 10px; }
  .you_may_like_article_L .you_may_like_article_L_img {
    width: 49%;
    margin-right: 10px; }
  .artcle_author_head_img {
    width: 25vw;
    height: 25vw; }
  .select_action_hint {
    position: fixed;
    left: 50%;
    bottom: 8%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 20px;
    font-size: 1.5rem;
    padding: 3% 4%;
    white-space: nowrap; } }

@media screen and (max-width: 320px) {
  .article_page_h2 {
    font-size: 1.5rem; }
  .aritcle_h3,
  .further_readind h2 {
    font-size: 1.1rem; }
  .article_information_left {
    font-size: 0.8rem; }
  .article_keywords a {
    padding: 5px 7px;
    margin: 0 5px 8px 0; }
  .further_readind .further_readind_title {
    padding: 3px 25px; } }

.search_area_list {
  padding: 2%; }

.article_list_area {
  margin-bottom: 5%; }

.article_list_tabs {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 4%;
}

    .article_list_tabs li {
        width: 25%;
        text-align: center;
    }

        .article_list_tabs li a {
            font-size: 1.2rem;
            color: #414141;
            border-bottom: 5px solid transparent;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-bottom: 5px;
        }

            .article_list_tabs li a:hover {
                color: #549e9b;
                border-bottom: 5px solid #549e9b;
            }

                .article_list_tabs li a:hover .tab_icon path {
                    fill: #549e9b;
                }

            .article_list_tabs li a .tab_icon {
                width: 30px;
                height: 30px;
                margin-right: 5px;
            }

        .article_list_tabs li .article_list_tab_active {
            color: #549e9b;
            border-bottom: 5px solid #549e9b;
        }

            .article_list_tabs li .article_list_tab_active .tab_icon path {
                fill: #549e9b;
            }

.article_list_tab_content {
    position: relative;
}

.article_list_box_content {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3.5%;
    margin-bottom: 3.5%;
}

    .article_list_box_content:last-of-type {
        border-bottom: none;
    }

.article_list_box {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .article_list_box:last-of-type {
        border-bottom: none;
    }

    .article_list_box .article_list_img {
        display: inline-block;
        width: 45%;
        max-width: 360px;
        overflow: hidden;
    }

        .article_list_box .article_list_img img {
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .article_list_box .article_list_img:hover img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

.article_list_box_AD {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3.5%;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 3.5%;
}

.article_hashtag_area {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto 10px;
    overflow: hidden;
}

.article_hashtag_all {
    font-size: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    position: relative;
    line-height: 1.5;
    max-height: 40px;
    -webkit-transition: 0.3s max-height;
    -o-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

    .article_hashtag_all::before, .article_hashtag_all::after {
        content: "";
    }

    .article_hashtag_all::before {
        height: calc(100% - 26px);
        float: right;
    }

    .article_hashtag_all::after {
        width: 40px;
        height: 40px;
        position: absolute;
        margin-left: -100px;
        left: calc(100% + 60px);
        background: #fff;
    }

.article_hashtag_label {
    position: relative;
    float: right;
    clear: both;
    margin-left: 20px;
    font-size: 0.875rem;
    padding: 0 5px;
    line-height: 1.5;
    color: #fff;
    background-color: #146B67;
    cursor: pointer;
}

    .article_hashtag_label::after {
        content: "﹀";
    }

    .article_hashtag_label::before {
        content: "...";
        position: absolute;
        left: -5px;
        color: #333;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.article_hashtag_input {
    display: none;
}

    .article_hashtag_input:checked + .article_hashtag_all {
        max-height: none;
    }

        .article_hashtag_input:checked + .article_hashtag_all::after {
            visibility: hidden;
        }

        .article_hashtag_input:checked + .article_hashtag_all .article_hashtag_label::before {
            visibility: hidden;
        }

        .article_hashtag_input:checked + .article_hashtag_all .article_hashtag_label::after {
            content: "︿";
        }

.article_hashtag {
    display: inline-block;
    margin: 0 5px 6px 0;
    padding: 2px 5px;
    border: 1px solid #146B67;
    font-size: 1rem;
    color: #146B67;
}

    .article_hashtag:hover {
        color: #fff;
        background-color: #146B67;
    }


.article_list_box_info {
  width: 53.125%;
  padding: 0px 15px 0px; }
    .article_list_box_info h3 a, .article_list_box_info h2 a {
        color: #414141;
        font-size: 1.2rem;
        font-weight: bold;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
        color: #414141;
    }
        .article_list_box_info h3 a:hover, .article_list_box_info h2 a:hover {
            border-bottom: 1px solid #549e9b;
            color: #549e9b;
        }
  .article_list_box_info .artcle_author_info {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #757575;
    margin: 1% 0; }
  .article_list_box_info .artcle_p {
    font-size: 1rem;
    color: #414141;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 3%; }

.artcle_list_share_ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .artcle_list_share_ul a {
    width: 32px;
    height: 32px;
    display: block; }
    .artcle_list_share_ul a:hover {
      opacity: 0.8; }

.article_list_action_a {
  margin: 0 3px;
  position: relative; }

.article_list_share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .article_list_share:hover .artcle_list_share_submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.artcle_list_share_submenu {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .artcle_list_share_submenu a {
    display: block;
    margin: 0 3px; }

@media screen and (max-width: 1200px) {
  .article_list_tabs li a {
    font-size: 1.1rem; } }

@media screen and (max-width: 820px) {
    .article_list_tabs li a .tab_icon {
        display: none;
    }
}

@media screen and (max-width: 769px) {

  .article_list_tabs .article_list_box_info h3 a {
    font-size: 1.1rem; }
    .article_list_tabs li a {
        font-size: 1rem;
    }
  .article_list_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .artcle_list_share_ul a {
    width: 30px;
    height: 30px; } }

@media screen and (max-width: 767px) {
  .article_list_area {
    padding-top: 3%; }
  .article_list_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5%; }
  .article_list_box_AD {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5%; }
  .article_list_box {
    padding: 5% 0; }
    .article_list_box .article_list_img {
      display: inline-block;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      margin-bottom: 3%; }
      .article_list_box .article_list_img img {
        margin: 0 auto; }
  .article_list_box_info {
    width: 100%; }
    .article_list_box_info h3 a {
      font-size: 1.2rem; } }

@media screen and (max-width: 650px) {
  .article_list_tabs li a .tab_icon {
    display: none; } }

@media screen and (max-width: 321px) {
 
    .article_list_tabs li a .fas {
      margin-right: 1px; } }

.player_h3 {
  font-size: 2.1875rem;
  margin-bottom: 3%; }
  .player_h3 img {
    margin-right: 10px; }

.hot_palyer_this_month_rank_tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-bottom: 2px solid #e2e2e2; }
  .hot_palyer_this_month_rank_tabs li {
    width: 20%; }
    .hot_palyer_this_month_rank_tabs li a {
      border-bottom: 4px solid transparent;
      text-align: center; }
      .hot_palyer_this_month_rank_tabs li a svg {
        width: 60%;
        margin: 0 auto; }
    .hot_palyer_this_month_rank_tabs li .hot_palyer_this_month_tab_active .tab_icon path {
      fill: #fff; }
    .hot_palyer_this_month_rank_tabs li .hot_palyer_this_month_tab_active .tab_icon circle {
      fill: #549e9b;
      stroke: #549e9b; }
    .hot_palyer_this_month_rank_tabs li .hot_palyer_this_month_tab_active .tab_icon text {
      fill: #549e9b; }

.hot_palyer_this_month_tab_content {
  padding-top: 2%; }

.hot_palyer_this_month_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3% 8.75% 4.5%; }
  .hot_palyer_this_month_list li {
    width: 30%;
    margin-right: calc(10% / 2);
    margin-bottom: 6%; }
    .hot_palyer_this_month_list li:nth-child(3n) {
      margin-right: 0; }
  .hot_palyer_this_month_list a:hover .hot_player_head {
    border: 2px solid #c5c5c5;
    -webkit-box-shadow: 3px 3px 10px #dddddd;
            box-shadow: 3px 3px 10px #dddddd; }
  .hot_palyer_this_month_list a:hover h2 {
    color: #549e9b; }
  .hot_palyer_this_month_list .hot_player_head {
    width: 8.41vw;
    height: 8.41vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 3px solid #c5c5c5; }
    .hot_palyer_this_month_list .hot_player_head img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
  .hot_palyer_this_month_list h2 {
    font-weight: bold;
    text-align: center;
    margin: 2% 0 0;
    color: #414141;
    font-size: 1.3rem; }

.player_list_tabs {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 2%;
  padding-top: 1.9%; }
  .player_list_tabs li {
    width: 50%;
    text-align: center; }
    .player_list_tabs li a {
      width: 80%;
      margin: 0 auto;
      font-size: 2.0625rem;
      color: #414141;
      border-bottom: 5px solid transparent;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .player_list_tabs li a:hover {
        color: #549e9b;
        border-bottom: 5px solid #549e9b; }
    .player_list_tabs li .player_list_tab_active {
      color: #549e9b;
      border-bottom: 5px solid #549e9b; }

.player_list_tab_content {
  position: relative;
  margin-bottom: 4.5%; }

.player_list_silde {
  background-color: #f2f2f2;
  padding: 3% 8.75% 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto; }
  .player_list_silde ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .player_list_silde ul li {
      width: 30%;
      margin-right: calc(10% / 2);
      margin-bottom: 6.5%; }
      .player_list_silde ul li:nth-child(3n) {
        margin-right: 0; }
      .player_list_silde ul li:hover h2 {
        color: #549e9b;
        border-bottom: 2px solid #549e9b; }
      .player_list_silde ul li:hover p {
        color: #549e9b; }
      .player_list_silde ul li:hover .player_head {
        border: 2px solid #c5c5c5;
        -webkit-box-shadow: 3px 3px 10px #dddddd;
                box-shadow: 3px 3px 10px #dddddd; }
    .player_list_silde ul h2 {
      text-align: center;
      margin-bottom: 3%;
      border-bottom: 2px solid #000;
      font-weight: bold;
      font-size: 1.375rem;
      color: #414141;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 80px; }
      .player_list_silde ul h4 span {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
    .player_list_silde ul p {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      color: #707070;
      font-size: 1.0625rem;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .player_list_silde .player_head {
    width: 8.41vw;
    height: 8.41vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 1px solid #c5c5c5; }
    .player_list_silde .player_head img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }

.hot_palyer_list_next_btn,
.hot_palyer_list_prev_btn,
.player_list_next_btn,
.player_list_prev_btn,
.mascot_area_next_btn,
.mascot_area_prev_btn {
  width: 43px;
  height: 43px;
  margin-top: -22px;
  z-index: 10;
  background-color: #549e9b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  background-image: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat; }

.hot_palyer_list_next_btn,
.player_list_next_btn,
.mascot_area_next_btn {
  background-image: url(/images/arrow-right_01.svg); }

.hot_palyer_list_prev_btn,
.player_list_prev_btn,
.mascot_area_prev_btn {
  background-image: url(/images/arrow-left_01.svg); }

.mascot_area_next_btn,
.mascot_area_prev_btn {
  bottom: 1%;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.mascot_area .mascot_area_slide img {
  width: 100%;
  margin-bottom: 5%; }

.mascot_area .mascot_area_slide h3 {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  font-size: 2.1875rem; }

@media screen and (max-width: 1100px) {
  .player_list_silde ul h2 {
    font-size: 1.2rem; }
  .hot_palyer_list_next_btn,
  .hot_palyer_list_prev_btn,
  .player_list_next_btn,
  .player_list_prev_btn,
  .mascot_area_next_btn,
  .mascot_area_prev_btn {
    width: 37px;
    height: 37px; } }

@media screen and (max-width: 769px) {
  .player_h3 {
    font-size: 1.6rem; }
    .player_h3 img {
      width: 70px; }
  .hot_palyer_this_month_list .hot_player_head {
    width: 15vw;
    height: 15vw; }
  .hot_palyer_this_month_list h2 {
    font-size: 1.1rem; }
  .player_list_tabs li a {
    font-size: 1.5rem; }
  .player_list_silde {
    padding: 3%; }
    .player_list_silde ul h2 {
      font-size: 16px; }
  .player_list_next_btn {
    right: 0; }
  .player_list_prev_btn {
    left: 0; }
  .mascot_area .mascot_area_slide h3 {
    font-size: 1.8rem; }
  .hot_palyer_list_next_btn,
  .hot_palyer_list_prev_btn,
  .player_list_next_btn,
  .player_list_prev_btn,
  .mascot_area_next_btn,
  .mascot_area_prev_btn {
    width: 35px;
    height: 35px; } }

@media screen and (max-width: 767px) {
  .player_h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hot_palyer_this_month_rank_tabs li a svg {
    width: 80%; }
  .hot_palyer_this_month_list {
    width: 100%; }
    .hot_palyer_this_month_list .hot_player_head {
      width: 35vw;
      height: 35vw; }
    .hot_palyer_this_month_list a {
      margin-bottom: 3%; }
  .player_list_tabs li a {
    font-size: 1.4rem; }
  .player_list_silde,
  .hot_palyer_list_slide {
    padding: 3% 3% 10%; }
    .player_list_silde ul,
    .hot_palyer_list_slide ul {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .player_list_silde ul li,
      .hot_palyer_list_slide ul li {
        width: 48%;
        margin-right: calc(4% / 1); }
        .player_list_silde ul li:nth-child(2n),
        .hot_palyer_list_slide ul li:nth-child(2n) {
          margin-right: 0; }
        .player_list_silde ul li:nth-child(3n),
        .hot_palyer_list_slide ul li:nth-child(3n) {
          margin-right: auto; }
      .player_list_silde ul h2,
      .hot_palyer_list_slide ul h4 {
        height: 60px; }
      .player_list_silde ul p,
      .hot_palyer_list_slide ul p {
        -webkit-line-clamp: 2;
        font-size: 15px; }
    .player_list_silde .player_head,
    .hot_palyer_list_slide .player_head {
      width: 30vw;
      height: 30vw;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      margin: 0 auto; }
      .player_list_silde .player_head img,
      .hot_palyer_list_slide .player_head img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
  .mascot_area .mascot_area_slide h3 {
    font-size: 1.7rem; }
  .hot_palyer_list_next_btn,
  .hot_palyer_list_prev_btn,
  .player_list_next_btn,
  .player_list_prev_btn,
  .mascot_area_next_btn,
  .mascot_area_prev_btn {
    width: 30px;
    height: 30px; }
  .player_list_next_btn,
  .player_list_prev_btn {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); } }

.player_info_container {
  position: relative; }
  .player_info_container .container {
    width: 100%; }
  .player_info_container .page_left {
    width: 100%; }
  .player_info_container .article_list_box_info {
    width: auto; }
    .player_info_container .article_list_box .article_list_img {
        width:100%;
    }

    .player_info_up_container {
        padding: 3% 0;
        position: relative;
    }
  .player_info_up_container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#549d9a), color-stop(51%, #559e9b), to(#75b1ae));
    background: -o-linear-gradient(top, #549d9a 0%, #559e9b 51%, #75b1ae 100%);
    background: linear-gradient(to bottom, #549d9a 0%, #559e9b 51%, #75b1ae 100%);
    z-index: -1; }
  .player_info_up_container::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #75b1ae transparent transparent transparent; }

@media screen and (max-width: 768px) {
  .player_info_up_container {
    padding: 4% 10px 2%; }
    .player_info_up_container::before {
      border-width: 15px 10px 0 10px; } }

.player_info_up {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

@media screen and (max-width: 767px) {
  .player_info_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.player_info_left {
  text-align: center; }

@media screen and (max-width: 767px) {
  .player_info_left {
    margin-bottom: 20px; } }

.player_info_head {
  width: 10.41vw;
  height: 10.41vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 16px;
  border: 1px solid #d9d9d9; }
  .player_info_head img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.player_info_SNS a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%; }
  .player_info_SNS a:hover {
    -webkit-filter: drop-shadow(3px 3px 3px #222222);
            filter: drop-shadow(3px 3px 3px #222222); }

.player_info_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.player_info_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .player_info_author h1 {
    font-size: 2.75rem;
    font-weight: bold;
    color: #fff;
    line-height: 1; }
  .player_info_author .player_info_author_sticker {
    max-width: 95px;
    margin-right: 10px; }

.player_info_p {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }
  .player_info_p p {
    font-size: 1.125rem;
    color: #fff;
    display: inline; }
  .player_info_p a {
    display: inline-block;
    color: #fff; }

.player_info_p.collapsed {
  max-height: 150px; }

.player_info_p_toggle_button {
  display: block;
  margin: 0px 0 20px;
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 1.5rem; }

.player_info_p_toggle_wrapper {
  text-align: center;
  display: none; }

@media screen and (max-width: 1080px) {
  .player_info_right h1 {
    font-size: 2rem; }
  .player_info_head {
    width: 15vw;
    height: 15vw; } }

@media screen and (max-width: 768px) {
  .player_info_head {
    width: 25vw;
    height: 25vw; }
  .player_info_right h1 {
    font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .player_info_head {
    margin: 0 auto 0; }
  .player_info_SNS {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; } }

@media screen and (max-width: 650px) {
  .player_info_right h0 {
    font-size: 1.8rem; }
  .player_info_SNS a {
    width: 30px;
    height: 30px;
    margin-right: 10px; } }

@media screen and (max-width: 420px) {
  .player_info_head {
    width: 40vw;
    height: 40vw; } }

.map_form_container {
  -webkit-box-shadow: 3px 3px 5px 0px #ebeaea;
          box-shadow: 3px 3px 5px 0px #ebeaea;
 }

.map_form_container_in {
  width: 90%;
  max-width: 1600px;
  padding: 0 17px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.map_form {
  width: 61.95%;
  background-color: #f1f1f1;
  padding: 0% 1%;
  border-radius: 10px;
  margin:10px;
}

.map_form_left {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.map_form_left_icon {
  width: 28%;
  font-weight: bold; }

.camera_icon {
  margin-right: 15px; }

.go_loaction_div {
  width: 57.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.map_form_select_div {
  position: relative;
  text-align: center;
  width: 32.7%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #c7c7c7; }
  .map_form_select_div::after {
    content: "▼";
    padding: 8px 0px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 20px;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.map_form_select {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  border: none;
  padding: 10px 10px 10px 15px;
  border-radius: 10px;
  font-size: 1.125rem;
  outline: none; }
  .map_form_select:first-of-type {
    margin-right: 15px; }

.travel_map_input {
  position: relative;
  width: 38.6%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .travel_map_input input {
    width: 80%;
    min-height: 1.2rem;
    margin: 0;
    padding: 15px;
    font-size: 1rem;
    border-radius: 15px 0px 0px 15px;
    outline: none;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;
    /* FireFox */
    appearance: none; }
    .travel_map_input input:focus {
      outline: none;
      border: 1px solid #549e9b; }
  .travel_map_input .travel_search_map_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6%;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 1px solid #aaa;
    color: #fff;
    background-color: #549e9b;
    border-radius: 0 12px 12px 0px;
    background-image: url(/images/search-01.svg);
    background-position: center;
    background-repeat: no-repeat; }
    .travel_map_input .travel_search_map_btn:active {
      background-color: #86BAB1; }
    .travel_map_input .travel_search_map_btn:hover {
      background-color: #86BAB1; }

.map_hot_keys {
  width: 36.4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem; }
  .map_hot_keys svg {
    width: 20px;
    height: 30px; }

.map_hot_keys_title {
  width: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  white-space: nowrap;
  color: #549e9b;
  font-weight: bold; }

.map_hot_keys_keyword {
  width: 85%; }

.map_key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #549e9b;
  border-radius: 5px;
  padding: 5px 10px;
  width: 25%;
  color: #549e9b;
  background-color: #fff;
  margin-right: 1rem;
  text-align: center; }
  .map_key span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: bold; }
  .map_key:last-of-type {
    margin-right: 0; }
  .map_key:hover {
    background-color: #59b1e9;
    color: #fff;
    border: 1px solid #59b1e9; }
  .map_key:hover .svg path {
    fill: #fff; }

.map_key_active {
  background-color: #59b1e9;
  color: #fff;
  border: 1px solid #59b1e9; }
  .map_key_active .svg {
    fill: #fff; }

.map_result_list_tabs_out2 {
  display: none; }

.map_result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100vh - 196px );
}

.result_left {
  width: 28%;
  height: 100%; }

.map_result_list_tab_content_box {
    height: calc(100vh - 250px );
}

.map_result_list_tabs {
  width: 100%;
  border-bottom: 1px solid #cecece; }
  .map_result_list_tabs li {
    width: 50%;
    position: relative; }
    .map_result_list_tabs li:first-child::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -0px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 2px;
      height: 50%;
      background-color: #c8c8c8; }
    .map_result_list_tabs li a {
      color: #414141;
      display: block;
      text-align: center;
      font-size: 1.8rem;
      width: 100%; }
      .map_result_list_tabs li a span {
        display: inline-block;
        padding: 2% 10% 1%; }
    .map_result_list_tabs li .map_result_list_tab_active {
      color: #549e9b; }
      .map_result_list_tabs li .map_result_list_tab_active span {
        border-bottom: 5px solid #549e9b; }

.map_default_hint {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  top: 50%;
  left: 50%;
  padding-top: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2; }
  .map_default_hint img {
    max-height: 100%;
    margin: 0 auto; }

.map_result_list_tab_content {
  height: 100%;
  background-color: #f1f1f1;
  position: relative; }
  .map_result_list_tab_content .pagination {
    width: 100%;
    padding: 2%; }
    .map_result_list_tab_content .pagination .page_link {
      padding: 5px 12px;
      background-color: #ccc;
      color: #000; }
      .map_result_list_tab_content .pagination .page_link:hover {
        background-color: #549e9b;
        color: #fff; }
    .map_result_list_tab_content .pagination .page_nums li {
      margin: 0px 5px; }
    .map_result_list_tab_content .pagination .page_link_active {
      color: #fff;
      background-color: #549e9b; }

.map_article_list_out {
    height: 92%;
    overflow: auto;
    display: none;
}

.map_article_list_box {
  width: 98%;
  padding: 2%;
  border-bottom: 1px solid #a0a0a0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .map_article_list_box:last-of-type {
    border-bottom: none; }
  .map_article_list_box .map_article_list_img {
    display: inline-block;
    width: 40%;
    max-width: 300px;
    overflow: hidden; }
    .map_article_list_box .map_article_list_img img {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .map_article_list_box .map_article_list_img:hover img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.map_article_list_box_info {
  width: 53.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .map_article_list_box_info h3 a {
    color: #414141;
    font-size: 1.375rem;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #414141;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; }
    .map_article_list_box_info h3 a:hover {
      border-bottom: 1px solid #549e9b;
      color: #549e9b; }
  .map_article_list_box_info .map_artcle_author_info {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #757575; }

.map_artcle_list_share_ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .map_artcle_list_share_ul a {
    width: 32px;
    height: 32px;
    display: block; }
    .map_artcle_list_share_ul a:hover {
      opacity: 0.8; }

.map_article_list_action_a {
  margin: 0 3px;
  position: relative; }

.map_article_list_share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .map_article_list_share:hover .map_artcle_list_share_submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.map_artcle_list_share_submenu {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .map_artcle_list_share_submenu a {
    display: block;
    margin: 0 3px; }

.map_my_favorite_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5% 3%;
  height: 100%;
  overflow-y: scroll;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.map_my_favorite {
  display: block;
  width: 48%;
  -webkit-box-shadow: 3px 3px 3px #e9e9e9;
          box-shadow: 3px 3px 3px #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .map_my_favorite:nth-child(odd) {
    margin-right: 4%; }
  .map_my_favorite .map_my_favorite_img {
    height: 190px;
    overflow: hidden;
    background-color: #b2cdf7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .map_my_favorite .map_my_favorite_img img {
      width: 100%;
      height: 100%; }
  .map_my_favorite p {
    background-color: #fff;
    padding: 15px;
    font-size: 1.5rem;
    color: #575757;
    font-weight: bold; }
    .map_my_favorite p span {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: normal; }
  .map_my_favorite:hover {
    -webkit-box-shadow: 3px 3px 3px #a5a4a4;
            box-shadow: 3px 3px 3px #a5a4a4; }

.map_my_favorite_list {
  padding-top: 3%;
  position: absolute;
  top: 0;
  left: -500%;
  background-color: #f1f1f1;
  min-height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.map_my_favorite_goback_btn {
  display: block;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #549e9b;
  text-align: center; }

.map_my_favorite_info_box {
  width: 87.466%;
  margin: 3% auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 8px #e2e2e2;
          box-shadow: 0px 0px 8px #e2e2e2; }

.map_my_favorite_info_img {
  width: 38.1%;
  max-height: 180px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #999999; }
  .map_my_favorite_info_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.map_my_favorite_info {
  width: 56.35%; }
  .map_my_favorite_info h3 a {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 1.375rem;
    color: #000;
    font-weight: bold; }
  .map_my_favorite_info .map_artcle_author_info {
    color: #757575; }

.map_artcle_location {
  color: #549e9b;
  font-size: 1.25rem;
  display: none; }

.map_my_favorite_share_ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .map_my_favorite_share_ul a {
    width: 32px;
    height: 32px;
    display: block; }
    .map_my_favorite_share_ul a:hover {
      opacity: 0.8; }

.map_my_favorite_action_a {
  margin: 0 3px;
  position: relative; }

.map_my_favorite_share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .map_my_favorite_share:hover .map_my_favorite_share_submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.map_my_favorite_share_submenu {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .map_my_favorite_share_submenu a {
    display: block;
    margin: 0 3px; }

.map_hidden_control_btn {
  display: none; }
  .map_hidden_control_btn .map_style_btn {
    border: 1px solid #549e9b;
    padding: 5px 10px;
    color: #549e9b;
    cursor: pointer; }
  .map_hidden_control_btn .map_list_style_btn {
    border-radius: 20px 0px 0px 20px; }
  .map_hidden_control_btn .map_map_style_btn {
    border-radius: 0px 20px 20px 0px;
    margin-left: -1px; }
  .map_hidden_control_btn .map_style_btn_active {
    background-color: #549e9b;
    color: #fff; }

.result_right {
  width: 72%;
  height: 100%;
  position: relative; }

.map_default_img_bg {
  width: 100%;
  height: 100%;
  background-color: #6dcccc; }

.map_default_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/map/map_default.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3; }
  .map_default_img img {
    width: 100%; }

.map_result_MAP_out {
  display: none;
  width: 100%;
  height: 100%; }

.map_result_MAP {
  width: 100%;
  height: 100%;
  z-index: 2; }

.map_article_box {
  z-index: 3;
  padding: 2% 1%;
  position: relative;
  border-radius: 10px; }

.custom_popup .leaflet-popup-content {
  margin: 10px 16px 10px 10px; }
  .custom_popup .leaflet-popup-content .map_article_box {
    color: #000;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .custom_popup .leaflet-popup-content h3 {
    overflow: hidden;
    font-size: 1.25rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    visibility: visible;
    font-weight: bold; }
  .custom_popup .leaflet-popup-content p {
    overflow: hidden;
    font-size: 1rem;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 8px 0 0;
    visibility: visible; }
  .custom_popup .leaflet-popup-content .map_article_img,
  .custom_popup .leaflet-popup-content .map_article_info {
    width: 48%; }

.my_div_icon_red,
.my_div_icon_blue {
  position: relative; }

.my_div_image_blue,
.my_div_image_red {
  width: 100%; }

.my_div_p_red,
.my_div_p_blue {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute; }

.my_div_p_red {
  font-size: 15px;
  top: 8px; }

.my_div_p_blue {
  font-size: 13px;
  top: 5px; }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 24px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

@media screen and (max-width: 1580px) {
  .map_form_container_in {
    width: 95%; }
    .map_form {
        width: 63%;
        margin: 10px;
        padding: .5% 1.5%;
    } }

@media screen and (max-width: 1440px) {
  .map_form_container_in {
    padding: 0 0px; }
  .map_form {
    width: 63%;
    padding: 0 1%; }
  .camera_icon {
    width: 45px;
    margin-right: 10px; }
  .travel_map_input input {
    padding: 10px; } }

@media screen and (max-width: 1280px) {
  .map_form_container_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0; }
  .map_form {
    width: 100%;
    margin:auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px; }
  .map_hot_keys {
    display:none; }
    .map_result_list_tab_content_box {
        height: calc(100vh - 205px );
    }
    .map_result {
        height: calc(100vh - 160px );
    }
  .map_hot_keys_keyword {
    width: 80%; }
  .map_result_list_tabs li a {
    font-size: 1.5rem; }
  .map_result_article {
    padding: 10px 15px; }
  .map_result_article_box_info h3 a {
    font-size: 1.2rem; } }

@media screen and (max-width: 1100px) {
  .camera_icon {
    margin-right: 10px;
    width: 40px; }
  .map_form_select:first-of-type {
    margin: 0 5px 0 5px; }
  .map_article_list_box_info h3 a {
    font-size: 1.1rem; }
  .map_article_list_box_info .map_artcle_author_info {
    font-size: 12px; }
  .map_artcle_list_share_ul a {
    width: 26px;
    height: 26px; } }

/*透過css的media去做判斷是否橫擺*/
@media screen and (max-width: 1025px) and (orientation: portrait) {
  .result_left,
  .result_right {
    width: 50%; }
 }

@media screen and (max-width: 769px) {
  .map_hot_keys_keyword {
    width: 100%; }
  .map_hot_keys {
    width: 90%;
    padding: 10px; } }

@media screen and (max-width: 767px) {
  .map_form_select {
    margin: 0 5px; }
  .map_form_select:first-of-type {
    margin: 0 5px 0 0px; }
  .map_form_select {
    padding: 8px 8px; }
  .travel_search_select_btn {
    padding: 3px 8px; }
  .travel_map_input input {
    padding: 8px; }
  .travel_map_input .travel_search_map_btn {
    padding: 0 8px; }
  .map_article_list_box_info h3 a {
    font-size: 1rem; }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .map_result_list_tabs li a {
    font-size: 1rem; }
  .map_hot_keys {
    width: 100%; }
  .map_hot_keys_title,
  .map_key svg {
    display: none; }
  .map_hot_keys_keyword {
    overflow-x: scroll;
    background-color: #f1f1f1;
    padding: 1% 3% 3%; }
  .map_hot_keys {
    padding: 0; }
  .map_key {
    width: auto;
    white-space: nowrap;
    color: #fff;
    background-color: #549e9b; }
    .map_key span {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; } }

@media screen and (max-width: 600px) {
  .map_form_container_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0; }
  .map_form,
  .go_loaction_div,
  .travel_map_input,
  .map_hot_keys {
      margin:auto;
    width: 100%; }
  .map_result_list_tab_content_box{height:auto;}
  .map_form {
    padding: 3% 3%;
    border-radius: 0px; }
  .travel_map_input input {
    border-radius: 10px 0px 0px 10px; }
  .travel_map_input .travel_search_map_btn {
    border-radius: 0px 10px 10px 0px; }
  .go_loaction_div {
    margin-bottom: 3%; }
  .map_form_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .map_hot_keys_title,
  .map_key svg {
    display: none; }
  .map_hot_keys_keyword {
    overflow-x: scroll;
    background-color: #f1f1f1;
    padding: 1% 3% 3%; }
  .map_hot_keys {
      display:block;
    padding: 0; }
  .map_key {
    width: auto;
    white-space: nowrap;
    color: #fff;
    background-color: #549e9b; }
    .map_key span {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .map_form_select {
    font-size: 14px; }
  .map_form_select_div::after {
    right: 5px;
    padding: 5px 0; }
  .map_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;}
  .result_left {
    width: 100%;
    height: 100%; }
  .result_right {
    width: 100%;
    height: 100vh; }
  .map_result_list_tabs_out {
    padding: 5px 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .map_result_list_tabs_out1 {
    display: none; }
  .map_result_list_tabs_out2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .map_hidden_control_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 35%; }
  .map_result_list_tabs {
    width: 60%;
    border-bottom: none; }
    .map_result_list_tabs li a {
      font-size: 1.3rem; }
    .map_result_list_tabs li .map_result_list_tab_active span {
      border-bottom: 2px solid #549e9b; }
  .map_my_favorite_info_box {
    width: 95%; }
  .map_my_favorite p {
    padding: 5px 10px;
    font-size: 1.2rem; }
  .map_my_favorite .map_my_favorite_img {
    height: 140px; }
  .map_my_favorite_info_img {
    max-height: 100px; }
  .map_my_favorite_info h3 a {
    font-size: 1.1rem; }
  .map_my_favorite_info .map_artcle_author_info {
    font-size: 1px; }
  .map_artcle_location {
    font-size: 1rem; }
  .map_my_favorite_share_ul a {
    width: 26px;
    height: 26px; }
  .map_my_favorite_goback_btn {
    font-size: 1.2rem; }
  .result_right {
    display: none; }
  .map_default_hint img {
    width: 90%; }
  .camera_icon {
    margin-right: 10px;
    width: 28px; }
  .map_article_list_img {
    height: 90px; }
    .map_article_list_img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; } }

@media screen and (max-width: 380px) {
    .map_result{
        height:auto;
    }
    .map_result_list_tabs li a {
        font-size: 1.1rem;
    }
    .map_result_list_tabs li a span {
      display: inline-block;
      padding: 5% 3% 3%; }
    .map_result_list_tab_content_box {
        height:100vh;
    }
    .map_hidden_control_btn .map_style_btn {
        padding: 2px 10px;
    } }

.travel_photo_banner {
    margin-bottom: 20px;
    background-color: #fff;
}

.travel_photo_banner_container {
  width: 100%; }

.travel_photo_banner_slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .travel_photo_banner_slide a {
    display: block; }
  .travel_photo_banner_slide .l_w {
    width: 18.52%; }
  .travel_photo_banner_slide img {
    -o-object-fit: contain;
       object-fit: contain; }

.travel_photo_banner_pagination {
  text-align: left; }

.travel_shoot_list_tabs_div {
  width: 94.7%;
  max-width: 1172px;
  margin: 1% auto 0 auto;
  position: relative; }

.travel_shoot_list_tabs {
  width: 65%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .travel_shoot_list_tabs li {
    width: 25%;
    margin: 0 20px;
    position: relative; }
    .travel_shoot_list_tabs li:first-of-type::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 50%;
      background-color: #000; }
    .travel_shoot_list_tabs li a {
      font-size: 2rem;
      text-align: center;
      padding: 3%;
      color: #414141; }
    .travel_shoot_list_tabs li .travel_shoot_tab_active {
      color: #549e9b;
      border-bottom: 5px solid #549e9b; }

.yam_travel_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: -50%;
  z-index: 2;
  width: 31.22%; }
  .yam_travel_btn img {
    width: 45%;
    max-width: 146px; }
    .yam_travel_btn img:first-of-type {
      margin-right: 10px; }

.travel_shoot_list_area {
  position: relative;
  background-color: #eee;
  padding: 5% 0 3%; }

.activitys_area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.each_activity {
  width: 48.2%;
  height: 320px;
  border: 1px solid #e2e2e2;
  position: relative;
  display: block;
  margin-right: calc(3.6%);
  margin-bottom: calc(3.5rem + 5%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .each_activity:hover {
    opacity: 0.8; }
  .each_activity:nth-of-type(2n) {
    margin-right: 0; }
  .each_activity .each_activity_p {
    width: 61.928%;
    height: 100px;
    -webkit-box-shadow: 0px 0px 8px #c2c2c2;
            box-shadow: 0px 0px 8px #c2c2c2;
    border-radius: 5px;
    background-color: white;
    padding: 10px 30px;
    z-index: 2;
    position: absolute;
    bottom: calc(-4rem + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .each_activity .each_activity_p p {
      font-size: 1.75rem;
      color: #414141;
      font-weight: bold;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal; }

@media screen and (max-width: 1080px) {
  .travel_shoot_list_tabs li a {
    font-size: 1.6rem; }
  .each_activity .each_activity_p {
    width: 75%;
    height: 90px;
    padding: 10px 15px;
    bottom: calc(-4rem + 5px); }
    .each_activity .each_activity_p p {
      font-size: 1.4rem; } }

@media screen and (max-width: 769px) {
  .each_activity {
    height: 250px; } }

@media screen and (max-width: 767px) {
  .travel_shoot_list_tabs_div {
    width: 100%; }
  .travel_shoot_list_tabs li a {
    font-size: 1.4rem; }
  .yam_travel_btn {
    top: -25%;
    width: 13%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 5%; }
    .yam_travel_btn img {
      width: 100%; }
    .yam_travel_btn .yam_IG_text {
      display: none; }
  .each_activity .each_activity_p {
    height: 70px;
    bottom: calc(-3rem + 5px); } }

@media screen and (max-width: 600px) {
  .travel_shoot_tab_container {
    padding: 0 8%; }
  .each_activity {
    width: 100%;
    height: 230px;
    margin-right: 0;
    margin-bottom: calc(3.5rem + 5%); }
  .travel_photo_banner_slide::before {
    display: none; }
  .travel_shoot_list_tabs {
    width: 70%; }
    .travel_shoot_list_tabs li {
      width: 50%; }
  .travel_shoot_list_area {
    padding: 10% 0 3%; }
  .yam_travel_btn {
    top: -25%;
    width: 20%; } }

@media screen and (max-width: 321px) {
  .travel_shoot_list_tabs li {
    width: 50%;
    margin: 0 13px; }
    .travel_shoot_list_tabs li a {
      font-size: 1.2rem; } }

.searchPage_search_area {
    display: block;
    padding: 1% 0% 3%;
}

    .searchPage_search_area .search_input {
        width: 100%;
        max-width: none;
    }

.article_result_h2 {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 7px solid #549e9b;
  padding-left: 10px;
  color: #549e9b;
  margin-bottom: 3%; }
    .article_result_h2 span, .article_result_h2 strong {
        margin: 0 5px;
    }

.article_result_list_tabs {
  border-bottom: 2px solid #414141;
  margin-bottom: 3%; }
  .article_result_list_tabs li {
    width: 20%;
    text-align: center; }
    .article_result_list_tabs li a {
      display: block;
      color: #414141;
      font-size: 1.2rem;
      margin-bottom: -2px; }
      .article_result_list_tabs li a:hover {
        color: #549e9b;
        border-bottom: 5px solid #549e9b; }
  .article_result_list_tabs .article_result_list_tab_active {
    color: #549e9b;
    border-bottom: 5px solid #549e9b; }

@media screen and (max-width: 768px) {

 }

@media screen and (max-width: 767px) {
  
  .article_result_list_tabs li a {
    font-size: 1.1rem; } }

.actitity_explanation_container {
  margin-bottom: 5%;
  border-radius: 10px;
  border: 2px solid #549e9b;
  position: relative;
  width: 100%;
  z-index: 1; }
  .actitity_explanation_container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #549e9b;
    left: 10px;
    top: 10px;
    z-index: -1;
    border-radius: 10px;
    z-index: -1; }

.actitity_explanation_title {
  color: #549e9b;
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #549e9b;
  padding: 1.8% 2%;
  border-radius: 10px 10px 0px 0px; }

.actitity_explanation_content {
  background-color: #549e9b;
  border-radius: 0px 0px 5px 5px;
  padding: 2% 3.5%; }

.actitity_explanation_content_in {
  height: 470px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5%; }
  .actitity_explanation_content_in h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.75rem;
    color: #fff;
    margin: 2% 0; }
    .actitity_explanation_content_in h3 img {
      margin-right: 8px; }
  .actitity_explanation_content_in p {
    font-size: 1.375rem;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px; }

.actitity_explanation_content_in::-webkit-scrollbar {
  width: 13px;
  border-radius: 30px;
  background-color: #86BAB1; }

.actitity_explanation_content_in::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #f6f6f6; }

.IG_type_title {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1%;
  margin-bottom: 1.2%; }
  .IG_type_title span {
    display: block;
    font-size: 2.375rem; }
  .IG_type_title b {
    font-size: 1.875rem;
    white-space: nowrap;
    margin-left: 10px;
    color: #549e9b; }
  .IG_type_title .title_line {
    width: 74.8%;
    height: 1px;
    background-color: #8d8d8d; }

.IG_photos_area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .IG_photos_area .IG_photo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
    border: 12px solid white;
    max-width: 390px;
    max-height: 390px;
    margin-right: calc(10% / 2);
    position: relative;
    -webkit-box-shadow: 0px 0px 5px #c2c2c2;
            box-shadow: 0px 0px 5px #c2c2c2;
    margin-bottom: 3%; }
    .IG_photos_area .IG_photo_content:nth-of-type(3n) {
      margin-right: 0; }
    .IG_photos_area .IG_photo_content img {
      max-width: 100%;
      max-height: 100%; }

.IG_LB_content {
  height: 100%; }
  .IG_LB_content::-webkit-scrollbar {
    width: 13px;
    border-radius: 30px;
    background-color: #86BAB1; }
  .IG_LB_content::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #f6f6f6; }

.IG_photo_detail_lightbox {
  display: none;
  z-index: 12;
  position: fixed;
  width: 1080px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: white;
  padding: 30px;
  border-radius: 20px; }

.IG_photo_lightbox_container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }

.close_IG_photo_detail_btn {
  position: absolute;
  right: -4%;
  top: -8%;
  cursor: pointer; }
  .close_IG_photo_detail_btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1); }

.IG_photo_detail_container {
  margin: 0% 2% 0% 0;
  width: 580px; }

.IG_photo_detail_slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .IG_photo_detail_slide img {
    max-height: none;
    max-width: none;
    width: 100%; }
  .IG_photo_detail_slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2e2e2eb0;
    color: #fff;
    text-align: center;
    padding: 10px; }

.IG_photo_detail_next_btn,
.IG_photo_detail_prev_btn {
  background-image: none;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0px 0px 4px #b6b6b6; }

.IG_photo_lightbox_info {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.HIDDEN_IG_photo_owner_head {
  display: none;
  margin-bottom: 2%; }

.IG_photo_owner_top {
  margin-bottom: 2%; }

.IG_photo_owner_head {
  position: relative;
  width: 4.68vw;
  height: 4.68vw;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3%; }
  .IG_photo_owner_head img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.IG_photo_owner_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .IG_photo_owner_info a {
    font-size: 1rem;
    color: #414141; }
    .IG_photo_owner_info a:hover {
      text-decoration: underline; }
    .IG_photo_owner_info a i {
      color: #549e9b; }

.IG_photo_info_word {
  padding: 5%;
  background-color: #eee;
  border-radius: 20px;
  margin-bottom: 3%;
  height: 380px; }
  .IG_photo_info_word a {
    color: #348ea5; }
  .IG_photo_info_word p {
    max-height: 100%;
    overflow: scroll;
    overflow-x: hidden; }

.IG_photo_info_note {
  font-size: 15px;
  margin: 1.5% 0; }
  .IG_photo_info_note a {
    color: #414141; }
  .IG_photo_info_note i {
    color: #549e9b;
    margin-right: 10px; }

.IG_photo_detail_bg {
  width: 100%;
  height: 105vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 10; }

.more_IG_btn {
  text-align: center; }
  .more_IG_btn a {
    display: inline-block;
    padding: 10px 3%;
    margin: 0 auto;
    border: 2px solid #549e9b;
    border-radius: 15px;
    color: #549e9b;
    font-size: 1.125rem;
    margin: 2% 0;
    -webkit-box-shadow: 6px 5px 0px #549e9b;
            box-shadow: 6px 5px 0px #549e9b; }
    .more_IG_btn a:hover, .more_IG_btn a:active {
      -webkit-box-shadow: 0px 0px 0px #549e9b;
              box-shadow: 0px 0px 0px #549e9b;
      -webkit-transform: translate(0px, 5px);
          -ms-transform: translate(0px, 5px);
              transform: translate(0px, 5px);
      -webkit-box-shadow: 0px 1px 1px 0px;
              box-shadow: 0px 1px 1px 0px; }

@media screen and (max-width: 1200px) {
  .IG_photo_detail_lightbox {
    width: 818px;
    height: 500px; }
  .IG_photo_detail_container {
    width: 400px; }
  .IG_photo_detail_slide img {
    max-height: none;
    max-width: none; }
  .IG_photo_info_word {
    height: 250px; } }

@media screen and (max-width: 900px) {
  .actitity_explanation_content_in {
    height: 350px;
    padding-right: 3%; }
  .actitity_explanation_container {
    margin: 5% 0; }
  .IG_type_title .title_line {
    width: 65%; }
  .IG_photos_area .IG_photo_content {
    width: 48%;
    border: 6px solid white;
    max-width: 340px;
    max-height: 340px;
    margin-right: calc(4% / 2);
    position: relative;
    margin-bottom: 3%; }
    .IG_photos_area .IG_photo_content:nth-of-type(3n) {
      margin-right: calc(4% / 2); }
    .IG_photos_area .IG_photo_content:nth-child(even) {
      margin-right: 0; }
  .IG_photo_lightbox_container {
    height: auto; }
  .IG_photo_detail_lightbox {
    width: 80%;
    height: 80vh; }
  .IG_LB_content {
    overflow-y: scroll;
    padding-right: 3%; }
  .HIDDEN_IG_photo_owner_head {
    display: block; }
  .IG_photo_lightbox_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .IG_photo_detail_container {
    height: 60vw;
    width: 60vw;
    margin: 0 auto 5%; }
  .IG_photo_lightbox_info {
    height: 40%;
    width: 100%; }
  .IG_photo_owner_top {
    display: none; }
  .IG_photo_owner_head {
    width: 10vw;
    height: 10vw; }
  .IG_photo_info_word {
    max-height: 300px;
    overflow-y: scroll; } }

@media screen and (max-width: 600px) {
  .travel_photo_banner {
    margin-bottom: 10px; }
  .actitity_explanation_title {
    font-size: 1.3rem; }
  .actitity_explanation_container {
    margin: 5% 0 10%; }
  .actitity_explanation_content_in {
    height: 250px;
    padding-right: 3%; }
    .actitity_explanation_content_in h3 {
      font-size: 1.4rem; }
      .actitity_explanation_content_in h3 img {
        width: 20px;
        height: 20px; }
    .actitity_explanation_content_in p {
      font-size: 1.1rem; }
  .IG_type_title span {
    font-size: 1.8rem; }
  .IG_type_title b {
    font-size: 1.6rem; }
  .IG_type_title .title_line {
    width: 50%; }
  .IG_photos_area {
    margin-bottom: 3%; }
    .IG_photos_area .IG_photo_content {
      border: 5px solid white;
      max-width: 200px;
      max-height: 200px; }
  .more_IG_btn a {
    padding: 8px 3%;
    border-top: 2px solid #549e9b;
    border-bottom: 2px solid #549e9b;
    font-size: 1rem;
    margin: 4% 0; }
  .close_IG_photo_detail_btn {
    width: 10%; }
  .IG_photo_detail_lightbox {
    width: 90%;
    height: 83vh;
    padding: 3% 1% 3% 4%;
    border-radius: 5px; }
  .IG_photo_lightbox_container {
    height: auto; }
  .IG_LB_content::-webkit-scrollbar {
    width: 10px; }
  .IG_LB_content::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #f6f6f6; }
  .IG_photo_owner_head {
    width: 15vw;
    height: 15vw; }
  .IG_photo_detail_slide p {
    padding: 10px 0;
    font-size: 12px; }
  .IG_photo_detail_container {
    width: 100%;
    height: auto; }
  .IG_photo_detail_slide {
    width: 80vw;
    height: 80vw; }
    .IG_photo_detail_slide img {
      width: 80vw;
      height: 80vw;
      max-height: 100%; }
  .IG_photo_lightbox_info {
    height: 50%; }
  .IG_photo_info_word {
    padding: 4% 3%;
    border-radius: 10px;
    height: auto;
    max-height: none; }
  .IG_photo_info_note {
    font-size: 13px; } }

@media screen and (max-width: 321px) {
  .IG_type_title .title_line {
    width: 45%; } }

.member_left {
  width: 25.641%; }

.member_card {
  -webkit-box-shadow: 2px 0px 8px #dbdbdb;
          box-shadow: 2px 0px 8px #dbdbdb;
  border-radius: 10px;
  padding: 3% 0;
  background-color: #fff; }

.member_head_area {
  margin-bottom: 20px; }
  .member_head_area h2 {
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 20px; }

.member_head_pic {
  margin: 0px auto 20px;
  width: 8.59vw;
  height: 8.59vw;
  position: relative;
  border-radius: 50%;
  border: 1px solid #d6d6d7;
  overflow: hidden; }
  .member_head_pic img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.member_collection_statistic,
.member_follow_statistic {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  color: #414141; }
  .member_collection_statistic span,
  .member_follow_statistic span {
    font-size: 1.5rem; }
  .member_collection_statistic p,
  .member_follow_statistic p {
    font-size: 1.375rem; }

.member_left_menu {
  min-height: 380px; }
    .member_left_menu a {
        border-bottom: 1px solid #bcbcbc;
        font-size: 1rem;
        color: #555;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
    }
    .member_left_menu a img {
      width: 42px;
      height: 42px;
      margin-right: 20px; }

.my_collection_side_ul {
  display: none; }
  .my_collection_side_ul li:last-of-type a {
    border-bottom: none; }
  .my_collection_side_ul li a {
    display: block;
    padding-left: 30%;
    border-bottom: 1px solid #bfbfbf; }

.my_collection_side_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.my_collection_side_btn div + span {
  font-size: 1.375rem;
  color: #549e9b; }

.member_right {
  width: 71.965%; }

.member_right_h2 {
  margin-bottom: 20px; }
  .member_right_h2 h1 {
    border-left: 7px solid #549e9b;
    font-size: 1.8rem;
    padding-left: 15px;
    color: #549e9b; }
  .member_right_h2 .member_do_something_btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 1rem;
    color: #fff;
    border-radius: 30px;
    background-color: #549e9b; }
    .member_right_h2 .member_do_something_btn i {
      margin-right: 10px; }

.member_collection_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.5%;
  margin-bottom: 20px;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.member_collection_box {
  display: block;
  width: 47.314%;
  -webkit-box-shadow: 0px 0px 8px #cacaca;
          box-shadow: 0px 0px 8px #cacaca;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .member_collection_box:nth-child(odd) {
    margin-right: 4%; }
  .member_collection_box .member_collection_img {
    overflow: hidden;
    background-color: #B2EBF7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .member_collection_box .member_collection_img img {
      width: 100%;
      height: 100%; }
  .member_collection_box p {
    background-color: #fff;
    padding: 15px;
    font-size: 1.6875rem;
    color: #575757;
    font-weight: bold; }
    .member_collection_box p span {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      white-space: normal; }
  .member_collection_box:hover {
    -webkit-box-shadow: 3px 3px 3px #a5a4a4;
            box-shadow: 3px 3px 3px #a5a4a4; }

@media screen and (max-width: 769px) {
  .member_left_menu a {
    font-size: 1.2rem;
    padding: 10px; }
    .member_left_menu a img {
      width: 30px;
      height: 30px;
      margin-right: 10px; }
  .member_right_h2 h1 {
    border-left: 5px solid #549e9b;
    font-size: 2rem;
    padding-left: 10px; }
  .member_right_h2 .member_do_something_btn {
    padding: 8px 20px;
    font-size: 1.2rem; }
  .member_collection_box .member_collection_img {
    height: 180px; }
  .member_collection_box p {
    padding: 10px 15px;
    font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
    .member_data_edit {
        display:block;
    }
  .member_left {
    display: none;
    width: 100%; }
  .member_right {
    width: 100%; }
  .member_right_h2 {
    margin-bottom: 20px;
    margin-top: 10px; }
    .member_right_h2 h1 {
      font-size: 1.6rem; }
    .member_right_h2 .member_do_something_btn {
      padding: 6px 15px;
      font-size: 1rem; }
  .member_collection_box .member_collection_img {
    height: 140px; }
  .member_collection_box p {
    padding: 8px 10px;
    font-size: 1.2rem; } }

@media screen and (max-width: 600px) {
  .member_collection_box .member_collection_img {
    height: 110px; } }

.member_collection_detial_container {
  margin-bottom: 5%; }

.achieving_rate_area {
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: 2% 8%;
  width: 94.65%;
  margin: 0 auto 3.5%; }
  .achieving_rate_area p {
    font-size: 1.125rem;
    color: #7a7979; }

.top_score {
  color: #87703b;
  font-weight: bold; }
  .top_score img {
    width: 73px;
    margin-right: 18px; }
  .top_score h2 {
    font-size: 1.875rem; }
    .top_score h2 span {
      font-size: 2.875rem; }

.achieving_rate_chart {
  -webkit-box-shadow: 0 0 2px #e3ba5e;
          box-shadow: 0 0 2px #e3ba5e;
  border: 1px solid #f0daa9;
  border-radius: 50px;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin: 2% 0; }

.achieving_rate_bar {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/images/achieving_rate_line_bg.jpg");
  width: 0%;
  height: 100%;
  border-radius: 50px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.member_collection_each {
  width: 93.82%;
  margin: 0 auto 3%;
  padding: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 2px 0px 8px #dbdbdb;
          box-shadow: 2px 0px 8px #dbdbdb;
  border-radius: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.member_collection_each_left {
  width: 67.24%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.member_collection_each_img {
  width: 31.37%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #999999; }

.member_collection_each_info {
  width: 62.745%; }
  .member_collection_each_info h2 {
    font-weight: bold;
    font-size: 1.375rem; }
    .member_collection_each_info h2 a {
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;
      color: #151515; }
      .member_collection_each_info h2 a:hover {
        text-decoration: underline; }
  .member_collection_each_info p {
    font-size: 15px;
    color: #757575; }
  .member_collection_each_info .this_article_location {
    color: #549e9b;
    font-weight: bold;
    font-size: 1rem; }

.member_collection_each_state {
  width: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .member_collection_each_state a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #4b4b4b; }
    .member_collection_each_state a img {
      width: 35px;
      height: 35px;
      margin-right: 10px; }
  .member_collection_each_state .member_collection_btn {
    margin-right: 10px; }

@media screen and (max-width: 769px) {
  .top_score img {
    width: 50px; }
  .top_score h2 {
    font-size: 1.5rem; }
    .top_score h2 span {
      font-size: 2rem; }
  .achieving_rate_chart {
    height: 25px; }
  .achieving_rate_area p {
    font-size: 1rem; }
  .member_collection_each {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .member_collection_each_left,
  .member_collection_each_state {
    width: 100%; }
  .member_collection_each_left {
    margin-bottom: 3%; }
  .member_collection_each_state {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 600px) {
  .top_score h2 {
    font-size: 1.5rem; }
    .top_score h2 span {
      font-size: 1.8rem; }
  .top_score img {
    width: 40px;
    margin-right: 10px; }
  .achieving_rate_area p {
    font-size: 14px; }
  .achieving_rate_chart {
    height: 20px; }
  .member_collection_each_img {
    height: 80px; }
  .member_collection_each_info h2 {
    font-size: 1.2rem; }
  .member_collection_each_info p {
    font-size: 12px; }
  .member_collection_each_state a img {
    width: 30px;
    height: 30px; } }

.personal_title_area {
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 2px solid #353535; }

.personal_ID {
  color: #549e9b;
  font-weight: bold;
  font-size: 2.375rem;
  margin-bottom: 20px; }

.personal_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem; }
  .personal_title img {
    margin-right: 20px;
    width: 45px; }

.personal_talk_article_content {
  margin-bottom: 3%;
  border-bottom: 1px solid #d5d5d5; }

.personal_talk_box {
  margin-bottom: 4%; }

.personal_talk_article {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #414141; }
  .personal_talk_article:hover {
    text-decoration: underline; }

.personal_judge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  margin-bottom: 10px; }
  .personal_judge i {
    font-size: 1.5rem; }
  .personal_judge .personal_judge_push,
  .personal_judge .personal_judge_boo {
    margin-right: 3%; }
  .personal_judge .personal_judge_push i {
    color: #549e9b; }
  .personal_judge .personal_judge_date {
    font-size: 17px;
    color: #989898; }

.personal_judge_p {
  font-size: 1.25rem;
  padding: 2%;
  border-radius: 20px;
  background-color: #f1f1f1; }

@media screen and (max-width: 769px) {
  .personal_ID {
    font-size: 2rem; }
  .personal_title {
    font-size: 1.5rem; }
  .personal_judge_p {
    font-size: 1.2rem;
    padding: 2% 3%;
    border-radius: 15px; }
  .personal_judge .personal_judge_date {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  .personal_talk_container {
    width: 95%;
    margin: 0 auto; }
  .personal_ID {
    margin-bottom: 8px; }
  .personal_title {
    margin-right: 12px; }
    .personal_title img {
      margin-right: 10px;
      width: 30px; }
  .personal_talk_article {
    margin-bottom: 10px; } }

.video_list_bg {
    background-color: #f6f6f6;
    filter: drop-shadow(0px 0px 6px rgb(189, 189, 189));
}

.video_list_container {
  max-width: 1200px;
  padding: 1% 14px 1%;
  margin: 0 auto; }

.video_list_h2 {
    font-size: 1.6rem;
    color: #549e9b;
    border-left: 7px solid #549e9b;
    padding-left: 1rem;
    margin: 0% 0 2.5%;
    font-weight: bold;
}
.video_1st_btsn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .video_1st_btsn .video_1st_btn {
        font-size: 1rem;
        display: block;
        padding: 5px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #549e9b;
        color: #549e9b;
    }

        .video_1st_btsn .video_1st_btn:hover {
            background-color: #549e9b;
            color: #fff;
        }

    .video_1st_btsn .video_1st_btsn_active {
        background-color: #549e9b;
        color: #fff;
    }

.choose_video_sort_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2%;
  font-size: 1rem; }

.video_sort_btn {
  margin: 0 6px;
  padding: 5px 15px;
  display: block;
  background-color: #e1e1e1;
  color: #414141;
  border-radius: 5px;
  cursor: pointer; }
  .video_sort_btn:hover {
    background-color: #549e9b;
    color: #fff; }

.video_sort_btn_active {
  background-color: #549e9b;
  color: #fff; }

.video_list_area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.video_each {
  display: block;
  width: 32.5%;
  margin-right: calc(2.5% / 2);
  margin-bottom: 4%; }
  .video_each:nth-child(3n) {
    margin-right: 0; }

.video_each_img {
  height: 240px; }
  .video_each_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.video_title {
  font-size: 1.375rem;
  color: #414141;
  font-weight: bold;
  margin: 3% 3% 2%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

.video_name_date {
  font-size: 14px;
  color: #757575;
  margin: 0 3% 0; }

.video_page_num_container {
  max-width: 60%;
  margin: 0 auto; }

@media screen and (max-width: 1080px) {
  .video_each_img {
    height: 200px; } }

@media screen and (max-width: 967px) {
  .video_each_img {
    height: 170px; } }

@media screen and (max-width: 769px) {
  .video_each_img {
    height: 145px; } }

@media screen and (max-width: 600px) {
  .video_list_container {
    padding: 3% 10px 3%; }

  .video_1st_btsn .video_1st_btn {
    font-size: 1rem;
    padding: 4px 13px; }
  .video_each {
    width: 48%;
    margin-right: calc(4% / 1);
    margin-bottom: 7%; }
    .video_each:nth-child(3n) {
      margin-right: auto; }
    .video_each:nth-child(even) {
      margin-right: 0; }
  .video_each_img {
    height: 190px; }
  .video_page_num_container {
    max-width: 100%; }
  .video_title {
    font-size: 1.25rem; }
  .video_name_date {
    font-size: 12px; } }

@media screen and (max-width: 481px) {
  .video_each_img {
    height: 135px; } }

@media screen and (max-width: 321px) {
  .video_each_img {
    height: 100px; } }

.video_single_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px; }

.video_title_h2 {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 3.5%; }

.video_single_name_date {
  font-size: 14px;
  color: #757575; }

/* 讓youtube影片可以RWD */
.video_single_container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 3%; }

.video_single_container iframe,
.video_single_container object,
.video_single_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_single_intro {
  padding: 3%;
  border-radius: 10px;
  background-color: #f4f4f4;
  margin-bottom: 3%;
  font-size: 1.0625rem;
  white-space: pre-wrap; }
  .video_single_intro a {
    display: inline-block;
    color: #549e9b; }

.related_videos {
  margin-bottom: 5%; }
  .related_videos .aritcle_h3 img {
    width: 32px;
    height: 32px; }

.related_videos_down {
  margin-bottom: 2%; }
  .related_videos_down a {
    color: #414141; }
    .related_videos_down a:hover > p {
      text-decoration: underline;
      color: #549e9b; }
  .related_videos_down img {
    margin: 0 auto; }
  .related_videos_down p {
    margin: 2.8% 0 3%;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.related_videos_down {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .related_videos_down .related_video_each {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%; }
    .related_videos_down .related_video_each:nth-child(even) {
      margin-right: 0; }
  .related_videos_down .related_video_single_title {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 3%; }
  .related_videos_down .related_video_single_name_date {
    font-size: 14px;
    margin: 0 3%;
    color: #757575; }

.related_video_each_img {
  height: 250px; }
  .related_video_each_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 1080px) {
  .related_video_each_img {
    height: 200px; } }

@media screen and (max-width: 967px) {
  .related_video_each_img {
    height: 170px; } }

@media screen and (max-width: 769px) {
  .related_video_each_img {
    height: 145px; } }

@media screen and (max-width: 600px) {
  .related_video_each_img {
    height: 190px; }
  .related_videos_down .related_video_single_title {
    font-size: 1.2rem; }
  .related_videos_down .related_video_single_name_date {
    font-size: 12px; }
  .video_single_container,
  .video_single_intro {
    margin-bottom: 5%; } }

@media screen and (max-width: 481px) {
  .related_video_each_img {
    height: 135px; } }

@media screen and (max-width: 321px) {
  .related_video_each_img {
    height: 100px; } }

.articleStoreInfo {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 500px;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
}

.article_content .toStorePageBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    display: inline-block;
    color: #fff;
    background-color: #86BAB1;
    border-radius: 5px;
    font-size: 0.875rem;
    text-decoration: none;
}

    .toStorePageBtn:hover {
        background-color: #549e9b;
    }

.article_content .articleStoreInfoTitle {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    max-width: 80%;
    padding:0;
}

.ratingContainer {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.stars_rating .rating_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.stars_rating .rating_icon_star {
    color: orange;
    width: 22px;
}

.stars_rating .rating_input:checked ~ .rating_label .rating_icon_star {
    color: #ddd;
}

.articleStoreInfoOpeningHours {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .articleStoreInfoOpeningHours p {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .articleStoreInfoOpeningHours div {
        position: relative;
    }

    .articleStoreInfoOpeningHours .openHoursLabel {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .articleStoreInfoOpeningHours .articleStoreInfoOpeningUl {
        list-style:none;
        position: absolute;
        left: 0;
        top: 1.7rem;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 0px 15px;
        -webkit-margin-before: 0 !important;
        margin-block-start: 0 !important;
        -webkit-margin-after: 0 !important;
        margin-block-end: 0 !important;
        -webkit-margin-start: 0px !important;
        margin-inline-start: 0px !important;
        -webkit-margin-end: 0px !important;
        margin-inline-end: 0px !important;
        -webkit-padding-start: 15px !important;
        padding-inline-start: 15px !important;
        background-color: #fff;
        z-index: 2;
        height: 0;
        overflow: hidden;
    }

    .articleStoreInfoOpeningHours .openHours_arrow {
        border: solid #549e9b;
        border-width: 0px 3px 3px 0;
        display: inline-block;
        padding: 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .articleStoreInfoOpeningHours .openHoursInput {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: 0;
    }

 .openHoursInput:checked ~ .openHours_arrow {
    -webkit-transform: rotate(45deg) translateX(-5px);
    -ms-transform: rotate(45deg) translateX(-5px);
    transform: rotate(45deg) translateX(-5px);
    margin-left: 5px;
}

@media screen and (max-width: 321px) {
    .ratingContainer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .rating > label:before {
        font-size: 1em;
    }
}
.storeInfo {
    font-size: 1rem;
}

.storeInfoTitle {
    margin-bottom: 20px;
}

.storeInforating {
    border-bottom: 2px dashed #549e9b;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .storeInforating .stars_rating .rating_label {
        font-size: 1.5rem;
    }

    .storeInforating .stars_rating .rating_label_half {
        margin-right: -1.9rem;
    }

.storeInfoTel {
    margin-bottom: 15px;
}

.storeInfoAddress {
    margin-bottom: 15px;
}

.storeInfoWeb {
    margin-bottom: 15px;
}

    .storeInfoWeb a {
        color: #86BAB1;
        position: relative;
        display: inline-block;
    }

        .storeInfoWeb a::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            height: 2px;
            width: 0;
            background-color: #86BAB1;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .storeInfoWeb a:hover::before {
            width: 100%;
        }

.storeInfoOpeningHours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    font-size: 1rem;
}

.storeInfoOpeningUl li {
    margin-bottom: 5px;
}

.storeInfoOpeningHoursLeft {
    width: 45%;
}

.storeMap {
    width: 55%;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .storeMap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.storeComment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.storeCommentLi {
    width: 100%;
    margin: 0 12px 45px 0;
    font-size: 1rem;
    -webkit-box-shadow: 1px 1px 4px #929292;
    box-shadow: 1px 1px 4px #929292;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0 15px;
    border-radius: 10px;
    position: relative;
}

.storeCommentHead {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    position: absolute;
    top: -25px;
}

    .storeCommentHead img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.storeCommentName {
    font-size: 0.9rem;
    font-weight: 900;
}

.storeCommentRating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #86BAB1;
}

.storeCommentRateDate {
    font-size: 0.8rem;
    margin-right: 10px;
}

.storeCommentWord {
    width: 92%;
    margin: 0 auto;
}

.storeSharePicArea {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border: 8px double #549e9b;
    border-radius: 15px;
    padding: 10px;
}

    .storeSharePicArea img {
        margin-bottom: 10px;
    }

@media screen and (max-width: 768px) {
    .storeSharePicArea {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

@media screen and (max-width: 600px) {
    .storeSharePicArea {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .storeInfoOpeningHours {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 60px;
    }

    .storeInfoOpeningHoursLeft {
        margin-bottom: 15px;
    }

    .storeInfoOpeningHoursLeft {
        width: 100%;
    }

    .storeMap {
        padding-bottom: 50%;
        width: 100%;
    }

    .storeCommentLi {
        width: calc(100% - 0px);
        margin-right: 0px;
    }

        .storeCommentLi:nth-child(3n) {
            margin-right: 0px;
        }
}

.menuMemberArea {
    position: relative;
}

    .menuMemberArea:hover .menuMemberAreaList {
        display: block;
    }

.menuMemberAreaList {
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    min-width: 160px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #549e9b;
    -webkit-filter: drop-shadow(0px 3px 5px #ababab);
    filter: drop-shadow(0px 3px 5px #ababab);
}

.memberLoginStatus {
    width: 100%;
}

.menuMemberAreaListName {
    padding: 10px;
    border-bottom: 2px solid #549e9b;
}

.menuMemberAreaListUl li {
    border-bottom: 1px dotted #549e9b;
}

    .menuMemberAreaListUl li:last-of-type {
        border-bottom: none;
    }

.menuMemberAreaListUl a {
    color: #414141;
    display: block;
    padding: 10px;
    white-space: nowrap;
}

    .menuMemberAreaListUl a:hover {
        background-color: #549e9b;
        color: #fff;
    }

@media screen and (max-width: 768px) {
    .memberLoginStatus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .menuMemberAreaList {
        display: block;
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border-radius: 0;
        border: none;
        background-color: #549e9b;
        text-align: left;
        -webkit-filter: none;
        filter: none;
    }

    .menuMemberAreaListUl li {
        border-bottom: 1px solid #fff;
    }

        .menuMemberAreaListUl li:last-of-type {
            border-bottom: 1px solid #fff;
        }

    .menuMemberAreaListUl a {
        color: #fff;
        padding: 13px 20px;
    }

    .menuMemberAreaListName {
        display: none;
        border-bottom: 1px solid #fff;
    }
}

a.menuLight {
    position: relative;
    font-weight: bolder;
    color: #ff604f;
}

    a.menuLight:hover {
        font-weight: bold;
    }

        a.menuLight:hover::after {
            background-image: -o-linear-gradient(80deg, #2580b3 10%, #000000 80%);
            background-image: linear-gradient(10deg, #2580b3 10%, #000000 80%);
        }

    a.menuLight::after {
        content: "New";
        position: absolute;
        right: 10px;
        top: -5px;
        font-size: 0.75rem;
        font-weight: bold;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f77062), to(#fe5196));
        background-image: -o-linear-gradient(top, #f77062 20%, #fe5196 100%);
        background-image: linear-gradient(180deg, #f77062 20%, #fe5196 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: shack 1.5s infinite;
        animation: shack 1.5s infinite;
    }

@-webkit-keyframes shack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shack {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 768px) {
    a.menuLight {
        color: #fff;
    }

        a.menuLight::after {
            right: auto;
            top: 15px;
            left: calc(5rem + 35px);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff;
            background-image: none;
            -webkit-background-clip: text;
            -webkit-text-fill-color: #fff;
        }
}
.yam_pick_article_label_wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    /* 當超過width和height的大小就隱藏 */
    position: absolute;
    top: -6px;
    left: -6px;
}

.yam_pick_article_label {
    position: relative;
    left: -32px;
    top: 21px;
    width: 140px;
    background-color: #f77062;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

    .yam_pick_article_label::before {
        content: "";
        border-top: 4px solid #5b3b2f;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        bottom: -4px;
        left: 0;
    }

    .yam_pick_article_label::after {
        content: "";
        border-top: 4px solid #5b3b2f;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        bottom: -4px;
        right: 0;
    }
.index_container {
    padding: 0 14px;
}

@media screen and (max-width: 769px) {
    .index_container {
        padding: 5% 14px 0;
    }
}

.banner_area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.banner_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    position: relative;
    padding-bottom: 25px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .banner_main .banner_main_pagination {
        z-index: 3;
        bottom: 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

        .banner_main .banner_main_pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            border: 1px solid #fff;
            margin-right: 10px;
        }

.banner_main_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_main_wrapper {
    width: 80%;
}

@media screen and (max-width: 769px) {
    .banner_main_wrapper {
        width: 100%;
    }
}

.banner_main_swiper_slide {
    aspect-ratio: 720/378;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    --banner-frame-offset: 0px;
}

    .banner_main_swiper_slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        display: none;
        background-color: var(--frame-color, #e3c45a);
        pointer-events: none;
    }

    .banner_main_swiper_slide .banner_main_swiper_slide_tag {
        position: absolute;
        top: 12px;
        right: 11px;
        z-index: 4;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: calc(100% - 24px);
        padding: 8px 16px;
        background-color: var(--frame-color, #e3c45a);
        color: #431905;
        font-size: 1.2rem;
        font-weight:bold;
        white-space: nowrap;
        border-radius: 0 0 0 18px;
        pointer-events: none;
    }

@media screen and (max-width: 769px) {
    .banner_main_swiper_slide .banner_main_swiper_slide_tag {
        max-width: calc(100% - 20px);
        padding: 8px 14px;
        font-size: 0.75rem;
    }
}

.banner_main_swiper_slide .banner_main_swiper_slide_a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    inset: var(--banner-frame-offset);
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

    .banner_main_swiper_slide .banner_main_swiper_slide_a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        z-index: 1;
        pointer-events: none;
    }

    .banner_main_swiper_slide .banner_main_swiper_slide_a h2 {
        width: 90%;
        margin: 0 auto;
        font-size: 1.75rem;
        position: absolute;
        bottom: 36px;
        left: 40px;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        z-index: 3;
    }

@media screen and (max-width: 769px) {
    .banner_main_swiper_slide .banner_main_swiper_slide_a h2 {
        font-size: 1.4rem;
        bottom: 16px;
        left: 24px;
    }
}

.banner_main_swiper_slide .banner_main_swiper_slide_a img {
    max-width: 100%;
    max-height: 100%;
}

.banner_main_swiper_slide.has-frame {
    --banner-frame-offset: 15px;
}

    .banner_main_swiper_slide.has-frame::before {
        display: block;
    }

    .banner_main_swiper_slide.has-frame .banner_main_swiper_slide_a {
        border-radius: 24px;
    }

.banner_main_swiper_slide .banner_main_swiper_slide_a1 {
    background-image: url("../../assets/images/index/840_390_banner.png");
}

.banner_main_swiper_slide .banner_main_swiper_slide_a2 {
    background-image: url("https://hips.hearstapps.com/hmg-prod/images/091306-66ebfb23cdadd.jpeg?crop=1xw:1xh;center,top");
}

.banner_main_swiper_slide .banner_main_swiper_slide_a3 {
    background-image: url("https://dailyview.tw/_next/image?url=https%3A%2F%2F2024-dailyview.s3.ap-northeast-1.amazonaws.com%2FContent%2FUpload%2FPopular%2FImages%2F2024-03%2F7eed0172-b049-4f48-9e78-fa8128723a9b_m.jpg&w=1080&q=75");
}

.banner_main_swiper_slide.swiper-slide-next,
.banner_main_swiper_slide.swiper-slide-prev {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.index_h3 {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    display: block;
    z-index: 1;
    margin: 22px 0;
    color: #549e9b;
}

@media screen and (max-width: 767px) {
    .index_h3 {
        font-size: 1.125rem;
    }
}

.index_h3 .index_h3_div {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.index_h3 img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.index_h3 span {
    display: inline-block;
    vertical-align: middle;
}

.grayWrap {
    background-color: #f3f5f7;
}

.indexSectionContainer {
    max-width: 1112px;
    margin: 0 auto 40px;
    width: 95%;
}

.bannerSearchChoiceWrap,
.bannerSearchChoiceSearcgBtn {
    display: none;
}

.hot_keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2% auto 0%;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .hot_keywords {
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.hot_keywords a {
    padding: 3px 10px;
    background-color: #549e9b;
    color: #fff;
    margin: 2px 7px;
    font-weight: normal;
    border-radius: 20px;
    display: inline-block;
}

    .hot_keywords a:hover {
        background-color: #86BAB1;
    }

@media screen and (max-width: 767px) {
    .hot_keywords a {
        padding: 5px 8px;
        margin: 5px 4px;
        font-size: 0.9rem;
    }
}

.indexArticleSectionContainer {
    max-width: 1112px;
    margin: 0 auto 40px;
    width: 95%;
}

@media (max-width: 768px) {
    .indexArticleSectionContainer {
        margin: 0 auto 40px;
    }
}

.newArticleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .newArticleList li {
        width: calc(25% - 12px);
        margin-right: 16px;
        margin-bottom: 16px;
    }

        .newArticleList li:nth-of-type(4n) {
            margin-right: 0;
        }

@media screen and (max-width: 767px) {
    .newArticleList li {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .newArticleList li:nth-of-type(2n) {
        margin-right: 0;
    }
}

.newArticleList a {
    display: block;
}

    .newArticleList a:hover .newArticleTitle {
        color: #549e9b;
        text-decoration: underline;
    }

.newArticleList .indexNewArticlePic {
    margin-bottom: 8px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/2.1;
}

    .newArticleList .indexNewArticlePic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.indexAreaReadMoreBtn {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .indexAreaReadMoreBtn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .indexAreaReadMoreBtn a:hover span {
            text-decoration: underline;
        }

    .indexAreaReadMoreBtn span {
        font-family: sans-serif, Microsoft JhengHei, Lato;
        font-size: 0.875rem;
        font-weight: bold;
        color: #171717;
        line-height: 1;
    }

    .indexAreaReadMoreBtn img {
        width: 20px;
        margin-left: 10px;
    }

.indexArtileTitle {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #414141;
}

    .indexArtileTitle:hover {
        text-decoration: underline;
        color: #549e9b;
    }

.indexArtileAuthor {
    color: #549e9b;
    font-size: 0.875rem;
}

    .indexArtileAuthor:hover {
        text-decoration: underline;
    }

.indexArtileDate {
    font-size: 0.875rem;
    color: #787575;
}

.editorRecommendationContainerWrap {
    padding: 12px 0 24px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .editorRecommendationContainerWrap {
        padding: 1px 0 20px;
    }
}

.editorRecommendationContainer {
    max-width: 1112px;
    margin: 0 auto 0px;
    width: 95%;
}

.EditorRecommendationSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.EditorPickMainCard {
    width: 48.02%;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    .EditorPickMainCard {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.EditorPickMainCard a {
    display: block;
}

.EditorPickMainCardPic {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 4/2.1;
}

    .EditorPickMainCardPic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.EditorPickMainCardTitle {
    font-size: 1.125rem;
}

.EditorPickSideCards {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.EditorPickSideCardEach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.EditorPickSideCardPic {
    width: 39.85%;
    aspect-ratio: 4/2.1;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
}

    .EditorPickSideCardPic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.EditorPickSideCardEachText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.creatorArticleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 666px;
}

@media (max-width: 820px) {
    .creatorArticleRow {
        height: auto;
    }
}

.creatorArticleRowTabHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.playerArticleBoxTab {
    width: 68.08%;
}

.playerArticleBox {
    width: 68.08%;
    height: 100%;
    position: relative;
}

    .playerArticleBox .indexAreaReadMoreBtn {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }

@media (max-width: 820px) {
    .playerArticleBox .indexAreaReadMoreBtn {
        position: relative;
        margin: 10px 0;
    }
}

.playerArticleList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .playerArticleList {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .playerArticleEach {
        grid-column: auto !important;
        grid-row: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* 大卡片：各占 3 欄（總共6欄，分兩個大） */
.playerArticleEach.large:nth-of-type(1) {
    grid-column: 1/span 3;
    grid-row: 1;
}

.playerArticleEach.large:nth-of-type(2) {
    grid-column: 4/span 3;
    grid-row: 1;
}

/* 小卡片：各占2欄，排在第二排 */
.playerArticleEach.small:nth-of-type(3) {
    grid-column: 1/span 2;
    grid-row: 2;
}

.playerArticleEach.small:nth-of-type(4) {
    grid-column: 3/span 2;
    grid-row: 2;
}

.playerArticleEach.small:nth-of-type(5) {
    grid-column: 5/span 2;
    grid-row: 2;
}

.playerArticlePic {
    aspect-ratio: 4/2.57;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
}

    .playerArticlePic a {
        display: block;
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    .playerArticlePic {
        width: 40.4%;
        margin-right: 12px;
        margin-bottom: 0;
    }
}

.playerArticlePic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .playerArticlePicText {
        width: 59.6%;
    }
}

.creatorArticleListTab {
    width: calc(31.92% - 48px);
    margin-left: 48px;
}

.creatorArticleBox {
    width: calc(31.92% - 48px);
    margin-left: 48px;
    position: relative;
}

    .creatorArticleBox .indexAreaReadMoreBtn {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }

@media (max-width: 820px) {
    .creatorArticleBox .indexAreaReadMoreBtn {
        position: relative;
        margin: 10px 0;
    }
}

.creatorArticleList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.creatorArticlePic {
    aspect-ratio: 4/3.48;
    border-radius: 10px;
    overflow: hidden;
    width: 40.4%;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .creatorArticlePic {
        aspect-ratio: 4/2.57;
    }
}

.creatorArticlePic a {
    display: block;
    width: 100%;
    height: 100%;
}

.creatorArticlePic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.creatorArticlePicText {
    width: 59.6%;
}

@media (max-width: 820px) {
    .creatorArticleRow {
        display: block;
    }

    .creatorArticleRowTabHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
    }

        .creatorArticleRowTabHeader .index_h3 {
            width: auto;
            text-align: center;
            padding: 12px;
            font-size: 1.125rem;
            font-weight: bolder;
            color: #e9e9e9;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin: 0;
        }

            .creatorArticleRowTabHeader .index_h3.active {
                color: #549e9b;
                font-weight: bold;
                background: #fff;
            }

    .playerArticleBox,
    .creatorArticleBox {
        display: none;
    }

        .playerArticleBox.active,
        .creatorArticleBox.active {
            display: block;
        }

    .playerArticleBox,
    .creatorArticleBox,
    .playerArticleBoxTab,
    .creatorArticleListTab {
        width: 100%;
        margin-left: 0;
    }
}

.indexPlayerListContainer {
    max-width: 1112px;
    margin: 0 auto 80px;
    width: 95%;
}

@media (max-width: 820px) {
    .indexPlayerListContainer {
        width: 97.5%;
        margin: 30px 0 30px 2.5%;
    }
}

.indexPlayerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
}

@media (max-width: 1280px) {
    .indexPlayerList {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        .indexPlayerList::-webkit-scrollbar {
            display: none;
            width: 4px;
        }

        .indexPlayerList::-webkit-scrollbar-track-piece {
            background: rgba(0, 0, 0, 0.1019607843);
            border-radius: 10px;
        }

        .indexPlayerList::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #549e9b;
        }
}

@media (max-width: 767px) {
    .indexPlayerList {
        margin-left: 10px;
        padding: 16px 20px;
    }

        .indexPlayerList::-webkit-scrollbar {
            height: 5px;
        }
}

.indexPlayerList li {
    width: calc(16.6666666667% - 20px);
    margin-right: 40px;
}

    .indexPlayerList li:last-of-type {
        margin-right: 0;
    }

@media (max-width: 820px) {
    .indexPlayerList li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(20% - 30px);
        margin-right: 30px;
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    .indexPlayerList li {
        margin-right: 50px;
        width: calc(38% - 10px);
    }
}

@media (max-width: 370px) {
    .indexPlayerList li {
        margin-right: 30px;
        width: calc(45% - 10px);
    }
}

.indexPlayerList .indexAreaReadMoreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indexPlayerListHead {
    width: 108px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 auto 18px;
}

@media (max-width: 600px) {
    .indexPlayerListHead {
        width: 100%;
        max-width: 120px;
    }
}

.indexPlayerListHead img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.indexPlayerEach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .indexPlayerEach:hover h3 {
        text-decoration: underline;
    }

    .indexPlayerEach:hover .indexAreaReadMoreBtn span {
        text-decoration: underline;
    }

    .indexPlayerEach h3 {
        font-size: 1.125rem;
        font-weight: bolder;
        color: #414141;
        height: 3.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .indexPlayerEach p {
        font-size: 1rem;
        height: 4.5rem;
        color: #707070;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

@media (max-width: 820px) {
    .indexPlayerEach p {
        display: none;
    }
}

.indexPlayerTag {
    font-size: 0.8125rem;
    display: inline-block;
    border-radius: 8px 0 8px 0;
    padding: 2px 8px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.indexPlayerTagBrown {
    color: #9e7f54;
    background-color: #f4eedd;
}

.indexPlayerTagRed {
    color: #bf5b65;
    background-color: #f4e3e3;
}

.specialEditionSection {
    position: relative;
    max-width: 1112px;
    margin: 0 auto 80px;
    width: 95%;
}

@media (max-width: 768px) {
    .specialEditionSection {
        margin: 0 auto 40px;
    }
}

.specialEditionSection .index_h3 {
    position: relative;
    margin: 20px 0;
}

.specialEditionSection .specialEditionSectionSwiperChangeBtn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .specialEditionSection .specialEditionSectionSwiperChangeBtn {
        display: none;
    }
}

.specialEditionSection .specialEditionSectionSwiperNext,
.specialEditionSection .specialEditionSectionSwiperPrev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #4899ae;
}

    .specialEditionSection .specialEditionSectionSwiperNext::after,
    .specialEditionSection .specialEditionSectionSwiperPrev::after {
        color: #4899ae;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 20px;
    }

    .specialEditionSection .specialEditionSectionSwiperNext::after {
        content: "\f054";
    }

    .specialEditionSection .specialEditionSectionSwiperPrev::after {
        content: "\f053";
    }

.specialEditionSectionSwiper {
    margin-left: auto;
    margin-right: auto;
}

.specialEditionListSlide {
    position: relative;
}

@media screen and (max-width: 600px) {
    .specialEditionListSlide {
        height: calc((100% - 10px) / 2) !important;
    }
}

.specialEditionListSlide a {
    display: block;
    position: relative;
}

    .specialEditionListSlide a:hover .specialEditionPic {
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        opacity: 0.8;
    }

.specialEditionListSlide h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.65) 100%);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
    font-size: 1.125rem;
    padding: 17px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 0 10px 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .specialEditionListSlide h3 {
        padding: 11px 16px;
    }
}

.specialEditionContentWrap {
    position: relative;
    aspect-ratio: 272/204;
    overflow: hidden;
    border-radius: 10px;
}

.specialEditionPic {
    width: 100%;
    height: 100%;
}

    .specialEditionPic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
    }

.popularTopicListBg {
    padding: 12px 0 36px;
}

@media (max-width: 768px) {
    .popularTopicListBg {
        padding: 1px 0 20px;
    }
}

.popularTopicListContainer {
    max-width: 1112px;
    margin: 0 auto 4px;
    width: 95%;
}

@media (max-width: 767px) {
    .popularTopicListContainer {
        width: 97.5%;
        margin: 30px 0 30px 2.5%;
    }
}

.popularTopicList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .popularTopicList {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        .popularTopicList::-webkit-scrollbar {
            width: 3px;
        }
}

@media (max-width: 767px) and (max-width: 767px) {
    .popularTopicList::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .popularTopicList::-webkit-scrollbar-track-piece {
        background: rgba(0, 0, 0, 0.1019607843);
        border-radius: 10px;
    }

    .popularTopicList::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #549e9b;
    }
}

.popularTopicList li {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    overflow: hidden;
    width: calc(25% - 12px);
    margin-right: 16px;
    scroll-snap-align: start;
}

    .popularTopicList li:last-of-type {
        margin-right: 0;
    }

@media (max-width: 767px) {
    .popularTopicList li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40vw;
        margin-right: 16px;
    }

        .popularTopicList li:last-of-type {
            margin-right: 0;
        }
}

@media (max-width: 430px) {
    .popularTopicList li {
        width: 65vw;
    }
}

.popularTopicList a {
    display: block;
}

    .popularTopicList a:hover h3 span {
        color: #549e9b;
        text-decoration: underline;
    }

.popularTopicList .popularTopicPic {
    aspect-ratio: 266/200;
}

    .popularTopicList .popularTopicPic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.popularTopicList h3 {
    height: 6.5625rem;
    padding: 12px 16px;
}

    .popularTopicList h3 span {
        font-size: 1.125rem;
        font-weight: bolder;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #414141;
    }

.specialEdition2SectionUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionUl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        .specialEdition2SectionUl::-webkit-scrollbar {
            display: none;
            height: 5px;
        }
}

.specialEdition2SectionUl li {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
}

    .specialEdition2SectionUl li:last-of-type {
        margin-right: 0;
    }

@media screen and (max-width: 767px) {
    .specialEdition2SectionUl li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: min(160px, 60vw);
        margin-right: 10px;
        scroll-snap-align: start;
    }
}

.specialEdition2SectionUl li > a {
    display: block;
    aspect-ratio: 266/435;
}

    .specialEdition2SectionUl li > a:hover .specialEdition2SectionBoxPic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.specialEdition2SectionBox {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.specialEdition2SectionBoxPic {
    width: 100%;
    height: 100%;
    position: relative;
}

    .specialEdition2SectionBoxPic::after {
        content: "";
        position: absolute;
        inset: 0;
        height: calc(100% - 103px);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
        pointer-events: none;
    }

@media screen and (max-width: 767px) {
    .specialEdition2SectionBoxPic::after {
        height: calc(100% - 80px);
    }
}

.specialEdition2SectionBoxPic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.specialEdition2SectionBoxBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 103px;
    padding: 40px 12px 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#549e9b));
    background-image: -o-linear-gradient(top, #000000 0%, #549e9b 100%);
    background-image: linear-gradient(to bottom, #000000 0%, #549e9b 100%);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionBoxBottom {
        min-height: 80px;
        padding: 20px 8px 10px;
    }
}

.specialEdition2SectionBoxIcon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionBoxIcon {
        width: 30px;
        height: 30px;
    }
}

.specialEdition2SectionBoxIcon img {
    width: 100%;
    height: 100%;
    display: block;
}

.specialEdition2SectionTag {
    display: block;
    color: #f7d36c;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.specialEdition2SectionTitle {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionTitle {
        font-size: 1rem;
    }
}

.rightArticlesBox {
  margin: 24px 0;
}

.rightArticlesTitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #549e9b;
}

.sidePopularArticlesList li {
  counter-increment: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.sidePopularArticlesList li:last-of-type {
  margin-bottom: 0;
}
.sidePopularArticlesList li:before {
  color: #b2ddd9;
  content: counter(step);
  font-size: 1.5rem;
  font-weight: 700;
  width: 24px;
  margin-right: 12px;
  display: inline-block;
}
.sidePopularArticlesList li a {
  display: inline-block;
  font-size: 1rem;
  color: #414141;
  line-height: 1.5;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sidePopularArticlesList li a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(84, 158, 155, 0.2);
          text-decoration-color: rgba(84, 158, 155, 0.2);
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.sideEditorRecommendationList li {
  margin-bottom: 16px;
}
.sideEditorRecommendationList li:last-of-type {
  margin-bottom: 0;
}
.sideEditorRecommendationList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  color: #414141;
}
.sideEditorRecommendationList a:hover {
  color: #549e9b;
  text-decoration: underline;
}

.sideEditorRecommendationListPic {
  display: inline-block;
  width: 84px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin-right: 12px;
  overflow: hidden;
}
.sideEditorRecommendationListPic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sideEditorRecommendationListTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.readerDiscountList li {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  margin-bottom: 8px;
}
.readerDiscountList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  color: #414141;
}

.readerDiscountListPic {
  width: 71px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.readerDiscountListPic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.readerDiscountListText {
  width: calc(100% - 71px - 8px);
}

.readerDiscountStore {
  font-weight: 400;
  color: #f3b72c;
  font-size: 0.75rem;
  line-height: 1.4;
}

.readerDiscountListTitle {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-bottom: 8px;
}

.readerDiscountPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.readerDiscountPrice p:first-of-type {
  font-size: 0.875rem;
}
.readerDiscountPrice p:last-of-type {
  font-size: 0.75rem;
  color: #549e9b;
}

.articleTableBox {
  margin: 48px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .articleTableBox {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .articleTableBox {
    margin: 32px 0;
  }
}

.articleTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #262626;
  font-size: 1rem;
  line-height: 1.8;
}
.articleTable .articleTable_col_facility {
  width: 16.4%;
}
.articleTable .articleTable_col_intro,
.articleTable .articleTable_col_note {
  width: 41.8%;
}
.articleTable th,
.articleTable td {
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.02em;
  word-break: break-word;
}
.articleTable {
  /* 第一橫列 */
}
.articleTable .row-header {
  padding: 20px 16px;
  background-color: #5e9f9e;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.articleTable {
  /* 一般內容 */
}
.articleTable tbody td {
  padding: 18px 20px;
  background-color: #f3faf9;
  vertical-align: top;
}
.articleTable {
  /* 第一直欄 */
}
.articleTable .col-header {
  padding: 28px 20px;
  background-color: rgba(84, 158, 155, 0.2);
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.articleTable {
  /* 文字內容 */
}
.articleTable p,
.articleTable ul,
.articleTable ol {
  margin: 0;
}
.articleTable p + ul,
.articleTable p + ol {
  margin-top: 16px;
}
.articleTable ul,
.articleTable ol {
  padding-left: 1.35em;
}
.articleTable ul {
  list-style: disc;
}
.articleTable ol {
  list-style: decimal;
}
.articleTable li + li {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .articleTable .row-header {
    padding: 18px 14px;
  }
  .articleTable .col-header {
    padding: 24px 16px;
  }
  .articleTable tbody td {
    padding: 18px 16px;
  }
}
@media screen and (max-width: 767px) {
  .articleTable .row-header {
    padding: 16px 12px;
  }
  .articleTable .col-header {
    padding: 20px 14px;
  }
  .articleTable tbody td {
    padding: 16px 14px;
  }
}

.listPageNewArticleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listPageNewArticleList li {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  margin-bottom: 16px;
}
.listPageNewArticleList li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .listPageNewArticleList li:nth-of-type(3n) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 820px) {
  .listPageNewArticleList li {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .listPageNewArticleList li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.listPageNewArticleList a {
  display: block;
}
.listPageNewArticleList a:hover .newArticleTitle {
  color: #549e9b;
  text-decoration: underline;
}
.listPageNewArticleList .indexNewArticlePic {
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/2.1;
}
.listPageNewArticleList .indexNewArticlePic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page_left {
  width: calc(100% - 350px);
}

.page_right {
  width: 300px;
  max-width: 300px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .page_left {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 820px) {
  .page_left {
    width: calc(100% - 280px);
    margin: 0;
  }
  .page_right {
    width: 265px;
  }
}
@media screen and (max-width: 768px) {
  .page_left {
    width: calc(100% - 270px);
    margin: 0;
  }
  .page_right {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_left {
    width: 100%;
    margin-bottom: 10%;
  }
  .page_right {
    width: 100%;
    max-width: none;
  }
}
.listMenu-optionContainer {
  position: relative;
  margin: 20px 0;
}

.menu-option.listMenuSwiperOption {
  height: 90px;
}
.menu-option.listMenuSwiperOption .swiper-container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.menu-option.listMenuSwiperOption .listMenuSwiper {
  width: 92%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.menu-option.listMenuSwiperOption .swiper-button-next,
.menu-option.listMenuSwiperOption .swiper-button-prev {
  color: #86C8BC;
}
.menu-option.listMenuSwiperOption .swiper-button-next {
  right: 0;
}
.menu-option.listMenuSwiperOption .menu-option .swiper-button-prev {
  left: 0;
}
.menu-option.listMenuSwiperOption .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #f8f8f8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.menu-option.listMenuSwiperOption .swiper-slide:hover {
  border: 1px solid #73cac7;
}
.menu-option.listMenuSwiperOption .swiper-slide a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.menu-option.listMenuSwiperOption .swiper-slide img {
  display: block;
  width: auto;
  height: 76%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.menu-option.listMenuSwiperOption .swiper-slide span {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: 99%;
  position: absolute;
  font-size: 16px;
  font-weight: bolder;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 65%);
      -ms-transform: translate(-50%, 65%);
          transform: translate(-50%, 65%);
  color: #86c8bc;
  margin: 0;
  padding: 0;
}

/* 基礎樣式 */
.adSlot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
}
.adSlot a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ddd;
}
.adSlot a::before {
  content: "ADVERTISEMENT";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  color: #999;
}

/* 各尺寸樣式，用height區分，之後有新尺寸再新增區分 */
.adSlot--h90 {
  min-height: 90px;
}
.adSlot--h100 {
    min-height: 100px;
}
.adSlot--h250 {
  min-height: 250px;
}
.adSlot--h300 {
    min-height: 300px;
}
.adSlot--h480 {
    min-height: 480px;
}
.adSlot--h600 {
    min-height: 600px;
}

.menuMemberArea {
  position: relative;
}
.menuMemberArea:hover .menuMemberAreaList {
  display: block;
}

.menuMemberAreaList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  min-width: 160px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #549e9b;
  -webkit-filter: drop-shadow(0px 3px 5px #ababab);
          filter: drop-shadow(0px 3px 5px #ababab);
}

.memberLoginStatus {
  width: 100%;
}

.menuMemberAreaListName {
  padding: 10px;
  border-bottom: 2px solid #549e9b;
}

.menuMemberAreaListUl li {
  border-bottom: 1px dotted #549e9b;
}
.menuMemberAreaListUl li:last-of-type {
  border-bottom: none;
}
.menuMemberAreaListUl a {
  color: #414141;
  display: block;
  padding: 10px;
  white-space: nowrap;
}
.menuMemberAreaListUl a:hover {
  background-color: #549e9b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .memberLoginStatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .menuMemberAreaList {
    display: block;
    position: relative;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    border-radius: 0;
    border: none;
    background-color: #549e9b;
    text-align: left;
    -webkit-filter: none;
            filter: none;
  }
  .menuMemberAreaListUl li {
    border-bottom: 1px solid #fff;
  }
  .menuMemberAreaListUl li:last-of-type {
    border-bottom: 1px solid #fff;
  }
  .menuMemberAreaListUl a {
    color: #fff;
    padding: 13px 20px;
  }
  .menuMemberAreaListName {
    display: none;
    border-bottom: 1px solid #fff;
  }
}
a.menuLight {
  position: relative;
  font-weight: bolder;
  color: #f77062;
}
a.menuLight:hover {
  font-weight: bold;
}
a.menuLight:hover::after {
  background-image: -o-linear-gradient(80deg, #2580b3 10%, #000000 80%);
  background-image: linear-gradient(10deg, #2580b3 10%, #000000 80%);
}
a.menuLight::after {
  content: "New";
  position: absolute;
  right: 10px;
  top: -5px;
  font-size: 0.75rem;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f77062), to(#fe5196));
  background-image: -o-linear-gradient(top, #f77062 20%, #fe5196 100%);
  background-image: linear-gradient(180deg, #f77062 20%, #fe5196 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shack 1.5s infinite;
          animation: shack 1.5s infinite;
}

@-webkit-keyframes shack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  a.menuLight {
    color: #fff;
  }
  a.menuLight::after {
    right: auto;
    top: 15px;
    left: calc(5rem + 35px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    background-image: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
  }
}
.adSlot--stk_bot {
    position:sticky;
    bottom:0;
}
.adSlot--stk_top120 {
    position: sticky;
    top: 120px;
}

.travelyam-ad-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.travelyam-ad-lightbox-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
}

    .travelyam-ad-lightbox-box > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.travelyam-ad-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    cursor: pointer;
    z-index: 2;
}
.travelyam-bottom-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999998;
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-bottom: env(safe-area-inset-bottom);
}

    .travelyam-bottom-fix > div {
        pointer-events: auto;
    }

.travelyam-bottom-fix-close {
    position: absolute;
    top: -16px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,.75);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
}
.article-parallax-ad .toc,
.article-parallax-ad table {
    z-index: 9;
}
.article-parallax-ad iframe,
.article-parallax-ad video {
    position: relative;
    z-index: 9;
    background: black;
}
.article-parallax-ad > p,
.article-parallax-ad > h1,
.article-parallax-ad > h2,
.article-parallax-ad > h3,
.article-parallax-ad > h4,
.article-parallax-ad > h5,
.article-parallax-ad > blockquote,
.article-parallax-ad > ul,
.article-parallax-ad > ol,
.article-parallax-ad > figure {
    position: relative;
    z-index: 9;
    background: white;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}
.ad-wrapper {
    display:none;
}
.article-parallax-ad .ad-wrapper {
    position: relative;
    height: 480px;
    margin: 20px 0;
    display: flex;
    justify-content:center;
    z-index: 1;
}
.article-parallax-ad .ad-scene {
    position: relative;
    width: 320px;
    height: 480px;
    overflow:hidden;
    opacity: 0;
    z-index: 1;
}
.article-parallax-ad .ad-scene.visible {
    opacity: 1;
    pointer-events: auto;
}
