@charset "utf-8";
/* CSS Document */

html {
  font-size: 16px;
}

* {
  font-family: "微軟正黑體", "新細明體", "標楷體";
}

a {
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  text-align: justify;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content p {
  margin: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  transition: all 0.3s;
}

a.bg-cover:hover {
}

.bg-cotnain {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.fb .fb-comments iframe {
  width: 100% !important;
}
.w-title {
  text-align: center;
  margin-bottom: 45px;
}

.w-title h2 {
  font-size: 3.5rem;
  color: #083f65;
  line-height: 3.5rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin: 0;
}

.w-title h2 {
  font-family: "Marcellus", serif;
}

.w-title h2 span {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1rem;
  color: rgb(36, 85, 119);
  letter-spacing: 2px;
}

.w-title h2:after {
  display: block;
  content: "";
  background-color: #333333;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -40px;
}

.w-title.w-title-v2 h2:after {
  background-color: unset;
  background-image: url(../../images/bg/wave_border.png);
  background-repeat: repeat-x;
  width: 100px;
  margin-left: -50px;
}

@media (min-width: 1199px) {
  .container-lg {
    max-width: 1480px;
  }
  .container-sm {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .w-title h1 {
    font-size: 1.2rem;
  }
  .w-title h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .w-title h2 {
    font-size: 2rem;
  }
  .w-title {
    /* display: none; */
  }
}
.navbar-brand {
  padding: 15px;
  background-image: url(../../images/logo-white.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  margin-left: -15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-brand img {
  opacity: 0;
}

.navbar-brand:hover {
  background-color: #fff;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
}

.js-header-fix-moment a.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tcc-bg {
  background-color: rgba(14, 60, 95, 0.95);
}

.tcc-bg-light {
  background-color: #f0f8f5;
}

.tcc-bg-deep {
  background-color: #0d315a;
}

button[aria-expanded="true"] .hamburger,
button[aria-expanded="true"] + a,
button[aria-expanded="true"] + a + .g-mt-0 + .x-search {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}

.nav-item.nav-social ul {
  list-style: none;
  display: flex;
  display: -webkit-flex;
}

.nav-item.nav-social ul li:not(first-child) {
  margin-left: 5px;
}

.nav-item.nav-social ul li a {
  display: block;
  width: 30px;
  line-height: 30px;
  background-color: rgba(14, 60, 95, 1);
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}

.nav-item.nav-social ul li a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(14, 60, 95, 0.5);
}
.navbar-nav .nav-link {
  color: #fff;
}
@media (max-width: 991px) {
  .x-search,
  .hamburger {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
  }
  .x-search {
    position: absolute !important;
    right: 60px;
    top: 0px;
    padding: 10px 10px 10px 15px;
  }
  .js-header-change-moment .x-search {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .navbar-brand {
    padding: 0px;
    background-size: 65px;
  }
  .hamburger {
    padding: 12px 0px 15px 15px;
  }
  .js-header-change-moment .hamburger {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .nav-item.nav-social ul {
    margin-bottom: 40px;
    margin-top: 15px;
    padding-left: 0;
  }
  .nav-item.nav-social ul li a {
    width: 48px;
    line-height: 48px;
  }
}

@media (max-width: 576px) {
  .x-search .input-group {
    position: absolute;
    right: -40px;
  }
  .x-search #searchform-1 {
    background-color: unset !important;
  }
}
.x-search {
  position: relative;
}
.x-search > a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/social/line.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.w-studio article {
  overflow: hidden;
}

.w-studio article a {
  display: flex;
  height: 215px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.w-studio article h1 {
  font-size: 1rem;
  font-weight: 600;
  padding: 15px 10px;
  width: 100%;
  margin: 0;
}

.w-exchager.w-studio article h1 {
  background-color: rgba(230, 75, 59, 0.85);
}

.w-studio article h1 span.title {
  font-size: 80%;
  display: block;
  font-weight: normal;
}
.w-studio article span.tag {
  background-color: #00979e;
  color: #fff;
  padding: 2px 15px;
  font-size: 11pt;
}
.list-studio .w-studio {
  margin-bottom: 30px;
}

.wblock {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: stretch;
}

.wblock .wimg {
  flex: 1 1 60%;
  z-index: 3;
}

.wblock .wtxt {
  flex: 1 1 500px;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}

.wblock .wtxt .content p {
  color: #fff;
}

.wblock .w-abs {
  position: absolute;
}

.wblock .wtxt .content {
  background-color: #0d315a;
  padding: 40px 100px 40px 40px;
  margin-left: -50px;
  margin-right: 50px;
  z-index: 3;
  position: relative;
}

.wblock .w-abs.obj1 {
  left: 10%;
  top: -45%;
  font-size: 8rem;
  overflow: hidden;
  line-height: 7rem;
  z-index: 2;
  color: rgba(0, 0, 0, 0.04);
  font-family: "Marcellus", serif;
}

.wblock .w-abs.obj2 {
  right: 10px;
  top: -92px;
}

.x-btn-group {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  margin: 50px auto;
}

.x-btn-group a {
  display: inline-flex;
  flex: 0 1 280px;
  justify-content: center;
  align-items: center;
  line-height: 4rem;
  background-color: rgb(13, 49, 90, 0.9);
  margin: auto 5px;
  color: #fff;
}

.x-btn-group a:hover {
  background-color: rgba(13, 49, 90);
}

.w-block {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-left: 10px;
  border-left: 1px dashed #ccc;
}

.w-block:nth-child(n + 2) {
  padding-top: 50px;
  border-top: 1px dashed #ccc;
}

.w-block .w-img {
  flex: 1 1 50%;
  overflow: hidden;
}

.w-block .w-txt {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.w-block .w-img a {
  display: block;
  height: 340px;
  filter: saturate(0.5);
}

.w-block .w-txt .content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 0 0;
}

.w-block .w-txt .content h1 {
  font-size: 1.4rem;
}

.w-block .w-txt .content p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.95rem;
}

.w-block .w-txt .content .year {
  position: absolute;
  top: -15px;
  left: 0px;
  background-color: rgba(13, 49, 90, 0.9);
  color: #fff;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
}

.w-block .w-txt .content a {
  display: inline-block;
  padding: 12px 50px;
  text-align: center;
  margin-left: auto;
  letter-spacing: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  color: rgba(13, 49, 90, 0.6);
}

.w-block .w-txt .content a:hover {
  background-color: rgba(13, 49, 90, 0.1);
}

.w-block:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: unset;
  margin-left: unset;
  padding-right: 30px;
  margin-right: 10px;
  border-left: none;
  border-right: 1px dashed #ccc;
}

.w-block:nth-child(even):before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  left: 3px;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(13, 49, 90, 0.8);
  border-radius: 100%;
}

.w-block:nth-child(even):after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(13, 49, 90, 0.8);
  border-radius: 100%;
}

.w-block:nth-child(odd):before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  right: 3px;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(13, 49, 90, 0.8);
  border-radius: 100%;
}

.w-block:nth-child(odd):after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  left: -8px;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(13, 49, 90, 0.8);
  border-radius: 100%;
}

