/* Minification failed. Returning unminified contents.
(481,1): run-time error CSS1019: Unexpected token, found '@import'
(481,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap")'
(482,1): run-time error CSS1019: Unexpected token, found '@import'
(482,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap")'
 */
@charset "UTF-8";
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap");
/* -----------------------
	color
----------------------- */
/* 亮色 */
/* 藍色系 */
/* 各種色系 */
/* Situation */
/* text */
/* background */
/* border */
/* -----------------------
	font
----------------------- */
/* letter-spacing */
/* -----------------------
	shadow
----------------------- */
/* -----------------------
	Media queries breakpoints
----------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* Styles */
/* ===================== */
/* Custom
/* 基礎樣式設定
/*
/* 以及：
/* 標題樣式、表格樣式、按鈕樣式、清單樣式、scrollToTop、Footer
/* 
/* ===================== */
body {
  font-family: Bahnschrift, "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

input, textarea, select {
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 18px;
  outline: none !important;
}
input:focus, textarea:focus, select:focus {
  box-shadow: 0 0 5px #F4E727;
  border-color: #F4E727;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  color: #2f2f2f;
}

a:focus {
  outline: none;
  text-decoration: none;
}

button {
  border: none;
  padding: 0;
}
button, button:hover, button:active, button:focus {
  outline: none;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-bottom: 10px;
}

img {
  border: none;
}

.section-gary,
.section-light,
.section-dark {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
}

.section-light {
  padding: 60px 0;
}
.section-light + .section-light {
  padding-top: 0;
}

.section-gary, .bg-gary {
  background-color: #f4f4f4 !important;
}

.section-light, .bg-light {
  background-color: #ffffff !important;
}

.section-dark, .bg-dark {
  background-color: #282828 !important;
}

/* ============== Title ============== */
.title-area {
  display: inline;
  float: left;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}
.title-area .title {
  color: #333;
  font-size: 30px;
  letter-spacing: 0.15em;
  padding-bottom: 30px;
  line-height: 40px;
  text-transform: uppercase;
}
.title-area .title-white {
  color: #fff;
}

.title-area .line {
  background-color: #F4E727;
  display: inline-block;
  height: 5px;
  width: 60px;
}

.title-area h2 {
  padding-top: 0px;
}

.title-area p {
  color: #777777;
  line-height: 25px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .title-area {
    padding: 0 10px;
  }

  .title-area .title {
    font-size: 25px;
    letter-spacing: 0.15em;
    line-height: 35px;
  }
}
/* ============== Left Title ============== */
.left-title-area {
  display: inline-block;
  float: left;
  text-align: left;
  width: 100%;
}

.left-title-area .line {
  display: inline-block;
  background-color: #F4E727;
  height: 36px;
  width: 10px;
  vertical-align: top;
}

.left-title-area .title {
  display: inline-block;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
  padding: 0 0 0 15px;
}

/* ============== Button Style ============== */
/* 了解更多按鈕 */
.read-more-btn {
  color: #111;
  border: 0px solid #fff;
  display: inline-block;
  padding: 12px 48px;
  font-weight: 900;
  font-size: 18px;
  background-color: #F4E727;
  border-radius: 5px;
  text-shadow: none;
}

.read-more-btn:hover,
.read-more-btn:focus {
  color: #111;
  background-color: #F4E727;
  text-decoration: none;
  outline: none;
  opacity: 0.65;
}

/* ============== List Style ============== */
.iwc-list ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.iwc-list > ol {
  padding: 0;
}

.iwc-list li {
  counter-increment: my-awesome-counter;
  margin: 20px 0;
}

.iwc-list li::before {
  content: counter(my-awesome-counter);
  background: #F4E727;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  display: inline-block;
  line-height: 30px;
  color: #333;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  font-weight: normal;
}

.iwc-list ol ol li::before {
  background: #CDC322;
}

.iwc-list ol ol ol li::before {
  background: #8C8517;
}

.iwc-list .list-title {
  display: inline-block;
  font-weight: 600;
}

.iwc-list .list-content {
  margin-top: 5px;
  margin-left: 40px;
}

/* ============== Table Style ============== */
.iwc-table {
  border: 1px solid #EDEDED;
  background-color: #F5F4F4;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.iwc-table td, .iwc-table th {
  border-bottom: 1px solid #E2E2E2;
  padding: 8px;
}
.iwc-table th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #FFFFFF;
}
.iwc-table thead th {
  color: #FFFFFF;
  background-color: #282828;
}
.iwc-table thead th:first-child {
  border-left: none;
}
.iwc-table tbody th {
  background-color: #E2E2E2;
}
.iwc-table tbody td {
  color: #666;
}
.iwc-table tfoot td {
  font-size: 14px;
}
.iwc-table tfoot .links {
  text-align: right;
}
.iwc-table tfoot .links a {
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/* ------------------RWD--------------------- */
@media (max-width: 767px) {
  table.iwc-table tbody td,
table.iwc-table tfoot td,
table.iwc-table th {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  table.iwc-table tbody td,
table.iwc-table tfoot td,
table.iwc-table th {
    font-size: 14px;
  }
}
/* ===================== */
/* Scrol to top */
/* ===================== */
.scrollToTop {
  bottom: 30px;
  display: none;
  position: fixed;
  right: 50px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  z-index: 9999;
}
.scrollToTop .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #333;
  background-color: #F4E727;
  box-shadow: 0 1.5px 3.5px rgba(0, 0, 0, 0.24);
  font-size: 24px;
  -webkit-transition: 0.2s all ease-in-out 0s;
  -khtml-transition: 0.2s all ease-in-out 0s;
  -moz-transition: 0.2s all ease-in-out 0s;
  -ms-transition: 0.2s all ease-in-out 0s;
  -o-transition: 0.2s all ease-in-out 0s;
  transition: 0.2s all ease-in-out 0s;
}
.scrollToTop .fa:before {
  line-height: inherit;
  display: inline-block;
}
.scrollToTop .fa:hover {
  -webkit-transform: scale(1.05);
  -khtml-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2.5px 5px rgba(0, 0, 0, 0.22);
}

.scrollToTop:hover,
.scrollToTop:focus {
  text-decoration: none;
  outline: none;
  background-color: transparent;
  border: none;
}

/* ------------------RWD--------------------- */
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 15px;
    right: 15px;
  }

  .scrollToTop img {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .scrollToTop {
    bottom: 15px;
    right: 15px;
  }
}
/* ===================== */
/* Footer */
/* ===================== */
#footer {
  background-color: #F4F4F4;
  display: inline;
  float: left;
  padding: 25px 0;
  width: 100%;
}

