@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;
}

body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Noto Sans TC','微軟正黑體' !important;
    color: #333333;
    font-weight: 400;
}

*, body, htnl {
    margin: 0;
    font-family:'Noto Sans TC', "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    color: #D36027;
}

.cd-top {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block;
    height: 40px;
    opacity: 0;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/top-btn.png) center 50% no-repeat;
    background-size: contain;
    visibility: hidden;
    color: #fff;
    z-index: 777;
}

.ver-item{
  display: flex;
  align-items: center;
  height: 100%;
}

.center-item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.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;
}

/*-- 下拉選單 ↓ --*/
.select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #666666;
  vertical-align: middle;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #f1f1f1;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.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: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
  border: 1px solid #ccc;
  box-shadow:0px 0px 10px #00000020;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #ddd;
  color: #999;
}

/*-- 下拉選單 ↑ --*/
/*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*/

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-16{
  font-size: 16px;
}

.txt-18{
  font-size: 18px;
}

.txt-20{
  font-size: 20px;
}

.txt-24{
  font-size: 24px;
}

.txt-28{
  font-size: 28px;
}

.txt-36{
  font-size: 36px;
}

.txt-56{
  font-size: 56px;
}


@media(max-width: 768px){
.txt-14{
  font-size: 12px;
}

.txt-16{
  font-size: 14px;
}

.txt-18{
  font-size: 16px;
}

.txt-20{
  font-size: 18px;
}

.txt-24{
  font-size: 20px;
}

.txt-28{
  font-size: 24px;
}

.txt-36{
  font-size: 32px;
}

.txt-56{
  font-size: 36px;
}

}

.text-gray66{
  color: #666666;
}

.text-gray87{
  color: #878787;
}

.text-blue1{
  color: #3090cd;
}

.text-darkblue1{
  color: #40609E;
}

.text-lightblue1{
  color: rgba(20,165,222,1);
}

.text-orange1{
  color: #D36027;
}

.text-brown1{
  color: #5D5644;
}

.margin-no {
  margin-right: 0px;
  margin-left: 0px;
}

.padding-no {
  padding-right: 0px;
  padding-left: 0px;
}

.line-top {
  width: 100%;
  height: 1px;
  background: #ddd;
}

@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;
}
}

.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;
}
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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%;
}}

@media (max-width: 991px){
.mo-text-center{
  text-align: center;
}}


@media (max-width: 991px){
  .mo-order-1{
    order: 1;
  }
  .mo-order-2{
    order: 2;
  }
  .mo-order-3{
    order: 3;
  }
  .mo-order-4{
    order: 4;
  }
}

@media (min-width: 991px){
.pc-pr{
  padding-right: 30px;
  }
.pc-pl{
  padding-left: 30px;
  }
}

.link-item:hover .img-item img {
    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-item .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.link-item:hover .img-item:before {
    background: rgba(0, 0, 0, 0.3);
}

.link-item .img-item .more-word {
    color: #fff;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.link-item:hover .img-item .more-word {
    opacity: 1;
}

.link-item .img-item .more-word i {
    display: block;
    font-size: 36px;
}

/*------------------------------------------*/

.transparent-head {
  position: absolute;
  width: 100%;
}

@media (min-width: 992px){
  .c-layout-header .c-navbar .c-mega-menu.c-fonts-bold > .nav.navbar-nav > li > .c-link {
    font-weight: 400;
  }
}

@media (min-width: 992px){
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    padding: 0px 10px 0px 10px;
    min-height: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px){
  .c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link2 {
    padding: 0px 5px 0px 5px;
    display: flex;
    align-items: center;
    min-height: 100px;
  }
}

@media (min-width: 992px){
  .tp-banner-container {
    height: calc(100vh - 186px);
  }
  .tp-banner-container .news {
    height: auto;
    /*height: calc(100vh - 44px - 66px - 210px);*/
  }
}

@media (min-width: 992px){
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu .nav.navbar-nav > li > .c-link {
    padding: 0px 10px 0px 10px;
}}

.sequence {
    font-weight: 400;
}

h2.t1 {
    font-weight: 400;
    text-shadow: 0px 0px 10px #333;
}

h1.t2 {
    text-shadow: 0px 0px 10px #333;
}

.news .flexslider{
  -webkit-filter:drop-shadow(5px 5px 10px #33333320);
}

.news .flexslider .slides{
  /*transform: translate3d(-395px, 0px, 0px) !important;*/
}

.news .flexslider .slides > li {
    padding: 15px 10px;
}

@media (max-width: 991px){
.news .flexslider .slides > li {
    width: calc( 100vw - 40px) !important;
}
}

.news .flexslider .slides > li p:nth-last-child(1){
    margin-bottom: 0px;
    line-height: 22px;
}

@media (max-width: 991px){
.c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler {
    top: 20px;
}
}

@media (max-width: 767px){
.tp-banner-container .news {
    height: calc( 100vw );
}
}

@media (max-width: 991px){
  .news .flexslider{
    margin-bottom: 0px;
    margin-top: 25vw;
  }
  .s1 {
    padding: 0 15px;
  }
}

/*------------------------------*/

.big-title {
    line-height: inherit;
}

.c-font-24 {
    line-height: inherit;
}

/*------------------------------*/