@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=Raleway);
html,
body {
  line-height: 1.5;
}

#tabC {
  top: 170px;
  left: 2.75rem;
  z-index: 999;
}

/*-------------------------------------------------------------------------------*/
/*    $設定主視覺                                                                 */
/*-------------------------------------------------------------------------------*/
.banner_wrap {
  position: relative;
  width: 100%;
  z-index: 0;
  line-height: 0;
}
.banner_wrap::after {
  content: "";
  display: table;
  clear: both;
}
.banner_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 10px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(75%, transparent));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 75%);
}

#owl-banner {
  display: inline-block;
  width: 100%;
}

#owl-banner .owl-stage-outer {
  position: relative;
  width: 100%;
}

/*===設定輪播效果淡入淡出===*/
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*===設定dot點===*/
#owl-banner .owl-controls .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 99;
  height: 4px;
  text-align: center;
}
#owl-banner .owl-controls .owl-dots > .owl-dot {
  display: inline-block;
  width: 35px;
  height: 3px;
  margin: 0.275rem;
  border-radius: 10px;
  background: white;
}
@media (min-width: 576px) {
  #owl-banner .owl-controls .owl-dots {
    bottom: 30px;
  }
  #owl-banner .owl-controls .owl-dots > .owl-dot {
    width: 60px;
    height: 4px;
    margin: 0.5rem;
  }
}
@media (min-width: 1200px) {
  #owl-banner .owl-controls .owl-dots {
    bottom: 80px;
  }
}
#owl-banner .owl-controls .owl-dots > .active {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #1ebdb5), to(#007c76));
  background: -o-linear-gradient(left, #1ebdb5 25%, #007c76 100%);
  background: linear-gradient(to right, #1ebdb5 25%, #007c76 100%);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

/*===no-js===*/
.no-js .banner_wrap .item {
  width: calc(100% / 3);
  float: left;
}

/*-------------------------------------------------------------------------------*/
/*    $分眾導覽                                                                   */
/*-------------------------------------------------------------------------------*/
.segment_wrap {
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
}
.segment_wrap::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .segment_wrap {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .segment_wrap {
    margin-top: -3em;
  }
  .segment_wrap:before {
    position: absolute;
    content: "OUK";
    font-size: 30em;
    top: 0;
    left: -2rem;
    line-height: 1;
    font-weight: 800;
    opacity: 0.035;
    font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
    pointer-events: none;
  }
}
.segment_wrap > .container {
  padding: 0 !important;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .segment_wrap > .container {
    padding: 0 10px !important;
  }
}
@media (min-width: 1620px) {
  .segment_wrap > .container {
    max-width: inherit !important;
  }
}
.segment_item {
  position: relative;
  float: left;
  padding: 1rem 2rem;
  width: calc(100% / 2);
  height: 81px;
}
.segment_item span, .segment_item i {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.segment_item span:before {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  width: 0%;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.segment_item i {
  font-weight: bold;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (min-width: 768px) {
  .segment_item {
    width: calc(100% / 6);
    padding: 1.5rem 2rem;
    height: 103px;
  }
}
.segment_item:hover, .segment_item:focus {
  z-index: 999;
}
.segment_item:hover span, .segment_item:focus span {
  margin-top: -0.25rem;
  padding-bottom: 0.5rem;
}
.segment_item:hover span:before, .segment_item:focus span:before {
  width: 6rem;
  left: calc(50% - 3rem);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.segment_tit {
  font-weight: bold;
  height: 81px;
}
@media (min-width: 768px) {
  .segment_tit {
    display: none;
  }
}
.segment_tit span:after {
  display: block;
  content: "";
  width: 100%;
  height: 18px;
  margin-top: 0.25rem;
}

.segment_wrap {
  -webkit-filter: drop-shadow(0 15px 40px rgba(33, 37, 41, 0.5));
}
.segment_item {
  color: white;
  background: #343a40;
  border-top: 5px solid #00857e;
}
.segment_item span:before {
  border-top: 1px solid #00857e;
}
.segment_item i {
  font-size: 0.875em;
  color: #1ebdb5;
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
}
.segment_item:nth-child(odd) {
  background-image: -o-radial-gradient(circle, #343a40, #212529);
  background-image: radial-gradient(circle, #343a40, #212529);
}
@media (min-width: 992px) {
  .segment_item span {
    font-size: 1.25em;
  }
}
.segment_item:hover, .segment_item:focus {
  color: #00857e;
}
.segment_tit {
  background: #00857e !important;
}
.segment_tit span {
  font-size: 1.25em;
}
.segment_tit span:after {
  background: url(../../images/segment_arrow.svg) no-repeat center top;
}

/*========no-js ========*/
.no-js .segment_wrap {
  margin-top: 0;
}

/*-------------------------------------------------------------------------------*/
/*    $最新消息(模組)                                                             */
/*    $1.外框設定+活動月曆+標題+MORE                                               */
/*    $2.第二組最新消息                                                           */
/*-------------------------------------------------------------------------------*/
.i_news_module {
  position: relative;
  z-index: 2;
  margin-bottom: 5rem;
}
.i_news_module > .container {
  max-width: 1200px;
}
.i_news_left_wrap {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .i_news_left_wrap {
    width: 60%;
  }
}
.i_news_right_wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .i_news_right_wrap {
    width: 40%;
  }
}
.i_news_title {
  text-align: center;
  margin-bottom: 1rem;
}
.i_news_title span {
  display: block;
  font-size: 1.5em;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.i_news_title span[lang] {
  font-size: 1.875em;
  color: #00857e;
  margin-right: 0.5rem;
}
.i_news_list_item {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.i_news_list_item::after {
  content: "";
  display: table;
  clear: both;
}
.i_news_list_item:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  content: "";
  width: 0%;
  border-bottom: 2px solid #00857e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i_news_list_item:hover, .i_news_list_item:focus {
  outline: 0;
}
.i_news_list_item:hover .i_news_img img, .i_news_list_item:focus .i_news_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.i_news_list_item:hover .i_news_tit, .i_news_list_item:focus .i_news_tit {
  color: #00857e;
}
.i_news_list_item:hover:before, .i_news_list_item:focus:before {
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.i_news_date {
  color: #00857e;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0.75rem;
  letter-spacing: 2px;
}
.i_news_date span[data-num] {
  font-size: 2.75em;
}
.i_news_date span[data-mon] {
  font-size: 1.25em;
}
.i_news_date span[data-mon]:after {
  content: attr(data-mon);
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.i_news_date span[data-week] {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.i_news_date span[data-week]:before {
  content: "/";
  margin-right: 0.15rem;
}
.i_news_img {
  float: left;
  width: 100px;
  margin-right: 0.95rem;
}
.i_news_img figure {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}
.i_news_data {
  display: block;
  overflow: hidden;
  line-height: 1.2;
}
.i_news_tit {
  display: block;
  font-size: 1.125em;
  position: relative;
  padding-bottom: 0.6rem;
  color: #212529;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.i_news_tit:after {
  content: "";
  position: absolute;
  width: 2.75rem;
  border: 1px solid #00857e;
  left: 0;
  bottom: 0;
}
.i_news_txt {
  color: #343a40;
  margin-top: 0.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.75rem;
}
.i_news_more {
  padding: 2.5rem 0 1rem;
  text-align: center;
}
.i_news_more_btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  color: #00857e;
  background: transparent;
  border-radius: 2rem;
  border: 3px solid #00857e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i_news_more_btn i {
  margin: 0 0.5rem;
}
.i_news_more_btn:hover, .i_news_more_btn:focus {
  color: white;
  background: #00857e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i_news_more_btn:focus {
  outline: 1px dotted black;
}

.i_news_list_item:focus {
  -webkit-box-shadow: 0 0 0 4px #fdca00 inset !important;
          box-shadow: 0 0 0 4px #fdca00 inset !important;
}

@media (min-width: 576px) {
  .i_news_title span {
    display: inline-block;
  }
  .i_news_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5rem;
  }
  .i_news_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: top;
    text-align: center;
  }
  .i_news_img {
    min-width: 156px;
  }
  .i_news_img figure {
    padding-bottom: 66%;
  }
  .i_news_data {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .i_news_right_wrap .i_news_title {
    padding-left: 2rem;
  }
  .i_news_title {
    text-align: left;
  }
  .i_news_title span {
    display: inline-block;
    font-size: 2em;
  }
  .i_news_title span[lang] {
    font-size: 3.75em;
  }
  .i_news_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .i_news_list {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .i_news_title span[lang] {
    font-size: 5em;
  }
  .i_news_more {
    text-align: center;
  }
}
.isub_news_item {
  display: block;
  padding: 0.65rem 0 0.625rem 2rem;
}
.isub_news_item:first-child {
  padding-top: 1.5rem;
}
.isub_news_item:hover .isub_news_txt, .isub_news_item:focus .isub_news_txt {
  color: #00857e;
}
.isub_news_date {
  color: #00857e;
  position: relative;
  z-index: 9;
}
.isub_news_date i {
  position: absolute;
  left: -1.75rem;
  top: 4px;
  background-color: white;
  font-size: 1.125em;
  color: #ced4da;
}
.isub_news_txt {
  color: #343a40;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.75rem;
}

@media (min-width: 992px) {
  .isub_news_wrap {
    min-height: 456px;
    border-top: 1px solid #ced4da;
  }
  .isub_news_item {
    border-left: 1px solid #ced4da;
  }
  .isub_news_date i {
    left: -2.5rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $使用 「頁籤模組」+「最新消息模組」 調整                                          */
/*-------------------------------------------------------------------------------*/
.ouk_tabs {
  position: relative;
  padding-top: 12rem;
}
@media (min-width: 576px) {
  .ouk_tabs {
    padding-top: 8rem;
  }
}
@media (min-width: 992px) {
  .ouk_tabs {
    padding-top: 4rem;
  }
}
.ouk_tabs > div:nth-child(1) {
  left: 0%;
}
.ouk_tabs > div:nth-child(3) {
  left: 50%;
}
.ouk_tabs > div:nth-child(5) {
  left: 0%;
  top: 55px;
}
.ouk_tabs > div:nth-child(7) {
  left: 50%;
  top: 55px;
}
.ouk_tabs > div:nth-child(9) {
  left: 0%;
  top: 110px;
}
@media (min-width: 576px) {
  .ouk_tabs > div:nth-child(3) {
    left: 33.3%;
  }
  .ouk_tabs > div:nth-child(5) {
    left: 66.6%;
    top: 0;
  }
  .ouk_tabs > div:nth-child(7) {
    left: 0%;
  }
  .ouk_tabs > div:nth-child(9) {
    left: 33.3%;
    top: 55px;
  }
}
@media (min-width: 992px) {
  .ouk_tabs > div:nth-child(1) {
    left: 0;
  }
  .ouk_tabs > div:nth-child(3) {
    left: 20%;
  }
  .ouk_tabs > div:nth-child(5) {
    left: 40%;
  }
  .ouk_tabs > div:nth-child(7) {
    left: 60%;
    top: 0;
  }
  .ouk_tabs > div:nth-child(9) {
    left: 80%;
    top: 0;
  }
}
.ouk_tab {
  position: absolute;
  top: 0;
  width: 50%;
  padding: 0.25rem;
}
@media (min-width: 576px) {
  .ouk_tab {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .ouk_tab {
    width: 19%;
  }
}
.ouk_btn {
  display: block;
  width: 100%;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #6b747d;
  border-radius: 30px;
}
@media (min-width: 375px) {
  .ouk_btn {
    padding: 0.75rem;
  }
}
.ouk_btn.active {
  background: #00857e;
}
.ouk_btn:focus {
  -webkit-box-shadow: inset 0 0 0 0.25rem rgba(0, 133, 126, 0.95);
          box-shadow: inset 0 0 0 0.25rem rgba(0, 133, 126, 0.95);
}
.ouk_content {
  display: none;
  max-height: 0;
  overflow: hidden;
}
.ouk_content ul {
  padding: 1rem 0;
}
.ouk_content.active {
  display: block;
  max-height: 786px;
}
@media (min-width: 768px) {
  .ouk_content.active {
    max-height: 1000px;
  }
}
.ouk_content-more {
  padding: 1rem 0;
  text-align: center;
}
.ouk_item {
  position: relative;
  display: block;
  padding: 1rem 0 1rem 1.25rem;
  color: #495057;
  border-bottom: 1px dotted #dee2e6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ouk_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #00857e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ouk_item:hover, .ouk_item:focus {
  padding-left: 2.25rem;
  border-bottom: 1px dotted #00857e;
  background: #81e3de;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ouk_item:hover:before, .ouk_item:focus:before {
  left: 1rem;
}

.no-js .ouk_tab {
  position: static;
}
.no-js .ouk_content {
  display: block !important;
  max-height: 1000px;
}

.i_news_title span[lang] {
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
}

.i_fb_wrap {
  display: none;
  text-align: center;
}
@media (min-width: 576px) {
  .i_fb_wrap {
    display: block;
  }
}
@media (min-width: 992px) {
  .i_fb_wrap {
    margin-top: 2rem;
    padding-left: 3rem;
  }
}

.ouk_fblink {
  display: block;
  background: #3b5998;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .ouk_fblink {
    display: none;
  }
}

.i_news_reg_item {
  position: relative;
  display: block;
  color: #212529;
  border-bottom: 1px dotted #ced4da;
  padding: 0.75rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.i_news_reg_item:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  content: "";
  width: 0%;
  border-bottom: 2px solid #00857e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i_news_reg_item:hover .i_news_reg_tit, .i_news_reg_item:focus .i_news_reg_tit {
  color: #00857e;
}
.i_news_reg_item:hover:before, .i_news_reg_item:focus:before {
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.i_news_reg_hot {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  background: #00857e;
  color: white;
  margin-right: 0.75rem;
  border-radius: 50%;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
  margin-top: 1.7rem;
}
.i_news_reg_hot:after {
  position: absolute;
  top: 48px;
  left: 0;
  content: "";
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 118, 0.2)), color-stop(50%, transparent));
  background: -o-linear-gradient(top, rgba(0, 124, 118, 0.2) 0%, transparent 50%);
  background: linear-gradient(to bottom, rgba(0, 124, 118, 0.2) 0%, transparent 50%);
}
.i_news_reg_date {
  display: block;
  color: #00857e;
  margin: 0.5rem 0;
}
.i_news_reg_tit {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  font-size: 1.125em;
}
.i_news_reg_txt {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.75rem;
}

.ouk_icon {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0 0.5rem;
  background: #ea0853;
  border-radius: 4px;
  color: white;
  font-size: 0.875em;
}

/*no-js 時啟用*/
.no-js .i_fb_wrap {
  height: 360px;
  background: url(../../images/fb-nojs.png) no-repeat center 65%;
  background-color: #3a5897;
  margin-left: 3rem;
  padding: 0;
}

.no-js .fb-xfbml-parse-ignore {
  color: #fff;
  font: 1em "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 30px;
}

.no-js .fb-xfbml-parse-ignore a {
  font-size: 1.5em;
  color: #fff500;
}

/*-------------------------------------------------------------------------------*/
/*    $快捷選單                                                                   */
/*-------------------------------------------------------------------------------*/
.quick_wrap {
  padding: 3rem 0 3rem;
  background: url(../../images/quick_bg.svg) no-repeat left -42em top -3em #e9ecef;
  background-size: 100%;
}
.quick_title {
  text-align: center;
  margin-bottom: 2rem;
}
.quick_title span {
  display: block;
  font-size: 1.5em;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.quick_title span[lang] {
  font-size: 1.875em;
  color: #00857e;
  margin-right: 0.5rem;
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
}
.quick_item {
  float: left;
  background: black;
  position: relative;
  width: calc(100% / 2 - 1rem);
  border-top: 3px solid #00857e;
  margin: 0.5rem;
}
.quick_item:hover, .quick_item:focus {
  -webkit-filter: drop-shadow(0 20px 30px rgba(33, 37, 41, 0.5));
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_item:hover .quick_img img, .quick_item:focus .quick_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_item:hover .quick_img:before, .quick_item:focus .quick_img:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_item:hover .quick_tit, .quick_item:focus .quick_tit {
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_tit {
  position: absolute;
  z-index: 2;
  color: white;
  line-height: 1.2;
  left: 1rem;
  top: 25%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick_tit:before {
  content: attr(data-tit);
  display: block;
  font-size: 2em;
  vertical-align: middle;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
  font-family: "Arial";
  margin-right: 0.25rem;
  opacity: 0.9;
}
.quick_txt {
  display: inline-block;
  vertical-align: middle;
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
}
.quick_txt span {
  display: block;
}
.quick_txt span[lang] {
  color: #1ebdb5;
  font-size: 0.875em;
}
.quick_img figure {
  width: 100%;
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
  color: white;
}
.quick_img:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 450px) {
  .quick_tit {
    left: 1.5rem;
    top: 50%;
  }
  .quick_tit:before {
    display: inline-block;
    border-bottom: 2px solid white;
    margin-top: -8px;
  }
}
@media (min-width: 768px) {
  .quick_item {
    width: calc(100% / 3 - 1rem);
    border-top: 5px solid #00857e;
  }
}
@media (min-width: 992px) {
  .quick_title span {
    font-size: 2em;
  }
  .quick_title span[lang] {
    font-size: 3.75em;
  }
  .quick_item {
    width: calc(100% / 5 - 1rem);
    border-top: 7px solid #00857e;
  }
}
@media (min-width: 1200px) {
  .quick_wrap {
    padding: 5rem 0 8rem;
  }
  .quick_title span[lang] {
    font-size: 5em;
  }
  .quick_tit span {
    font-size: 1.25em;
  }
  .quick_tit:before {
    font-size: 2.475rem;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $相簿模組                                                                   */
/*-------------------------------------------------------------------------------*/
.gallery_wrap {
  padding: 1.25rem 0.5rem;
  margin-bottom: 3rem;
}
.gallery_wrap > .container {
  position: relative;
}
.gallery_content {
  position: relative;
  width: 100%;
  background: #167671;
  padding: 1rem;
  z-index: 2;
}
.gallery_content:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../images/gallery_bg.jpg) no-repeat center top;
  opacity: 0.15;
}
.gallery_title {
  color: white;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.gallery_title span {
  display: block;
  text-align: center;
  font-size: 1.25em;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.gallery_title span[lang] {
  padding: 1rem;
  font-size: 3em;
  text-transform: uppercase;
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.15rem;
}
.gallery_title span[lang] i {
  display: block;
  text-align: left;
}
.gallery_title span[lang] i:last-child {
  text-align: right;
}
.gallery_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery_item {
  position: relative;
  width: 100%;
}
.gallery_item figure {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  color: black;
}
.gallery_item:hover, .gallery_item:focus {
  z-index: 9;
  color: white;
}
.gallery_item:hover img, .gallery_item:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery_banner {
  display: none;
}
.gallery_more {
  margin-top: 2rem;
  text-align: center;
}
.gallery_more_btn {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  border-radius: 2rem;
  background: #00857e;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery_more_btn:hover, .gallery_more_btn:focus {
  color: #35c6bf;
  background: #212529;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 450px) {
  .gallery_title span {
    font-size: 1.75em;
  }
  .gallery_title span[lang] {
    font-size: 4.125em;
  }
}
@media (min-width: 500px) {
  .gallery_content {
    padding: 3rem 1.5rem 1.5rem;
  }
}
@media (min-width: 576px) {
  .gallery_content {
    padding: 4rem 1.5rem 1.5rem;
  }
  .gallery_title {
    margin-bottom: 4rem;
  }
  .gallery_title span {
    font-size: 2em;
  }
  .gallery_title span[lang] {
    font-size: 5em;
  }
  .gallery_more {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .gallery_wrap {
    padding: 7rem 0.5rem 3rem;
    background: url(../../images/gallery_bg.jpg) no-repeat center top;
  }
  .gallery_content {
    max-width: 550px;
    margin-left: calc(50% - 275px);
    background: rgba(0, 133, 126, 0.85);
  }
  .gallery_content:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .gallery_wrap {
    padding: 5rem 0.5rem;
    margin-bottom: 5rem;
  }
  .gallery_content {
    width: 42%;
    max-width: inherit;
    margin-left: 0;
  }
  .gallery_banner {
    display: block;
    position: absolute;
    width: 56%;
    top: 25%;
    left: 25%;
    -webkit-filter: drop-shadow(0 30px 50px rgba(33, 37, 41, 0.5));
  }
  .gallery_banner:after {
    content: "";
    position: absolute;
    width: 558px;
    height: 178px;
    background: url(../../images/gallery_write.png) no-repeat;
    top: -1rem;
    right: -200px;
    -webkit-filter: drop-shadow(0 5px 5px rgba(33, 37, 41, 0.75));
  }
  .gallery_more {
    position: absolute;
    right: 3rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1620px) {
  .gallery_wrap {
    margin-bottom: 7rem;
  }
  .gallery_title span[lang] {
    font-size: 6.25em;
  }
  .gallery_banner {
    top: 18%;
  }
  .gallery_banner:after {
    right: -270px;
  }
  .gallery_more {
    right: 5rem;
    margin-top: 0;
  }
}
/*-------------------------------------------------------------------------------*/
/*    $相關連結                                                                   */
/*-------------------------------------------------------------------------------*/
.links_wrap {
  padding: 0 0.5rem;
  margin-bottom: 5rem;
}
.links_wrap_title {
  text-align: center;
  margin-bottom: 1rem;
}
.links_wrap_title span {
  display: block;
  font-size: 1.5em;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.links_wrap_title span[lang] {
  font-size: 1.875em;
  color: #00857e;
  margin-right: 0.5rem;
  font-family: "Raleway", "Noto Sans TC", Arial, sans-serif;
}

#owl-links {
  margin: 1.5rem 0;
  text-align: center;
}
#owl-links::after {
  content: "";
  display: table;
  clear: both;
}
#owl-links .item {
  display: block;
  margin: 0.5rem;
}

@media (min-width: 992px) {
  .links_wrap_title span {
    font-size: 2em;
  }
  .links_wrap_title span[lang] {
    font-size: 3.75em;
  }
}
@media (min-width: 1200px) {
  .links_wrap_title {
    text-align: left;
  }
  .links_wrap_title span {
    display: inline-block;
  }
  .links_wrap_title span[lang] {
    font-size: 5em;
  }
}
@media (min-width: 1620px) {
  .links_wrap_title {
    text-align: left;
    float: left;
    width: 400px;
  }

  #owl-links {
    float: left;
    width: calc(100% - 410px);
  }
}
/*===no-js===*/
.no-js #owl-links .item {
  width: calc(100% / 6 - 1rem);
  float: left;
}

/*-------------------------------------------------------------------------------*/
/*    $ScrollTop+Share                                                           */
/*-------------------------------------------------------------------------------*/
.side_navbar {
  position: fixed;
  right: 0px;
  z-index: 999;
  bottom: 92px;
  -webkit-filter: drop-shadow(0 20px 30px rgba(33, 37, 41, 0.5));
}
@media (min-width: 768px) {
  .side_navbar {
    bottom: unset;
    top: calc(50% + 72px);
  }
}
@media (min-width: 992px) {
  .side_navbar {
    top: calc(50% - 48px);
  }
}
.side_navbar > .contents_function_inner {
  position: relative;
  top: 0;
}
.side_navbar .social_links_open + .social_links {
  left: 0;
}
.side_navbar .social_links_btn {
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.side_navbar .social_links_btn + .social_links {
  width: 40px !important;
}
.side_navbar .social_links_btn + .social_links a {
  margin: 0;
  border-radius: 0;
}
.side_navbar .scrollToTop {
  position: static;
  border-radius: 0;
  border: 0;
  display: block !important;
}
.side_navbar .scrollToTop a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../images/scrolltop.svg) no-repeat center center #212529;
}
.side_navbar .scrollToTop a:hover, .side_navbar .scrollToTop a:focus {
  -webkit-box-shadow: inset 0 0 0 0.25rem rgba(0, 133, 126, 0.95);
          box-shadow: inset 0 0 0 0.25rem rgba(0, 133, 126, 0.95);
}
@media (min-width: 576px) {
  .side_navbar .scrollToTop a {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

/*========no-js ========*/
.no-js .side_navbar {
  position: static;
}
.no-js .side_navbar .social_links_btn + .social_links {
  width: 100% !important;
  text-align: left;
}
.no-js .social_links_btn + .social_links {
  visibility: visible;
  height: auto;
  left: 0;
  opacity: 1;
}
.no-js .social_links_btn {
  display: none;
}
.no-js .contents_function_inner + noscript {
  margin: 1rem;
  padding: 1rem;
  font-size: 1em;
}
.no-js .contents_function_inner + noscript a {
  color: #62350c;
}
.no-js .contents_function_inner + noscript a:hover {
  text-decoration: underline !important;
}
.no-js .scrollToTop {
  width: 48px;
  margin-left: auto;
  background-color: transparent;
}