@charset "UTF-8";
/*-------------------------------------------------------------------------------*\
     $super-slides
\*-------------------------------------------------------------------------------*/
#max-slides {
  display: none;
}

/*-----------------------------$ breakpoints678px------------------------------*/
@media (min-width: 480px) {
  #max-slides {
    display: block;
    position: relative;
    text-align: center;
  }
  #max-slides .slides-container {
    display: none;
  }
  #max-slides .scrollable {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
  }
  #max-slides .scrollable:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .slides-navigation {
    display: block;
    position: absolute;
    top: 46%;
    width: 100%;
    z-index: 3;
  }

  .slides-inner {
    position: relative;
  }
  .slides-inner > a {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .slides-inner > a.next {
    right: 0;
    background-image: url(../../images/super-next.png);
  }
  .slides-inner > a.prev {
    left: 0;
    background-image: url(../../images/super-prev.png);
  }
  .slides-inner > a:hover {
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
  }

  .slides-pagination {
    position: absolute;
    bottom: 1.75em;
    width: 100%;
    text-align: center;
    z-index: 3;
  }
  .slides-pagination > a {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: .25em;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    overflow: hidden;
    text-indent: -100%;
    outline: none;
  }
  .slides-pagination > a.current {
    background-color: #13b5b1;
  }
}
/*====== no js ======*/
@media (min-width: 480px) {
  .no-js .slides-container {
    display: block !important;
  }
}
@media (min-width: 678px) {
  .no-js #max-slides {
    display: block;
  }
  .no-js #max-slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .no-js #max-slides .slides-container div:nth-child(n+2) {
    float: left;
    width: calc(100% / 3);
  }
}

