@charset "UTF-8";
@font-face {
  font-family: "微軟正黑體", sans-serif;
  src: url("../webfonts/msjh.ttc"); /* IE9*/
  src: url("../webfonts/msjh.ttc") format("embedded-opentype"), url("../webfonts/msjh.ttc") format("woff"), url("../webfonts/msjh.ttc") format("truetype");
}
@font-face {
  font-family: Anton-Regular;
  src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
  src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
}
:root {
  --swiper-theme-color: #2E89CA!important;
}

.color_01 {
  color: #2E89CA !important;
}

.color_02 {
  color: #ca1d23 !important;
}

.color_03 {
  color: #b89769 !important;
}

.color_04 {
  color: #214d5b !important;
}

.color_05 {
  color: #082a38 !important;
}

.color_06 {
  color: #2f333c !important;
}

.color_07 {
  color: #222 !important;
}

.color_08 {
  color: #c97069 !important;
}

.bg_01 {
  background: #2E89CA !important;
}

.bg_02 {
  background: #ca1d23 !important;
}

.bg_03 {
  background: #b89769 !important;
}

.bg_04 {
  background: #214d5b !important;
}

.bg_05 {
  background: #082a38 !important;
}

.bg_06 {
  background: #2f333c !important;
}

.bg_07 {
  background: #222 !important;
}

.bg_08 {
  background: #c97069 !important;
}

.border_color_01 {
  border-color: #2E89CA !important;
}

.border_color_02 {
  border-color: #ca1d23 !important;
}

.border_color_03 {
  border-color: #b89769 !important;
}

.border_color_04 {
  border-color: #214d5b !important;
}

.border_color_05 {
  border-color: #082a38 !important;
}

.border_color_06 {
  border-color: #2f333c !important;
}

.border_color_07 {
  border-color: #222 !important;
}

.border_color_08 {
  border-color: #c97069 !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體", "Roboto", "open-sans", "Times New Roman", sans-serif;
  color: #333;
  background: #fff;
  font-size: 1em;
  position: relative;
}

p {
  margin-bottom: 2em !important;
  letter-spacing: 0.05em;
}

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  background: transition;
  color: #3f9ec4;
  text-decoration: none;
}

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

h1 {
  margin: 0 !important;
  line-height: normal;
  font-size: inherit;
}

h2 {
  color: #2E89CA;
  font-size: 1.85em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 1px;
  font-family: 微軟正黑體;
}

h3 {
  font-family: 微軟正黑體;
  color: #000;
  font-size: 1.6em;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  color: #b89769;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: #214d5b;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

li {
  line-height: 170%;
}

.btn_01, .table-cell .btn_01 {
  background-color: transparent;
  padding: 8px 20px 10px 20px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  color: #fff !important;
  word-wrap: none;
  white-space: nowrap;
  background: #2E89CA;
  position: relative;
  line-height: 130%;
}
.btn_01:hover, .btn_01:focus, .tabel-cell .btn_01:hover, .tabel-cell .btn_01:focus {
  background: #b89769;
  color: #fff !important;
}
.btn_01.arrow_icon {
  padding: 8px 45px 10px 20px;
}
.btn_01.arrow_icon:before {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 1px;
  left: 30px;
  bottom: 15px;
  opacity: 0;
  transition-property: left, right;
  transition: width 0.4s ease-out;
  background: #fff !important;
}
.btn_01.arrow_icon:hover:before, .btn_01.arrow_icon:focus:before {
  left: calc(100% - 35px);
  opacity: 1;
  width: 20px;
}
.btn_01.arrow_icon:after, .btn_01.arrow_icon:focus:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 10px;
  height: 1px;
  right: 13px;
  top: 15px;
  opacity: 0;
  transition-property: top, bottom;
  transition: all 0.5s ease;
  background: #fff !important;
  transform: rotate(45deg);
}
.btn_01.arrow_icon:hover:after, .btn_01.arrow_icon:focus:after {
  top: 20px;
  opacity: 1;
}
.btn_01.icon {
  padding: 8px 40px 10px 20px;
}
.btn_01.icon:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  transform: translate3d(-1px, 0, 0);
  right: 20px;
  top: 9px;
}
.btn_01.icon:hover:after {
  -webkit-animation-name: arrowLeftRight;
          animation-name: arrowLeftRight;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn_02 {
  background-color: transparent;
  padding: 8px 20px 10px 20px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  color: #2E89CA; !important;
  background: #ffffff;
  position: relative;
}
.btn_02:hover, .btn_02:focus {
  background: #2E89CA;
  color: #fff !important;
}
.btn_02.arrow_icon {
  padding: 8px 45px 10px 20px;
}
.btn_02.arrow_icon:before {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 1px;
  left: 30px;
  bottom: 15px;
  opacity: 0;
  transition-property: left, right;
  transition: width 0.4s ease-out;
  background: #fff !important;
}
.btn_02.arrow_icon:hover:before, .btn_02.arrow_icon:focus:before {
  left: calc(100% - 35px);
  opacity: 1;
  width: 20px;
}
.btn_02.arrow_icon:after, .btn_02.arrow_icon:focus:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 10px;
  height: 1px;
  right: 13px;
  top: 15px;
  opacity: 0;
  transition-property: top, bottom;
  transition: all 0.5s ease;
  background: #fff !important;
  transform: rotate(45deg);
}
.btn_02.arrow_icon:hover:after, .btn_02.arrow_icon:focus:after {
  top: 20px;
  opacity: 1;
}

.btn_back {
  background-color: transparent;
  padding: 6px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #2E89CA;
}
.btn_back:hover, .btn_back:focus {
  background: #a09f9d;
  color: #fff !important;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.scroll-to-top i {
  margin-top: 8px;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background: #2E89CA;
}
.scroll-to-top:hover i, .scroll-to-top:focus i {
  color: #fff;
}

.go_main:focus, .go_main:active {
  position: absolute;
  z-index: 9999;
}

::-moz-placeholder {
  color: #666 !important;
}

:-ms-input-placeholder {
  color: #666 !important;
}

::placeholder {
  color: #666 !important;
}

.w-auto {
  width: auto;
}

.line {
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  height: 2px;
  float: left;
  width: 100%;
  margin: 25px 0;
}

.form-control {
  padding: 2.2px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
}

.dropdown-menu {
  min-width: 150px; /* 設定最小寬度，根據需求調整 */
  max-width: 300px; /* 設定最大寬度，避免過長 */
  width: auto; /* 讓寬度根據內容變化 */
  white-space: nowrap; /* 防止內容換行 */
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap; /* 防止內容換行 */
}
.dropdown-menu li > a {
  padding: 10px 15px !important;
  border-radius: 0;
  white-space: nowrap;
  font-size: 1em !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.text-shadow-light {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}

.text-shadow-dark {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

hr {
  background: url(/static/images/hr.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 16px !important;
  margin: 20px 0;
  float: left;
  width: 100%;
}

blockquote {
  background: #f5f5f5;
  border-left: solid #b89769 5px;
  padding: 3%;
  margin: 15px 0;
}
blockquote.dark {
  background: #2E89CA;
  color: #fff;
  border-color: #eee;
}

.img_info_top {
  background: #f5f5f5;
  padding: 12px 20px 12px 30px;
  margin: -15px 0 20px 15px;
  z-index: 99;
  position: relative;
  max-width: calc(100% - 30px);
  font-size: 0.875em;
  color: #999;
  line-height: 170%;
}
.img_info_top:before {
  content: "";
  width: 46px;
  height: 2px;
  background: #b89769;
  transform: rotateZ(-90deg);
  display: block;
  left: -8px;
  top: 7px;
  position: absolute;
}
.img_info_top.dark {
  background: #2E89CA;
  color: #fff;
}
.img_info_top.dark:before {
  background: #eee;
}

/*welcome*/
body {
  position: relative;
}

#SubForm {
  z-index: 99999 !important;
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100vh + 52px);
  background: #fff;
  text-align: center;
  position: fixed;
  margin-top: -52px;
}
#SubForm img {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.welcome_fadeout {
  opacity: 0;
}

/*title_box*/
.title_box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.title_box.line_left h2 {
  margin-bottom: 0;
}
.title_box.line_left h2:before {
  content: "";
  height: 30px;
  width: 3px;
  display: block;
  background: #2E89CA;
  position: absolute;
  left: -17px;
  top: 5px;
}
.title_box.line_bottom h2 {
  margin-bottom: 40px;
}
.title_box.line_bottom h2:before {
  content: "";
  height: 3px;
  width: 30px;
  display: block;
  background: #2E89CA;
  position: absolute;
  bottom: -15px;
  margin: 5px 0;
}
.title_box.line_bottom.text-center h2:before {
  margin: 5px auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.title_box h2 {
  position: relative;
  margin-bottom: 0;
}
.title_box .small {
  color: #ccc;
  font-size: 1em;
  font-weight: 400;
  font-family: "Roboto", "微軟正黑體", "open-sans", "Times New Roman", sans-serif;
  margin-top: -5px;
  line-height: 190%;
}
.title_box .small.d-inline-block {
  line-height: 160%;
  vertical-align: bottom;
}
.title_box hr {
  margin: 15px 0 0 0;
  background: #ccc;
  height: 1px !important;
}
.title_box .big {
  font-family: Anton-Regular;
  font-size: 7em;
  position: absolute;
  top: -20px;
  width: 100%;
}

/*title_box_02*/
.title_box_02 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.title_box_02.line_left h2 {
  margin-bottom: 0;
}
.title_box_02.line_left h2:before {
  content: "";
  height: 30px;
  width: 3px;
  display: block;
  background: #2E89CA;
  position: absolute;
  left: -17px;
  top: 9px;
}
.title_box_02 > .title {
  float: left;
  width: 185px;
}
.title_box_02 > .title h2 {
  position: relative;
  margin-bottom: 0;
}
.title_box_02 > .title .small {
  color: #ccc;
  font-size: 1em;
  font-weight: 400;
  font-family: "Roboto", "微軟正黑體", "open-sans", "Times New Roman", sans-serif;
  margin-top: -5px;
  line-height: 190%;
}
.title_box_02 > .font {
  float: left;
  width: calc(100% - 185px);
  padding: 10px 0 0 30px;
}
.title_box_02 > .font .title {
  font-size: 1.375em;
  margin-bottom: 10px;
  color: #2E89CA;
}

/*for無障礙*/
/*cookie*/
#cookie {
  z-index: 99;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 150%;
}

.cookie_con {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cookie_con .font {
  float: left;
  width: calc(100% - 130px);
}
.cookie_con .font a {
  color: #333;
}
.cookie_con .font a:hover {
  color: #2E89CA !important;
}

.cookie_con .btn_box {
  float: left;
  width: 130px;
  margin: 0;
  text-align: center;
}

.cookie_con .btn_01 {
  background: #2E89CA;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 3px 0;
}

.cookie_con .btn_01:hover {
  background: #b89769;
  color: #fff;
}

/*header*/
#header {
  position: fixed;
  width: 100%;
}
#header .header-body {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  box-shadow: none !important;
}
#header.header_border .header-body {
  border-bottom: solid 1px;
  border-color: #ccc !important;
}
#header .header-nav {
  padding: 5px 0;
  min-height: 70px;
}
#header .header-btn-collapse-nav {
  margin: 0 0 0 8px;
}
#header .header-container {
  display: block;
  padding: 0 15px;
}
#header .header-container .header-column:nth-child(1) {
  margin: 0 -8px;
}
#header .header-logo a {
  float: left;
}
#header .header-logo a:hover {
  background: transparent !important;
}
#header .header-logo img {
  height: 66px !important;
  width: auto !important;
  vertical-align: top;
  padding: 10px;
  margin: 0 !important;
}
#header .header-nav-main {
  margin: 0 0 0 -15px;
  padding: 0 !important;
  width: 100%;
}
#header .header-nav-main .nav.nav-pills {
  padding: 0 !important;
}
#header .header-nav-main .nav > ul > li > a {
  color: #333;
}
#header .header-nav-main .nav > ul > li:after {
  height: 0;
}
#header .header-nav-main .nav > ul > li:before {
  display: none;
}
#header .header-nav-main .nav > ul li.dropdown.open > .dropdown-menu {
  margin-left: 0;
  color: #333;
}
#header .header-nav-main .nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: #b89769;
}
#header .header-nav-main .nav > ul li.dropdown-submenu.open > .dropdown-menu {
  background: #fff;
  margin-left: 0 !important;
}
#header .header-nav-main .nav > ul > li.dropdown-submenu.show .dropdown-menu {
  top: auto;
  display: block;
  opacity: 1;
}
#header .header-btn-collapse-nav {
  background: #2E89CA;
  padding: 8px 13px;
}
#header .header-nav-line li:hover > a {
  color: #6dbdd6;
}
#header .header-nav-line li:hover > a:before {
  background: #6dbdd6 !important;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.nav-pills > li + li {
  margin-left: 0 !important;
}

