﻿@charset "UTF-8";

@-webkit-keyframes menuTop {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
@keyframes menuTop {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}

a {
  text-decoration: none;
}

/* line 2, ../../scss/_base.scss */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
  color: #2a2a2a;
  line-height: 1.6;
  background-color: #eef2eb;
  overflow-x: hidden;
}

/* line 12, ../../scss/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../../scss/_base.scss */
*:focus {
  outline: #FF0000 dotted 2px!important;
}

/* line 20, ../../scss/_base.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  letter-spacing: 1px;
}

/* line 24, ../../scss/_base.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 28, ../../scss/_base.scss */
a {
  outline: 0;
  color: #007599;
  border: 0;
  text-decoration: none;
}

/* line 34, ../../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 39, ../../scss/_base.scss */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol{
  margin-left: 15px;
}
ol li{
  list-style-type: decimal;
}
/* line 44, ../../scss/_base.scss */
button {
  cursor: pointer;
}

/* line 47, ../../scss/_base.scss */
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 19, ../../scss/_setting.scss */
.wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

/* line 54, ../../scss/_base.scss */
header .wrap {
  padding: 1em 10px;
  position: relative;
}
/* line 57, ../../scss/_base.scss */
header .logo {
  float: left;
  width: 195px;
}
/* line 61, ../../scss/_base.scss */
header .nav {
  display: none;
  float: right;
}

