/* =================================================================== 
 *
 *  Infinity v1.0 Main Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles 
 *  09. header styles
 *  10. home
 *  11. about
 *  12. services
 *  13. portfolio
 *  14. testimonials
 *  15. clients
 *  16. contact
 *  17. footer
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");


/* ===================================================================
 *  02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */


html, body {
  height: 100%;
}

body {
  background: #111111;
  font-family: "Noto Sans TC";

  color: #353535;
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a, a:visited {
  color: #07617d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #000000;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}


/* ===================================================================
 *  03. typography & general theme styles - (_document-setup.scss) 
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h01, .h02, .h03, .h04, .h05, .h06 {
  font-family: "Noto Sans TC", sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;

}








h3, .h03, h4, .h04 {
  margin-bottom: 1.8rem;
}

h5, .h05, h6, .h06 {
  margin-bottom: 1.2rem;
}

h1, .h01 {
  font-size: 3.1rem;
  line-height: 1.35;
  letter-spacing: -.1rem;
}



  .image-containerkk {
position: relative;

margin-left:220px;
margin-top: -50px;
  
}








h2, .h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h3, .h03 {
  font-size: 2rem;
  line-height: 1.5;
}

h4, .h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}

h5, .h05 {
  font-size: 1.4rem;
  line-height: 1.7;

  letter-spacing: .2rem;
}

h6, .h06 {
  font-size: 1.3rem;
  line-height: 1.85;

  letter-spacing: .2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 24px;
  line-height: 1.8;
  color: #4f4f4f;	
  margin-bottom: 3.6rem;
}



p.leadtext001 {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 24px;
  line-height: 1.8;
  color: #FD2020;
	margin-top: 0px;
  margin-bottom: 3.6rem;
}




p.lead222 {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 32px;
  line-height: 1.8;
  color: #4f4f4f;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}






p.lead225 {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 24px;
  line-height: 1.8;
  color: #4f4f4f;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}


p.lead226 {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #E69F00;
	margin-top: 0px;
  margin-bottom: 3.6rem;
}



.container_top {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            padding: 20px;
            max-width: 100%;
         }

.container_box {
            width: 30%;
            height: auto;
           
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            border-radius: 8px;
        }






@media only screen and (max-width: 768px) {
	
	
  p.lead {
    font-size: 24px;
	  font-weight: normal;
  }
  
  
  
  .video-containerkk {
position: relative;
padding-bottom: 56.25%;
margin-bottom: -50px;
margin-top: -50px;
padding-top: 30px;
height: 0;
overflow: hidden;
  
}

.video-containerkk iframe, .video-container object, .video-container embed {

position: absolute;
top: 0;left: 0;
width: 100%;
height:100%;

}


  .image-containerkk {
position: relative;

margin-left:20px;
margin-top: -50px;
  
}



p.lead222 {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 2rem;
  line-height: 1.8;
  color: #4f4f4f;
	margin-top: 100px;
  margin-bottom: 3.6rem;
}


	
p.lead225 {
  font-family: "Noto Sans TC";
    font-weight: normal;
  font-size: 24px;
  line-height: 1.8;
  color: #4f4f4f;
	margin-top: 400px;
  margin-bottom: 3.6rem;
}
	
	
	


	
	
	
	
	
  
}




@media (max-width: 1920px) {

	
	.container_top {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;          
            max-width: 100%;
         }

.container_box {
            width: 45%;
            height: auto;           
            display: flex;
            justify-content: center;
            align-items: center;         
        }

}





@media (max-width: 768px) {

.container_top {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;          
            max-width: 100%;
         }

.container_box {
            width: 100%;
            height: auto;           
            display: flex;
            justify-content: center;
            align-items: center;         
        }

}






@media only screen and (max-width: 1920px) {
  
  .video-containerkk{
	  
height: 0;
overflow: hidden;

width: 50%;
height:50%;
  
}
	

  
}




@media only screen and (max-width: 3840px) {

  
  .video-containerkk {


height: 0;
overflow: hidden;

width: 100%;
height:100%;
  
}



  
}










em, i, strong, b {
  font-size: 1.6rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
}

em, i {
  font-family: "Noto Sans TC", serif;
}

strong, b {
  font-family: "Noto Sans TC", serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family:Noto Sans TC, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "Noto Sans TC", georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #4f4f4f;
  border: none;
}

abbr {
  font-family: "Noto Sans TC", serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #4f4f4f;
}

var, kbd, samp, code, pre {
  font-family: Consolas, "Noto Sans TC", Courier, "Noto Sans TC", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

mark {
  background: #FFF49B;
  color: #000;
}

hr {
  border: solid #000;
  border-width: 5px 5px 5px;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * Lists - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol, ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07617d;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #07617d;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * Spacing - (_document-setup)  
 * ------------------------------------------------------------------- */
button, .button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 0rem;
}

/* ------------------------------------------------------------------- 
 * floated image - (_document-setup)  
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

/* ------------------------------------------------------------------- 
 * tables - (_document-setup.scss)  
 * ------------------------------------------------------------------- */
 
 
table {
  border-width: 6px;
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans TC", sans-serif;
     cellspacing: 10;
	 border:10;
	 
	   vertical-align: middle;

}

th,
td {
  padding: 10px 10px;
   cellspacing: 10;
   border-width: 3px;
   border-color: #19504a;
     vertical-align: middle;

	
}


/* ------------------------------------------------------------------- 
th {
  color: #151515;
  font-family: "Noto Sans TC", sans-serif;
}

td {
  line-height: 1.5;
}



th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f9a828;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */


@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: #444444;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}
.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
  display: none;
}
.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label, legend {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Noto Sans TC", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fabc5a;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  background: #A5A5A5;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #989898;
  color: #000000;
  outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: #151515;
  color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #030303;
}

button.full-width, .button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium, .button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}

button.large, .button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}

button.stroke, .button.stroke {
	
	  width:  450px;
	  height: 250px;
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}

button.stroke.medium, .button.stroke.medium {
  line-height: 5.1rem !important;
}

button.stroke.large, .button.stroke.large {
  line-height: 5.4rem !important;
}

button.stroke:hover, .button.stroke:hover {
  border: 3px solid #f9a828;
  color: #f9a828;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5rem;
}
.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */
/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family:Noto Sans TC, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}
.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}
.pull-quote:after {
  content: '\201D';
  bottom: -33px;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote:before {
  content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Noto Sans TC", sans-serif;
  border: none;
  color: #252525;
}
.stats-tabs li a:hover {
  color: #07617d;
}
.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "Noto Sans TC", sans-serif;
  color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}
.skill-bars li {
  height: .6rem;
  background: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}
.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "Noto Sans TC", sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.skill-bars li .progress {
  background: #313131;
  position: relative;
  height: 100%;
}
.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Noto Sans TC", sans-serif;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  background: #313131;
  padding: .6rem .6rem;
  border-radius: 3px;
}
.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
  content: "";
}
.skill-bars li .percent5 {
  width: 5%;
}
.skill-bars li .percent10 {
  width: 10%;
}
.skill-bars li .percent15 {
  width: 15%;
}
.skill-bars li .percent20 {
  width: 20%;
}
.skill-bars li .percent25 {
  width: 25%;
}
.skill-bars li .percent30 {
  width: 30%;
}
.skill-bars li .percent35 {
  width: 35%;
}
.skill-bars li .percent40 {
  width: 40%;
}
.skill-bars li .percent45 {
  width: 45%;
}
.skill-bars li .percent50 {
  width: 50%;
}
.skill-bars li .percent55 {
  width: 55%;
}
.skill-bars li .percent60 {
  width: 60%;
}
.skill-bars li .percent65 {
  width: 65%;
}
.skill-bars li .percent70 {
  width: 70%;
}
.skill-bars li .percent75 {
  width: 75%;
}
.skill-bars li .percent80 {
  width: 80%;
}
.skill-bars li .percent85 {
  width: 85%;
}
.skill-bars li .percent90 {
  width: 90%;
}
.skill-bars li .percent95 {
  width: 95%;
}
.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 *  08. common and reusable styles 
 *
 * ------------------------------------------------------------------- */
.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}

.section-intro2 {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
  
    top:-60px;
  
}


.section-intro h1 {
  font-family: "Noto Sans TC";
  font-size: 4.8rem;
  line-height: 1.375;
  color: #151515;
}

.section-intro2 h1 {
  font-family: "Noto Sans TC";
  font-size: 4.8rem;
  line-height: 1.375;
  color: #86ebea;
}









.section-intro .lead {
  font-family: "Noto Sans TC";
  font-size: 1.8;
  line-height: 1.833;
}
.section-intro.with-bottom-sep {
  padding-bottom: 4.2rem;
  position: relative;
}
.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 1px;
  width: 200px;
  background-color: rgba(242, 242, 242, 0.1);
  text-align: center;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }
  .section-intro .lead {
    font-size: 1.7rem;
  }
  
  button.stroke, .button.stroke {
	
	  width:  80%;
	  height: 200px;
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}


  
  
  
}
@media only screen and (max-width: 768px) {
  .section-intro h1 {
    font-size: 4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
  


.section-intro2 {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
  
    top: -140px;
  
}


.section-intro2 h1 {
  font-family: "Noto Sans TC";
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #86ebea;
}


  
  
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}








.js .animate-this, .js .animate-intro {
	
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * header logo - (_layout.css) 
 * ------------------------------------------------------------------- */
header .header-logo {
  position: absolute;
  left: 32px;
  top: 42px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 57px;
  height: 27px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 57px 27px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu trigger - (_layout.css) 
 * ------------------------------------------------------------------- */
#header-menu-trigger {
  display: block;
  position: fixed;
  right: 32px;
  top: 30px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Noto Sans TC", sans-serif;
  font-size:1rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger.opaque {
  background-color: #000000;
}
#header-menu-trigger.opaque .header-menu-text {
  background-color: #000000;
}
#header-menu-trigger:hover, #header-menu-trigger:focus {
  color: #FFFFFF;
}
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: #0db4a2;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
#header-menu-trigger .header-menu-icon::before, 
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}
#header-menu-trigger .header-menu-icon::before {
  top: -9px;
}
#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
  background: #0C0C0C;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 3.6rem 3rem;
  height: 100%;
  width: 240px;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  color: white;
}
#menu-nav-wrap h3 {
  color: white;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#menu-nav-wrap .nav-list {
  font-family: "Noto Sans TC", sans-serif;
  margin: 3.6rem 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 3.6rem;
}
#menu-nav-wrap .nav-list li {
  padding-left: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
  line-height: 4.2rem;
}
#menu-nav-wrap .nav-list li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.03);
}
#menu-nav-wrap .nav-list li a {
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
#menu-nav-wrap .nav-list li a:hover, 
#menu-nav-wrap .nav-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}
#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}
#menu-nav-wrap .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}
#menu-nav-wrap .header-social-list li a:hover, 
#menu-nav-wrap .header-social-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}
#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#menu-nav-wrap .close-button span::before, 
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}
#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-nav-wrap .sponsor-text {
  font-family: "Noto Sans TC";
  font-size: 1.4rem;
  line-height: 3rem;
}
#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  header .header-logo a {
    width: 51px;
    height: 24px;
    background-size: 51px 24px;
  }
}
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}


