@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Lato&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

body{
  /*font-family: 'Dancing Script', cursive;*/
  font-family: 'Lato', '微軟正黑體','Microsoft JhengHei',  sans-serif;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color:#3f3f3f;
}

a{
  color:inherit;
}
a:hover{
  text-decoration: none;
  color:inherit;
}
a:active{
  text-decoration: none;
  color:inherit;
}
a:visited{
  text-decoration: none;
  /*color:inherit;*/
}
a:focus{
  text-decoration: none;
  color:inherit;
}

.f-888{
  color:#888;
}
.f-aaa{
  color:#aaa;
}
.f-fff{
  color:#fff;
}
.f-pink{
  color:#f4aeae;
}
.f-gold{
  color:#b58d72;
}
.f-12{
  font-size:0.75rem;
}
.f-14{
  font-size:0.875rem;
}
.f-40{
  font-size:2.5rem;
}
.f-24{
  font-size:1.5rem;
}
.f-20{
  font-size:1.25rem;
}
.f-16{
  font-size: 1rem;
}
.f-14{
  font-size: 0.875rem;
}


.latest_news{
  font-family: 'Didact Gothic', cursive;
}

.txt-dancing{
  font-family: 'Didact Gothic', cursive;
}


.channel-code{
  font-family: 'Didact Gothic', cursive;
  font-size:1.5rem;
  text-transform: capitalize;
}

.container{
  max-width:1020px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutters-10 > .col, .gutters-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.fill-pink{
  fill:#f4aeae;
}
.fill-black{
  fill:#000000;
}
.fill-gold{
  fill:#b58d72;
}


.txt-h1{
  font-size:2.5rem;
  line-height: 1;
}
.txt-h2{
  font-size:1.5rem;
}

.card{
  border:0px;
  border-radius: 0px;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}


a.btn-nius-line{
  display: inline-block;
  position: relative;
  font-size:14px;
}
a.btn-nius-line:after{
  position: absolute;
  bottom: -5px;
  left:0px;
  height: 1px;
  background-color: rgba(181,141,114, 1);
  content: '';
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width:100%;
}
a.btn-nius-line:hover:after{
  width:20px;
  margin-left:-10px;
  left:50%;
}
.btn-border--right-top{
  padding: 9px 1rem 2px 1rem;
  border: 1px solid;
  border-bottom-width: 0;
  border-left-width: 0;
  margin: 0 3px;
  font-size: 16px;
  font-weight: 500;
  font-family: Lato, 微軟正黑體, "Microsoft JhengHei", sans-serif;
  width: 103px;
  display: inline-block;
}
div.btn-nius{
  box-sizing: border-box;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  margin: 30px 30px;
  width: 100px;
  padding-top:10px;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
  font-size: 1em;
}
.btn-nius-void{
  cursor: pointer;
}
a.btn-nius, div.btn-nius2{
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-decoration: none;
  z-index: 5;
  position: relative;
  cursor: pointer;
}

div.btn-nius:before{
  box-sizing: border-box;
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 3px;
  top: -3px;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
  z-index: -1;
}
div.btn-nius:after{
  box-sizing: border-box;
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 5px;
  top: -5px;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
  z-index: -1;
}
div.btn-nius:hover {
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.btn-nius:hover:before {
  opacity: 1;
  -webkit-transition-property: opacity; /* Safari */
  -webkit-transition-duration: 0.3s; /* Safari */
  -webkit-transition-delay: 0.1s; /* Safari */

  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0.2s;
}
div.btn-nius:hover:after {
  opacity: 1;
  -webkit-transition-property: opacity; /* Safari */
  -webkit-transition-duration: 0.3s; /* Safari */
  -webkit-transition-delay: 0.2s; /* Safari */

  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0.2s;
}


div.btn-nius.sm{

/*  margin: 0px auto;
  width: 80px;
  top:-2px;
  padding-top:0px;
*/
  display: inline-block;
  margin: 0px;
  width: 100px;
  padding-top:10px;

  color:#000;
  border-right: 1px solid rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

div.btn-nius.sm a, div.btn-nius.sm > div{
  color:#000;
}
div.btn-nius.sm:before{
  border-right: 1px solid rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}
div.btn-nius.sm:after{
  border-right: 1px solid rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}
div.btn-nius.sm:hover {
  border-right: 1px solid rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.btn-verticle-more{
  position: absolute;
  top:60%;
  /*margin-top:-10px;*/
  right:-45px;
  width:60px;
  height:20px;
  line-height: 20px;
  text-align: center;
  transform: rotate(90deg);
}
.btn-verticle-more:after{
  content:'';
  position: absolute;
  height:1px;
  left:0px;
  bottom:-5px;
  background-color: #000;
  width:0%;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-verticle-more a{
  text-decoration: none;
}
.btn-verticle-more a:hover{
  color:#000;
}
.btn-verticle-more:hover:after{
  width:100%;
}


@media (max-width: 1120px){
  .container, .container-fluid{
    margin-right:40px;
  }

  /*.left-menu{
    display: none;
  }*/

  .txt-h1{
    font-size:1.5rem !important;
    line-height: 1;
  }

}



.img-crisp-edges {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
