@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: #0f7a87 !important;
}

.color_02 {
  color: #2170af !important;
}

.color_03 {
  color: #4e800e !important;
}

.color_04 {
  color: #966f12 !important;
}

.bg_01 {
  background: #0f7a87 !important;
}

.bg_02 {
  background: #2170af !important;
}

.bg_03 {
  background: #4e800e !important;
}

.bg_04 {
  background: #966f12 !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;
}

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

a {
  color: #333;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #0c4a7b;
  text-decoration: none !important;
}

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

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

h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
  color: #000;
}

h3 {
  color: #0f7a87;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  color: #2170af;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: #4e800e;
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h6 {
  color: #966f12;
  font-size: 1.1em;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #0f7a87;
}
.btn_01:hover, .btn_01:focus {
  background: #2170af;
  color: #fff !important;
}

.btn_back {
  background-color: transparent;
  padding: 6.5px 20px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff !important;
  background: #666;
}
.btn_back:hover, .btn_back:focus {
  background: #2170af;
  color: #fff !important;
}

.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: #2170af;
}
.scroll-to-top i {
  color: #fff;
}

.w-auto {
  width: auto;
}

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

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

.dropdown-menu {
  min-width: auto;
}

/*for無障礙*/
* {
  padding: 0;
  margin: 0;
  letter-spacing: 0.12em !important;
  word-spacing: 0.16em !important;
}

*[lang|=zh], *[lang|=zh]* {
  letter-spacing: 0.14em !important;
}

*[lang|=zh] *[lang]:not([lang|=zh]) {
  letter-spacing: 0.12em !important;
}

a:focus {
  outline: 2px solid #00b0f0 !important;
  text-decoration: none;
}

input.form-control:focus, textarea.form-control:focus, input[type=text]:focus, input[type=file]:focus, input[type=checkbox]:focus, input[type=button]:focus, input[type=radio]:focus, input[type=password]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  background-color: #ffbf47 !important;
  color: #000 !important;
  outline: 2px solid #00b0f0 !important;
}

input[type=submit]:focus {
  outline: 2px solid #00b0f0 !important;
}

button:focus, #icon_btn:focus {
  outline: 2px solid #00b0f0 !important;
}

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

.cookie_con {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.cookie_con .font {
  float: left;
  width: calc(100% - 130px);
}
.cookie_con .font a {
  color: #f3d11f;
}
.cookie_con .font a:hover {
  color: #0f7a87 !important;
}
.cookie_con .btn_box {
  float: left;
  width: 130px;
  margin: 0;
  text-align: center;
}
.cookie_con .btn_01 {
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 3px 0;
}

/*date*/
.post-date {
  border: solid 7px;
  border-color: rgba(15, 122, 135, 0.1) !important;
  text-align: center;
  padding: 8px 8px 0 8px;
  width: 90px;
}
.post-date .day {
  color: #0f7a87;
  font-size: 2.25em;
  font-family: Anton-Regular;
  border-bottom: solid 1px #ccc;
  padding: 5px 5px 7px 5px;
}
.post-date .month {
  font-size: 0.9em;
  color: #333;
}

.badge {
  background: #966f12;
  color: #fff;
  padding: 8px 17px;
  font-size: 1em;
  font-weight: 400;
}

.page_date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.page_date div {
  display: inline-block;
}

/*search-手機版*/
#header .header-btn-collapse-nav-search, .header-btn-collapse-nav-login {
  margin: 10px 0 8px 0px;
  padding: 6px 8px;
  float: right;
  background: #fff;
  color: #0f7a87;
}

.header-nav-search {
  background: #f5f5f5;
  float: left;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.search_box {
  border-radius: 5px;
  margin: 7px 2% !important;
  float: none;
  height: 33px;
}

.search_box label {
  width: calc(100% - 105px);
}

.search_icon {
  margin-right: 120px;
}

.search_adv {
  padding: 3px 10px !important;
}

.key_word {
  font-size: 0.8em;
  padding: 5px 0 10px 0;
}

/*mobile menu*/
#header {
  position: fixed;
  width: 100%;
}

.header-nav-bar {
  background: #0f7a87;
}

.header-nav .container {
  display: block;
  padding: 0 15px;
}

.header-container .header-row .header-column:nth-child(1) {
  margin: 0 -8px;
}

.header-logo a {
  float: left;
}
.header-logo img {
  height: 52px;
  width: auto !important;
  vertical-align: top;
  margin: 0 !important;
}

#header .header-btn-collapse-nav {
  background: #0f7a87;
}

.header-nav-main {
  margin: 0 -15px;
  padding: 0 !important;
  width: calc(100% + 30px);
}
.header-nav-main .nav.nav-pills {
  padding: 0 !important;
}
.header-nav-main .nav.nav-pills > li {
  margin: 0;
}
.header-nav-main nav > ul > li > a {
  color: #fff !important;
  font-weight: 400 !important;
}
.header-nav-main nav > ul > li:after {
  height: 0;
}
.header-nav-main nav > ul > li:before {
  display: none;
}
.header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
  margin-left: 0;
}

.dropdown-menu {
  font-size: 1em !important;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li > a {
  padding: 10px 15px 10px 15px !important;
  border-radius: 0;
  white-space: normal;
  font-size: 1em !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

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

#header .nav-top li.dropdown .dropdown-menu li {
  background: #666;
}

#header .header-container {
  background: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  color: #333;
}

#header .header-nav-main nav > ul li.dropdown-submenu.open > .dropdown-menu {
  margin-left: 0 !important;
}

#header .header-nav-main nav > ul > li.dropdown-submenu.show .dropdown-menu {
  top: auto;
  display: block;
  opacity: 1;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: rgba(0, 0, 0, 0.15);
}

/*search icon*/
.menu_search:hover > i {
  color: #fff;
}
.menu_search:hover:before {
  background-color: transparent;
}
.menu_search .dropdown-mega-content {
  padding-top: 10px !important;
}

.search_box {
  position: relative;
  margin-top: -10px;
}
.search_box label {
  width: 200px;
  margin-bottom: 0;
  background: #efefef;
  border-radius: 50px;
  padding: 5px 40px 0 0;
}

.search_input {
  width: 100%;
  background-color: transparent;
  border: none;
  margin-top: -5px;
  height: 38px;
  padding: 5px 10px 5px 20px;
}

.search_icon {
  padding: 7px 15px 6px 10px;
  margin-right: 0;
  background-color: transparent;
  color: #0f7a87;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.search_icon:hover {
  color: #2170af;
}

.key_word {
  float: left;
  width: 100%;
  padding: 5px 0 15px 0;
  line-height: 150%;
}

.key_word a {
  color: #666 !important;
  padding: 6px 0 !important;
}

.key_word a:hover, .key_word a:focus {
  color: #2170af !important;
}

/*main*/
.main > .container {
  padding: 0 25px;
}
.main .row > div {
  padding: 0 1em;
}

.menu_left .sidebar_menu {
  width: 220px;
}
.menu_left .main_con {
  width: calc(100% - 220px);
  padding: 20px 20px 40px 20px;
}
.menu_left > div:nth-child(3) {
  display: none;
}

.menu_right .sidebar_menu {
  width: 220px;
}
.menu_right .main_con {
  width: calc(100% - 220px);
}
.menu_right > div:nth-child(1) {
  display: none;
}

.menu_none .main_con {
  width: 100%;
  padding: 20px 5% 40px 5% !important;
}
.menu_none > div:nth-child(1), .menu_none .menu_none > div:nth-child(3) {
  display: none;
}

