@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Oswald|Raleway:100,200,400,500");
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);

/* ===================================
    01. ALL
====================================== */
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
  overflow-x: hidden;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 24px;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #6f6f6f;
  text-decoration: none; }

a:active, a:focus {
    color: #6f6f6f;
    text-decoration: none; }

a:hover, a:active {
    color: #222;
    text-decoration: none; }

a:focus, a:active {
    outline: none; }

button:focus, button:active {
  outline: none; }

.btn.active.focus, .btn.active:focus {
  outline: none; }

.btn.focus {
  outline: none; }

.btn:active.focus, .btn:active:focus {
  outline: none; }

.btn:focus {
  outline: none; }

a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background: #222 !important;
  color: #fff; }

img {
  max-width: 100%;
  height: auto; }

input, textarea, select {
  border: 1px solid #d1d1d1;
  font-size: 15px;
  padding: 8px 10px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none; }

input[type="submit"] {
  width: auto; }
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  outline: none; }

textarea {
  outline: none; }

input[type="submit"] {
  outline: none; }
input:focus {
  border-color: #585858;
  outline: none; }

textarea:focus {
  border-color: #585858;
  outline: none; }

input[type="button"]:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

iframe {
  border: 0; }

p {
  margin: 0 0 25px; }

b, strong {
  font-weight: 600; }

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0; }

.alt-font strong {
  font-weight: 700; }

ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 25px; }

.list-style-none li {
  list-style: none; }

* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

*:hover {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }

::selection, ::-moz-selection {
  color: #222;
  background: #dbdbdb; }

::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis; }

::-moz-placeholder, :-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1; }




/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400; }

h1 {
  font-size: 26px;
}

h2 {
    font-size: 22px;
    letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #717171;
  font-weight: 600;
}

/* text size */
.text-extra-small {
  font-size: 11px;
  line-height: 14px; }

.text-small {
  font-size: 12px;
  line-height: 20px; }

.text-medium {
  font-size: 16px;
  line-height: 23px; }

.text-large {
  font-size: 18px;
  line-height: 26px; }

.text-medium-large {
  font-size: 24px;
}

.text-extra-large {
  font-size: 42px;
  line-height: 44px; }

.title-large {
  font-size: 100px;
  line-height: 95px; }

.title-extra-large {
  font-size: 130px;
  line-height: 120px; }

/* text color */
.text-white {
  color: #fff; }

.text-black {
  color: #222; }

.text-extra-dark-gray {
  color: #232323; }

.text-dark-gray {
  color: #626262; }

.text-extra-medium-gray {
  color: #757575; }

.text-medium-gray {
  color: #939393; }

.text-extra-light-gray {
  color: #f0f0f0; }

.text-light-gray {
  color: #d6d5d5; }

.text-very-light-gray {
  color: #ededed; }

.text-base-color {
  color: #222; }

.text-primary-color {
  color: #fff; }

.text-dark-red {
  color: #b90c0c; }

.text-bggreen {
	background: #0a8c73;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
}
  
  
 /* Margin Style */ 
.mg_b-20 {
 margin-bottom: 20px; 
} 

.mg_b-30 {
	margin-bottom: 30px; 
   }
  
.mg_b-50 {
 margin-bottom: 50px; 
} 

.mg_b-100 {
 margin-bottom: 100px; 
}

.mg_t-20 {
  margin-top: 20px; 
 }

.mg_t-50 {
 margin-top: 50px; 
}

.mg_t-100 {
 margin-top: 100px; 
}

.mg-50 {
 margin: 50px 0; 
}




 /* Padding Style */ 
 .pd_td-30 {
  padding-top: 30px;
  padding-bottom: 30px;
 }
 .pd_lr-0 {
	 padding-left:0;
	 padding-right:0;
 }
 .pd_r-10 { 
  padding-right: 10px; 
 }
 
.pd_r-20 { 
 padding-right: 20px; 
 }

 .pd_b-50 {
  padding-bottom: 50px;
 }

 .row > .pd_lr-5 {
  padding-right: 5px;
  padding-left: 5px;
 }

@media (max-width: 760px) {
.pd_r-20 { 
 padding-right: 0; 
}
.row >.pd_lr-5 {
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
 }
}

.pc {
 display: block;
}

.pc-submenu {
	display: inline-flex;
}

.sp {
  display: none;
 }

  
  
/******************************  Loading ******************************/
#Loading {
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: #fff;
 z-index: 9999999;
}

#Loading-img {
	position: relative;
	width: 200px;
	height: 58px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
  margin: 0 auto;
  top: 40%;
}

 



/* Search & Language */
.top_search {
  font-size: 13px;
  line-height: 2em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.Search {
	display: inline-block;
	height: 55px;
    padding: 0 20px;
    max-width: 200px;
    margin-top: 15px;
}
.Search input[type=text] {
    width: 50px;
    box-sizing: border-box;
    border: 0px solid #000;
    font-size: 13px;
    background-image: url('../images/icon/search.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
}
form.Search_form {
	height: 70px;
}

.Search input[type=text]:focus {
	width: 250px;
	border: 1px solid #000;
	margin-right: 15px;
}


/* ===================================
    page
====================================== */

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}


/* ===================================
    Footer Styles
====================================== */
#footer {
  z-index: 0;
}

.footer-top {
  padding: 80px 0px;
}

.footer-bottom {
  padding: 30px 0px; }

.footer-bottom a:hover {
    color: #fff; }
	
#footer .footer-first-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
}

.gray_bg {
  background: #e1e1e1;
}

ul.list-posts {
	list-style: none;
	padding: 0;
}
ul.list-posts li {
	color: #ccc;
	padding-bottom: 10px;
    padding-right: 20px;
    display: block;
}

a.footer {
	color: #5b5b5b;
    text-decoration: none;
    transition: 2s;
}
a.footer:hover {
	color: #33acac;
    text-decoration: underline;
}
.footer-social a {
  display: inline-block;
  margin: 0 25px; }
  
.footer-social a:first-child {
    margin-left: 0; }
	
.footer-social a i {
    color: #626262;
    font-size: 22px; }

.footer-social a:hover i {
    color: #222; }

#footer .footer-second-row {
    font-size: 12px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 20px 0;
}
.footer_lan {
  display: inline-block;
  font-size: 14px;
}
.footer_leftBox {
	border-left: 1px solid #b0b0b0;
    padding-left: 3rem;
}
ul.list-posts-2 {
	list-style: none;
	padding: 0 0 0 20px;
}
ul.list-posts-2 li {
	color: #ccc;
	padding-bottom: 5px;
    padding-right: 20px;
    display: block;
	text-indent: -8px;
}
ul.list-posts-2 li:before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 10px;
	display: inline-block;
	margin-right: 5px;
	color: #757575
}
h3.item {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

ul.list-posts-3 {
	list-style: none;
	padding: 0;
}
ul.list-posts-3 li {
    display: inline-block;
}
ul.list-posts-3 li a {
	background: #cacaca;
    margin: 0 10px;
    padding: 3px 15px;
    border-radius: 5px;
}

.footer-logo {
    width: 100%;
	max-width: 200px;
}



 /* SNS ICON */  
.icon{position:relative;display:inline-block;font-size:40px;width:52px;vertical-align:middle;color:#cfcfcf}
.icon.icon-sm{font-size:18px;width:30px}
.icon.icon-lg{font-size:76px;width:88px}
.icon.icon-xl{font-size:120px;width:130px}

.icon.icon-circle{
	font-size:20px;
	text-align:center;
	color:#373737;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	text-align:center;
    margin: 0 5px;
	background: #fff;
}

.icon.icon-facebook:hover,.icon.icon-facebook:focus{
	background:#0e6dc9;
  color: #fff;
}
.icon.icon-qq:hover,.icon.icon-qq:focus{
	background:#3aa8db;
  color: #fff;
}
.icon.icon-chat:hover,.icon.icon-chat:focus{
	background:#70cb1c;
  color: #fff;
}
.icon.icon-youtube:hover,.icon.icon-youtube:focus{
	background:#b90000;
  color: #fff;
	}
.icon.icon-line:hover,.icon.icon-line:focus{
	background:#48cc34;
  color: #fff;
	}
.icon.icon-instagram:hover,.icon.icon-instagram:focus{
	background:#f9429c;
  color: #fff;
	}





/* ===================================
    06. Goto TOP
====================================== */
.back-to-top {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 150PX;
  width: 40px;
  height: 40px;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms; }

.back-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px; }

.back-to-top.reveal {
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    filter: alpha(opacity=100); }

.back-to-top.reveal:focus, .back-to-top.reveal:hover, .back-to-top.reveal:active {
      opacity: 1;
      filter: alpha(opacity=100); }



/* ===================================
    07. Breadcrumbs
====================================== */
.breadcrumbs {
	font-size: 13px;
	display: block;
	color: #666;
	position: relative;
  text-align: right;
  padding-bottom: 30px;
}
.breadcrumbs a {
	color: #868686;
	text-decoration: none;
	padding: 0 5px;
}
.breadcrumbs a:hover {
	color: #33acac;
	text-decoration: underline;
}



/* ===================================
    08. MORE
====================================== */
.indexMore_btn {
  display: block;
  margin: 20px 0;
}
.c-more {
	font-family:"Cormorant Garamond",serif;
	font-weight:400;
	letter-spacing:-0.01em;
	-webkit-transition:color .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition:color .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	display:block;
	position:relative;
	color:#000;
	font-size:20px;
	line-height:1.2em;
	text-align:right
}
.c-more .line {
	-webkit-transition:background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition:background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	position:absolute;
	top:50%;
	right:5.5rem;
	left:0;
	height:1px;
	background:#E3E3E3
}
.c-more .line:before {
	-webkit-transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:2rem;
	height:1px;
	background:#000000
}
 .indexMore_btn:hover .c-more .line:before {
	-webkit-animation:c-more .8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	animation:c-more .8s cubic-bezier(0.77, 0, 0.175, 1) 0s
   }
   @-webkit-keyframes c-more {
	0% {
	 right:0;
	 left:auto;
	 width:2rem
	}
	10% {
	 right:0%;
	 left:auto;
	 width:0
	}
	10.1% {
	 right:auto;
	 left:0;
	 width:0
	}
	50% {
	 right:auto;
	 left:0;
	 width:100%
	}
	50.1% {
	 right:0;
	 left:auto;
	 width:100%
	}
	100% {
	 right:0;
	 left:auto;
	 width:2rem
	}
   }
   @keyframes c-more {
	0% {
	 right:0;
	 left:auto;
	 width:2rem
	}
	10% {
	 right:0%;
	 left:auto;
	 width:0
	}
	10.1% {
	 right:auto;
	 left:0;
	 width:0
	}
	50% {
	 right:auto;
	 left:0;
	 width:100%
	}
	50.1% {
	 right:0;
	 left:auto;
	 width:100%
	}
	100% {
	 right:0;
	 left:auto;
	 width:2rem
	}
  }

  /**  SNS  **/
@-webkit-keyframes badbounce {
	0%,100% {
	  -webkit-transform: translateY(0px);
	}
	10% {
	  -webkit-transform: translateY(6px);
	}
	30% {
	  -webkit-transform: translateY(-4px);
	}
	70% {
	  -webkit-transform: translateY(3px);
	}
	90% {
	  -webkit-transform: translateY(-2px);
	}
  }
  @-moz-keyframes badbounce {
	0%,100% {
	  -moz-transform: translateY(0px);
	}
	10% {
	  -moz-transform: translateY(6px);
	}
	30% {
	  -moz-transform: translateY(-4px);
	}
	70% {
	  -moz-transform: translateY(3px);
	}
	90% {
	  -moz-transform: translateY(-2px);
	}
  }
  @keyframes badbounce {
	0%,100% {
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px);
	}
	10% {
	  -webkit-transform: translateY(6px);
	  -moz-transform: translateY(6px);
	  -ms-transform: translateY(6px);
	  -o-transform: translateY(6px);
	  transform: translateY(6px);
	}
	30% {
	  -webkit-transform: translateY(-4px);
	  -moz-transform: translateY(-4px);
	  -ms-transform: translateY(-4px);
	  -o-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	70% {
	  -webkit-transform: translateY(3px);
	  -moz-transform: translateY(3px);
	  -ms-transform: translateY(3px);
	  -o-transform: translateY(3px);
	  transform: translateY(3px);
	}
	90% {
	  -webkit-transform: translateY(-2px);
	  -moz-transform: translateY(-2px);
	  -ms-transform: translateY(-2px);
	  -o-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  }
  .ss_animate {
	-webkit-animation: badbounce 1s linear;
	-moz-animation: badbounce 1s linear;
	animation: badbounce 1s linear;
  }
  #ss_menu a:focus {
	  color:#fff;
  }
  #ss_menu {
	bottom: 2%;
	width: 60px;
	height: 60px;
	color: #fff;
	position: fixed;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	right: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
    z-index: 99;
  }
  #ss_menu > .sns {
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
  }
  #ss_menu > .sns .share {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
  }
  #ss_menu > .sns .share .circle {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	top: 50%;
	margin-top: -6px;
	left: 12px;
	opacity: 1;
  }
  #ss_menu > .sns .share .circle:after, #ss_menu > .sns .share .circle:before {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	content: '';
	opacity: 1;
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
  }
  #ss_menu > .sns .share .circle:after {
    left: 15px;
    top: 10px;
  }
  #ss_menu > .sns .share .circle:before {
    left: 18px;
    top: -9px;
  }
  #ss_menu > .sns .share .bar {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	width: 18px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	left: 18px;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
  }
  #ss_menu > .sns .share .bar:before {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	content: '';
	width: 18px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0px;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
  }
  #ss_menu > .sns .share.close .circle {
	opacity: 0;
  }
  #ss_menu > .sns .share.close .bar {
	top: 50%;
	margin-top: -1.5px;
	left: 50%;
	margin-left: -12px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	transform: rotate(405deg);
  }
  #ss_menu > .sns .share.close .bar:before {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-450deg);
	-moz-transform: rotate(-450deg);
	-ms-transform: rotate(-450deg);
	-o-transform: rotate(-450deg);
	transform: rotate(-450deg);
  }
  #ss_menu > .sns.ss_active {
	background: #127d73;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
  }
  #ss_menu > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 22px;
	text-align: center;
	background: #5bd2b7;
	border-radius: 50%;
	display: table;
	padding-top: 10px;
  }
  #ss_menu > div i {
	display: table-cell;
	vertical-align: middle;
  }
  #ss_menu > div a {
    color: #fff;
  }

  #ss_menu > div i:hover  {
	color: #fff;
  }
  #ss_menu > div:hover {
	background: #7cecd2;
	cursor: pointer;
  }
  #ss_menu div:nth-child(1) {
	top: 0px;
	left: -100px;
  }
  #ss_menu div:nth-child(2) {
	top: -80.0px;
	left: -40.0px;
  }