.w-block:nth-child(1):before {
  display: none;
}

.w-block:nth-child(odd):after,
.w-block:nth-child(odd):before,
.w-block:nth-child(even):after,
.w-block:nth-child(even):before {
  border-color: #ccc !important;
}

.w-block:nth-child(even) .w-txt {
  padding-left: unset;
  padding-right: 20px;
}

.w-block:nth-child(even) .w-txt a {
  margin-left: unset;
  margin-right: auto;
}

ul.article-list {
  list-style: none;
  padding: 0;
}

ul.article-list li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0;
  transition: all 0.3s;
}

ul.article-list li:hover {
  background-color: rgba(13, 49, 90, 0.05);
}

ul.article-list li:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}

ul.article-list li .content {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  flex: 1 1 100%;
  line-height: 1.4rem;
  color: #000;
  font-weight: 600 !important;
}

ul.article-list li .content h1 {
  font-size: 1rem;
  margin: 0;
}

ul.article-list li .cate {
  flex: 1 0 100px;
  text-align: center;
  line-height: 2rem;
  background-color: rgba(13, 49, 90, 0.8);
  color: #fff;
  font-size: 0.8rem;
  margin-right: 10px;
  border-radius: 4px;
}

ul.article-list li .content span.date {
  margin: 0 15px;
}