.footer-left {
  float: none;
  display: inline;
  width: 100%;
}

.footer-left p {
  color: #5c5c5c;
  font-size: 14px;
  margin: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
}

.footer-left p a {
  color: #5c5c5c;
  text-decoration: underline;
}

.footer-left p a:hover {
  text-decoration: none;
  outline: none;
}

.footer-left p i {
  font-style: normal;
  padding: 0 15px;
  position: relative;
  display: inline-block;
}

.footer-left p i + i:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  opacity: 0.5;
}

.footer-right {
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
}

.footer-right a {
  color: #5c5c5c;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*# sourceMappingURL=style.css.map */

@charset "UTF-8";
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap");
/* -----------------------
	color
----------------------- */
/* 亮色 */
/* 藍色系 */
/* 各種色系 */
/* Situation */
/* text */
/* background */
/* border */
/* -----------------------
	font
----------------------- */
/* letter-spacing */
/* -----------------------
	shadow
----------------------- */
/* -----------------------
	Media queries breakpoints
----------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* Styles */
.header-fix-top {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
}

.header-offset {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .header-offset {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .header-offset {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .header-offset {
    margin-top: 50px;
  }
}

.navbar-default {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 4.5px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .navbar-default {
    box-shadow: 0 1.5px 3.5px rgba(0, 0, 0, 0.24);
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    width: 100%;
    text-align: center;
  }
  .navbar-collapse .main-nav {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
  }
}

/* ============== 導航列 ============== */
.navbar-brand {
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  text-transform: uppercase;
  height: auto;
  margin-left: 0 !important;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
  outline: none;
}

/* 左上Logo */
.navbar-brand > img {
  display: block;
  height: 60px;
  margin-top: -15px;
}

/* 右上nav */
.main-nav li {
  padding: 0 0;
  position: relative;
  margin: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  display: inline-block !important;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  width: 100%;
}
.navbar-default .navbar-nav > li > a .fa {
  margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-nav > li > a::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  top: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before {
  width: 100%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a {
  color: #333;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 20px;
  text-transform: uppercase;
  -webkit-transition: 0.1s all ease-in-out 0s;
  -khtml-transition: 0.1s all ease-in-out 0s;
  -moz-transition: 0.1s all ease-in-out 0s;
  -ms-transition: 0.1s all ease-in-out 0s;
  -o-transition: 0.1s all ease-in-out 0s;
  transition: 0.1s all ease-in-out 0s;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: rgba(51, 51, 51, 0.02);
}

/* 導航列 */
#header, .navbar-default {
  min-height: 90px;
}

#top-menu, .navbar-nav > li, .navbar-nav > li > a {
  height: 90px;
}

/* 導航列的上方框的顏色 */
.main-nav .dropdown:hover .dropdown-toggle::before,
.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
  background-color: #F4E727;
}

/* 導航列的字體 */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  font-weight: 900;
  font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000 !important;
}

.navbar-nav > li > a {
  padding-top: 38px;
}

.navbar-nav > li > a::before {
  height: 10px;
}

/* 導航列右上角外部連結欄位 */
.out-menu-nav {
  padding-left: 8px;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.out-menu-nav li {
  display: block;
  float: left;
}
.out-menu-nav a {
  display: block;
  padding-top: 26px;
  padding-right: 8px;
}
@media (max-width: 1199px) {
  .out-menu-nav a {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .out-menu-nav a {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .out-menu-nav {
    position: absolute;
    right: 48px;
    top: 0;
  }
}
@media (max-width: 374px) {
  .out-menu-nav {
    padding-left: 0;
    padding-right: 0;
    right: 58px;
  }
}

.nav-icon {
  width: 36px;
}

/* 導航欄分隔線 */
.spare-field {
  padding: 37px 30px 0 12px;
}

.spare-line {
  width: 2px;
  height: 18px;
  background-color: #7F7F7F;
}

/* 寬度大於等於768px時切換要顯示的li tag */
.navbar-default .navbar-nav > li.show-smallThan768px {
  display: none;
}

/* ------------------RWD--------------------- */
@media (max-width: 767px) {
  #out-menu, .spare-field {
    display: none;
  }

  #top-menu {
    background-color: #fff;
    position: relative;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    border-bottom: 0;
  }

  .navbar-brand {
    margin-top: 0px;
    height: 60px;
    padding: 10px 15px;
  }

  .navbar-brand > img {
    height: 40px;
    margin-top: 0px;
  }

  #navbar {
    margin-top: 10px;
  }

  #header, .navbar-default {
    min-height: auto;
  }

  .navbar-default .navbar-collapse {
    border: none;
    padding: 1px 0;
    background-color: #fff;
  }

  /* 上下邊框 */
  .navbar-default .navbar-nav > li:first-child {
    border-top: 1px solid #eee;
  }

  .navbar-default .navbar-nav > li {
    height: 50px;
  }
  .navbar-default .navbar-nav > li + li {
    border-top: 1px solid #eee;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 20px;
    height: 50px;
  }

  .navbar-nav > li > a:before {
    height: 50px;
    width: 0;
    background-color: #F4E727;
  }
  .navbar-nav > li > a:hover:before {
    width: 0;
  }
  .navbar-nav > li > a[aria-expanded=true]:before {
    width: 12px;
    height: 50px;
  }

  .navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before {
    width: 12px;
    height: 50px;
  }

  /* 修正寬度在768px以下，MAIN MENU PART(導覽列的下拉選單)出現scroll bar的問題 */
  #header #navbar .navbar-nav {
    margin: 0px;
  }

  /* 寬度小於768px時切換要顯示的li tag */
  .navbar-default .navbar-nav > li.hide-smallThan768px {
    display: none;
  }

  .navbar-default .navbar-nav > li.show-smallThan768px {
    display: block;
    height: auto;
  }

  .navbar-default .navbar-nav > li.show-smallThan768px ul li a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 9px 12px;
    border-top: 1px dotted #e4e4e4;
    background-color: rgba(228, 228, 228, 0.2);
  }

  .navbar-default .navbar-nav > li.show-smallThan768px ul li a:hover {
    color: #2bcdc4;
  }
}
/* 修正寬度在768px和991px之間導覽列往下移的問題 */
#header .navbar-default > .container {
  width: 100% !important;
  max-width: 1200px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #header .container {
    padding: 0px;
    width: 100%;
  }
  #header .container .navbar-collapse {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-brand {
    margin-top: 0px;
  }

  #header, .navbar-default {
    min-height: 70px;
  }

  #top-menu, .navbar-nav > li, .navbar-nav > li > a {
    height: 70px;
  }

  .navbar-nav > li > a {
    padding-top: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-brand > img {
    height: 40px;
    margin-top: 0px;
  }
}
@media (max-width: 374px) {
  .navbar-brand > img {
    height: 32px;
    margin-top: 3px;
  }
}

/*# sourceMappingURL=nav.css.map */