/*-------------------------------------------------------------------------------*\
     $header-index
\*-------------------------------------------------------------------------------*/
.index-header-wrap {
  background: -webkit-linear-gradient(#00b9b4 0%, #18d0ca 100%);
  background: -o-linear-gradient(#00b9b4 0%, #18d0ca 100%);
  background: linear-gradient(#00b9b4 0%, #18d0ca 100%);
}
.index-header-inner {
  position: relative;
  z-index: 99;
}

.index-header-logo {
  text-align: center;
}
.index-header-logo a {
  display: inline-block;
  height: 70px;
  outline: none;
}
.index-header-logo img {
  height: 100%;
  padding: .5em;
}

.top-nav-index {
  display: none;
}

/*-----------------------------$ breakpoints678px------------------------------*/
@media (min-width: 480px) {
  .index-header-wrap {
    position: absolute;
    width: 100%;
  }

  .top-nav {
    display: none;
  }
}
/*-----------------------------$ breakpoints1296px------------------------------*/
@media (min-width: 678px) {
  .index-header-wrap {
    padding-top: 10px;
    z-index: 5;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  }

  .index-header-logo {
    width: 14.2857142857%;
    float: left;
    margin-left: 1.1904761905%;
    margin-right: 1.1904761905%;
    height: 80px;
  }
  .index-header-logo img {
    width: 140px;
    padding: 0;
  }

  .top-nav {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 0;
    padding-left: 1em;
  }
  .top-nav a {
    font-size: 0.813em;
    line-height: 2.5;
    letter-spacing: .075em;
  }
  .top-nav > a:after {
    content: "／";
    padding: 0 .25em;
  }
  .top-nav > a:last-child:after {
    content: "";
  }
  .top-nav-index > a {
    color: #ffffff;
  }
  .top-nav-index > a:hover {
    color: #000000;
  }
  .top-nav-index > a:hover:after {
    color: #e1e1e1;
  }
}
.top-bar {
  position: absolute;
  top: 90px;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 99999;
}

/*-------------------------------------------------------------------------------*\
     $TimeLine
\*-------------------------------------------------------------------------------*/
.tl-wrap {
  position: absolute;
  top: 520px;
  width: 97.619047619%;
  float: left;
  margin-left: 1.1904761905%;
  margin-right: 1.1904761905%;
}

.tl-head {
  padding-bottom: 10px;
}
.tl-head > h3, .tl-head > span {
  display: inline-block;
}
.tl-head > span {
  width: 42%;
  color: #171717;
  font-size: 36px;
  text-align: right;
  font-family: Georgia,"Trebuchet MS", Arial, "微軟正黑體", Helvetica, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
}
.tl-head > h3 {
  width: 56%;
  color: #444444;
  font-size: 1.25em;
}

.tl-topbar {
  position: relative;
  background-color: #242838;
}
.tl-topbar > a {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tl-topbar > span {
  width: calc(100% - 180px);
  height: 60px;
  color: #ffffff;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.tl-prev, .tl-next {
  float: left;
}

.tl-prev {
  background: #4fdbbf;
  background-image: url(../../images/tl-prev.png);
}
.tl-prev:hover {
  background-color: #2dd4b3;
}
.tl-prev:active {
  background-color: #1d8e77;
}

.tl-next {
  background: #13b5b1;
  background-image: url(../../images/tl-next.png);
}
.tl-next:hover {
  background-color: #0f908d;
}
.tl-next:active {
  background-color: #074240;
}

.tl-more {
  position: absolute;
  top: 0;
  right: 0;
  background: #309bdf;
  background-image: url(../../images/tl-more.png);
}
.tl-more:hover {
  background-color: #1f86c7;
}
.tl-more:active {
  background-color: #13537c;
}

.tl-body {
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
}

.tl-content {
  height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
  cursor: pointer;
}
.tl-content::-webkit-scrollbar {
  background-color: #e5e5e5;
}
.tl-content::-webkit-scrollbar-thumb {
  background-color: #13b5b1;
}
.tl-content > li {
  margin-right: 10px;
  padding: .85em 0 .35em 0;
  border-bottom: 1px solid #89dad8;
}
.tl-content > li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tl-content > li:hover {
  background-color: #f2f2f2;
}
.tl-content > li > span, .tl-content > li > a {
  display: block;
  line-height: 1.2;
  color: #212127;
}
.tl-content > li > span {
  float: left;
  width: 85px;
}
.tl-content > li > a {
  float: right;
  width: calc(100% - 85px);
  padding: 0 0 .5em .75em;
  background: url(../../images/tl-arrow.png) no-repeat left 0.45em;
}
.tl-content > li > a:hover {
  color: #0069d2;
}

/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  .tl-wrap {
    position: static;
    width: 30.9523809524%;
    float: left;
    margin-left: 1.1904761905%;
    margin-right: 1.1904761905%;
  }

  .tl-content {
    height: 298px;
  }

  .tl-head > h1 {
    font-size: 2.5em;
  }
  .tl-head > h3 {
    font-size: 1.5em;
  }
}
/*-----------------------------$ breakpoints1164px------------------------------*/
@media screen and (min-width: 1164px) {
  .tl-content {
    height: 340px;
  }
}
/*-------------------------------------------------------------------------------*\
     $facebook & slide
\*-------------------------------------------------------------------------------*/
.fs-wrap {
  width: 97.619047619%;
  float: left;
  margin-left: 1.1904761905%;
  margin-right: 1.1904761905%;
  margin-top: 1050px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.small-slide {
  position: relative;
  margin-top: 25px;
}
.small-slide .owl-item a {
  display: block;
}
.small-slide .owl-item a img {
  height: 230px;
}
.small-slide .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.owl-dots {
  padding: .75rem 0;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  display: block;
  width: .625rem;
  height: .625rem;
  margin: 5px 7px;
  background: #ffffff;
  border-radius: 50%;
}
.owl-dots .active span {
  background: #4fdbc0;
}

/*-----------------------------$ breakpoints678px------------------------------*/
@media (min-width: 480px) {
  .fb-wrap {
    display: none;
  }
}
/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  .fs-wrap {
    width: 22.619047619%;
    float: left;
    margin-left: 1.1904761905%;
    margin-right: 1.1904761905%;
    margin-top: 0;
  }

  .fb-wrap {
    display: block;
  }
}
/*-------------------------------------------------------------------------------*\
     $tab-index
\*-------------------------------------------------------------------------------*/
.tab-wrap {
  position: absolute;
  top: 0;
  width: 97.619047619%;
  float: left;
  margin-left: 1.1904761905%;
  margin-right: 1.1904761905%;
}

.tab-head:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tab-head li {
  position: relative;
  width: calc((100% - 1px) / 3);
  float: left;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.tab-head li > a {
  display: block;
  color: #ffffff;
  line-height: 60px;
}
.tab-head li:nth-child(1):hover:after, .tab-head li:nth-child(2):hover:after, .tab-head li:nth-child(3):hover:after {
  position: absolute;
  left: 45%;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
.tab-head li:nth-child(1) {
  background: #0069d2;
}
.tab-head li:nth-child(1):hover {
  background-color: #0055a9;
}
.tab-head li:nth-child(1):active {
  background-color: #002952;
}
.tab-head li:nth-child(1):hover:after {
  border-color: #0055a9 transparent transparent transparent;
}
.tab-head li:nth-child(2) {
  background: #00c3e5;
}
.tab-head li:nth-child(2):hover {
  background-color: #00a0bc;
}
.tab-head li:nth-child(2):active {
  background-color: #005666;
}
.tab-head li:nth-child(2):hover:after {
  border-color: #00a0bc transparent transparent transparent;
}
.tab-head li:nth-child(3) {
  background: #24b84c;
  border-right: none;
}
.tab-head li:nth-child(3):hover {
  background-color: #1d963e;
}
.tab-head li:nth-child(3):active {
  background-color: #0f4d20;
}
.tab-head li:nth-child(3):hover:after {
  border-color: #1d963e transparent transparent transparent;
}
.tab-head .active:nth-child(1):after, .tab-head .active:nth-child(2):after, .tab-head .active:nth-child(3):after {
  position: absolute;
  left: 45%;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
.tab-head .active:nth-child(1):after {
  border-color: #0069d2 transparent transparent transparent;
}
.tab-head .active:nth-child(2):after {
  border-color: #00c3e5 transparent transparent transparent;
}
.tab-head .active:nth-child(3):after {
  border-color: #24b84c transparent transparent transparent;
}

.tab-body {
  padding: 2em 1em;
  background-color: #ffffff;
}
.tab-body ul a {
  display: block;
  padding: 20px 1em;
  color: #212127;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-body ul a span {
  display: none;
  margin-right: 1em;
  color: #0069d2;
}
.tab-body ul a:hover {
  background-color: #f2f2f2;
}

.tab-more {
  padding: 1.25em 0 1em 0;
  text-align: center;
}
.tab-more a {
  display: inline-block;
  padding: 1em 1.5em;
  color: #ffffff;
  background-color: #2f343a;
}
.tab-more a:hover {
  background-color: #181b1e;
}

/*-----------------------------$ breakpoints678px------------------------------*/
@media (min-width: 480px) {
  .tab-body ul a span {
    display: inline-block;
  }
}
/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  .tab-wrap {
    position: static;
    width: 39.2857142857%;
    float: left;
    margin-left: 1.1904761905%;
    margin-right: 1.1904761905%;
  }
}
/*-------------------------------------------------------------------------------*\
     $lazyLoad
\*-------------------------------------------------------------------------------*/
.lazyLoad {
  padding: 0 1rem;
}
.lazyLoad figure.item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 80%;
  background: url(../../images/no_image.png) center -0.75rem no-repeat;
  background-color: #515a64;  
}
.lazyLoad figure.item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.lazyimg-tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em;
  text-align: center;
  color: #c4c4c4;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lazyLoad .owl-controls {
  position: absolute;
  width: 100%;
  top: calc(50% - 30px);
  left: 0;
}

.owl-buttons {
  position: relative;
  border: 1px solid red;
}
.owl-prev, .owl-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-prev:hover, .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}
.owl-prev {
  left: 1em;
}
.owl-prev:hover {
  left: 0;
  background-image: url(../../images/super-prev.png);
}
.owl-next {
  right: 1em;
}
.owl-next:hover {
  right: 0;
  background-image: url(../../images/super-next.png);
}

/*====== no js ======*/
@media (min-width: 480px) {
  .no-js .lazyLoad figure.item {
    float: left;
    width: 49%;
    padding-bottom: 40%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}
@media (min-width: 678px) {
  .no-js .lazyLoad figure.item {
    width: 24%;
    padding-bottom: 20%;
  }
}

/*-------------------------------------------------------------------------------*\
     $Theme Web
\*-------------------------------------------------------------------------------*/
.theme-wrap {
  display: none;
}

/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  .theme-wrap {
    display: block;
    float: left;
    width: 44%;
    margin-left: 1.1904761905%;
  }

  .theme-web {
    float: left;
    width: 50%;
  }
  .theme-web img {
    width: 100%;
  }
  .theme-web:hover .t-web1, .theme-web:hover .t-web2, .theme-web:hover .t-web3, .theme-web:hover .t-web4 {
    transition: all 0.3s ease;
  }
  .theme-web:hover .t-web1 {
    background-color: #1f86c7;
  }
  .theme-web:hover .t-web2 {
    background-color: #dc56b5;
  }
  .theme-web:hover .t-web3 {
    background-color: #0f908d;
  }
  .theme-web:hover .t-web4 {
    background-color: #9f52d4;
  }

  .t-txt {
    padding: 15px 30px 30px 20px;
  }
  .t-txt h5 {
    padding: .5em 0;
    color: #ffffff;
    font-size: 1.125em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .t-txt p {
    padding-right: 1.5em;
    color: #0d0d0d;
    line-height: 1.25em;
    height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../../images/theme-icon-arrow.png) no-repeat right bottom;
  }

  .t-web1 {
    background-color: #309bdf;
  }
  .t-web2 {
    background-color: #e378c4;
  }
  .t-web3 {
    background-color: #13b5b1;
  }
  .t-web4 {
    background-color: #b173dc;
  }
}
/*-------------------------------------------------------------------------------*\
     $quick-wrap
\*-------------------------------------------------------------------------------*/
.quick-link:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.quick-link a {
  display: block;
  float: left;
  width: 30%;
  margin-right: 5%;
  padding: 1em 0;
  border: 1px solid #ffffff;
  text-align: center;
}
.quick-link a img {
  width: 50%;
}
.quick-link a span {
  display: block;
  color: #ffffff;
  font-size: 1.125em;
  width: 100%;
}
.quick-link a:last-child {
  margin-right: 0;
}
.quick-link a:hover {
  background-color: #2ab5cd;
}

.quick-video {
  display: none;
}

/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  .quick-wrap {
    float: right;
    width: 44%;
    margin-right: 1.1904761905%;
  }

  .quick-link {
    margin-bottom: 2em;
  }
  .quick-link a {
    padding: 1.5em 0;
  }
  .quick-link img {
    width: 100%;
  }
  .quick-link span {
    font-size: 1.25em;
  }

  .quick-video {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-bottom: 70%;
  }
  .quick-video iframe, .quick-video object, .quick-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-------------------------------------------------------------------------------*\
     $Travel
\*-------------------------------------------------------------------------------*/
.travel-item {
  width: 47.619047619%;
  float: left;
  margin-left: 1.1904761905%;
  margin-right: 1.1904761905%;
}
.travel-item:nth-child(1), .travel-item:nth-child(2) {
  margin-bottom: 2.5%;
}

.travel-figure img {
  -webkit-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}
.travel-figure p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  text-align: center;
  font-size: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.travel-figure a:hover {
  transition: all 0.5s ease;
}
.travel-figure a:hover figcaption {
  color: #ffffff;
}
.travel-figure a:hover .travel-fig-tit01 {
  background-color: #935e0a;
}
.travel-figure a:hover .travel-fig-tit02 {
  background-color: #871600;
}
.travel-figure a:hover .travel-fig-tit03 {
  background-color: #a93368;
}
.travel-figure a:hover .travel-fig-tit04 {
  background-color: #9f52d4;
}
.travel-figure a:hover img {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.travel-fig-tit01 {
  background-color: #b9770c;
}
.travel-fig-tit02 {
  background-color: #b01d00;
}
.travel-fig-tit03 {
  background-color: #c5407c;
}
.travel-fig-tit04 {
  background-color: #b173dc;
}

.travel-txt, .travel-more {
  display: none;
}

/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  .travel-item {
    width: 22.619047619%;
    float: left;
    margin-left: 1.1904761905%;
    margin-right: 1.1904761905%;
  }

  .travel-txt, .travel-more {
    display: block;
  }

  .travel-txt {
    padding: 1em 1em 1.5em 1em;
    background-color: whitesmoke;
  }
  .travel-txt > h5 {
    padding: .5em 0;
    font-size: 1.125em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .travel-txt > p {
    line-height: 1.5em;
    height: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .travel-txt-tit01 {
    color: #b9770c;
  }
  .travel-txt-tit02 {
    color: #b01d00;
  }
  .travel-txt-tit03 {
    color: #c5407c;
  }
  .travel-txt-tit04 {
    color: #b173dc;
  }

  .travel-more > a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 45px;
    font-size: 1.125em;
    background-color: #2f343a;
  }
  .travel-more > a:hover {
    color: #ffffff;
    background-color: #1d2023;
  }
}
.related-links {
  padding: 0 1rem;
}

/*====== no js ======*/
.no-js .related-links .item {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media (min-width: 480px) {
  .no-js .related-links .item {
    width: 24%;
  }
}
@media (min-width: 678px) {
  .no-js .related-links .item {
    width: calc(94% / 6);
  }
}
.no-js .related-links .item img {
  width: 100%;
}

/*-------------------------------------------------------------------------------*\
     $weather
\*-------------------------------------------------------------------------------*/
.weather-wrap {
  display: none;
}

/*-----------------------------$ breakpoints678px------------------------------*/
@media (min-width: 480px) {
  .weather-wrap {
    display: block;
    position: absolute;
    bottom: 13rem;
    width: 100%;
    z-index: 3;
  }
  .weather-inner {
    padding: 0 15%;
  }

  .weather_container {
    box-shadow: 5px 0 9px -5px rgba(0, 0, 0, 0.5);
  }

  .weather {
    height: 5.625rem;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.3);
  }
  .weather:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .weather_hot {
    position: relative;
    padding: 5px 30px 10px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .weather-week {
    float: left;
    margin-left: calc(50% + 15px);
    width: 50%;
    text-align: center;
  }
  .weather-week strong, .weather-week span {
    display: block;
    font-weight: bold;
  }
  .weather-week strong {
    font-size: 56px;
  }
  .weather-week span {
    font-size: 14px;
  }

  .w_icon_lg {
    position: absolute;
    bottom: 10px;
    width: 50%;
    text-align: center;
  }

  .weather_data {
    padding: 10px 15px;
  }
  .weather_data .precipitation, .weather_data .haze {
    float: left;
    width: 50%;
    text-align: center;
  }
  .weather_data .precipitation > p, .weather_data .haze > p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
    letter-spacing: 1px;
  }
  .weather_data_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  }
  .weather_data_inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .weather_data_inner .w_icon_s, .weather_data_inner strong {
    float: left;
  }
  .weather_data_inner strong {
    padding-top: 10px;
    line-height: 40px;
    font-size: 1.5em;
    vertical-align: text-bottom;
  }
}
@media (min-width: 678px) {
  .weather-inner {
    padding: 0 7%;
  }

  .weather_container {
    float: left;
    width: 27%;
    margin-right: 3%;
  }

  .weather_hot {
    padding: 5px 15px 10px 15px;
  }
}
@media (min-width: 480px) {
  .searchbar {
    margin-top: 1rem;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.6);
  }
  .searchbar_inner {
    width: 100%;
  }
  .searchbar_inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .searchbar-txt, .searchbar-btn {
    float: left;
    height: 60px;
    border: none;
  }
  .searchbar-txt {
    width: calc(100% - 66px);
    padding: 1rem;
  }
  .searchbar-btn {
    width: 66px;
    background-color: #ffffff;
  }
}
@media (min-width: 678px) {
  .searchbar {
    float: left;
    width: 70%;
    margin-top: 5.625rem;
  }
}
.activity_link {
  display: none;
}

@media (min-width: 480px) {
  .activity_link {
    display: block;
    position: absolute;
    bottom: 5.5rem;
    width: 100%;
    text-align: center;
    z-index: 4;
  }
  .activity_link_btn {
    display: inline-block;
    width: 80px;
    line-height: 80px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.125em;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
  }

  .hvr-grow {
    transform: translateZ(0);
    transition-duration: 0.2s;
    transition-property: transform;
  }
  .hvr-grow:hover {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.8);
  }
}
/*====== no js ======*/
.no-js .searchbar_inner noscript {
  float: left;
  width: 100%;
  padding: 1rem;
  color: #ffffff;
}
.no-js .searchbar_inner noscript a {
  display: inline-block;
  padding: 0 .5rem;
  color: #4fdbc0;
}

/*-------------------------------------------------------------------------------*\
     $index
\*-------------------------------------------------------------------------------*/
body {
  position: relative;
}

#slide-2 {
  background-color: #e5e5e5;
}

.slide2-wrap {
  position: relative;
}

#slide-2, #slide-3, #slide-4, #slide-5 {
  padding: 3em 1em;
}

#slide-3 {
  background-color: #2f343a;
}

#slide-4 {
  background-color: #4fc6db;
}

#slide-5 {
  background-color: #86cb54;
}

#slide-6 {
  position: relative;
  padding: 50px 0;
  background-image: url(../../images/slidebg.jpg);
}

/*-----------------------------$ breakpoints678px------------------------------*/
@media (min-width: 480px) {
  .homeSlide,
  .swf-wrap {
    height: 100%;
  }
}
/*-----------------------------$ breakpoints800px------------------------------*/
@media (min-width: 678px) {
  #slide-2 {
    padding: 180px 0 100px 0;
  }

  #slide-3, #slide-4, #slide-5 {
    padding: 100px 0;
  }

  #slide-4 {
    background-image: linear-gradient(to right, #4fdbc0 0%, #4fdbc0 50%, #4fc6db 50%, #4fc6db 100%);
  }
}