/*header white*/
#header.text-dark .header-body {
  background: #fff;
}
#header.text-dark nav > ul > li > a {
  color: #333 !important;
}

/*side-header-hamburguer-sidebar*/
.side-header-hamburguer-sidebar-narrow-bar #header.side-header:not(.side-header-hide) {
  transform: translateX(70px) !important;
  max-width: 280px !important;
}
.side-header-hamburguer-sidebar-narrow-bar .body {
  margin-left: 70px !important;
}
.side-header-hamburguer-sidebar-narrow-bar .container {
  padding: 0 15px !important;
}

.side-header-narrow-bar {
  width: 70px !important;
  z-index: 999 !important;
}

.side-header-hamburguer-sidebar .side-header-narrow-bar-bottom {
  background: #2E89CA !important;
}
.side-header-hamburguer-sidebar .side-header-narrow-bar-bottom .hamburguer-btn {
  margin: 15px 20px;
}
.side-header-hamburguer-sidebar .side-header-narrow-bar-bottom .hamburguer-btn span {
  background: #fff;
}
.side-header-hamburguer-sidebar .side-header-narrow-bar-content strong {
  font-size: 2em !important;
  margin-left: 0 !important;
  font-family: "Anton";
  letter-spacing: 0.05em;
}
.side-header-hamburguer-sidebar #header .header-body {
  background: #fff;
}
.side-header-hamburguer-sidebar #header .header-logo {
  margin: 0.5em 0 !important;
}
.side-header-hamburguer-sidebar #header .header-nav-main > nav > ul > li {
  width: 100%;
  float: left;
}
.side-header-hamburguer-sidebar #header .header-nav-main > nav > ul > li a {
  color: #333 !important;
  border-bottom: 1px solid #eee !important;
}
.side-header-hamburguer-sidebar #header .header-social-icons {
  text-align: center;
}
.side-header-hamburguer-sidebar #header .header-social-icons a {
  padding: 0 0 0 1px;
}
.side-header-hamburguer-sidebar #header .header-social-icons i {
  font-size: 1.2em;
}

/*index_banner*/
.index_banner .font {
  position: absolute;
  width: 100%;
  padding: 0 50px;
  top: 25%;
}
.index_banner .font .title {
  font-size: 1.3em;
  font-family: 微軟正黑體;
  margin-bottom: 15px;
}


.index_banner .font .con_font {
  font-size: 0.7em;
  font-family: 微軟正黑體;
  line-height: 170%;
}

/*index_banner_01*/
.index_banner_01 {
  width: 100%;
  float: left;
  padding: 5% 10%;
}
.index_banner_01 .font {
  float: left;
  width: 30% !important;
  padding: 5% 0 5% 0;
  position: absolute;
  margin-left: -35%;
}
.index_banner_01 .font .title {
  color: #2E89CA;
  font-family: 微軟正黑體;
  margin-bottom: 10px;
  line-height: 130%;
}
.index_banner_01 .font .con_font {
  font-family: 微軟正黑體;
  line-height: 170%;
}
.index_banner_01 .swiper {
  float: left;
  width: 100% !important;
  padding-left: 35%;
  position: relative;
}
.index_banner_01 .swiper .btn_box {
  position: relative;
  padding: 0;
  margin: 10px 0;
}
.index_banner_01 .swiper .btn_box .swiper-button-prev {
  right: 50px;
  left: auto;
}
.index_banner_01 .swiper .btn_box .swiper-button-next {
  margin-right: 0;
  right: 10px;
}
.index_banner_01 .swiper .btn_box .btn_01, .index_banner_01 .swiper .btn_box .btn_02 {
  width: auto !important;
  text-shadow: none !important;
  font-family: "微軟正黑體";
  line-height: 115%;
}
.index_banner_01 .btn_box {
  margin: 10px 0 0 0;
}