/*index_icon*/
.index_icon {
  float: left;
  width: 100%;
  background: linear-gradient(0deg, #f6f7f8 50%, #f0f5f9 100%);
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}
.index_icon .container {
  padding: 40px 5%;
  position: relative;
}
.index_icon .container:before {
  display: block;
  content: "";
  background: url(../img/customer/circle_01.png);
  position: absolute;
  width: 700px;
  height: 700px;
  top: -155px;
  left: -120px;
  animation-name: rotateZ;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 1;
}
.index_icon .container:after {
  display: block;
  content: "";
  background: url(../img/customer/circle_03.png);
  position: absolute;
  width: 1200px;
  height: 1200px;
  top: -200px;
  right: -700px;
  animation-name: rotateZ;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 10;
}
.index_icon .left {
  float: left;
  width: 350px;
  padding-right: 50px;
  position: relative;
  z-index: 999;
}
.index_icon .left:before {
  display: block;
  content: "";
  background: url(../img/customer/banner_left.png);
  position: absolute;
  width: 716px;
  height: 1004px;
  left: -350px;
  top: -200px;
  animation-name: icon_scale;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 10;
}
.index_icon .left img {
  z-index: 99;
  position: relative;
}
.index_icon .right {
  float: left;
  width: calc(100% - 400px);
  padding: 0 0 40px 60px;
  position: relative;
  z-index: 99;
  margin-top: -20px;
}
.index_icon .right:before {
  display: block;
  content: "";
  background: url(../img/customer/circle_02.png);
  position: absolute;
  width: 640px;
  height: 640px;
  top: -560px;
  left: 50px;
  animation-name: rotateZ-2;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}
.index_icon .right:after {
  display: block;
  content: "";
  background: url(../img/customer/banner_right.png);
  position: absolute;
  width: 716px;
  height: 1004px;
  right: -78%;
  top: -100%;
  animation-name: icon_scale;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 10;
}
.index_icon .right .con_font {
  font-size: 1.125em;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
  text-shadow: 1px 1px 2px rgb(255, 255, 255);
}
.index_icon .icon_list {
  float: left;
  width: 100%;
}
.index_icon .icon_list .item {
  float: left;
  width: 50%;
  margin: 15px 0;
}
.index_icon .icon_list .item:nth-child(2n+1) {
  clear: both;
}
.index_icon .icon_list .item .icon {
  float: left;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.index_icon .icon_list .item .icon img {
  border: solid 5px;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 10px;
  z-index: 9;
  overflow: hidden;
}
.index_icon .icon_list .item .title {
  float: left;
  width: calc(100% - 50px);
  font-size: 1.375em;
  min-height: 86px;
  box-shadow: 0px 0px 3px 3px rgba(51, 51, 51, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 50px;
  margin-left: -50px;
  z-index: 8;
  background: #fff;
}
.index_icon .icon_list .item a {
  float: left;
  width: 100%;
  z-index: 999;
  position: relative;
  padding: 3px;
}
.index_icon .icon_list .item a:hover .title, .index_icon .icon_list .item a:focus .title {
  color: #fff;
}
.index_icon .icon_list .item:nth-child(1) .icon img, .index_icon .icon_list .item:nth-child(1) a:hover .title, .index_icon .icon_list .item:nth-child(1) a:focus .title {
  background: #2170af;
}
.index_icon .icon_list .item:nth-child(2) .icon img, .index_icon .icon_list .item:nth-child(2) a:hover .title, .index_icon .icon_list .item:nth-child(2) a:focus .title {
  background: #0f7a87;
}
.index_icon .icon_list .item:nth-child(3) .icon img, .index_icon .icon_list .item:nth-child(3) a:hover .title, .index_icon .icon_list .item:nth-child(3) a:focus .title {
  background: #4e800e;
}
.index_icon .icon_list .item:nth-child(4) .icon img, .index_icon .icon_list .item:nth-child(4) a:hover .title, .index_icon .icon_list .item:nth-child(4) a:focus .title {
  background: #966f12;
}

/*index_news*/
.index_news {
  float: left;
  width: 100%;
  background: linear-gradient(102deg, transparent 30%, #f5f5f5 0), linear-gradient(-102deg, transparent 30%, #fff 0);
  margin: 60px 0 0 0;
  position: relative;
  min-height: 700px;
  padding-bottom: 40px;
}
.index_news .img-fluid {
  margin: -60px 0 0 -20px;
  position: absolute;
}
.index_news .con_box_01 {
  padding: 60px 60px 60px 760px;
  width: 100%;
  max-width: 1600px;
}
.index_news .title_box h2 {
  font-size: 1.875em;
  position: relative;
  margin-bottom: 15px;
}
.index_news .title_box h2:before {
  content: "NEWS";
  font-family: Anton-Regular;
  display: block;
  position: absolute;
  color: rgb(255, 255, 255);
  font-size: 3.5em;
  top: -80px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.index_news .title_box h2:after {
  content: url(../img/customer/title_icon.png);
  display: block;
  position: absolute;
  top: -30px;
  left: 135px;
}
.index_news .list {
  float: left;
  width: 100%;
}
.index_news .list .item a {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  margin: 7px 0;
}
.index_news .list .item a:after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #666;
  font-size: 1.3em;
}
.index_news .list .item .date {
  float: left;
  width: 110px;
  font-size: 0.9em;
  color: #0f7a87;
}
.index_news .list .item .title {
  float: left;
  width: calc(100% - 110px);
}
.index_news .btn_01 {
  padding: 10px 20px;
}

/*index_activity*/
.index_activity {
  float: left;
  width: 100%;
  padding: 60px 0 0 0;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.index_activity:before {
  display: block;
  content: "";
  background: url(../img/customer/page_bg.png);
  background-size: cover;
  position: absolute;
  width: 1400px;
  height: 1400px;
  top: -3%;
  left: -20%;
  animation-name: rotateZ;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}
.index_activity .img-fluid {
  margin: 0 -20px 0 0;
}
.index_activity .con_box_01 {
  width: 75%;
  max-width: 1000px;
  position: absolute;
  padding: 30px;
}
.index_activity .title_box {
  padding: 20px 0 0 0;
}
.index_activity .title_box h2 {
  font-size: 1.875em;
  position: relative;
  margin-bottom: 15px;
}
.index_activity .title_box h2:after {
  content: url(../img/customer/title_icon.png);
  display: block;
  position: absolute;
  top: -30px;
  left: 135px;
}
.index_activity .swiper {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0 60px 45px 60px;
}
.index_activity .swiper .swiper-slide {
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}
.index_activity .swiper .swiper-slide:nth-child(2n+1) {
  background: rgba(15, 122, 135, 0.1);
}
.index_activity .swiper .swiper-slide:nth-child(2n+1) .box {
  background: #0f7a87;
}
.index_activity .swiper .swiper-slide:nth-child(2n+1) .btn_01 {
  color: #0f7a87 !important;
}
.index_activity .swiper .swiper-slide:nth-child(2n) {
  background: rgba(33, 112, 175, 0.1);
}
.index_activity .swiper .swiper-slide:nth-child(2n) .box {
  background: #2170af;
}
.index_activity .swiper .swiper-slide:nth-child(2n) .btn_01 {
  color: #2170af !important;
}
.index_activity .swiper .swiper-slide.lock {
  filter: grayscale(100%);
}
.index_activity .swiper .swiper-slide.lock .btn_01 {
  pointer-events: none;
}
.index_activity .swiper .box {
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 5%;
}
.index_activity .swiper .box a {
  float: left;
  width: 100%;
}
.index_activity .swiper .box .title {
  font-size: 1.25em;
  color: #fff;
}
.index_activity .swiper .box .info {
  color: #fff;
  padding: 12px 0;
  margin-top: 10px;
  border-top: solid rgba(255, 255, 255, 0.5) 1px;
  font-size: 1em;
}
.index_activity .swiper .box .info .date {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.index_activity .swiper .box .info .date:before {
  content: "\f073";
  font-family: FontAwesome;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #f3d11f;
  position: absolute;
  left: 5px;
}
.index_activity .swiper .box .info .add {
  padding-left: 30px;
  position: relative;
}
.index_activity .swiper .box .info .add:before {
  content: "\f3c5";
  font-family: FontAwesome;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #f3d11f;
  position: absolute;
  left: 5px;
}
.index_activity .swiper .box .btn_01 {
  background: #fff;
  float: left;
  width: 100%;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-top: 15px;
}
.index_activity .swiper .box .btn_01:hover, .index_activity .swiper .box .btn_01:focus {
  background: #0c4a7b;
  color: #fff !important;
}
.index_activity .btn_01 {
  padding: 10px 20px;
}

/*index_link*/
.index_link {
  float: left;
  width: 100%;
  background: linear-gradient(102deg, transparent 42%, #fff 0), linear-gradient(-102deg, transparent 42%, #0f7a87 0);
  position: relative;
  margin-bottom: 35px;
}
.index_link .title_box {
  float: left;
  width: 45%;
}
.index_link .title_box h2 {
  font-size: 1.875em;
  position: relative;
  padding: 15% 25% 0 0;
  color: #fff;
  text-align: right;
}
.index_link .title_box h2:before {
  content: "LINK";
  font-family: Anton-Regular;
  display: block;
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 3.5em;
  letter-spacing: 0.15em;
  font-weight: 400;
  right: 32%;
}
.index_link .title_box h2:after {
  content: "";
  background-image: url(../img/customer/title_icon.png);
  width: 13px;
  height: 13px;
  background-size: cover;
  display: block;
  position: absolute;
  right: 22%;
  top: 45%;
}
.index_link .swiper {
  float: left;
  width: 55%;
  margin: 5% 0;
}

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

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

/*fat_footer*/
.fat_footer {
  float: left;
  width: 100%;
  padding: 0 5%;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #ecf4f5;
  background-image: url(../img/customer/banner_right.png);
  background-size: 30%;
  background-position: right 50px;
  background-repeat: no-repeat;
}
.fat_footer .toggle_icon {
  text-align: center;
  vertical-align: middle;
  background: #0f7a87;
  color: #fff;
  border-radius: 50px;
  padding-top: 15px;
  position: absolute;
  top: -25px;
  margin: 0;
  z-index: 9;
  height: 50px;
  width: 50px;
}
.fat_footer .toggle_icon i {
  color: #fff;
  height: 28px;
  vertical-align: middle;
  padding-left: 2px;
}
.fat_footer .toggle_icon:hover {
  background: #2170af;
}

#fatfooter {
  padding: 50px 0;
}
#fatfooter .footer_list {
  float: left;
  width: 16.6666666667%;
  padding: 5px;
}
#fatfooter .footer_list:nth-child(6n+1) {
  clear: both;
}
#fatfooter .footer_list > a:hover .title, #fatfooter .footer_list > a:focus .title {
  color: #0f7a87 !important;
}
#fatfooter .footer_list .title {
  float: left;
  width: 100%;
  color: #0f7a87;
  font-size: 1.3em;
  margin-bottom: 15px;
  padding: 10px;
}
#fatfooter .footer_list ul {
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 0;
}
#fatfooter .footer_list ul li {
  line-height: 130%;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
}
#fatfooter .footer_list ul li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #666;
  font-size: 0.7em;
  color: #2170af;
  position: absolute;
  left: -15px;
  width: 15px;
}
#fatfooter .footer_list ul li a {
  float: left;
  width: 100%;
}

