@charset "UTF-8";
:root {
  --og: #ff723a;
  --hog: #eb952f;
  --dog: #DD4B12;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");

body::-webkit-scrollbar {
    display: none;
}

/*select*/
.mo-select .select {
    position: relative;
    display: block;
    margin: 20px auto;
    width: 100%;
    color: #333333;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.mo-select .select .placeholder {
    position: relative;
    display: block;
    background-color: #ffffff;
    border:1px solid #ccc;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.mo-select .select .placeholder:hover {
    background: #eee;
}
.mo-select .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
}
.mo-select .select.is-open .placeholder:after {
    content: '\f077';
}
.mo-select .select.is-open ul {
    display: block;
}
.mo-select .select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.mo-select .select.select--white .placeholder:hover {
    background: #fafafa;
}
.mo-select .select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}
.mo-select .select ul li {
    display: block;
    text-align: left;
    padding: 8px 16px;
    color: #999;
    cursor: pointer;
}
.mo-select .select ul li:hover {
    background: #4ebbf0;
    color: #fff;
}
/*select*/

.shake-vertical {
  -webkit-animation: shake-vertical 12s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
          animation: shake-vertical 12s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-11-5 15:5:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



body {
    background-color: #ffffff;
    overflow-x: hidden;
}

.margin-auto{
  margin: auto;
}

.col-md-20{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){
.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}}

p{
  color: #333333;
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 24px;
}

@media (max-width: 768px){
p{
  font-size: 13px;
}}

a{
  letter-spacing: 0.1rem;
  line-height: 24px;
}

.txt-14{
  font-size: 14px;
}

.txt-18{
  font-size: 18px;
}

.txt-22{
  font-size: 22px;
}

.txt-24{
  font-size: 24px;
}

@media(max-width: 768px){
  .txt-14{
  font-size: 12px;
}

.txt-18{
  font-size: 15px;
}

.txt-22{
  font-size: 16px;
}

.txt-24{
  font-size: 20px;
}

}

.text-gray66{
  color: #666666;
}

.text-gray87{
  color: #878787;
}

.text-blue1{
  color: #3090cd;
}

.text-darkblue1{
  color: #40609E;
}

.text-lightblue1{
  color: rgba(20,165,222,1);
}

@media (max-width: 991px){
.header .mo-header .top-menu nav .navbar-collapse {
    background: #1c53a4;
}
}

.kv_slider .img-wrap .img-item {
  padding-top: 550px;
}


@media (min-width: 991px) {
  .header .pc-header {
    background-color: #fff;
  }
}
@media (min-width: 991px) {
  .header .pc-header .top-menu .collapse {
    top: 0px;
  }
}
.kv_slider .img-wrap .img-item .kv-word {
  top: 40%;
}
@media (min-width: 1200px) {
  .kv_slider .img-wrap .img-item .kv-word {
    left: calc(40%);
  }
}
@media (min-width: 991px) {
  .header .pc-header .top-menu .collapse .nav-items .nav-link {
    color: #333;
    font-size: 15px;
    padding: 25px 20px;
    display: block;
    position: relative;
    font-family: Poppins-Medium;
  }
}
@media (min-width: 991px) {
  .header .pc-header .top-menu .collapse .nav {
    margin-left: 0px;
  }
}
@media (min-width: 991px) {
  .header .pc-header .top-menu .header-c {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 991px) {
  .header .pc-header .top-menu .collapse .pc-logo {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {}
}

.margin-no {
  margin-right: 0px;
  margin-left: 0px;
}

.padding-no {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 991px) {
  .header .pc-header .top-menu .collapse {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 99999;
  }
}
.line-top {
  width: 100%;
  height: 1px;
  background: #ddd;
}
.header-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px 0px;
}
.header-phone a, .header-add a, .header-mail a {
  font-size: 14px;
  color: #878787;
  letter-spacing: 0.1em;
  margin: 0px 5px;
}
.header-phone i, .header-add i, .header-mail i {
  font-size: 13px;
  color: #878787;
}
.header-phone {
  position: relative;
}
.header-add {
  margin-left: 30px;
  position: relative;
}
.header-mail {
  margin-left: 30px;
  position: relative;
}
.header-add:before, .header-mail:before {
  content: '';
  height: 20px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -19px;
  top: 2px;
}
@media (min-width: 991px) {
  .header .pc-header .top-menu .collapse .nav-items .nav-link:hover, .header .pc-header .top-menu .collapse .nav-items .nav-link.active {
    color: #14A5DE;
  }
}
.img-rwd {
  display: block;
  max-width: 100%;
  height: auto;
}

.df-c{
  margin: auto;
}

.socialmedia-1 ,.socialmedia-2 ,.socialmedia-3 ,.socialmedia-4{
  position: relative;
}

.socialmedia-1:before{
  content: '';
  height: 60px;
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -9px;
  top:-10px;
}

.socialmedia-1:after ,.socialmedia-2:after ,.socialmedia-3:after ,.socialmedia-4:after{
  content: '';
  height: 60px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 7px;
  top:-10px;
}

.white-bg{
  background-color: #ffffff;
}

.df-c .col-md-1{
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 0px;
    padding-left: 0px;
}

.section-title p{
  line-height: 40px;
  letter-spacing: 2px;
}

.about-box{
    padding: 3%;
    position: relative;
    bottom: 25px;
}

@media (max-width: 991px){
.about-box{
    padding: 0%;
    position: relative;
    bottom: 0px;
}}

.point-item{
  box-shadow: 0px 0px 32px rgb(49 177 224 / 20%);
    padding: 6%;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    z-index: 999;
}

@media (max-width: 991px){
.point-item{
  text-align: center;
  box-shadow: 0px 0px 10px rgb(49 177 224 / 20%);
  padding: 3% 10%;
  margin: 10px 0px;
}
.point-item img{
    margin: auto;
    padding-bottom: 10px;
}
}


.s1-bimg{
  transform: scale(1.1);
  position: relative;
  top: 30px;
}

@media (max-width: 991px){
.header .mo-header {
    background: #f6f6f6;
}}

.hide-in-phone{
  display: block;
}

@media (max-width: 991px){
.hide-in-phone{
  display: none;
}}

.hide-in-pc{
  display: none;
}

@media (max-width: 991px){
.hide-in-pc{
  display: block;
}}


@media (min-width: 991px){
.header .pc-header.stick .top-menu .collapse .nav {
    margin-left: 0px;
}}

@media (max-width: 991px){

.section-title p {
    line-height: 32px;
    letter-spacing: 2px;
}

.txt-24 {
    font-size: 18px;
}

}

.mt-btn{
  background: url(../images/btn.png) no-repeat center;
  border-radius: 60px;
  border:0px solid #000000;
  color: #ffffff;
  padding: 14px 60px;
  box-shadow: 0px 0px 32px rgb(49 177 224 / 10%);
}

@media (max-width: 991px){
.mt-btn{
  zoom:0.8;
}
}

.mt-btn:hover{
  background: url(../images/btn-3.png) no-repeat center;
  color: #ffffff;
}

.section-2{
  background: linear-gradient(180deg, #cbeef3, #e9f4f8);
}

.new-item{
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 0px 20px rgb(0 93 131 / 15%);
  padding-bottom: 1px;
  margin: auto;
  width: 90%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.new-item:hover{
  transform: translateY(-10px);
}

@media (max-width: 991px){
.new-item{
  margin-bottom: 30px;
}
}

.new-txt-box{
  padding: 0px 20px;
}

.new-img{
  border-radius: 10px 10px 0% 0%;
}

.detail-link{
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.detail-link:hover{
  color: #14A5DE;
}

@media (max-width: 991px){
.section-2 .mt-btn{
    position: relative;
    bottom: 35px;
}
.section-3 .mt-btn{
    position: relative;
    bottom: 35px;
}
.section-5 .mt-btn{
    position: relative;
    bottom: 35px;
}
}

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

.album-item{
  margin: auto;
  width: 90%;
}

@media (max-width: 991px){
.album-item{
  margin-bottom: 30px;
}
}

.album-img{
  border-radius: 10px 10px 10px 10px;
  box-shadow: 5px 5px 10px rgb(0 93 131 / 30%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

/* .album-img:hover{
  transform: translateY(-10px);
} */

.album-txt-box a p:hover{
  color: #14A5DE;
}

.section-5{
  background: url(../images/add-bg.jpg) no-repeat left;
  background-size: cover;
}

.section-5 .row{
    align-items: center;
    justify-content: space-around;
}

.section-4{
  background-color: #f8f8f8;
}

.footer-item span {
    font-size: 14px;
    color: #878787;
    vertical-align: middle;
}

.ft-social{
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px){
.ft-social{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
}

.footer-item span{
  text-align: right;
}

@media (max-width: 991px){
.footer-item span{
  text-align: center;
}
}

.footer-body {
    text-align: left;
}

.ft-s2 ,.ft-s3 ,.ft-s4 {
  padding: 0px 0px 0px 20px; 
}

.ft-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
}

@media (max-width: 991px){
.ft-nav {
    flex-direction: column;
    text-align: center;
    display: none;
}
}

.ft-link{
  padding: 20px 15px 0px 15px;
  color: #333333;
}

@media(max-width: 991px){
  .col-md-6.col-12.text-right{
    text-align: center !important;
  }
  .section-5 .section-title{
  text-align: center;
}
}


@media(max-width: 991px){
  .ft-rwd{
    text-align: center;
  }
}

@media (max-width: 767px){
.footer-body .row [class^=col] {
    margin-bottom: 0px;
}}

.pc-o1{
  order: 1;
}

.pc-o2{
  order: 2;
}

@media (max-width: 991px){
.pc-o1{
  order: 2;
}

.pc-o2{
  order: 1;
}}

.socialmedia-1 a:hover,.socialmedia-2 a:hover,.socialmedia-3 a:hover,.socialmedia-4 a:hover;
.ft-social a:hover;{
  opacity: 0.5;
}

.mt-ico img{
  box-shadow: 5px 5px 10px #00000020;
  border-radius: 150px;
}

@media (max-width: 768px){
.mt-ico img{
  max-width: 100px !important;
}}

.mt-ico p{
  margin-top: 15px;
}

/* qa */

.question {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #005d8320;
  margin-bottom: 20px;
}

.question-title{
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-text{
  background-color: #6abee5;    
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.show-text .question-title p{
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  color: #ffffff;
}

.question-text {
  padding: 18px;
  border-radius: 0px 0px 10px 10px;
}

.show-text .question-text {
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
  background-color: #ffffff;
}

.plus-icon {
    ...
}
.minus-icon {
    ...
}

.question-btn{
  border: 0px;
  background: transparent;
}

.question-btn:focus {
    outline: dotted 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.question-text {
  display: none;
}
.minus-icon {
  display: none;
}

/* 顯示回答區域*/
.show-text .question-text {
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
  display: block;
}
/* 顯示關閉按鈕*/
.show-text .minus-icon {
  display: inline;
}
/* 隱藏開啟按鈕*/
.show-text .plus-icon {
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
  display: none;
}

.show-text .minus-icon i{
  color: #ffffff;
} 

.section-4{
  padding-block: 40px 40px;
  box-sizing: border-box;
}

.section-4 .row{
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
    -webkit-box-align: center;
    align-items: center;
}

.section-4 .row>*{
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%;
}

/* qa */

.align-mo{
  text-align: left;
}

@media(max-width: 768px){
.align-mo{
  text-align: center;
}
}

.img-item{
  position: relative;
  overflow: hidden;
}

.img-item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.s1-g8 .img-item{
  padding-top: 400px;
}

.s1-g8 .hide-in-pc .img-item {
    padding-top: 130%;
}

.object2{
  position: absolute;
    top: 20px;
    right: 35%;
    width: 140px;    
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}

.object1{
  position: absolute;
    top: 40px;
    right: 10%;
    width: 330px;;    
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}

@media(max-width: 991px){
  .object2{
  position: absolute;
    top: 20px;
    right: 35%;
    width: 140px;    
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}

.object1{
  position: absolute;
    top: 40px;
    right: 10%;
    width: 330px;;    
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
}

.img-item .object3{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    max-width: 250px;
    margin: 0px 0px 0px 80%;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}

.object1.shake-vertical{
  -webkit-animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s infinite both;
          animation: shake-vertical 10s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s infinite both;
} 

.object3.shake-vertical{
  -webkit-animation: shake-vertical 0s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s infinite both;
          animation: shake-vertical 0s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0s infinite both;
} 

.mt-ico a:hover img{
  /* animation-name: pulsate-bck; */
  /* -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
  animation: pulsate-bck 1s ease-in-out infinite both; */
  box-shadow: 5px 5px 10px rgb(0 93 131 / 30%);
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
}

.mt-ico a:hover p{
  color: #14A5DE;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
}

.back-to-top {
    display: none;
    width: 5em;
    height: 5em;
    position: fixed;
    bottom: 6em;
    right: 2em;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    opacity: 0.8;
    font-size: 12px;
    padding: 1em;
    border-radius: 60px;
    box-shadow: 0px 0px 10px #00000040;
    z-index: 50000000;
}

.back-to-top1 {
    display: none;
    width: 7em;
    height: 7em;
    position: fixed;
    bottom: 14em;
    right: 2em;
    text-decoration: none;
    color: #000000;
    background-color:#d5eedb;
    opacity: 0.8;
    font-size: 12px;
    padding: 1em;
    border-radius: 60px;
    box-shadow: 0px 0px 10px #00000040;
    z-index: 50000000;
}


.top-icon {
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 21px;
    right: 0px;
    margin: auto;
    font-size: 20px;
    color: #384859;
}

.top-icon1 {
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 21px;
    right: 0px;
    margin: auto;
    font-size: 20px;
    color: #28a745;
}


.top-p {
    right: 6px;
    position: relative;
}

.back-to-top:hover i,.back-to-top:hover p{
  color: #de5616;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
}

.select {
    display: block;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
}
.select .placeholder {
    cursor: pointer;
}

.select .placeholder:after {
    position: absolute;
    right: 0em;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    content: '\f078';
    z-index: 10;
    font-size: 12px;
}
.select.is-open .placeholder:after {
    content: '\f077';
}
.select.is-open ul {
    display: block;
}
.select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 85%;
    left: 10px ;
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    z-index: 100;
    box-shadow: 0px 0px 10px #00000020;
}
.select ul li a{
    display: block;
    text-align: left;
    padding: 0.4em 1em 0.4em 1em !important;
    color: #333333  !important;
    cursor: pointer;
    font-size: 15px !important;
}
.select ul li:hover{
    background: #4ebbf0;
}

.select ul li a:hover  {
    color: #fff  !important;
}

.section-title::before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #fff552;
}

.section-title {
    font-size: 32px;
    padding: 0 10px;
    position: relative;
    display: block;
}

.footer-body a:hover {
    color: #14A5DE;
}

.inside-content .sidebar-title {
    background-color: #fff;
    padding: 10px 10px;
    border-bottom: 3px solid #6ABEE3;
}

.inside-content .sidebar-menu ul li.active a, .inside-content .sidebar-menu ul li:hover a {
    background-color: transparent;
    color: #1871dc;
    font-weight: bolder;
}

.control-label i{
  position: relative;
  top:-17px;
}

@media(max-width: 768px){
  .control-label i{
  top:0px;
}
}

.con-lineA{
    color: #333333;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 1.5rem;
}

.link-list .img-item{
  padding: 50%;
  background: #f1f1f1;
}

.link-list .img-item img{
  transform: translate(-50%, -50%) scale(0.8);
}

.forum-list .img-item{
  padding-top: 90%;
  background: #f1f1f1;
}

.link-list .img-item img:hover ,.forum-list .img-item img:hover ,.focus-list .img-item img:hover,.album-list .img-item img:hover{
  transform: translate(-50%, -50%) scale(1.2);
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

.link-list a:hover p{
  color:#14A5DE;
  font-weight: 900;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.forum-list .desc{
    background: #979797d4;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 80%;
    bottom: 12px;
    z-index: 10;
    left: 10px;
}

.forum-list .desc p{
  color: #ffffff;
  margin-bottom: 0px;
}

.top-menu{
  box-shadow: 0 0 10px #cccccc99;
}

.focus-list .img-item{
  padding-top: 56%;
}

.focus-list .col-md-4{
  margin-bottom: 40px;
}

.breadcrumb ul li a{
  text-align: right;
}

@media(max-width:991px){
.focus-list .col-12{
  padding-right: 0px;
  padding-left: 0px;
} 
}

@media (max-width: 991px){
.header {
    height: 40px;
}}

.sub-nav ul {
    display: flex;
    align-items: center;
}

.sub-nav ul li {
    text-align: center;
    padding: 0px 15px;
    margin: 0px 5px;
}

.sub-nav ul li a{
  color: #666666;
  line-height: 30px;
}

.sub-nav ul li:hover{
  border-bottom:2px solid #DD5616;
}

.sub-nav ul li:hover a{
  color:#1752A0;
  font-weight: bold;
}

.sub-nav .active{
  border-bottom:2px solid #DD5616;
}

.sub-nav .active a{
  color:#1752A0;
  font-weight: bold;
}

.pagination li a {
    background: #ffffff none repeat scroll 0 0;
    border: 0px solid #e7e7e7;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 33px;
    text-align: center;
    width: 40px;
    color: #444;
    padding: 3px;
    border-radius: 3px;
    font-weight: 900;
}

.pagination li a:hover {
    background: #6abde5 none repeat scroll 0 0;
    color: #ffffff;
}

.news-box{
  background-color: #6abee5;
  border-radius: 10px;
  box-shadow: 0px 10px 20px #005d8320;
  margin-bottom: 4vmin;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.news-title-box{
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-title-box p{
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  color: #ffffff;
}

.news-content-box{
  padding: 18px;
  border-radius: 0px 0px 10px 10px;
  background-color: #ffffff;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .4s ease;
  display: block;
}

.question-text a:hover .detail-link, .news-content-box a:hover .detail-link{
  color: #14A5DE;
}

.news-box:hover {
    transform: translateY(-10px);
}

.album-list .img-item{
  padding-top: 100%;
}

.album-list .img-item:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(227 227 227 / 60%);
    opacity: 0;
    z-index: 2;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    top: 0px;
    pointer-events: none;
}

.album-list .img-item:hover:before {
    opacity: 1;
}

.album-list .img-item:after {
    content: '\f002';
    width: 30px;
    height: 30px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    z-index: 3;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000020;
    text-align: center;
    line-height: 31px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    pointer-events: none;
}

.album-list .img-item:hover:after {
    opacity: 1;
    color: #333333;
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}

@media(max-width: 768px){
  .fancybox__content {
    padding: 6px;
}
}


.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 100000000;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #00000099;
}

/*.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
    box-shadow: 0px 0px 30px #00000040;
    border-radius: 4px;
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: transparent;
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: transparent;
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease;
    color: black;
    --carousel-button-svg-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
}*/

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    --carousel-button-svg-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
}

.gallery-detail-img{
  margin-bottom: 4vmin;
}

.photo-area .img-item{
  padding-top: 100%;
}

.photo-area .img-item:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(227 227 227 / 60%);
    opacity: 0;
    z-index: 2;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    top: 0px;
    pointer-events: none;
}

.photo-area .img-item:hover:before {
    opacity: 1;
}

.photo-area .img-item:after {
    content: '\f002';
    width: 30px;
    height: 30px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    z-index: 3;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #00000020;
    text-align: center;
    line-height: 31px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    pointer-events: none;
}

.photo-area .img-item:hover:after {
    opacity: 1;
    color: #333333;
}

/*---------------------------------------------------------------------------------------*/

.album-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100000000;
  display: none;
  overflow: scroll;
}

.album-overlay:target {
  visibility: visible;
  opacity: 1;
  display: block;
}

.album-popup {
  margin: 50px auto 50px auto;;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  width: 90vw;
  max-width: 1100px;
}

@media(max-width: 768px){
  .album-popup {
  padding: 20px 0px;
}
}

.album-popup .album-close {
  position: absolute;
  top: 14px;
  right: 18px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.album-popup .album-close:hover {
  color: #14A5DE;
}

.point-item:hover{
    transform: translateY(-10px);
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}