/*index_banner_02*/
.index_banner_02 {
  float: left;
  width: 100%;
  padding: 5% !important;
  background: #f6f6f6 !important;
  border-bottom: solid #fff 100px !important;
  overflow: inherit !important;
  margin-top: 79px !important;
}
.index_banner_02 .title {
  color: #2E89CA;
  font-size: 2em;
  font-family: 微軟正黑體;
  margin-bottom: 20px;
}
.index_banner_02 .pic_03 {
  right: -50px !important;
}

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
  position: relative;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-active, .swiper.btn_left_right .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper a {
  float: left;
  width: 100%;
}
.swiper [class^=swiper-button-]:after {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
}
.swiper .cricle_btn:after {
  background: rgba(0, 0, 0, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #fff;
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgba(255, 255, 255, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .swiper-button-prev {
  margin-left: -5px;
}
.swiper .swiper-button-next {
  margin-right: -5px;
}
.swiper.button_right {
  margin-right: 90px;
}
.swiper.button_right .swiper-button-prev {
  left: auto;
  right: 50px;
}
.swiper img {
  width: 100%;
}
.swiper .title {
  font-size: 1.25em;
  padding-bottom: 10px;
}
.swiper.btn_right_top {
  position: relative;
  width: 100%;
}
.swiper.btn_right_top .button_box {
  position: relative;
  width: 100%;
  height: 45px;
}
.swiper.btn_right_top .button_box .swiper-button-prev {
  position: absolute;
  right: 45px;
  left: auto;
}
.swiper.btn_right_top .button_box .swiper-button-next {
  position: absolute;
  right: 10px;
}
.swiper.btn_right_top .swiper-wrapper {
  margin-top: 0;
}
.swiper.btn_right_top .swiper-pagination-bullet-active {
  background: #2E89CA;
}
.swiper.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-slide video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  justify-content: center;
  align-items: center;
}

/*owl-carousel*/
.owl-carousel {
  float: left;
  width: 100%;
}
.owl-carousel .owl-nav button:before {
  font-family: "Font Awesome 6 Free" !important;
  font-size: 1rem !important;
  top: 1px !important;
}
.owl-carousel .owl-nav button:hover {
  background: #b89769 !important;
}
.owl-carousel .owl-nav [class*=owl-] {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.owl-carousel .owl-dot.active span {
  background: #2E89CA !important;
}
.owl-carousel.btn_left_right .owl-prev {
  left: -50px !important;
}
.owl-carousel.btn_left_right .owl-next {
  right: -50px !important;
}
.owl-carousel.line_btn [class*=owl-] {
  background: transparent !important;
}
.owl-carousel.line_btn button:hover {
  color: #b89769 !important;
  background: transparent !important;
}
.owl-carousel.btn_right .owl-stage-outer {
  width: calc(100% - 100px);
  margin-right: 100px;
}
.owl-carousel.btn_right .owl-stage-outer .item {
  padding-right: 100px;
}
.owl-carousel.btn_right .owl-nav {
  margin-top: 15px !important;
}
.owl-carousel.btn_right .owl-nav button {
  width: 40px !important;
}
.owl-carousel.btn_right .owl-nav button.owl-prev {
  left: -85px;
}

/*index_icon*/
.index_icon {
  position: relative;
  float: left;
  width: 100%;
  z-index: 9;
  margin-top: -120px;
}
.index_icon .row > div {
  padding: 15px !important;
  margin: 10px 0;
}
.index_icon .row > div:nth-child(4n+1) .box {
  background: #214d5b;
}
.index_icon .row > div:nth-child(4n+1) .box .icon:before {
  background: #214d5b;
}
.index_icon .row > div:nth-child(4n+2) .box {
  background: #082a38;
}
.index_icon .row > div:nth-child(4n+2) .box .icon:before {
  background: #082a38;
}
.index_icon .row > div:nth-child(4n+3) .box {
  background: #2f333c;
}
.index_icon .row > div:nth-child(4n+3) .box .icon:before {
  background: #2f333c;
}
.index_icon .row > div:nth-child(4n) .box {
  background: #222;
}
.index_icon .row > div:nth-child(4n) .box .icon:before {
  background: #222;
}
.index_icon .row > div .box {
  padding: 13px;
  color: #fff;
}
.index_icon .row > div .box .line_box {
  padding: 20px 15px;
  position: relative;
}
.index_icon .row > div .box .line_box .icon {
  position: relative;
  color: #fff;
}
.index_icon .row > div .box .line_box .icon i {
  position: relative;
}
.index_icon .row > div .box .line_box .title {
  font-family: 微軟正黑體;
  padding: 15px 0 10px 0;
}
.index_icon .row > div .box .line_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 20%;
  height: 30%;
  border-top: solid rgba(255, 255, 255, 0.5) 1px;
  border-left: solid rgba(255, 255, 255, 0.5) 1px;
  transition: all 0.5s;
}
.index_icon .row > div .box .line_box:hover:before {
  width: 100%;
  height: 100%;
}
.index_icon .row > div .box .line_box:after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 30%;
  border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
  border-right: solid rgba(255, 255, 255, 0.5) 1px;
  transition: all 0.5s;
}
.index_icon .row > div .box .line_box:hover:after {
  width: 100%;
  height: 100%;
}
.index_icon .row > div.text-center .icon {
  position: relative;
  color: #fff;
}
.index_icon .row > div.text-center .icon:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.index_icon .row > div.text-center .icon i {
  position: relative;
}

/*index_icon_01*/
.index_icon_01 {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
}
.index_icon_01 .row > div {
  padding: 15px !important;
  border-right: dotted #ccc 3px;
}
.index_icon_01 .row > div:nth-child(4n) {
  border-right: none;
}
.index_icon_01 .row > div .box .line_box .icon {
  color: #082a38;
}
.index_icon_01 .row > div .box .line_box .title {
  font-family: 微軟正黑體;
  padding: 15px 0 10px 0;
  color: #2E89CA;
}
.index_icon_01 .row > div .box .line_box .font {
  line-height: 170%;
}

/*index_icon_02*/
.index_icon_02 {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.index_icon_02 .list > div {
  border-left: solid rgba(0, 0, 0, 0.2) 1px;
  vertical-align: top;
  line-height: 130%;
  padding: 10px !important;
}
.index_icon_02 .list > div:first-child {
  border-left: none;
}
.index_icon_02 .icon {
  font-size: 2.2em;
  padding-bottom: 10px;
}
.index_icon_02.white .list > div {
  border-color: rgba(255, 255, 255, 0.3);
}

/*index_marquee*/
.index_marquee {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.index_marquee .show-nav-title {
  position: relative;
}
.index_marquee .owl-carousel {
  padding-left: 50px;
  position: relative;
  margin-bottom: 0;
}
.index_marquee .owl-carousel:before {
  content: "";
  background-image: url(/static/images/icon_01.png);
  background-size: cover;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: -5px;
}
.index_marquee .owl-dots {
  display: none;
}

/*index_about*/
.index_about {
  float: left;
  width: 100%;
  padding: 0 1.5%;
  overflow: hidden;
}
.index_about .container .row {
  padding: 0 5%;
}
.index_about .container .row > div:nth-child(2) {
  padding-bottom: 500em;
  margin-bottom: -500em;
}
.index_about .container h2 {
  color: #333;
  position: relative;
  line-height: 170%;
}

/*index_about_01*/
.index_about_01 {
  float: left;
  width: 100%;
  padding: 5%;
}
.index_about_01 .container {
  margin: 0 auto;
  max-width: 1100px !important;
}
.index_about_01 .container > .row {
  background: rgba(255, 255, 255, 0.9);
  padding: 5%;
}

/*index_about_02*/
.index_about_02 {
  float: left;
  width: 100%;
  border-top: solid #fff 50px;
}
.index_about_02 .img {
  position: relative;
}
.index_about_02 .img img {
  margin-top: -90px;
}
.index_about_02 .font {
  padding: 0 5% 5% 5% !important;
}

/*icon_box*/
.icon_box .icon i {
  font-size: 2.3em;
  color: #2E89CA;
  margin-bottom: 15px;
}
.icon_box .title {
  font-family: 微軟正黑體;
  font-size: 1.25em;
  color: #333;
  font-weight: bold;
}

/*index_number*/
.index_number {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.counters .counter strong {
  font-family: Anton-Regular;
  font-weight: 400;
}
.counters .counter label {
  padding: 10px 0 0 0;
}

/*index_author*/
.index_author {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.index_author .container {
  padding: 0 5% !important;
}

.team_con .title {
  font-family: 微軟正黑體;
  font-size: 1.5em;
  padding: 10px 0 5px 0;
}

/*index_author_01*/
.index_author_01 {
  float: left;
  width: 100%;
  padding: 5% 0;
}
.index_author_01 .container {
  padding: 15px !important;
}
.index_author_01 .container .title_box {
  float: left;
  width: 140px;
  padding-right: 20px;
}
.index_author_01 .container .list {
  float: left;
  width: calc(100% - 140px);
  padding: 0 50px;
}
.index_author_01 .container .list .title {
  font-family: 微軟正黑體;
  padding-bottom: 0;
  font-size: 1.4em;
}
.index_author_01 .container .list .small {
  color: #ccc;
  font-size: 0.8em;
}
.index_author_01 .container .list .con_font {
  color: #333;
}

/*index_author_02*/
.index_author_02 {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.index_author_02 .container {
  padding: 0 60px !important;
}
.index_author_02 .owl-carousel {
  float: left;
  width: 100%;
}
.index_author_02 .owl-carousel .item {
  padding: 50px 35px 35px 45px;
}
.index_author_02 .owl-carousel .item .box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 80px;
  position: relative;
}
.index_author_02 .owl-carousel .item .img {
  width: 130px;
  position: absolute;
  left: -45px;
  top: -45px;
}
.index_author_02 .owl-carousel .item .title {
  font-family: 微軟正黑體;
  padding-bottom: 0;
  font-size: 1.4em;
}
.index_author_02 .owl-carousel .item .con_font {
  padding-top: 5px;
}

.bg_box {
  height: 300px;
  padding-top: 20px;
}

/*bootbox*/
.bootbox .modal-dialog .close {
  border: none;
  background: transparent;
  float: right;
}

/*team_bootbox*/
.team_bootbox .img {
  margin-top: -30px;
}
.team_bootbox .title {
  font-family: 微軟正黑體;
  font-size: 1.8em;
  padding: 20px 0;
  position: relative;
  color: #000;
}
.team_bootbox .title span {
  font-size: 0.5em;
  color: #666;
  font-family: "微軟正黑體", "open-sans", "Times New Roman", sans-serif;
}
.team_bootbox .title span:before {
  content: "/";
  color: #b89769;
  padding: 0 7px;
  font-size: 0.8em;
}
.team_bootbox .title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: 10px;
}
.team_bootbox .con_title {
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  background: #2E89CA;
  padding: 5px 15px;
  border-radius: 0 20px 20px 0;
  margin-bottom: 5px;
}

/*index_agenda*/
.index_agenda {
  float: left;
  width: 100%;
  padding: 40px 0;
}
.index_agenda .container {
  padding: 0 10% !important;
}

.agenda_box {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
.agenda_box .item {
  float: left;
  width: 100%;
}
.agenda_box .item:before {
  content: "";
  position: absolute;
  left: 115px;
  top: 10px;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  z-index: 1;
}
.agenda_box .item:nth-child(odd) .font {
  background: #f5f5f5;
}
.agenda_box .time {
  position: relative;
  width: 100px;
  line-height: 150%;
  margin-bottom: 10px;
}
.agenda_box .time:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #2E89CA;
  border-radius: 50%;
  left: 111px;
  top: 10px;
  vertical-align: top;
  position: absolute;
  z-index: 9;
}
.agenda_box .font {
  margin: -5px 0 13px 35px;
  padding: 7px 20px;
  width: calc(100% - 135px);
  height: 100%;
}
.agenda_box .font .title {
  font-size: 1.2em;
}
.agenda_box .font a i {
  padding: 0 5px;
  color: #333;
}
.agenda_box .font a:hover {
  background: transparent;
}
.agenda_box .font a:hover i {
  color: #b89769;
}

/*index_agenda_01*/
.index_agenda_01 {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.index_agenda_01 .container {
  padding: 0 5% !important;
}
.index_agenda_01 .container .row > div {
  padding: 0 3%;
}
.index_agenda_01 .agenda_box .item {
  padding: 8px 10px;
}
.index_agenda_01 .agenda_box .item:before, .index_agenda_01 .agenda_box .item .time:after {
  display: none !important;
}
.index_agenda_01 .agenda_box .item:nth-child(odd) .font {
  background: transparent;
}
.index_agenda_01 .agenda_box .item:nth-child(odd) {
  background: #f5f5f5;
}
.index_agenda_01 .agenda_box .item .time {
  margin-bottom: 0;
}
.index_agenda_01 .agenda_box .item .font {
  margin: 0;
  padding: 0 0 0 35px;
}

/*index_agenda_02*/
.index_agenda_02 {
  float: left;
  width: 100%;
  overflow: hidden;
}
.index_agenda_02 .img img {
  margin-top: -30px;
}

.agenda_box_02 {
  float: left;
  width: calc(100% - 40px);
  margin: 3% 20px 20px 20px;
  position: relative;
}
.agenda_box_02 .item {
  float: left;
  width: 100%;
}
.agenda_box_02 .item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  display: block;
  width: 1px;
  height: 100%;
  background: #ccc;
  z-index: -1;
}
.agenda_box_02 .item:hover .time:after {
  -webkit-animation-name: scale_big;
          animation-name: scale_big;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.agenda_box_02 .time {
  position: relative;
  width: 100px;
  line-height: 150%;
  margin: 0 0 10px 55px;
  float: left;
}
.agenda_box_02 .time:after {
  content: "";
  width: 25px;
  height: 25px;
  background: #2E89CA;
  border-radius: 50%;
  border: solid #eaf2f4 7px;
  left: -52px;
  top: 0px;
  vertical-align: top;
  position: absolute;
  z-index: 9;
}
.agenda_box_02 .font {
  margin: 0 0 30px 30px;
  width: calc(100% - 190px);
  height: 100%;
  float: left;
}
.agenda_box_02 .font .title {
  font-size: 1.2em;
  font-weight: bold;
}
.agenda_box_02 .font a i {
  padding: 0 5px;
  color: #333;
}
.agenda_box_02 .font a:hover {
  background: transparent;
}
.agenda_box_02 .font a:hover i {
  color: #b89769;
}

/*index_event_01*/
.index_event_01 .container {
  padding: 0 5% !important;
}
.index_event_01 .nav-tabs {
  margin: 2% 0 0 0 !important;
}
.index_event_01 .nav-tabs .nav-link {
  border: none !important;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0;
  margin: 0 3%;
  border-radius: 0 !important;
  border-bottom: solid transparent 3px !important;
}
.index_event_01 .nav-tabs .nav-link.quantity {
  font-weight: 400;
}
.index_event_01 .nav-tabs .nav-link span {
  border: none !important;
}
.index_event_01 .nav-tabs .nav-link:hover, .index_event_01 .nav-tabs .nav-link:focus {
  background-color: transparent !important;
  color: #b89769 !important;
  border-bottom: solid transparent 3px !important;
}
.index_event_01 .nav-tabs .nav-link.active, .index_event_01 .nav-tabs .nav-link.active:hover, .index_event_01 .nav-tabs .nav-link.active:focus {
  background-color: transparent !important;
  color: #333 !important;
  border: none !important;
  border-bottom: solid #b89769 3px !important;
}
.index_event_01 .tab-content {
  margin-bottom: 3%;
}
.index_event_01 .tab-content .tab-pane .col-12 {
  float: left;
}
.index_event_01 .tab-content .tab-pane .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 150%;
}

/*index_event_02*/
.index_event_02 {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 0 0 50px 0;
}

.event_list_02 {
  float: left;
  width: 100%;
}
.event_list_02 .item {
  float: left;
  width: calc(100% - 40px);
  margin: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.event_list_02 .item .year {
  float: left;
  width: 130px;
  text-align: right;
  font-family: Anton-Regular;
  font-size: 1.5em;
  padding: 0 20px 0 0;
  color: #2E89CA;
}
.event_list_02 .item .year span {
  color: #ccc;
  font-size: 0.8em;
  font-weight: 400;
  padding: 0 5px;
  font-family: "微軟正黑體";
}
.event_list_02 .item .font {
  float: left;
  width: calc(100% - 130px);
  border-left: solid #ccc 1px;
  padding: 0 0 0 20px;
  position: relative;
}
.event_list_02 .item .font .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 7px;
  color: #000;
  z-index: 88;
}
.event_list_02 .item .font .con_font {
  z-index: 88;
}
.event_list_02 .item .toggle_btn {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%);
  text-align: center;
  padding-top: 30px;
  z-index: 99;
  position: relative;
  margin-top: -50px;
  display: none;
}
.event_list_02 .item .toggle_btn .btn_01 {
  background: transparent;
  color: #2E89CA !important;
}
.event_list_02 .item .toggle_btn .btn_01:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2E89CA;
  font-size: 0.8em;
  padding-left: 10px;
}
.event_list_02 .item .toggle_btn .btn_01.on:after {
  content: "\f107";
}
.event_list_02 .item .toggle_btn .btn_01.off:after {
  content: "\f077";
}
.event_list_02 .item .toggle_active .box {
  height: 180px;
  overflow: hidden;
}
.event_list_02 .item .toggle_active .toggle_btn {
  display: block;
  margin-top: -50px;
}
.event_list_02 .item .toggle_active .toggle_btn .on {
  display: block;
}
.event_list_02 .item .toggle_active .toggle_btn .off {
  display: none;
}
.event_list_02 .item .toggle_active.active .box {
  height: auto;
  overflow: hidden;
}
.event_list_02 .item .toggle_active.active .toggle_btn {
  margin-top: 0;
  padding-top: 10px;
  display: block;
}
.event_list_02 .item .toggle_active.active .toggle_btn .on {
  display: none;
}
.event_list_02 .item .toggle_active.active .toggle_btn .off {
  display: block;
}

/*index_box_01*/
.index_box_01 {
  float: left;
  width: 100%;
  padding: 4.5% 1.5%;
}
.index_box_01 .container {
  width: 100%;
  padding: 0 5% !important;
}

/*index_box_02*/
.index_box_02 {
  float: left;
  width: 100%;
}
.index_box_02 .row {
  margin: 0 !important;
}
.index_box_02 .box {
  float: left;
  width: 100% !important;
  max-width: 700px;
  padding: 8% 10% 10% 10%;
}
.index_box_02 .swiper a.bg_white:hover .font, .index_box_02 .swiper a.bg_white:focus .font {
  color: #b89769;
}
.index_box_02 .swiper .title {
  border-bottom: solid #ccc 1px;
  margin-bottom: 10px;
}
.index_box_02 .swiper .con_font {
  min-height: 82px;
}

/*index_box_03*/
.index_box_03 {
  float: left;
  width: 100%;
}
.index_box_03 .container {
  padding: 30px 5% !important;
}

/*index_box_04*/
.index_box_04 {
  float: left;
  width: 100%;
  padding: 30px 0;
  position: relative;
}
.index_box_04 .container {
  padding: 0 5% !important;
}

/*chart_box*/
.chart_box {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1000px;
}

.canvas {
  width: 100% !important;
}

/*index_album*/
.index_album {
  float: left;
  width: 100%;
}
.index_album .container {
  padding: 0 20px !important;
}
.index_album .container > .row {
  margin: 0 !important;
}
.index_album .container > .row > .col-md-4 {
  padding: 60px 100px 60px 60px;
}
.index_album .container > .row > .col-md-8 {
  width: 70%;
  margin-left: -50px;
  padding: 5% 0;
}
.index_album .img-thumbnail.img-thumbnail-hover-icon:before {
  border-radius: 0;
}

/*index_album_01*/
.index_album_01 {
  float: left;
  width: 100%;
  position: relative;
}
.index_album_01 .container {
  padding: 0 20px !important;
}
.index_album_01 .container > .row {
  margin: 0 !important;
}
.index_album_01 .container > .row > .col-md-4 {
  padding: 60px 100px 60px 60px;
}
.index_album_01 .container > .row > .col-md-8 {
  width: 70%;
  margin-left: -50px;
  padding: 5% 0;
}
.index_album_01 .img-thumbnail.img-thumbnail-hover-icon:before {
  border-radius: 0;
}

/*index_faq*/
.index_faq {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.index_faq .container {
  padding: 0 5% !important;
}
.index_faq .accordion-button {
  min-height: 95px;
}
.index_faq .accordion-button .type {
  margin-top: 5px;
}

.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: #b89769;
  position: relative;
  padding: 1.25rem 1.5rem;
  border-radius: 0;
  border-left: solid #b89769 7px;
  color: #fff;
  font-size: 1.2em;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: #666;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: #b89769;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed .type {
  background: #333;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  color: #fff;
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: -10px;
}
.accordion .accordion-item .accordion-header .accordion-button > div {
  padding-right: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button .title {
  display: inline-block;
}
.accordion .accordion-item .accordion-header .accordion-button .type {
  display: inline-block;
  background: #fff;
  color: #b89769;
  border-radius: 30px;
  padding: 2px 15px;
  font-size: 0.9em;
  white-space: nowrap;
}
.accordion.text-dark .accordion-button {
  background: #2E89CA !important;
  border-left: solid #2E89CA 7px !important;
  color: #fff !important;
  box-shadow: none;
}
.accordion.text-dark .accordion-button.collapsed {
  background: #f5f5f5 !important;
  color: #333 !important;
}
.accordion.text-dark .accordion-button.collapsed:before {
  color: #2E89CA;
}
.accordion.text-dark .accordion-button.collapsed .type {
  background: #ccc !important;
  color: #333 !important;
}
.accordion.text-dark .accordion-button.collapsed:after {
  color: #666 !important;
}
.accordion.text-dark .accordion-button:after {
  color: #fff !important;
}
.accordion.text-dark .type {
  color: #2E89CA !important;
}
.accordion.text-dark .accordion-body {
  background: #f5f5f5;
}
.accordion.circle-arrow .accordion-button:after {
  content: "\f358" !important;
  transform-origin: 50% 60% 0;
}

/*index_faq_01*/
.index_faq_01 {
  float: left;
  width: 100%;
  padding: 30px 0 60px 0;
}
.index_faq_01 .container {
  padding: 0 5% !important;
}
.index_faq_01 .title_box {
  width: 200px;
  float: left;
  padding-right: 50px;
}
.index_faq_01 .faq_list {
  width: calc(100% - 280px);
  float: left;
}
.index_faq_01 .accordion-item {
  border-bottom: solid #ccc 1px;
  background-color: transparent;
  padding-bottom: 0;
  margin: 0;
}
.index_faq_01 .accordion-item .accordion-button {
  margin: 6px 0 0 0;
  padding: 10px 20px !important;
  border-left: solid #b89769 5px !important;
}
.index_faq_01 .accordion-item .accordion-button.collapsed {
  background-color: #666 !important;
  color: #fff;
  margin: 6px 0;
}
.index_faq_01 .accordion-item .accordion-collapse {
  background: #fff;
  margin-bottom: 6px;
}
.index_faq_01 .text-dark .accordion-item .accordion-button {
  border-left: solid #2E89CA 3px !important;
}
.index_faq_01 .text-dark .accordion-item .accordion-button.collapsed {
  background-color: #fff !important;
  color: #333;
}

/*index_faq_02*/
.index_faq_02 {
  float: left;
  width: 100%;
  overflow: hidden;
}
.index_faq_02 .container {
  padding: 0 15px !important;
}
.index_faq_02 .box {
  float: left;
  width: 100%;
  width: 100%;
  max-width: 950px;
  border-radius: 0;
  padding: 30px 5% 5% 5%;
}

.faq_list_02 {
  float: left;
  width: 100%;
}
.faq_list_02 .accordion-item {
  margin-top: 10px;
  border-radius: 10px;
  border: none;
}
.faq_list_02 .accordion-item button {
  border-radius: 10px;
  padding: 12px 15px;
}
.faq_list_02 .accordion-item button:not(.collapsed) {
  color: #fff;
  background-color: #2E89CA;
  box-shadow: none;
  border-radius: 10px 10px 0 0 !important;
}
.faq_list_02 .accordion-item button:not(.collapsed) i {
  color: #fff;
}
.faq_list_02 .accordion-item button:after {
  display: none;
}
.faq_list_02 .accordion-item button:focus {
  box-shadow: none;
}
.faq_list_02 .accordion-item:first-of-type .accordion-button {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.faq_list_02 .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq_list_02 .accordion-item .icon {
  float: left;
  width: 55px;
}
.faq_list_02 .accordion-item .icon i {
  font-size: 2.5em;
  color: #2E89CA;
  padding-right: 15px;
}
.faq_list_02 .accordion-item .title {
  float: left;
  width: calc(100% - 55px);
  font-size: 1.25em;
  padding: 10px 15px;
  border-left: solid #ccc 1px;
  line-height: 170%;
}
.faq_list_02 .accordion-item .type {
  background: #eee;
  font-size: 0.8em;
  border-radius: 50px;
  padding: 7px 15px;
  color: #333;
  white-space: nowrap;
}

/*event_list*/
.event_list {
  float: left;
  width: 100%;
}
.event_list .item {
  float: left;
  width: 100%;
  position: relative;
}
.event_list .item .no {
  width: 200px;
  height: 75px;
  font-family: Anton-Regular;
  font-size: 7.5em;
  position: relative;
  top: 35px;
  padding-left: 10px;
  z-index: 1;
}
.event_list .item .no:before {
  content: "";
  width: 100%;
  height: 25px;
  background-color: #b89769;
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.event_list .item .font {
  width: calc(100% - 170px);
  background: #fff;
  padding: 50px;
  margin: -75px 0 0 170px;
}
.event_list .item .font .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 25px;
}
.event_list .item:hover .no {
  color: #333;
}
.event_list .item:hover .no:before {
  -webkit-animation-name: opacity_show;
          animation-name: opacity_show;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transition-property: left, right;
  transition: width 0.4s ease-out;
}

/*index_partner*/
.index_partner {
  float: left;
  width: 100%;
  overflow: hidden;
}
.index_partner .container {
  padding: 0 20px !important;
}
.index_partner .container .row > div:nth-child(1) {
  width: 200px !important;
  transform: skew(10deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_partner .container .row > div:nth-child(1) .title_box {
  transform: skew(-10deg);
  padding: 50px 15px 30px 10px;
}
.index_partner .container .row > div:nth-child(2) {
  width: calc(100% - 200px) !important;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_partner .container .swiper {
  padding: 0 50px;
}
.index_partner .container .swiper .img img {
  filter: grayscale(100%);
}
.index_partner .container .swiper a:hover img {
  filter: grayscale(0%);
}

/*index_partner_01*/
.index_partner_01 {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.index_partner_01 .row {
  padding: 0 5%;
}

/*index_map*/
.index_map iframe {
  margin-bottom: -8px;
}

/*index_map_01*/
.index_map_01 {
  float: left;
  width: 100%;
}
.index_map_01 iframe {
  margin-bottom: -8px;
}
.index_map_01 .box {
  max-width: 520px;
}

/*index_ad*/
.index_ad {
  float: left;
  width: 100%;
}
.index_ad .container {
  padding: 4% 5% !important;
}
.index_ad .font {
  float: left;
  width: calc(100% - 150px);
  font-size: 1.25em;
  line-height: 170%;
}
.index_ad .btn_box {
  float: left;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*index_result_02*/
.index_result_02 {
  float: left;
  width: 100%;
  padding: 0 0 0px 0;
  overflow: hidden;
}
.index_result_02 .container {
  padding: 0 60px !important;
}
.index_result_02 .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.result_list_02 {
  padding: 0 5%;
}
.result_list_02 .box {
  float: left;
  width: 100%;
}
.result_list_02 .img {
  float: left;
}
.result_list_02 .font {
  float: left;
  padding: 5% !important;
  background: #fff;
  position: relative;
}
.result_list_02 .font .title {
  font-family: 微軟正黑體;
  font-size: 1.25em;
  color: #2E89CA;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
}
.result_list_02 .font:before {
  content: "";
  background-color: #f5f5f5;
  height: 70%;
  width: 70%;
  right: -30px;
  bottom: -30px;
  position: absolute;
  display: block;
  z-index: -1;
}
.result_list_02 .font:hover {
  background: #864a79 !important;
}

.result_list_03 {
  float: left;
  width: 100%;
}
.result_list_03 .item {
  float: left;
  width: 50%;
  padding: 5% 20px 5% 55px;
}
.result_list_03 .box {
  float: left;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  padding: 6% 6% 6% 80px;
}
.result_list_03 .img {
  position: absolute;
  width: 100px;
  left: -50px;
}
.result_list_03 .img img {
  border-radius: 50%;
}
.result_list_03 .img .fa-stack {
  left: -10px;
}
.result_list_03 .img .fa-stack i:nth-child(2) {
  font-size: 0.9em;
}
.result_list_03 .img .fa-circle {
  color: #2E89CA;
}
.result_list_03 .font {
  float: left;
  width: 100%;
  color: #333;
}
.result_list_03 .font .title {
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid #ccc 1px;
  line-height: 150%;
}
.result_list_03 a:hover .title {
  color: #b89769;
}

/*index_news_02*/
.index_news_02 {
  float: left;
  width: 100%;
  overflow: hidden;
}

.news_list_02 {
  float: left;
  width: 90%;
  margin: 0 5% 50px 5%;
}
.news_list_02 .item {
  float: left;
  width: 29.3%;
  position: relative;
  margin: 2%;
  overflow: hidden;
}
.news_list_02 .item:nth-child(3n+1) {
  clear: both;
}
.news_list_02 .item img {
  width: 100%;
}
.news_list_02 .item .font {
  position: absolute;
  bottom: 0;
  background: rgba(46, 127, 152, 0.9);
  width: 100%;
  padding: 20px;
  color: #fff;
  transition-property: height, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.news_list_02 .item .title {
  font-size: 1.2em;
  font-weight: bold;
}
.news_list_02 .item .con_font {
  display: none;
  margin-top: 10px;
  border-top: solid rgba(255, 255, 255, 0.2) 1px;
  padding-top: 10px;
}
.news_list_02 .item:hover.text-center .font {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_list_02 .item:hover.text-center .font .title {
  width: 100%;
  display: block;
}
.news_list_02 .item:hover.text-center .font .con_font {
  width: 100%;
  display: block;
}
.news_list_02 .item:hover .font {
  height: 100% !important;
  bottom: -100%;
  transform: translate(0%, -100%);
}
.news_list_02 .item:hover .font.text-center {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_list_02 .item:hover .font.text-center .title {
  width: 100%;
  display: block;
}
.news_list_02 .item:hover .font.text-center .con_font {
  width: 100%;
  display: block;
}
.news_list_02 .item:hover .con_font {
  display: block;
}

@-webkit-keyframes myanimation {
  0% {
    height: auto;
  }
  100% {
    height: 100%;
    transition: all 0.5s linear;
  }
}

@keyframes myanimation {
  0% {
    height: auto;
  }
  100% {
    height: 100%;
    transition: all 0.5s linear;
  }
}
/*footer*/
#footer {
  float: left;
  width: 100%;
  padding: 50px 0 20px 0;
  border: none;
}
#footer .container {
  padding: 0 30px;
}
#footer .container .title {
  font-size: 1.25em;
  margin-bottom: 10px;
  font-family: "Roboto";
}
#footer .container ul {
  list-style: none;
  padding-left: 0;
}
#footer .container ul li {
  padding-bottom: 8px;
  line-height: 150%;
}
#footer .container a:hover, #footer .container a:focus {
  color: #b89769;
}
#footer .container i {
  padding: 10px 8px;
  font-size: 1.2em;
}
#footer .container i:hover, #footer .container i:focus {
  color: #b89769;
}

.copyright {
  border-top: solid #333 1px;
  padding-top: 20px;
  margin-top: 5px;
}

/*footer_01*/
.footer_01 li a:hover, .footer_01 li a:focus {
  color: #b89769 !important;
}

/*footer_02*/
.footer_02 {
  padding: 30px 0 !important;
  margin: 0 !important;
  color: #fff;
}
.footer_02 .container {
  padding: 0 5% !important;
}
.footer_02 ul {
  list-style: none;
  margin-bottom: 0;
}
.footer_02 ul li {
  display: inline-block;
}
.footer_02 ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 5px 0 7px;
  color: #666;
}
.footer_02 ul li a {
  color: #fff !important;
}
.footer_02 ul li a:hover, .footer_02 ul li a:focus {
  color: #b89769 !important;
}
.footer_02 i {
  color: #fff;
}
.footer_02 i:hover {
  color: #b89769;
}
.footer_02 hr {
  background: #666;
  margin: 5px 0 15px 0;
  height: 1px !important;
  float: none;
}
.footer_02 .copyright {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.footer_02.text-dark {
  color: #333;
}
.footer_02.text-dark ul li:after {
  color: #ccc;
}
.footer_02.text-dark ul li a {
  color: #333 !important;
}
.footer_02.text-dark ul li a:hover, .footer_02.text-dark ul li a:focus {
  color: #b89769 !important;
}
.footer_02.text-dark i {
  color: #333;
}
.footer_02.text-dark i:hover {
  color: #b89769;
}
.footer_02.text-dark hr {
  background: #ccc;
}

/*footer_03*/
.footer_03 {
  padding: 40px 0 20px 0 !important;
  margin-top: 0 !important;
  color: #666;
}
.footer_03:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  display: block;
  top: 5px;
}
.footer_03 ul {
  margin-top: 10px;
}
.footer_03 ul li {
  display: inline-block;
  padding: 0 !important;
}
.footer_03 ul li a {
  background: #fff;
  padding: 8px 15px;
  line-height: 150%;
  border-radius: 50px;
  float: left;
}
.footer_03 ul li a:hover, .footer_03 ul li a:focus {
  background: #2E89CA;
  color: #fff !important;
}
.footer_03 .copyright {
  border: none;
  padding-top: 0;
}

/*main*/
.main {
  margin-left: 0px !important;
}
.main .row > div {
  padding: 0 15px;
}
.main .container {
  padding: 30px 15px;
}

/*page_banner*/
.page_banner {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.page_banner .title {
  display: none;
}
.page_banner.dark {
  max-height: 300px;
  padding-top: 0;
}
.page_banner.dark:before {
  content: "";
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  position: absolute;
  height: 100%;
}
.page_banner.dark .title {
  display: block;
  vertical-align: top;
  top: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.page_banner.dark .title .small {
  font-size: 1em;
  color: #fff;
}
.page_banner.dark .title h2 {
  color: #fff;
  font-size: 2.4em;
  font-weight: 500;
}

/*page_con*/
.page_con {
  float: left;
  width: 100%;
}
.page_con .container {
  padding: 0 5% 30px 5%;
}

/*page_title*/
.page_title {
  float: left;
  width: 100%;
  position: relative;
  padding: 25px 20px 15px 20px;
}
.page_title .small {
  color: #ccc;
}
.page_title h2 {
  margin: 0;
  font-weight: 500;
}

/*page_author*/
.page_author {
  font-size: 1.2em;
  font-weight: 600;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.page_author .box {
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 10px 20px;
}
.page_author .box > div {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.page_author .box > div:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2E89CA;
  padding-right: 20px;
}
.page_author .box > div:after {
  content: "/";
  font-size: 1em;
  color: #ccc;
  position: absolute;
  left: 38px;
}
.page_author .date:before {
  content: "\f017";
}
.page_author .author:before {
  content: "\f304";
}
.page_author .photo:before {
  content: "\f030";
}

/*page_leading*/
.page_leading {
  float: left;
  width: 100%;
  padding: 15px 0 25px 0;
}
.page_leading .box {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 90px;
  background: #f5f5f5;
  position: relative;
}
.page_leading .box:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b89769;
  font-size: 2.5em;
  position: absolute;
  left: 50px;
  top: 30px;
}
.page_leading .box:after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b89769;
  font-size: 2.5em;
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.page_leading.dark .box {
  background: #2E89CA;
  color: #fff;
}
.page_leading.dark .box:before, .page_leading.dark .box:after {
  color: #fff;
}

/*page_box_01*/
.page_box_01 {
  float: left;
  width: 100%;
}
.page_box_01 > div:nth-child(1) {
  float: left;
  padding: 20px 1.5% 20px 0;
}
.page_box_01 > div:nth-child(2) {
  float: left;
  padding: 20px 0 20px 1.5%;
}
.page_box_01 > .title {
  float: left;
  line-height: 150%;
  /* word-break: break-all;*/
}
.page_box_01 > .title img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 180px;
  margin-bottom: 15px;
}
.page_box_01 > .title h3 {
  font-family: 微軟正黑體;
  font-size: 1.5em;
  margin-bottom: 0;
}
.page_box_01 > .title .small {
  color: #999;
  margin: -5px 0 5px 0;
}
.page_box_01 > .font {
  float: left;
}

.border_top {
  border-top: solid #b89769 2px;
  padding: 15px 0;
  margin: 0 !important;
}
.border_top.small {
  padding: 10px 0;
}

/*page_bottom*/
.page_bottom {
  float: left;
  width: 100%;
  padding: 30px 0 10px 0;
}
.page_bottom .list {
  float: left;
  width: 100%;
}
.page_bottom .list a {
  float: left;
  width: calc(100% - 20px);
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin: 3px 0 3px 20px;
  position: relative;
  border-radius: 10px;
}
.page_bottom .list a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
}
.page_bottom .link a:before {
  background: url(../img/icon_link.png);
  background-size: 30px;
}
.page_bottom .download a:before {
  background: url(../img/icon_download.png);
  background-size: 30px;
}

/*page_share*/
.page_share {
  float: left;
  width: 100%;
  padding: 30px 0;
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.imh_opacity:hover img, a:hover .imh_opacity img {
  opacity: 0.6;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  transition: all 0.3s ease;
}
.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.imh_detail:hover:before, a:hover .imh_detail:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img, a:hover.imh_detail img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 1.4em;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99;
  transition: all 0.4s ease;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.imh_zoom:hover:before, a:hover .imh_zoom:before {
  top: 50%;
}

.imh_zoom:hover img, a:hover .imh_zoom img {
  opacity: 0.6;
  transform: scale(1.05);
}

/*動畫效果*/
/*旋轉*/
@-webkit-keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes opacity_show {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@keyframes opacity_show {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes scale_big {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes scale_big {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  to {
    transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 864px) {
  h2 {
    font-size: 1.7em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.1em;
  }
  .container {
    max-width: 100%;
  }
  /*header*/
  #header .header-logo {
    margin: 0;
  }
  #header .header-logo img {
    max-width: 250px;
    width: auto;
  }
  #header .header-nav-bar .container {
    height: auto;
  }
  #header.fadein_header .header-nav-main nav > ul > li {
    transition: 0.3s 0.1s ease;
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  #header.fadein_header .header-nav-main nav > ul > li > a {
    border-radius: 0;
    font-size: 1em;
    padding: 20px;
  }
  #header.fadein_header .header-nav-main nav > ul > li:hover a {
    color: #6dbdd6 !important;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+8) {
    transition-delay: 1.6s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+7) {
    transition-delay: 1.4s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+6) {
    transition-delay: 1.2s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+5) {
    transition-delay: 1s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+4) {
    transition-delay: 0.8s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+3) {
    transition-delay: 0.6s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+2) {
    transition-delay: 0.4s;
  }
  #header.fadein_header .header-nav-main nav > ul > li:nth-last-child(-n+1) {
    transition-delay: 0.2s;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #2E89CA;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -1px !important;
  }
  #header .header-nav-main nav .dropdown-submenu.open > a {
    background: #214d5b !important;
    border-color: rgba(255, 255, 255, 0.1);
  }
  #header .header-nav-main nav .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu:focus > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
    background: #214d5b !important;
  }
  .sticky-header-enabled #header .header-nav-main nav > ul > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  /*選單滑入效果 menu_link*/
  .menu_link {
    overflow: hidden;
    position: relative;
    align-items: center;
    color: inherit;
    display: flex;
    text-decoration: none;
    /*text-transform: uppercase;*/
    height: auto !important;
    padding: 0 10px !important;
    margin: 26px 0 !important;
  }
  .menu_link span {
    text-decoration: none;
    transform-origin: 0 50%;
    transition: transform 0.4s ease-out;
    transform: translateY(0%);
  }
  .menu_link span.menu_hover {
    position: absolute;
    top: 0;
    will-change: transform;
    transform: translateY(100%);
    color: #2E89CA;
  }
  .menu_link:hover span, .menu_link:focus span {
    transform: translateY(-100%);
  }
  .menu_link:hover .menu_hover, .menu_link:focus .menu_hover {
    transform: translateY(0%);
  }
  /*welcome*/
  /*header-nav-links*/
  .header-nav-links ul li:hover > a {
    color: #b89769 !important;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    min-height: auto;
    padding: 0 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
  }
  /*header-nav-line*/
  #header .header-nav-line nav > ul > li {
    margin: 0 12px;
  }
  #header .header-nav-line nav > ul > li > a {
    padding: 0 !important;
  }
  /*index_banner*/
  .index_banner .font {
    top: 25%;
  }
  .index_banner .font .title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .index_banner .font .con_font {
    font-size: 1em;
  }
  /*index_banner_01*/
  .index_banner_01 {
    padding: 5%;
  }
  .index_banner_01 .font {
    padding: 0 0 5% 0;
  }
  .index_banner_01 .font .title {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .index_banner_01 .font .con_font {
    font-size: 0.8em;
    line-height: 150%;
  }
  /*index_banner_02*/
  .index_banner_02 {
    font-size: 0.8em;
    border-bottom: solid #fff 10px !important;
  }
  .index_banner_02 .container .row > div {
    padding: 0 15px;
  }
  .index_banner_02 .pic_01 {
    top: -80% !important;
    left: -40% !important;
    max-width: 500px;
  }
  .index_banner_02 .pic_02 {
    left: auto !important;
    right: 28% !important;
    top: 50% !important;
    width: 200px !important;
    height: 200px !important;
  }
  .index_banner_02 .pic_03 {
    left: auto !important;
    right: 0 !important;
    top: 10% !important;
    width: 50vw;
    max-width: 1000px;
  }
  /*index_icon*/
  .index_icon {
    margin-top: -80px;
  }
  .index_icon .row > div {
    margin: 0;
  }
  .index_icon .row > div .box {
    padding: 10px;
  }
  .index_icon .row > div .box .line_box .icon {
    font-size: 2em;
    line-height: 50px;
    margin-top: 0;
  }
  .index_icon .row > div .box .line_box .title {
    font-size: 1.7em;
  }
  .index_icon .row > div.text-center .icon {
    font-size: 2em;
    line-height: 70px;
    margin-top: -50px !important;
  }
  .index_icon .row > div.text-center .icon:before {
    width: 70px;
    height: 70px;
  }
  .index_icon .row > div.text-center .title {
    font-size: 1.7em;
  }
  /*index_icon_01*/
  .index_icon_01 .row > div .box .line_box .icon {
    font-size: 1.8em;
    line-height: 50px;
    margin-top: 0;
  }
  .index_icon_01 .row > div .box .line_box .title {
    font-size: 1.2em;
    padding: 5px 0;
  }
  .index_icon_01 .row > div .box .line_box .font {
    font-size: 0.8em;
  }
  /*index_author_01*/
  .index_author_01 .list {
    font-size: 0.9em;
  }
  /*index_author_02*/
  .index_author_02 .owl-carousel .item {
    padding: 50px 35px 35px 35px;
  }
  .index_author_02 .owl-carousel .item .box {
    padding: 30px 30px 30px 50px;
  }
  .index_author_02 .owl-carousel .item .img {
    width: 90px;
    left: -35px;
    top: -35px;
  }
  /*index_result_02*/
  .index_result_02 {
    padding: 0 0 50px 0;
  }
  .index_result_02 .container {
    padding: 0 60px !important;
  }
  .result_list_02 {
    padding: 0 5%;
  }
  .result_list_02 .img {
    width: 90%;
  }
  .result_list_02 .font {
    width: 90%;
    margin: -30px 0 0 30px;
  }
  .result_list_03 .item {
    width: 50%;
    padding: 5% 20px 5% 40px;
  }
  .result_list_03 .box {
    padding: 6% 6% 6% 50px;
  }
  .result_list_03 .img {
    width: 80px;
    left: -32px;
  }
  .result_list_03 .img .fa-stack {
    font-size: 2em;
  }
  /*page_title*/
  .page_title .small {
    font-size: 0.9em;
  }
  .page_title h2 {
    font-size: 2em;
  }
  /*page_leading*/
  .page_leading {
    padding: 15px 0 25px 0;
  }
  .page_leading .box {
    padding: 60px 90px;
  }
  .page_leading .box:before {
    font-size: 2.5em;
    left: 50px;
    top: 30px;
  }
  .page_leading .box:after {
    font-size: 2.5em;
    right: 50px;
    bottom: 30px;
  }
  /*page_box_01*/
  .page_box_01 > .title {
    width: 25%;
  }
  .page_box_01 > .font {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    padding: 0 0 0 5px;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1.125em !important;
  }
  /*header*/
  .header-body .header-logo img {
    max-width: 100% !important;
    width: 300px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.15em;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*header-nav-links*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 26px 10px;
    min-height: auto;
    background: transparent;
  }
  /*header-nav-line*/
  #header .header-nav-line nav > ul > li {
    margin: 0 20px;
  }
  #header .header-nav-line nav > ul > li > a {
    padding: 26px 0px !important;
  }
  #header .header-nav-line nav > ul > li > a:before {
    background: #2E89CA;
  }
  /*index_banner*/
  .index_banner .font {
    top: 35%;
  }
  .index_banner .font .title {
    font-size: 2.3em;
    margin-bottom: 25px;
  }
  .index_banner .font .con_font {
    font-size: 1.1em;
  }
  /*index_banner_01*/
  .index_banner_01 {
    padding: 5%;
  }
  .index_banner_01 .font {
    padding: 0;
  }
  .index_banner_01 .font .title {
    font-size: 1.4em;
  }
  .index_banner_01 .font .con_font {
    font-size: 0.9em;
  }
  /*index_banner_02*/
  .index_banner_02 {
    font-size: 1em;
    border-bottom: solid #fff 40px !important;
  }
  .index_banner_02 .title {
    font-size: 2em;
  }
  .index_banner_02 .pic_01 {
    top: -90% !important;
    left: -40% !important;
    max-width: 700px;
  }
  .index_banner_02 .pic_02 {
    left: auto !important;
    right: 25% !important;
    top: 30% !important;
    width: 300px !important;
    height: 300px !important;
  }
  .index_banner_02 .pic_03 {
    left: auto !important;
    top: 0 !important;
    width: 50vw;
    max-width: 1000px;
  }
  /*index_icon_01*/
  .index_icon_01 .row > div .box .line_box .icon {
    font-size: 1.8em;
    line-height: 50px;
    margin-top: 0;
  }
  .index_icon_01 .row > div .box .line_box .title {
    font-size: 1.5em;
    padding: 5px 0;
  }
  .index_icon_01 .row > div .box .line_box .font {
    font-size: 1em;
  }
  /*index_author_02*/
  .index_author_02 .owl-carousel .item {
    padding: 50px 20px 35px 60px;
  }
  .index_author_02 .owl-carousel .item .box {
    padding: 8% 8% 8% 90px;
  }
  .index_author_02 .owl-carousel .item .img {
    width: 130px;
    left: -55px;
    top: -45px;
  }
  /*index_album*/
  .index_album .container {
    padding: 0 5% !important;
  }
  /*index_result_02*/
  .index_result_02 {
    padding: 0 0 50px 0;
  }
  .index_result_02 .container {
    padding: 0 60px !important;
  }
  .result_list_02 {
    padding: 0 5%;
  }
  .result_list_02 .img {
    width: 65%;
  }
  .result_list_02 .font {
    width: calc(45% - 30px);
    margin: 30px 0 0 -10%;
  }
  .result_list_03 .item {
    width: 50%;
    padding: 5% 20px 5% 55px;
  }
  .result_list_03 .box {
    padding: 6% 6% 6% 80px;
  }
  .result_list_03 .img {
    position: absolute;
    width: 100px;
    left: -50px;
  }
  .result_list_03 .img img {
    border-radius: 50%;
  }
  .result_list_03 .img .fa-stack {
    left: -10px;
    font-size: 3em;
  }
  .result_list_03 .font .title {
    font-size: 1.25em;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /*page_title*/
  .page_title {
    padding: 25px 20px 15px 20px;
  }
  .page_title .small {
    font-size: 1em;
  }
  .page_title h2 {
    font-size: 2.4em;
  }
  /*page_box_01*/
  .page_box_01 > .title {
    width: 250px;
  }
  .page_box_01 > .font {
    width: calc(100% - 250px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  .header-body .header-logo img {
    max-width: 100% !important;
    width: 380px !important;
  }
  .header-body .header-nav-main nav > ul > li > a {
    font-size: 1.3em;
  }
  /*index_banner*/
  .index_banner .font {
    top: 35%;
  }
  .index_banner .font .title {
    font-size: 2.6em;
    margin-bottom: 30px;
  }
  .index_banner .font .con_font {
    font-size: 1.2em;
  }
  /*index_banner_01*/
  .index_banner_01 .font {
    padding: 0;
  }
  .index_banner_01 .font .title {
    font-size: 1.7em;
  }
  .index_banner_01 .font .con_font {
    font-size: 1.2em;
  }
  /*index_banner_02*/
  .index_banner_02 .pic_01 {
    top: -100% !important;
    left: -40% !important;
    max-width: 800px;
  }
  .index_banner_02 .pic_02 {
    left: 45% !important;
    top: 45% !important;
    width: 300px !important;
    height: 300px !important;
  }
  /*index_icon*/
  .index_icon {
    margin-top: -120px;
  }
  .index_icon .row > div {
    margin: 10px 0;
  }
  .index_icon .row > div .box {
    padding: 13px;
  }
  .index_icon .row > div.text-center .icon {
    font-size: 2.2em;
    line-height: 80px;
    margin-top: -55px;
  }
  .index_icon .row > div.text-center .icon:before {
    width: 80px;
    height: 80px;
  }
  .index_icon .row > div.text-center .title {
    font-size: 1.875em;
  }
  /*index_icon_01*/
  .index_icon_01 .row > div .box .line_box .icon {
    font-size: 2.1em;
    line-height: 50px;
    margin-top: 0;
  }
  .index_icon_01 .row > div .box .line_box .title {
    font-size: 1.7em;
    padding: 10px 0;
  }
  .index_icon_01 .row > div .box .line_box .font {
    font-size: 1em;
  }
  /*index_author_01*/
  .index_author_01 .list {
    font-size: 1em;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*header*/
  .header-body .header-logo img {
    max-width: 100% !important;
    width: 420px !important;
  }
  /*index_banner*/
  .index_banner .font {
    top: 45%;
  }
  .index_banner .font .title {
    font-size: 2.8em;
    margin-bottom: 40px;
  }
  .index_banner .font .con_font {
    font-size: 1.25em;
  }
  /*index_banner_01*/
  .index_banner_01 {
    padding: 5% 10%;
  }
  .index_banner_01 .font .title {
    font-size: 2.1em;
  }
  .index_banner_01 .font .con_font {
    font-size: 1.2em;
    line-height: 190%;
  }
  /*index_banner_02*/
  .index_banner_02 {
    border-bottom: solid #fff 100px !important;
  }
  .index_banner_02 .pic_01 {
    top: -90% !important;
    left: -20% !important;
  }
  .index_banner_02 .pic_02 {
    left: 42% !important;
    top: 30% !important;
    max-width: 400px !important;
    height: 400px !important;
  }
  .index_banner_02 .pic_03 {
    width: 55vw;
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  /*index_banner_02*/
  .index_banner_02 .pic_01 {
    top: -90% !important;
    left: -10% !important;
  }
  .index_banner_02 .pic_02 {
    left: auto !important;
    right: 700px !important;
    top: 45% !important;
    max-width: 400px !important;
    height: 400px !important;
  }
  .index_banner_02 .pic_03 {
    left: auto !important;
    width: 100%;
    max-width: 1000px;
  }
}
/* 平板電腦、橫向手機解析度 */
@media (min-width: 864px) and (max-width: 991px) {
  /*index_album*/
  .index_album .container {
    padding: 0 !important;
  }
  .index_album .container > .row > .col-md-4 {
    padding: 60px 100px 60px 60px;
    width: 40%;
  }
  .index_album .container > .row > .col-md-8 {
    width: calc(60% + 50px);
    margin-left: -100px;
    padding: 100px 0 5% 5%;
  }
  /*index_event_01*/
  .index_event_01 .tab-content .tab-pane .title {
    font-size: 1.3em;
  }
  /*index_faq_01*/
  .index_faq_01 .title_box {
    width: 170px;
  }
  .index_faq_01 .faq_list {
    width: calc(100% - 170px);
  }
}
@media (max-width: 864px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  /*header*/
  #header .header-body {
    background-color: #222;
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
    border-bottom: none;
  }
  #header .header-nav {
    padding: 0;
    min-height: auto;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: auto;
  }
  .header-logo {
    margin: 0 !important;
  }
  .header-logo img {
    width: auto;
    height: 40px !important;
    width: auto;
    margin-top: 2px;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
    background: #2E89CA;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
    color: #fff !important;
    font-weight: 400 !important;
  }
  .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
    float: left !important;
    width: 100%;
  }
  .header-nav-main nav > ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav ul > li > a {
    padding: 10px 15px !important;
  }
  .header-nav-main nav .dropdown.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown ul {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  .header-nav-main nav .dropdown ul li a {
    padding: 10px 15px 10px 32px !important;
  }
  .header-nav-main nav .dropdown ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu {
    float: left !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open .dropdown-menu {
    background: #082a38 !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open li a {
    padding: 10px 15px 10px 50px !important;
    color: #333 !important;
  }
  /*header white*/
  #header.text-dark nav > ul > li > a {
    color: #fff !important;
  }
  /*選單滑入效果 menu_link*/
  .menu_link span {
    color: #fff;
  }
  .menu_link span.menu_hover {
    display: none;
  }
  .menu_link:hover span, .menu_link:focus span {
    transform: translateY(0%);
  }
  /*side-header-hamburguer-sidebar*/
  .side-header-hamburguer-sidebar-narrow-bar .body {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .side-header-hamburguer-sidebar-narrow-bar #header {
    padding-left: 0 !important;
    left: 0;
    display: block !important;
  }
  .side-header-hamburguer-sidebar-narrow-bar #header .side-header-narrow-bar {
    width: 0 !important;
    display: none;
  }
  .side-header-hamburguer-sidebar-narrow-bar #header .header-nav-main nav {
    background: #fff;
    margin-left: 15px;
  }
  .side-header-hamburguer-sidebar-narrow-bar .side-header-narrow-bar {
    width: 100% !important;
    height: 55px !important;
    display: flex;
    flex-grow: 1;
    border-bottom: solid #eee 1px;
    position: fixed;
  }
  .side-header-hamburguer-sidebar-narrow-bar .side-header-narrow-bar .side-header-narrow-bar-content {
    flex-grow: 1;
    flex-direction: column;
    float: left;
    text-align: left !important;
    align-items: stretch !important;
    padding: 5px;
  }
  .side-header-hamburguer-sidebar-narrow-bar .side-header-narrow-bar .side-header-narrow-bar-bottom {
    background: transparent !important;
  }
  .side-header-hamburguer-sidebar-narrow-bar .side-header-narrow-bar .side-header-narrow-bar-bottom span {
    background: #333;
  }
  .side-header-hamburguer-sidebar-narrow-bar .side-header-narrow-bar .mobile_btn {
    flex-grow: 1;
    flex-direction: column;
    align-items: end !important;
    position: absolute;
    width: 60px;
    right: 0;
  }
  .side-header-hamburguer-sidebar-narrow-bar .header-row-side-header {
    padding-left: 15px;
  }
  .side-header-hamburguer-sidebar-narrow-bar .header-row-side-header .dropdown.open ul {
    background: #fff !important;
  }
  .side-header-hamburguer-sidebar-narrow-bar .main {
    margin-top: 54px;
  }
  /*title_box*/
  .title_box.line_left h2:before {
    content: "";
    height: 22px;
    width: 2px;
    left: -10px;
    top: 6px;
  }
  .title_box.line_bottom h2 {
    margin-bottom: 20px;
  }
  .title_box.line_bottom h2:before {
    height: 2px;
    width: 22px;
    bottom: -15px !important;
  }
  .title_box .small {
    font-size: 0.8em;
  }
  .title_box .big {
    font-size: 4em;
    top: 0;
  }
  /*title_box_02*/
  .title_box_02.line_left h2:before {
    height: 22px;
    width: 2px;
  }
  .title_box_02 > .title {
    width: 100%;
    padding: 0 5%;
  }
  .title_box_02 > .title .small {
    font-size: 0.8em;
  }
  .title_box_02 > .font {
    width: 100%;
    padding: 10px 5% 0 5%;
    font-size: 0.9em;
  }
  /*index_banner_01*/
  .index_banner_01 {
    padding: 5%;
    background: #efefef !important;
  }
  .index_banner_01 .font {
    width: 100% !important;
    margin: 0;
    position: relative;
    padding: 0;
  }
  .index_banner_01 .font .title {
    font-size: 1.1em;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .index_banner_01 .font .con_font {
    font-size: 0.9em;
  }
  .index_banner_01 .swiper {
    padding-left: 0;
    margin-top: 5px;
  }
  .index_banner_01 .swiper .btn_box {
    padding: 0px 20px 0;
    margin: 15px 0;
    width: 80px;
    float: right;
  }
  .index_banner_01 .swiper .btn_box .swiper-button-prev {
    right: auto;
    left: 10px;
  }
  .index_banner_01 .swiper .btn_box .swiper-button-next {
    right: auto;
    left: 45px;
  }
  /*index_banner_02*/
  .index_banner_02 {
    font-size: 0.7em;
    line-height: 170%;
    margin-top: 52px !important;
    border-bottom: solid #fff 30px !important;
  }
  .index_banner_02 .container .row > div {
    padding: 0;
  }
  .index_banner_02 .pic_01 {
    top: -90% !important;
    left: -40% !important;
    max-width: 500px;
  }
  .index_banner_02 .pic_02 {
    left: 50% !important;
    top: 45% !important;
    width: 150px !important;
    height: 150px !important;
  }
  .index_banner_02 .pic_03 {
    left: auto !important;
    right: 0 !important;
    top: 10% !important;
    width: 45vw;
    max-width: 1000px;
  }
  /*swiper*/
  .swiper.button_right {
    padding: 50px 0 0 0;
  }
  .swiper.button_right .swiper-button-prev {
    top: 20px;
  }
  .swiper.button_right .swiper-button-next {
    top: 20px;
  }
  /*index_icon*/
  .index_icon {
    margin-top: -70px;
    margin-bottom: -30px;
  }
  .index_icon .row > div {
    margin: 0;
  }
  .index_icon .row > div .box {
    padding: 10px;
  }
  .index_icon .row > div.text-center .icon {
    font-size: 1.8em;
    line-height: 60px;
    margin-top: -55px;
  }
  .index_icon .row > div.text-center .icon:before {
    width: 60px;
    height: 60px;
  }
  .index_icon .row > div.text-center .title {
    font-size: 1.5em;
    padding: 5px 0 10px 0 !important;
  }
  /*index_icon_01*/
  .index_icon_01 .row > div {
    border-top: dotted #ccc 3px;
  }
  .index_icon_01 .row > div:nth-child(2n) {
    border-right: none;
  }
  .index_icon_01 .row > div:nth-child(1), .index_icon_01 .row > div:nth-child(2) {
    border-top: none;
  }
  .index_icon_01 .row > div .icon {
    font-size: 1.6em;
  }
  .index_icon_01 .row > div .title {
    font-size: 1.1em;
    padding: 5px 0 0 0 !important;
  }
  .index_icon_01 .row > div .font {
    font-size: 0.8em;
  }
  /*index_icon_02*/
  .index_icon_02 {
    padding: 0 5%;
  }
  .index_icon_02 .list > div {
    padding: 20px 10px;
  }
  .index_icon_02 .list > div:nth-child(1), .index_icon_02 .list > div:nth-child(2), .index_icon_02 .list > div:nth-child(3) {
    border-bottom: solid rgba(0, 0, 0, 0.2) 1px;
  }
  .index_icon_02 .list > div:nth-child(4) {
    border-left: none;
  }
  .index_icon_02.white .list > div:nth-child(1), .index_icon_02.white .list > div:nth-child(2), .index_icon_02.white .list > div:nth-child(3) {
    border-color: rgba(255, 255, 255, 0.3);
  }
  /*index_marquee*/
  .index_marquee .owl-carousel {
    padding-left: 35px;
  }
  .index_marquee .owl-carousel:before {
    width: 25px;
    height: 25px;
    top: 0px;
  }
  /*index_about_01*/
  .index_about_01 .counters {
    font-size: 0.9em;
  }
  /*index_about_02*/
  .index_about_02 .container {
    padding-top: 0;
  }
  /*index_number*/
  .counters .counter strong {
    font-size: 2.5em;
  }
  .counters .counter label {
    font-size: 1em;
    padding: 0;
  }
  /*index_author*/
  .index_author .list {
    font-size: 0.9em;
  }
  /*index_author_01*/
  .index_author_01 .list {
    width: 100% !important;
    font-size: 0.85em;
  }
  /*index_author_02*/
  .index_author_02 .container {
    padding: 0 40px !important;
  }
  .index_author_02 .bg_box {
    padding-top: 0;
  }
  .index_author_02 .owl-carousel .item {
    padding: 50px 0 35px 35px;
  }
  .index_author_02 .owl-carousel .item .box {
    padding: 30px 20px 30px 50px;
  }
  .index_author_02 .owl-carousel .item .img {
    width: 90px;
    left: -35px;
    top: -35px;
  }
  .index_author_02 .owl-carousel .item .title {
    font-size: 1.3em;
  }
  /*index_agenda*/
  .index_agenda .container {
    padding: 0 20px !important;
  }
  /*index_agenda_02*/
  .index_agenda_02 .container {
    padding: 0 15px 30px 15px;
  }
  /*index_event_01*/
  .index_event_01 .nav-tabs .nav-link {
    font-size: 1.5em !important;
  }
  .index_event_01 .tab-content .tab-pane .title {
    font-size: 1.2em;
  }
  /*index_event_02*/
  .index_event_02 .container {
    padding-top: 0;
  }
  /*index_box_01*/
  .index_box_01 {
    padding: 40px 1.5%;
  }
  /*index_box_02*/
  .index_box_02 .swiper .con_font {
    min-height: auto;
  }
  /*index_album*/
  .index_album .container {
    padding: 0 !important;
  }
  .index_album .container > .row > .col-md-4 {
    padding: 60px;
  }
  .index_album .container > .row > .col-md-8 {
    width: 100%;
    margin: -20px 0 0 0;
    padding: 30px 5%;
  }
  /*index_faq*/
  .index_faq {
    padding: 40px 0;
  }
  .index_faq .container {
    padding: 0 5% !important;
  }
  .index_faq .accordion-button {
    min-height: auto;
    font-size: 1em !important;
    padding: 1rem 1.25rem 1rem 0.9rem !important;
  }
  /*index_faq_01*/
  .index_faq_01 .title_box {
    width: 100%;
    padding-right: 0;
  }
  .index_faq_01 .title_box.text-right {
    text-align: left !important;
  }
  .index_faq_01 .faq_list {
    width: 100%;
  }
  .index_faq_01 .faq_list .accordion-button {
    font-size: 1.1em !important;
  }
  /*index_faq_02*/
  .index_faq_02 .box {
    padding: 0 5% 5% 5%;
  }
  .faq_list_02 .accordion-item .icon {
    width: 45px;
  }
  .faq_list_02 .accordion-item .icon i {
    font-size: 2em;
    color: #2E89CA;
    padding-right: 15px;
  }
  .faq_list_02 .accordion-item .title {
    width: calc(100% - 45px);
    font-size: 1.15em;
    padding: 0 0 0 15px;
    line-height: 150%;
  }
  .faq_list_02 .accordion-item .type {
    padding: 3px 10px;
  }
  /*event_list*/
  .event_list .item .no {
    width: 100px;
    height: 50px;
    font-size: 4em;
    padding-left: 5px;
  }
  .event_list .item .no:before {
    border-bottom: solid #b89769 15px;
  }
  .event_list .item .font {
    width: calc(100% - 85px);
    margin: -30px 0 0 85px;
    padding: 35px 25px 35px 35px;
  }
  .event_list .item .font .title {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
  /*index_event_02*/
  .event_list_02 .container {
    padding-top: 0;
  }
  .event_list_02 .item {
    width: 100%;
    margin: 10px 0;
    padding: 20px;
  }
  .event_list_02 .item .year {
    width: 120px;
    font-size: 1.3em;
  }
  .event_list_02 .item .font {
    width: calc(100% - 120px);
  }
  /*index_partner*/
  .index_partner .container {
    font-size: 0.7em;
  }
  .index_partner .container .row > div:nth-child(1) {
    width: 105px !important;
  }
  .index_partner .container .row > div:nth-child(1) .title_box {
    padding: 30px 0 10px 0;
  }
  .index_partner .container .row > div:nth-child(2) {
    width: calc(100% - 105px) !important;
  }
  .index_partner .container .swiper {
    padding: 0 30px;
  }
  /*index_ad*/
  .index_ad .font {
    font-size: 1.1em;
  }
  /*index_result_02*/
  .index_result_02 .container {
    padding: 0 30px !important;
    margin-top: -20px;
  }
  .result_list_02 .img {
    width: 90%;
  }
  .result_list_02 .font {
    width: 90%;
    margin: -30px 0 0 5%;
  }
  .result_list_02 .font .title {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }
  .result_list_02 .font .con_font {
    display: none;
  }
  .result_list_03 {
    padding: 5% 0;
  }
  .result_list_03 .item {
    width: 100%;
    padding: 10px 0 10px 32px;
  }
  .result_list_03 .box {
    padding: 6% 6% 6% 50px;
  }
  .result_list_03 .img {
    width: 80px;
    left: -32px;
  }
  .result_list_03 .img img {
    border-radius: 50%;
  }
  .result_list_03 .img .fa-stack {
    font-size: 2em;
  }
  .result_list_03 .font .title {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /*index_news_02*/
  .index_news_02 .container {
    padding: 0 15px !important;
  }
  .news_list_02 .item {
    width: 46%;
  }
  .news_list_02 .item .font {
    padding: 10px 15px;
  }
  .news_list_02 .item .title {
    font-size: 1.15em;
  }
  .news_list_02 .item .con_font {
    display: none;
  }
  .news_list_02 .item:nth-child(3n-2) {
    width: 96%;
  }
  /*owl-carousel*/
  .owl-carousel.btn_left_right .owl-prev {
    left: -40px !important;
  }
  .owl-carousel.btn_left_right .owl-next {
    right: -40px !important;
  }
  /*footer*/
  #footer {
    padding: 30px 0 10px 0;
    font-size: 0.8em;
    line-height: 170%;
  }
  /*footer*/
  .footer_02 .text-right {
    text-align: left !important;
  }
  /*footer_03*/
  .footer_03 {
    padding: 20px 0 !important;
  }
  /*page_banner*/
  .page_banner.dark img {
    height: 150px !important;
  }
  .page_banner.dark .title {
    top: 45%;
  }
  .page_banner.dark .title h2 {
    font-size: 1.7em !important;
  }
  .page_banner.dark .title .small {
    font-size: 0.8em;
  }
  /*page_title*/
  .page_title {
    padding: 15px 20px 5px 20px;
  }
  .page_title .small {
    font-size: 0.8em;
    margin-bottom: -5px;
  }
  .page_title h2 {
    font-size: 1.7em;
  }
  /*page_author*/
  .page_author {
    padding: 10px 0;
    font-size: 0.85em;
  }
  .page_author .box {
    padding: 5px 0;
  }
  /*page_leading*/
  .page_leading {
    padding: 10px 0 20px 0;
  }
  .page_leading .box {
    padding: 40px 60px;
  }
  .page_leading .box:before {
    font-size: 1.8em;
    left: 30px;
    top: 30px;
  }
  .page_leading .box:after {
    font-size: 1.8em;
    right: 30px;
    bottom: 30px;
  }
  /*page_box_01*/
  .page_box_01 > .title {
    width: 170px;
  }
  .page_box_01 > .title h3 {
    font-size: 1.3em;
  }
  .page_box_01 > .title .small {
    color: #999;
    margin-top: -5px;
  }
  .page_box_01 > .font {
    width: calc(100% - 170px);
  }
}
@media (max-width: 576px) {
  /*index_banner_02*/
  .index_banner_02 {
    border-bottom: solid #fff 10px !important;
  }
  .index_banner_02 .pic_01 {
    top: -130% !important;
    left: -60% !important;
  }
  .index_banner_02 .pic_02 {
    left: auto !important;
    right: 0 !important;
    top: 35% !important;
    width: 100px !important;
    height: 200px !important;
  }
  .index_banner_02 .pic_03 {
    right: 0 !important;
    top: 75% !important;
    display: none;
  }
  /*index_icon_02*/
  .index_icon_02 {
    font-size: 0.8em;
  }
  /*index_about_02*/
  .index_about_02 {
    background: #f5f5f5 !important;
  }
  .index_about_02 .img img {
    position: relative;
  }
  .index_about_02 .counter {
    font-size: 0.8em;
  }
  /*index_author_02*/
  .index_author_02 .owl-carousel .item {
    padding: 30px 0 35px 25px;
  }
  .index_author_02 .owl-carousel .item .box {
    padding: 30px 20px 30px 25px;
  }
  .index_author_02 .owl-carousel .item .img {
    width: 50px;
    left: -25px;
    top: -25px;
  }
  .index_author_02 .owl-carousel .item .title {
    font-size: 1.3em;
  }
  /*index_agenda*/
  .agenda_box {
    margin: 0;
  }
  .agenda_box .item {
    padding: 10px 10px 10px 0;
  }
  .agenda_box .item:before {
    display: none;
  }
  .agenda_box .item:nth-child(odd) .font {
    background: transparent;
  }
  .agenda_box .time {
    width: 100%;
    padding: 5px 0 5px 15px;
    font-size: 0.9em;
    color: #999;
    margin-bottom: 5px;
    background: #f5f5f5;
  }
  .agenda_box .time:after {
    left: -3px;
    top: 12px;
    width: 7px;
    height: 7px;
  }
  .agenda_box .font {
    margin: -10px 0 0 0;
    padding: 7px 15px 0 15px;
    width: 100%;
  }
  /*index_agenda*/
  .index_agenda_01 .agenda_box .item {
    margin-bottom: 5px;
  }
  .index_agenda_01 .agenda_box .item .time {
    background: transparent !important;
    padding: 5px;
  }
  .index_agenda_01 .agenda_box .item .font {
    padding: 0 5px !important;
  }
  /*index_agenda_02*/
  .agenda_box_02 .font {
    margin: -5px 0 30px 55px;
    width: calc(100% - 30px);
  }
  /*index_box_01*/
  .index_box_01 .container {
    padding: 0 20px !important;
  }
  /*event_list*/
  .event_list .item .font {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 40px 20px 30px 20px;
  }
  /*index_event_02*/
  .event_list_02 .item .year {
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: solid #ccc 1px;
  }
  .event_list_02 .item .font {
    width: 100%;
    border: none;
    padding: 10px 0 0 0;
  }
  /*index_result_02*/
  .result_list_03 .item {
    padding: 5% 0 5% 10px;
  }
  .result_list_03 .box {
    padding: 5% 5% 5% 35px;
  }
  .result_list_03 .img .fa-stack {
    font-size: 1.5em;
    left: 0;
  }
  /*index_ad*/
  .index_ad .container {
    padding: 10% 5% !important;
  }
  .index_ad .font {
    width: 100%;
    font-size: 1em;
  }
  .index_ad .btn_box {
    width: 100%;
    margin-bottom: 0;
  }
  /*index_news_02*/
  .news_list_02 .item {
    width: 96%;
  }
  /*page_author*/
  .page_author {
    padding: 10px 0;
    font-size: 0.75em;
  }
  .page_author .box {
    padding: 5px 0;
  }
  .page_author .box > div {
    padding: 0 8px;
  }
  .page_author .box > div:before {
    padding-right: 13px;
  }
  .page_author .box > div:after {
    left: 24px;
  }
  /*page_leading*/
  .page_leading {
    padding: 10px 0 20px 0;
  }
  .page_leading .box {
    padding: 25px 35px;
    width: 100%;
  }
  .page_leading .box:before {
    font-size: 1.4em;
    left: 15px;
    top: 10px;
  }
  .page_leading .box:after {
    font-size: 1.4em;
    right: 15px;
    bottom: 10px;
  }
  /*page_box_01*/
  .page_box_01 > div {
    padding: 0 0 20px 0 !important;
  }
  .page_box_01 > .title {
    width: 100%;
  }
  .page_box_01 > .title.text-right {
    text-align: left !important;
  }
  .page_box_01 > .font {
    width: 100%;
  }
  .border_top {
    border-top: none;
    border-left: solid #b89769 2px;
    padding: 0 0 0 10px !important;
    margin: 0 0 10px 0 !important;
  }
  .border_top.small {
    padding: 10px 0;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

.quantity {
  font-family: Anton-Regular;
}

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

.font-xlarge {
  font-size: 140% !important;
}

.font-large {
  font-size: 120% !important;
}

.font-100 {
  font-size: 100% !important;
}

.font-small {
  font-size: 80% !important;
}

.font-xsmall {
  font-size: 60% !important;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.input-xlarge {
  width: 420px !important;
}

.input-large {
  width: 320px !important;
}

.input-medium {
  width: 240px !important;
}

.input-small {
  width: 145px !important;
}

.input-xsmall {
  width: 80px !important;
}

.float_left, .float-left {
  float: left;
}

.float_right, .float-right {
  float: right;
}

.text_center, .text-center {
  text-align: center;
}

.text_right, .text-right {
  text-align: right !important;
}

.text_left, .text-left {
  text-align: left !important;
}

.red {
  color: #900 !important;
}

.white, a.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

.blue_01 {
  color: #3e76b6 !important;
}

.blue_02 {
  color: #003f86 !important;
}

.green_01 {
  color: #588216 !important;
}

.green_02 {
  color: #00693E !important;
}

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #fff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

.bg_blue_01 {
  background: #3e76b6 !important;
}

.bg_blue_02 {
  background: #003f86 !important;
}

.bg_green_01 {
  background: #588216 !important;
}

.bg_green_02 {
  background: #00693E !important;
}

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

.required {
  color: #900;
  font-size: 0.9em;
  line-height: 140%;
  padding: 3px 0;
}

.img_padding {
  padding: 10px;
}

.img_padding[align=left] {
  padding: 0 30px 30px 0;
}

.img_padding[align=right] {
  padding: 0 0 30px 30px;
}

.img_pic {
  border: solid #ddd 1px;
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
}

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.blockquote_font {
  max-width: 96%;
  margin: 30px auto;
  color: #333;
  border-left: 6px solid #2b50a8;
  padding-left: 1.5em;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.align-m {
  vertical-align: middle !important;
}

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.display_none {
  display: none;
}

.display_inline {
  display: inline-block !important;
}

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #666;
  color: #fff;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #ddd;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  padding: 5px 10px;
  color: #666;
}
.table tbody td a.btn_01:hover {
  background: #222 !important;
  color: #b89769 !important;
}
.table tbody td a:hover i:before {
  color: #222 !important;
}
.table.table-bordered {
  border: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: #f5f5f5;
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #b89769 !important;
  color: #fff;
}
.table.table-hover tbody tr:hover > td a:hover {
  color: #222 !important;
}
.table.table-hover tbody tr:hover a {
  color: #fff;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  background: #222 !important;
  color: #b89769 !important;
}
.table.table-hover tbody tr:hover a:focus i:before {
  color: #222 !important;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

.table-cell {
  display: table-cell;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 700px;
}

@media (max-width: 480px) {
  .table.m_100 > .table-row {
    display: block;
    width: 100%;
  }
  .table.m_100 > .table-row > .table-cell {
    display: block;
    width: 100%;
  }
  .table.m_100 .text-right {
    text-align: left !important;
  }
}
/*page_info*/
.page_info .table-row {
  display: table-row;
}
.page_info .table-row .table-cell:first-child {
  font-weight: bold;
}
.page_info .table-row .table-cell:first-child:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}
.page_info .table-row .table-cell {
  display: table-cell;
  padding: 5px;
  border-bottom: solid #ddd 1px;
}

@media (max-width: 480px) {
  .page_info .table-row .table-cell:first-child {
    border-bottom: none;
    width: 100% !important;
    padding: 0 5px;
  }
  .page_info .table-row .table-cell:nth-child(2) {
    padding: 5px 5px 5px 20px;
  }
  .page_info.m_100 > .table-row {
    margin-bottom: 10px;
  }
}
/*縮排*/
.paddingleft22 {
  padding-left: 22px;
}

.textindent22 {
  text-indent: -22px;
}

.text_indent {
  text-indent: 2em;
}

/*edit_con*/
.edit_con {
  /*float: left;*/
  width: 100%;
}
.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
}
.edit_con a {
  color: #2E89CA;
  /*text-decoration:underline;*/
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
}

.ol_02 {
  list-style-type: upper-latin; /*A, B, C*/
}

.ol_03 {
  list-style-type: lower-alpha; /*a, b, c*/
}

.ol_04 {
  list-style-type: decimal; /*1,2,3*/
}

.ul_01 {
  list-style-type: square; /*實心方塊*/
}

.ul_02 {
  list-style-type: disc; /*實心圓*/
}

.ul_none, .ol_none {
  list-style: none;
  padding-left: 0;
}

.ul_w50 {
  float: left;
  width: 100%;
}
.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

.ul_line {
  list-style: none;
}
.ul_line li:before {
  content: "-";
  display: inline-block;
  color: #e4c916;
  padding-right: 10px;
  font-weight: bold;
  margin-left: -16px;
}

@media (max-width: 864px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero; /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}
.anchor_list li {
  float: left;
}
.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}
.anchor_list a.active {
  background: #2E89CA;
  color: #fff;
  border: solid #2E89CA 1px;
}

@media (max-width: 864px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}
/*頁籤*/
.tabs {
  float: left;
  width: 100%;
}
.tabs .nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}
.tabs .nav-tabs button {
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 170%;
}
.tabs .nav-tabs button:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs button.active, .tabs .nav-tabs button.active:focus, .tabs .nav-tabs button.active:hover {
  background-color: #2E89CA;
  color: #fff !important;
  border: 1px solid #2E89CA !important;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a, .tabs .nav-tabs li button {
  padding: 7px 15px;
  border-radius: 6px;
  margin-right: 5px;
  border: solid #ccc 1px;
  background-color: transparent;
  margin: 3px;
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 170%;
}
.tabs .nav-tabs li a:hover, .tabs .nav-tabs li button:hover {
  background: #eee;
  color: #333 !important;
}
.tabs .nav-tabs li.active a, .tabs .nav-tabs li.active a:focus, .tabs .nav-tabs li.active a:hover {
  background-color: #2E89CA;
  color: #fff !important;
  border: 1px solid #2E89CA !important;
}

.tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 0;
}

/*併排*/
[class^=list_0] .title, .list_img .title, .list_font .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 864px) {
  [class^=list_0] .title, .list_img .title, .list_font .title, .list_icon_img .title {
    font-size: 1.1em;
  }
}
/*併排5*/
.list_05 {
  float: left;
  width: 100%;
}
.list_05 > .item {
  float: left;
  width: 17%;
  margin: 1.5%;
  vertical-align: top;
  line-height: 150%;
}
.list_05 > .item img {
  margin-bottom: 5px;
}
.list_05 > .item:nth-child(5n+1) {
  clear: both;
}
.list_05.nomargin > .item {
  margin: 0;
  width: 20%;
}