/* line 68, ../../scss/_base.scss */
.nav > a, .nav > span {
  color: #fff;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1;
  position: relative;
  vertical-align: top;
}
/* line 75, ../../scss/_base.scss */
.nav > a:first-child, .nav > span:first-child {
  border-left: none;
}
/* line 77, ../../scss/_base.scss */
.nav > a:first-child:before, .nav > span:first-child:before {
  display: none;
}
/* line 81, ../../scss/_base.scss */
.nav > a:before, .nav > span:before {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
/* line 90, ../../scss/_base.scss */
.nav > a:hover, .nav > span:hover {
  text-decoration: underline;
}
/* line 95, ../../scss/_base.scss */
.nav .size:hover {
  text-decoration: none;
}
/* line 98, ../../scss/_base.scss */
.nav .size a {
  display: inline-block;
  vertical-align: top;
}
/* line 102, ../../scss/_base.scss */
.nav .size .size-item {
  width: 23px;
  height: 23px;
  line-height: 23px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  color: #0b9dd1;
  text-align: center;
  font-family: "Times New Roman";
  margin: -4px 1px 0;
  font-size: .9em;
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
  display: inline-block;
}

/* line 120, ../../scss/_base.scss */
.key-tab.sub-open > .sub {
  display: block !important;
  opacity: 1;
  z-index: 120;
  transition: all 0s linear 0s!important;
}

/* line 126, ../../scss/_base.scss */
.sub.active {
  display: block;
}
.js-sol{
  display: none;
}
/* line 130, ../../scss/_base.scss */
.full-mask {
  background: rgba(#000, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
/* line 139, ../../scss/_base.scss */
.full-mask.active {
  display: block;
}
/* line 143, ../../scss/_base.scss */
#container {
  padding-top: 5%;
}

/* line 146, ../../scss/_base.scss */
.top-block {
  background-color: #0ba6a2;
  color: #fff;
  position: relative;
  top: 0;
}
/* line 19, ../../scss/_setting.scss */
.top-block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 152, ../../scss/_base.scss */
.top-block.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-animation: menuTop .5s 1 ease-in-out;
  animation: menuTop .5s 1 ease-in-out;
}
/* line 160, ../../scss/_base.scss */
.top-block.fixed.open {
  height: 100%;
  overflow-y: auto;
}
/* line 164, ../../scss/_base.scss */
.top-block.fixed .logo {
  display: block;
}
/* line 167, ../../scss/_base.scss */
.top-block.fixed .show {
  display: none;
}
/* line 171, ../../scss/_base.scss */
.top-block .logo {
  float: left;
  display: none;
  width: 220px;
  padding: 10px 5px 0;
}
/* line 177, ../../scss/_base.scss */
.top-block .show {
  float: left;
}
/* line 180, ../../scss/_base.scss */
.top-block .ham {
  float: right;
  text-align: center;
}
/* line 183, ../../scss/_base.scss */
.top-block .btn-search {
  float: right;
  text-align: center;
}

/* line 187, ../../scss/_base.scss */
.show {
  font-size: .9em;
  line-height: 1.2;
  padding: 5px 10px;
}
/* line 191, ../../scss/_base.scss */
.show .row {
  position: relative;
}
/* line 19, ../../scss/_setting.scss */
.show .row:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 194, ../../scss/_base.scss */
.show .row .list-slider {
  position: relative;
  display: block;
  color: #fff;
}
/* line 198, ../../scss/_base.scss */
.show .row .list-slider .slider-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease-in;
}
/* line 205, ../../scss/_base.scss */
.show .row .list-slider .slider-item.active {
  opacity: 1;
  transition: all .5s ease-in;
}
/* line 212, ../../scss/_base.scss */
.show .row:hover .sub {
  /*isplay: block;*/
}
/* line 216, ../../scss/_base.scss */
.show .row .left {
  float: left;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 221, ../../scss/_base.scss */
.show .row .left:hover .sub, .show .row .left.active .sub {
  display: block;
}
/* line 226, ../../scss/_base.scss */
.show .row .right {
  float: right;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 230, ../../scss/_base.scss */
.show .row .right span {
  font-size: .6em;
}
/* line 234, ../../scss/_base.scss */
.show .row .sub {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 31px;
  background: #0b9dd1;
  font-weight: normal;
  z-index: 98;
}
/* line 243, ../../scss/_base.scss */
.show .row .sub a {
  display: block;
  color: #fff;
  padding: .6em;
}
/* line 247, ../../scss/_base.scss */
.show .row .sub a:hover {
  background: #006282;
}

/* line 254, ../../scss/_base.scss */
.ham {
  width: 50px;
  height: 54px;
  padding: 14px;
  background-color: #168886;
}

/* line 267, ../../scss/_base.scss */
.btn-search {
  width: 50px;
  height: 54px;
  padding: 14px;
  background-color: #168886;
}

/* line 276, ../../scss/_base.scss */
.menu-block {
  background-color: #00857d;
}
/* line 278, ../../scss/_base.scss */
.menu-block a {
  color: #fff;
  text-decoration: none;
}
/* line 281, ../../scss/_base.scss */
.menu-block .menu {
  display: none;
}
/* line 284, ../../scss/_base.scss */
.menu-block .search {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  display: none;
  padding: 1em .5em .5em;
  z-index: 199;
  background-color: #168886;
}
/* line 293, ../../scss/_base.scss */
.menu-block .search.active {
  display: block;
}
/* line 296, ../../scss/_base.scss */
.menu-block .search input {
  width: 67%;
  padding: .6em;
  border: none;
  margin-right: 1%;
}
/* line 302, ../../scss/_base.scss */
.menu-block .search input::-webkit-input-placeholder {
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
  color: #0ba6a2;
  font-size: 1em;
}
/* line 307, ../../scss/_base.scss */
.menu-block .search button {
  border: none;
  background-color: #0b6865;
  color: #fff;
  font-size: 1.1em;
  padding: .3em 1em;
  height: 31px;
  width: 20%;
  vertical-align: middle;
}
/* line 316, ../../scss/_base.scss */
.menu-block .search button:hover {
  background-color: #0f5b59;
}
/* line 320, ../../scss/_base.scss */
.menu-block .search .search-tag {
  font-size: .8em;
  color: #fff;
}
/* line 324, ../../scss/_base.scss */
.menu-block .search .search-tag a:hover {
  text-decoration: underline;
}

.menu-block .search .search-box label{
  font-size: .9em;
}
/* line 331, ../../scss/_base.scss */
.mobile-menu, .sidebar {
  position: relative;
  display: none;
}
/* line 334, ../../scss/_base.scss */
.mobile-menu.active, .sidebar.active {
  display: block;
}
/* line 337, ../../scss/_base.scss */
.mobile-menu .side-item, .sidebar .side-item , .sitemap .map-item{
  border: 1px solid #d0d2d4;
}
/* line 338, ../../scss/_base.scss */
.mobile-menu .side-item a, .sidebar .side-item a , .sitemap .map-item a{
  display: block;
  color: #2a2a2a;
}
/* line 343, ../../scss/_base.scss */
.mobile-menu .side-item span, .sidebar .side-item span , .sitemap .map-item span{
  display: block;
  padding: .5em .5em .5em 45px;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  background-color: #fff;
}
/* line 351, ../../scss/_base.scss */
.mobile-menu .side-item:hover span, .sidebar .side-item:hover span , .sitemap .map-item:hover span {
  background-color: #f0f0ef;
}
/* line 356, ../../scss/_base.scss */
.mobile-menu .side-item.active > .sub, .sidebar .side-item.active > .sub, .sitemap .map-item.active > .sub{
  display: block;
}
/* line 363, ../../scss/_base.scss */
.mobile-menu .sub-item.active > .sub, .sidebar .sub-item.active > .sub, .sitemap .sub-item.active > .sub {
  display: block;
}
.sidebar .side-item.init > .sub, .sidebar .sub-item.init > .sub{
  display: block!important;
}
/* line 368, ../../scss/_base.scss */
.mobile-menu .sub, .sidebar .sub, .sitemap .sub {
  background-color: #f0f0ef;
  display: none;
}
/* line 371, ../../scss/_base.scss */
.mobile-menu .sub a, .sidebar .sub a, .sitemap .sub a {
  padding: .5em .5em .5em 65px;
  border-top: 1px solid #d0d2d4;
  position: relative;
}
/* line 375, ../../scss/_base.scss */
.mobile-menu .sub a:before, .sidebar .sub a:before, .sitemap .sub a:before {
  color: #0ba6a2;
  position: absolute;
  left: 45px;
  top: .5em;
  content: "\f101";
  font-family: FontAwesome;
}
/* line 383, ../../scss/_base.scss */
.mobile-menu .sub a:hover, .sidebar .sub a:hover, .sitemap .sub a:hover {
  color: #0ba6a2;
}
/* line 388, ../../scss/_base.scss */
.mobile-menu .sub .sub a, .sidebar .sub .sub a, .sitemap .sub .sub a {
  padding-left: 85px;
}
/* line 390, ../../scss/_base.scss */
.mobile-menu .sub .sub a:before, .sidebar .sub .sub a:before, .sitemap .sub .sub a:before {
  left: 65px;
  content: "\f105";
}
/* line 397, ../../scss/_base.scss */
.mobile-menu .nav, .sidebar .nav {
  background-color: #0ba6a2;
  padding: 1em;
  text-align: center;
  border-top: 1px solid #168886;
}
/* line 402, ../../scss/_base.scss */
.mobile-menu .nav .size, .sidebar .nav .size {
  display: block;
  margin-top: 13px;
}
/* line 405, ../../scss/_base.scss */
.mobile-menu .nav .size:before, .sidebar .nav .size:before {
  display: none;
}
/* line 408, ../../scss/_base.scss */
.mobile-menu .nav .size .size-item, .sidebar .nav .size .size-item {
  color: #0ba6a2;
}

/* line 414, ../../scss/_base.scss */
.leaf01 {
  background-color: #d77761;
}
/* line 416, ../../scss/_base.scss */
.leaf01 span {
  background: url(../img/icon/icon_leaf01.png) no-repeat 15px center;
}

/* line 420, ../../scss/_base.scss */
.leaf02 {
  background-color: #d7696d;
}
/* line 422, ../../scss/_base.scss */
.leaf02 span {
  background: url(../img/icon/icon_leaf02.png) no-repeat 15px center;
}

/* line 426, ../../scss/_base.scss */
.leaf03 {
  background-color: #d260a0;
}
/* line 428, ../../scss/_base.scss */
.leaf03 span {
  background: url(../img/icon/icon_leaf03.png) no-repeat 15px center;
}

/* line 432, ../../scss/_base.scss */
.leaf04 {
  background-color: #a671ae;
}
/* line 434, ../../scss/_base.scss */
.leaf04 span {
  background: url(../img/icon/icon_leaf04.png) no-repeat 15px center;
}

/* line 438, ../../scss/_base.scss */
.leaf05 {
  background-color: #7b65ab;
}
/* line 440, ../../scss/_base.scss */
.leaf05 span {
  background: url(../img/icon/icon_leaf05.png) no-repeat 15px center;
}

/* line 444, ../../scss/_base.scss */
.leaf06 {
  background-color: #565faa;
}
/* line 446, ../../scss/_base.scss */
.leaf06 span {
  background: url(../img/icon/icon_leaf06.png) no-repeat 15px center;
}

/* line 450, ../../scss/_base.scss */
.leaf07 {
  background-color: #618eca;
}
/* line 452, ../../scss/_base.scss */
.leaf07 span {
  background: url(../img/icon/icon_leaf07.png) no-repeat 15px center;
}

/* line 456, ../../scss/_base.scss */
.leaf08 {
  background-color: #60b4d3;
}
/* line 458, ../../scss/_base.scss */
.leaf08 span {
  background: url(../img/icon/icon_leaf08.png) no-repeat 15px center;
}

/* line 462, ../../scss/_base.scss */
.leaf09 {
  background-color: #75c4a5;
}
/* line 464, ../../scss/_base.scss */
.leaf09 span {
  background: url(../img/icon/icon_leaf09.png) no-repeat 15px center;
}

/* line 468, ../../scss/_base.scss */
.leaf10 {
  background-color: #7ac064;
}
/* line 470, ../../scss/_base.scss */
.leaf10 span {
  background: url(../img/icon/icon_leaf10.png) no-repeat 15px center;
}

/* line 474, ../../scss/_base.scss */
.leaf11 {
  background-color: #90c867;
}
/* line 476, ../../scss/_base.scss */
.leaf11 span {
  background: url(../img/icon/icon_leaf11.png) no-repeat 15px center;
}

/* line 480, ../../scss/_base.scss */
.leaf12 {
  background-color: #c1d266;
}
/* line 482, ../../scss/_base.scss */
.leaf12 span {
  background: url(../img/icon/icon_leaf12.png) no-repeat 15px center;
}

/* line 486, ../../scss/_base.scss */
.leaf13 {
  background-color: #d4cb66;
}
/* line 488, ../../scss/_base.scss */
.leaf13 span {
  background: url(../img/icon/icon_leaf13.png) no-repeat 15px center;
}

/* line 492, ../../scss/_base.scss */
.main-block {
  background-color: #fff;
  padding-bottom: 20px;
  position: relative;
}
/* line 497, ../../scss/_base.scss */
.main-block .row .col2 {
  padding-top: 10px;
}
/* line 500, ../../scss/_base.scss */
.main-block .row .col3 {
  padding-top: 10px;
}
/* line 503, ../../scss/_base.scss */
.main-block .row .col32 {
  padding-top: 10px;
}
/* line 506, ../../scss/_base.scss */
.main-block .row .btn-col {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 19, ../../scss/_setting.scss */
.main-block .row .btn-col:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 510, ../../scss/_base.scss */
.main-block .row .btn-col.col-3rd {
  padding-top: 0;
}
/* line 513, ../../scss/_base.scss */
.main-block .row .btn-col .col2 {
  width: 49%;
  float: left;
  padding-top: 0;
}
/* line 517, ../../scss/_base.scss */
.main-block .row .btn-col .col2.col-2nd {
  margin-left: 2%;
}

/* line 524, ../../scss/_base.scss */
footer {
  background-color: #262626;
  color: #fff;
  font-size: .9em;
  padding: 1em 10px;
  line-height: 2;
}
/* line 530, ../../scss/_base.scss */
footer .info-block {
  float: left;
}
/* line 532, ../../scss/_base.scss */
footer .info-block .nav {
  font-size: 1.1em;
}
/* line 534, ../../scss/_base.scss */
footer .info-block .nav a {
  color: #fff;
  display: inline-block;
  padding: 0 .5em 0 1em;
  line-height: 1.2;
}
/* line 539, ../../scss/_base.scss */
footer .info-block .nav a:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 543, ../../scss/_base.scss */
footer .info-block .nav a:hover {
  color: #0b9dd1;
  text-decoration: none;
}
/* line 550, ../../scss/_base.scss */
footer .code-block {
  padding-top: 2em;
}
/* line 552, ../../scss/_base.scss */
footer .code-block .img {
  display: block;
}
/* line 555, ../../scss/_base.scss */
footer .code-block .m-hide {
  display: none;
}

/* line 560, ../../scss/_base.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d2d4;
  margin-bottom: 10px;
}
/* line 565, ../../scss/_base.scss */
table thead {
  background-color: #00857d;
  color: #fff;
  text-align: center;
}
/* line 570, ../../scss/_base.scss */
table th, table td {
  padding: .3em;
  border-top: 1px solid #d0d2d4;
  vertical-align: top;
}
/* line 575, ../../scss/_base.scss */
 /* table tr:nth-child(2n) {
  background-color: #f0f0ef; 
} */
/* line 578, ../../scss/_base.scss */
table tbody tr:hover {
  color: #0ba6a2;
}

/* line 583, ../../scss/_base.scss */
.table-style2 thead {
  display: none;
}
/* line 586, ../../scss/_base.scss */
.table-style2 td {
  display: block;
  position: relative;
  padding-left: 100px;
  overflow: hidden;
  border-top: none;
  word-wrap:break-word;
}
/* line 592, ../../scss/_base.scss */
.table-style2 td:before {
  padding: .3em;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  content: attr(data-title);
  background-color: #0ba6a2;
  color: #fff;
  height: 100%;
  text-align: center;
}
/* line 604, ../../scss/_base.scss */
.table-style2 tr {
  border-top: 2px solid #d0d2d4;
}

.table-style3 thead {
  display: none;
}
.table-style3 td {
  display: block;
  position: relative;
  padding-left: 100px;
  overflow: hidden;
  border-top: none;
}
.table-style3 td:before {
  padding: .3em;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  content: attr(data-title);
  background-color: #0ba6a2;
  color: #fff;
  height: 100%;
  text-align: center;
}
.table-style3 tr {
  border-top: 2px solid #d0d2d4;
}
.table-style3 th.bgR{
  background-color: #d73d32;
}
.table-style3 td.bgR:before {
  background-color: #ef4438;
}
.table-style4{
  border: none;
}
h2.bgG{
  background-color: #14a5a1;
  color:#fff;
  text-align: left;
  padding: 6px 10px 0;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

h2.bgG span{
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.table-style4 .t-title{
  padding: 8px;
  width: 110px;
  text-align: center;
}
.table-style4 .t-title span{
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.table-style4 a:hover{
  text-decoration: underline;
}
table.table-style4 tr:nth-child(2n){
  background-color: #fff;
}
table.table-style4 td{
  border-top: none;
  padding: 8px;
  border-bottom: 1px dashed #14a5a1;
}
table.table-style4 th{
  border-top: none;
  padding: 8px;
  border-bottom: 1px dashed #14a5a1;
}
.text-center{
  text-align: center;
}
.colorR{
  color: #d73d32;
}
.colorG{
  color: #007872;
}
/* line 609, ../../scss/_base.scss */
.btn-top {
  position: fixed;
  width: 55px;
  height: 55px;
  display: inline-block;
  right: 10px;
  bottom: 10px;
}

/* line 618, ../../scss/_base.scss */
.hide {
  display: none;
}

/* line 621, ../../scss/_base.scss */
.page-num {
  text-align: center;
}
.page-num .page-btn{
  margin-bottom: 10px;
}
/* line 624, ../../scss/_base.scss */
.page-num .page-btn a {
  display: inline-block;
  padding: .2em .5em;
  min-width: 25px;
  height: 25px;
  line-height: 20px;
  background-color: #007FA6;
  color: #fff;
  text-align: center;
  vertical-align: top;
  margin-bottom: 5px;
  text-decoration: none;
}
/* line 634, ../../scss/_base.scss */
.page-num .page-btn a.active, .page-num .page-btn a:hover {
  background-color: #ffffff;
  border: solid 1px #007FA6;
  color: #007FA6;
}
/* line 639, ../../scss/_base.scss */
.page-num .page-text {
  /*padding-top: 30px;*/
}
/* line 641, ../../scss/_base.scss */
.page-num .page-text .text {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
/* line 645, ../../scss/_base.scss */
.page-num .page-text .text:first-child {
  border-right: 1px solid #2a2a2a;
  padding-right: 5px;
  margin-right: 3px;
}

/* line 2, ../../scss/_home.scss */
.home {
  /*
  background: url(../img/bg.png) no-repeat center top;
  background-size: auto 230px;
  */
}

/* line 8, ../../scss/_home.scss */
.tabs .tab-nav {
  border-bottom: 1px solid #bfbfbf;
}
/* line 10, ../../scss/_home.scss */
.tabs .tab-nav a {
  padding: .6em 2em;
  color: #2a2a2a;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 50%;
}
/* line 17, ../../scss/_home.scss */
.tabs .tab-nav a.active {
  background-color: #0b9dd1;
  color: #fff;
  font-weight: normal;
}
/* line 21, ../../scss/_home.scss */
.tabs .tab-nav a.active:hover, .tabs .tab-nav a.active:focus {
  color: #fff;
}
/* line 25, ../../scss/_home.scss */
.tabs .tab-nav a:hover, .tabs .tab-nav a:focus {
  color: #0b9dd1;
}
/* line 30, ../../scss/_home.scss */
.tabs .tab-block {
  display: none;
}
/* line 32, ../../scss/_home.scss */
.tabs .tab-block.active {
  display: block;
}
/* line 36, ../../scss/_home.scss */
.tabs .tab-block .news-list .news-item {
  border-top: 1px dashed #bfbfbf;
  display: block;
  padding: 7px .6em;
  color: #2a2a2a;
  padding-right: 100px;
  position: relative;
  font-size: .9em;
  height: 37px;
}
/* line 45, ../../scss/_home.scss */
.tabs .tab-block .news-list .news-item:hover, .tabs .tab-block .news-list .news-item:focus {
  color: #0b9dd1;
}
/* line 48, ../../scss/_home.scss */
.tabs .tab-block .news-list .news-item:first-child {
  border-top: none;
}
/* line 51, ../../scss/_home.scss */
.tabs .tab-block .news-list .news-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 21px;
}
/* line 57, ../../scss/_home.scss */
.tabs .tab-block .news-list .news-item p.ff {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 63, ../../scss/_home.scss */
.tabs .tab-block .news-list .news-item .date {
  position: absolute;
  right: .6em;
  top: .6em;
}
/* line 71, ../../scss/_home.scss */
.tabs .tab-block .btn-block {
  background-color: #0b9dd1;
  text-align: right;
  font-size: .8em;
}
/* line 75, ../../scss/_home.scss */
.tabs .tab-block .btn-block a {
  color: #fff;
  display: inline-block;
  padding: .3em .6em;
}

/* line 83, ../../scss/_home.scss */
.full-slider {
  position: relative;
}
/* line 85, ../../scss/_home.scss */
.full-slider .slider-item {
  display: block;
}
/* line 87, ../../scss/_home.scss */
.full-slider .slider-item img {
  max-width: none;
  width: 100%;
}
/* line 92, ../../scss/_home.scss */
.full-slider .slick-prev, .full-slider .slick-next {
  border: none;
  color: #0b9dd1;
  background: rgba(255,255,255,.5);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 1.8em;
  padding: 0;
  z-index: 10;
}
/* line 104, ../../scss/_home.scss */
.full-slider .slick-prev {
  left: 0;
}
/* line 111, ../../scss/_home.scss */
.full-slider .slick-next {
  right: 0;
}
/* line 118, ../../scss/_home.scss */
.full-slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: .5em .8em;
}
/* line 125, ../../scss/_home.scss */
.full-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
/* line 128, ../../scss/_home.scss */
.full-slider .slick-dots li button {
  background-color: #0b9dd1;
  border: none;
  color: #fff;
  font-size: .9em;
  padding: .2em .5em;
}
/* line 136, ../../scss/_home.scss */
.full-slider .slick-dots li.slick-active button {
  background-color: #007493;
}

/* line 143, ../../scss/_home.scss */
.fb {
  height: 140px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* line 147, ../../scss/_home.scss */
.slider-block {
  position: relative;
}
/* line 149, ../../scss/_home.scss */
.slider-block.color1 {
  background-color: #0b9dd1;
}
/* line 151, ../../scss/_home.scss */
.slider-block.color1 .sub {
  background: #006282;
}
/* line 154, ../../scss/_home.scss */
.slider-block.color1 .sub a:hover, .slider-block.color1 .sub a:focus {
  background-color: #0b9dd1;
}
/* line 160, ../../scss/_home.scss */
.slider-block.color2 {
  background-color: #0ba6a2;
}
/* line 162, ../../scss/_home.scss */
.slider-block.color2 .sub {
  background: #168886;
}
/* line 165, ../../scss/_home.scss */
.slider-block.color2 .sub a:hover, .slider-block.color2 .sub a:focus {
  background-color: #0b6865;
}
/* line 171, ../../scss/_home.scss */
.slider-block .top {
  color: #fff;
  padding: .5em 2.8em;
}
/* line 174, ../../scss/_home.scss */
.slider-block .top .title {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 5px;
}
/* line 179, ../../scss/_home.scss */
.slider-block .top .select-block {
  border-bottom: 2px solid #c2f0ff;
  font-weight: bold;
  cursor: pointer;
}
/* line 183, ../../scss/_home.scss */
.slider-block .top .select-block > a {
  color: #fff;
}
/* line 187, ../../scss/_home.scss */
.slider-block .top .select-block:hover .sub, .slider-block .top .select-block:focus .sub, .slider-block .top .select-block.active .sub {
  display: block;
}
/* line 191, ../../scss/_home.scss */
.slider-block .top .select-block span {
  font-weight: normal;
  color: #c2f0ff;
}
/* line 195, ../../scss/_home.scss */
.slider-block .top .select-block i {
  float: right;
  font-size: 1.2em;
  margin-right: 15px;
  margin-top: 3px;
  color: #c2f0ff;
}
/* line 202, ../../scss/_home.scss */
.slider-block .top .select-block .sub {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 50;
}
/* line 209, ../../scss/_home.scss */
.slider-block .top .select-block .sub a {
  display: block;
  color: #fff;
  font-weight: normal;
  padding: .3em 0 .3em 2.8em;
}
/* line 218, ../../scss/_home.scss */
.slider-block .slider-col3 {
  padding: 1em 2.5em;
  position: relative;
}
/* line 221, ../../scss/_home.scss */
.slider-block .slider-col3 .slider-item {
  padding: 0 5px;
}
/* line 223, ../../scss/_home.scss */
.slider-block .slider-col3 .slider-item a {
  border: 2px solid #bfbfbf;
  background-color: #fff;
  padding: 1em 0;
  display: block;
  text-align: center;
}
/* line 229, ../../scss/_home.scss */
.slider-block .slider-col3 .slider-item a p {
  color: #2a2a2a;
  font-size: .9em;
}
/* line 233, ../../scss/_home.scss */
.slider-block .slider-col3 .slider-item a img {
  display: inline-block;
}
/* line 238, ../../scss/_home.scss */
.slider-block .slider-col3 .slick-prev, .slider-block .slider-col3 .slick-next {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  width: 30px;
  height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  padding: 0;
  top: 50%;
  margin-top: -20px;
}
/* line 249, ../../scss/_home.scss */
.slider-block .slider-col3 .slick-prev {
  left: .7em;
}
/* line 256, ../../scss/_home.scss */
.slider-block .slider-col3 .slick-next {
  right: .7em;
}

/* line 266, ../../scss/_home.scss */
.video-title {
  background-color: #0ba6a2;
  color: #fff;
  font-size: 1.1em;
  position: relative;
  padding: .4em .6em;
}
/* line 272, ../../scss/_home.scss */
.video-title a {
  position: absolute;
  color: #fff;
  font-size: .8em;
  right: .6em;
  top: 1.2em;
}

/* line 280, ../../scss/_home.scss */
.video-block {
  position: relative;
  padding-top: 180px;
}
/* line 283, ../../scss/_home.scss */
.video-block iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 291, ../../scss/_home.scss */
.col-item {
  background-color: #0b9dd1;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.1em;
  padding: 1em 0;
  margin-bottom: .3em;
  opacity: 1;
  transition: all .3s ease-in;
}
/* line 301, ../../scss/_home.scss */
.col-item:hover, .col-item:focus {
  opacity: .8;
  transition: all .3s ease-in;
}

/* line 306, ../../scss/_home.scss */
.bottom {
  padding: 0 10px 10px;
}
/* line 308, ../../scss/_home.scss */
.bottom .title-b {
  font-size: 1.1em;
  color: #0b9dd1;
  border-left: 4px solid #0b9dd1;
  padding-left: 1em;
  line-height: 1;
}
/* line 315, ../../scss/_home.scss */
.bottom .bottom-block {
  margin-top: .5em;
  border: 1px solid #bfbfbf;
  padding: .5em;
}
/* line 319, ../../scss/_home.scss */
.bottom .bottom-block a {
  color: #2a2a2a;
  padding: .2em 0;
  font-size: .9em;
  display: block;
  border-top: 1px dashed #bfbfbf;
  text-decoration: none;
}
/* line 325, ../../scss/_home.scss */
.bottom .bottom-block a:hover, .bottom .bottom-block a:focus {
  color: #0ba6a2;
}
/* line 328, ../../scss/_home.scss */
.bottom .bottom-block a:first-child {
  border-top: none;
}
.bottom .download .bottom-block li:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.bottom .download .bottom-block li {
  border-top: 1px dashed #bfbfbf;
  padding: .1em 0;
}
.bottom .download .bottom-block li:first-child {
  border-top: none;
}
.bottom .download .bottom-block .flink{
  float: right;
}
.bottom .download .bottom-block .flink a {
  display: inline-block;
  position: relative;
  border-top: none;
  padding: 0 0 0 10px;
}
.bottom .download .bottom-block .flink a:before {
  position: absolute;
  content: "|";
  color: #666666;
  left: 0;
  top: 0;
}
.bottom .download .bottom-block .flink a:first-child:before {
  display: none;
}
.bottom .download .bottom-block .flink a.word {
  color: #2b579a;
}
.bottom .download .bottom-block .flink a.excel {
  color: #217346;
}
.bottom .download .bottom-block .flink a.pdf {
  color: #ff2b2b;
}
.bottom .download .bottom-block .flink a:hover {
  color: #0ba6a2 !important;
}
.bottom .download .bottom-block .name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom .download .bottom-block li:hover {
  color: #0ba6a2;
}

/* line 353, ../../scss/_home.scss */
.bottom .download .btn-block {
  background-color: #007FA6;
  text-align: right;
  font-size: .8em;
}
/* line 357, ../../scss/_home.scss */
.bottom .download .btn-block a {
  color: #fff;
  padding: .3em 1em;
  display: inline-block;
  text-decoration: none;
}
/* line 365, ../../scss/_home.scss */
.bottom .link .bottom-block {
  position: relative;
}
/* line 368, ../../scss/_home.scss */
.bottom .link .top {
  font-size: .9em;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 4px;
}
/* line 372, ../../scss/_home.scss */
.bottom .link .top span {
  color: #0b9dd1;
  display: inline-block;
  margin-right: 5px;
}
/* line 377, ../../scss/_home.scss */
.bottom .link .top i {
  font-size: 1.2em;
  float: right;
  color: #0b9dd1;
  margin-right: 5px;
  margin-top: 3px;
}
/* line 385, ../../scss/_home.scss */
.bottom .link .top:hover .sub, .bottom .link .top:focus .sub, .bottom .link .top.active .sub {
  display: block;
}
/* line 389, ../../scss/_home.scss */
.bottom .link .top .sub {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 34px;
  z-index: 50;
  background-color: #0b9dd1;
}
/* line 397, ../../scss/_home.scss */
.bottom .link .top .sub a {
  display: block;
  color: #fff;
  font-weight: normal;
  padding: .3em .3em .3em 75px;
}
/* line 402, ../../scss/_home.scss */
.bottom .link .top .sub a:hover, .bottom .link .top .sub a:focus {
  background-color: #006282;
}
/* line 409, ../../scss/_home.scss */
.bottom .link a:nth-child(2) {
  border-top: none;
}
/* line 415, ../../scss/_home.scss */
.bottom .slider .bottom-block {
  padding: 0;
  position: relative;
}
/* line 419, ../../scss/_home.scss */
.bottom .slider a {
  padding: 0;
  border: none;
}
/* line 422, ../../scss/_home.scss */
.bottom .slider a img {
  max-width: none;
  width: 100%;
}
/* line 427, ../../scss/_home.scss */
.bottom .slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: right;
  padding: .5em .8em;
}
/* line 434, ../../scss/_home.scss */
.bottom .slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
/* line 437, ../../scss/_home.scss */
.bottom .slider .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #007493;
  padding: 0;
}
/* line 447, ../../scss/_home.scss */
.bottom .slider .slick-dots li.slick-active button {
  background-color: #007493;
}

/* line 3, ../../scss/_page.scss */
.page-main .breadcrumbs {
  font-size: .9em;
  margin-bottom: 15px;
}
/* line 6, ../../scss/_page.scss */
.page-main .breadcrumbs a {
  display: inline-block;
  color: #2a2a2a;
  padding-right: .5em;
  text-decoration: none;
}
/* line 10, ../../scss/_page.scss */
.page-main .breadcrumbs a:before {
  display: inline-block;
  content: "/";
  padding-right: .5em;
}
/* line 16, ../../scss/_page.scss */
.page-main .breadcrumbs a:first-child:before, .page-main .breadcrumbs a:nth-child(2):before {
  display: none;
}
/* line 20, ../../scss/_page.scss */
.page-main .breadcrumbs a:last-child {
  color: #00857d;
}
/* line 25, ../../scss/_page.scss */
.page-main h1.title {
  font-size: 1.4em;
  border-left: 4px solid #0ba6a2;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.page-main span.title {
  font-size: 1.4em;
  border-left: 4px solid #0ba6a2;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
/* line 25, ../../scss/_page.scss */
.page-main h3.title {
  font-size: 1.4em;
  border-left: 4px solid #0ba6a2;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
/* line 32, ../../scss/_page.scss */
.page-main .page-nav {
  background-color: #f0f0ef;
  padding: .5em 18px;
  margin-bottom: 15px;
  position: relative;
  clear: both;
}
/* line 38, ../../scss/_page.scss */
.page-main .page-nav:hover .nav-block {
  display: block;
}
/* line 42, ../../scss/_page.scss */
.page-main .page-nav a {
  color: #2a2a2a;
  display: block;
  padding: .4em .3em .4em 33px;
  text-decoration: none;
}
/* line 47, ../../scss/_page.scss */
.page-main .page-nav .nav-block {
  display: none;
  position: absolute;
  left: 0;
  top: 31px;
  width: 100%;
  background-color: #f0f0ef; 
  z-index:9;
}
/* line 55, ../../scss/_page.scss */
.page-main .page-nav .nav-text {
  color: #0ba6a2;
  display: inline-block;
  vertical-align: top;

}
/* line 57, ../../scss/_page.scss */
.page-main .page-nav .nav-text:before {
  display: inline-block;
  content: "類別 |";
  color: #2a2a2a;
  vertical-align: top;
  margin-right: 5px;
}
/* line 66, ../../scss/_page.scss */
.page-main .page-nav .nav-text:after {
  display: inline-block;
  content: "\f0dd";
  font-family: FontAwesome;
  color: #0ba6a2;
  vertical-align: top;
  margin-top: -6px;
  font-size: 1.2em;
  margin-left: 8px;
}
/* line 78, ../../scss/_page.scss */
.page-main .page-nav .page-select span {
  display: inline-block;
  padding: .4em 15px .4em 0;
  position: relative;
}
/* line 82, ../../scss/_page.scss */
.page-main .page-nav .page-select span:after {
  width: 1px;
  height: 18px;
  margin-left: 8px;
  background-color: #2a2a2a;
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 93, ../../scss/_page.scss */
.page-main .page-nav .page-select .select-block {
  display: inline-block;
  position: relative;
  z-index: 10;
}
/* line 97, ../../scss/_page.scss */
.page-main .page-nav .page-select .select-block a {
  padding: .4em 1em;
  color: #00857d;
}
/* line 101, ../../scss/_page.scss */
.page-main .page-nav .page-select .select-block .sub {
  background: #0ba6a2;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}
/* line 107, ../../scss/_page.scss */
.page-main .page-nav .page-select .select-block .sub a {
  color: #fff;
}
/* line 109, ../../scss/_page.scss */
.page-main .page-nav .page-select .select-block .sub a:hover {
  background-color: #0b6865;
}
/* line 115, ../../scss/_page.scss */
.page-main .page-nav .page-select .select-block:hover .sub {
  display: block;
}
/* line 121, ../../scss/_page.scss */
.page-main .page-nav.page-search {
  clear: both;
  padding-bottom: 10px;
}
/* line 124, ../../scss/_page.scss */
.page-main .page-nav.page-search i {
  display: inline-block;
  vertical-align: middle;
}
/* line 128, ../../scss/_page.scss */
.page-main .page-nav.page-search input {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: .3em .5em;
  margin: 0 2px;
  width: 160px;
}
/* line 136, ../../scss/_page.scss */
.page-main .page-nav.page-search input::-webkit-input-placeholder {
  font-family: "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
  color: #0ba6a2;
  font-size: 1.1em;
}
/* line 142, ../../scss/_page.scss */
.page-main .page-nav.page-search button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: #0b6865;
  color: #fff;
  font-size: 1.1em;
  padding: 0 1em;
  line-height: 28px;
  margin-left: 15px;
}
.page-main .page-nav.page-search img{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.page-main .page-nav.page-search label{
  display: inline-block;
  vertical-align: middle;
}
/* line 154, ../../scss/_page.scss */
.page-main .block {
  margin-bottom: 20px;
  padding: 0 1em;
  position: relative;
}
/* line 159, ../../scss/_page.scss */
.page-main .table-style1 .t-date {
  width: 105px;
  text-align: center;
}
/* line 165, ../../scss/_page.scss */
.page-main .qa-item .qa-title, .page-main .qa-item .qa-content {
  border: 1px solid #aaa;
  margin-bottom: 5px;
  position: relative;
  padding: .5em 15px .5em 75px;
}
/* line 19, ../../scss/_setting.scss */
.page-main .qa-item .qa-title:after, .page-main .qa-item .qa-content:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
/* line 172, ../../scss/_page.scss */
.page-main .qa-item .qa-title {
  background-color: #f0f4ed;
}
/* line 174, ../../scss/_page.scss */
.page-main .qa-item .qa-title .btn-collapse {
  color: #0ba6a2;
  position: absolute;
  right: .5em;
  top: .2em;
  font-size: 1.4em;
}
.page-main .qa-item .qa-title .btn-collapse::after {
  content: "\f0a9";
  font-family: FontAwesome;
}
/* line 185, ../../scss/_page.scss */
.page-main .qa-item .qa-content {
  display: none;
}
/* line 188, ../../scss/_page.scss */
.page-main .qa-item .left {
  width: 60px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding: .1em .5em;
  text-align: center;
  font-size: 1.4em;
}
/* line 201, ../../scss/_page.scss */
.page-main .qa-item.active .qa-title .btn-collapse::after {
  content: "\f0ab";
}
/* line 205, ../../scss/_page.scss */
.page-main .qa-item.active .qa-content {
  display: block;
}
/* line 210, ../../scss/_page.scss */
.page-main .qa-item.color1 .left {
  background-color: #d77761;
}
/* line 215, ../../scss/_page.scss */
.page-main .qa-item.color2 .left {
  background-color: #d7696d;
}
/* line 220, ../../scss/_page.scss */
.page-main .qa-item.color3 .left {
  background-color: #d260a0;
}
/* line 225, ../../scss/_page.scss */
.page-main .qa-item.color4 .left {
  background-color: #a671ae;
}
/* line 230, ../../scss/_page.scss */
.page-main .qa-item.color5 .left {
  background-color: #565faa;
}
/* line 235, ../../scss/_page.scss */
.page-main .qa-item.color6 .left {
  background-color: #618eca;
}
/* line 240, ../../scss/_page.scss */
.page-main .qa-item.color7 .left {
  background-color: #60b4d3;
}
/* line 245, ../../scss/_page.scss */
.page-main .qa-item.color8 .left {
  background-color: #75c4a5;
}
/* line 250, ../../scss/_page.scss */
.page-main .qa-item.color9 .left {
  background-color: #7ac064;
}
/* line 255, ../../scss/_page.scss */
.page-main .qa-item.color10 .left {
  background-color: #90c867;
}
/* line 260, ../../scss/_page.scss */
.page-main .qa-item.color11 .left {
  background-color: #c1d266;
}
/* line 265, ../../scss/_page.scss */
.page-main .qa-item.color12 .left {
  background-color: #d4cb66;
}
/* line 271, ../../scss/_page.scss */
.page-main .photo {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  border: 1px solid #d0d2d4;
  margin-bottom: 15px;
}
/* line 278, ../../scss/_page.scss */
.page-main .photo .text {
  padding: .5em;
  display: block;
  color: #2a2a2a;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 3;
  overflow:hidden;
  max-height:86px;
  height:  -webkit-fill-available;
}
/* line 283, ../../scss/_page.scss */
.page-main .photo .img {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 200px;
  background-color: black;
  margin: auto;
}
/* line 286, ../../scss/_page.scss */
.page-main .photo .img img {
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease-in;
  vertical-align: bottom;
}
/* line 292, ../../scss/_page.scss */
.page-main .photo.odd {
  margin-left: 0;
}
/* line 295, ../../scss/_page.scss */
.page-main .photo:hover {
  background-color: #f5f5f5;
}
/* line 297, ../../scss/_page.scss */
.page-main .photo:hover .img {
  background-color: #000;
}
/* line 299, ../../scss/_page.scss */
.page-main .photo:hover .img img {
  opacity: .8;
  transform: scale3d(1.05, 1.05, 1);
  transition: all 0.3s ease-in;
}
/* line 307, ../../scss/_page.scss */
.page-main .gal-block {
  display: none;
}
.page-main .block.sitemap ul{
  color:#007872;
}
.page-main .block.sitemap ul >li{
  margin-bottom: 10px;
}
.page-main .block.sitemap ul ol{
  color:#2a2a2a;
}
.page-main .block.sitemap ul{
  color:#0ba6a2;
}
/* line 311, ../../scss/_page.scss */
.windowWrap {
  background-color: #fff;
  width: 90%;
  max-width: 1000px;
  max-height: 588px;
  height: 588px;
  margin: 0 auto;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 8px solid #000;
}

/* line 320, ../../scss/_page.scss */
.photoPage {
  display: none;
}
/* line 322, ../../scss/_page.scss */
.photoPage .photo-item {
  padding: 1em 1em 0;
}
/* line 325, ../../scss/_page.scss */
.photoPage .control-block {
  padding: 1em;
  text-align: center;
}
/* line 329, ../../scss/_page.scss */
.photoPage .control-block .control a {
  display: inline-block;
  vertical-align: middle;
}
/* line 332, ../../scss/_page.scss */
.photoPage .control-block .control a img {
  vertical-align: middle;
}
/* line 335, ../../scss/_page.scss */
.photoPage .control-block .control a:before {
  content: "|";
  color: #2a2a2a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 343, ../../scss/_page.scss */
.photoPage .control-block .control a:first-child:before {
  display: none;
}
/* line 348, ../../scss/_page.scss */
.photoPage .control-block .control .photoPlay {
  display: none;
}
/* line 352, ../../scss/_page.scss */
.photoPage .control-block .page {
  font-size: .9em;
}
/* line 356, ../../scss/_page.scss */
.photoPage .text {
  background-color: #009ed1;
  color: #fff;
  padding: 1em;
}
/* line 361, ../../scss/_page.scss */
.photoPage .mfp-close {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: url(../img/icon/icon_close.png) no-repeat center center;
  position: absolute;
  top: -20px;
  right: -20px;
  opacity: 1;
}

.share{
  text-align: right;
  margin-top: 15px;
}
.share ul{
  display: inline-block;
  vertical-align: middle;
}
.share ul li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.share span{
  display: inline-block;
  vertical-align: middle;
  color:#0ba6a2;
}
.share a{
  opacity: 1;
}
.share a:hover{
  opacity: .7;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}


@media screen and (min-width: 540px) {
  /* line 657, ../../scss/_base.scss */
  header .logo {
    width: 250px;
  }

  /* line 661, ../../scss/_base.scss */
  #container {
    padding-top: 8%;
  }

  /* line 457, ../../scss/_home.scss */
  .home {
    /*
    background: url(../img/bg.png) no-repeat center top;
    background-size: auto 320px;
    */
  }

  /* line 19, ../../scss/_setting.scss */
  .page-main .page-nav:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 377, ../../scss/_page.scss */
  .page-main .page-nav .page-select {
    float: left;
  }
  /* line 385, ../../scss/_page.scss */
  .page-main .page-nav.page-search input {
    width: 150px;
  }

  /* line 393, ../../scss/_page.scss */
  .photoPage .control-block {
    position: relative;
  }
  /* line 395, ../../scss/_page.scss */
  .photoPage .control-block .page {
    position: absolute;
    left: 1em;
    top: 1.4em;
  }

}
@media screen and (min-width: 768px) {
  /* line 667, ../../scss/_base.scss */
  header .wrap {
    padding: 1em;
  }
  /* line 670, ../../scss/_base.scss */
  header .logo {
    width: 280px;
  }
  /* line 673, ../../scss/_base.scss */
  header .nav {
    display: block;
  }

  /* line 677, ../../scss/_base.scss */
  #container {
    padding-top: 2%;
  }

  /* line 680, ../../scss/_base.scss */
  .top-block {
    background: transparent;
  }
  /* line 682, ../../scss/_base.scss */
  .top-block .show {
    font-size: 1em;
    line-height: 1.6;
    float: right;
    color: #006282;
    padding: 0 120px 0 0;
    margin-bottom: 20px;
  }
  /* line 689, ../../scss/_base.scss */
  .top-block .show p {
    font-weight: bold;
  }
  /* line 693, ../../scss/_base.scss */
  .top-block .ham {
    background: #168886;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 60px;
    top: 96px;
    line-height: 45px;
  }
  /* line 701, ../../scss/_base.scss */
  .top-block .btn-search {
    background: #168886;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 96px;
    line-height: 45px;
  }
  /* line 709, ../../scss/_base.scss */
  .top-block.fixed {
    background-color: #0ba6a2;
  }
  /* line 711, ../../scss/_base.scss */
  .top-block.fixed .wrap {
    position: relative;
  }
  /* line 714, ../../scss/_base.scss */
  .top-block.fixed .logo {
    display: block;
    width: 250px;
    padding: 10px 10px 0;
  }
  /* line 719, ../../scss/_base.scss */
  .top-block.fixed .menu {
    position: absolute;
    display: none;
    top: 60px;
  }
  /* line 723, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item {
    display: block;
    border-top: 1px solid #168886;
  }
  /* line 726, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item:before {
    display: block;
  }
  /* line 729, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item a {
    padding: .6em 2em .6em 44%;
  }
  /* line 732, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item .sub {
    position: static;
    background: #168886;
  }
  /* line 735, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item .sub .sub-item {
    border-top: 1px dotted #0ba6a2;
  }
  /* line 737, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item .sub .sub-item:before {
    display: block;
  }
  /* line 740, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item .sub .sub-item a {
    padding: .8em 2em .8em 47.3%;
  }
  /* line 746, ../../scss/_base.scss */
  .top-block.fixed .menu .nav {
    display: block;
    padding: 2em 0;
  }
  /* line 749, ../../scss/_base.scss */
  .top-block.fixed .menu .nav .size {
    display: inline-block;
    margin-top: 0;
  }
  /* line 752, ../../scss/_base.scss */
  .top-block.fixed .menu .nav .size:before {
    display: inline-block;
  }
  /* line 758, ../../scss/_base.scss */
  .top-block.fixed .btn-search, .top-block.fixed .ham {
    top: 0;
    height: 55px;
  }
  /* line 762, ../../scss/_base.scss */
  .top-block.fixed .search {
    top: 55px;
  }
  /* line 765, ../../scss/_base.scss */
  .top-block.fixed .mobile-menu {
    display: none;
  }
  /* line 767, ../../scss/_base.scss */
  .top-block.fixed .mobile-menu.active {
    display: block;
  }

  /* line 781, ../../scss/_base.scss */
  .show .row .list-slider {
    height: 51px;
    color: #006282;
  }
  /* line 785, ../../scss/_base.scss */
  .show .row .left {
    font-size: 2em;
  }
  /* line 788, ../../scss/_base.scss */
  .show .row .right {
    font-size: 2em;
  }
  /* line 791, ../../scss/_base.scss */
  .show .row .sub {
    top: 50px;
  }

  /* line 796, ../../scss/_base.scss */
  .menu-block {
    background-color: transparent;
  }
  /* line 19, ../../scss/_setting.scss */
  .menu-block:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 799, ../../scss/_base.scss */
  .menu-block .menu {
    display: block;
    clear: both;
    background-color: #0ba6a2;
    height: 60px;
  }
  /* line 804, ../../scss/_base.scss */
  .menu-block .menu.active {
    display: block;
  }
  /* line 807, ../../scss/_base.scss */
  .menu-block .menu .menu-item {
    display: inline-block;
    position: relative;
    background-color: #0ba6a2;
  }
  /* line 811, ../../scss/_base.scss */
  .menu-block .menu .menu-item a {
    padding: 1.1em 2em;
    font-size: 1.05em;
    display: block;
    white-space: nowrap;
  }
  /* line 817, ../../scss/_base.scss */
  .menu-block .menu .menu-item > a {
    height: 60px;
  }
  /* line 820, ../../scss/_base.scss */
  .menu-block .menu .menu-item .sub {
    display: none;
    background-color: #0ba6a2;
    position: absolute;
    left: 0;
    z-index: 98;
  }
  /* line 826, ../../scss/_base.scss */
  .menu-block .menu .menu-item .sub .sub-item {
    display: block;
    position: relative;
  }
  /* line 829, ../../scss/_base.scss */
  .menu-block .menu .menu-item .sub .sub-item a {
    padding: .8em 2em;
  }
  /* line 832, ../../scss/_base.scss */
  .menu-block .menu .menu-item .sub .sub-item:hover {
    background-color: #0b6865;
  }
  /* line 837, ../../scss/_base.scss */
  .menu-block .menu .menu-item:hover, .menu-block .menu .menu-item.active {
    background-color: #168886;
  }
  /* line 839, ../../scss/_base.scss */
  .menu-block .menu .menu-item:hover > .sub, .menu-block .menu .menu-item.active > .sub {
    display: block;
  }
  /* line 844, ../../scss/_base.scss */
  .menu-block .menu .sub-item {
    position: relative;
  }
  /* line 846, ../../scss/_base.scss */
  .menu-block .menu .sub-item > .sub {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
  }
  /* line 853, ../../scss/_base.scss */
  .menu-block .menu .sub-item:hover, .menu-block .menu .sub-item.active {
    background-color: #168886;
  }
  /* line 855, ../../scss/_base.scss */
  .menu-block .menu .sub-item:hover > .sub, .menu-block .menu .sub-item.active > .sub {
    display: block;
  }
  /* line 861, ../../scss/_base.scss */
  .menu-block .search {
    top: 155px;
  }
  /* line 19, ../../scss/_setting.scss */
  .menu-block .search:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 864, ../../scss/_base.scss */
  .menu-block .search.active {
    display: block;
  }
  /* line 867, ../../scss/_base.scss */
  .menu-block .search input {
    width: 190px;
    margin-right: 5px;
  }
  /* line 871, ../../scss/_base.scss */
  .menu-block .search button {
    width: auto;
  }
  /* line 874, ../../scss/_base.scss */
  .menu-block .search .search-box {
    float: right;
  }
  /* line 877, ../../scss/_base.scss */
  .menu-block .search .search-tag {
    float: left;
  }

  /* line 882, ../../scss/_base.scss */
  .main-block {
    padding: .5em 1em 1em;
  }
  /* line 19, ../../scss/_setting.scss */
  .main-block:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 885, ../../scss/_base.scss */
  .main-block .row {
    margin-bottom: 1.5em;
  }
  /* line 19, ../../scss/_setting.scss */
  .main-block .row:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 888, ../../scss/_base.scss */
  .main-block .row .col2 {
    width: 49%;
    float: left;
    padding-top: 0;
  }
  /* line 892, ../../scss/_base.scss */
  .main-block .row .col2.col-2nd {
    margin-left: 2%;
  }
  /* line 896, ../../scss/_base.scss */
  .main-block .row .col3 {
    width: 32%;
    float: left;
    padding-top: 0;
  }
  /* line 900, ../../scss/_base.scss */
  .main-block .row .col3.col-2nd {
    margin-left: 2%;
  }
  /* line 903, ../../scss/_base.scss */
  .main-block .row .col3.col-3rd {
    margin-left: 2%;
  }
  /* line 907, ../../scss/_base.scss */
  .main-block .row .col32 {
    width: 66%;
    float: left;
    padding-top: 0;
  }
  /* line 911, ../../scss/_base.scss */
  .main-block .row .col32.col-2nd {
    margin-left: 2%;
  }
  /* line 915, ../../scss/_base.scss */
  .main-block .row .btn-col {
    padding: 0;
  }
  .sitemap .map-box{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px -4px;
    /*
    height: 600px;
    */
  }
  /* line 920, ../../scss/_base.scss */
  footer {
    padding: 0 0 20px;
    line-height: 1.6;
  }
  /* line 924, ../../scss/_base.scss */
  footer .info-block .nav {
    padding: 1em;
    font-size: 1em;
  }
  /* line 928, ../../scss/_base.scss */
  footer .info-block .nav a:first-child {
    padding-left: 0;
  }
  /* line 933, ../../scss/_base.scss */
  footer .info-block .info {
    padding-left: 1em;
  }
  /* line 937, ../../scss/_base.scss */
  footer .code-block {
    float: right;
    padding-top: 1em;
    text-align: right;
    margin-right: 1em;
  }
  /* line 942, ../../scss/_base.scss */
  footer .code-block .m-hide {
    display: block;
  }

  /* line 948, ../../scss/_base.scss */
  .table-style2 thead {
    display: table-header-group;
  }
  /* line 951, ../../scss/_base.scss */
  .table-style2 td {
    display: table-cell;
    padding-left: .3em;
    overflow: hidden;
    border-top: 1px solid #d0d2d4;
  }
  /* line 956, ../../scss/_base.scss */
  .table-style2 td:before {
    display: none;
  }
  /* line 960, ../../scss/_base.scss */
  .table-style2 tr {
    border-top: none;
    line-height: 30px;
  }


  .table-style3 thead {
    display: table-header-group;
  }
  .table-style3 thead th{
    border-left: 1px solid #fff;
  }
  .table-style3 thead th:first-child{
    border-left: 1px solid #d0d2d4;
  }
  .table-style3 td {
    display: table-cell;
    padding-left: .3em;
    overflow: hidden;
    text-align: center;
    border-left: 1px solid #d0d2d4;
    width: 25%;
  }
  .table-style3 td .br{
    display: block;
  }
  .table-style3 td:before {
    display: none;
  }
  .table-style3 tr {
    border-top: none;
  }
  .table-style4 .t-title{
    padding: 8px 15px;
    width: 150px;
  }
  .table-style4 .t-title span{
    margin-right: 12px;
  }
  .table-style5{
    text-align: center;
    table-layout: fixed;
  }
  .table-style5 .t-no, .table-style5 .t-sex{
    width: 15%;

  }
  .table-style5 .t-name, .table-style5 .t-check{
    width: 20%;
  }
  .table-style5 .t-date{
    width: 30%;

  }

  /* line 964, ../../scss/_base.scss */
  .page-num {
    text-align: left;
  }
  /* line 19, ../../scss/_setting.scss */
  .page-num:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 967, ../../scss/_base.scss */
  .page-num .page-btn {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    
  }
  /* line 969, ../../scss/_base.scss */
  .page-num .page-btn a {
    margin: 0 2px;
  }
  /* line 973, ../../scss/_base.scss */
  .page-num .page-text {
    float: right;
    display: inline-block;
    vertical-align: top;
  }
  /* line 977, ../../scss/_base.scss */
  .page-num .page-text .text:first-child {
    padding-right: 15px;
    margin-right: 10px;
  }

  /* line 463, ../../scss/_home.scss */
  .home {
    background-size: auto;
  }

  /* line 468, ../../scss/_home.scss */
  .tabs .tab-nav a {
    width: auto;
  }

  .full-slider .slider-item img {
    width: auto;
    height: 258px;
  }

  /* line 484, ../../scss/_home.scss */
  .video-block {
    padding-top: 167px;
  }

  /* line 488, ../../scss/_home.scss */
  .slider-block .top {
    padding: .5em 0 .5em 4em;
  }
  /* line 19, ../../scss/_setting.scss */
  .slider-block .top:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 491, ../../scss/_home.scss */
  .slider-block .top .title {
    font-size: 1.1em;
    float: left;
    margin-bottom: 0;
  }
  /* line 496, ../../scss/_home.scss */
  .slider-block .top .select-block {
    font-size: .95em;
    float: right;
    width: 48%;
  }
  /* line 500, ../../scss/_home.scss */
  .slider-block .top .select-block .sub {
    top: 34px;
  }
  /* line 505, ../../scss/_home.scss */
  .slider-block .slider-col3 {
    padding: 1em 4em;
    position: relative;
  }
  .slider-block .slider-col3:after{
    width: 4em;
    position: absolute;
    content: '';
    height: 100%;
    top:0;
    right:0;
  }
  .slider-block.color1 .slider-col3:after{
    background-color: #0B9DD1;
    
  }
  .slider-block.color2 .slider-col3:after{
    background-color: #0BA6A2;
  }
  /* line 509, ../../scss/_home.scss */
  .slider-block .slider-col3 .slider-item a p {
    font-size: 1em;
    margin-top: 10px;
  }
  /* line 515, ../../scss/_home.scss */
  .slider-block .slider-col3 .slick-prev, .slider-block .slider-col3 .slick-next {
    margin-top: -15px;
    z-index: 10;
  }
  /* line 518, ../../scss/_home.scss */
  .slider-block .slider-col3 .slick-prev {
    left: 1.5em;
  }
  /* line 521, ../../scss/_home.scss */
  .slider-block .slider-col3 .slick-next {
    right: 1.5em;
  }
  /* line 19, ../../scss/_setting.scss */
  .slider-block .slider-col3 .select-block .sub a:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 528, ../../scss/_home.scss */
  .slider-block .slider-col3 .select-block .sub a span {
    display: block;
    width: 48%;
    float: right;
    padding-left: 72px;
  }

  /* line 541, ../../scss/_home.scss */
  .bottom {
    padding: 0;
  }
  /* line 544, ../../scss/_home.scss */
  .bottom .slider a {
    height: 135px;
  }
  /* line 546, ../../scss/_home.scss */
  .bottom .slider a img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

  /* line 407, ../../scss/_page.scss */
  .page-main .page-nav.style1 a {
    color: #006661;
    display: inline-block;
    padding: 0 .4em 0 0;
  }
  /* line 411, ../../scss/_page.scss */
  .page-main .page-nav.style1 a:after {
    display: inline-block;
    /*content: "|";*/
    padding-left: .6em;
    color: #2a2a2a;
    vertical-align: top;
    margin-top: -1px;
  }
  /* line 420, ../../scss/_page.scss */
  .page-main .page-nav.style1 a:last-child:after {
    display: none;
  }
  /* line 425, ../../scss/_page.scss */
  .page-main .page-nav.style1 a.active:before {
    display: inline-block;
    content: "\f101";
    font-family: FontAwesome;
    padding-right: .4em;
    color: #2a2a2a;
    vertical-align: top;
    margin-top: -1px;
  }
  /* line 438, ../../scss/_page.scss */
  .page-main .page-nav .nav-text {
    display: none;
  }
  /* line 441, ../../scss/_page.scss */
  .page-main .page-nav .nav-block {
    position: static;
    display: block;
  }
  /* line 445, ../../scss/_page.scss */
  .page-main .page-nav:hover {
    display: block;
  }
  /* line 449, ../../scss/_page.scss */
  .page-main .block {
    padding: 0;
  }
  /* line 453, ../../scss/_page.scss */
  .page-main .table-style1 .t-date {
    width: 130px;
  }
  /* line 458, ../../scss/_page.scss */
  .page-main .table-style2 .t-date {
    width: 130px;
    text-align: center;
  }
  /* line 462, ../../scss/_page.scss */
  .page-main .table-style2 .t-category, .page-main .table-style2 .t-format {
    width: 60px;
    text-align: center;
  }
  /* line 467, ../../scss/_page.scss */
  .page-main .photo {
    width: 24.5%;
    margin-left: 3.5%;
  }
  /* line 470, ../../scss/_page.scss */
  .page-main .photo.odd {
    margin-left: 3.5%;
  }
  /* line 473, ../../scss/_page.scss */
  .page-main .photo.col1 {
    margin-left: 0;
  }
  .js-sol{
    position: absolute;
    left:0;
    top:0;
    background-color: #fff;
    color:#000;
    font-size: .8em;
    display: inline-block;
  }
  header .js-sol{
    position: absolute;
    right: 20px;
    left:auto;
    top: 40px;
    width: 450px;
    padding: 5px;
  }
  .main-block .row .col2.col-2nd{
    position: relative;
  }
  .col-3rd .bottom-block{
    height: 136px;
    overflow: hidden;
  }
  .slider{
    position: relative;
  }
  .slider .js-sol{
    top:26px;
  }
  .slider .js-sol >a{
    height: 136px;
    overflow: hidden;
    display: block;
  }

  /* line 481, ../../scss/_home.scss */
  .fb{
    position: relative;
    /*height: 415px;*/
    height: 205px;
    margin-bottom: 2px;
  }
  .fb .js-sol{
    padding: 0;
  }
  .fb .js-sol img{
    width: 300px;
    height: auto;
    max-width: none;
  }
  .slider-block .slider-col3{
    white-space: nowrap;
    overflow: hidden;
  }
  .slider-block .slider-col3 .slider-item {
    display: inline-block;
}
  .slider-item-w {
  	width: 340px !important;
  }
  .gallery-block .js-sol{
    position: static;
    display: block;
    letter-spacing: normal;
    padding: 0 10px 10px;
  }
}
@media screen and (min-width: 1010px) {
  /* line 987, ../../scss/_base.scss */
  header .wrap {
    padding: 1em 2em;
  }
  /* line 990, ../../scss/_base.scss */
  header .logo {
    width: 379px;
  }

  /* line 994, ../../scss/_base.scss */
  #container {
    padding-top: 0;
  }

  /* line 998, ../../scss/_base.scss */
  .top-block .btn-search, .top-block .ham {
    display: none;
  }
  /* line 1002, ../../scss/_base.scss */
  .top-block.fixed .menu-block {
    height: auto;
  }
  /* line 1005, ../../scss/_base.scss */
  .top-block.fixed .menu {
    width: 100%;
  }
  /* line 1008, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item:before {
    left: 45%;
  }
  /* line 1011, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item a {
    padding: .6em 2em .6em 47%;
  }
  /* line 1016, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item .sub .sub-item:before {
    left: 47.2%;
  }
  /* line 1019, ../../scss/_base.scss */
  .top-block.fixed .menu .menu-item .sub .sub-item a {
    padding: .8em 2em .8em 48.4%;
  }
  /* line 1026, ../../scss/_base.scss */
  .top-block.fixed .btn-search, .top-block.fixed .ham {
    display: block;
  }
  /* line 1029, ../../scss/_base.scss */
  .top-block.fixed .search {
    position: absolute;
    top: 55px;
    width: 100%;
    display: none;
    padding: 1em .5em .5em;
    z-index: 98;
    background-color: #168886;
  }
  /* line 19, ../../scss/_setting.scss */
  .top-block.fixed .search:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 1038, ../../scss/_base.scss */
  .top-block.fixed .search .search-box {
    float: right;
  }
  /* line 1041, ../../scss/_base.scss */
  .top-block.fixed .search .search-tag {
    float: left;
  }
  /* line 1044, ../../scss/_base.scss */
  .top-block.fixed .search.active {
    display: block;
  }

  /* line 1050, ../../scss/_base.scss */
  .main-block {
    padding: .5em 2em 2em;
  }
  .main-block:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  /* line 1053, ../../scss/_base.scss */
  .menu-block {
    clear: both;
    height: 63px;
    background-color: #00857d;
  }
  /* line 1057, ../../scss/_base.scss */
  .menu-block .menu {
    float: left;
    width: auto;
  }
  /* line 1061, ../../scss/_base.scss */
  .menu-block .menu .menu-item > a {
    height: 63px;
  }
  /* line 1066, ../../scss/_base.scss */
  .menu-block .search {
    position: static;
    display: block;
    float: right;
    width: auto;
    background: transparent;
    padding: .5em .5em .1em .5em;
  }
  /* line 1073, ../../scss/_base.scss */
  .menu-block .search .search-box, .menu-block .search .search-tag {
    float: none;
  }

  /* line 1081, ../../scss/_base.scss */
  footer .info-block .nav {
    padding: 1em 1.5em;
  }
  /* line 1084, ../../scss/_base.scss */
  footer .info-block .nav a:first-child {
    padding-left: 1em;
  }
  /* line 1089, ../../scss/_base.scss */
  footer .info-block .info {
    padding-left: 2.5em;
  }
  /* line 1093, ../../scss/_base.scss */
  footer .code-block {
    margin-right: 2.5em;
  }

  /* line 1097, ../../scss/_base.scss */
  .full-mask {
    position: fixed;
  }
  .full-mask.active{
    display: none;
  }
  /* line 480, ../../scss/_page.scss */
  .sidebar {
    display: block;
    width: 200px;
    margin-right: 10px;
    padding: 0;
    float: left;
  }
  /* line 486, ../../scss/_page.scss */
  .sidebar .side-item {
    margin-bottom: 10px;
  }

  /* line 490, ../../scss/_page.scss */
  .page-main {
    width: 716px;
    float: right;
  }
}

/* 0724 */
.video iframe {
	width:100%;
	margin-bottom:-3%;
	}
.photo .text-sub-left, .photo .text-sub-right {
  padding: .5em;
  display: block;
  color: #14a5a1;
  background:#f0f4ed;
  width:50%;
  font-size:.7em;
	}
.photo .text-sub-left {
  float:left;
}
.photo .text-sub-right {
  text-align:right;
  float:right;
}

#mycalendar .bgR{
  background-color: #ef4438;
  color:#fff;
}
#mycalendar .bgG{
  background-color: #14a5a1;
  color:#fff;

}
#mycalendar .dot{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.js-calendar{
  margin-top: 15px;
}
.js-calendar .js-calendar-item{
  position: relative;
}
.js-calendar .js-calendar-item .date{
  background-color: #0ba6a2;
  color:#fff;
  padding: 8px;
  position: absolute;
  left:0;
  height: 100%;
  top:0;
  width: 85px;
  border-bottom:1px solid #fff;
}
.js-calendar .js-calendar-item .text{
  border:1px solid #d0d2d4;
  padding: 8px 8px 8px 100px;
}
.js-calendar .js-calendar-item .text p{
  margin-bottom: 5px;
}
.js-calendar .js-calendar-item .text p:before{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
  content: '';
}
.js-calendar .js-calendar-item .text p.y:before{
  background-color: #f5d65b;
}
.js-calendar .js-calendar-item .text p.r:before{
  background-color: #ef8986;
}
.js-calendar .js-calendar-item .text p.b:before{
  background-color: #70b9df;
}





  
.page-main .block .monthly-sol {
  position: absolute;
  display: block;
  margin-top: 10px;
  font-size: .8em;
  right: 0;
  top: 28px;
  width: 100%;
  text-align: center;

}
.page-main .block .monthly-sol .item {
  display: inline-block;
  margin-left: 10px;
}
.page-main .block .monthly-sol .item span.dot{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.monthly-day .monthly-event-indicator{
  width: 10px;
}
.monthly-day-event > .monthly-day-number, .monthly-today .monthly-day-number{
  font-size: .8em;
}
.monthly-reset{
  display: none;
}
.monthly-header{
  width: 100%;
  margin-bottom: 18px;
}
.monthly-day-title-wrap{
  font-size: .8em;
}
.monthly-event-list-date{
  font-size: .8em;
}
.monthly-event-list-date b{
  font-size: 1.4em;
}

.monthly-event-list-date:before{
  width: 3px;
  background-color: #14a5a1;
  content: '';
  height: 15px;
  position: absolute;
  left:0;
  top:7px;

}
.monthly-cal {
  position: fixed;
  z-index: 10000;
  width: 30px;
  height: 30px;
  display: block;
  right:3%;
  top: 85px;
  background: url(../img/icon/icon_close.png) no-repeat center center;
  border-radius: 100%!important;
  border: none!important;
  padding: 0!important;
  background-size: contain;
}


/* 0627 */
.results-block{
  padding: 10px 0;
  margin-bottom: 20px;
}
.results-block:after{
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.results-block .results-text h1{
  font-size: 2.8em;
  font-weight: normal;
}
.results-block .results-text p{
  color:#7c7c7c;
  line-height: 1.8;
}
.results-block .results-text .btn-block{
  margin-top: 15px;
}
.results-block .results-text .btn{
  background-color: #2aa2ff;
  color:#fff;
  display: inline-block;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.results-block .results-text .btn:hover{
  background-color: #009fd3;
}

.bg-gy{
  background-color: #f0f4ed;
  padding: 5px;
  margin-left: 20px;
  margin-bottom: 50px;
}
.gallery-block{
  margin-bottom: 50px;
}
.gallery-block .js-sol{
  position: static;
}
.gallery-block.init .gallery-item .gallery-box{
  display: block;
  position: static;
  padding: 0;
}
.gallery-item{
  margin-bottom: 15px;
  position:relative;
  display: block;
}
.gallery-item .gallery-card{
  border: 1px solid #14a5a1;
  transition:0.6s;
  position:relative;
  padding-top: 99%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  overflow: hidden;
  
}
.gallery-item .gallery-img img,.gallery-item .gallery-slider img{
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;  
}
.gallery-item .gallery-text{
  background-color: #14a5a1;
  border: 1px solid #14a5a1;
  color:#fff;
  text-align: center;
  font-size: 1.1em;
  padding: 0 5px;
}
.gallery-item .gallery-img{
  position:absolute;
  top: 0px;
  left: 0px;
  z-index:2;
  width: 100%;
  height: 100%;
  -webkit-transition:.8s ease-in-out;
  -moz-transition:.8s ease-in-out;
  transition:.8s ease-in-out;
  transition:0 ease-in-out\9;
  -webkit-transform:rotateY(0);
  -moz-transform:rotateY(0);
  transform:rotateY(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.gallery-item .gallery-slider{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition:.8s ease-in-out;
  -moz-transition:.8s ease-in-out;
  transition:.8s ease-in-out;
  transition:0 ease-in-out\9;
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  transform:rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.gallery-item .gallery-slider .slider{
  position: relative;
  z-index: 5;
}
.gallery-item .gallery-slider .slider .slick-arrow{
  position: absolute;
  top:50%;
  border: none;
  background-color: rgba(20,165,161,.5);
  z-index: 10;
  padding: 0;
  margin-top: -15px;
}
.gallery-item .gallery-slider .slider .slick-prev{
  left:0;
}
.gallery-item .gallery-slider .slider .slick-next{
  right:0;
}

.gallery-item .gallery-slider .slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: .5em 0;
  z-index: 10;
}
.gallery-item .gallery-slider .slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.gallery-item .gallery-slider .slider .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #14a5a1;
  background-color: #fff;
  padding: 0;
}
.gallery-item .gallery-slider .slider .slick-dots li.slick-active button {
  background-color: #14a5a1;
}
.gallery-item .gallery-list{
  border: 1px solid #14a5a1;
  padding: 5px;
  background-color: #f0f4ed;
  font-size: 1em;
  color:#000;
}
.gallery-item .gallery-box{
  display: none;
}
.gallery-item .gallery-list li{
  margin-bottom: 6px;
}
.gallery-item .gallery-list .name{
  padding-left: 14px;
  background: url(../img/icon/icon_star.png) no-repeat left 7px;
}
.gallery-item .gallery-list ul li{
  padding-left: 16px;
  background: url(../img/icon/icon_finger.png) no-repeat left 7px;
}
.gallery-item.active .gallery-img{
  -webkit-transform:rotateY(-180deg);
  -moz-transform:rotateY(-180deg);
  transform:rotateY(-180deg);
  transform:rotateY(-90deg)\9;
  -webkit-transition:.8s ease-in-out;
  -moz-transition:.8s ease-in-out;
  transition:.8s ease-in-out;
}
.gallery-item.active .gallery-box{
  display: block;
}
.gallery-item.active .gallery-slider{
  -webkit-transform:rotateY(0);
  -moz-transform:rotateY(0);
  transform:rotateY(0);
  -webkit-transition:.8s ease-in-out;
  -moz-transition:.8s ease-in-out;
  transition:.8s ease-in-out;
}
.line-block{
  overflow-x: auto;
}
.line-map{
  width: 670px;
  position: relative;
  padding: 5px 100px 5px 50px;
  letter-spacing: -8px;
  z-index: 5;
  text-align: center;
}
.line-map a{
  display: inline-block;
  width: 20%;
  padding-top: 5px;
  vertical-align: top;
  letter-spacing: normal;
  height: 160px;
  position: relative;
}
.line-map a:hover:after{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(20,165,161,.3);
  content: '';
  left:0;
  top:0;
}
.line-map a span{
  display: block;
}
.line-map a span.num{
  color:#5761a8;
  font-size: 1.33em;
  font-weight: bold;
  line-height: 1.2;
}
.line-map a span.num .sm{
  display: inline;
  font-size: 1em;
}
.line-map a span.set{
  color:#d0629f;
  font-size: .8em;
  margin-bottom: 5px;
}
.line-map a span.text{
  color:#000;
  font-size: .8em;
}
.line-map a span.ps{
  color:#8a7a67;
  font-size: .8em;
  position: absolute;
  right:5px;
  bottom:5px;
}
.line-map a.results-dot{
  padding-top: 51px;
}
.line-map a.results-dot span.text{
  color:#7cbf68;
  line-height: 1.4;
}
.line-map a.p4{
  border: 1px dashed #8a7a67;
}
.line-map a.p4:before{
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: rgba(138,122,103,.3);
  content: '';
  left:0;
  top:0;
}
.line-map .bg{
  position: absolute;
  left:0;
  top:57px;
  z-index: -1;
}
/* 0814 */		
	.tabs-h > .tabs-nav{		
	  letter-spacing: -8px;		
	}		
	.tabs-h > .tabs-nav a{		
	  letter-spacing: normal;		
	  display: inline-block;		
	  width: auto;		
	  font-size: 1em;		
	  background: url(../img/equipment/tab.png) no-repeat left top;		
	  background-size: 100% 100%;		
	  color:#094a48;		
	  padding: 7px 8px 7px 6px;		
	  line-height: 1.4;		
	  vertical-align: top;		
	  -webkit-transition: all .3s;		
	  -o-transition: all .3s;		
	  transition: all .3s;		
	}		
	.tabs-h > .tabs-nav a:hover, .tabs-h > .tabs-nav a.active{		
	  background-image: url(../img/equipment/tab_active.png);		
	  background-size: 100% 100%;		
	  color:#14a5a1;		
	  -webkit-transition: all .3s;		
	  -o-transition: all .3s;		
	  transition: all .3s;		
	}		
	.tabs-h > .tabs-nav a .icon{		
	  display: none;		
	}		
	.tabs-h > .tabs-content{		
	  background-color: #f0f4ed;		
	  padding: 20px;		
	}		
	.tabs-v .tabs-nav{		
	  overflow: hidden;		
	  height: 85px;		
	}		
	.tabs-v .tabs-nav h3{		
	  color:#14a5a1;		
	  font-size: 1.2em;		
	  border-bottom: 2px solid #14a5a1;		
	  text-align: center;		
	  margin-bottom: 10px;		
	}		
	.tabs-v .tabs-nav .m-scroll{		
	  overflow-y: auto;		
	  white-space: nowrap;		
	  padding-bottom: 60px;		
	}		
	.tabs-v .tabs-nav a{		
	  display: inline-block;		
	  font-size: 1em;		
	  padding: 6px 10px;		
	  color:#000;		
			
	}		
	.tabs-v .tabs-nav a:hover, .tabs-v .tabs-nav a.active{		
	  background-color: #14a5a1;		
	  color:#fff;		
	}		
	.tabs-v .tabs-map{		
	  overflow: hidden;		
	}		
	.tabs-v .tabs-info{		
	  padding-top: 15px;		
	  clear: both;		
	}		
	.tabs-v .tabs-info .tabs-block{		
	  border-top: 1px dotted #a671ae;		
	  position: relative;		
	  padding: 25px 0 15px;		
	}		
	.tabs-v .tabs-info .tabs-block:before{		
	  position: absolute;		
	  right:0;		
	  top:-1px;		
	  border-width: 18px 10px;		
	  border-color: #a671ae transparent transparent transparent;		
	  border-style: solid;		
	  content: '';		
	}		
	.tabs-v .tabs-info .tabs-block .left{		
	  margin-bottom: 15px;		
	  text-align: center;		
	}		
	.tabs .tabs-block{		
	  display: none;		
	}		
	.tabs .tabs-block.active{		
	  display: block;		
	}
@media screen and (min-width: 540px){
  body.sm .page-main .page-nav.page-search {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .results-block{
    padding: 10px 20px;
  }
  .results-block .results-text h1{
    font-size: 3.46em;
  }
  .results1 .results-text{
    float: left;
    padding-right: 20px;
    width: 42%;
    margin-right: -2%;
  }
  .results1 .results-img{
    float: right;
    width: 60%;
  }
  .results2 .results-text{
    float: right;
    padding-left: 20px;
    width: 42%;
    margin-left: -2%;
  }
  .results2 .results-img{
    float: left;
    width: 60%;
  }
  .gallery-block{
    letter-spacing: -8px;
  }
  .gallery-item{
    letter-spacing: normal;
    width: 50%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  .gallery-item .gallery-box{
    padding: 0 10px;
    position: absolute;
    width: 100%;
    left:0;
    top:100%;
    z-index: -100;
    display: block;
    opacity: 0;
  }
  .gallery-item.active .gallery-box{
    z-index: 10;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}
	
	  /* 0814 */		
	  .tabs-h > .tabs-nav a{		
	    width: 170px;		
	    height: 48px;		
	    font-size: 1em;		
	    background-size: contain;		
	    padding: 12px 5px;		
	  }		
	  .tabs-h > .tabs-nav a:hover, .tabs-h > .tabs-nav a.active{		
	    background-size: contain;		
	  }		
	  .tabs-h > .tabs-nav a .icon{		
	    width: 32px;		
	    height: 32px;		
	    display: inline-block;		
	    vertical-align: top;		
	    margin-top: -5px;		
	  }		
	  .tabs-h > .tabs-nav a .icon01{		
	    background: url(../img/equipment/tab01.png) no-repeat center center;		
	    background-size: contain;		
	  }		
	  .tabs-h > .tabs-nav a:hover .icon01, .tabs-h > .tabs-nav a.active .icon01{		
	    background-image: url(../img/equipment/tab01_active.png);		
	    background-size: contain;		
	  }		
	  .tabs-h > .tabs-nav a .icon02{		
	    background: url(../img/equipment/tab02.png) no-repeat center center;		
	    background-size: contain;		
	  }		
	  .tabs-h > .tabs-nav a:hover .icon02, .tabs-h > .tabs-nav a.active .icon02{		
	    background-image: url(../img/equipment/tab02_active.png);		
	    background-size: contain;		
	  }		
	  .tabs-h > .tabs-nav a .icon03{		
	    background: url(../img/equipment/tab03.png) no-repeat center center;		
	    background-size: contain;		
	  }		
	  .tabs-h > .tabs-nav a:hover .icon03, .tabs-h > .tabs-nav a.active .icon03{		
	    background-image: url(../img/equipment/tab03_active.png);		
	    background-size: contain;		
	  }		
	  .tabs-v .tabs-nav{		
	    float: right;		
	    width: 210px;		
	    margin-left: 15px;		
	    height: auto;		
	  }		
	  .tabs-v .tabs-nav .m-scroll{		
	    padding-bottom: 0;		
	    overflow-y: hidden;		
	  }		
	  .tabs-v .tabs-nav a{		
	    display: block;		
	  }		
	  .tabs-v .tabs-info .tabs-block:before{		
	    right:20px;		
	  }		
	  .tabs-v .tabs-info .tabs-block .left{		
	    width: 40%;		
	    float: left;		
	    margin-right: 15px;		
	  }		
	  .tabs-v .tabs-info .tabs-block .right{		
	    overflow: hidden;		
	  }		
	  .tabs-v .tabs-info .tabs-block:after{		
	    content: ' ';		
	    display: block;		
	    height: 0;		
	    clear: both;		
	  }

@media screen and (min-width: 768px){

  body.lg .menu-block .menu .menu-item a {
    padding: 1em 1.8em;
  }
  body.lg .top-block .btn-search{
    top:98px;
  }
  body.lg .top-block .ham{
    top:98px;
  }
  body.lg .top-block.fixed .btn-search, body[bSize='lg'] .top-block.fixed .ham{
    top:0;
  }

  body.sm .menu-block .menu .menu-item a {
    padding: 1.3em 1.8em;
  }
  body.sm .top-block .btn-search{
    top:94px;
  }
  body.sm .top-block .ham{
    top:94px;
  }
  body.sm .top-block.fixed .btn-search, body[bSize='sm'] .top-block.fixed .ham{
    top:0;
  }
  body.sm .slider-block .top .select-block .sub{
    top:30px;
  }

  .page-main .block .monthly-sol {
    width: auto;
    margin-top: 10px;
    font-size: .8em;
    right: 0;
    top: 0;
  }
  .page-main .block .monthly-sol .item {
    display: inline-block;
    margin-left: 10px;
  }
  .monthly-header{
    width: auto;
    margin-bottom: 0;
  }
  .monthly-day .monthly-event-indicator{
    width: 90%;
  }
  .monthly-day-event > .monthly-day-number{
    font-size: 1.1em;
  }
  .monthly-reset{
    display: inline-block;
  }
  /* 0627 */
  .results1 h1{
    text-align: right;
    padding-right: 8px;
  }
  .results1 .results-text{
    margin-right: -5%;
    width: 45%;
    padding-top: 5px;
  }
  .results2{
    top:-50px;
    position: relative;
    margin-bottom: -50px;
  }
  .results2 .results-text{
    width: 45%;
    margin-left: -5%;
    padding-top: 60px;
  }
  .gallery-item{
    width: 33%;
  }

}

@media screen and (min-width: 910px){
  .monthly-cal {
    width: 50px;
    height: 50px;
    right:auto;
    left:50%;
    margin-left: 380px;
  }
}
@media screen and (min-width: 980px){
  .tabs .tab-block {
    min-height: 465px;
  }
}
@media screen and (min-width: 1010px){
  body.lg .menu-block .search {
    padding-top: .3em;
  }
  /* line 772, ../../scss/_base.scss */
  .top-block .mobile-menu {
    display: none;
  }
  /* line 774, ../../scss/_base.scss */
  .top-block .mobile-menu.active {
    display: none;
  }

}

@media screen and (min-width: 540px){
  body.sm .page-main .page-nav.page-search {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
    .list-slider-m {
        color: #fff !important;
    }
    .slider-item-w {
        width: 260px !important;
    }  
}



.btn-block, .dlink, .line-map {
    display:none;
}

.navBG {
    background-image: url(../images/Rect1.png);
    background-size: contain;
    width: 140px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 1;
}

.navBG2 {
    background-image: url(../images/Rect2.png);
    background-size: contain;
    width: 140px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 1;
}

.selbox {
  display: flex;
  align-items: center;
  margin: 0px 5px;
}

.btn-new2 {
  background-color: #3e4fb2;
  color: #fff;
  border: none;
  border-radius: 7px 7px 0 0;
  padding: 7px;
  text-align: center;
  height: 31px;
  width: 80px;
}

.btn-send3 {
  background-color: #0ba6a2;
  border: none;
  padding: 13px;
  text-align: center;
  height: 50px;
  width: 150px;
  color: #fff;
}

.forncontrol {
  padding: 5px 10px 5px 10px ;
  width: 100%;
  float: left;
  color: #333;
  font-size: 1em;
  border: solid 1px #646464;
  border-radius: 3px;
}

.formcheck {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
}

.sel {
  padding: 5px 10px 5px 10px;
  width: 100%;
  float: left;
  color: #333;
  font-size: 1em;
  border: solid 1px #646464;
  border-radius: 3px ;
}

.page-activity .gal-col .col {
  width: 33%;
}

.listchoose {
  background-color: #23656f;
  color: white;
  padding: 7px 2px 7px 2px;
  margin: 3px;
  text-align: center;
  text-decoration: none;
}

a {
  text-decoration: none;
}
.row .col-12 a {
  text-decoration: none;
}

.block .table-style2 tr td a {
  color: #007599;
  text-decoration: none;
}

.block .table-style2 tr td a:hover {
  color: #007599;
  text-decoration: none;
}


.bgG {
  background-color: #14a5a1;
  color: #fff;
  text-align: left;
  padding: 6px 10px 0;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  }

  .table2{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d2d4;
  margin-bottom: 10px;
  }
  .page-activity .gal-col2 {
  font-size: 0;
  margin: 0 9px;
  }
  .page-activity .gal-col2 a:hover {
  background-color: #ffffff;
  }



  .btn-block2{
  float: left;
  width: 100%;
  display:initial;
  color:#fff;
  padding:1em 2em;
  text-align:center;
  }

  .btn-block2 .row .col {
  width: 100%;
  display:initial;
  color:#fff;
  }

  .btn-block2.send-btn .row .col a {
  display: inline-block;
  color: #fff;
  padding: 1em 2em;
  width: 25%;
  }
  .btn-block2  a:hover {
  background:#333;
  }

  .btn-block2 .row .col-3 {
  width: 100%;
  display:initial;
  color:#fff;
  }

  .btn-block2.send-btn .row .col-3 a {
  display: inline-block;
  color: #fff;
  padding: 1em 2em;
  width: 40%;
  }
  .btn-C{
  color: rgb(255, 255, 255);
  padding: 5px;
  }


  @media screen and (max-width: 576px) {

    .btn-block2.send-btn .row .col a {
    display: inline-block;
    color: #fff;
    padding: 1em 2em;
    width: 100%;
    }
    .btn-block2.send-btn .row .col-3 a {
    display: inline-block;
    color: #fff;
    padding: 1em 2em;
    width: 100%;
    }
    .page-activity .gal-col .col{
      width: 100%;
    }
    .page-activity .gal-col2 {
      padding: 0;
    }
    .seln{
      display: block;
    }
  }

  .btn-block2.send-btn .row .col-3 a {
  display: inline-block;
  color: #fff;
  padding: 1em 2em;
  width: 100%;
  }

/* 搜尋條件新增20220428 */
.mark1 {
    color: #2E8EAB;
}

.btn-search2 {
    background-color: #0B7FA1;
    color: white;
    border-radius: 5px;
    border: none;
    height: 34px;
    line-height: 3px;
    padding: 0 40px;
}

.keyworld {
    display: flex;
}

.panal {
    display: none;
}

.flip {
    cursor: pointer;
}

.dropdownSearch {
    display: none;
    position: absolute;
    left: 0;
    width: 30vw;
    background-color: white;
    border: 1px solid #aaa;
    padding: 10px;
    z-index: 2;
    color: #000;
}

@media screen and (max-width: 579px) {
    .keyworld {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    .dropdownSearch {
        display: none;
        position: absolute;
        left: 0;
        width: 100vw;
        background-color: white;
        border: 1px solid #aaa;
        padding: 10px;
        margin-top: 58px;
        z-index: 10;
        color: #000;
    }
}
  