/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {

}


#home .col-twelve {
  display: block;
  height: 0px;
  width: 0px;
  background-color: #FFFFFF;
  position: absolute;
  top: 130%;
  right: 530px;
  margin-top: -1.5px;

}


#home  .button {
   font-size: 2rem;
   width: 240px;
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
  border-color:#FFF;
}





#home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #19191b;
}

.home-content-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.home-content-tablecell {
  display: table-cell;
  vertical-align: middle;
  z-index: 500;
}
.home-content-tablecell .row {
  position: relative;
  padding-top: 16.2rem;
  padding-bottom: 15rem;
}
.home-content-tablecell h3 {
  font-family: "Noto Sans TC";
  font-size: 2.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin: 0 0 .9rem 0;
}
.home-content-tablecell h1 {
  font-family: "Noto Sans TC";
  font-size: 9rem;
  line-height: 1.133;
  color: #FFFFFF;
}
.home-content-tablecell .more {
  margin: 4.8rem 0 0 0;
}
.home-content-tablecell .more .button {
  border-color: #000;
  color: #FFFFFF;
}

/* home social-list */
.home-social-list {
  position: absolute;
  left: 48px;
  bottom: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.home-social-list li {
  padding-left: 0;
}
.home-social-list li a, .home-social-list li a:visited {
  color: #FFFFFF;
}
.home-social-list li a:hover, 
.home-social-list li a:focus, 
.home-social-list li a:active {
  color: #151515;
}

/* scroll down */
.scrolldown {
  font-size: 10px;
  position: absolute;
  bottom: -60px;
  right: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #151515 !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * home section 
 * ------------------------------------------------------------------- */
 
 
 
@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }
  .home-content-tablecell h1 {
    font-size: 7rem;
  }
  

  
}
@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }
  .home-content-tablecell h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-content-tablecell .row {
    max-width: 600px;
  }
  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }
  .home-content-tablecell h1 {
    font-size: 5.2rem;
  }
  .home-content-tablecell h1 br {
    display: none;
  }

  .home-social-list {
    left: 36px;
    bottom: 30px;
    font-size: 2.1rem;
  }
  .home-social-list::before {
    height: 30px;
  }

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
  
#home {

}
  

  #home .col-twelve {
  display: block;
  height: 0px;
  width: 0px;
  background-color: #FFFFFF;
  position: absolute;
  top: 64%;
  right:320px;
  margin-top: -1.5px;

}




  #home  .button {

   font-size: 1.6rem;
   max-width: 200px;
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.6rem;
  border-color:#FFF;

  
}

  
  
  
  
  
}




/* ===================================================================
 *  11. about - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about {

	position: relative;
	

	background-color: #cdfffd;
	min-height: auto;
	
 background-image: url(../images/usebk1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  min-height: auto;
  position: relative;

}




#about .about-gallery26{
  position: relative;
  left: 50%;
  transform: translate(-50%, -0%);

};





#about .about-wrap {

  max-width: 90%;
}
#about span {
	color: #07617d;
	font-weight: bold;
}

#about .centertop {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }



#about .center {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }
 
 #about .center2 {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #276903;
 text-align: center;
 	font-size: 36px;
	  line-height: 42px;

    text-stroke: 1px #fff;
	  text-shadow: 0.1em 0.1em 0.2em #a09d72;
 }
 
 
 
 
 
 
 #about .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
  #about .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about .centersec {
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 2rem;
 }
 
 
 #about h3 {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 2.5rem;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}
#about h3::before {
  font-family: "Noto Sans TC";
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#about  p.lead {
  font-family: "Noto Sans TC";
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about  p.leads {
  font-family: "Noto Sans TC";
  font-size: 1.2rem;
  line-height:2rem;
  color: #ffffff;
  margin-bottom: 3.6rem;
}


#about  span.leadred {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 1.8;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}




/* ===================================================================
 *  11. about22 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about22 {

	position: relative;
	

	background-color: #cdfffd;
	min-height: auto;
	
 background-image: url(../images/contact-bg7.jpg);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  min-height: auto;
  position: relative;

}




#about22 .about-gallery26{
  position: relative;
  left: 50%;
  transform: translate(-50%, -0%);

};





#about22 .about-wrap {

  max-width: 90%;
}
#about22 span {
	color: #07617d;
	font-weight: bold;
}

#about22 .centertop {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }



#about22 .center {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }
 
 #about22 .center2 {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #276903;
 text-align: center;
 	font-size: 36px;
	  line-height: 42px;

    text-stroke: 1px #fff;
	  text-shadow: 0.1em 0.1em 0.2em #a09d72;
 }
 
 
 
 
 
 
 #about22 .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
  #about22 .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about22 .centersec {
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 2rem;
 }
 
 
 #about22 h3 {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 2.5rem;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}
#about22 h3::before {
  font-family: "Noto Sans TC";
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#about22 p.lead {
  font-family: "Noto Sans TC";
  font-size: 26px;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about22  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about22  p.leads {
  font-family: "Noto Sans TC";
  font-size: 1.2rem;
  line-height:2rem;
  color: #ffffff;
  margin-bottom: 3.6rem;
}



#about22 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 60px;
  line-height: 56px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}


#about22 p.lead226 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #E69F00;
	margin-top: 0px;
  margin-bottom: 3.6rem;
}




#about22  span.leadred {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 1.8;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about22  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}




/* ===================================================================
 *  11. about32 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about32 {

	position: relative;
	

	background-color: #cdfffd;
	min-height: auto;
	
 background-image: url(../images/contact-bg7.jpg);
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  min-height: auto;
  position: relative;

}




#about32 .about-gallery26{
  position: relative;
  left: 50%;
  transform: translate(-50%, -0%);

};





#about32 .about-wrap {

  max-width: 90%;
}
#about32 span {
	color: #07617d;
	font-weight: bold;
}

#about32 .centertop {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }



#about32 .center {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }
 
 #about32 .center2 {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #276903;
 text-align: center;
 	font-size: 36px;
	  line-height: 42px;

    text-stroke: 1px #fff;
	  text-shadow: 0.1em 0.1em 0.2em #a09d72;
 }
 
 
 
 
 
 
 #about32 .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
  #about32 .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about32 .centersec {
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
 }
 
 
 #about32 h3 {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 2.5rem;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}
#about32 h3::before {
  font-family: "Noto Sans TC";
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#about32 p.lead {
  font-family: "Noto Sans TC";
  font-size: 26px;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about32  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about32  p.leads {
  font-family: "Noto Sans TC";
  font-size: 1.2rem;
  line-height:2rem;
  color: #ffffff;
  margin-bottom: 3.6rem;


}


#about32  span.leadred {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 1.8;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about32  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}


#about32 h6 {
  color: #1b5953;
	font-weight: bold;
    font-size: 16px;
	  line-height: 1.4rem;
}	




/* ===================================================================
 *  11. about52 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about52 {

	position: relative;
	 background-image: url(../images/usebk1.jpg);

	min-height: auto;
	

  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  min-height: auto;
  position: relative;

}




#about52 .about-gallery26{
  position: relative;
  left: 50%;
  transform: translate(-50%, -0%);

};





#about52 .about-wrap {

  max-width: 90%;
}
#about52 span {

	font-weight: bold;
}

#about52 .centertop {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }



#about52 .center {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }
 
 #about52 .center2 {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #276903;
 text-align: center;
 	font-size: 36px;
	  line-height: 42px;

    text-stroke: 1px #fff;
	  text-shadow: 0.1em 0.1em 0.2em #a09d72;
 }
 
 
 
 
 
 
 #about52 .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
  #about52 .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about52 .centersec {
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
 }
 
 
 #about52 h3 {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 2.5rem;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}
#about52 h3::before {
  font-family: "Noto Sans TC";
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#about52 p.lead {
  font-family: "Noto Sans TC";
  font-size: 26px;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about52  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about52  p.leads {
  font-family: "Noto Sans TC";
  font-size: 1.2rem;
  line-height:2rem;
  color: #ffffff;
  margin-bottom: 3.6rem;
}


#about52  span.leadred {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 1.8;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about52  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}


#about52 h6 {
  color: #1b5953;
	font-weight: bold;
    font-size: 16px;
	  line-height: 1.4rem;
}	



#about52 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 60px;
  line-height: 56px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}



#about52 p.lead226 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #E69F00;
	margin-top: 0px;
  margin-bottom: 3.6rem;
}


#about52 .hh0 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 24px;
  color: #000;
}



/* ===================================================================
 *  11. about62 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about62 {

	position: relative;


	min-height: auto;
	

  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  min-height: auto;


}




#about62 .about-gallery26{
  position: relative;
  left: 50%;
  transform: translate(-50%, -0%);

};





#about62 .about-wrap {

  max-width: 90%;
}
#about62 span {
	color: #07617d;
	font-weight: bold;
}

#about62 .centertop {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }



#about62 .center {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }
 
 #about62 .center2 {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #276903;
 text-align: center;
 	font-size: 36px;
	  line-height: 42px;

    text-stroke: 1px #fff;
	  text-shadow: 0.1em 0.1em 0.2em #a09d72;
 }
 
 
 
 
 
 
 #about62 .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
  #about62 .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about62 .centersec {
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
 }
 
 
 #about62 h3 {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 2.5rem;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}
#about62 h3::before {
  font-family: "Noto Sans TC";
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#about62 p.lead {
  font-family: "Noto Sans TC";
  font-size: 26px;
  text-align: left;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about62  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about62  p.leads {
  font-family: "Noto Sans TC";
  font-size: 1.2rem;
  line-height:2rem;
  color: #ffffff;
  margin-bottom: 3.6rem;
}


#about62  span.leadred {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 1.8;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about62  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}


#about62 h6 {
  color: #1b5953;
	font-weight: bold;
    font-size: 16px;
	  line-height: 1.4rem;
}	



#about62 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 60px;
  line-height: 56px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}


#about62 p.lead226 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #E69F00;
	margin-top: 0px;
  margin-bottom: 3.6rem;
}


#about62 .hh0 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 24px;
  color: #000;
}










/* ===================================================================
 *  11. about72 - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#about72 {

	position: relative;


	min-height: auto;
	

  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

  min-height: auto;


}




#about72 .about-gallery26{
  position: relative;
  left: 50%;
  transform: translate(-50%, -0%);

};





#about72 .about-wrap {

  max-width: 90%;
}
#about72 span {
	color: #07617d;
	font-weight: bold;
}

#about72 .centertop {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }



#about72 .center {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 3rem;
	  line-height: 4rem;
 }
 
 #about72 .center2 {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #276903;
 text-align: center;
 	font-size: 36px;
	  line-height: 42px;

    text-stroke: 1px #fff;
	  text-shadow: 0.1em 0.1em 0.2em #a09d72;
 }
 
 
 
 
 
 
 #about72 .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
  #about72 .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about72 .centersec {
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
 }
 
 
 #about72 h3 {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 2.5rem;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
}
#about72 h3::before {
  font-family: "Noto Sans TC";
  display: block;
  content: "";
  width: 3px;
  height: 9.6rem;
  background-color: rgba(149, 149, 149, 0.7);
  margin: 0 auto 2.4rem;
}

#about72 p.lead {
  font-family: "Noto Sans TC";
  font-size: 26px;
  text-align: left;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about72  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about72  p.leads {
  font-family: "Noto Sans TC";
  font-size: 1.2rem;
  line-height:2rem;
  color: #ffffff;
  margin-bottom: 3.6rem;
}


#about72  span.leadred {
  font-family: "Noto Sans TC";
  font-size: 2rem;
  line-height: 1.8;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about72  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}


#about72 h6 {
  color: #1b5953;
	font-weight: bold;
    font-size: 16px;
	  line-height: 1.4rem;
}	



#about72 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 36px;
  line-height: 56px;
  color: #000;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}


#about72 p.lead226 {
  font-family: "Noto Sans TC";
	text-align:left;
    font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #565656;
	margin-top: 0px;
  margin-bottom: 3.6rem;
}


#about72 .hh0 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 24px;
  color: #000;
}















}





/* ------------------------------------------------------------------- 
 * responsive:
 * about 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #about {
    min-height: 636px;
  }
  #about .about-wrap {
    max-width: 90%;
  }
  #about .lead {
    font-size: 2rem;
  }
  
  #about .center {
 font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
	  line-height: 3rem;
 }
 
 
  #about .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
   #about .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 #about .centersec {
	  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 1.2rem;
 }
  
#about  p.lead {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}



#about  p.leads {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}




#about  span.leadred {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}



  
}
@media only screen and (max-width: 900px) {
  #about .about-wrap {
    max-width: 720px;
  }
  #about .lead {
    font-size: 2rem;
  }
  
    #about .center {
 font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
	  line-height: 3rem;
 }
 
  #about .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
   #about .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about .centersec {
	  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 1.2rem;
 }
#about  p.lead {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}

#about  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}




#about  p.leads {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}


#about  span.leadred {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

  
}







@media only screen and (max-width: 1920px) {
  #about h3 {
    font-size: 1.7rem;
  }
  #about .about-wrap {
    max-width: 600px;
  }

  
    #about .center {
	 font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2rem;
	  line-height: 3rem;
 }
 
  #about .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
   #about .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about .centersec {
	  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #349693;
 text-align: center;
 	font-size: 1.2rem;
 }
#about  p.lead {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}

#about  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}



#about  p.leads {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}



#about  span.leadred {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}


	
#about22 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}
	
	

#about62 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}
	
	

}








@media only screen and (max-width: 768px) {
  #about h3 {
    font-size: 1.7rem;
  }
  #about .about-wrap {
    max-width: 600px;
  }

  
    #about .center {
	 font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 2rem;
	  line-height: 3rem;
 }
 
  #about .center_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
   #about .left_s {
  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: left;
 	font-size: 2em;
	  line-height: 3rem;
 }
 
 
 
 #about .centersec {
	  font-family: "Noto Sans TC";
		font-weight: bold;
	  color: #004e97;
 text-align: center;
 	font-size: 1.2rem;
 }
#about  p.lead {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}

#about  span.leadblod {
  font-family: "Noto Sans TC";
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}



#about  p.leads {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #4f4f4f;
  margin-bottom: 3.6rem;
}



#about  span.leadred {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #f60000;
  margin-bottom: 3.6rem;
  font-weight: bold;
}

#about  span.leadorg {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ff7200;
  margin-bottom: 3.6rem;
  font-weight: bold;
}


	
#about22 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}
	
	

#about62 p.lead222 {
  font-family: "Noto Sans TC";
	text-align:center;
    font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  color: #FF8700;
	margin-top: 150px;
  margin-bottom: 3.6rem;
}
	
	

}


@media only screen and (max-width: 600px) {
  #about {
    min-height: auto;
  }
  #about .about-wrap {
    max-width: 500px;
  }
}

@media only screen and (max-width: 500px) {
  #about h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 400px) {
  #about {
    padding: 4.2rem 0 9.6rem;
  }
  #about .about-wrap {
    max-width: 380px;
  }
}



/* ===================================================================
 *  12. services - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#services {

  background-color: #1d2a61;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height: 800px;
  position: relative;
  padding: 15rem 0 15rem;
  color: rgba(255, 255, 255, 0.3);
  border:  5px solid #009568;
}





@media only screen and (max-width: 3840px) {
#services .content-gallery66{width:20%; 
  position: relative;

  left: 50%;
  transform: translate(-50%, -0%);

};
	  
}




@media only screen and (max-width: 1920px) {
#services .content-gallery66{width:30%; };
	  
}

@media only screen and (max-width: 1600px) {
#services .content-gallery66{width:30%; };
	  
}


@media only screen and (max-width: 1200px) {
#services .content-gallery66{width:35%; };

}

@media only screen and (max-width: 900px) {
#services .content-gallery66{width:90%;};

}



#services .section-intro{
	  
	    margin-top: -150px;
		  margin-bottom:  -150px;

}


#services .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
}
#services .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
}
#services .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#services .section-intro h1 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 3rem;
  color: #074580;
}


#services .section-intro hh0 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 1.6rem;
  color: #000;
}




#services .section-intro hh1 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 1rem;
  color: #074580;
}
#services .section-intro hh1a {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 2rem;
  color: #074580;
}





#services .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#services .services-content {
  text-align: center;
  max-width: 1040px;
}
#services .services-list {
  margin-top: 1.2rem;
  text-align: center;
}
#services .services-list .service-item {
  margin-bottom: 3rem;
  padding: 0 50px;
}
#services .services-list .service-item p {
  color: rgba(242, 242, 242, 0.5);
}
#services .services-list .icon {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#services .services-list .icon i {
  font-size: 5.4rem;
  color: #f9a828;
}
#services .services-list .h05 {
  font-size: 1.7rem;
  line-height: 1.765;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * services
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #services .services-list .service-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 900px) {
  #services .services-list .service-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #services {
    padding: 12rem 0 12rem;
  }
  #services .services-content {
    max-width: 550px;
  }
  #services .services-list .service-item {
    padding: 0 15px;
  }
  #services .services-list .icon i {
    font-size: 5.1rem;
  }
  
  #services .section-intro h1 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 2.6rem;
  color: #074580;
}
  
  
  #services .section-intro hh0 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 1.6rem;
  color: #000;
}

  
  
#services .section-intro hh1 {
		  font-family: "Noto Sans TC";
		font-weight: bold;
	    font-size: 1rem;
  color: #074580;
}
  
  
  
  
}
@media only screen and (max-width: 600px) {
  #services .services-list .service-item {
    padding: 0 10px;
  }
  #services .services-list .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 400px) {
  #services .services-list .service-item {
    padding: 0;
  }

}


/* ===================================================================
 *  13. portfolio - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#portfolio {
  background: #FFFFFF;
  min-height: 800px;
  position: relative;
  padding: 0;
}
#portfolio .intro-wrap {
  padding: 15rem 0 21rem;
  background: #111111;
}
#portfolio .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#portfolio .section-intro h1 {
  color: #FFFFFF;
}
#portfolio .section-intro .lead {
  color: rgba(242, 242, 242, 0.4);
}
#portfolio .portfolio-content {
  margin-top: -22.2rem;
}

#portfolio .folio-item {
border: solid windowtext 10px;  
}




#portfolio .bricks-wrapper:before, 
#portfolio .bricks-wrapper:after {
  content: "";
  display: table;
}
#portfolio .bricks-wrapper:after {
  clear: both;
}
#portfolio .bricks-wrapper .brick {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}
#portfolio .bricks-wrapper .brick:nth-child(2n+1) {
  clear: both;
}

/* ------------------------------------------------------------------- 
 * masonry entries - (_layout.css) 
 * ------------------------------------------------------------------- */
.bricks-wrapper .item-wrap {
  position: relative;
  overflow: hidden;
}
.bricks-wrapper .item-wrap .overlay {
  cursor: zoom-in;
}
.bricks-wrapper .item-wrap .overlay img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap .overlay::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.bricks-wrapper .item-wrap .overlay::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 3rem;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.bricks-wrapper .item-wrap .item-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.6rem 0 0 3rem;
  margin-right: 6rem;
  z-index: 3;
}
.bricks-wrapper .item-wrap .item-text .folio-title {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.364;
}
.bricks-wrapper .item-wrap .item-text .folio-types {
  font-family: "Noto Sans TC";
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
.bricks-wrapper .item-wrap .details-link {
  display: block;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 4.6rem;
  width: 4.6rem;
  line-height: 4.6rem;
  color: white;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  position: absolute;
  top: 3.6rem;
  right: 3rem;
}
.bricks-wrapper .item-wrap .details-link i {
  font-size: 2rem;
  line-height: 4.2rem;
}
.bricks-wrapper .item-wrap .details-link:hover, .bricks-wrapper .item-wrap .details-link:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.bricks-wrapper .item-wrap .item-text, .bricks-wrapper .item-wrap .details-link {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bricks-wrapper .item-wrap:hover .overlay::before {

  opacity: 1;
  visibility: visible;
}
.bricks-wrapper .item-wrap:hover .overlay::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bricks-wrapper .item-wrap:hover .overlay img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bricks-wrapper .item-wrap:hover .item-text, .bricks-wrapper .item-wrap:hover .details-link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* ------------------------------------------------------------------- 
 * Light Gallery Overrides - (_layout.css) 
 * ------------------------------------------------------------------- */
.lg-sub-html {
  padding: 12px 20% 15px;
}
.lg-sub-html a, .lg-sub-html a:visited {
  color: #f9a828;
}
.lg-sub-html a:hover, .lg-sub-html a:focus {
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .lg-sub-html {
    padding: 12px 15% 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lg-sub-html {
    padding: 12px 40px 15px;
  }
}

.lg-sub-html h4 {
  color: #FFFFFF;
  font-family: "Noto Sans TC";
  font-size: 1.8rem;
  line-height: 1.333;
}

.lg-sub-html p {
  font-family: "Noto Sans TC";
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin: .6rem 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #f9a828;
}

.lg-progress-bar .lg-progress {
  background-color: #FFFFFF;
}

#lg-counter {
  font-family: "Noto Sans TC", sans-serif;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * portfolio
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #portfolio .intro-wrap {
    padding: 12rem 0 21rem;
  }
}
@media only screen and (max-width: 600px) {
  #portfolio .bricks-wrapper .brick {
    float: none;
    width: 100%;
  }

  .bricks-wrapper .item-wrap .item-text .folio-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}


/* ===================================================================
 *  14. testimonials - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#testimonials {
  background: #FFFFFF;
  padding: 12rem 0 7.8rem;
  text-align: center;
}
#testimonials h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.8rem;
  line-height: 1.667;
  color: #07617d;
  text-transform: uppercase;
  letter-spacing: .3rem;
  position: relative;
  margin-bottom: 4.2rem;
}

#testimonials .flex-container {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

#testimonial-slider {
  margin: 0 0 3rem 0;
  position: relative;
}
#testimonial-slider .slides {
  padding-bottom: 3rem;
}
#testimonial-slider p {
  font-family: "Noto Sans TC";
  font-size: 3rem;
  line-height: 1.8;
  color: #151515;
}
#testimonial-slider p::before, #testimonial-slider p::after {
  display: inline-block;
  font-family: "Noto Sans TC";
  font-size: 3.6rem;
  line-height: 1;
}
#testimonial-slider p::before {
  content: '\201C';
}
#testimonial-slider p::after {
  content: '\201D';
}
#testimonial-slider .testimonial-author {
  margin-top: 4.2rem;
}
#testimonial-slider .testimonial-author img {
  width: 7.4rem;
  height: 7.4rem;
  margin: 0 auto 1.2rem auto;
  display: block;
  border-radius: 50%;
  vertical-align: middle;
}
#testimonial-slider .testimonial-author .author-info {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 2rem;
  margin-top: .9rem;
  margin-bottom: 3rem;
  color: #151515;
}
#testimonial-slider .testimonial-author .author-info span {
  display: block;
  font-family: "Noto Sans TC";
  font-size: 1.6rem;
  line-height: 1.313;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(0, 0, 0, 0.5);
  margin-top: .3rem;
}

/* control nav */
#testimonials .flex-control-nav {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -1.5rem;
}
#testimonials .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

#testimonials .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background-color: #959595;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#testimonials .flex-control-paging li a:hover {
  background-color: #555555;
}
#testimonials .flex-control-paging li a.flex-active {
  background-color: #000000;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * testimonials
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #testimonial-slider p {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials h2 {
    font-size: 1.7rem;
  }

  #testimonial-slider p {
    font-size: 2.5rem;
  }
  #testimonial-slider .testimonial-author img {
    width: 6.6rem;
    height: 6.6rem;
  }
  #testimonial-slider .testimonial-author .author-info {
    font-size: 1.8rem;
  }
  #testimonial-slider .testimonial-author .author-info span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  #testimonials .flex-container {
    width: 90%;
  }

  #testimonial-slider p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 500px) {
  #testimonials h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #testimonials .flex-container {
    width: 100%;
  }

  #testimonial-slider p {
    font-size: 2rem;
  }
}


/* ===================================================================
 *  15. clients - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#clients {
  background-color: #e9eaea;
  padding: 4.8rem 0 4.8rem;
}
#clients .client-lists .owl-item {
  opacity: .6;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#clients .client-lists .owl-item:hover {
  opacity: 1;
}
#clients .owl-carousel .owl-nav {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin: .6rem;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#clients .owl-carousel .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-decoration: none;
}
#clients .owl-carousel .owl-nav .disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}
#clients .owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 1.8rem;
}
#clients .owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
#clients .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#clients .owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #959595;
  margin: 6px 6px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
#clients .owl-carousel .owl-dots .owl-dot.active span,
#clients .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000000;
}


/* ===================================================================
 *  16. contact - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#contact {
background-color: rgba(255, 255, 255, 0.7);

  padding: 12rem 0 12rem;
  position: relative;
}
#contact .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
  background-color: #000000;
}
#contact .section-intro h1 {
  color: #adfce3;
}

#contact .section-intro2 h1 {
  color: #316c66;
}

#contact .section-intro h3 {
  color: rgba(242, 242, 242, 0.5);
}
#contact .section-intro p.lead {
  color: rgba(242, 242, 242, 0.4);
}

.contact-content {
  max-width: 1024px;
  margin-top: 3rem;
  color: #FFFFFF;
  z-index: 600;
  position: relative;
}
.contact-content h5 {
	color: #1b5953;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: bold;
}

.contact-content h5w {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 2.4rem;
	font-weight: bold;
}


.contact-content h6 {
  color: #1b5953;
    font-size: 1rem;
	  line-height: 1.4rem;
}


.contact-content h6b{
  color: #1b5953;
	font-weight: bold;
    font-size: 20px;
	  line-height: 1.4rem;
}



/* contact info */
.contact-info .cinfo {
  margin-bottom: 4.2rem;
}

/* contact form */
#contact form {
  margin-top: 0;
  margin-bottom: 3rem;
}
#contact form .form-field {
  position: relative;
}
#contact form .form-field:before, #contact form .form-field:after {
  content: "";
  display: table;
}
#contact form .form-field:after {
  clear: both;
}
#contact form .form-field label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  text-transform: uppercase;
  letter-spacing: .05rem;
  padding: .6rem 2rem .6rem 2rem;
  margin: 0;
  color: #000000;
  background: #f9a828;
  border-radius: 3px;
}
#contact form .form-field label::after {
  position: absolute;
  right: 15px;
  top: 1px;
  margin-top: -6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f9a828;
  content: "";
}
#contact form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#contact form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  /* Firefox 18- */
}
#contact form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  /* Firefox 19+ */
}
#contact form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#contact form .placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3.6rem;
  background: rgba(255, 255, 255, 0.1);
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus {
  color: #FFFFFF;
}

#contact textarea {
  min-height: 21rem;
  padding: 1.8rem 2rem;
}
#contact textarea:focus {
  color: #FFFFFF;
}

#contact button.submitform {
  font-size: 1.5rem;
  display: block;
  letter-spacing: .2rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0 3rem;
  width: 100%;
  background: #f9a828;
  color: #000000;
  margin-top: .6rem;
}
#contact button.submitform:hover, #contact button.submitform:focus {
  background: #f89e0f;
}

#message-warning, #message-success {
  display: none;
  background: #000000;
  padding: 3rem;
  margin-bottom: 3.6rem;
  width: 100%;
}

#message-warning {
  color: #D32B2E;
}

#message-success {
  color: #f9a828;
}

#message-warning i,
#message-success i {
  margin-right: 10px;
}














/* form loader */
#submit-loader {
  display: none;
  position: relative;
  left: 0;
  top: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 4.2rem;
}
#submit-loader .text-loader {
  display: none;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
  display: none;
}
.oldie #submit-loader .text-loader {
  display: block;
}

/* --------------------------------------------------------------- 
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}






@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------- 
 * responsive:
 * contact 
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
  .contact-info {
    width: 38%;
  }
  
  
.contact-content {
  max-width:90%;
  margin-top: 1rem;
  color: #FFFFFF;
  z-index: 600;
  position: relative;
}


.contact-content h5 {
  color: #316c66;
    font-size: 1.4rem;
	  line-height: 2rem;
	  	font-weight: bold;
}

.contact-content h6 {
  color: #1b5953;
    font-size: 1rem;
	  line-height: 1.6rem;
}
  
  
  
  
  
}
@media only screen and (max-width: 768px) {
  .contact-content {
    max-width: 100%;
    text-align: left;
	top: -100px;
  }

  .contact-info {
    width: 100%;
    margin-top: 3.6rem;
  }
  
  
  .contact-content h5w {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 2.4rem;
	font-weight: bold;
}

  
  
  
  
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 400px) {
  .contact-info {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}


/* ===================================================================
 *  17. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#footer {
  margin: 0 0 5.4rem 0;
  padding: 0;
  font-size:  20px;
  color: #ffffff;
	background-color: #111D49

}


#footer span{
  margin: 0 0 5.4rem 0;
  padding: 0;
  font-size: 20px;
  color: #ffffff;
	

}


footer a, footer a:visited {
  color: #000000;

}
footer a:hover, footer a:focus {
  color: #f9a828;
}
footer .row {
  max-width: 1024px;

}

footer .col-twelve {
	  color: #000000;
  max-width: 1024px;
  

  
  
  
}

footer h4.h05 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 4.2rem;
  margin-bottom: 3.6rem;
}
footer h4.h05::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* footer main
 * --------------------------------- */
.footer-main {
  padding-top: 9.6rem;
  padding-bottom: 3rem;
}
.footer-main ul {
  font-size: 1rem;
  margin-left: 0;
}
.footer-main ul li {
  list-style: none;
  padding-left: 0;
}
.footer-main ul a, .footer-main ul a:visited {
  color: rgba(255, 255, 255, 0.4);
}
.footer-main ul a:hover, .footer-main ul a:focus {
  color: #FFFFFF;
}
.footer-main .subscribe-form {
  position: relative;
}
.footer-main #mc-form {
  margin: 0;
  padding: 0;
}
.footer-main #mc-form input[type="email"] {
  height: 6rem;
  padding: 1.5rem 8rem 1.5rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer-main #mc-form button {
  background-color: #f9a828;
  color: #000000;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-main #mc-form button:hover {
  background-color: #f89e0f;
}
.footer-main #mc-form button i {
  font-size: 1rem;
  line-height: 6rem;
  margin: 0;
  position: relative;
  left: .2rem;
}
.footer-main #mc-form label {
  color: #f9a828;
  font-family: "Noto Sans TC", sans-serif;
}

/* footer bottom
 * --------------------------------- */
.footer-bottom {

  text-align: center;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
   background-color: #202240

  
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;



}
.footer-bottom .copyright span {
  display: inline-block;
}
.footer-bottom .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
  display: none;
}

#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 700;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 63px;
  width: 60px;
  line-height: 63px;
  text-align: center;
background-color: #060f20;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {
background-color: #060f20;
  color: #888;
}
#go-top a:hover, #go-top a:focus {
background-color: #060f20;
  color: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 0;
    right: 0;
  }

  .footer-main {
    text-align: center;

  }

  .footer-main .row {
    max-width: 480px;
	
  }
  .footer-main [class*="col-"] {
    margin-bottom: 3.6rem;
  }

  footer h4.h05 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  footer h4.h05::after {
    left: 50%;
    margin-left: -50px;
  }
  

  
}
@media only screen and (max-width: 600px) {
  .footer-bottom {
    padding-bottom: .6rem;
  }
  .footer-bottom .copyright span {
    display: block;
  }
  .footer-bottom .copyright span::after {
    display: none;
  }
}








        .centera004 {
            text-align: center;
            color: #0984e3; /* 亮藍標題 */
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 30px;
            position: relative;
            animation: fadeIn 1s ease-in;
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
        }

        .centera004::before, .centera004::after {
            content: '✨';
            font-size: 2rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #ffeaa7; /* 淺黃星形符號 */
        }

        .centera004::before {
            left: -50px;
        }

        .centera004::after {
            right: -50px;
        }

        .highlightitema005 {
            background: linear-gradient(135deg, #74ebd5, #acb6e5); /* 淺藍綠到紫藍漸層 */
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
            display: flex;
            align-items: center; /* 垂直置中 */
            justify-content: flex-start; /* 水平從左開始 */
        }

        .highlightitema005:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, #55efc4, #81ecec); /* 懸停時更亮藍綠漸層 */
        }

        .highlightitema005 i {
            font-size: 2rem;
            margin-right: 15px;
            color: #2d9cdb; /* 較深的青藍色圖標 */
            display: flex;
            align-items: center; /* 確保圖標自身垂直置中 */
        }

        .highlighttexta006 {
			  font-family: "Noto Sans TC";
             font-size: 28px;
			font-weight: bold;
            color: #1a2a44; /* 深灰藍文字 */
            font-weight: 500;
            text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); /* 輕微文字陰影 */
            display: flex;
            align-items: center; /* 確保文字垂直置中 */
        }

        .containera001 {
            max-width: 100%;
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
        }

        .rowa002 {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(-1 * var(--bs-gutter-y));
            margin-right: calc(-0.5 * var(--bs-gutter-x));
            margin-left: calc(-0.5 * var(--bs-gutter-x));
        }

        .col12a003 {
            flex: 0 0 auto;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * 0.5);
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            margin-top: var(--bs-gutter-y);
        }

        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

      
 









 

        .centerb004 {
            text-align: left;
            color: #0984e3; /* 亮藍標題 */
            font-weight: bold;
            font-size: 2.5rem;
            margin-bottom: 30px;
            position: relative;
            animation: fadeIn 1s ease-in;
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
        }

        .centerb004::before, .centerb004::after {
			text-align: left;
            content: '✨';
            font-size: 2rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #ffeaa7; /* 淺黃星形符號 */
        }

        .centerb004::before {
            left: -50px;
        }

        .centerb004::after {
            right: -50px;
        }

        .highlightitemb005 {
            background: linear-gradient(135deg, #ffdab9, #ffb6c1); /* 淡珊瑚橙到淡粉紅漸層 */
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
            display: flex;
            align-items: center; /* 垂直置中 */
            justify-content: flex-start; /* 水平從左開始 */
        }

        .highlightitemb005:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, #ffe4b5, #ffc1cc); /* 懸停時淡橙到淡紫漸層 */
        }

        .highlightitemb005 i {
			text-align: left;
            font-size: 2rem;
            margin-right: 15px;
            color: #2d9cdb; /* 較深的青藍色圖標 */
            display: flex;
            align-items: center; /* 確保圖標自身垂直置中 */
        }

        .highlighttextb006 {
			  font-family: "Noto Sans TC";
              font-size: 28px;
			text-align: left;
			font-weight: bold;
            color: #1a2a44; /* 深灰藍文字 */
            font-weight: 500;
            text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); /* 輕微文字陰影 */
            display: flex;
            align-items: center; /* 確保文字垂直置中 */
        }

        .containerb001 {
            max-width: 100%;
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
        }

        .rowb002 {
			
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(-1 * var(--bs-gutter-y));
            margin-right: calc(-0.5 * var(--bs-gutter-x));
            margin-left: calc(-0.5 * var(--bs-gutter-x));
        }

        .col12b003 {
            flex: 0 0 auto;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * 0.5);
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            margin-top: var(--bs-gutter-y);
        }

        .highlighttextb006 ul {
            margin: 0;
            padding-left: 20px;
        }

        .highlighttextb006 li {
            margin-bottom: 8px;
        }


    .highlighttextb006 aaul {
            margin: 0;
            padding-left: 20px;
            list-style-type: none;
            display: block;
        }

        .highlighttextb006 aali {
            margin-bottom: 8px;
            display: list-item;
        }



        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @media (max-width: 768px) {
			
			
		  .centera004 {
				text-align: left;
                font-size: 2rem;
            }

            .centera004::before, .centera004::after {
				text-align: left;
                font-size: 1.5rem;
                left: -30px;
                right: -30px;
            }

            .highlighttexta006 {
				font-weight: bold;
				text-align: left;
                font-size: 20px;
            }

            .highlightitema005 i {
				text-align: left;
                font-size: 1.8rem;
            }
			
			
			
			
			
			
			
            .centerb004 {
                font-size: 2rem;
				text-align: left;
            }

            .centerb004::before, .centerb004::after {
				text-align: left;
                font-size: 1.5rem;
                left: -30px;
                right: -30px;
            }

            .highlighttextb006 {
				text-align: left;
                font-size: 20px;
				font-weight: bold;
            }

            .highlightitemb005 i {
				text-align: left;
                font-size: 1.8rem;
            }
        }
 











        @keyframes float {
            0% { transform: translateY(0) scale(1); opacity: 0.5; }
            50% { transform: translateY(-100px) scale(1.5); opacity: 0.8; }
            100% { transform: translateY(0) scale(1); opacity: 0.5; }
        }

        @keyframes spark {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; }
        }

        .containerc001 {
            max-width: 100%;
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }

        .centerc004 {
            text-align: center;
            color: #00b4d8; /* 螢光藍標題 */
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 40px;
            position: relative;
            animation: fadeIn 1s ease-in;
            text-shadow: 0 0 10px rgba(0, 180, 216, 0.8), 0 0 20px rgba(0, 180, 216, 0.4);
        }

        .centerc004::before, .centerc004::after {
            content: '🔷';
            font-size: 2rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #9b59b6; /* 電光紫 */
        }

        .centerc004::before {
            left: -50px;
        }

        .centerc004::after {
            right: -50px;
        }

        .timelinec015 {
            position: relative;
            padding: 20px 0;
        }

        .timelinec015::before {
            content: '';
            position: absolute;
            left: 50px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, #00b4d8, #9b59b6);
            border-radius: 2px;
        }

        .timeline-itemc016 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 40px;
            position: relative;
        }

        .timeline-markerc017 {
    width: 20px;
    height: 20px;
    background: #00b4d8;
    border-radius: 50%;
    position: absolute;
    left: 41px;
    top: 12px;
    box-shadow: 0 0 10px rgba(0, 180, 216, 0.8);
    animation: pulse 2s infinite ease-in-out;
    transition: background 0.3s ease, animation-duration 0.3s ease;
        }

        .timeline-itemc016:hover .timeline-markerc017 {
            background: #9b59b6;
            animation-duration: 1s;
        }

        @keyframes pulse {
            0% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 180, 216, 0.8); }
            50% { transform: scale(1.2); box-shadow: 0 0 15px rgba(0, 180, 216, 1); }
            100% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 180, 216, 0.8); }
        }

        .timeline-contentc018 {
            perspective: 1000px;
            margin-left: 80px;
            width: calc(100% - 80px);
            cursor: pointer;
            min-height: 100px;
            background: rgba(255, 255, 255, 0.1); /* 正面底色 */
            backdrop-filter: blur(10px); /* 玻璃擬態 */
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            padding: 20px;
            position: relative;
            transition: background 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden; /* 裁切浮水印 */
        }

        .timeline-contentc018.flipped {
            background: rgba(155, 89, 182, 0.2); /* 背面底色 */
            box-shadow: 0 0 15px rgba(155, 89, 182, 0.5); /* 溫和光暈 */
        }

        .watermarkc023 {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #ffffff;
            opacity: 0.2;
            font-size: 4rem;
            font-weight: 700;
            transform: rotate(-45deg);
            transform-origin: bottom right;
            pointer-events: none;
            z-index: -1;
        }

        .timeline-contentc018:hover:not(.flipped) {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 180, 216, 0.5);
        }

        .card-contentc022 {
            position: relative;
            width: 100%;
        }

        .card-frontc020, .card-backc021 {
            width: 100%;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .card-frontc020 {
            opacity: 1;
            transform: translateY(0);
        }

        .card-backc021 {
            opacity: 0;
            transform: translateY(10px);
            display: none;
            color: #ffffff;
          
            flex-direction: column;
            justify-content: center;
			
			
			
			font-family: "Noto Sans TC";
       
          
            font-size: 20px;
           
            justify-content: center;
			font-weight: bold;
			
			
			
			
			
			
			
        }

        .timeline-contentc018.flipped .card-frontc020 {
            opacity: 0;
            transform: translateY(-10px);
            display: none;
        }

        .timeline-contentc018.flipped .card-backc021 {
            opacity: 1;
            transform: translateY(0);
            display: flex;
        }

        .card-frontc020 i {
            font-size: 2rem;
            color: #132351; /* 螢光藍圖標 */
            margin-right: 15px;
            vertical-align: middle;
        }

        .coursetextc013 {
			  font-family: "Noto Sans TC";
            color: #ffffff; /* 白色文字 */
           font-size: 20px;
            font-weight: bold;
         
        }

        .coursetextc013 .day-title {
			  font-family: "Noto Sans TC";
           font-size: 26px;
            font-weight: bold;
            color: #2a4181;
            margin-bottom: 5px;
          
        }

        .notec014 {
            background: rgba(255, 255, 255, 0.1);
            
            border: 2px solid #9b59b6; /* 電光紫邊框 */
            border-radius: 10px;
            padding: 15px;
            margin-top: 20px;
            color: #ffffff;
            font-size: 20px;
            font-weight: bold;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }

        .notec014 aaul {
            margin: 0;
            padding-left: 20px;
            list-style-type: none;
            display: block;
        }

        .notec014 aali {
            margin-bottom: 8px;
            display: list-item;
        }

        .notec014 i {
            color: #00b4d8;
            margin-right: 8px;
        }

        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @media (max-width: 768px) {
            
            
                    .containerc001 {
            max-width: 100%;
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }
            
            .centerc004 {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            .centerc004::before, .centerc004::after {
                font-size: 1.5rem;
                left: -30px;
                right: -30px;
            }

            .timelinec015::before {
                left: 15px;
            }

            .timeline-markerc017 {
                left: 8px;
                top: 10px;
                width: 14px;
                height: 14px;
            }

            .timeline-contentc018 {
                margin-left: 40px;
                width: calc(100% - 40px);
                min-height: 100px;
                padding: 15px;
            }

            .watermarkc023 {
                font-size: 2.5rem;
                bottom: 0;
                right: 0;
            }

            .timeline-contentc018:hover:not(.flipped) {
                transform: none;
                box-shadow: none;
            }

            .card-frontc020, .card-backc021 {
                display: block;
            }

            .card-frontc020 {
                opacity: 1;
                transform: translateY(0);
            }

            .card-backc021 {
                opacity: 0;
                transform: translateY(10px);
                display: none;
            }

            .timeline-contentc018.flipped .card-frontc020 {
                opacity: 0;
                transform: translateY(-10px);
                display: none;
            }

            .timeline-contentc018.flipped .card-backc021 {
                opacity: 1;
                transform: translateY(0);
                display: block;
                animation: slideIn 0.3s ease-in;
            }

            .card-frontc020 i {
                font-size: 1.6rem;
                margin-bottom: 8px;
                margin-right: 0;
            }

            .coursetextc013 {
                font-size: 0.9rem;
            }

            .coursetextc013 .day-title {
                font-size: 1.1rem;
            }

            .card-backc021 {
                font-size: 0.9rem;
            }

            .notec014 {
                font-size: 0.9rem;
                padding: 15px;
            }

            @keyframes slideIn {
                0% { opacity: 0; transform: translateY(10px); }
                100% { opacity: 1; transform: translateY(0); }
            }
        }





















        @keyframes float {
            0% { transform: translateY(0) scale(1); opacity: 0.5; }
            50% { transform: translateY(-100px) scale(1.5); opacity: 0.8; }
            100% { transform: translateY(0) scale(1); opacity: 0.5; }
        }

        @keyframes spark {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; }
        }

        .containerd001 {
            max-width: 100%;
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }

        .centerd004 {
            text-align: center;
            color: #00b4d8; /* 螢光藍標題 */
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 40px;
            position: relative;
            animation: fadeIn 1s ease-in;
        }

        .centerd004::before, .centerd004::after {
            content: '🔷';
            font-size: 2rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #6495ed; /* 矢車菊藍 */
        }

        .centerd004::before {
            left: -50px;
        }

        .centerd004::after {
            right: -50px;
        }

        .timelined015 {
            position: relative;
            padding: 20px 0;
        }

        .timelined015::before {
            content: '';
            position: absolute;
            left: 50px;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(to bottom, #00b4d8, #6495ed); /* 螢光藍到矢車菊藍 */
            border-radius: 2px;
        }

        .timeline-itemd016 {
            display: flex;
            align-items: flex-start;
            margin-bottom: 40px;
            position: relative;
        }

        .timeline-markerd017 {
            width: 20px;
            height: 20px;
            background: #00b4d8;
            border-radius: 50%;
            position: absolute;
            left: 42px;
            top: 10px;
            box-shadow: 0 0 10px rgba(0, 180, 216, 0.8);
            animation: pulse 2s infinite ease-in-out;
            transition: background 0.3s ease, animation-duration 0.3s ease;
        }

        .timeline-itemd016:hover .timeline-markerd017 {
            background: #6495ed; /* 矢車菊藍 */
            animation-duration: 1s;
        }

        @keyframes pulse {
            0% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 180, 216, 0.8); }
            50% { transform: scale(1.2); box-shadow: 0 0 15px rgba(0, 180, 216, 1); }
            100% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 180, 216, 0.8); }
        }

        .timeline-contentd018 {
            perspective: 1000px;
            margin-left: 80px;
            width: calc(100% - 80px);
            cursor: pointer;
            min-height: 100px;
            background: rgba(255, 255, 255, 0.1); /* 正面底色 */
            backdrop-filter: blur(10px); /* 玻璃擬態 */
            border: 2px solid #4682b4; /* 鋼藍色邊框 */
            border-radius: 10px;
            padding: 20px;
            position: relative;
            transition: background 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden; /* 裁切浮水印 */
        }

        .timeline-contentd018::after {
            content: attr(data-watermark);
            position: absolute;
            bottom: 0;
            right: 0;
            color: #ffffff;
            opacity: 0.2;
            font-size: 4rem;
            font-weight: 700;
            transform: rotate(-45deg);
            transform-origin: bottom right;
            z-index: -1;
            pointer-events: none;
        }

        .timeline-contentd018.flipped {
            background: rgba(100, 149, 237, 0.2); /* 背面底色：矢車菊藍 */
            box-shadow: 0 0 15px rgba(100, 149, 237, 0.5); /* 藍紫光暈 */
        }

        .timeline-contentd018:hover:not(.flipped) {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 180, 216, 0.5);
        }

        .card-contentd022 {
            position: relative;
            width: 100%;
			 justify-content: center;
        }

        .card-frontd020, .card-backd021 {
            width: 100%;
            transition: opacity 0.3s ease, transform 0.3s ease;
			text-align: center;		
        }

        .card-frontd020 {
            opacity: 1;
            transform: translateY(0);
        }

        .card-backd021 {
            opacity: 0;
			font-family: "Noto Sans TC";
            transform: translateY(10px);
            display: none;
            color: #2f4f4f; /* 深灰藍文字 */
            font-size: 20px;
            flex-direction: column;
            justify-content: center;
			font-weight: bold;
        }

        .timeline-contentd018.flipped .card-frontd020 {
            opacity: 0;
            transform: translateY(-10px);
            display: none;
        }

        .timeline-contentd018.flipped .card-backd021 {
            opacity: 1;
            transform: translateY(0);
            display: flex;
        }

        .card-frontd020 i {
            font-size: 2rem;
			text-align: center;
            color: #2a4181; /* 螢光藍圖標 */
            margin-right: 15px;
            vertical-align: middle;
			 justify-content: center;
        }

        .coursetextd013 {
            color: #2f4f4f; /* 深灰藍文字 */
			  font-family: "Noto Sans TC";
			text-align: center;
            font-size: 20px;
            font-weight: bold;
        }

        .coursetextd013 .day-title {
			  font-family: "Noto Sans TC";
			text-align: center;
              font-size: 26px;
            font-weight: bold;
            color: #2a4181;
            margin-bottom: 5px;
        }

        .noted014 {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 2px solid #4682b4; /* 鋼藍色邊框 */
            border-radius: 10px;
            padding: 15px;
            margin-top: 20px;
            color: #2f4f4f; /* 深灰藍文字 */
            font-size: 20px;
            font-weight: bold;
        }

        .noted014 aaul {
            margin: 0;
            padding-left: 20px;
            list-style-type: none;
            display: block;
        }

        .noted014 aali {
            margin-bottom: 8px;
            display: list-item;
        }

        .noted014 i {
            color: #2a4181;
            margin-right: 8px;
        }

        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @media (max-width: 768px) {
            
                    .containerd001 {
            max-width: 100%;
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.75rem);
            padding-left: var(--bs-gutter-x, 0.75rem);
            margin-right: auto;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }
            
            
            .centerd004 {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            .centerd004::before, .centerd004::after {
                font-size: 1.5rem;
                left: -30px;
                right: -30px;
            }

            .timelined015::before {
                left: 15px;
            }

            .timeline-markerd017 {
                left: 8px;
                top: 10px;
                width: 14px;
                height: 14px;
            }

            .timeline-contentd018 {
                margin-left: 40px;
                width: calc(100% - 40px);
                min-height: 100px;
                padding: 15px;
            }

            .timeline-contentd018::after {
                font-size: 2.5rem;
                bottom: 0;
                right: 0;
            }

            .timeline-contentd018:hover:not(.flipped) {
                transform: none;
                box-shadow: none;
            }

            .card-frontd020, .card-backd021 {
                display: block;
            }

            .card-frontd020 {
                opacity: 1;
                transform: translateY(0);
            }

            .card-backd021 {
                opacity: 0;
                transform: translateY(10px);
                display: none;
            }

            .timeline-contentd018.flipped .card-frontd020 {
                opacity: 0;
                transform: translateY(-10px);
                display: none;
            }

            .timeline-contentd018.flipped .card-backd021 {
                opacity: 1;
                transform: translateY(0);
                display: block;
                animation: slideIn 0.3s ease-in;
            }

            .card-frontd020 i {
                font-size: 1.6rem;
                margin-bottom: 8px;
                margin-right: 0;
            }

            .coursetextd013 {
                font-size: 0.9rem;
            }

            .coursetextd013 .day-title {
                font-size: 1.1rem;
            }

            .card-backd021 {
                font-size: 0.9rem;
            }

            .noted014 {
                font-size: 0.9rem;
                padding: 15px;
            }

            @keyframes slideIn {
                0% { opacity: 0; transform: translateY(10px); }
                100% { opacity: 1; transform: translateY(0); }
            }
        }








        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #00b4d8; /* 螢光藍粒子 */
            border-radius: 50%;
            opacity: 0.8;
            animation: spark 0.5s ease-out forwards;
        }

        @keyframes spark {
            0% { transform: scale(1); opacity: 0.8; }
            100% { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; }
        }

        .containere003 {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
         
            position: relative;
			 text-align: center;
            z-index: 1;
        }

        .headerd004 {
            background: rgba(255, 255, 255, 0.1); /* 玻璃擬態底色 */
            backdrop-filter: blur(10px);
            border: 2px solid #4682b4; /* 鋼藍色邊框 */
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            position: relative; /* 用於衛星定位 */
        }

        .main-titled001 {
			
            color: #0077b6; /* 深海藍 */
			font-family: "Noto Sans TC";
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 20px;
            display: inline-block;
            position: relative;
            transition: color 0.3s ease;
            background-image: linear-gradient(
                -45deg,
                transparent 25%,
                rgba(0, 180, 216, 0.5) 50%,
                transparent 75%
            );
            background-size: 200%;
            background-position: 100%;
            -webkit-background-clip: text;
            background-clip: text;
            animation: shine 1s ease-in-out infinite 8s;
        }

        .main-titled001:hover {
            color: #00b4d8; /* 懸停變螢光藍 */
        }

        .main-titled001 span {
            display: inline-block;
            opacity: 0;
            animation: fadeInText 0.5s ease forwards;
        }

        .main-titled001 .star {
            color: #ffffff; /* 白色星星 */
            text-shadow: 0 0 10px rgba(0, 180, 216, 0.8);
            animation: starSpin 1s ease-in-out forwards;
            transition: color 0.3s ease;
        }

        .main-titled001:hover .star {
            color: #00b4d8; /* 星星懸停變螢光藍 */
        }

        /* 逐字淡入動畫 */
        .main-titled001 span:nth-child(1) { animation-delay: 0.1s; }
        .main-titled001 span:nth-child(2) { animation-delay: 0.2s; }
        .main-titled001 span:nth-child(3) { animation-delay: 0.3s; }
        .main-titled001 span:nth-child(4) { animation-delay: 0.4s; }
        .main-titled001 span:nth-child(5) { animation-delay: 0.5s; }
        .main-titled001 span:nth-child(6) { animation-delay: 0.6s; }
        .main-titled001 span:nth-child(7) { animation-delay: 0.7s; }
        .main-titled001 span:nth-child(8) { animation-delay: 0.8s; }
        .main-titled001 span:nth-child(9) { animation-delay: 0.9s; }
        .main-titled001 span:nth-child(10) { animation-delay: 1s; }
        .main-titled001 span:nth-child(11) { animation-delay: 1.1s; }
        .main-titled001 span:nth-child(12) { animation-delay: 1.2s; }
        .main-titled001 span:nth-child(13) { animation-delay: 1.3s; }
        .main-titled001 span:nth-child(14) { animation-delay: 1.4s; }
        .main-titled001 span:nth-child(15) { animation-delay: 1.5s; }
        .main-titled001 span:nth-child(16) { animation-delay: 1.6s; }
        .main-titled001 span:nth-child(17) { animation-delay: 1.7s; }
        .main-titled001 span:nth-child(18) { animation-delay: 1.8s; }

        @keyframes fadeInText {
            0% { opacity: 0; transform: translateY(20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @keyframes starSpin {
            0% { transform: rotate(0deg) scale(0.5); opacity: 0; }
            100% { transform: rotate(360deg) scale(1); opacity: 1; }
        }

        @keyframes shine {
            0% { background-position: 100%; }
            100% { background-position: 0%; }
        }

        .sub-titlee002 {
            color: #2f4f4f; /* 深灰藍 */
            		  font-family: "Noto Sans TC";
			text-align: center;
              font-size: 26px;
            font-weight: bold;
            line-height: 1.5;
            max-width: 90%;
            margin: 0 auto;
            opacity: 0;
            animation: slideIn 0.8s ease-in-out forwards;
            animation-delay: 0.5s;
            transition: color 0.3s ease;
        }

        .sub-titlee002:hover {
            color: #00b4d8; /* 懸停變螢光藍 */
        }

        @keyframes slideIn {
            0% { opacity: 0; transform: translateY(30px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        /* 衛星動畫 */
        .satellited005 {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 1.5rem;
            color: #00b4d8; /* 螢光藍 */
            text-shadow: 0 0 5px rgba(0, 180, 216, 0.5);
            animation: orbitFade 6s linear infinite;
            z-index: 2;
        }

        @keyframes orbitFade {
            0% {
                opacity: 0.2;
                transform: rotate(0deg) translateX(30px) rotate(0deg);
            }
            50% {
                opacity: 0.8;
                transform: rotate(180deg) translateX(30px) rotate(-180deg);
            }
            100% {
                opacity: 0.2;
                transform: rotate(360deg) translateX(30px) rotate(-360deg);
            }
        }

        @media (max-width: 768px) {
            .containerd003 {
            max-width: 100%;
            width: 100%;
             
            }

            .headerd004 {
                padding: 15px;
            }

            .main-titled001 {
               			font-family: "Noto Sans TC";
            font-size: 30px;
            font-weight: bold;
                margin-bottom: 15px;
                background-image: linear-gradient(
                    -45deg,
                    transparent 30%,
                    rgba(0, 180, 216, 0.4) 50%,
                    transparent 70%
                );
                background-size: 200%;
                background-position: 100%;
                animation: shine 1s ease-in-out infinite 8s;
            }

            .sub-titlee002 {
                		  font-family: "Noto Sans TC";
			text-align: center;
              font-size: 20px;
            font-weight: bold;
                line-height: 1.6;
                max-width: 90%;
            }

            .satellited005 {
                font-size: 1rem;
                top: 5px;
                left: 5px;
                animation: orbitFade 6s linear infinite;
            }

            @keyframes orbitFade {
                0% {
                    opacity: 0.2;
                    transform: rotate(0deg) translateX(20px) rotate(0deg);
                }
                50% {
                    opacity: 0.8;
                    transform: rotate(180deg) translateX(20px) rotate(-180deg);
                }
                100% {
                    opacity: 0.2;
                    transform: rotate(360deg) translateX(20px) rotate(-360deg);
                }
            }
        }





	
        .containerf003 {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
     
            position: relative;
            z-index: 1;
        }

        .headerf004 {
            background: rgba(255, 255, 255, 0.1); /* 玻璃擬態底色 */
            backdrop-filter: blur(10px);
            border: 2px solid #4682b4; /* 鋼藍色邊框 */
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            position: relative; /* 用於衛星定位 */
        }

        .main-titlef001 {
            color: #0077b6; /* 深海藍 */
            		  font-family: "Noto Sans TC";
			text-align: center;
              font-size: 36px;
			line-height: 40px;
            font-weight: bold;
            margin-bottom: 20px;
            display: inline-block;
            position: relative;
            transition: color 0.3s ease;
            will-change: transform, opacity;
        }

  

        .main-titlef001 span {

			           		  font-family: "Noto Sans TC";
			text-align: center;
              font-size: 36px;
            font-weight: bold;
			display: inline-block;
            opacity: 0;
            animation: popIn 0.5s ease-out forwards;
            transition: transform 0.2s ease;
        }

        .main-titlef001:hover span {
            transform: scale(1.1); /* 懸停時逐字放大 */
        }

        /* 逐字縮放彈入動畫 */
        .main-titlef001 span:nth-child(1) { animation-delay: 0.1s; }
        .main-titlef001 span:nth-child(2) { animation-delay: 0.2s; }
        .main-titlef001 span:nth-child(3) { animation-delay: 0.3s; }
        .main-titlef001 span:nth-child(4) { animation-delay: 0.4s; }
        .main-titlef001 span:nth-child(5) { animation-delay: 0.5s; }
        .main-titlef001 span:nth-child(6) { animation-delay: 0.6s; }
        .main-titlef001 span:nth-child(7) { animation-delay: 0.7s; }
        .main-titlef001 span:nth-child(8) { animation-delay: 0.8s; }
        .main-titlef001 span:nth-child(9) { animation-delay: 0.9s; }
        .main-titlef001 span:nth-child(10) { animation-delay: 1.0s; }
        .main-titlef001 span:nth-child(11) { animation-delay: 1.1s; }
        .main-titlef001 span:nth-child(12) { animation-delay: 1.2s; }
        .main-titlef001 span:nth-child(13) { animation-delay: 1.3s; }
        .main-titlef001 span:nth-child(14) { animation-delay: 1.4s; }
        .main-titlef001 span:nth-child(15) { animation-delay: 1.5s; }

        @keyframes popIn {
            0% { opacity: 0; transform: scale(0.5); }
            100% { opacity: 1; transform: scale(1); }
        }

        .sub-titlef002 {
            color: #2f4f4f; /* 深灰藍 */
			 font-family: "Noto Sans TC";
   	text-align: center;
              font-size: 26px;
            font-weight: bold;
            line-height: 1.5;
            max-width: 90%;
            margin: 0 auto;
            opacity: 0;
            animation: slideIn 0.8s ease-in-out forwards;
            animation-delay: 0.5s;
            transition: color 0.3s ease;
        }

        .sub-titlef002:hover {
            color: #00b4d8; /* 懸停變螢光藍 */
        }

        @keyframes slideIn {
            0% { opacity: 0; transform: translateY(30px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        /* 衛星動畫 */
        .satellitef005 {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 1.5rem;
            color: #00b4d8; /* 螢光藍 */
            text-shadow: 0 0 5px rgba(0, 180, 216, 0.5);
            animation: orbitFade 6s linear infinite;
            z-index: 2;
        }

        @keyframes orbitFade {
            0% {
                opacity: 0.2;
                transform: rotate(0deg) translateX(30px) rotate(0deg);
            }
            50% {
                opacity: 0.8;
                transform: rotate(180deg) translateX(30px) rotate(-180deg);
            }
            100% {
                opacity: 0.2;
                transform: rotate(360deg) translateX(30px) rotate(-360deg);
            }
        }

        @media (max-width: 768px) {
            .containerf003 {
			             max-width: 100%;
            width: 100%;	
             
            }

            .headerf004 {
                padding: 15px;
            }

            .main-titlef001 {
             font-family: "Noto Sans TC";
            font-size: 24px;
            font-weight: bold;
				line-height: 34px;
                margin-bottom: 15px;
            }

            .main-titlef001 span {
				font-family: "Noto Sans TC";
            font-size: 24px;
				line-height: 34px;
            font-weight: bold;
                animation: popIn 0.5s ease-out forwards;
            }

            @keyframes popIn {
                0% { opacity: 0; transform: scale(0.6); }
                100% { opacity: 1; transform: scale(1); }
            }

            .main-titlef001:hover span {
				line-height: 34px;
                transform: scale(1.1); /* 手機版懸停放大 */
            }

            .sub-titlef002 {
                 	text-align: center;
              font-size: 16px;
            font-weight: bold;
                line-height: 1.6;
                max-width: 90%;
            }

            .satellitef005 {
                font-size: 1rem;
                top: 5px;
                left: 5px;
                animation: orbitFade 6s linear infinite;
            }

            @keyframes orbitFade {
                0% {
                    opacity: 0.2;
                    transform: rotate(0deg) translateX(20px) rotate(0deg);
                }
                50% {
                    opacity: 0.8;
                    transform: rotate(180deg) translateX(20px) rotate(-180deg);
                }
                100% {
                    opacity: 0.2;
                    transform: rotate(360deg) translateX(20px) rotate(-360deg);
                }
            }
        }






        .containerg006 {
          max-width: 100%;
            width: 100%;
            margin: 0 auto;
     
            position: relative;
            z-index: 1;
        }

        .headerg007 {
            background: rgba(255, 255, 255, 0.1); /* 玻璃擬態底色 */
            backdrop-filter: blur(10px);
            border: 2px solid #4682b4; /* 鋼藍色邊框 */
            border-radius: 10px;
            padding: 30px;
            text-align: center;
        }

  #about72 .titleg008 {
            color: #000000; /* 深海藍 */
            font-family: "Noto Sans TC";
            font-size: 36px;
			line-height: 40px;
			font-weight: bold;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: color 0.3s ease;
        }

        .titleg008:hover {
            color: #00b4d8; /* 懸停變螢光藍 */
        }

  #about72 .refund-listg009 {
            text-align: left;
            color: #2f4f4f; /* 深灰藍 */
            font-family: "Noto Sans TC";
            font-size: 22px;
			line-height: 28px;
			font-weight: bold;
            max-width: 90%;
            margin: 0 auto;
            padding: 0;
            list-style-type: disc;
        }

        .refund-listg009 li {
            margin-bottom: 12px;
        }

        .refund-listg009 strong {
            font-weight: 700; /* 日期加粗 */
        }

        @media (max-width: 768px) {
            .containerg006 {
            max-width: 100%;
            width: 100%;
               
            }

            .headerg007 {
                padding: 20px;
            }

 #about72 .titleg008 {
                font-size: 1.8rem;
                margin-bottom: 15px;
            }

 #about72 .refund-listg009 {
        font-family: "Noto Sans TC";
            font-size: 18px;
			line-height: 22px;
			font-weight: bold;
                max-width: 90%;
            }

            .refund-listg009 li {
                margin-bottom: 10px;
            }
        }




   
        .containerg014 {
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
          
            position: relative;
            z-index: 1;
        }

        .headerg015 {
            background: rgba(255, 255, 255, 0.1); /* 玻璃擬態底色 */
            backdrop-filter: blur(10px);
            border: 2px solid #4682b4; /* 鋼藍色邊框 */
            border-radius: 10px;
            padding: 30px;
            text-align: center;
        }

        .titleg016 {
            color: #0077b6; /* 深海藍 */
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: color 0.3s ease;
        }

        .titleg016:hover {
            color: #00b4d8; /* 懸停變螢光藍 */
        }

        .info-listg017 {
            width: 100%; /* 填滿父容器 */
            text-align: left;
        }

        .info-blockg020 {
            display: grid;
            grid-template-columns: 150px 1fr;
            gap: 0; /* 移除 Grid 間距 */
            background: rgba(255, 255, 255, 0.05); /* 降低透明度 */
            backdrop-filter: blur(4px); /* 降低模糊 */
            border: 1px solid #00b4d8; /* 螢光藍邊框 */
            border-radius: 8px;
            padding: 0; /* 移除內邊距 */
            margin-bottom: 15px; /* 框框間距 */
            box-shadow: 0 0 8px rgba(0, 180, 216, 0.5); /* 霓虹發光 */
            transition: background 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer; /* 可點選提示 */
            width: 100%; /* 自適應 100% */
        }

        .info-blockg020:hover {
            background: rgba(255, 255, 255, 0.1); /* 懸停背景變亮 */
            box-shadow: 0 0 12px rgba(0, 180, 216, 0.7); /* 懸停發光增強 */
        }

        .info-blockg020.active {
            background: rgba(255, 255, 255, 0.15); /* 點選後高亮 */
            box-shadow: 0 0 15px rgba(0, 180, 216, 0.7); /* 點選後發光更強 */
        }

        .info-itemg018 {
            color: #2a4181; /* 深海藍 */
            font-family: "Noto Sans TC";
            font-size: 26px;
			line-height: 30px;
			font-weight: bold;
            text-align: center; /* 置中 */
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(0, 119, 182, 0.2); /* 深藍底色 */
            width: 100%; /* 填滿容器 */
            height: 100%; /* 填滿容器 */
            box-sizing: border-box; /* 避免溢出 */
            margin: 0; /* 移除外邊距 */
            padding: 8px; /* 文字不貼邊 */
            transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
        }

        .info-blockg020:hover .info-itemg018 {
            background: rgba(0, 119, 182, 0.3); /* 懸停底色變亮 */
        }

        .info-blockg020.active .info-itemg018 {
            color: #00b4d8; /* 點選後變螢光藍 */
            background: rgba(0, 180, 216, 0.3); /* 點選後螢光藍底 */
            transform: scale(1.05); /* 點選後放大 */
        }

        .info-descriptiong019 {
            color: #2f4f4f; /* 深灰藍 */
            font-family: "Noto Sans TC";
            font-size: 20px;
			line-height: 1.6;
			font-weight: bold;

            background: rgba(0, 180, 216, 0.1); /* 淺藍底色 */
            width: 100%; /* 填滿容器 */
            height: 100%; /* 填滿容器 */
            box-sizing: border-box; /* 避免溢出 */
            margin: 0; /* 移除外邊距 */
            padding: 8px; /* 文字不貼邊 */
            text-align: left; /* 靠左 */
        }

         .info-descriptiong019a {
            color: #2f4f4f; /* 深灰藍 */
            font-family: "Noto Sans TC";
            font-size: 20px;
			line-height: 1.6;
			font-weight: bold;

            background: rgba(0, 180, 216, 0.1); /* 淺藍底色 */
            width: 100%; /* 填滿容器 */
            height: 100%; /* 填滿容器 */
            box-sizing: border-box; /* 避免溢出 */
            margin: 0; /* 移除外邊距 */
            padding: 8px; /* 文字不貼邊 */
            text-align: left; /* 靠左 */
        }


        .info-blockg020:hover .info-descriptiong019 {
            background: rgba(0, 180, 216, 0.15); /* 懸停底色變亮 */
        }

        .info-blockg020.active .info-descriptiong019 {
            background: rgba(0, 180, 216, 0.2); /* 點選後底色增強 */
        }

        .info-descriptiong019 ul {
            list-style-type: disc;
            padding-left: 20px;
            margin: 10px 0 0 0;
        }

        .info-descriptiong019 ul li {
            margin-bottom: 8px;
        }

        @media (max-width: 768px) {
            .containerg014 {
             max-width: 100%;
            width: 100%;
              
            }

            .headerg015 {
                padding: 20px;
            }

            .titleg016 {
                font-size: 1.8rem;
                margin-bottom: 15px;
            }

            .info-listg017 {
                width: 100%; /* 填滿父容器 */
            }

            .info-blockg020 {
                display: block;
                padding: 0;
                margin-bottom: 15px;
                width: 100%; /* 自適應 100% */
            }

            .info-itemg018 {
                font-family: "Noto Sans TC";
            font-size: 20px;
			line-height: 22px;
			font-weight: bold;
                text-align: center; /* 手機版置中 */
                margin-bottom: 8px;
                padding: 8px; /* 文字不貼邊 */
                background: rgba(0, 119, 182, 0.2); /* 深藍底色 */
                width: 100%; /* 填滿容器 */
                height: auto; /* 高度自適應 */
                margin: 0; /* 移除外邊距 */
            }

            .info-blockg020:hover .info-itemg018 {
                background: rgba(0, 119, 182, 0.3);
            }

            .info-blockg020.active .info-itemg018 {
                color: #00b4d8;
                background: rgba(0, 180, 216, 0.3);
                transform: scale(1.05);
            }

            .info-descriptiong019 {
       font-family: "Noto Sans TC";
            font-size: 18px;

                line-height: 1.6;
                background: rgba(0, 180, 216, 0.1); /* 淺藍底色 */
                width: 100%; /* 填滿容器 */
                height: auto; /* 高度自適應 */
                padding: 8px; /* 文字不貼邊 */
                margin: 0; /* 移除外邊距 */
            }

		   .info-descriptiong019a {
            font-family: "Noto Sans TC";
            font-size: 16px;

                line-height: 1.6;
                background: rgba(0, 180, 216, 0.1); /* 淺藍底色 */
                width: 100%; /* 填滿容器 */
                height: auto; /* 高度自適應 */
                padding: 8px; /* 文字不貼邊 */
                margin: 0; /* 移除外邊距 */
        }	
			
			
			
            .info-blockg020:hover .info-descriptiong019 {
                background: rgba(0, 180, 216, 0.15);
            }

            .info-blockg020.active .info-descriptiong019 {
                background: rgba(0, 180, 216, 0.2);
            }

            .info-descriptiong019 ul {
                padding-left: 20px;
                margin: 8px 0 0 0;
            }

            .info-descriptiong019 ul li {
                margin-bottom: 6px;
            }
        }