ul.article-cate {
  list-style: none;
  padding: 40px;
  text-align: center;
  border-bottom: 5px solid #1a4667;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

ul.article-cate li {
  margin: 0 5px 5px 5px;
  display: inline-block;
  flex: 1 1 120px;
  border-radius: 6px;
  overflow: hidden;
}

ul.article-cate li a {
  font-size: 0.95rem;
  color: #fff;
  display: block;
  padding: 10px;
  overflow: hidden;
}

ul.article-cate li.cate-all a:after {
  content: "";
  background-color: rgba(13, 49, 90, 0.8);
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0px;
  right: -8px;
  transform: skew(40deg);
}

ul.article-cate li.cate-all a {
  background-color: #fff;
  color: rgba(0, 0, 0);
}

ul.article-cate li.cate-all a:hover {
  background-color: #f2f2f2;
}

ul.article-cate li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

li.cate-deep-red,
.cate.cate-deep-red {
  background-color: #5f1717 !important;
  color: #fff;
}

li.cate-red,
.cate.cate-red {
  background-color: #5da77e !important;
  color: #fff;
}

li.cate-golden,
.cate.cate-golden {
  background-color: #f9bb00 !important;
  color: #fff;
}

li.cate-deep-blue,
.cate.cate-deep-blue {
  background-color: #bab653 !important;
  color: #fff;
}

li.cate-sky-blue,
.cate.cate-sky-blue {
  background-color: #00979f !important;
  color: #fff;
}

ul.article-cate li.cate-all {
  border: 1px solid #f2f2f2;
}

.w-contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
}

.w-contact .wc-block {
  flex: 1 1 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w-contact .wc-block .wc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.w-contact .wc-block .wc-icon img {
  width: 120px;
}

.w-contact .wc-block:nth-child(n + 2) {
  border-left: 1px solid #ccc;
}

.w-map {
  margin-top: -100px;
}

ul.wc-btn {
  display: flex;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}

ul.wc-btn li {
  text-align: center;
  width: 100%;
  margin: 5px 10px;
}

ul.wc-btn li a {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #0d315a;
  color: rgba(255, 255, 255, 1);
  border: 1px solid #224d7f;
  font-size: 0.95rem;
}

ul.wc-btn li a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0d315a;
}

ul.wc-btn li a i {
  margin-right: 10px;
}

.w-article {
  margin-bottom: 50px;
}

.wa-header .cate {
  display: inline-block;
  font-size: 0.9rem;
  padding: 2px 20px;
}

.wa-header {
  overflow: hidden;
  border-bottom: 4px solid rgb(14, 60, 95);
  margin-bottom: 30px;
}

.wa-header h1 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(14, 60, 95);
}

.wa-header h1 i {
  margin-right: 10px;
}

.wa-header .content {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.wa-header .content .item {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.8);
}

.wa-header .content .item {
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}

.wa-header .content .item i {
  margin-right: 10px;
}
.wa-header .introl p {
  padding: 15px;
  background-color: #eee;
}
.wa-body .wa-cover {
  margin-bottom: 30px;
}

.wa-body .article-content {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.wa-body .wa-footer {
  position: relative;
  padding-top: 50px;
}

.wa-body .wa-footer:before {
  display: block;
  content: "";
  height: 30px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-image: url(../../images/bg/wave_border.png);
  background-repeat: repeat-x;
  width: 180px;
  margin-left: -90px;
  opacity: 0.3;
}
.wa-body .article-content p {
  margin-bottom: 20px;
}
.wa-body img,
.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
}

.we-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.we-banner h1 {
  color: rgba(255, 255, 255, 0.9);
}

.we-banner p {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.we-banner a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(26, 70, 103);
}

.we-banner a {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -21px;
  width: 60px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
}

#we-content .article-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 50px;
  background-image: url(../../images/bg/bg_texture.jpg);
  position: relative;
}