/*footer*/
#footer {
  font-size: 0.9em;
  border-top: solid #deecef 7px;
  background: #fff;
}
#footer .menu .list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  border-bottom: solid #ccc 1px;
}
#footer .menu .list > a {
  padding: 0 !important;
}
#footer .menu .list li {
  float: left;
  margin-bottom: 0;
}
#footer .menu .list li:after {
  content: "|";
  display: inline-block;
  color: #ccc;
  font-size: 0.8em;
  padding: 0 0 0 4px;
}
#footer .menu .list li:last-child:after {
  display: none;
}
#footer .menu .list a {
  float: left;
  padding: 3px 7px;
  color: #333;
  vertical-align: top;
}
#footer .menu .list a:hover, #footer .menu .list a:focus {
  color: #2170af;
}
#footer .menu .font_nowrap {
  padding-right: 20px;
  display: inline-block;
}
#footer .copyright {
  float: left;
  width: 100%;
}
#footer .copyright .font {
  float: left;
  width: calc(100% - 150px);
}
#footer .copyright .img {
  float: left;
  width: 150px;
  padding-left: 15px;
}

/*footer_design*/
.footer_design {
  color: #666;
  display: inline-block;
  font-size: 0.8em;
  white-space: nowrap;
}

.footer_design a {
  color: #666 !important;
}

/*page_banner*/
.page_banner img {
  opacity: 0;
}

/*sidebar*/
.sidebar {
  position: relative;
  background: rgba(15, 122, 135, 0.1);
  padding: 5px;
  border-radius: 10px;
  margin: 30px 10px 0 0;
}
.sidebar > a {
  position: absolute;
  top: -30px;
}
.sidebar .title {
  color: #fff;
  font-size: 1.75em;
  padding: 16px 20px;
  background: #0f7a87;
  background-image: url(../img/customer/title_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.sidebar ul {
  padding: 0 5px 5px 5px;
}
.sidebar ul a {
  padding: 13px 25px 13px 15px !important;
  font-size: 1em !important;
  border-bottom: none !important;
  border-top: solid #ccc 1px !important;
  line-height: 150% !important;
}
.sidebar ul a:before {
  display: none;
}
.sidebar ul a:hover, .sidebar ul a:focus {
  color: #0f7a87 !important;
  background: transparent !important;
}
.sidebar ul a.active {
  font-weight: inherit !important;
  color: #2170af !important;
  border-radius: 5px;
}
.sidebar ul > li:nth-child(1) > a {
  border-top: none !important;
}
.sidebar .dropdown {
  position: relative !important;
}
.sidebar .dropdown .dropdown-toggle {
  white-space: normal;
}
.sidebar .dropdown .dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  font-size: 0.45rem;
  opacity: 0.7;
  transform: translate3d(-1px, 0, 0);
  right: 10px;
  border: none;
}
.sidebar .dropdown .dropdown-toggle:hover:after {
  animation-name: arrowLeftRight;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
}
.sidebar .dropdown .dropdown-menu {
  background: #fff;
  position: relative !important;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
  margin: 0 0 5px 0 !important;
}
.sidebar .dropdown .dropdown-menu.show {
  top: -39px !important;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 39px, 0px) !important;
}
.sidebar .dropdown .dropdown-menu a:before {
  left: 25px;
}
.sidebar .dropdown .dropdown-menu > li a {
  padding: 10px 15px 10px 5px !important;
}
.sidebar .dropdown .dropdown-menu li a:hover, .sidebar .dropdown .dropdown-menu li a:focus, .sidebar .dropdown .dropdown-menu li a:active {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}
.sidebar .dropdown .dropdown-submenu ul {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 10px !important;
}
.sidebar .dropdown .dropdown-submenu ul > li a {
  padding: 10px 15px 10px 10px !important;
  border-top: solid #ccc 1px !important;
}
.sidebar .dropdown .dropdown-submenu ul > li:nth-child(1) > a {
  border-top: none !important;
}
.sidebar .dropdown-toggle.show, .sidebar .dropdown:hover .dropdown-toggle.show {
  color: #0f7a87;
}

/*page_con*/
.page_con {
  overflow: hidden;
  position: relative;
}
.page_con:before {
  display: block;
  content: "";
  background: url(../img/customer/page_bg.png);
  background-size: cover;
  position: absolute;
  width: 1400px;
  height: 1400px;
  right: -80%;
  top: 5%;
  animation-name: rotateZ;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}