@media (max-width: 864px) {
  .list_05 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_05 > .item:nth-child(5n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_05 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_05 > .item:nth-child(5n+1), .list_05 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_05 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_05 > .item img {
    width: 100%;
  }
  .list_05.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4*/
.list_04 {
  float: left;
  width: 100%;
}
.list_04 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}
.list_04 > .item img {
  margin-bottom: 5px;
}
.list_04 > .item:nth-child(4n+1) {
  clear: both;
}
.list_04.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 864px) {
  .list_04 > .item {
    width: 29.3%;
    margin: 2%;
  }
  .list_04 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(3n+1) {
    clear: both;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .list_04 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04 > .item:nth-child(4n+1), .list_04 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_04 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04 > .item img {
    width: 100%;
  }
  .list_04.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
/*併排4-2*/
.list_04-2 {
  float: left;
  width: 100%;
}
.list_04-2 > .item {
  float: left;
  width: 22%;
  margin: 1.5%;
}
.list_04-2 > .item img {
  margin-bottom: 5px;
}
.list_04-2 > .item:nth-child(4n+1) {
  clear: both;
}
.list_04-2.nomargin > .item {
  margin: 0;
  width: 25%;
}

@media (max-width: 864px) {
  .list_04-2 > .item {
    width: 44%;
    margin: 3%;
  }
  .list_04-2 > .item:nth-child(4n+1) {
    clear: none;
  }
  .list_04-2 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_04-2 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_04-2 > .item:nth-child(even) {
    margin: -1% 5% 5% 5%;
  }
  .list_04-2 > .item img {
    margin-bottom: 0;
  }
  .list_04-2.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3*/
.list_03 {
  float: left;
  width: 100%;
}
.list_03 > .item {
  float: left;
  width: 29.3%;
  margin: 2%;
}
.list_03 > .item img {
  margin-bottom: 5px;
}
.list_03 > .item:nth-child(3n+1) {
  clear: both;
}
.list_03.nomargin > .item {
  margin: 0;
  width: 33.3%;
}

@media (max-width: 864px) {
  .list_03 > .item {
    width: 46%;
  }
  .list_03 > .item:nth-child(3n+1) {
    clear: none;
  }
  .list_03 > .item:nth-child(2n+1) {
    clear: both;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .list_03 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_03 > .item img {
    width: 100%;
  }
  .list_03.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排2*/
.list_02 {
  float: left;
  width: 100%;
}
.list_02 > .item {
  float: left;
  width: 44%;
  margin: 3%;
}
.list_02 > .item img {
  margin-bottom: 5px;
}
.list_02 > .item:nth-child(2n+1) {
  clear: both;
}
.list_02.nomargin > .item {
  margin: 0;
  width: 50%;
}

@media (max-width: 864px) {
  .list_02 > .item {
    width: 90%;
    margin: 5%;
  }
  .list_02.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排1+3*/
.list_img {
  float: left;
  width: 100%;
}
.list_img > .item:nth-child(2n-1) {
  float: left;
  width: 20%;
  margin: 2.5%;
}
.list_img > .item:nth-child(2n) {
  float: left;
  width: 70%;
  margin: 2.5%;
}
.list_img > .item:nth-child(2n+1) {
  clear: both;
}
.list_img > .item img {
  margin-bottom: 5px;
}
.list_img.nomargin > .item {
  margin: 0;
}
.list_img.nomargin > .item:nth-child(2n-1) {
  width: 25%;
}
.list_img.nomargin > .item:nth-child(2n) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_img > .item {
    width: 95% !important;
  }
  .list_img.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*併排3+1*/
.list_font {
  float: left;
  width: 100%;
}
.list_font > .item:nth-child(2n) {
  float: left;
  width: 20%;
  margin: 2.5%;
}
.list_font > .item:nth-child(2n-1) {
  float: left;
  width: 70%;
  margin: 2.5%;
}
.list_font > .item:nth-child(2n+1) {
  clear: both;
}
.list_font > .item img {
  margin-bottom: 5px;
}
.list_font.nomargin > .item {
  margin: 0;
}
.list_font.nomargin > .item:nth-child(2n) {
  width: 25%;
}
.list_font.nomargin > .item:nth-child(2n-1) {
  width: 75%;
}

@media (max-width: 480px) {
  .list_font > .item {
    width: 95% !important;
  }
  .list_font.nomargin > .item {
    margin: 0;
    width: 100%;
  }
}
/*youtube影片*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
*:before,
*:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  color: #333;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  color: #333;
}
.rwd-table.table-hover tr:hover td:before {
  color: #fff;
}
.rwd-table.table-bordered > tbody > tr > td {
  border-top: none;
  border-left: none;
  line-height: 150%;
}

@media (min-width: 769px) {
  /*rwd table*/
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 769px) {
  /*rwd table*/
  .rwd-table.table {
    border: none;
  }
  .rwd-table tbody tr {
    display: table;
    width: calc(100% - 2px);
    border: solid #ddd 1px;
  }
  .rwd-table tbody tr td {
    display: table-row;
  }
  .rwd-table tbody tr td:before {
    display: table-cell;
    padding: 8px;
    text-align: right;
  }
  .rwd-table tr {
    margin-bottom: 20px;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */

