@charset "UTF-8";
@font-face {
  font-family: LiSong;
  src: url("../webfonts/LiSong.eot"); /* IE9*/
  src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") 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");
}
.color_01 {
  color: #69a567 !important;
}

.color_02 {
  color: #5b99ae !important;
}

.color_03 {
  color: #fac328 !important;
}

.bg_01 {
  background: #69a567 !important;
}

.bg_02 {
  background: #5b99ae !important;
}

.bg_03 {
  background: #fac328 !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體", "open-sans", Times New Roman, sans-serif;
  color: #333;
  background: #fff;
  font-size: 1em;
  position: relative;
  text-align: justify;
}

p {
  margin-bottom: 2em !important;
  letter-spacing: 0.05em;
}

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #69a567;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0 !important;
  line-height: normal;
  font-size: inherit;
}

h2 {
  font-family: LiSong;
  font-size: 2.25em;
  line-height: 150%;
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 0.05em;
}

h3 {
  color: #69a567;
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
  font-family: LiSong;
  letter-spacing: 0.05em;
}

h4 {
  font-family: LiSong;
  color: #5b99ae;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: #69a567;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h6 {
  font-size: 1.1em;
}

.title_01 {
  color: #69a567;
  font-family: LiSong;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

li {
  line-height: 170%;
  text-align: justify;
  margin-bottom: 0 !important;
}

.btn {
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 1em;
  font-weight: 400;
}

.btn_01 {
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #666;
}
.btn_01:hover, .btn_01:focus {
  background: #69a567;
  color: #fff !important;
  transition: all 0.5s;
}

.btn_02 {
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #69a567 !important;
  background: #fff;
}
.btn_02:hover, .btn_02:focus {
  color: #fff !important;
  background: #5b99ae;
  transition: all 0.5s;
}

.btn_back {
  background-color: transparent;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #5b99ae;
}
.btn_back:hover, .btn_back:focus {
  background: #69a567;
  color: #fff !important;
}

.btn_more {
  background: #69a567;
  color: #fff !important;
  position: relative;
  padding-right: 45px;
}
.btn_more:after {
  content: url(../img/customer/arrow_right.png);
  display: block;
  width: 25px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 9px;
}
.btn_more:hover {
  background: #456344;
}
.btn_more:hover:after {
  animation-name: right_icon_move;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.display_inline {
  display: inline-block !important;
}

.display_none {
  display: none;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #69a567;
}
.scroll-to-top i {
  color: #fff;
  padding-top: 5px;
}

.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: 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: #ccc;
}
.form-control.form-select {
  padding: 8px 35px 8px 8px;
}

.dropdown-menu {
  min-width: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333 !important;
}

input::placeholder, textarea::placeholder {
  color: #333 !important;
}

/*date*/
.post-date {
  text-align: center;
  padding: 9px;
  width: 90px;
  background: #69a567;
  border-radius: 8px;
}
.post-date .day {
  color: #fff;
  font-size: 2.25em;
  font-family: Impact;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  padding: 7px 5px 10px 5px;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.post-date .month {
  color: #fff;
  line-height: 150%;
}

.badge {
  background: #f4f8e1;
  color: #fff;
  padding: 3px 12px;
  font-size: 1em;
  font-weight: 400;
}

.date {
  background: #5b99ae;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 8px;
}
.date:before {
  content: "";
  width: 68px;
  height: 68px;
  display: block;
  background-color: rgba(153, 204, 204, 0.4);
  top: -4px;
  left: -4px;
  position: absolute;
  z-index: 1;
}
.date .day {
  font-family: Impact;
  font-size: 2.5em;
  z-index: 2;
  position: relative;
  padding-bottom: 5px;
}
.date .month {
  position: relative;
}

/*文字選取變色*/
::-moz-selection {
  background: #3367D1;
  color: #fff;
}
::selection {
  background: #3367D1;
  color: #fff;
}

::-moz-selection {
  background: #3367D1;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*main*/
.main {
  margin-top: 70px;
}

/*header*/
#header {
  height: auto !important;
  position: fixed;
  width: 100%;
  top: 0;
}
#header .header-body {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#header .header-container {
  min-height: 70px !important;
  height: auto !important;
}
#header .header-column {
  height: 67px;
}
#header .header-logo {
  margin: 6px 0 !important;
  width: auto !important;
}
#header .header-logo img {
  width: 100%;
}
#header .header-nav {
  min-height: 70px;
}
#header .apply_btn_m {
  display: none;
  background: #5b99ae;
  border-radius: 4px;
  margin: 0 4px 0 0;
  padding: 7px 12px;
}
#header .apply_btn_m i {
  color: #fff;
}
#header .apply_btn_m:hover {
  background: #1b6079;
}

/*header-nav-main*/
.header-nav-main .nav > li {
  padding: 0 10px;
  border-bottom: none !important;
}
.header-nav-main .nav > li > a {
  padding: 0 !important;
  font-weight: 400 !important;
}
.header-nav-main .nav > li a {
  padding: 10px 18px;
  font-size: 1em !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu {
  background: #69a567 !important;
  padding: 0 !important;
  border: none !important;
  margin-top: 0 !important;
  color: #fff;
  min-width: 115px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li:hover > a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li.open > a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu a {
  padding: 10px 18px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-submenu .dropdown-menu {
  background: #5b99ae;
}
.header-nav-main .nav > li.dropdown .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #666 !important;
}
.header-nav-main .nav > li.apply_btn {
  background: #5b99ae;
  color: #fff !important;
}
.header-nav-main .nav > li.apply_btn:before {
  display: none !important;
}
.header-nav-main .nav > li.apply_btn a {
  color: #fff !important;
}
.header-nav-main .nav > li.apply_btn:hover {
  background: #1b6079;
  color: #fff !important;
}
.header-nav-main .nav > li.apply_btn:hover a {
  color: #fff !important;
}
.header-nav-main .nav .dropdown .dropdown-menu {
  left: 0 !important;
}

/*header menu滑入上方出現線條*/
#header .header-nav-main nav > ul > li:before, #header .header-nav-main nav > ul > li:focus {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: #69a567;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#header .header-nav-main nav > ul > li > a {
  height: 67px !important;
}
#header .header-nav-main nav > ul > li:hover:before, #header .header-nav-main nav > ul > li:hover:focus {
  width: 100%;
}
#header .header-nav-main nav > ul > li:hover > a {
  color: #456344;
}
#header .header-nav-main nav > ul > li > a.active {
  color: #456344 !important;
}
#header .header-nav-main nav > ul li:has(> a.active)::before {
  width: 100%;
}

/*index_banner*/
.index_banner {
  float: left;
  width: 100%;
  position: relative;
}
.index_banner img {
  width: 100%;
}

/*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 !important;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-active, .swiper.btn_left_right .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-next, .swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.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: #69a567;
  padding: 15px 16px;
  font-size: 1.2em;
  border-radius: 30px;
  color: #fff;
}
.swiper .cricle_btn:hover:after {
  background: #456344 !important;
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgb(255, 255, 255);
  padding: 15px 16px;
  font-size: 1.2em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .cricle_btn.white_btn:hover:after {
  background-color: #69a567;
  color: #fff !important;
}
.swiper .swiper-button-prev {
  margin-left: -5px;
}
.swiper .swiper-button-next {
  margin-right: 5px;
}
.swiper [class^=swiper-button-] {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
  color: #69a567;
  opacity: 0.7;
}
.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.2em;
  padding-bottom: 10px;
}
.swiper .opacity_1 {
  opacity: 1 !important;
}
.swiper.btn_bottom_center {
  position: relative;
  width: 100%;
  padding-bottom: 150px !important;
}
.swiper.btn_bottom_center .button_box {
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -80px;
}
.swiper.btn_bottom_center .button_box .swiper-button-prev {
  position: relative;
  margin-right: 30px;
  display: block;
}
.swiper.btn_bottom_center .button_box .swiper-button-next {
  position: relative;
  margin-left: 30px;
  display: block;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.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: #69a567;
}
.swiper.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper.swiper_yt {
  width: 100% !important;
  padding: 50px 50px 250px 50px;
}
.swiper.swiper_yt .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 450px;
}
.swiper.swiper_yt .swiper-slide iframe {
  width: 100%;
  height: 450px;
}
.swiper.swiper_yt .swiper-slide .embed-responsive {
  position: initial;
}

.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*/
.owl-nav button:before {
  font-size: 1.5em !important;
}

.owl-dots {
  margin-top: 10px;
}

/*index_title*/
.index_title_box {
  position: relative;
}
.index_title_box h2 {
  z-index: 99;
  position: relative;
  font-size: 2.5em;
  font-family: LiSong;
  padding-top: 10px;
}

.title_b {
  font-family: Impact;
  color: rgba(51, 51, 51, 0.1);
  font-size: 7.5em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

/*index_about_01*/
.index_about_01 {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.index_about_01 .container {
  width: 100%;
  margin: 12px auto 0 auto;
  padding: 0 5%;
}
.index_about_01 .container .video_con {
  float: left;
  width: 60%;
}
.index_about_01 .container .font_con {
  float: left;
  width: 40%;
  padding-top: 7%;
}
.index_about_01 .container .index_title_box {
  width: 100%;
  padding-left: 50px;
}
.index_about_01 .container .index_title_box .title_b {
  width: 100%;
}
.index_about_01 .container .index_title_box .video {
  margin: 30px auto;
  max-width: 1000px;
}
.index_about_01 .container .btn_more {
  font-size: 1.2em;
  padding-right: 50px;
}
.index_about_01 .container .list_con {
  float: left;
  width: 100%;
}

/*index_about_02*/
.index_about_02 {
  float: left;
  width: 100%;
  position: relative;
  padding: 75px 10%;
  overflow: hidden;
}
.index_about_02:after {
  content: "";
  background: rgba(0, 0, 0, 0.04);
  width: 300vw;
  height: 83%;
  margin-left: -100vw;
  position: absolute;
  top: 190px;
  z-index: -2;
}
.index_about_02 .container {
  padding: 0 5%;
}
.index_about_02 .item_box {
  float: left;
  width: 100%;
}
.index_about_02 .item_box .font {
  float: left;
  width: 60%;
}
.index_about_02 .item_box .img {
  float: left;
  width: 40%;
}
.index_about_02 .item_box .img img {
  position: absolute;
}
.index_about_02 .item_box .list {
  float: left;
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.index_about_02 .item_box .list:before {
  content: "";
  height: 75%;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 90px;
  left: 45px;
}
.index_about_02 .item_box .list .item {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.index_about_02 .item_box .list .item:hover .glitter:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.index_about_02 .item_box .list .item .icon {
  float: left;
  width: 90px;
  padding: 10px;
  margin-top: -10px;
}
.index_about_02 .item_box .list .item .icon img {
  border-radius: 50%;
  padding: 15%;
}
.index_about_02 .item_box .list .item .font_box {
  float: left;
  width: calc(100% - 90px);
  padding: 0 0 0 20px;
}
.index_about_02 .item_box .list .item .font_box .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}
.index_about_02 .item_box .list .item.highlights .icon {
  background: rgba(153, 0, 0, 0.1);
  border-radius: 50%;
}
.index_about_02 .item_box .list .item.highlights .title {
  font-size: 160%;
  margin-bottom: 10px;
}
.index_about_02 .item_box .list .item:nth-child(5n+1) .icon img {
  background: #69a567;
}
.index_about_02 .item_box .list .item:nth-child(5n+1) .title {
  color: #69a567;
}
.index_about_02 .item_box .list .item:nth-child(5n+2) .icon img {
  background: #900;
}
.index_about_02 .item_box .list .item:nth-child(5n+2) .title {
  color: #900;
}
.index_about_02 .item_box .list .item:nth-child(5n+3) .icon img {
  background: #5b99ae;
}
.index_about_02 .item_box .list .item:nth-child(5n+3) .title {
  color: #5b99ae;
}
.index_about_02 .item_box .list .item:nth-child(5n+4) .icon img {
  background: #fac328;
}
.index_about_02 .item_box .list .item:nth-child(5n+4) .title {
  color: #fac328;
}
.index_about_02 .item_box .list .item:nth-child(5n) .icon img {
  background: #f98f41;
}
.index_about_02 .item_box .list .item:nth-child(5n) .title {
  color: #f98f41;
}

/*index_about_03*/
.index_about_03 {
  width: 100%;
  padding: 120px 5% 75px 5%;
}
.index_about_03 .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.index_about_03 .container:after {
  content: "";
  background: url(../img/customer/about_pic_06.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  height: 800px;
  display: none;
  position: absolute;
  left: 900px;
  top: -150px;
  z-index: -1;
}
.index_about_03 .index_title_box {
  text-align: center;
}

.schedule_list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}
.schedule_list .list {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: 30px 0;
}
.schedule_list .list h3 {
  width: 100%;
  text-align: center;
}
.schedule_list .list .item {
  float: left;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  border-radius: 30px;
  font-size: 1.2em;
  background: transparent;
}
.schedule_list .list .item:nth-child(2n+1) .title {
  background: #5b99ae !important;
}
.schedule_list .list .item:nth-child(2n) .title {
  background: #999 !important;
}
.schedule_list .list .item .time {
  float: left;
  width: 280px;
  text-align: right;
  border-radius: 30px;
  padding: 10px 20px 10px 10px;
  position: relative;
  color: #999;
  font-weight: bold;
}
.schedule_list .list .item .time:after {
  content: "";
  height: 1px;
  width: 40px;
  background: #fac328;
  position: absolute;
  top: 23px;
  right: -27px;
  z-index: 1;
}
.schedule_list .list .item .time:empty:after {
  content: none;
}
.schedule_list .list .item .title {
  float: left;
  width: calc(100% - 280px);
  position: relative;
  padding: 10px 40px 10px 40px !important;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
}
.schedule_list .list .item .title:before {
  content: "";
  height: 12px;
  width: 12px;
  background: #fac328;
  position: absolute;
  top: 17px;
  left: 17px;
  border-radius: 50%;
}
.schedule_list .list .item .title:after {
  font-size: 1rem;
  color: #fff;
  background-image: none;
  content: "\f13a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: -5px;
  right: 20px;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.schedule_list .list .item .title:not([data-bs-toggle=collapse]):after {
  content: none;
}
.schedule_list .list .item .title[aria-expanded=true] {
  background: #1b6079 !important;
}
.schedule_list .list .item .title[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.schedule_list .list .item .font {
  float: left;
  width: 100%;
  padding: 10px 10px 20px 310px;
  font-size: 1rem;
}
.schedule_list .list .item .font ul {
  margin-bottom: 0;
}
.schedule_list .list .item .font ul li {
  margin-bottom: 0;
}

.accordion-collapse {
  transition: height 0.2s ease-in-out;
  will-change: height;
}

/*index_about_04*/
.index_about_04 {
  float: left;
  width: 100%;
  padding: 0 5% 75px 5%;
  overflow: hidden;
}
.index_about_04 .index_title_box {
  text-align: center;
  position: relative;
  color: #fff;
  padding-top: 36px;
}
.index_about_04 .index_title_box::before {
  content: "";
  height: 180px;
  width: 200vw;
  background: #1b6079;
  position: absolute;
  top: -36px;
  left: -50vw;
  z-index: -1;
}
.index_about_04 .index_title_box .title_b {
  color: rgba(255, 255, 255, 0.1);
}
.index_about_04 .index_title_box h2 {
  color: #fff;
}

/*step_list*/
.step_list {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.step_list .item {
  display: inline-block;
  padding: 3%;
  margin: 0 auto;
  vertical-align: top;
  text-align: left;
  width: 32%;
}
.step_list .item:nth-child(1), .step_list .item:nth-child(2) {
  width: 40%;
}
.step_list .item .no {
  color: #69a567;
  font-family: impact;
  font-size: 4em;
  position: relative;
}
.step_list .item .no::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: #f5f5f5;
  border-radius: 50%;
  z-index: -1;
  left: -20px;
  top: -30px;
  position: absolute;
}
.step_list .item .title {
  color: #1b6079;
  font-size: 1.3em;
  font-weight: bold;
  padding: 25px 0 10px 0;
  border-bottom: solid #ccc 1px;
  margin-bottom: 10px;
}

/*index_about_05*/
.index_about_05 {
  float: left;
  width: 100%;
  padding: 75px 5%;
  position: relative;
  overflow: hidden;
}
.index_about_05::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: #fff8e6;
  width: 100vw;
  height: 1000px;
  position: absolute;
  left: -80vw;
  top: -50px;
  z-index: -1;
}
.index_about_05 .index_title_box {
  float: left;
  width: 100%;
}
.index_about_05 .list {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: 60px;
  text-align: center;
}
.index_about_05 .list > .item {
  display: inline-block;
  width: 29%;
  margin: 2%;
  position: relative;
  line-height: 170%;
}
.index_about_05 .list > .item .img {
  margin-bottom: 79px;
}
.index_about_05 .list > .item .font {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(5px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.index_about_05 .list > .item .font .title {
  text-align: center;
  color: #fff;
}
.index_about_05 .list > .item .font .title .item_title_b {
  font-family: LiSong;
  font-size: 1.6em;
  padding-bottom: 5px;
}
.index_about_05 .list > .item .font .title .item_title {
  font-size: 1.1em;
}
.index_about_05 .list > .item .font .con_font {
  display: none;
  color: #fff;
  border-top: solid 1px #ecf089;
  padding: 10px 0;
  margin: 10px 0 0 0;
  opacity: 0;
}
.index_about_05 .list > .item .font .industry_list {
  margin-top: 10px;
}
.index_about_05 .list > .item .font .industry_list > .item {
  float: left;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 2px 10px;
  margin: 5px 3px;
  white-space: nowrap;
}
.index_about_05 .list > .item:hover .font {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.index_about_05 .list > .item:hover .font .con_font {
  opacity: 1;
  display: block;
}
.index_about_05 .list > .item:nth-child(1) .font {
  background: #69a567;
}
.index_about_05 .list > .item:nth-child(1) .font .industry_list > .item {
  color: #69a567;
}
.index_about_05 .list > .item:nth-child(2) .font {
  background: #5b99ae;
}
.index_about_05 .list > .item:nth-child(2) .font .industry_list > .item {
  color: #5b99ae;
}
.index_about_05 .list > .item:nth-child(3) .font {
  background: #fac328;
}
.index_about_05 .list > .item:nth-child(3) .font .industry_list > .item {
  color: #fac328;
}

.about_list_box {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_list {
  float: left;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.about_list .item {
  float: left;
  width: 50%;
  padding: 3%;
  position: relative;
}
.about_list .item a .box .btn {
  cursor: pointer !important;
}
.about_list .item .box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 5%;
  border-radius: 10px 0 30px 0;
  position: relative;
  overflow: hidden;
}
.about_list .item .box:before {
  content: "";
  height: 700px;
  width: 700px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  transform: rotateZ(40deg);
  left: -530px;
  top: -565px;
  z-index: 1;
  border-radius: 50%;
}
.about_list .item .box:hover {
  color: #333;
}
.about_list .item .box:hover:before {
  left: -100px;
  top: -100px;
  transition: all 0.5s;
}
.about_list .item .box:hover .btn {
  background: #5b99ae;
  color: #fff;
}
.about_list .item .box h3 {
  position: relative;
  z-index: 9;
  margin-bottom: -5px;
  padding: 10px;
}
.about_list .item .box .time {
  position: relative;
  z-index: 9;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.about_list .item .box .time span {
  color: #f98f41;
  white-space: nowrap;
}
.about_list .item .box .con_font {
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}
.about_list .item .box .btn_box {
  z-index: 9;
  position: relative;
  margin: 10px 0 20px 0;
}
.about_list .item .box .btn {
  font-size: 1.2em;
  background: #fff;
  color: #333;
  z-index: 9;
  position: relative;
  cursor: default;
}
.about_list .item:nth-child(2):before {
  background: #69a567;
}
.about_list .item:nth-child(2) .box {
  background: #f4f8e1;
}
.about_list .item:nth-child(1):before {
  background: #5b99ae;
}
.about_list .item:nth-child(1) .box {
  background: #ecf6fe;
}

/*index_about_06*/
.index_about_06 {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.index_about_06 .container {
  position: relative;
}
.index_about_06 .img {
  position: absolute;
  z-index: -1;
  left: -50px;
}
.index_about_06 .font {
  float: right;
  width: 90%;
  max-width: 900px;
  background: rgba(235, 247, 255, 0.9);
  margin-top: 60px;
  border-radius: 0 30px 0 0;
}
.index_about_06 .font .index_title_box {
  margin-top: -30px;
}
.index_about_06 .font h3 {
  border-bottom: solid #ccc 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.index_about_06 .font .list .item {
  margin-bottom: 40px;
}

/*index_about_07*/
.index_about_07 {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}
.index_about_07 .index_title_box {
  text-align: center;
}
.index_about_07 .btn_box {
  text-align: center;
}

/*index_about_08*/
.index_about_08 {
  float: left;
  width: 100%;
  background: #f7faf3;
  margin: 100px 0;
}
.index_about_08 .font {
  float: left;
  width: 350px;
}
.index_about_08 .font .index_title_box {
  position: relative;
}
.index_about_08 .font .index_title_box:before {
  content: "";
  background: url(../img/customer/about_pic_05.png);
  display: block;
  position: absolute;
  background-size: cover;
  left: -400px;
  bottom: -400px;
  width: 667px;
  height: 400px;
}

/*index_about_09*/
.index_about_09 {
  float: left;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50px, #f4f8e1 50px, rgba(0, 0, 0, 0) 300px);
  overflow: hidden;
}
.index_about_09 .container {
  width: 100%;
  padding: 50px 5% 0 5%;
}

.about_09_bg {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.about_09_bg:before {
  content: "";
  background: url(../img/customer/about_pic_05.png);
  display: block;
  position: absolute;
  background-size: cover;
  right: -550px;
  bottom: 0;
  width: 1000px;
  height: 600px;
  z-index: -1;
}

.about_item {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 200px;
  margin: 70px 0 30px 0;
}
.about_item .no {
  font-family: Impact;
  color: #9ec46c;
  font-size: 7.5em;
  position: absolute;
  z-index: 2;
  left: 145px;
  top: -10px;
}
.about_item h3 {
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.about_item h3:after {
  content: "";
  background: #69a567;
  border-radius: 50px;
  width: 300px;
  position: absolute;
  height: 100%;
  left: -75px;
  top: 0;
  z-index: -1;
}
.about_item h4 {
  margin-bottom: 14px;
}

.icon_list {
  float: left;
  width: 100%;
  text-align: center;
}
.icon_list .item {
  width: 19.5%;
  display: inline-block;
  padding: 1%;
  text-align: center;
  vertical-align: top;
}
.icon_list .item .box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 3% 5% 3%;
  border-radius: 20px 0 20px 0;
}
.icon_list .item .box .img {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.icon_list .item .box .img img {
  z-index: 1;
  width: 60%;
  max-width: 70px;
}
.icon_list .item .box .img:after {
  content: "";
  background: #5b99ae;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.icon_list .item .box .img::before {
  content: "";
  background: #ccc;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  position: absolute;
  opacity: 0.2;
}
.icon_list .item .box .title {
  color: #666;
  padding: 30px 5px 20px 5px;
  font-weight: bold;
  background: #ecf6fe;
  border-radius: 8px;
  line-height: 130%;
}

.icon_list_01 {
  float: left;
  width: 100%;
  margin: 60px 0;
}
.icon_list_01 .item {
  float: left;
  width: 33.3%;
  position: relative;
}
.icon_list_01 .item .box {
  float: left;
  width: calc(100% - 60px);
  margin: 20px 30px;
  background: #f5f5f5;
  border-radius: 10px 10px 0 10px;
  padding: 20px 25px 20px 55px;
  min-height: 120px;
}
.icon_list_01 .item .title {
  background: #5b99ae;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -5px;
  top: 31px;
  color: #fff;
  border: solid #5b99ae 3px;
}
.icon_list_01 .item .time {
  color: #f98f41;
}

/*index_about_10*/
.index_about_10 {
  float: left;
  width: 100%;
  margin: 60px 0;
  background: #f4f8e1;
}
.index_about_10 .container {
  padding: 0 5%;
}

.icon_list_02 {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.icon_list_02 .item {
  text-align: center;
  display: inline-block;
  width: 19.5%;
  padding: 1%;
  vertical-align: top;
}
.icon_list_02 .item .icon {
  border-radius: 50%;
}
.icon_list_02 .item .icon img {
  background: #69a567;
  border-radius: 50%;
}
.icon_list_02 .item .font_box {
  float: left;
  width: 100%;
}
.icon_list_02 .item .font_box .title {
  font-family: LiSong;
  padding: 15px 0 5px 0;
  color: #456344;
}
.icon_list_02 .item .font_box .con_font {
  color: #666;
}
.icon_list_02 .item:hover .glitter:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.icon_list_02 .item:nth-child(5n+1) {
  clear: both;
}

/*index_award*/
.index_award {
  float: left;
  width: 100%;
  padding: 60px 5%;
}
.index_award .index_title_box {
  text-align: center;
}
.index_award .list {
  text-align: center;
  max-width: 1200px;
  margin: 20px auto;
}
.index_award .list .item {
  display: inline-block;
  width: 28%;
  margin: 30px 2%;
  border-radius: 30px;
  border: solid 2px #69a567;
  box-shadow: 0px 0px 5px 3px rgba(51, 51, 51, 0.1);
  vertical-align: top;
}
.index_award .list .item .icon {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_award .list .item .icon i {
  width: 100px;
  height: 100px;
  font-size: 3.2em;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  padding: 23px 20px 20px 20px;
  border: solid 3px #69a567;
}
.index_award .list .item .title {
  font-family: LiSong;
  font-size: 1.6em;
  padding: 70px 0 20px 0;
  color: #fff;
  border-radius: 27px 27px 0 0;
}
.index_award .list .item .title .font_s {
  font-size: 0.7em;
  padding-top: 5px;
}
.index_award .list .item .con_font {
  padding: 20px 0 30px 0;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 27px 27px;
}
.index_award .list .item .con_font::before {
  font-family: "Font Awesome 6 Free";
  font-size: 12em;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: -60px;
  bottom: 70px;
}
.index_award .list .item .con_font .font_s {
  color: #f98f41;
}
.index_award .list .item .con_font .price {
  display: inline-block;
  padding: 0 10px;
  color: #c00;
  font-size: 1.2em;
}
.index_award .list .item .con_font .price span {
  font-size: 2.5em;
  font-family: Impact;
}
.index_award .list .item:nth-child(1) {
  border-color: #69a567;
}
.index_award .list .item:nth-child(1) .icon i {
  color: #69a567;
  border: solid 3px #69a567;
}
.index_award .list .item:nth-child(1) .title {
  background: #69a567;
}
.index_award .list .item:nth-child(1) .con_font::before {
  content: "\f091";
  color: #69a567;
}
.index_award .list .item:nth-child(2) {
  border-color: #5b99ae;
}
.index_award .list .item:nth-child(2) .icon i {
  color: #5b99ae;
  border: solid 3px #5b99ae;
}
.index_award .list .item:nth-child(2) .title {
  background: #5b99ae;
}
.index_award .list .item:nth-child(2) .con_font::before {
  content: "\f559";
  color: #5b99ae;
}
.index_award .list .item:nth-child(3) {
  border-color: #fac328;
}
.index_award .list .item:nth-child(3) .icon i {
  color: #fac328;
  border: solid 3px #fac328;
}
.index_award .list .item:nth-child(3) .title {
  background: #fac328;
}
.index_award .list .item:nth-child(3) .con_font::before {
  content: "\f5a2";
  color: #fac328;
}

/*index_review*/
.index_review {
  float: left;
  width: 100%;
  padding: 36px 5% 60px 5%;
  position: relative;
  overflow: hidden;
}
.index_review::before {
  content: "";
  background: url(../img/customer/bg_06.jpg);
  width: 150vw;
  height: 210px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.index_review .index_title_box {
  text-align: center;
}
.index_review h3 {
  margin: 60px 0 -30px 0;
  float: left;
  width: 100%;
}

/*team_list*/
.team_list {
  float: left;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.team_list .item {
  display: inline-block;
  width: 19%;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.team_list .item .img {
  width: 60%;
  max-width: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.team_list .item .img img {
  border-radius: 50%;
  background-color: #e8e8e8 !important;
}
.team_list .item .img .icon {
  top: 30%;
  font-size: 2em;
  position: absolute;
  opacity: 0;
  display: none;
}
.team_list .item .img .icon i {
  color: #69a567 !important;
}
.team_list .item .font {
  padding: 25px 5px 10px 5px;
  background: #69a567;
  position: relative;
  z-index: 8;
  margin-top: -20px;
  border-radius: 0 10px 0 10px;
  min-height: 96px;
}
.team_list .item .font:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #69a567;
  position: absolute;
  display: block;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  border-radius: 0 8px 0 8px;
  opacity: 0.2;
}
.team_list .item .font .title_01 {
  color: #fff;
  font-weight: 400;
}
.team_list .item .font .title_s {
  font-size: 0.9em;
  color: #fff;
  margin-top: 0px;
  line-height: 150%;
}
.team_list .item .font .title_s span + span:before {
  content: "/";
  padding: 0 5px;
  color: #fac328;
  font-size: 0.8em;
}
.team_list .item:nth-child(2n+1) .font {
  background: #69a567;
}
.team_list .item:nth-child(2n+1) .font:before {
  background: #69a567;
}
.team_list .item:nth-child(2n) .font {
  background: #5b99ae;
}
.team_list .item:nth-child(2n) .font:before {
  background: #5b99ae;
}
.team_list .item:hover .icon {
  top: 50%;
  right: -10px;
  transition: all 0.5s;
  opacity: 1;
}
.team_list .item[data-bs-toggle=modal] .img .icon {
  display: block;
}
.team_list .item[data-bs-toggle=modal]:hover {
  cursor: pointer;
}

/*team_modal*/
.team_modal {
  position: relative;
}
.team_modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.team_modal .img {
  float: left;
  width: 40%;
  text-align: center;
}
.team_modal .img img {
  width: 100%;
}
.team_modal .font {
  float: left;
  width: 60%;
  padding: 20px 20px 20px 40px;
}
.team_modal .font h3 {
  margin-bottom: 5px;
}
.team_modal .font h4 {
  font-size: 1.1em;
  margin: 5px 0 0 0;
}
.team_modal .font .title_s {
  font-size: 0.9em;
  margin-top: -5px;
}
.team_modal .font .title_s span + span:before {
  content: "/";
  padding: 0 5px;
  color: #fac328;
  font-size: 0.8em;
}
.team_modal .font .info {
  border-top: solid 1px #ccc;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
.team_modal .font .info h4 {
  color: #5b99ae;
  font-family: "微軟正黑體";
}

/*index_news*/
.index_news {
  float: left;
  width: 100%;
  background: #f7faf3;
}
.index_news .container .index_news_box {
  float: left;
  width: 100%;
  overflow: hidden;
}
.index_news .container .index_news_box .font_box {
  float: left;
  width: 60%;
  padding: 20px 8% 25px 30px;
}
.index_news .container .index_news_box .font_box .list {
  float: left;
  width: 100%;
  padding: 40px 0 0 0;
}
.index_news .container .index_news_box .font_box .list .item {
  float: left;
  width: 100%;
  border-bottom: dotted #ccc 2px;
  padding: 25px 0;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n+1) .post-date {
  background: #9ec46c;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n+1) .title_01 {
  color: #69a567;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n+1) a:hover .title_01 {
  color: #456344;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n+2) .post-date {
  background: #69a567;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n+2) .title_01 {
  color: #456344;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n+2) a:hover .title_01 {
  color: #143f2d;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n) .post-date {
  background: #5b99ae;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n) .title_01 {
  color: #5b99ae;
}
.index_news .container .index_news_box .font_box .list .item:nth-child(3n) a:hover .title_01 {
  color: #1b6079;
}
.index_news .container .index_news_box .font_box .list .item:last-child {
  border-bottom: none;
}
.index_news .container .index_news_box .font_box .list .post-date {
  float: left;
}
.index_news .container .index_news_box .font_box .list .font {
  float: left;
  width: calc(100% - 90px);
  padding: 0 0 0 24px;
  color: #000;
}
.index_news .container .index_news_box .font_box .btn_box {
  margin-top: 10px;
}
.index_news .container .index_news_box .img img {
  opacity: 1;
}

/*index_faq*/
.index_faq {
  float: left;
  width: 100%;
  padding: 100px 0 60px 0;
  background: url(../img/customer/bg_06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.index_faq .container {
  padding: 0 5% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.index_faq .index_title_box {
  width: 230px;
  float: left;
  text-align: right;
}
.index_faq .faq_list {
  width: calc(100% - 230px);
  float: left;
  padding-left: 80px;
}
.index_faq .faq_list .nav-tabs {
  justify-content: left;
}
.index_faq .accordion-button .type {
  margin-top: 5px;
}

.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background: transparent;
}
.accordion .accordion-item .accordion-header {
  border-radius: 15px !important;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: #1b6079;
  position: relative;
  padding: 12px 40px 12px 20px;
  color: #fff;
  font-size: 1em;
  line-height: 150%;
  font-size: 1.3em;
  font-family: liSong;
  display: block;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: #5b99ae;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: #1b6079;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background: #1b6079;
}
.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;
  transform: rotate(0deg);
  transform-origin: center center !important;
  transition: transform 0.3s ease;
  position: absolute;
  right: 20px;
  top: 13px;
  height: auto;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button > div {
  padding-right: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button .title {
  display: inline-block;
}
.accordion.circle-arrow .accordion-button:after {
  content: "\f13a" !important;
}

/*index_activity*/
.index_activity {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.index_activity .video_con {
  float: left;
  width: 50%;
}
.index_activity .img_con {
  float: left;
  width: 50%;
  padding: 150px 0 0 80px;
  position: relative;
}
.index_activity .img_con:before {
  content: "";
  width: 100%;
  background: #f5f5f5;
  position: absolute;
  width: 150%;
  height: 100%;
  left: -50%;
  bottom: -165px;
}
.index_activity .img_con .swiper {
  margin-top: -20px;
}

/*index_contact*/
.index_contact {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 36px 0 30px 0;
}
.index_contact .index_title_box {
  text-align: center;
}
.index_contact .list {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.index_contact .list .item {
  display: inline-block;
  margin: 2%;
  width: 280px;
  background: #69a567;
  padding: 20px 10px 20px 50px;
  border-radius: 8px 0 8px 0;
  text-align: left;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.index_contact .list .item .name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
.index_contact .list .item .tel {
  position: relative;
  padding: 2px 0 2px 30px;
}
.index_contact .list .item .tel:before {
  content: "\f095";
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  left: 5px;
  z-index: 2;
}
.index_contact .list .item .tel::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}
.index_contact .list .item .mail {
  position: relative;
  padding: 2px 0 2px 30px;
}
.index_contact .list .item .mail:before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  left: 5px;
  z-index: 2;
}
.index_contact .list .item .mail::after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}
.index_contact .list .item:before {
  content: "\f007";
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 7em;
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  left: -30px;
  top: 65px;
}
.index_contact .list .item:nth-child(3n+1) {
  background: #69a567;
}
.index_contact .list .item:nth-child(3n+1) .tel:after {
  background: #456344;
}
.index_contact .list .item:nth-child(3n+1) .mail:after {
  background: #456344;
}
.index_contact .list .item:nth-child(3n+2) {
  background: #5b99ae;
}
.index_contact .list .item:nth-child(3n+2) .tel:after {
  background: #1b6079;
}
.index_contact .list .item:nth-child(3n+2) .mail:after {
  background: #1b6079;
}
.index_contact .list .item:nth-child(3n+3) {
  background: #456344;
}
.index_contact .list .item:nth-child(3n+3) .tel:after {
  background: #143f2d;
}
.index_contact .list .item:nth-child(3n+3) .mail:after {
  background: #143f2d;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  background-color: #1b6079;
  border: none;
  padding: 30px 0;
  margin-top: 0;
  z-index: 1;
  text-align: center;
}
#footer .container {
  padding: 0 5%;
}
#footer .footer_box {
  float: left;
  width: 100%;
}
#footer .footer_box .footer_con {
  float: left;
  width: 100%;
  color: #fff;
}
#footer .footer_box .footer_con .title {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 10px;
}

/*footer_design*/
.footer_design {
  color: #999;
  display: inline-block;
  font-size: 0.8em;
  white-space: nowrap;
}

.footer_design a {
  color: #999 !important;
}

/*scroll-to-top*/
.scroll-to-top {
  border-radius: 4px 4px 0 0 !important;
}

/***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.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.imh_detail a: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:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.imh_zoom:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 1.7em;
  color: #fff;
  background: #69a567;
  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;
}

a:hover.imh_zoom:before {
  top: 50%;
}
a:hover.imh_zoom img {
  opacity: 0.6;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出down***/
.imh_down {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_down img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.imh_down:before {
  display: block;
  font-family: "Font Awesome 6 free";
  content: "\f019";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  background: #69a567;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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;
}

a:hover .imh_down:before {
  top: 50%;
}
a:hover .imh_down img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*動畫效果*/
/*旋轉*/
@keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateZ-2 {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-360deg);
  }
}
/*閃動*/
@keyframes icon_glitter {
  from {
    left: -95px;
  }
  to {
    left: 180%;
  }
}
/*縮放*/
@keyframes icon_scale {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
/*右側icon左右移動*/
@keyframes right_icon_move {
  from {
    right: 18px;
  }
  50% {
    right: 13px;
  }
  to {
    right: 18px;
  }
}
/*閃爍按鈕*/
.glitter {
  overflow: hidden;
  position: relative;
}

.glitter:before {
  background: #fff;
  content: "";
  height: 215px;
  left: -95px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.glitter:hover:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.6em !important;
  }
  h3 {
    font-size: 1.5em;
  }
  h4, .title_01 {
    font-size: 1.3em;
  }
  .container {
    max-width: 100%;
  }
  .title_b {
    font-size: 6em;
  }
  /*date*/
  .date {
    width: 70px;
    height: 70px;
    padding: 12px 8px;
    font-size: 0.85em;
  }
  .date:before {
    width: 80px;
    height: 80px;
    top: -5px;
    left: -5px;
  }
  .date .day {
    padding-bottom: 0;
  }
  /*header*/
  header .header-logo img {
    max-width: 150px;
  }
  .header-nav-main .nav > li > a {
    font-size: 0.8em !important;
  }
  /*index_about_01*/
  .index_about_01 .container {
    margin: 25px auto 0 auto;
  }
  /*index_about_03*/
  .index_about_03 {
    padding: 75px 5% 20px 5%;
    float: left;
    width: 100%;
  }
  .index_about_03 .container:after {
    left: 300px;
    top: auto;
    bottom: -300px;
    width: 600px;
    height: 480px;
  }
  .index_about_03 .container .btn_box {
    text-align: center;
  }
  .schedule_list {
    max-width: 100%;
  }
  .schedule_list .list {
    float: left;
    width: 100%;
  }
  /*index_about_02*/
  .index_about_02 {
    padding: 75px 5%;
  }
  .index_about_02 .container {
    padding: 0 5%;
  }
  .index_about_02 .box_01.item_box .list {
    padding: 70px 0 30px 0;
  }
  .index_about_02 .box_01 .font {
    padding-right: 50px;
    width: 70%;
  }
  .index_about_02 .box_01 .img {
    width: 30%;
  }
  /*index_about_05*/
  .index_about_05 .index_title_box {
    float: left;
    width: 100%;
  }
  .index_about_05 .list {
    float: left;
    width: 100%;
  }
  .index_about_05 .list > .item {
    width: 45%;
  }
  /*index_about_06*/
  .index_about_06 .font {
    padding: 36px 120px 30px 120px;
    margin-top: 400px;
  }
  /*index_about_08*/
  .index_about_08 {
    padding: 0 5%;
  }
  .index_about_08 .font {
    float: left;
    width: 100%;
  }
  .index_about_08 .font .index_title_box:before {
    left: -450px;
    bottom: -600px;
    width: 667px;
    height: 400px;
  }
  /*index_about_09*/
  .about_09_bg:before {
    right: -350px;
    width: 500px;
    height: 300px;
  }
  .about_item {
    padding-left: 50px;
  }
  .about_item .no {
    left: 0px;
    top: -10px;
  }
  .icon_list .item {
    width: 32%;
  }
  .icon_list .item:nth-child(5n+1), .icon_list .item:nth-child(4n+1) {
    clear: none;
  }
  .icon_list .item:nth-child(3n+1) {
    clear: both;
  }
  .icon_list_01 {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
  }
  .icon_list_01 .item {
    float: left;
    width: 50%;
  }
  .icon_list_01 .item:nth-child(3n+1) {
    clear: none;
  }
  .icon_list_01 .item:nth-child(2n+1) {
    clear: both;
  }
  /*index_about_10*/
  .icon_list_02 .item {
    width: 32%;
  }
  .icon_list_02 .item:nth-child(5n+1) {
    clear: none;
  }
  .icon_list_02 .item:nth-child(3n+1) {
    clear: both;
  }
  .icon_list_02 .item .icon img {
    padding: 15px;
    width: 100px;
  }
  .icon_list_02 .item .font_box .title {
    font-size: 1.3em;
  }
  /*index_award*/
  .index_award .list .item .icon i {
    width: 80px;
    height: 80px;
    font-size: 2.5em;
    padding: 18px 15px 15px 15px;
  }
  .index_award .list .item .title {
    font-size: 1.4em;
    padding: 60px 0 20px 0;
  }
  .index_award .list .item .con_font::before {
    font-size: 8em;
    right: -30px;
    bottom: 50px;
  }
  /*team_list*/
  .team_list .item {
    width: 32%;
  }
  .team_list .item:nth-child(5n+1), .team_list .item:nth-child(4n+1) {
    clear: none;
  }
  .team_list .item:nth-child(3n+1) {
    clear: both;
  }
  /*index_news*/
  .index_news .container .index_news_box .font_box {
    float: left;
    width: 80%;
    padding: 30px 8% 25px 30px;
  }
  .index_news .container .index_news_box .font_box .list {
    padding: 20px 0 0 0;
  }
  .index_news .container .index_news_box .font_box .list .item {
    padding: 20px 0;
  }
  .index_news .container .index_news_box .img {
    float: left;
    width: 30%;
    position: absolute;
    right: -10%;
  }
  /*index_activity*/
  .index_activity .img_con {
    padding: 26px 0 0 40px;
  }
  .index_activity .img_con:before {
    bottom: -45px;
  }
  /*index_faq*/
  .index_faq .index_title_box {
    width: 170px;
  }
  .index_faq .faq_list {
    width: calc(100% - 170px);
  }
  /*footer*/
  #footer .footer_con {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2em !important;
  }
  h3 {
    font-size: 1.6em;
  }
  .container {
    max-width: 100% !important;
  }
  .title_b {
    font-size: 7em;
  }
  /*date*/
  .date {
    width: 83px;
    height: 83px;
    padding: 17px 10px;
  }
  .date:before {
    width: 95px;
    height: 95px;
    top: -6px;
    left: -6px;
  }
  .date .day {
    padding-bottom: 5px;
  }
  /*header*/
  #header .header-logo img {
    max-width: 140px;
  }
  .header-nav-main .nav > li > a {
    font-size: 1em !important;
  }
  /*index_about_01*/
  .index_about_01 .container {
    margin: 35px auto 0 auto;
  }
  /*index_about_02*/
  .index_about_02 {
    padding: 75px 0 0 0;
  }
  .index_about_02 .box_01.item_box .list {
    padding: 70px 0;
  }
  .index_about_02 .box_01 .font {
    padding-right: 80px;
    width: 60%;
  }
  .index_about_02 .box_01 .img {
    width: 40%;
  }
  /*index_about_03*/
  .index_about_03 {
    padding: 120px 5% 50px 5%;
  }
  .index_about_03 .container:after {
    left: 650px;
    top: -150px;
    width: 600px;
    height: 480px;
  }
  .index_about_03 .container .btn_box {
    text-align: right;
  }
  .schedule_list {
    max-width: 900px;
  }
  .schedule_list .list {
    float: left;
    width: 100%;
  }
  /*index_about_05*/
  .index_about_05 .index_title_box {
    float: left;
    width: 100%;
  }
  .index_about_05 .list {
    float: left;
    width: 100%;
  }
  .index_about_05 .list > .item {
    width: 28%;
  }
  /*index_about_08*/
  .index_about_08 {
    padding: 0;
  }
  .index_about_08 .font {
    float: left;
    width: 350px;
  }
  .index_about_08 .font .index_title_box:before {
    left: -400px;
    bottom: -400px;
    width: 667px;
    height: 400px;
  }
  /*index_about_09*/
  .about_09_bg:before {
    right: -550px;
    width: 800px;
    height: 480px;
  }
  .icon_list .item {
    width: 24%;
  }
  .icon_list .item:nth-child(5n+1), .icon_list .item:nth-child(3n+1) {
    clear: none;
  }
  .icon_list .item:nth-child(4n+1) {
    clear: both;
  }
  .icon_list_01 {
    float: left;
    width: 100%;
  }
  /*index_about_10*/
  .icon_list_02 .item {
    width: 19.5%;
  }
  .icon_list_02 .item:nth-child(3n+1) {
    clear: none;
  }
  .icon_list_02 .item:nth-child(5n+1) {
    clear: both;
  }
  /*index_award*/
  .index_award .list .item .icon i {
    width: 100px;
    height: 100px;
    font-size: 3.2em;
    color: #69a567;
    padding: 23px 20px 20px 20px;
  }
  .index_award .list .item .title {
    font-size: 1.6em;
    padding: 70px 0 20px 0;
  }
  .index_award .list .item .con_font::before {
    font-size: 12em;
    right: -60px;
    bottom: 70px;
  }
  /*team_list*/
  .team_list .item {
    width: 24%;
  }
  .team_list .item:nth-child(5n+1), .team_list .item:nth-child(3n+1) {
    clear: none;
  }
  .team_list .item:nth-child(4n+1) {
    clear: both;
  }
  /*index_news*/
  .index_news .container .index_news_box .font_box {
    float: left;
    width: 80%;
    padding: 33px 8% 25px 30px;
  }
  .index_news .container .index_news_box .font_box .list {
    padding: 40px 0 0 0;
  }
  .index_news .container .index_news_box .font_box .list .item {
    padding: 25px 0;
  }
  /*index_activity*/
  .index_activity .img_con {
    padding: 50px 0 0 50px;
  }
  .index_activity .img_con:before {
    bottom: -65px;
  }
  /*footer*/
  #footer .footer_con {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  .title_b {
    font-size: 7.5em;
  }
  /*header*/
  .header-nav-main .nav > li > a {
    font-size: 1.2em !important;
  }
  /*index_about_02*/
  .index_about_02 {
    padding: 75px 5% 0 5%;
  }
  .index_about_02 .container {
    padding: 0 10%;
  }
  /*index_about_03*/
  .index_about_03 .container:after {
    left: 650px;
    top: -150px;
    width: 800px;
    height: 640px;
  }
  /*index_about_05*/
  .index_about_05 .index_title_box {
    float: left;
    width: 180px;
  }
  .index_about_05 .list {
    float: left;
    width: 100%;
    margin-top: 90px;
  }
  /*index_about_06*/
  .index_about_06 .font {
    margin-top: 60px;
  }
  /*index_about_09*/
  .about_09_bg:before {
    right: -350px;
    width: 800px;
    height: 480px;
  }
  .icon_list .item {
    width: 19.5%;
  }
  .icon_list .item:nth-child(4n+1), .icon_list .item:nth-child(3n+1) {
    clear: none;
  }
  .icon_list .item:nth-child(5n+1) {
    clear: both;
  }
  .icon_list_01 .item {
    float: left;
    width: 33.3%;
  }
  .icon_list_01 .item:nth-child(2n+1) {
    clear: none;
  }
  .icon_list_01 .item:nth-child(3n+1) {
    clear: both;
  }
  /*team_list*/
  .team_list .item {
    width: 19%;
  }
  .team_list .item:nth-child(4n+1), .team_list .item:nth-child(3n+1) {
    clear: none;
  }
  .team_list .item:nth-child(5n+1) {
    clear: both;
  }
  /*index_news*/
  .index_news .container .index_news_box .font_box {
    float: left;
    width: 60%;
    padding: 37px 8% 25px 30px;
  }
  .index_news .container .index_news_box .font_box .list {
    padding: 20px 0 0 0;
  }
  .index_news .container .index_news_box .font_box .list .item {
    padding: 25px 0;
  }
  .index_news .container .index_news_box .img {
    float: left;
    width: 40%;
    position: relative;
    right: 0;
  }
  /*index_activity*/
  .index_activity .img_con {
    padding: 80px 0 0 80px;
  }
  .index_activity .img_con:before {
    bottom: -65px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*index_about_01*/
  .index_about_01 .container {
    padding: 0;
  }
  .index_about_01 .container::after {
    width: 1000px;
    height: 800px;
  }
  /*index_about_03*/
  .index_about_03 .container:after {
    left: 800px;
  }
  /*index_about_05*/
  .index_about_05 .index_title_box {
    float: left;
    width: 250px;
  }
  .index_about_05 .list {
    float: left;
    width: 100%;
  }
  /*index_about_09*/
  .about_09_bg:before {
    right: -550px;
    width: 1000px;
    height: 600px;
  }
  .about_item {
    padding-left: 200px;
  }
  .about_item .no {
    left: 145px;
    top: -10px;
  }
  /*index_activity*/
  .index_activity .img_con {
    padding: 150px 0 0 80px;
  }
  .index_activity .img_con:before {
    bottom: -165px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px !important;
  }
  /*index_about_03*/
  .index_about_03 .container:after {
    width: 1000px;
    height: 800px;
    left: 900px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em !important;
  }
  h3 {
    font-size: 1.3em;
  }
  h4, .title_01 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  /*index_title*/
  .index_title_box h2 {
    padding-top: 0;
  }
  .title_b {
    font-size: 5em;
  }
  /*date*/
  .post-date {
    width: 70px;
    font-size: 0.8em;
  }
  .post-date .day {
    padding: 0 0 5px 0;
  }
  .badge {
    padding: 5px 12px;
    font-size: 0.9em;
  }
  .date {
    font-size: 0.7em;
  }
  .date .day {
    padding-bottom: 0;
    margin-bottom: -3px;
  }
  /*header*/
  #header .header-nav-features .fa-search {
    font-size: 1.4em;
    color: #99cccc;
  }
  #header .header-body {
    background-color: #fff !important;
    border-bottom: solid #ccc 1px !important;
  }
  #header .header-container {
    min-height: 50px !important;
  }
  #header .header-column {
    height: 50px;
  }
  #header .header-nav {
    min-height: auto !important;
    height: 50px;
  }
  #header .header-logo {
    width: auto;
    height: 50px !important;
    margin: 0 !important;
  }
  #header .header-logo img {
    width: auto;
    height: 50px !important;
    padding: 2px 0;
  }
  #header .header-nav-main nav {
    background: #69a567;
    padding: 0;
    margin: 0 -5px 0 -1px;
    max-height: 70vh;
  }
  #header .header-nav-main nav .nav {
    padding: 0;
    margin: 0;
  }
  #header .header-nav-main nav .nav > li::before {
    display: none;
  }
  #header .header-nav-main nav .nav > li {
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid !important;
  }
  #header .header-nav-main nav .nav a {
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 10px 10px 10px 15px !important;
    margin: 0 !important;
    color: #fff !important;
    line-height: normal;
    height: auto !important;
  }
  #header .header-nav-main nav .nav a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav .nav > li > a.active {
    color: #fff !important;
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu {
    font-size: 1em;
    float: left;
    width: 100%;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.4) !important;
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu a {
    padding: 10px 10px 10px 30px !important;
  }
  #header .header-nav-main nav .nav li.dropdown-submenu.open > .dropdown-menu {
    font-size: 1em;
    float: left;
    width: 100%;
    background: #666;
    margin-left: 0 !important;
  }
  #header .header-nav-main nav .nav li.dropdown-submenu.open > .dropdown-menu a {
    padding: 10px 10px 10px 45px !important;
  }
  #header .apply_btn {
    display: none !important;
  }
  #header .apply_btn_m {
    display: block;
  }
  #header .header-btn-collapse-nav {
    background: #69a567;
    color: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 7px 15px;
  }
  #header .header-btn-collapse-nav:hover {
    background: #456344;
  }
  #header .header-nav-features {
    padding: 3px 10px 0 10px;
    margin-right: 0;
  }
  #header .header-nav-features input {
    padding: 0 8px;
  }
  #header .header-nav-features .fa-search {
    font-size: 1em;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 7px;
    width: 100vw;
    background: #ccc;
    right: -42px;
    padding: 5px;
  }
  /*main*/
  .main {
    margin-top: 50px;
  }
  /*index_about_01*/
  .index_about_01 {
    padding-bottom: 50px;
  }
  .index_about_01 .container {
    margin: 19px auto 0 auto;
  }
  .index_about_01 .container .video_con {
    width: 100%;
    padding: 20px 0;
  }
  .index_about_01 .container .font_con {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .index_about_01 .container .font_con .index_title_box {
    padding-left: 0;
  }
  /*index_about_02*/
  .index_about_02 {
    padding: 40px 5%;
  }
  .index_about_02:after {
    top: 120px;
    height: calc(100% - 160px);
  }
  .index_about_02 .container {
    float: left;
    width: 100%;
    padding: 0;
  }
  .index_about_02 .container .font {
    width: 100%;
  }
  .index_about_02 .item_box .img {
    display: none;
  }
  .index_about_02 .item_box .list .item .icon {
    width: 80px;
    padding: 5px;
    margin-top: -5px;
  }
  .index_about_02 .item_box .list .item .font_box {
    width: calc(100% - 80px);
  }
  .index_about_02 .item_box .list .item .font_box .font {
    width: 100%;
    padding: 0;
  }
  .index_about_02 .item_box .list .item .font_box .title {
    font-size: 1.2em;
  }
  .index_about_02 .item_box .list .item.highlights .title {
    font-size: 140%;
  }
  .index_about_02 .item_box .list:before {
    top: 90px;
    left: 40px;
  }
  .index_about_02 .box_01.item_box .list {
    padding: 20px 0 0 0;
  }
  /*index_about_03*/
  .index_about_03 {
    padding: 0 5%;
    float: left;
  }
  .index_about_03 .container {
    padding: 0;
  }
  .index_about_03 .container:after {
    content: none;
  }
  .index_about_03 .container .btn_box {
    text-align: center;
  }
  .schedule_list {
    max-width: 100%;
  }
  .schedule_list .list {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  .schedule_list .list .item {
    font-size: 0.8em;
  }
  .schedule_list .list .item .time {
    float: left;
    width: 190px;
    padding: 10px 20px 10px 0;
  }
  .schedule_list .list .item .title {
    float: left;
    width: calc(100% - 190px);
    font-size: 1.2rem;
  }
  .schedule_list .list .item .font {
    padding: 10px 10px 20px 180px;
  }
  /*index_about_04*/
  .index_about_04 {
    padding: 0 5% 20px 5%;
  }
  .index_about_04 .index_title_box::before {
    height: 180px;
    width: 200vw;
  }
  /*step_list*/
  .step_list .item {
    width: 100% !important;
    padding: 30px 3%;
  }
  /*step_list*/
  .step_list .item {
    width: 50%;
    padding: 9% 3%;
  }
  .step_list .item:nth-child(2n+1) {
    clear: both;
  }
  .step_list .item .no {
    font-size: 3em;
  }
  .step_list .item .no::after {
    content: "";
    width: 50px;
    height: 50px;
    left: -15px;
    top: -20px;
  }
  .step_list .item .title {
    font-size: 1.1em;
    padding: 20px 0 10px 0;
  }
  /*index_about_05*/
  .index_about_05 .index_title_box {
    float: left;
    width: 100%;
  }
  .index_about_05 .list {
    float: left;
    width: 100%;
  }
  .index_about_05 .list {
    font-size: 0.8em;
  }
  .index_about_05 .list > .item {
    width: 45%;
  }
  /*index_about_06*/
  .index_about_06 .font {
    padding: 30px 30px 10px 40px;
    width: 100%;
    margin-top: 400px;
  }
  /*index_about_08*/
  .index_about_08 {
    padding: 0 5%;
  }
  .index_about_08 .font {
    float: left;
    width: 100%;
  }
  .index_about_08 .font .index_title_box:before {
    left: -450px;
    bottom: -700px;
    width: 667px;
    height: 400px;
  }
  /*index_about_09*/
  .about_09_bg {
    padding-bottom: 180px;
  }
  .about_09_bg:before {
    right: -50px;
    width: 400px;
    height: 240px;
  }
  .about_item {
    padding-left: 10px;
    margin: 50px 0 30px 0;
  }
  .about_item .no {
    left: 0px;
    top: -10px;
    font-size: 6em;
  }
  .about_item h3 {
    padding: 5px 20px 5px 50px;
  }
  .icon_list .item {
    width: 48%;
  }
  .icon_list .item:nth-child(2n+1) {
    clear: both;
  }
  .icon_list .item .box .img img {
    width: 50px;
  }
  .icon_list .item .box .img:before {
    width: 95px;
    height: 95px;
  }
  .icon_list .item .box .img:after {
    width: 80px;
    height: 80px;
  }
  .icon_list .item .box .title {
    font-size: 0.9em;
  }
  .icon_list_01 {
    margin: 20px 0;
  }
  .icon_list_01 .item {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
  .icon_list_01 .item .box {
    width: calc(100% - 30px);
    margin: 10px 0 10px 30px;
    min-height: auto;
  }
  .icon_list_01 .item .title {
    top: 21px;
  }
  /*index_about_10*/
  .icon_list_02 .item {
    width: 48%;
    padding: 5%;
  }
  .icon_list_02 .item:nth-child(2n+1) {
    clear: both;
  }
  .icon_list_02 .item .icon img {
    padding: 10px;
    width: 60px;
  }
  .icon_list_02 .item .font_box .title {
    font-size: 1.2em;
    padding: 5px 0 0 0;
  }
  /*index_award*/
  .index_award {
    padding: 30px 5%;
  }
  .index_award .list .item {
    width: 45%;
    max-width: 300px;
  }
  .index_award .list .item .icon i {
    width: 80px;
    height: 80px;
    font-size: 2.5em;
    padding: 18px 15px 15px 15px;
  }
  .index_award .list .item .title {
    font-size: 1.4em;
    padding: 60px 0 20px 0;
  }
  .index_award .list .item .con_font::before {
    font-size: 8em;
    right: -30px;
    bottom: 50px;
  }
  /*index_review*/
  .index_review {
    padding: 36px 0 60px 0;
  }
  .index_review h3 {
    padding: 30px 0 40px 0;
  }
  /*team_list*/
  .team_list {
    padding: 0;
  }
  .team_list .item {
    width: 48%;
    padding: 20px 5%;
  }
  .team_list .item:nth-child(2n+1) {
    clear: both;
  }
  .team_list .item .font {
    border-radius: 0 5px 0 5px;
  }
  .team_list .item .font:before {
    border-radius: 0 5px 0 5px;
  }
  /*team_modal*/
  .team_modal .img {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .team_modal .img img {
    width: 100%;
    max-width: 250px;
  }
  .team_modal .font {
    float: left;
    width: 100%;
    padding: 15px;
  }
  /*index_news*/
  .index_news .container .index_news_box .font_box {
    float: left;
    width: 100%;
    padding: 20px;
  }
  .index_news .container .index_news_box .font_box .list {
    padding: 15px 0 0 0;
  }
  .index_news .container .index_news_box .font_box .list .item {
    padding: 20px 0;
  }
  .index_news .container .index_news_box .font_box .list .font {
    float: left;
    width: calc(100% - 70px);
    padding: 0 0 0 15px;
  }
  .index_news .container .index_news_box .img {
    display: none;
  }
  /*index_faq*/
  .index_faq {
    padding: 60px 0;
  }
  .index_faq .index_title_box {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .index_faq .faq_list {
    width: 100%;
    padding-left: 0;
  }
  .index_faq .faq_list .accordion-button {
    font-size: 1.1em !important;
  }
  /*index_activity*/
  .index_activity .video_con {
    float: left;
    width: 100%;
  }
  .index_activity .img_con {
    float: left;
    width: 100%;
    padding: 50px 5% 0 5%;
  }
  .index_activity .img_con:before {
    bottom: -70px;
  }
  /*footer*/
  #footer {
    font-size: 0.8em;
    line-height: 170%;
    padding: 20px 0;
  }
  #footer .footer_con {
    width: 100% !important;
    padding: 0 0 0 20px;
  }
}
/*手機版*/
@media (max-width: 576px) {
  .title_b {
    font-size: 4em;
  }
  /*index_about_01*/
  .index_about_01 {
    padding-bottom: 50px;
  }
  .index_about_01 .container {
    margin: 12px auto 0 auto;
  }
  /*index_about_03*/
  .schedule_list {
    max-width: 500px;
  }
  .schedule_list .list {
    float: left;
    width: 100%;
    padding: 0;
  }
  .schedule_list .list .item {
    font-size: 0.9em;
  }
  .schedule_list .list .item .time {
    float: left;
    width: 100%;
    padding: 7px 25px 7px 15px;
    text-align: left;
  }
  .schedule_list .list .item .time:after {
    display: none;
  }
  .schedule_list .list .item .title {
    float: left;
    width: 100%;
    padding: 7px 10px;
  }
  .schedule_list .list .item .font {
    padding: 10px 10px 20px 30px;
  }
  /*index_about_04*/
  .index_about_04 .index_title_box::before {
    height: 160px;
  }
  /*index_about_05*/
  .index_about_05 .list > .item {
    width: 100%;
    margin: 20px 0;
  }
  .about_list {
    float: left;
  }
  .about_list .item {
    float: left;
    width: 100%;
    padding: 3%;
  }
  .about_list .item .box .time {
    font-size: 1em;
  }
  /*index_about_08*/
  .index_about_08 .font .index_title_box:before {
    left: -330px;
    bottom: -1000px;
    width: 500px;
    height: 300px;
  }
  /*index_news*/
  .index_news .container .index_news_box .font_box {
    float: left;
    width: 100%;
    padding: 15px;
  }
  .index_news .container .index_news_box .font_box .list {
    padding: 0;
  }
  .index_news .container .index_news_box .font_box .list .item {
    padding: 15px 0;
  }
  .index_news .container .index_news_box .font_box .list .font {
    float: left;
    width: 100%;
    padding: 8px 0 0 0;
  }
  /*index_award*/
  .index_award .list .item {
    width: 80%;
    margin: 30px 5%;
  }
  /*team_list*/
  .team_list {
    padding: 0;
  }
  .team_list .item {
    width: 100%;
    max-width: 300px;
    padding: 15px;
  }
  /*footer*/
  #footer .footer_con {
    width: 100%;
    padding: 0;
  }
}
/*閃爍按鈕*/
.glitter {
  overflow: hidden;
  position: relative;
}

.glitter:before {
  background: #fff;
  content: "";
  height: 215px;
  left: -95px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.glitter:hover:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*-----------------------------------------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-50 {
  width: 50%;
}

.w-1000 {
  max-width: 1000px;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-100px {
  max-width: 100px;
}

.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;
}

.align-m {
  vertical-align: middle !important;
}

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

mark {
  background: linear-gradient(transparent 60%, #ffdd55 0);
}

@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: 10px;
  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 {
  color: #69a567;
}
.table tbody td a:hover {
  color: #5b99ae;
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: #69a567 !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: #5b99ae !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: #f5f5f5 !important;
}
.table.table-hover tbody tr .btn_circle {
  border-radius: 50%;
  padding: 2px 9px 4px 11px;
}
.table.table-hover tbody tr .btn_circle:hover, .table.table-hover tbody tr .btn_circle:focus {
  background: #5b99ae !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

.table-cell {
  display: table-cell;
}

.table_total {
  border-top: double #ccc 3px;
}
.table_total td {
  background: #e6eff4;
}

/*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;
  margin-top: 0;
}
.edit_con a {
  color: #69a567;
  /*text-decoration:underline;*/
}
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

.border_box {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: solid #eee 1px;
  padding: 5%;
  background: #fff;
  margin-bottom: 15px;
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
  padding-left: 40px !important;
}

.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*/
}

.ol_05 {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 50px;
}
.ol_05 li {
  counter-increment: my-counter;
  text-indent: -1.6em;
}
.ol_05 li:before {
  content: "(" counter(my-counter) ")";
  margin-right: 0.5em;
}

.ol_c_01 {
  counter-reset: chapter;
}
.ol_c_01 > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  text-indent: -0.3em;
}
.ol_c_01 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_01 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li > ol > li {
  counter-increment: section;
  text-indent: -30px;
  padding-left: 27px;
}
.ol_c_01 > ol > li > ol > li:before {
  content: counter(chapter) "." counter(section);
  margin-right: 0.5em;
}

.ol_c_02 {
  counter-reset: chapter;
}
.ol_c_02 > ol {
  list-style: none;
  padding-left: 10px;
}
.ol_c_02 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  margin-left: 1em;
}
.ol_c_02 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_02 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_02 > ol > li > ol > li {
  counter-increment: section;
}
.ol_c_02 > ol > li > ol > li:before {
  content: counter(chapter) "-" counter(section);
  margin-right: 0.5em;
}

.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: 767px) {
  .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 {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin: 0 auto;
  padding-left: 0 !important;
  text-align: center;
}
.anchor_list li {
  display: inline-block;
}
.anchor_list a {
  padding: 8px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 0;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #69a567;
  color: #fff;
  border: solid #69a567 1px;
}
.anchor_list a.active {
  background: #5b99ae;
  color: #fff;
  border: solid #5b99ae 1px;
}

.anchor_con {
  float: left;
  width: 100%;
  padding: 0 5%;
}

@media (max-width: 767px) {
  .anchor_list li {
    padding: 10px 0;
  }
  .anchor_list a {
    font-size: 0.9em;
    padding: 8px;
  }
}
/*頁籤 bs3*/
.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: #69a567;
  color: #fff !important;
  border: 1px solid #69a567 !important;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  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 {
  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: #69a567;
  color: #fff !important;
  border: 1px solid #69a567 !important;
}
.tabs .tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 0;
}

/*頁籤 bs5*/
.nav-tabs {
  border: none;
  justify-content: center;
}
.nav-tabs .nav-link {
  border: solid #ccc 1px;
  border-radius: 30px;
  margin: 0 5px 5px 0;
  padding: 8px 20px;
  color: #333;
  background: #fff;
  font-size: 1.2em;
}
.nav-tabs .nav-link:hover {
  background-color: #456344;
  color: #fff;
  border-color: #456344;
}
.nav-tabs .nav-link.active {
  background-color: #69a567;
  color: #fff;
  border-color: #69a567;
}

.tab-content {
  border: none;
  padding: 15px 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    font-size: 1em;
    padding: 5px 10px;
  }
}
/*併排*/
[class^=list_0] .title, .list_img .title, .list_font .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

[class^=list_0] img {
  width: 100%;
}

@media (max-width: 767px) {
  [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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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*/
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  /*解決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;
  }
  /*thead不重覆*/
  thead {
    display: table-row-group;
  }
  /*table背景色*/
  body {
    -webkit-print-color-adjust: exact;
  }
  .print_con_table tr th {
    background: #666 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}
/*列印尺寸電腦版*/
@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 */