/*main_con*/
.main_con {
  padding: 20px 30px !important;
  min-height: 500px;
}
.main_con h2 {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 30px;
  position: relative;
  font-family: LiSong;
  font-weight: 500;
  font-size: 2.25em;
}
.main_con h2:before {
  content: "";
  display: block;
  background-image: url(../img/customer/title_icon_02.png);
  background-size: cover;
  width: 77px;
  height: 50px;
  position: absolute;
  left: -30px;
  top: -20px;
  z-index: -1;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*page_top*/
.page_top {
  float: left;
  width: 100%;
  position: relative;
}
.page_top .viewer {
  float: right;
  color: #999;
  font-size: 0.9em;
  line-height: 130%;
}
.page_top .viewer i {
  padding-right: 5px;
}

/*breadcrumb*/
.breadcrumb {
  color: #666;
  width: 100%;
  float: left;
  font-size: 0.9em;
  line-height: 130%;
}
.breadcrumb > span {
  word-wrap: break-word;
  float: left;
}
.breadcrumb > span + span:before {
  content: "|";
  padding: 0 6px;
  color: #eee;
}
.breadcrumb i {
  color: #999;
  padding: 0 0 0 5px;
}
.breadcrumb a {
  color: #999;
  float: left;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:hover i {
  color: #0f7a87 !important;
}

/*page_share*/
.page_share {
  text-align: right;
  float: right;
  width: 90px;
  top: -5px;
  right: 0;
  position: absolute;
  z-index: 99;
}

.page_share img {
  width: 40px;
}

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0;
}
.page_search > li {
  display: inline-block;
  padding-right: 10px;
  align-self: center !important;
  white-space: nowrap;
}
.page_search .btn {
  margin: 2px 0;
  vertical-align: top;
}
.page_search .title {
  display: inline-block;
  padding-right: 3px;
}
.page_search select, .page_search input, .page_search label {
  display: inline-block;
  width: auto;
}
.page_search .datepickers input {
  width: 142px;
}
.page_search .datepickers .input-group-addon {
  padding: 5px;
}

select.form-control {
  padding: 2.2px 35px 2.2px 8px;
}

.list_icon {
  vertical-align: top;
}
.list_icon .btn {
  border: solid #ccc 1px;
  padding: 8px 7px 4.4px 10px;
  margin: 2px 0;
}
.list_icon .btn:hover {
  background: #f5f5f5;
}
.list_icon .btn.active {
  background: #0f7a87;
}
.list_icon .btn.active i {
  color: #fff;
}
.list_icon i {
  font-size: 1.5em;
  color: #666;
}

.bootstrap-datetimepicker-widget {
  z-index: 1111;
  background: #fff;
}
.bootstrap-datetimepicker-widget .list-unstyled li {
  width: 100%;
}
.bootstrap-datetimepicker-widget .table-condensed span::before {
  color: #0f7a87;
}

/*page_author*/
.page_author {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #666;
  line-height: 170%;
}
.page_author > div {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  color: #333;
}
.page_author > div:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #966f12;
  padding: 0 10px 0 5px;
  display: inline-block;
  line-height: 130%;
}
.page_author .date:before {
  content: "\f017";
}
.page_author .state:before {
  content: "\f0a1";
}
.page_author .add:before {
  content: "\f3c5";
}
.page_author div {
  position: relative;
}
.page_author div:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 5px;
  display: none;
  left: 20px;
  position: absolute;
}

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

.page_bottom .list {
  float: left;
  width: 100%;
}

.page_bottom .list a {
  float: left;
  width: calc(100% - 20px);
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin: 0 0 3px 20px;
  position: relative;
  border-radius: 10px;
}

.page_bottom .list a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
}

.page_bottom .link a:before {
  background: url(../img/icon_link.png);
  background-size: 30px;
}

.page_bottom .download a:before {
  background: url(../img/icon_download.png);
  background-size: 30px;
}

.social-icons li:hover.social-icons-line a {
  background: #4bc700 !important;
}

/*page_number*/
#page_number {
  padding-top: 20px;
}
#page_number .page_total {
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#page_number .page_icon {
  text-align: right;
  margin-bottom: 10px;
}
#page_number .btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: none;
  padding: 2px 12px 3px 12px;
  font-size: 1em;
  background: #666;
  border-radius: 5px;
  margin: 1px;
  color: #fff;
  height: 36px;
}
#page_number .btn_page:hover, #page_number .btn_page:focus {
  background: #2170af;
  color: #fff;
}
#page_number select {
  margin: 0 2px;
  padding: 4px 35px 4px 8px;
  height: 36px;
}

label[for=page_select] select {
  margin: -2px 0 0 0;
}

/*news_list_03*/
.news_list_03 {
  float: left;
  width: 100%;
}
.news_list_03 .item {
  float: left;
  width: 100%;
  border-bottom: solid #ccc 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news_list_03 .item a {
  float: left;
  width: 100%;
  padding: 10px;
}
.news_list_03 .item a:hover h3, .news_list_03 .item a:focus h3 {
  color: #2170af;
}
.news_list_03 .item .date {
  float: left;
}
.news_list_03 .item .font {
  float: left;
  width: calc(100% - 90px);
  padding-left: 30px;
}
.news_list_03 .item h3 {
  font-size: 1.3em;
  color: #333;
  font-weight: bold;
  margin: 8px 0;
}
.news_list_03 .item .con_font {
  color: #333;
}

/*activity_list*/
.activity_list {
  float: left;
  width: 100%;
}
.activity_list .item {
  float: left;
  width: 33.3333333333%;
  padding: 20px;
}
.activity_list .item:nth-child(2n+1) {
  clear: none;
}
.activity_list .item:nth-child(3n+1) {
  clear: both;
}
.activity_list .item .box {
  float: left;
  width: 100%;
  background: rgba(15, 122, 135, 0.1);
  border-radius: 20px;
  padding: 20px;
}
.activity_list .item .title {
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px 10px;
}
.activity_list .item .info {
  float: left;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 0;
}
.activity_list .item .info > div {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.activity_list .item .info > div:before {
  font-family: FontAwesome;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.9em;
  color: #966f12;
  position: absolute;
  left: 5px;
}
.activity_list .item .info .date:before {
  content: "\f073";
}
.activity_list .item .info .add:before {
  content: "\f3c5";
}
.activity_list .item .info .down:before {
  content: "\f019";
}
.activity_list .item .btn_01 {
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-size: 1.1em;
}
.activity_list .item.lock {
  filter: grayscale(100%);
}
.activity_list .item.lock .btn_01 {
  pointer-events: none;
}

/*activity_info*/
.activity_info {
  float: left;
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 10px;
}
.activity_info .item {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}
.activity_info .item .title {
  float: left;
  width: 110px;
  font-weight: bold;
}
.activity_info .item .title i {
  color: #966f12;
  font-size: 0.9em;
  padding-right: 5px;
}
.activity_info .item .title:after {
  content: "/";
  font-size: 0.6em;
  color: #ccc;
  padding: 0 0 0 5px;
  display: inline-block;
}
.activity_info .item .font {
  float: left;
  width: calc(100% - 110px);
}
.activity_info .item:last-child {
  margin-bottom: 0;
}

/*form*/
.form_box {
  width: 100%;
  padding: 30px 0 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.form_box .form_group {
  width: 100%;
}

.form-label {
  margin-bottom: 0;
  font-weight: bold;
}

.no_label {
  padding-top: 25px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.25rem;
}

.input-group-text {
  background: transparent;
  border: none;
  color: #666;
  font-size: 0.9em;
}

.form-select {
  margin: 0 1px;
  line-height: 200%;
}

input[type=file] {
  border-color: transparent;
}
input[type=file]:focus {
  border: none;
  box-shadow: none;
}

.form-check-input:checked {
  background: #2170af;
  border-color: #0c4a7b;
}
.form-check-input:disabled {
  background: #ccc;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 162, 110, 0.25) !important;
  border-color: #0c4a7b;
}

.form-check.disabled {
  opacity: 0.5;
}

.price_red {
  font-size: 1.5em;
  color: #900;
  font-family: Anton-Regular;
}

/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
  margin-top: 3px;
}

.form_radio, .form_checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0 !important;
}

.radio_padding {
  padding-right: 20px;
}

label.mt-radio-outline, label.mt-checkbox-outline {
  margin: 5px 25px 5px 5px;
}

/*faq*/
.accordion.circle-arrow .accordion-button:after {
  color: #666;
  background-image: none;
  content: "\f078";
  transform-origin: 50% 60% 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: -10px;
}
.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  background: transparent;
}
.accordion .accordion-item .accordion-header {
  border-radius: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: #2170af;
  border-radius: 10px !important;
  position: relative;
  padding: 1rem 1.25rem 1rem 3rem;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: #f5f5f5;
  color: #333;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: #0f7a87;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  color: #333;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed .type {
  background: #666 !important;
  color: #fff !important;
}
.accordion .accordion-item .accordion-header .accordion-button:before {
  content: "Q.";
  color: #fff;
  font-family: Anton-Regular;
  font-size: 1.3em;
  vertical-align: top;
  padding-right: 15px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button .title {
  display: inline-block;
}
.accordion .accordion-item .accordion-header .accordion-button .type {
  display: inline-block;
  background: #fff;
  color: #333 !important;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 0.9em;
  white-space: nowrap;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  color: #fff;
  margin-right: 0px;
}

/*核定清單approved_table*/
.approved_table {
  font-size: 0.8em;
}
.approved_table td:before {
  width: 11.4em !important;
}

/*link_list_02*/
.link_list_02 {
  float: left;
  width: 100%;
}
.link_list_02 .item {
  float: left;
  width: calc(100% - 30px);
  margin: 3px 0 3px 25px;
}
.link_list_02 .item a {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  position: relative;
  border-radius: 10px;
  color: #333 !important;
}
.link_list_02 .item a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
  background: url(../img/icon_link.png);
  background-size: 30px;
}
.link_list_02 .item a:hover {
  color: #0c4a7b !important;
}

/*sitemap*/
.sitemap_list {
  list-style: none;
  float: left;
  width: 100%;
  display: table;
  margin-bottom: 30px;
  padding-left: 0;
}
.sitemap_list a {
  float: left;
  width: 100%;
  text-decoration: none !important;
}
.sitemap_list .item {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  vertical-align: middle !important;
  padding: 10px 10px 10px 20px;
  width: 100%;
  float: left;
}
.sitemap_list .item .no {
  display: table-cell;
}
.sitemap_list .item .font {
  padding-left: 10px;
  display: table-cell;
}
.sitemap_list .item > ul {
  list-style: none;
  float: left;
  width: 100%;
  display: table;
  margin-top: 5px;
  border: none;
}
.sitemap_list .item > ul li {
  border: none;
  padding: 5px 0;
}
.sitemap_list > .item:last-child {
  border-bottom: solid 1px #ddd;
}

/*search*/
.search_list {
  float: left;
  width: 100%;
  padding: 0 20px;
}
.search_list a {
  float: left;
  width: 100%;
  border-bottom: dotted #ccc 1px;
  padding: 20px;
}
.search_list a:hover h3, .search_list a:focus h3 {
  color: #4e800e;
}
.search_list .item {
  float: left;
  width: 100% !important;
  margin: 0 !important;
}
.search_list .item .font {
  float: left;
  width: calc(100% - 35px);
}
.search_list .no {
  float: left;
  width: 35px;
  position: relative;
  font-family: Anton-Regular;
  color: #0f7a87;
}
.search_list .no:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: -10px;
  z-index: -1;
  transform: skew(10deg);
  border-radius: 0 0 0 5px;
}

/*print*/
.con_box {
  padding: 2%;
  margin: 2%;
  border: solid 1px #ccc;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 4px rgba(51, 51, 51, 0.1);
  background: #fff;
}
.con_box h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.con_box > .title {
  width: 100%;
  padding-bottom: 10px;
}
.con_box .page_title_item {
  text-align: left;
}
.con_box .page_con {
  padding: 10px 0;
  font-size: 0.9em;
  float: left;
  width: 100%;
}
.con_box .form_con {
  padding: 10px 0 0 0;
}

.con_banner {
  margin-bottom: 15px;
}
.con_banner img {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.1);
  border: solid 1px #fff;
}

.con_footer {
  font-size: 0.9em;
  padding: 0 20px 20px 20px;
  line-height: 150%;
  text-align: center;
}

.con_float {
  float: left;
  width: 100%;
}

