@charset "UTF-8";
/* CSS Document */

section, article, aside, footer, header, nav, h2 { display:block;}

body { padding:0; margin:0 auto; color: #414141; font-size:1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; background-color: #fff; position: relative;}
img { border:0; display: block;}

html, body { height: 100%;}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

div.brk { clear: both;}


/************ video box ************/
.video-container { position:relative; padding-bottom:56.25%; padding-top:30px; width:100%; height: 0px; overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}


/************ video box ************/
.page-num { clear: both; width: 100%; margin: 80px 0 0 0;}
.page-num ul.page { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.page-num ul.page li { padding: 0; margin: 0 5px 10px 5px;}
.page-num ul.page li a { padding: 5px 10px; color: #414141; font-size: 0.8em; text-decoration: none; border: 1px #ccc solid; display: block;}
.page-num ul.page li a:hover { background-color: #eee;}
.page-num ul.page li a.sel { color: #fff; background-color: #999;}


ul.ch-num { padding: 0 0 0 38px; margin: 0; list-style-type: cjk-ideographic; display: block;}
ul.ch-num li { padding: 0; margin: 0;}
ul.num { padding: 0 0 0 28px; margin: 0; list-style-type: decimal; display: block;}
ul.num li { padding: 0; margin: 0;}


@media screen and (min-width: 1370px) {

  /************ header + nav ************/

  header { width: 100%; height: 130px; border-bottom: 1px #eee solid; display: flex; justify-content: flex-start; align-items: center;}
  
  .header-logo { width: 310px;}
  .header-logo img { margin: 0 auto;}

  nav#mo { display: none;}

  nav#pc { width: calc(100% - 620px);}
  nav#pc ul.nav-menu { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center;}
  nav#pc ul.nav-menu li { padding: 0; margin: 0;}
  nav#pc ul.nav-menu li a { height: 130px; padding: 70px 0 0 0; margin: 0 25px 0 25px; color: #CEA755; font-size: 1.2em; text-decoration: none; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li a:hover {}

  .header-icons-mo { display: none;}

  .header-icons { width: 310px; height: 130px; background-color: #2B3362;}
  .header-icons ul.icons { width: 100%; height: 100%; padding: 0 20px; margin: 0; list-style: none; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .header-icons ul.icons li { width: calc(100% / 3); padding: 0; margin: 0; font-size: 1.4em; text-align: center;}
  .header-icons ul.icons li a { color: #fff; text-decoration: none;}
  .header-icons ul.icons li a:hover { color: #CEA755;}


  /************ banner ************/

  #banner { clear: both; width: 100%; height: 37vw; overflow: hidden;}
  #banner img { width: 100%; height: auto;}


  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .page-title-y { clear: both; width: 100%; margin: 0 0 60px 0; color: #2B3362; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-y img { clear: both; margin: 0 auto;}
  .page-title-w { clear: both; width: 100%; margin: 0 0 60px 0; color: #CEA755; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-w img { clear: both; margin: 0 auto;}

  .hp-service-list { clear: both; width: 100%; padding: 0 50px; box-sizing: border-box; display: flex; justify-content: center; flex-wrap: wrap;}
  .hp-service-list a { text-decoration: none;}
  .hp-service-list .circle-box { width: 220px; height: 220px; margin: 0 35px 60px 35px; text-align: center; border-radius: 100%; border: 6px #CEA755 solid; background-color: #2B3362; box-sizing: border-box; overflow: hidden;}
  .hp-service-list .circle-box .icon { margin: 20px 0 10px 0; color: #CEA755; font-size: 4.2em;}
  .hp-service-list .circle-box .text { color: #CEA755; font-size: 1.4em;}

  .readme-bt { clear: both; width: 100%;}
  .readme-bt a { width: 160px; padding: 10px 0; margin: 0 auto; color: #fff; font-size: 1.2em; font-weight: 500; text-align: center; text-decoration: none; border-radius: 10px; background-color: #CEA755; display: block;}
  .readme-bt a:hover { }


  /************ section#hp-charge ************/

  section#hp-charge { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box; background-image: url("../images/hp_charge_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  .hp-charge-list { clear: both; width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;}
  .hp-charge-list .charge-box { width: calc(100% / 3 - 40px); padding: 60px 40px; margin: 0 20px 40px 20px; border: 4px #CEA755 solid; border-radius: 50px; background-color: rgba(255,255,255,0.9); box-sizing: border-box;}
  .hp-charge-list .charge-box .title-bar { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; color: #CEA755; font-size: 1.8rem; font-weight: 500; text-align: center; border-bottom: 1px #CEA755 solid;}
  .hp-charge-list .charge-box .list { width: 100%; padding: 20px 0; text-align: center;}
  .hp-charge-list .charge-box .list span.capt { font-size: 1.4rem; font-weight: 500;}
  .hp-charge-list .charge-box .list span.colu { font-size: 1rem;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 80px 0;}

  .about-content { clear: both; width: 100%; background-color: #2B3362; display: flex; justify-content: center; align-items: stretch;}
  .about-content .column-lf { width: calc(50% - 245px); background-image: url("../images/hp_about_pic_1.jpg"); background-repeat: no-repeat; background-position: right top; background-size: cover;}
  .about-content .column-md { width: 490px; padding: 100px 0; color: #fff; font-size: 1.4em; line-height: 2em;}
  .about-content .column-rt { width: calc(50% - 245px); background-image: url("../images/hp_about_pic_2.jpg"); background-repeat: no-repeat; background-position: left top; background-size: cover;}


  /************ section#hp-news ************/

  section#hp-news { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .news-list-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch;}
  .news-list-full .news-box { width: calc(100% / 4 - 30px); height: 400px; margin: 0 15px; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .news-list-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .news-list-full .news-box a { color: #414141; text-decoration: none;}
  .news-list-full .news-box img { width: auto; height: 100%;}
  .news-list-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .news-list-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .news-list-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}


  /************ page-banner ************/

  #page-banner { clear: both; width: 100%; height: 19vw; overflow: hidden;}
  #page-banner img { width: 100%; height: auto;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .page-about-content { width: 100%;}
  .page-about-content .pic-box { width: 100%; height: 310px; overflow: hidden;}
  .page-about-content .pic-box img { width: 100%; height: auto;}
  .page-about-content .content { width: 100%; padding: 90px 410px; color: #fff; font-size: 1.3em; line-height: 1.8em; background-color: #2B3362; box-sizing: border-box;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .page-service-content { clear: both; width: 70%; margin: 0 auto;}
  .page-service-content .page-title-s { width: 400px; padding: 10px 0; margin: 0 auto 80px auto; color: #CEA755; font-size: 1.6em; font-weight: 600; background-color: #2B3362; display: flex; justify-content: center; align-items: center;}
  .page-service-content .page-title-s span.icon { padding: 0 10px 0 0; font-size: 2rem;}
  .page-service-content .page-content { width: 100%; margin: 0 auto; font-size: 1.2em; line-height: 2em;}
  .page-service-content .page-content span.style-title1 { padding: 5px 10px; color: #2B3362; font-weight: 600; background-color: #CEA755;}
  .page-service-content .page-content ul.style-center { clear: both; width: 240px; padding: 0; margin: 0 auto; list-style: none; display: block;}
  .page-service-content .page-content ul.style-center li { padding: 0; margin: 0 0 20px 0;}
  .page-service-content .page-content a { color: #666; border-bottom: 1px #666 dashed; text-decoration: none;}
  .page-service-content .page-content a:hover { color: #414141; border-bottom: 1px #414141 dashed;}

  img.serv-4-pic { max-width: 100%; height: auto; margin: 0 auto;}
  img.serv-4-pic-mo { display: none;}

  img.serv-6-pic { max-width: 100%; height: auto; margin: 0 auto;}
  img.serv-6-pic-mo { display: none;}


  /************ section#page-news ************/

  section#page-news { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .page-news-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-news-full .news-box { width: calc(100% / 4 - 30px); height: 400px; margin: 0 15px 30px 15px; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .page-news-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .page-news-full .news-box a { color: #414141; text-decoration: none;}
  .page-news-full .news-box img { width: auto; height: 100%;}
  .page-news-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .page-news-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .page-news-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}

  .page-news-content { clear: both; width: 100%;}
  .page-news-content .title { width: 100%; color: #2B3362; font-size: 1.4em; font-weight: 600; line-height: 1.2em; text-align: center;}
  .page-news-content .date { width: 100%; padding: 20px 0; color: #666; font-size: 0.9em; text-align: right; border-bottom: 1px #ccc solid;}
  .page-news-content .content { width: 100%; padding: 40px; font-size: 1.1em; line-height: 1.8em; box-sizing: border-box;}
  .page-news-content .content a { color: #414141; border-bottom: 1px #414141 dashed; text-decoration: none;}
  .page-news-content .content a:hover { color: #2B3362; border-bottom: 1px #2B3362 dashed;}

  .goback-bt { clear: both; width: 140px;}
  .goback-bt a { width: 100%; padding: 6px 0; margin: 80px 0 0 0; color: #fff; font-size: 1.1em; text-align: center; text-decoration: none; background-color: #2B3362; display: block;}


  /************ section#page-coop ************/

  section#page-coop { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .page-coop-content { clear: both; width: 100%;}
  .page-coop-content ul.coop-team-list { width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-coop-content ul.coop-team-list li { width: calc(100% / 3 - 40px); padding: 0; margin: 0 20px;}
  .page-coop-content ul.coop-team-list li a { width: 100%; padding: 50px 0; color:#CEA755; border: 3px #fff solid; border-radius: 40px; text-decoration: none; box-sizing: border-box; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; position: relative;}
  .page-coop-content ul.coop-team-list li a:hover { border-bottom: 3px #f1f1f1 solid; border-top: 3px #f1f1f1 solid;}
  .page-coop-content ul.coop-team-list li a .team-title { width: 60%; padding: 20px 10px; text-align: right; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-dot { width: 9px; height: 9px; background-color: #FFF; border: 3px solid #2B3362; border-radius: 100%; position: absolute; top: 38px; left: calc(60% - 7.5px);}
  .page-coop-content ul.coop-team-list li a .team-name { width: 40%; padding: 20px 5px; border-left: 1px solid #2B3362; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-pic { width: 180px; height: 180px; margin: 0 0 0 75px; border-radius: 100%; overflow: hidden;}
  .page-coop-content ul.coop-team-list li a .team-pic img { width: 100%; height: auto;}

  .page-coop-content .coop-sort-title { width: 100%; padding: 5px 0; margin: 40px 0; color: #fff; font-size: 1.6rem; font-weight: 500; text-align: center; border-radius: 10px; background-color: #CEA755;}

  .page-team-people-infor { clear: both; width: 80%; margin: 0 auto 40px auto;}
  .page-team-people-infor .people-title { width: 100%; padding: 5px 20px; color: #fff; font-size: 1.4em; font-weight: 600; border-radius: 8px; background-color: #CEA755; box-sizing: border-box;}
  .page-team-people-infor .people-intro { width: 80%; padding: 20px 0; margin: 0 auto;}
  .page-team-people-infor .people-intro img.photo { width: 30%; float: right;}
  .page-team-people-infor .people-intro .text { width: 70%; padding: 0 40px 0 0; font-size: 1.2em; line-height: 1.8em; box-sizing: border-box; float: left;}
  .page-team-people-infor .people-exp { clear: both; width: 80%; margin: 40px auto 0 auto;}
  .page-team-people-infor .people-exp .exp-title { width: 100%; margin: 0 0 20px 0;}
  .page-team-people-infor .people-exp .exp-title span { padding: 3px 15px; color: #fff; font-size: 1.2em; font-weight: 600; background-color: #CEA755;}
  .page-team-people-infor .people-exp ul.exp-list { width: 100%; padding: 0 0 0 40px; margin: 0 0 40px 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-team-people-infor .people-exp ul.exp-list li { width: 100%; padding: 10px 0; margin: 0; font-size: 1.1em; border-bottom: 1px #CEA755 dashed;}


  /************ section#page-contact ************/

  section#page-contact { clear: both; width: 100%; padding: 80px calc(50% - 650px); margin: 80px 0; background-image: url("../images/contact_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top; box-sizing: border-box;}

  .page-contact-content { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-contact-content .column-lf { width: 40%; background-image: url("../images/contact_pic_1.jpg"); background-repeat: no-repeat; background-position: left top; background-size: cover; display: block;}
  .page-contact-content .column-lf img { display: none;}
  .page-contact-content .column-rt { width: 60%; padding: 30px; font-size: 1.1em; line-height: 2em; background-color: #fff; box-sizing: border-box;}
  .page-contact-content .column-rt span.style-text { font-size: 1.2em; font-weight: 600;}
  .page-contact-content .column-rt .contact-table { width: 100%; margin: 30px 0 0 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}

  input.style1 { width: calc(50% - 5px); padding: 8px 10px; margin: 0 5px 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style2 { width: calc(50% - 5px); padding: 8px 10px; margin: 0 0 10px 5px; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style3 { width: 100%; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .column-full { clear: both; width: 100%; margin: 0 0 10px 0; font-size: 1.1em;}
  textarea.style4 { width: 100%; height: 80px; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style5 { width: 180px; padding: 8px 10px; margin: 0 10px; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input[type=submit] { width: 120px; padding: 8px 10px; color: #CEA755; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #2B3362; box-sizing: border-box; cursor: pointer;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 80px calc(50% - 650px); box-sizing: border-box;}

  .page-sitemap { width: 100%;}
  .page-sitemap ul.nav-list { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  .page-sitemap ul.nav-list li { padding: 0; margin: 0 20px 40px 20px;}
  .page-sitemap ul.nav-list li a { color: #414141; font-size: 1.2em; text-decoration: none;}
  .page-sitemap ul.nav-list li a:hover { border-bottom: 1px #414141 solid;}
  

  /************ footer ************/

  footer { clear: both; width: 100%; padding: 80px calc(50% - 650px); background-color: #CEA755; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  
  .footer-column { width: calc(100% / 4);}

  img.footer-logo { width: 168px; height: auto;}

  ul.footer-nav { width: 90%; padding: 0; margin: 0 auto; list-style: none; display: block;}
  ul.footer-nav li { width: 100%; padding: 0; margin: 0; text-align: center;}
  ul.footer-nav li a { color: #fff; line-height: 2em; text-decoration: none;}
  ul.footer-nav li a:hover { border-bottom: 1px #fff solid;}
  
  iframe { width: 340px; height: 130px; margin: 0 auto;}

  img.footer-qrcode { width: 160px; height: auto; float: right;}

  .copyright { clear: both; width: 100%; margin: 80px 0 0 0; color: #fff; line-height: 1.2em; text-align: center;}
  .copyright a { color: #fff; text-decoration: none;}


}

@media screen and (min-width: 1024px) and (max-width: 1369px) {

  /************ header + nav ************/

  header { width: 100%; height: 130px; border-bottom: 1px #eee solid; display: flex; justify-content: flex-start; align-items: center;}
  
  .header-logo { width: 240px;}
  .header-logo img { width: 200px; height: auto; margin: 0 auto;}

  nav#mo { display: none;}

  nav#pc { width: calc(100% - 480px);}
  nav#pc ul.nav-menu { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center;}
  nav#pc ul.nav-menu li { padding: 0; margin: 0;}
  nav#pc ul.nav-menu li a { height: 130px; padding: 70px 0 0 0; margin: 0 10px 0 10px; color: #CEA755; font-size: 1.2em; text-decoration: none; box-sizing: border-box; display: block;}
  nav#pc ul.nav-menu li a:hover {}

  .header-icons-mo { display: none;}

  .header-icons { width: 240px; height: 130px; background-color: #2B3362;}
  .header-icons ul.icons { width: 100%; height: 100%; padding: 0 20px; margin: 0; list-style: none; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .header-icons ul.icons li { width: calc(100% / 3); padding: 0; margin: 0; font-size: 1.4em; text-align: center;}
  .header-icons ul.icons li a { color: #fff; text-decoration: none;}
  .header-icons ul.icons li a:hover { color: #CEA755;}


  /************ banner ************/

  #banner { clear: both; width: 100%; height: 37vw; overflow: hidden;}
  #banner img { width: 100%; height: auto;}


  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .page-title-y { clear: both; width: 100%; margin: 0 0 60px 0; color: #2B3362; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-y img { clear: both; margin: 0 auto;}
  .page-title-w { clear: both; width: 100%; margin: 0 0 60px 0; color: #CEA755; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-w img { clear: both; margin: 0 auto;}

  .hp-service-list { clear: both; width: 100%; padding: 0 50px; box-sizing: border-box; display: flex; justify-content: center; flex-wrap: wrap;}
  .hp-service-list a { text-decoration: none;}
  .hp-service-list .circle-box { width: 220px; height: 220px; margin: 0 35px 60px 35px; text-align: center; border-radius: 100%; border: 6px #CEA755 solid; background-color: #2B3362; box-sizing: border-box; overflow: hidden;}
  .hp-service-list .circle-box .icon { margin: 20px 0 10px 0; color: #CEA755; font-size: 4.2em;}
  .hp-service-list .circle-box .text { color: #CEA755; font-size: 1.4em;}

  .readme-bt { clear: both; width: 100%;}
  .readme-bt a { width: 160px; padding: 10px 0; margin: 0 auto; color: #fff; font-size: 1.2em; font-weight: 500; text-align: center; text-decoration: none; border-radius: 10px; background-color: #CEA755; display: block;}
  .readme-bt a:hover { }


  /************ section#hp-charge ************/

  section#hp-charge { clear: both; width: 100%; padding: 80px calc(50% - 500px); box-sizing: border-box; background-image: url("../images/hp_charge_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  .hp-charge-list { clear: both; width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;}
  .hp-charge-list .charge-box { width: calc(100% / 3 - 40px); padding: 60px 40px; margin: 0 20px 40px 20px; border: 4px #CEA755 solid; border-radius: 50px; background-color: rgba(255,255,255,0.9); box-sizing: border-box;}
  .hp-charge-list .charge-box .title-bar { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; color: #CEA755; font-size: 1.8rem; font-weight: 500; text-align: center; border-bottom: 1px #CEA755 solid;}
  .hp-charge-list .charge-box .list { width: 100%; padding: 20px 0; text-align: center;}
  .hp-charge-list .charge-box .list span.capt { font-size: 1.4rem; font-weight: 500;}
  .hp-charge-list .charge-box .list span.colu { font-size: 1rem;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 80px 0;}

  .about-content { clear: both; width: 100%; background-color: #2B3362; display: flex; justify-content: center; align-items: stretch;}
  .about-content .column-lf { width: calc(50% - 180px); background-image: url("../images/hp_about_pic_1.jpg"); background-repeat: no-repeat; background-position: right top; background-size: cover;}
  .about-content .column-md { width: 360px; padding: 60px 0; color: #fff; font-size: 1.4em; line-height: 2em;}
  .about-content .column-rt { width: calc(50% - 180px); background-image: url("../images/hp_about_pic_2.jpg"); background-repeat: no-repeat; background-position: left top; background-size: cover;}


  /************ section#hp-news ************/

  section#hp-news { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .news-list-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch;}
  .news-list-full .news-box { width: calc(100% / 4 - 30px); height: 30vw; margin: 0 15px; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .news-list-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .news-list-full .news-box a { color: #414141; text-decoration: none;}
  .news-list-full .news-box img { width: auto; height: 100%;}
  .news-list-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .news-list-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .news-list-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}


  /************ page-banner ************/

  #page-banner { clear: both; width: 100%; height: 19vw; overflow: hidden;}
  #page-banner img { width: 100%; height: auto;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; padding: 80px calc(50% - 500px); box-sizing: border-box;}

  .page-about-content { width: 100%;}
  .page-about-content .pic-box { width: 100%; height: 310px; overflow: hidden;}
  .page-about-content .pic-box img { width: 100%; height: auto;}
  .page-about-content .content { width: 100%; padding: 90px 210px; color: #fff; font-size: 1.3em; line-height: 1.8em; background-color: #2B3362; box-sizing: border-box;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; padding: 80px calc(50% - 500px); box-sizing: border-box;}

  .page-service-content { clear: both; width: 80%; margin: 0 auto;}
  .page-service-content .page-title-s { width: 400px; padding: 10px 0; margin: 0 auto 80px auto; color: #CEA755; font-size: 1.6em; font-weight: 600; background-color: #2B3362; display: flex; justify-content: center; align-items: center;}
  .page-service-content .page-title-s span.icon { padding: 0 10px 0 0; font-size: 2rem;}
  .page-service-content .page-content { width: 100%; margin: 0 auto; font-size: 1.2em; line-height: 2em;}
  .page-service-content .page-content span.style-title1 { padding: 5px 10px; color: #2B3362; font-weight: 600; background-color: #CEA755;}
  .page-service-content .page-content ul.style-center { clear: both; width: 240px; padding: 0; margin: 0 auto; list-style: none; display: block;}
  .page-service-content .page-content ul.style-center li { padding: 0; margin: 0 0 20px 0;}
  .page-service-content .page-content a { color: #666; border-bottom: 1px #666 dashed; text-decoration: none;}
  .page-service-content .page-content a:hover { color: #414141; border-bottom: 1px #414141 dashed;}

  img.serv-4-pic { max-width: 100%; height: auto; margin: 0 auto;}
  img.serv-4-pic-mo { display: none;}

  img.serv-6-pic { max-width: 100%; height: auto; margin: 0 auto;}
  img.serv-6-pic-mo { display: none;}


  /************ section#page-news ************/

  section#page-news { clear: both; width: 100%; padding: 80px calc(50% - 500px); box-sizing: border-box;}
 
  .page-news-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-news-full .news-box { width: calc(100% / 4 - 30px); height: 30vw; margin: 0 15px 30px 15px; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .page-news-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .page-news-full .news-box a { color: #414141; text-decoration: none;}
  .page-news-full .news-box img { width: auto; height: 100%;}
  .page-news-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .page-news-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .page-news-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}

  .page-news-content { clear: both; width: 100%;}
  .page-news-content .title { width: 100%; color: #2B3362; font-size: 1.4em; font-weight: 600; line-height: 1.2em; text-align: center;}
  .page-news-content .date { width: 100%; padding: 20px 0; color: #666; font-size: 0.9em; text-align: right; border-bottom: 1px #ccc solid;}
  .page-news-content .content { width: 100%; padding: 40px; font-size: 1.1em; line-height: 1.8em; box-sizing: border-box;}
  .page-news-content .content a { color: #414141; border-bottom: 1px #414141 dashed; text-decoration: none;}
  .page-news-content .content a:hover { color: #2B3362; border-bottom: 1px #2B3362 dashed;}

  .goback-bt { clear: both; width: 140px;}
  .goback-bt a { width: 100%; padding: 6px 0; margin: 80px 0 0 0; color: #fff; font-size: 1.1em; text-align: center; text-decoration: none; background-color: #2B3362; display: block;}


  /************ section#page-coop ************/

  section#page-coop { clear: both; width: 100%; padding: 80px calc(50% - 480px); box-sizing: border-box;}

  .page-coop-content { clear: both; width: 100%;}
  .page-coop-content ul.coop-team-list { width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-coop-content ul.coop-team-list li { width: calc(100% / 3 - 40px); padding: 0; margin: 0 20px;}
  .page-coop-content ul.coop-team-list li a { width: 100%; padding: 50px 0; color:#CEA755; border: 3px #fff solid; border-radius: 40px; text-decoration: none; box-sizing: border-box; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; position: relative;}
  .page-coop-content ul.coop-team-list li a:hover { border-bottom: 3px #f1f1f1 solid; border-top: 3px #f1f1f1 solid;}
  .page-coop-content ul.coop-team-list li a .team-title { width: 60%; padding: 20px 10px; text-align: right; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-dot { width: 9px; height: 9px; background-color: #FFF; border: 3px solid #2B3362; border-radius: 100%; position: absolute; top: 38px; left: calc(60% - 7.5px);}
  .page-coop-content ul.coop-team-list li a .team-name { width: 40%; padding: 20px 5px; border-left: 1px solid #2B3362; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-pic { width: 140px; height: 140px; margin: 0 0 0 55px; border-radius: 100%; overflow: hidden;}
  .page-coop-content ul.coop-team-list li a .team-pic img { width: 100%; height: auto;}

  .page-coop-content .coop-sort-title { width: 100%; padding: 5px 0; margin: 40px 0; color: #fff; font-size: 1.6rem; font-weight: 500; text-align: center; border-radius: 10px; background-color: #CEA755;}

  .page-team-people-infor { clear: both; width: 90%; margin: 0 auto 40px auto;}
  .page-team-people-infor .people-title { width: 100%; padding: 5px 20px; color: #fff; font-size: 1.4em; font-weight: 600; border-radius: 8px; background-color: #CEA755; box-sizing: border-box;}
  .page-team-people-infor .people-intro { width: 80%; padding: 20px 0; margin: 0 auto;}
  .page-team-people-infor .people-intro img.photo { width: 35%; float: right;}
  .page-team-people-infor .people-intro .text { width: 65%; padding: 0 40px 0 0; font-size: 1.2em; line-height: 1.8em; box-sizing: border-box; float: left;}
  .page-team-people-infor .people-exp { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-team-people-infor .people-exp .exp-title { width: 100%; margin: 0 0 20px 0;}
  .page-team-people-infor .people-exp .exp-title span { padding: 3px 15px; color: #fff; font-size: 1.2em; font-weight: 600; background-color: #CEA755;}
  .page-team-people-infor .people-exp ul.exp-list { width: 100%; padding: 0 0 0 40px; margin: 0 0 40px 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-team-people-infor .people-exp ul.exp-list li { width: 100%; padding: 10px 0; margin: 0; font-size: 1.1em; border-bottom: 1px #CEA755 dashed;}


  /************ section#page-contact ************/

  section#page-contact { clear: both; width: 100%; padding: 80px 40px; margin: 80px 0; background-image: url("../images/contact_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top; box-sizing: border-box;}

  .page-contact-content { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-contact-content .column-lf { width: 40%; background-image: url("../images/contact_pic_1.jpg"); background-repeat: no-repeat; background-position: left top; background-size: cover; display: block;}
  .page-contact-content .column-lf img { display: none;}
  .page-contact-content .column-rt { width: 60%; padding: 30px; font-size: 1.1em; line-height: 2em; background-color: #fff; box-sizing: border-box;}
  .page-contact-content .column-rt span.style-text { font-size: 1.2em; font-weight: 600;}
  .page-contact-content .column-rt .contact-table { width: 100%; margin: 30px 0 0 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}

  input.style1 { width: calc(50% - 5px); padding: 8px 10px; margin: 0 5px 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style2 { width: calc(50% - 5px); padding: 8px 10px; margin: 0 0 10px 5px; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style3 { width: 100%; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .column-full { clear: both; width: 100%; margin: 0 0 10px 0; font-size: 1.1em;}
  textarea.style4 { width: 100%; height: 80px; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style5 { width: 180px; padding: 8px 10px; margin: 0 10px; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input[type=submit] { width: 120px; padding: 8px 10px; color: #CEA755; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #2B3362; box-sizing: border-box; cursor: pointer;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 80px calc(50% - 500px); box-sizing: border-box;}

  .page-sitemap { width: 100%;}
  .page-sitemap ul.nav-list { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  .page-sitemap ul.nav-list li { padding: 0; margin: 0 20px 40px 20px;}
  .page-sitemap ul.nav-list li a { color: #414141; font-size: 1.2em; text-decoration: none;}
  .page-sitemap ul.nav-list li a:hover { border-bottom: 1px #414141 solid;}
    

  /************ footer ************/

  footer { clear: both; width: 100%; padding: 80px 40px 40px 40px; background-color: #CEA755; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  
  .footer-column { width: calc(100% / 2); margin: 0 0 40px 0; text-align: center;}

  img.footer-logo { width: 168px; height: auto; margin: 0 auto;}

  ul.footer-nav { width: 90%; padding: 0; margin: 0 auto; list-style: none; display: block;}
  ul.footer-nav li { width: 100%; padding: 0; margin: 0; text-align: center;}
  ul.footer-nav li a { color: #fff; line-height: 2em; text-decoration: none;}
  ul.footer-nav li a:hover { border-bottom: 1px #fff solid;}
  
  iframe { width: 340px; height: 130px;}

  img.footer-qrcode { width: 160px; height: auto; margin: 0 auto;}

  .copyright { clear: both; width: 100%; margin: 80px 0 0 0; color: #fff; line-height: 1.2em; text-align: center;}
  .copyright a { color: #fff; text-decoration: none;}


}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  /************ header + nav ************/

  header { width: 100%; height: 130px; border-bottom: 1px #eee solid; display: flex; justify-content: flex-start; align-items: center; position: relative;}
  
  .header-logo { width: 240px;}
  .header-logo img { width: 200px; height: auto; margin: 0 auto;}

  nav#pc { display: none;}

  nav#mo { width: calc(100% - 240px); padding: 0 30px 0 0 ; box-sizing: border-box;}
  nav#mo .nav-icon { width: 50px; height: 50px; color: #fff; font-size: 2em; text-align: center; background-color: #2B3362; float: right;}
  nav#mo .nav-icon span.open { }
  nav#mo .nav-icon span.close { display: none;}
  nav#mo ul.nav-menu { width: 100%; padding: 60px 40px; margin: 0; list-style: none; background-color: #2B3362; box-sizing: border-box; display: none; position: absolute; top: 130px; left: 0; z-index: 999;}
  nav#mo ul.nav-menu li { width: 100%; padding: 0; margin: 0; text-align: center;}
  nav#mo ul.nav-menu li a { padding: 20px 0; color: #CEA755; font-size: 1.2em; text-decoration: none;}

  .header-icons { display: none;}

  .header-icons-mo { clear: both; width: 80%; margin: 40px auto 0 auto; border-top: 1px #666 solid;}
  .header-icons-mo ul.icons { width: 100%; padding: 40px 40px 20px 40px; margin: 0; list-style: none; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .header-icons-mo ul.icons li { width: calc(100% / 3); padding: 0; margin: 0; font-size: 1.4em; text-align: center;}
  .header-icons-mo ul.icons li a.icon { color: #fff; text-decoration: none;}


  /************ banner ************/

  #banner { clear: both; width: 100%; height: 44vw; overflow: hidden;}
  #banner img { width: 120%; height: auto; margin: 0 0 0 -8%;}


  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .page-title-y { clear: both; width: 100%; margin: 0 0 60px 0; color: #2B3362; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-y img { clear: both; margin: 0 auto;}
  .page-title-w { clear: both; width: 100%; margin: 0 0 60px 0; color: #CEA755; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-w img { clear: both; margin: 0 auto;}

  .hp-service-list { clear: both; width: 100%; padding: 0 30px; box-sizing: border-box; display: flex; justify-content: center; flex-wrap: wrap;}
  .hp-service-list a { text-decoration: none;}
  .hp-service-list .circle-box { width: 220px; height: 220px; margin: 0 35px 60px 35px; text-align: center; border-radius: 100%; border: 6px #CEA755 solid; background-color: #2B3362; box-sizing: border-box; overflow: hidden;}
  .hp-service-list .circle-box .icon { margin: 20px 0 10px 0; color: #CEA755; font-size: 4.2em;}
  .hp-service-list .circle-box .text { color: #CEA755; font-size: 1.4em;}

  .readme-bt { clear: both; width: 100%;}
  .readme-bt a { width: 160px; padding: 10px 0; margin: 0 auto; color: #fff; font-size: 1.2em; font-weight: 500; text-align: center; text-decoration: none; border-radius: 10px; background-color: #CEA755; display: block;}
  .readme-bt a:hover { }


  /************ section#hp-charge ************/

  section#hp-charge { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box; background-image: url("../images/hp_charge_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  .hp-charge-list { clear: both; width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;}
  .hp-charge-list .charge-box { width: calc(100% / 2 - 40px); padding: 60px 40px; margin: 0 20px 40px 20px; border: 4px #CEA755 solid; border-radius: 50px; background-color: rgba(255,255,255,0.9); box-sizing: border-box;}
  .hp-charge-list .charge-box .title-bar { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; color: #CEA755; font-size: 1.8rem; font-weight: 500; text-align: center; border-bottom: 1px #CEA755 solid;}
  .hp-charge-list .charge-box .list { width: 100%; padding: 20px 0; text-align: center;}
  .hp-charge-list .charge-box .list span.capt { font-size: 1.4rem; font-weight: 500;}
  .hp-charge-list .charge-box .list span.colu { font-size: 1rem;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 80px 0;}

  .about-content { clear: both; width: 100%; background-color: #2B3362; display: flex; justify-content: center; align-items: stretch;}
  .about-content .column-lf { width: calc(50% - 180px); background-image: url("../images/hp_about_pic_1.jpg"); background-repeat: no-repeat; background-position: right top; background-size: cover;}
  .about-content .column-md { width: 360px; padding: 60px 0; color: #fff; font-size: 1.4em; line-height: 2em;}
  .about-content .column-rt { width: calc(50% - 180px); background-image: url("../images/hp_about_pic_2.jpg"); background-repeat: no-repeat; background-position: left top; background-size: cover;}


  /************ section#hp-news ************/

  section#hp-news { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .news-list-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .news-list-full .news-box { width: calc(100% / 2 - 30px); height: 50vw; margin: 0 15px 30px 15px; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .news-list-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .news-list-full .news-box a { color: #414141; text-decoration: none;}
  .news-list-full .news-box img { width: auto; height: 100%;}
  .news-list-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .news-list-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .news-list-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}


  /************ page-banner ************/

  #page-banner { clear: both; width: 100%; height: 24vw; overflow: hidden;}
  #page-banner img { width: 120%; height: auto; margin: 0 0 0 -15%;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; padding: 80px 0; box-sizing: border-box;}

  .page-about-content { width: 100%;}
  .page-about-content .pic-box { width: 100%; height: 30vw; overflow: hidden;}
  .page-about-content .pic-box img { width: 100%; height: auto;}
  .page-about-content .content { width: 100%; padding: 90px 60px; color: #fff; font-size: 1.3em; line-height: 1.8em; background-color: #2B3362; box-sizing: border-box;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .page-service-content { clear: both; width: 90%; margin: 0 auto;}
  .page-service-content .page-title-s { width: 400px; padding: 10px 0; margin: 0 auto 80px auto; color: #CEA755; font-size: 1.6em; font-weight: 600; background-color: #2B3362; display: flex; justify-content: center; align-items: center;}
  .page-service-content .page-title-s span.icon { padding: 0 10px 0 0; font-size: 2rem;}
  .page-service-content .page-content { width: 100%; margin: 0 auto; font-size: 1.2em; line-height: 2em;}
  .page-service-content .page-content span.style-title1 { padding: 5px 10px; color: #2B3362; font-weight: 600; background-color: #CEA755;}
  .page-service-content .page-content ul.style-center { clear: both; width: 240px; padding: 0; margin: 0 auto; list-style: none; display: block;}
  .page-service-content .page-content ul.style-center li { padding: 0; margin: 0 0 20px 0;}
  .page-service-content .page-content a { color: #666; border-bottom: 1px #666 dashed; text-decoration: none;}
  .page-service-content .page-content a:hover { color: #414141; border-bottom: 1px #414141 dashed;}

  img.serv-4-pic { max-width: 100%; height: auto; margin: 0 auto;}
  img.serv-4-pic-mo { display: none;}

  img.serv-6-pic { max-width: 100%; height: auto; margin: 0 auto;}
  img.serv-6-pic-mo { display: none;}


  /************ section#page-news ************/

  section#page-news { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}
 
  .page-news-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-news-full .news-box { width: calc(100% / 2 - 30px); height: 50vw; margin: 0 15px 30px 15px; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .page-news-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .page-news-full .news-box a { color: #414141; text-decoration: none;}
  .page-news-full .news-box img { width: auto; height: 100%;}
  .page-news-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .page-news-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .page-news-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}

  .page-news-content { clear: both; width: 100%;}
  .page-news-content .title { width: 100%; color: #2B3362; font-size: 1.4em; font-weight: 600; line-height: 1.2em; text-align: center;}
  .page-news-content .date { width: 100%; padding: 20px 0; color: #666; font-size: 0.9em; text-align: right; border-bottom: 1px #ccc solid;}
  .page-news-content .content { width: 100%; padding: 40px 0; font-size: 1.1em; line-height: 1.8em; box-sizing: border-box;}
  .page-news-content .content a { color: #414141; border-bottom: 1px #414141 dashed; text-decoration: none;}
  .page-news-content .content a:hover { color: #2B3362; border-bottom: 1px #2B3362 dashed;}

  .goback-bt { clear: both; width: 140px;}
  .goback-bt a { width: 100%; padding: 6px 0; margin: 80px 0 0 0; color: #fff; font-size: 1.1em; text-align: center; text-decoration: none; background-color: #2B3362; display: block;}


  /************ section#page-coop ************/

  section#page-coop { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .page-coop-content { clear: both; width: 100%;}
  .page-coop-content ul.coop-team-list { width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-coop-content ul.coop-team-list li { width: calc(100% / 2 - 40px); padding: 0; margin: 0 20px;}
  .page-coop-content ul.coop-team-list li a { width: 100%; padding: 50px 0; color:#CEA755; border: 3px #fff solid; border-radius: 40px; text-decoration: none; box-sizing: border-box; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; position: relative;}
  .page-coop-content ul.coop-team-list li a:hover { border-bottom: 3px #f1f1f1 solid; border-top: 3px #f1f1f1 solid;}
  .page-coop-content ul.coop-team-list li a .team-title { width: 60%; padding: 20px 10px; text-align: right; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-dot { width: 9px; height: 9px; background-color: #FFF; border: 3px solid #2B3362; border-radius: 100%; position: absolute; top: 38px; left: calc(60% - 7.5px);}
  .page-coop-content ul.coop-team-list li a .team-name { width: 40%; padding: 20px 5px; border-left: 1px solid #2B3362; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-pic { width: 20vw; height: 20vw; margin: 0 0 0 8vw; border-radius: 100%; overflow: hidden;}
  .page-coop-content ul.coop-team-list li a .team-pic img { width: 100%; height: auto;}

  .page-coop-content .coop-sort-title { width: 100%; padding: 5px 0; margin: 40px 0; color: #fff; font-size: 1.6rem; font-weight: 500; text-align: center; border-radius: 10px; background-color: #CEA755;}

  .page-team-people-infor { clear: both; width: 100%; margin: 0 0 40px 0;}
  .page-team-people-infor .people-title { width: 100%; padding: 5px 20px; color: #fff; font-size: 1.4em; font-weight: 600; border-radius: 8px; background-color: #CEA755; box-sizing: border-box;}
  .page-team-people-infor .people-intro { width: 94%; padding: 20px 0; margin: 0 auto;}
  .page-team-people-infor .people-intro img.photo { width: 35%; float: right;}
  .page-team-people-infor .people-intro .text { width: 65%; padding: 0 40px 0 0; font-size: 1.2em; line-height: 1.8em; box-sizing: border-box; float: left;}
  .page-team-people-infor .people-exp { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-team-people-infor .people-exp .exp-title { width: 100%; margin: 0 0 20px 0;}
  .page-team-people-infor .people-exp .exp-title span { padding: 3px 15px; color: #fff; font-size: 1.2em; font-weight: 600; background-color: #CEA755;}
  .page-team-people-infor .people-exp ul.exp-list { width: 100%; padding: 0 0 0 40px; margin: 0 0 40px 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-team-people-infor .people-exp ul.exp-list li { width: 100%; padding: 10px 0; margin: 0; font-size: 1.1em; border-bottom: 1px #CEA755 dashed;}


  /************ section#page-contact ************/

  section#page-contact { clear: both; width: 100%; padding: 80px 40px; margin: 80px 0; background-image: url("../images/contact_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top; box-sizing: border-box;}

  .page-contact-content { clear: both; width: 100%;}
  .page-contact-content .column-lf { width: 100%;}
  .page-contact-content .column-lf img { width: 100%; height: auto;}
  .page-contact-content .column-rt { width: 100%; padding: 30px; font-size: 1.1em; line-height: 2em; background-color: #fff; box-sizing: border-box;}
  .page-contact-content .column-rt span.style-text { font-size: 1.2em; font-weight: 600;}
  .page-contact-content .column-rt .contact-table { width: 100%; margin: 30px 0 0 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}

  input.style1 { width: calc(50% - 5px); padding: 8px 10px; margin: 0 5px 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style2 { width: calc(50% - 5px); padding: 8px 10px; margin: 0 0 10px 5px; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style3 { width: 100%; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .column-full { clear: both; width: 100%; margin: 0 0 10px 0; font-size: 1.1em;}
  textarea.style4 { width: 100%; height: 80px; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style5 { width: 180px; padding: 8px 10px; margin: 0 10px; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input[type=submit] { width: 120px; padding: 8px 10px; color: #CEA755; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #2B3362; box-sizing: border-box; cursor: pointer;}

  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .page-sitemap { width: 100%;}
  .page-sitemap ul.nav-list { padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  .page-sitemap ul.nav-list li { padding: 0; margin: 0 20px 40px 20px;}
  .page-sitemap ul.nav-list li a { color: #414141; font-size: 1.2em; text-decoration: none;}
  .page-sitemap ul.nav-list li a:hover { border-bottom: 1px #414141 solid;}
  

  /************ footer ************/

  footer { clear: both; width: 100%; padding: 80px 40px 40px 40px; background-color: #CEA755; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  
  .footer-column { width: calc(100% / 2); margin: 0 0 40px 0; text-align: center;}

  img.footer-logo { width: 168px; height: auto; margin: 0 auto;}

  ul.footer-nav { width: 90%; padding: 0; margin: 0 auto; list-style: none; display: block;}
  ul.footer-nav li { width: 100%; padding: 0; margin: 0; text-align: center;}
  ul.footer-nav li a { color: #fff; line-height: 2em; text-decoration: none;}
  ul.footer-nav li a:hover { border-bottom: 1px #fff solid;}
  
  iframe { width: 340px; height: 130px;}

  img.footer-qrcode { width: 160px; height: auto; margin: 0 auto;}

  .copyright { clear: both; width: 100%; margin: 80px 0 0 0; color: #fff; line-height: 1.2em; text-align: center;}
  .copyright a { color: #fff; text-decoration: none;}


}

@media screen and (max-width: 767px) {

  /************ header + nav ************/

  header { width: 100%; height: 130px; border-bottom: 1px #eee solid; display: flex; justify-content: flex-start; align-items: center; position: relative;}
  
  .header-logo { width: 240px;}
  .header-logo img { width: 200px; height: auto; margin: 0 auto;}

  nav#pc { display: none;}

  nav#mo { width: calc(100% - 240px); padding: 0 30px 0 0 ; box-sizing: border-box;}
  nav#mo .nav-icon { width: 50px; height: 50px; color: #fff; font-size: 2em; text-align: center; background-color: #2B3362; float: right;}
  nav#mo .nav-icon span.open { }
  nav#mo .nav-icon span.close { display: none;}
  nav#mo ul.nav-menu { width: 100%; padding: 60px 40px; margin: 0; list-style: none; background-color: #2B3362; box-sizing: border-box; display: none; position: absolute; top: 130px; left: 0; z-index: 999;}
  nav#mo ul.nav-menu li { width: 100%; padding: 0; margin: 0; text-align: center;}
  nav#mo ul.nav-menu li a { padding: 20px 0; color: #CEA755; font-size: 1.2em; text-decoration: none;}

  .header-icons { display: none;}

  .header-icons-mo { clear: both; width: 80%; margin: 40px auto 0 auto; border-top: 1px #666 solid;}
  .header-icons-mo ul.icons { width: 100%; padding: 40px 40px 20px 40px; margin: 0; list-style: none; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
  .header-icons-mo ul.icons li { width: calc(100% / 3); padding: 0; margin: 0; font-size: 1.4em; text-align: center;}
  .header-icons-mo ul.icons li a.icon { color: #fff; text-decoration: none;}


  /************ banner ************/

  #banner { clear: both; width: 100%; height: 50vw; overflow: hidden;}
  #banner img { width: 140%; height: auto; margin: 0 0 0 -10%;}


  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 20px; box-sizing: border-box;}

  .page-title-y { clear: both; width: 100%; margin: 0 0 60px 0; color: #2B3362; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-y img { clear: both; margin: 0 auto;}
  .page-title-w { clear: both; width: 100%; margin: 0 0 60px 0; color: #CEA755; font-size: 2em; font-weight: 700; line-height: 1.6em; text-align: center;}
  .page-title-w img { clear: both; margin: 0 auto;}

  .hp-service-list { clear: both; width: 100%; padding: 0 30px; box-sizing: border-box;}
  .hp-service-list a { text-decoration: none;}
  .hp-service-list .circle-box { width: 220px; height: 220px; margin: 0 auto 60px auto; text-align: center; border-radius: 100%; border: 6px #CEA755 solid; background-color: #2B3362; box-sizing: border-box; overflow: hidden;}
  .hp-service-list .circle-box .icon { margin: 20px 0 10px 0; color: #CEA755; font-size: 4.2em;}
  .hp-service-list .circle-box .text { color: #CEA755; font-size: 1.4em;}

  .readme-bt { clear: both; width: 100%;}
  .readme-bt a { width: 160px; padding: 10px 0; margin: 0 auto; color: #fff; font-size: 1.2em; font-weight: 500; text-align: center; text-decoration: none; border-radius: 10px; background-color: #CEA755; display: block;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 80px 0;}

  .about-content { clear: both; width: 100%; background-color: #2B3362;}
  .about-content .column-lf { width: 100%; height: 40vw; background-image: url("../images/hp_about_pic_1.jpg"); background-repeat: no-repeat; background-position: right top; background-size: 100% auto;}
  .about-content .column-md { width: 100%; padding: 60px 20px; color: #fff; font-size: 1.4em; line-height: 2em; box-sizing: border-box;}
  .about-content .column-rt { width: 100%; height: 40vw; background-image: url("../images/hp_about_pic_2.jpg"); background-repeat: no-repeat; background-position: left top; background-size: 100% auto;}


  /************ section#hp-charge ************/

  section#hp-charge { clear: both; width: 100%; padding: 80px 30px; box-sizing: border-box; background-image: url("../images/hp_charge_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top;}

  .hp-charge-list { clear: both; width: 100%;}
  .hp-charge-list .charge-box { width: 90%; padding: 60px 40px; margin: 0 auto 40px auto; border: 4px #CEA755 solid; border-radius: 50px; background-color: rgba(255,255,255,0.9); box-sizing: border-box;}
  .hp-charge-list .charge-box .title-bar { width: 100%; padding: 0 0 10px 0; margin: 0 0 20px 0; color: #CEA755; font-size: 1.8rem; font-weight: 500; text-align: center; border-bottom: 1px #CEA755 solid;}
  .hp-charge-list .charge-box .list { width: 100%; padding: 20px 0; text-align: center;}
  .hp-charge-list .charge-box .list span.capt { font-size: 1.4rem; font-weight: 500;}
  .hp-charge-list .charge-box .list span.colu { font-size: 1rem;}


  /************ section#hp-news ************/

  section#hp-news { clear: both; width: 100%; padding: 80px 30px; box-sizing: border-box;}

  .news-list-full { width: 100%; margin: 0 0 60px 0; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .news-list-full .news-box { width: 100%; height: 50vw; margin: 0 0 30px 0; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .news-list-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .news-list-full .news-box a { color: #414141; text-decoration: none;}
  .news-list-full .news-box img { width: 100%; height: auto;}
  .news-list-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .news-list-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .news-list-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}

  .page-news-content { clear: both; width: 100%;}
  .page-news-content .title { width: 100%; color: #2B3362; font-size: 1.4em; font-weight: 600; line-height: 1.2em; text-align: center;}
  .page-news-content .date { width: 100%; padding: 20px 0; color: #666; font-size: 0.9em; text-align: right; border-bottom: 1px #ccc solid;}
  .page-news-content .content { width: 100%; padding: 40px 0; font-size: 1.1em; line-height: 1.8em; box-sizing: border-box;}
  .page-news-content .content a { color: #414141; border-bottom: 1px #414141 dashed; text-decoration: none;}
  .page-news-content .content a:hover { color: #2B3362; border-bottom: 1px #2B3362 dashed;}

  .goback-bt { clear: both; width: 140px;}
  .goback-bt a { width: 100%; padding: 6px 0; margin: 80px 0 0 0; color: #fff; font-size: 1.1em; text-align: center; text-decoration: none; background-color: #2B3362; display: block;}


  /************ page-banner ************/

  #page-banner { clear: both; width: 100%; height: 34vw; overflow: hidden;}
  #page-banner img { width: 140%; height: auto; margin: 0 0 0 -25%;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; padding: 80px 0; box-sizing: border-box;}

  .page-about-content { width: 100%;}
  .page-about-content .pic-box { width: 100%; height: 32vw; overflow: hidden;}
  .page-about-content .pic-box img { width: 100%; height: auto;}
  .page-about-content .content { width: 100%; padding: 90px 40px; color: #fff; font-size: 1.3em; line-height: 1.8em; background-color: #2B3362; box-sizing: border-box;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; padding: 80px 20px; box-sizing: border-box;}

  .page-service-content { clear: both; width: 100%; margin: 0 auto;}
  .page-service-content .page-title-s { width: 100%; padding: 10px 0; margin: 0 auto 80px auto; color: #CEA755; font-size: 1.6em; font-weight: 600; background-color: #2B3362; display: flex; justify-content: center; align-items: center;}
  .page-service-content .page-title-s span.icon { padding: 0 10px 0 0; font-size: 2rem;}
  .page-service-content .page-content { width: 100%; margin: 0 auto; font-size: 1.2em; line-height: 2em;}
  .page-service-content .page-content span.style-title1 { padding: 5px 10px; color: #2B3362; font-weight: 600; background-color: #CEA755;}
  .page-service-content .page-content ul.style-center { clear: both; width: 240px; padding: 0; margin: 0 auto; list-style: none; display: block;}
  .page-service-content .page-content ul.style-center li { padding: 0; margin: 0 0 20px 0;}
  .page-service-content .page-content a { color: #666; border-bottom: 1px #666 dashed; text-decoration: none;}
  .page-service-content .page-content a:hover { color: #414141; border-bottom: 1px #414141 dashed;}

  img.serv-4-pic { display: none;}
  img.serv-4-pic-mo { max-width: 100%; height: auto; margin: 0 auto;}

  img.serv-6-pic { display: none;}
  img.serv-6-pic-mo { max-width: 100%; height: auto; margin: 0 auto;}


  /************ section#page-news ************/

  section#page-news { clear: both; width: 100%; padding: 80px 20px; box-sizing: border-box;}
 
  .page-news-full { width: 100%; margin: 0 0 60px 0;}
  .page-news-full .news-box { width: 100%; height: 50vw; margin: 0 0 30px 0; display: flex; justify-content: center; overflow: hidden; position: relative;}
  .page-news-full .news-box:hover { -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);}
  .page-news-full .news-box a { color: #414141; text-decoration: none;}
  .page-news-full .news-box img { width: 100%; height: auto;}
  .page-news-full .news-box .text-mask { width: 100%; padding: 15px; background-color: rgba(255,255,255,0.8); box-sizing: border-box; position: absolute; bottom: 0; left: 0;}
  .page-news-full .news-box .text-mask .text { width: 100%; height: 50px; font-size: 1.1em; font-weight: 500; line-height: 1.4em; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
  .page-news-full .news-box .text-mask .date { width: 100%; font-size: 0.9em; text-align: right;}


  /************ section#page-coop ************/

  section#page-coop { clear: both; width: 100%; padding: 80px 20px; box-sizing: border-box;}

  .page-coop-content { clear: both; width: 100%;}
  .page-coop-content ul.coop-team-list { width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
  .page-coop-content ul.coop-team-list li { width: 90%; padding: 0; margin: 0 auto;}
  .page-coop-content ul.coop-team-list li a { width: 100%; padding: 50px 0; color:#CEA755; border: 3px #fff solid; border-radius: 40px; text-decoration: none; box-sizing: border-box; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; position: relative;}
  .page-coop-content ul.coop-team-list li a:active { border-bottom: 3px #f1f1f1 solid; border-top: 3px #f1f1f1 solid;}
  .page-coop-content ul.coop-team-list li a .team-title { width: 60%; padding: 20px 10px; text-align: right; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-dot { width: 9px; height: 9px; background-color: #FFF; border: 3px solid #2B3362; border-radius: 100%; position: absolute; top: 38px; left: calc(60% - 7.5px);}
  .page-coop-content ul.coop-team-list li a .team-name { width: 40%; padding: 20px 5px; border-left: 1px solid #2B3362; box-sizing: border-box;}
  .page-coop-content ul.coop-team-list li a .team-pic { width: 45vw; height: 45vw; margin: 0 0 0 14vw; border-radius: 100%; overflow: hidden;}
  .page-coop-content ul.coop-team-list li a .team-pic img { width: 100%; height: auto;}

  .page-coop-content .coop-sort-title { width: 100%; padding: 5px 0; margin: 40px 0; color: #fff; font-size: 1.6rem; font-weight: 500; text-align: center; border-radius: 10px; background-color: #CEA755;}

  .page-team-people-infor { clear: both; width: 100%; margin: 0 0 40px 0;}
  .page-team-people-infor .people-title { width: 100%; padding: 5px 20px; color: #fff; font-size: 1.4em; font-weight: 600; border-radius: 8px; background-color: #CEA755; box-sizing: border-box;}
  .page-team-people-infor .people-intro { width: 100%; padding: 20px 0;}
  .page-team-people-infor .people-intro img.photo { max-width: 94%; height: auto; margin: 0 auto;}
  .page-team-people-infor .people-intro .text { width: 94%; margin: 0 auto 40px auto; font-size: 1.2em; line-height: 1.8em;}
  .page-team-people-infor .people-exp { clear: both; width: 100%; margin: 40px 0 0 0;}
  .page-team-people-infor .people-exp .exp-title { width: 100%; margin: 0 0 20px 0;}
  .page-team-people-infor .people-exp .exp-title span { padding: 3px 15px; color: #fff; font-size: 1.2em; font-weight: 600; background-color: #CEA755;}
  .page-team-people-infor .people-exp ul.exp-list { width: 100%; padding: 0 0 0 40px; margin: 0 0 40px 0; box-sizing: border-box; list-style: disc; display: block;}
  .page-team-people-infor .people-exp ul.exp-list li { width: 100%; padding: 10px 0; margin: 0; font-size: 1.1em; border-bottom: 1px #CEA755 dashed;}


  /************ section#page-contact ************/

  section#page-contact { clear: both; width: 100%; padding: 80px 20px; margin: 80px 0; background-image: url("../images/contact_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center top; box-sizing: border-box;}

  .page-contact-content { clear: both; width: 100%;}
  .page-contact-content .column-lf { width: 100%;}
  .page-contact-content .column-lf img { width: 100%; height: auto;}
  .page-contact-content .column-rt { width: 100%; padding: 30px 10px; font-size: 1.1em; line-height: 2em; background-color: #fff; box-sizing: border-box;}
  .page-contact-content .column-rt span.style-text { font-size: 1.2em; font-weight: 600;}
  .page-contact-content .column-rt .contact-table { width: 100%; margin: 30px 0 0 0;}

  input.style1 { width: 100%; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style2 { width: 100%; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style3 { width: 100%; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  .column-full { clear: both; width: 100%; margin: 0 0 10px 0; font-size: 1.1em;}
  textarea.style4 { width: 100%; height: 100px; padding: 8px 10px; margin: 0 0 10px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input.style5 { width: 100%; padding: 8px 10px; margin: 10px 0 30px 0; color: #2B3362; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #fff; box-sizing: border-box;}
  input[type=submit] { clear: both; width: 120px; padding: 8px 10px; color: #CEA755; font-size: 1.1em; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 1px #2B3362 solid; border-radius: 10px; background-color: #2B3362; box-sizing: border-box; cursor: pointer;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 80px 40px; box-sizing: border-box;}

  .page-sitemap { width: 100%;}
  .page-sitemap ul.nav-list { padding: 0; margin: 0; list-style: none; display: block;}
  .page-sitemap ul.nav-list li { padding: 0; margin: 0 0 40px 0;}
  .page-sitemap ul.nav-list li a { color: #414141; font-size: 1.2em; text-decoration: none;}
  .page-sitemap ul.nav-list li a:hover { border-bottom: 1px #414141 solid;}
  

  /************ footer ************/

  footer { clear: both; width: 100%; padding: 80px 0 40px 0; background-color: #CEA755; box-sizing: border-box;}
  
  .footer-column { clear: both; width: 100%; margin: 0 0 40px 0; text-align: center;}

  img.footer-logo { width: 168px; height: auto; margin: 0 auto;}

  ul.footer-nav { clear: both; width: 90%; padding: 0; margin: 0 auto; list-style: none; display: block;}
  ul.footer-nav li { width: 100%; padding: 0; margin: 0; text-align: center;}
  ul.footer-nav li a { color: #fff; line-height: 2em; text-decoration: none;}
  ul.footer-nav li a:hover { border-bottom: 1px #fff solid;}
  
  iframe { width: 340px; height: 130px;}

  img.footer-qrcode { width: 160px; height: auto; margin: 0 auto;}

  .copyright { clear: both; width: 100%; padding: 0 20px; margin: 80px 0 0 0; color: #fff; font-size: 0.8em; line-height: 1.2em; text-align: center; box-sizing: border-box;}
  .copyright a { color: #fff; text-decoration: none;}
  

}