#we-content .article-content h2 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

#we-content .article-content h2:after {
  display: block;
  content: "";
  height: 30px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  background-image: url(../../images/bg/wave_border.png);
  background-repeat: repeat-x;
  width: 60px;
  margin-left: -30px;
}

#we-content .article-content h2:nth-child(n + 2) {
  margin-top: 100px;
  padding-top: 50px;
}

#we-content .article-content h2:nth-child(n + 2):before {
  content: "";
  display: block;
  width: 2180px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin-left: -50%;
}

#we-content .article-content h3 {
  font-size: 1.1rem;
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(14, 60, 95, 0.95);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-bottom: 30px;
}

#we-content .article-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

#we-content .article-content h4,
#we-content .article-content p {
  margin-bottom: 10px;
}

#we-content .article-content p {
  padding-left: 1rem;
}

#we-content .article-content p:last-child {
  margin-bottom: 30px;
}

#we-content .article-content img {
  margin-bottom: 30px;
}

#we-content .article-content ol.list-detail {
  padding-left: 10px;
  line-height: 1.5rem;
  font-size: 0.95rem;
}

#we-content .article-content ol.list-detail li {
  margin-bottom: 15px;
}
.article-content iframe{
  width:100%;
  max-width:100%;
}
.we-cta {
  position: absolute;
  top: 0px;
  right: -70px;
  transition: all 0.3s;
}

.we-cta .content span {
  display: block;
  font-size: 0.8rem;
}

.we-cta .content a {
  display: block;
  width: 60px;
  line-height: 60px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  text-align: center;
}

html[style*="65"] .we-cta {
  position: fixed;
  top: 50%;
  margin-top: -120px;
  right: 10px;
}
@media (min-width: 992px) {
  .we-cta .content a:hover {
    background-color: rgba(14, 60, 95, 0.95);
    color: #fff;
  }
  .we-cta .content:last-child a:hover {
    background-color: #72c02c;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .we-cta {
    position: fixed;
    top: unset !important;
    right: 0 !important;
    margin-top: unset !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    bottom: 0px;
    width: 100%;
    z-index: 5;
  }
  .we-cta .content {
    flex: 1 1 34%;
  }
  .we-cta .content a {
    width: unset;
    line-height: 40px;
    background-color: rgba(25, 69, 102, 0.9);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
  }
  .we-banner h1 {
    font-size: 1.3rem;
    text-align: center;
  }
  #we-content .article-content h3 {
    margin-left: -35px;
  }
}

.sidebar .block {
  margin-bottom: 30px;
}

.sidebar .block .content h3 {
  font-size: 1.3rem;
  font-weight: 600;
}

.sidebar .block .content ul {
  padding: 0;
  list-style: none;
  color: #0e3c5f;
}

ul.wa-sider-list li h1 {
  margin: 0;
}

ul.wa-sider-list li h1 a {
  display: block;
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 15px 0;
  position: relative;
}

ul.wa-sider-list li:nth-child(n + 2) a {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
}

ul.wa-sider-list li a:before {
  display: inline-block;
  margin-right: 8px;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  transition: all 0.3s;
}

ul.wa-sider-list li a:hover:before {
  margin-right: 20px;
}

.w-footer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.w-footer .wf-25 {
  flex: 1 1 25%;
  margin-bottom: 50px;
}

.w-footer ul.wf-list {
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.w-footer ul.wf-list h3 {
  font-size: 0.9rem;
}

.w-footer .wf-25:nth-child(n + 1) {
  border-right: 1px solid #224d7f;
}

.w-footer .wf-25:nth-child(1) {
  border-left: 1px solid #224d7f;
}

.w-footer .wf-100 {
  flex: 1 1 100%;
  border-top: 1px solid #224d7f;
  border-bottom: 1px solid #224d7f;
}

.w-footer .wf-social {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #fff;
}

.w-footer .wf-social ul {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  margin: 0;
}

.w-footer .wf-social a:not(.ftlink) {
  display: block;
  width: 30px;
  line-height: 30px;
  background-color: rgba(14, 60, 95, 1);
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}

.w-footer .wf-social li {
  margin-left: 10px;
}
.w-footer .wf-social img {
  max-height: 60px;
}
.w-footer .wf-social img:not(:last-of-type) {
  margin-right: 25px;
}
.w-footer .wf-social .copyright {
  margin-left: auto;
}
@media (max-width: 767px) {
  .w-footer .wf-social {
    flex-direction: column;
  }
  .w-footer .wf-social img {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .w-footer .wf-social .copyright {
    margin-left: inherit;
  }
}

.w-breadcrumb {
  font-size: 0.9rem;
  padding: 10px 0;
}

.w-breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
}

.w-breadcrumb i {
  display: inline-block;
  width: 25px;
  line-height: 25px;
  background-color: rgba(13, 49, 90, 0.8);
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-right: 10px;
}

.w-breadcrumb ol.site-page li:nth-child(n + 2) {
  position: relative;
}

ol.site-page li:nth-child(n + 2):before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  color: #ddd;
  margin-right: 10px;
}

.address {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
}

@media (min-width: 1200px) {
  .wblock.w-rtl {
    flex-direction: row-reverse;
  }
  .wblock.w-rtl .wtxt .content {
    padding: 40px 40px 40px 100px;
    margin-left: 50px;
    margin-right: -50px;
  }
  .wblock.w-rtl .w-abs.obj1 {
    right: 10%;
  }
  .wblock.w-rtl .w-abs.obj2 {
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .wblock {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wblock .wimg {
    max-width: 85%;
  }
  .wblock .wtxt {
    flex: 1 1 90%;
    max-width: 95%;
    margin-top: -10px;
    align-self: flex-end;
  }
  .wblock .wtxt .content {
    margin-left: 0;
    margin-right: 0;
  }
  .wblock .w-abs.obj1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .wblock .w-abs.obj2 {
    display: none;
    max-width: 25px;
    top: -29px;
  }
  .wblock .wtxt .content {
    padding: 40px 10px;
  }
  .wblock .wtxt .content p {
    font-size: 0.9rem;
  }
  ul.article-list li .content {
    flex-direction: column;
    align-items: start;
  }
  ul.article-list li {
    align-items: start;
  }
  ul.article-list li .content span.date {
    margin: 0;
    font-size: 0.8rem;
    color: #999;
  }
  .w-footer {
    flex-direction: column;
  }
  .w-footer .wf-25 {
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 20px;
  }
  .w-footer .wf-25:nth-child(n + 2) {
    border-top: 1px solid #224d7f;
    padding-top: 30px;
  }
  ul.article-cate li a {
    font-size: 0.8rem;
    padding: 10px;
  }
  .w-block .w-txt .content h1 {
    font-size: 1rem;
  }
  .w-block .w-txt p {
    font-size: 0.9rem;
  }
  .w-contact {
    flex-direction: column;
    align-items: center;
  }
  .w-contact .wc-block {
    border-left: none !important;
    margin-bottom: 20px;
    flex-direction: row;
    width: 100%;
  }
  .w-contact .wc-block .wc-icon {
    flex: 1 0 10%;
  }
  .w-contact .wc-block .content {
    flex: 1 1 70%;
    padding-left: 20px;
  }
  .wa-header .content .item {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .x-btn-group {
    flex-direction: column;
  }
  .x-btn-group a {
    flex: 1 1 70px;
    margin-bottom: 20px;
  }
  .w-block,
  .w-block:nth-child(even) {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .w-block .w-txt {
    padding: 0;
  }
  .w-block .w-txt .content {
    position: static;
  }
  .w-block .w-txt .content .year {
    top: -15px;
    right: 5px;
    left: unset;
    z-index: 3;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    min-width: unset;
    padding: 20px 5px 30px;
  }
  .w-block:nth-child(even) .w-txt .content .year {
    right: unset;
    left: 10px;
  }
  .w-block .w-txt .content .year:after {
    margin-top: 5px;
  }
  .w-block .w-txt .content h1 {
    margin: 0;
    position: absolute;
    background-color: #fff;
    padding: 5px;
    box-shadow: 5px 2px 3px rgba(0, 0, 0, 0.2);
    top: 5px;
    right: 45px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    letter-spacing: 2px;
  }
  .w-block:nth-child(even) .w-txt .content h1 {
    right: unset;
    left: 50px;
  }
  .w-block .w-txt .content a {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 90px;
    left: 50%;
    margin-left: -35px;
    margin-right: unset;
    width: 50px;
    line-height: 50px;
    letter-spacing: 0;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #fff;
  }
  .w-block .w-txt p {
    display: none;
  }
  ul.wc-btn {
    flex-direction: column;
  }
  #we-content .article-content {
    padding: 30px;
  }
}

/* UNIFYFIXED */

.u-pagination-v1-4--active {
  background-color: rgba(13, 49, 90, 0.9);
  border: 1px solid rgba(13, 49, 90, 0.8);
}

.u-pagination-v1-4:hover,
.u-pagination-v1-4:focus {
  background-color: rgba(13, 49, 90, 0.8);
  border: 1px solid rgba(13, 49, 90, 0.9);
  color: #fff;
}

.u-bg-overlay__inner h2 {
  padding-top: 30px;
}

/* OTSITE*/

.social-group ul {
  justify-content: center;
}

.social-group ul li:nth-child(n + 2) {
  margin-left: 5px;
}

.social-group ul li a img {
  max-width: 100%;
}

a.social-icon {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  transition: all 0.3s;
  background-color: rgba(14, 60, 95, 0.8);
}

a.social-icon.social-fb:hover {
  background-color: #3398dc;
}

a.social-icon.social-line:hover {
  background-color: #8bc34a;
}

a.social-icon.social-google-plus:hover {
  background-color: #ed5b50;
}

a.social-icon:hover {
  transform: rotate(360deg);
}

a.social-icon:hover img {
  transform: scale(0.8);
}
/*STUDIO*/
.studio-cover {
  text-align: center;
  max-width: 767px;
  padding: 40px 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 70px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.studio {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.studio-cover .photo {
  margin-bottom: 15px;
}
.studio-cover .photo img {
  /* max-width: 300px; */
}

.studio-cover .desc h2.name {
  font-size: 1.4rem;
}
.studio-cover p {
  text-align: center;
  position: relative;
  color: #999;
  font-style: italic;
}
.studio-cover p:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.studio-cover p:after {
  content: "\f10e";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.studio .studio-content {
  background-color: #fff;
  padding: 50px 15px;
  margin-bottom: 50px;
  border: 1px solid #f2f2f2;
  position: relative;
  width: 100%;
}
.studio .studio-content:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -15px;
  background: url(../../images/bg/bg_part.jpg);
  transform: rotate(45deg);
}
.studio .studio-content:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
  background-color: #fff;
  transform: rotate(45deg);
}
.studio address ul li.name {
  display: block;
}

.studio address {
  text-align: center;
}

.studio address ul li i {
  color: rgb(26, 70, 103);
  margin-right: 5px;
}

.studio address ul li.name h1 {
  font-size: 1.4rem;
  font-weight: 600;
}
.studio-album figure a {
  display: block;
  min-height: 200px;
}
.studio-album figure {
  overflow: hidden;
}
.studio-album .item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.studio .studio-content .init p {
  margin-bottom: 30px;
  text-align: justify;
}
.studio .studio-content .init img {
  max-width: 100%;
  margin-bottom: 30px;
}
.mas-photo {
  width: 100%;
}
.mas-photo img {
  width: 100%;
}
.masonry-grid .masonry-grid-item {
  padding-left: 2px;
  padding-right: 2px;
}
.content-box {
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px dashed #ccc;
}
.content-box p {
  text-align: center;
  margin: 0;
}
.results .pg-title h1 {
  font-size: 1rem;
  color: #15c;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.results .pg-url {
  color: #093;
  font-size: 0.9rem;
}

.results .pg-table {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
}

.results .pg-table .cover {
  padding: 15px 20px;
}

.results .pg-table .cover a {
  width: 55px;
  height: 55px;
  display: block;
}

.results .pg-table .desc {
  padding: 15px 20px;
  font-size: 0.95rem;
  border-left: 1px solid #ddd;
  max-height: 100px;
  overflow: hidden;
}
.results .pg-table .desc p {
  margin-bottom: 0;
}
.result {
  margin-bottom: 20px;
}
.results-tip {
  font-size: 0.8rem;
  color: #999;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
@media (max-width: 768px) {
  .results .pg-title h1,
  .results .pg-url,
  .results .pg-table .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*ColorChangeToYellow*/
.tcc-bg {
  background-color: #00979e;
}

.tcc-bg-light {
  background-color: #f0f8f5;
}

.tcc-bg-deep {
  background-color: #00979e;
}
.nav-item.nav-social ul li a:not(.ftlink),
.w-footer .wf-social a:not(.ftlink) {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.nav-item.nav-social ul li a:hover,
.w-footer .wf-social a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 0.1);
}
.w-studio article h1,
.w-block .w-txt .content .year,
.x-btn-group a,
#we-content .article-content h3,
.we-cta .content a:hover,
.w-breadcrumb i {
  background-color: #00979e;
  color: #fff;
}
.wblock .wtxt .content {
  background-color: #999;
}
.w-title h2 {
  color: #00979e;
}
.w-title h2:after,
a.social-icon {
  background-color: #00979e;
}
.x-btn-group a:hover {
  background-color: #00979e;
}
.w-footer .wf-25:nth-child(n + 1),
.w-footer .wf-100 {
  border-color: #eee;
}
.w-title h2 span {
  color: #aca349;
}
/* rewrite 關山*/
.bg-second {
  background-color: #ede7d9;
}
.text-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-row-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-row-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* switch box*/
.switch-box {
  display: flex;
}

.switch-box > .switch-item:first-of-type {
  flex: 1;
}

.switch-box > .switch-item:last-of-type {
  flex: 0 0 55%;
  padding-left: 5%;
}

.switch-box.revers {
  flex-direction: row-reverse;
}

.sb64 {
  & .switch-item:first-of-type {
    flex: 0 0 60%;
  }

  & .switch-item:last-of-type {
    flex: 0 0 40%;
  }
}

@media (max-width: 767px) {
  .switch-box {
    flex-wrap: wrap;
  }

  .switch-box > .switch-item:first-of-type,
  .switch-box > .switch-item:last-of-type {
    flex: 0 0 100%;
    padding-left: 0px;
  }
}

.cover.bg-cover {
  display: block;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: background-image 0.5s ease-in-out 0s;
}

.cover-rectangle-sm {
  padding-bottom: 46%;
}

.cover-rectangle {
  padding-bottom: 64%;
}

.cover-square {
  padding-bottom: 100%;
}

.cover-rectangle-cloumn {
  padding-bottom: 150%;
}

@media (min-width: 992px) {
  .cover-rectangle.long {
    padding-bottom: 35%;
  }
}

dl.x-desc {
  display: flex;
  flex-wrap: wrap;
  max-width: 480px;
  margin: 0;
}

dl.x-desc > * {
  flex: 0 0 50%;
  padding: 4px 0;
}

dl.x-desc > *:nth-child(n + 3) {
  border-top: 1px solid #ccc;
}

dl.x-desc dt {
  flex: 0 0 100px;
}

dl.x-desc dd {
  flex: 0 0 300px;
  margin-bottom: 0;
}

dl.x-desc dd + dd {
  flex: 0 0 100%;
  border-top: none !important;
  padding-top: 0;
}
dl.x-desc dd > a {
  color: #2196f3;
  font-weight: 600;
}
@media (max-width: 767px) {
  dl.x-desc {
    margin: 0 auto;
    max-width: inherit;
  }

  dl.x-desc dt {
    flex: 0 0 100%;
    padding: 0;
    line-height: 1em;
    font-weight: 600;
    border: none !important;
  }

  dl.x-desc dd {
    flex: 0 0 100%;
    margin-bottom: 10px;
    border: none !important;
  }
}

@media (max-width: 767px) {
  .promo-block {
    height: 30dvh !important;
    background-size: auto 30dvh;
    background-position: center 60px;
  }
}