/*動畫效果*/
/*旋轉*/
@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);
  }
}
/*閃爍按鈕*/
.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%;
  }
  /*header*/
  .header-nav-bar .container {
    height: 0;
  }
  #header .header-logo {
    height: 65px;
  }
  #header .header-logo img {
    width: auto;
    height: 65px !important;
  }
  /*footer*/
  #footer .copyright .font {
    width: calc(100% - 150px);
  }
  #footer .copyright .img {
    width: 150px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.8em !important;
  }
  .container {
    max-width: 100%;
  }
  /*date*/
  .post-date {
    font-size: 0.8em;
    padding: 3px 8px 0 8px;
    width: 80px;
  }
  .post-date .day {
    font-size: 2em;
    border-bottom: solid 1px #ccc;
    padding: 5px 5px 3px 5px;
  }
  .post-date .month {
    font-size: 0.8em;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    text-transform: none !important;
    color: #333;
    padding: 0 2px;
    font-size: 0.8em;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1em !important;
  }
  .header-nav-top .nav a:hover, .header-nav-top .nav a:focus {
    color: #0c4a7b !important;
  }
  .header-nav-top .nav li:after {
    content: "|";
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 5px 0 0px;
  }
  .header-nav-top .nav li:last-child:after, .header-nav-top .nav li:first-child:after {
    display: none;
  }
  #header .header-nav-features {
    padding-left: 0;
  }
  #header .header-nav-features .header-nav-top-icon {
    font-size: 0.9em;
  }
  #header .header-nav-features .header-nav-top-icon:hover {
    color: #2170af;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    padding: 0 2px 5px 2px;
  }
  /*header*/
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-logo {
    max-width: 220px;
    height: 65px !important;
  }
  #header .header-logo img {
    width: auto;
    height: 65px !important;
  }
  .sticky-header-active #header .header-logo {
    height: 59px !important;
  }
  .sticky-header-active #header .header-logo img {
    width: 300px;
    height: 59px !important;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #fff !important;
    padding: 5px 10px;
    min-height: auto;
  }
  #header .header-nav-bar .header-nav {
    min-height: 57px;
  }
  #header .header-nav-main nav > ul > li:hover, #header .header-nav-main nav > ul > li:focus {
    background: #0c4a7b;
  }
  #header .header-nav-main nav > ul > li a {
    border-radius: 0;
    white-space: normal;
  }
  #header .header-nav-main nav > ul > li.dropdown li.open > a {
    background: #0c4a7b !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #0c4a7b;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu a {
    color: #fff !important;
    border-bottom: 1px solid #f7f7f7 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu ul {
    background-color: #4e800e;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu ul > .dropdown-submenu ul {
    background: #966f12 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-submenu > a.dropdown-item:after {
    right: 7px !important;
  }
  #header .dropdown.open > .dropdown-menu, #header .dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -1px !important;
  }
  #header .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
  }
  /*share_icon*/
  .share_icon a {
    padding: 6px 0 !important;
  }
  .share_icon img {
    width: 30px;
  }
  /*header menu滑入上方出現線條*/
  .header-nav.header-nav-line nav > ul li:hover > a:before, .header-nav.header-nav-line nav > ul > li > a:hover:before, .header-nav.header-nav-line nav > ul > li > a:focus:before, .accessibility-open > a:before {
    top: -1px !important;
    transition: width 0.5s ease, background-color 0.5s ease !important;
    background: #4e800e !important;
    opacity: 1 !important;
  }
  /*dropdown-mega menu*/
  .dropdown-mega .dropdown-menu {
    width: 100vw !important;
    margin-left: -15px !important;
  }
  .dropdown-mega-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
  .dropdown-mega-content .item {
    width: 16.6666666667%;
    float: left;
    padding: 0 10px 15px 10px;
  }
  .dropdown-mega-content .item:nth-child(6n+1) {
    clear: both;
  }
  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
  }
  .dropdown-mega .dropdown-mega-sub-title {
    color: #a07a30 !important;
    font-size: 1em !important;
  }
  .dropdown-mega .dropdown-mega-sub-title a {
    color: #0f7a87 !important;
    border-radius: 0;
    padding: 6px 0 !important;
    font-weight: bold !important;
  }
  .dropdown-mega .dropdown-mega-sub-title a:hover, .dropdown-mega .dropdown-mega-sub-title a:focus {
    color: #000 !important;
  }
  .dropdown-mega-sub-nav > li > a:hover, .dropdown-mega-sub-nav > li > a:focus {
    color: #0f7a87 !important;
  }
  .dropdown-mega a[aria-expanded=false] .dropdown-menu {
    display: none;
  }
  .dropdown-mega .dropdown-menu a {
    font-size: 1em !important;
  }
  .dropdown-mega .dropdown-submenu .dropdown-menu > li > a {
    padding: 10px 30px 8px 65px !important;
  }
  /*main*/
  .main {
    padding-top: 124px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 260px;
    margin: 0;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 260px);
  }
  /*index_icon*/
  .index_icon {
    padding: 30px 0;
    font-size: 0.8em;
  }
  .index_icon .container {
    padding: 30px 3%;
  }
  .index_icon .container:before {
    width: 450px;
    height: 450px;
    left: -100px;
    top: -95px;
    background-size: cover;
  }
  .index_icon .container:after {
    width: 700px;
    height: 700px;
    top: -90px;
    right: -350px;
    background-size: cover;
  }
  .index_icon .left {
    width: 250px;
  }
  .index_icon .left:before {
    width: 500px;
    height: 701px;
    left: -250px;
    top: -160px;
    background-size: cover;
  }
  .index_icon .right {
    padding: 0 0 10px 0;
    width: calc(100% - 250px);
  }
  .index_icon .right:before {
    display: none;
  }
  .index_icon .right:after {
    width: 500px;
    height: 701px;
    right: -60%;
    top: -100%;
    background-size: cover;
  }
  .index_icon .right .con_font {
    margin-bottom: 10px;
  }
  .index_icon .right .icon_list .item {
    margin: 10px 0;
  }
  .index_icon .right .icon_list .item .icon {
    width: 80px;
  }
  .index_icon .right .icon_list .item .title {
    min-height: 80px;
    padding: 10px 10px 10px 45px;
    margin-left: -40px;
  }
  /*index_news*/
  .index_news {
    background: linear-gradient(102deg, transparent 15%, #f5f5f5 0), linear-gradient(-102deg, transparent 15%, #fff 0);
  }
  .index_news .img-fluid {
    margin: -60px 0 0 -450px;
    position: absolute;
  }
  .index_news .con_box_01 {
    padding: 60px 60px 60px 200px;
    width: 100%;
    max-width: 1400px;
  }
  /*index_activity*/
  .index_activity {
    padding: 0;
  }
  .index_activity:before {
    left: -90%;
    width: 1200px;
    height: 1200px;
  }
  .index_activity .img-fluid {
    margin: 0 -60% 0 0;
  }
  .index_activity .con_box_01 {
    width: 100%;
  }
  /*index_link*/
  .index_link {
    background: linear-gradient(102deg, transparent 30%, #fff 0), linear-gradient(-102deg, transparent 42%, #0f7a87 0);
  }
  .index_link .title_box {
    width: 30%;
  }
  .index_link .title_box h2 {
    padding: 20% 25% 0 0;
  }
  .index_link .title_box h2:before {
    right: 2%;
  }
  .index_link .title_box h2:after {
    right: 20%;
    top: 50%;
  }
  .index_link .swiper {
    width: 70%;
    margin: 5% 0;
  }
  /*fat_footer*/
  .fat_footer {
    background-position-x: 120%;
  }
  #fatfooter .footer_list {
    width: 25%;
  }
  #fatfooter .footer_list:nth-child(6n+1), #fatfooter .footer_list:nth-child(3n+1), #fatfooter .footer_list:nth-child(2n+1) {
    clear: none;
  }
  #fatfooter .footer_list:nth-child(4n+1) {
    clear: both;
  }
  /*page_con*/
  .page_con:before {
    width: 1000px;
    height: 1000px;
    right: -800px;
  }
  /*sidebar*/
  .sidebar .title {
    font-size: 1.4em;
  }
  /*main_con*/
  /*news_list_03*/
  .news_list_03 .item h3 {
    font-size: 1.25em;
  }
  .news_list_03 .item .font {
    width: calc(100% - 80px);
    padding-left: 30px;
  }
  /*activity_list*/
  .activity_list .item {
    width: 50%;
  }
  .activity_list .item:nth-child(3n+1) {
    clear: none;
  }
  .activity_list .item:nth-child(2n+1) {
    clear: both;
  }
  /*link_list_02*/
  .link_list_02 .item {
    width: calc(50% - 30px);
  }
  .link_list_02 .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2em;
  }
  .container {
    max-width: 100% !important;
  }
  /*date*/
  .post-date {
    font-size: 1em;
    border: solid 7px;
    padding: 8px 8px 0 8px;
    width: 90px;
  }
  .post-date .day {
    font-size: 2.25em;
    padding: 5px 5px 8px 5px;
  }
  .post-date .month {
    font-size: 0.7em;
  }
  /*header-nav-top*/
  #header .header-nav-top .nav > li > a {
    font-size: 1em;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1.125em !important;
  }
  /*header*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    font-size: 1.35rem;
    padding: 0 20px 0 20px;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  #header .header-logo {
    width: 300px !important;
    max-width: 300px !important;
    height: 75px !important;
    margin: 10px 0 !important;
  }
  #header .header-logo img {
    width: 290px;
    height: 75px !important;
  }
  .sticky-header-active #header .header-logo {
    height: 59px !important;
  }
  .sticky-header-active #header .header-logo img {
    width: 300px;
    height: 59px;
  }
  /*main*/
  .main {
    padding-top: 138px;
  }
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 300px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 300px);
  }
  /*index_icon*/
  .index_icon {
    font-size: 1em;
    padding: 5% 0;
  }
  .index_icon .container {
    padding: 30px 3%;
  }
  .index_icon .container:before {
    width: 700px;
    height: 700px;
    left: -170px;
    top: -170px;
  }
  .index_icon .container:after {
    width: 1200px;
    height: 1200px;
    top: -200px;
    right: -700px;
  }
  .index_icon .left {
    width: 350px;
  }
  .index_icon .left:before {
    width: 716px;
    height: 1004px;
    left: -350px;
    top: -200px;
  }
  .index_icon .right {
    width: calc(100% - 350px);
    padding: 0 0 20px 0;
  }
  .index_icon .right:before {
    display: none;
  }
  .index_icon .right:after {
    width: 716px;
    height: 1004px;
    right: -68%;
    top: -100%;
  }
  .index_icon .right .con_font {
    margin-bottom: 20px;
  }
  .index_icon .right .icon_list .item {
    width: calc(50% - 20px);
    margin: 10px 20px 10px 0;
  }
  .index_icon .right .icon_list .item .icon {
    width: 100px;
  }
  .index_icon .right .icon_list .item .title {
    padding: 10px 10px 10px 50px;
    margin-left: -50px;
    min-height: 86px;
  }
  /*index_news*/
  .index_news {
    background: linear-gradient(102deg, transparent 20%, #f5f5f5 0), linear-gradient(-102deg, transparent 20%, #fff 0);
  }
  .index_news .img-fluid {
    margin: -60px 0 0 -320px;
    position: absolute;
  }
  .index_news .con_box_01 {
    padding: 60px 60px 60px 420px;
    width: 100%;
    max-width: 1400px;
  }
  /*index_activity*/
  .index_activity {
    padding: 60px 0 0 0;
  }
  .index_activity:before {
    left: -70%;
  }
  .index_activity .img-fluid {
    margin: 0 -35% 0 0;
  }
  .index_activity .con_box_01 {
    width: 75%;
  }
  /*index_link*/
  .index_link {
    background: linear-gradient(102deg, transparent 42%, #fff 0), linear-gradient(-102deg, transparent 42%, #0f7a87 0);
  }
  .index_link .title_box {
    width: 45%;
  }
  .index_link .title_box h2 {
    padding: 15% 25% 0 0;
  }
  .index_link .title_box h2:before {
    right: 32%;
  }
  .index_link .title_box h2:after {
    right: 20%;
    top: 55%;
  }
  .index_link .swiper {
    width: 55%;
    margin: 5% 0;
  }
  /*fat_footer*/
  #fatfooter .footer_list {
    width: 16.6666666667%;
  }
  #fatfooter .footer_list:nth-child(4n+1), #fatfooter .footer_list:nth-child(3n+1), #fatfooter .footer_list:nth-child(2n+1) {
    clear: none;
  }
  #fatfooter .footer_list:nth-child(6n+1) {
    clear: both;
  }
  /*page_con*/
  .page_con:before {
    width: 1200px;
    height: 1200px;
    right: -900px;
  }
  /*sidebar*/
  .sidebar .title {
    font-size: 1.6em;
  }
  /*share_icon*/
  .share_icon img {
    width: 40px;
  }
  /*news_list_03*/
  .news_list_03 .item h3 {
    font-size: 1.3em;
  }
  .news_list_03 .item .font {
    width: calc(100% - 90px);
  }
  /*activity_list*/
  .activity_list .item {
    width: 33.3333333333%;
  }
  .activity_list .item:nth-child(2n+1) {
    clear: none;
  }
  .activity_list .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  /*main*/
  .main {
    padding-top: 150px;
  }
  /*index_icon*/
  .index_icon .container {
    padding: 0 5%;
  }
  .index_icon .container:before {
    left: -140px;
    top: -200px;
  }
  .index_icon .right {
    width: calc(100% - 400px);
    padding: 0 0 40px 60px;
  }
  .index_icon .right:before {
    left: 0;
    display: block;
  }
  /*index_activity*/
  .index_activity:before {
    left: -40%;
  }
  .index_activity .img-fluid {
    margin: 0 -25% 0 0;
  }
  /*index_link*/
  .index_link .title_box h2:before {
    right: 32%;
  }
  .index_link .title_box h2:after {
    right: 22%;
    top: 55%;
  }
  /*page_con*/
  .page_con:before {
    width: 1200px;
    height: 1200px;
    right: -900px;
  }
  /*sidebar*/
  .sidebar .title {
    font-size: 1.75em;
  }
  /*main_con*/
  .main_con h2 {
    font-size: 2em !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*header*/
  .header-nav-top .nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*dropdown-mega menu*/
  .dropdown-mega .dropdown-menu {
    margin-left: calc((1376px - 100vw) / 2) !important;
  }
  /*index_icon*/
  .index_icon .container:before {
    width: 700px;
    height: 700px;
    top: -210px;
    left: -120px;
  }
  .index_icon .container:after {
    width: 1200px;
    height: 1200px;
    top: -200px;
    right: -700px;
  }
  .index_icon .left:before {
    width: 716px;
    height: 1004px;
    left: -350px;
    top: -200px;
  }
  .index_icon .right:before {
    width: 640px;
    height: 640px;
    top: -560px;
    left: 50px;
  }
  .index_icon .right:after {
    width: 716px;
    height: 1004px;
    right: -78%;
    top: -100%;
  }
  /*index_news*/
  .index_news .img-fluid {
    margin: -60px 0 0 -20px;
    position: absolute;
  }
  .index_news .con_box_01 {
    padding: 60px 60px 60px 760px;
    width: 100%;
    max-width: 1600px;
  }
  /*index_activity*/
  .index_activity:before {
    top: -3%;
    left: -20%;
  }
  .index_activity .img-fluid {
    margin: 0 -5% 0 0;
  }
  /*index_link*/
  .index_link .title_box h2:after {
    top: 60%;
  }
  /*fat_footer*/
  .fat_footer {
    background-position: right 50px;
  }
  /*page_con*/
  .page_con:before {
    right: -35%;
    top: 5%;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.5em !important;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.15em;
  }
  /*date*/
  .post-date {
    font-size: 0.7em;
    border: solid 5px;
    padding: 3px 8px 0 8px;
    width: 76px;
  }
  .post-date .day {
    font-size: 2em;
    padding: 5px 5px 3px 5px;
  }
  .badge {
    padding: 5px 12px;
    font-size: 0.9em;
  }
  /*header*/
  #header .header-body {
    background-color: #fff !important;
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
  }
  .header-nav-bar .container {
    height: 0;
  }
  #header .header-logo {
    width: auto;
    height: 52px !important;
  }
  #header .header-logo img {
    width: auto;
    height: 52px !important;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
    background: #0f7a87;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
  }
  .header-nav-main nav > ul > li > a {
    padding: 10px 15px !important;
    float: left;
    text-transform: none !important;
    width: 100%;
  }
  #header .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
  }
  #header .header-nav-main nav > ul li a:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  #header .dropdown .dropdown-menu {
    background: #0c4a7b !important;
    margin-left: 0 !important;
  }
  #header .dropdown .dropdown-menu a {
    color: #fff;
  }
  #header .dropdown .dropdown-menu .dropdown-item {
    padding-left: 30px !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #4e800e !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 45px !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu {
    background: #966f12 !important;
  }
  #header .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu > .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 60px !important;
  }
  /*nav-top*/
  .nav-top {
    background: #444 !important;
    padding: 0 !important;
  }
  .nav-top li {
    width: 100% !important;
    float: left !important;
    margin: 0;
    height: 38px;
    display: table !important;
  }
  .nav-top li a {
    width: 100%;
    display: block;
  }
  .nav-top select {
    margin: 3px;
    padding: 2px 5px !important;
    height: 30px;
  }
  .nav-top .lang {
    float: left;
    width: 100% !important;
  }
  .nav-top .lang .title {
    color: #fff;
    float: left;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
  }
  .nav-top .share_icon {
    text-align: center;
    width: 100%;
    float: left;
    padding: 2px;
  }
  .nav-top .share_icon a {
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 40px;
    margin: 0 5px;
  }
  .nav-top a i {
    font-size: 1.2em;
    width: 40px;
  }
  /*mobile serach*/
  #header .header-nav-features {
    padding-left: 0;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    margin-right: -87px;
    width: 100vw;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 9px;
    background: #f5f5f5;
    right: 14px;
    padding: 5px 0 10px 10px;
    width: 101vw;
  }
  #header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    color: #0f7a87;
  }
  #header .header-nav-features:before, #header .header-nav-features:after {
    display: none;
  }
  .search_box label {
    background: #fff;
    width: 100%;
  }
  /*dropdown-mega*/
  .dropdown-mega .dropdown-mega-sub-title {
    color: #0f7a87 !important;
    margin-top: 0 !important;
  }
  .dropdown-mega .dropdown-mega-sub-title a {
    color: #0f7a87 !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    display: block;
    border-top: solid rgba(0, 0, 0, 0.1) 1px;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    text-decoration: none;
  }
  .dropdown-mega-sub-nav {
    margin-left: 0 !important;
    background: #fff;
  }
  .dropdown-mega-sub-nav li {
    border-bottom: none !important;
  }
  .dropdown-mega-sub-nav li a {
    padding: 10px 15px 10px 32px !important;
  }
  /*swiper*/
  .swiper.button_right {
    padding: 50px 0 0 0;
  }
  .swiper.button_right .swiper-button-prev {
    top: 20px;
  }
  .swiper.button_right .swiper-button-next {
    top: 20px;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .sidebar_menu {
    display: none;
  }
  /*page_con*/
  .page_con:before {
    width: 800px;
    height: 800px;
    right: -600px;
  }
  /*main_con*/
  .main_con {
    padding: 10px 5% 40px 5% !important;
    width: 100% !important;
    background-size: 100%;
  }
  .main_con h2 {
    padding: 0;
    margin: 15px 0 10px 0;
  }
  .main_con h2:before {
    width: 50px;
    height: 32px;
    left: -15px;
    top: -10px;
  }
  /*index_icon*/
  .index_icon {
    padding: 30px 0;
    font-size: 0.8em;
  }
  .index_icon .container {
    padding: 30px 3%;
  }
  .index_icon .container:before {
    width: 350px;
    height: 350px;
    left: -80px;
    top: -75px;
    background-size: cover;
  }
  .index_icon .container:after {
    width: 600px;
    height: 600px;
    top: 0;
    right: -350px;
    background-size: cover;
  }
  .index_icon .left {
    width: 180px;
    padding: 0 30px 30px 0;
  }
  .index_icon .left:before {
    width: 400px;
    height: 561px;
    left: -200px;
    top: -130px;
    background-size: cover;
  }
  .index_icon .right {
    padding: 0 0 10px 0;
    width: calc(100% - 180px);
  }
  .index_icon .right:before {
    display: none;
  }
  .index_icon .right:after {
    width: 400px;
    height: 561px;
    right: -250px;
    top: -80px;
    background-size: cover;
  }
  .index_icon .right .con_font {
    margin-bottom: 10px;
  }
  .index_icon .icon_list .item {
    margin: 5px 0;
  }
  .index_icon .icon_list .item .icon {
    width: 80px;
  }
  .index_icon .icon_list .item .title {
    min-height: 80px;
    padding: 10px 10px 10px 45px;
    margin-left: -40px;
    font-size: 1.25em;
  }
  /*index_news*/
  .index_news {
    background: #f5f5f5;
    margin: 0;
    overflow: hidden;
  }
  .index_news .img-fluid {
    display: none;
  }
  .index_news .con_box_01 {
    padding: 50px 5% 0 5%;
    width: 100%;
    float: left;
    max-width: 1400px;
  }
  .index_news .title_box h2:before {
    font-size: 2.5em;
    top: -50px;
  }
  .index_news .title_box h2:after {
    top: -20px;
    left: 108px;
  }
  /*index_activity*/
  .index_activity {
    padding: 0;
    min-height: 500px;
  }
  .index_activity:before {
    left: -100%;
    width: 1000px;
    height: 1000px;
  }
  .index_activity .img-fluid {
    margin: 0 -70% 0 0;
    display: none;
  }
  .index_activity .title_box {
    padding: 30px 0 0 10px;
  }
  .index_activity .title_box h2:after {
    top: -20px;
    left: 108px;
  }
  .index_activity .con_box_01 {
    width: 100%;
    padding: 10px 0 30px 0;
    position: relative;
    float: left;
  }
  .index_activity .swiper {
    margin-top: 10px;
    padding: 0 40px 20px 40px;
    font-size: 0.9em;
  }
  /*index_link*/
  .index_link {
    background: linear-gradient(102deg, transparent 40%, #fff 0), linear-gradient(-102deg, transparent 42%, #0f7a87 0);
  }
  .index_link .title_box {
    width: 40%;
  }
  .index_link .title_box h2 {
    padding: 20% 25% 0 0;
  }
  .index_link .title_box h2:before {
    right: 18%;
  }
  .index_link .title_box h2:after {
    right: 20%;
    top: 60%;
    width: 8px;
    height: 8px;
  }
  .index_link .swiper {
    width: 60%;
    margin: 5% 0;
  }
  /*fat_footer*/
  .fat_footer {
    background-position-x: 150%;
    font-size: 0.9em;
    background-size: 50%;
  }
  .fat_footer .toggle_icon {
    padding-top: 11px;
    top: -17px;
    height: 40px;
    width: 40px;
  }
  #fatfooter {
    padding: 20px 0;
  }
  #fatfooter .footer_list {
    width: 33.3333333333%;
  }
  #fatfooter .footer_list:nth-child(6n+1), #fatfooter .footer_list:nth-child(4n+1), #fatfooter .footer_list:nth-child(2n+1) {
    clear: none;
  }
  #fatfooter .footer_list:nth-child(3n+1) {
    clear: both;
  }
  #fatfooter .footer_list .title {
    margin-bottom: 0;
  }
  /*footer*/
  #footer {
    font-size: 0.9em;
    line-height: 170%;
  }
  #footer .logo img {
    max-width: 200px;
    width: 100%;
  }
  /*page_banner*/
  .page-header.page-header-modern.page-header-background.page-header-background-sm {
    padding: 35px 0 !important;
    margin-bottom: 0;
  }
  /*page_share*/
  .page_share img {
    width: 35px;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*breadcrumb*/
  .breadcrumb {
    font-size: 0.8em;
  }
  .breadcrumb > span + span:before {
    padding: 0 1px;
  }
  /*news_list_03*/
  .news_list_03 .item h3 {
    font-size: 1.15em;
  }
  .news_list_03 .item .font {
    width: calc(100% - 76px);
    padding-left: 20px;
  }
  /*activity_list*/
  .activity_list .item {
    width: 50%;
    padding: 10px;
  }
  .activity_list .item:nth-child(3n+1) {
    clear: none;
  }
  .activity_list .item:nth-child(2n+1) {
    clear: both;
  }
  .activity_list .item .title {
    font-size: 1.15em;
  }
  /*activity_info*/
  .activity_info .font {
    width: 100% !important;
    margin-bottom: 15px;
  }
  /*form*/
  .no_label {
    padding-top: 0;
  }
  /*search*/
  .search_list {
    padding: 0;
  }
  .search_list a {
    padding: 10px;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*index_icon*/
  .index_icon .container {
    padding: 0 3%;
  }
  .index_icon .container:before {
    width: 200px;
    height: 200px;
    left: -50px;
    top: -60px;
  }
  .index_icon .left {
    width: 100px;
    padding: 0 20px 30px 0;
  }
  .index_icon .left:before {
    width: 300px;
    height: 421px;
    left: -160px;
    top: -110px;
  }
  .index_icon .right {
    width: calc(100% - 100px);
  }
  .index_icon .right:before {
    width: 300px;
    height: 421px;
    top: 0;
  }
  .index_icon .icon_list .item {
    width: 100%;
  }
  /*index_news*/
  .index_news .list .item .date, .index_news .list .item .title {
    width: 100%;
  }
  /*index_activity*/
  .index_activity:before {
    left: -150%;
  }
  /*index_link*/
  .index_link {
    background: linear-gradient(102deg, transparent 40%, #fff 0), linear-gradient(-102deg, transparent 42%, #0f7a87 0);
  }
  .index_link .title_box {
    width: 40%;
  }
  .index_link .title_box h2 {
    padding: 20% 25% 0 0;
    font-size: 1.15em !important;
  }
  .index_link .title_box h2:before {
    font-size: 2.5em;
    right: 25%;
  }
  .index_link .title_box h2:after {
    right: 15%;
    top: 50%;
  }
  .index_link .swiper {
    width: 60%;
    margin: 6% 0;
  }
  /*fat_footer*/
  #fatfooter .footer_list {
    width: 50%;
  }
  #fatfooter .footer_list:nth-child(6n+1), #fatfooter .footer_list:nth-child(4n+1), #fatfooter .footer_list:nth-child(3n+1) {
    clear: none;
  }
  #fatfooter .footer_list:nth-child(2n+1) {
    clear: both;
  }
  /*footer*/
  #footer .copyright .font {
    width: 100%;
    font-size: 0.9em;
  }
  #footer .copyright .img {
    width: 100%;
    padding-left: 0;
  }
  #footer .copyright .img img {
    width: 120px;
  }
  /*activity_list*/
  .activity_list .item {
    width: 100%;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

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

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red {
  color: #900 !important;
}

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

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

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

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

.green_01 {
  color: #588216 !important;
}

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

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #fff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

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

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

.bg_green_01 {
  background: #588216 !important;
}

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

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

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

.img_padding {
  padding: 10px;
}

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

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

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

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

.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;
}

@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: 0;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #f5f5f5;
  color: #333;
}
.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: #0f7a87;
}
.table tbody td a:hover {
  color: #2170af;
}
.table tbody td a:hover i:before {
  color: #fff !important;
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: #0f7a87 !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: #2170af !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: rgba(15, 122, 135, 0.1);
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #2170af !important;
  color: #fff;
}
.table.table-hover tbody tr:hover > td a:hover {
  color: #000 !important;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  background: #0f7a87;
  color: #fff !important;
}
.table.table-hover tbody tr:hover a i:before {
  color: #fff !important;
}
.table.table-hover tbody tr:hover a:focus i:before {
  color: #fff !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: #0c4a7b !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}

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

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

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

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

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

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

.text_indent {
  text-indent: 2em;
}

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

.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; /*一, 二, 三*/
}

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

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

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

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

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

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

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

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

@media (max-width: 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 {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-left: 0 !important;
}
.anchor_list li {
  float: left;
}
.anchor_list a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}
.anchor_list a.active {
  background: #0f7a87;
  color: #fff;
  border: solid #0f7a87 1px;
}

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

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

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

@media (max-width: 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*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*rwd table*/
.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  color: #333;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
  color: #333;
}
.rwd-table.table-hover tr:hover td:before {
  color: #fff;
}
.rwd-table.table-bordered > tbody > tr > td {
  border-top: none;
  border-left: none;
  line-height: 150%;
}

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