@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");
}

:root {
  --d-1st-color:#0075bc;
  --d-2nd-color:#7c0001;
  --d-3rd-color:#02357f;
  --d-4th-color:#003b50;
  --d-bg-01:#e5eef8;
  --d-bg-02:#fffabe;
  --d-bg-03:#fbda73;
  --d-bg-04:rgba(0,117,188,.1);
  --d-bg-05:#68C3C4;
  --d-white:#fff;
  --d-black:#000;
  --d-gray_01:#f5f5f5;
  --d-gray_02:#ccc;
  --d-gray_03:#999;
  --d-gray_04:#666;
  --d-gray_05:#333;
  --d-blue_01:#3e76b6;
  --d-blue_02:#003f86;
  --d-green_01:#588216;
  --d-green_02:#00693E;
  --d-orange_01:#C45519;
  --d-orange_02:#a6410a;
  --d-brown_01:#817461;
  --d-brown_02:#513710;
  --d-pink:#B648B7;
  --d-purple:#800080;
  --d-red_01:#c00;
  --d-red_02:#900;
  --d-border-color:rgba(0, 0, 0, 0.09);
}

/*--------------------------------------------------------------------------------------------------*/
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: var(--d-3rd-color) !important;
  text-decoration: none !important;
}

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

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

h2 {
  color: var(--d-1st-color) !important;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 1px;
}

h3 {
  color: var(--d-2nd-color);
  font-size: 1.6em;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  color: var(--d-3rd-color);
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

h5 {
  color: var(--d-4th-color);
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

li {
  line-height: 170%;
}

.btn_01 {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: var(--d-1st-color);
}

.btn_01:hover, .btn_01:focus {
  background: var(--d-3rd-color);
  color: #fff !important;
}

.btn_back {
  background-color: transparent;
  padding: 6px 15px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #666;
}

.btn_back:hover, .btn_back:focus {
  background: #333;
  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 i {
  margin-top: 8px;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: var(--d-1st-color);
}

.scroll-to-top:hover i, .scroll-to-top:focus i {
  color: #fff;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

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

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

.dropdown-menu {
  font-size: 1em !important;
  min-width: auto;
}

.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}

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

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

/*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: var(--d-bg-01);
}

.cookie_con .font a:hover {
  color: var(--d-bg-02) !important;
}

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

.cookie_con .btn_01 {
  background: var(--d-1st-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 3px 0;
}

.cookie_con .btn_01:hover {
  background: var(--d-3rd-color);
  color: #fff;
}

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

#header .header-body {
  border-top: var(--d-1st-color) solid 5px;
  border-bottom: solid #ccc 1px;
}

#header .header-nav {
  padding: 5px 0;
  min-height: 70px;
}

#header .header-btn-collapse-nav {
  margin: 0 0 0 8px;
}

#header .header-container {
  background: #fff;
  display: block;
  padding: 0 15px;
}

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

#header .header-logo a {
  float: left;
}

#header .header-logo img {
  height: 52px;
  width: auto !important;
  vertical-align: top;
  padding: 5px;
  margin: 0 !important;
}

#header .header-nav-main {
  margin: 0 0 0 -15px;
  padding: 0 !important;
  width: 100%;
}

#header .header-nav-main .nav.nav-pills {
  padding: 0 !important;
}

#header .header-nav-main .nav > ul > li > a {
  color: var(--d-gray_05);
}

#header .header-nav-main .nav > ul > li:after {
  height: 0;
}

#header .header-nav-main .nav > ul > li:before {
  display: none;
}

#header .header-nav-main .nav > ul li.dropdown.open > .dropdown-menu {
  margin-left: 0;
  color: var(--d-gray_05);
}

#header .header-nav-main .nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: var(--d-3rd-color);
}

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

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

#header .header-btn-collapse-nav {
  background: var(--d-1st-color);
  padding: 8px 13px;
}

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

/*search icon*/
.search_box {
  border-radius: 5px;
  margin: -10px 2% 0 2% !important;
  float: none;
  height: 33px;
  position: relative;
}

.search_box label {
  width: 100%;
  max-width: 200px;
  margin-bottom: 0;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 0 40px 0 0;
  margin-top: -1px;
}

.search_box .form-control {
  margin: 0;
  border-radius: 50px 0 0 50px;
}

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

.search_icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 1em;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.search_icon i {
  color: var(--d-1st-color);
}

.search_icon:hover i, .search_icon:hover i {
  color: var(--d-3rd-color) !important;
}

/*index_icon*/
.index_icon {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding-top: 500px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #e9f0f4), to(#fff));
  background: linear-gradient(#e9f0f4 60%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.index_icon .container {
  position: relative;
  z-index: 9;
}

.index_icon:before {
  content: "";
  display: block;
  background: #d1e1ee;
  width: 100%;
  height: 600px;
  position: absolute;
  background-position-x: center;
  top: -20%;
  right: 5%;
  z-index: 7;
  border-radius: 0 0 150px 150px;
  -webkit-transform: skew(-15deg, 15deg);
          transform: skew(-15deg, 15deg);
}

.index_icon:after {
  content: "";
  display: block;
  width: 120%;
  height: 600px;
  position: absolute;
  background-position-x: center;
  top: -23%;
  left: 5%;
  z-index: 8;
  border-radius: 0 0 150px 150px;
  -webkit-transform: skew(13deg, -10deg);
          transform: skew(13deg, -10deg);
  background: url(../img/customer/index_banner.jpg);
  background-size: auto;
}

.index_icon .banner {
  position: absolute;
  top: -400px;
  left: 20%;
  text-align: left;
}

.index_icon .banner .title {
  font-size: 2.5em;
  color: var(--d-bg-02);
  line-height: 150%;
  font-family: LiSong;
  margin-bottom: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.index_icon .banner .font {
  color: #fff;
  max-width: 600px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.index_icon #main-content {
  float: left;
  text-align: left;
}

.index_icon .item {
  display: inline-block;
  width: 13%;
  margin: 3%;
  z-index: 9;
  vertical-align: top;
}

.index_icon .item a {
  width: 100%;
  float: left;
}

.index_icon .item img {
  width: 100%;
  border-radius: 50%;
  padding: 12%;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 15px 3px rgba(51, 51, 51, 0.1);
  background: #fff;
}

.index_icon .item .title {
  font-size: 0.9em;
  padding: 10px 0;
  line-height: 170%;
}

/*index_marquee*/
.index_marquee a {
  text-align: left !important;
}

.index_marquee .swiper {
  padding: 6px 10px;
  margin-top: -30px;
}

.index_marquee .swiper .title {
  margin-right: 90px;
  text-shadow: 2px 1px 3px #fff;
}

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
}

.swiper a {
  float: left;
  width: 100%;
}

.swiper [class^='swiper-button-']:after {
  background: rgba(0, 0, 0, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #fff;
}

.swiper [class^='swiper-button-']:focus {
  outline: 2px solid #00b0f0 !important;
}

.swiper img {
  width: 100%;
}

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

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

.index_news .container {
  padding: 0 5%;
}

.index_news .container h2 {
  color: var(--d-3rd-color) !important;
  font-size: 3.75em;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
  margin-bottom: -10px;
  position: relative;
  width: 200px;
  margin: 0 auto;
  font-weight: 400;
}

.index_news .container h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/customer/title_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  top: 25px;
  left: -45px;
}

.index_news .container > .title {
  font-size: 1.625em;
  color: var(--d-gray_04);
  text-align: center;
}

.index_news .container .list {
  padding: 30px 0 0 0;
}

.index_news .container .list .item {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: solid var(--d-gray_02) 1px;
}

.index_news .container .list .item a {
  float: left;
  width: 100%;
  display: table-row;
}

.index_news .container .list .item a .date {
  width: 60px;
  display: table-cell;
  overflow: hidden;
  text-align: center;
}

.index_news .container .list .item a .date .day {
  background: var(--d-bg-01);
  font-family: 'Bebas Neue', cursive;
  color: var(--d-3rd-color);
  padding: 8px 0 3px 0;
  font-size: 1.25em;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  line-height: 100%;
}

.index_news .container .list .item a .date .year {
  font-size: 0.6em;
  background: var(--d-3rd-color);
  color: #fff;
  line-height: 190%;
  border-radius: 0 0 5px 5px;
}

.index_news .container .list .item a .title {
  width: calc(100% - 60px);
  display: table-cell;
  padding-left: 30px;
  font-size: 1.25em;
  vertical-align: middle;
}

.index_news .container .btn_box {
  padding: 3%;
  text-align: center;
}

.index_news .container .btn_box a {
  padding: 10px 30px;
}

.index_news .container .btn_box a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  padding: 0 0 0 10px;
}

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

.index_activity .container {
  padding: 0 5% 5% 5%;
  position: relative;
}

.index_activity .container:after {
  content: "";
  background: url(../img/customer/index_bg_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 590px;
  height: 690px;
  display: block;
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: -1;
}

.index_activity .container h2 {
  color: var(--d-3rd-color) !important;
  font-size: 3.75em;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: -10px;
  position: relative;
  margin: 0 auto;
  text-shadow: 2px 1px 3px white;
  font-weight: 400;
}

.index_activity .container h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/customer/title_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  top: -13px;
  left: 0;
}

.index_activity .container > .title {
  font-size: 1.625em;
  color: var(--d-gray_04);
  text-shadow: 2px 1px 3px white;
}

.index_activity .container .swiper {
  float: left;
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
  padding: 0 45px 45px 45px;
}

.index_activity .container .swiper .box {
  float: left;
  width: 100%;
  background: var(--d-1st-color);
  border-radius: 30px;
  padding: 9%;
  background-image: url(../img/customer/bg_01.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 15px 15px 0px 0px rgba(0, 117, 188, 0.1);
          box-shadow: 15px 15px 0px 0px rgba(0, 117, 188, 0.1);
}

.index_activity .container .swiper .box a > .title {
  font-size: 1.25em;
  color: #fff;
}

.index_activity .container .swiper .box .info {
  background: #fff;
  padding: 12px 20px 12px 30px;
  margin-top: 20px;
  border-radius: 10px;
}

.index_activity .container .swiper .box .info .item {
  display: table-row;
}

.index_activity .container .swiper .box .info .item .title {
  display: table-cell;
  width: 55px;
  position: relative;
}

.index_activity .container .swiper .box .info .item .title:before {
  content: "";
  display: block;
  width: 3px;
  height: 17px;
  background: var(--d-bg-03);
  position: absolute;
  left: -10px;
  top: 4px;
}

.index_activity .container .swiper .box .info .item .font {
  display: table-cell;
  width: calc(100% - 55px);
}

.index_activity .container .swiper .box .btn_01 {
  background: #fff;
  color: var(--d-1st-color) !important;
  float: left;
  width: 100%;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  margin-top: 15px;
}

.index_activity .container .swiper .box .btn_01:hover, .index_activity .container .swiper .box .btn_01:focus {
  background: var(--d-3rd-color);
  color: #fff !important;
}

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

.index_link .container {
  padding: 0 5% 5% 5%;
  position: relative;
}

.index_link .container:before {
  content: "";
  background: url(../img/customer/index_bg_02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 388px;
  height: 336px;
  display: block;
  position: absolute;
  left: -130px;
  top: -100px;
  z-index: -1;
}

.index_link .container h2 {
  color: var(--d-3rd-color) !important;
  font-size: 3.75em;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: -10px;
  position: relative;
  margin: 0 auto;
  font-weight: 400;
}

.index_link .container h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/customer/title_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  top: 45px;
  left: 195px;
}

.index_link .container .title_box {
  float: left;
  display: inline-block;
  width: 320px;
}

.index_link .container .title_box > .title {
  font-size: 1.625em;
  color: var(--d-gray_04);
}

.index_link .container .swiper {
  display: inline-block;
  width: calc(100% - 350px);
  padding: 25px 50px;
  margin-bottom: 30px;
}

.index_link .container .swiper img {
  border: solid var(--d-gray_02) 1px;
}

/*fat_footer*/
.fat_footer {
  float: left;
  width: 100%;
  padding: 0 5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--d-1st-color);
  background: url(../img/customer/footer_bg.jpg);
  background-size: cover;
  background-position: center top;
}

.fat_footer .toggle_icon {
  text-align: center;
  vertical-align: middle;
  background: var(--d-1st-color);
  color: #fff;
  border-radius: 50px 50px 0 0;
  padding-top: 6px;
  position: absolute;
  top: -28px;
  margin: 0;
  z-index: 9;
  height: 28px;
  width: 70px;
}

.fat_footer .toggle_icon i {
  color: #fff;
  height: 28px;
  vertical-align: middle;
}

#fatfooter {
  padding: 50px 0;
}

#fatfooter .footer_list {
  float: left;
  width: calc(100% / 2);
  padding: 5px;
  text-align: left;
}

#fatfooter .footer_list:nth-child(2n+1) {
  clear: both;
}

#fatfooter .footer_list > a:hover .title, #fatfooter .footer_list > a:focus .title {
  color: var(--d-1st-color) !important;
}

#fatfooter .footer_list .title {
  float: left;
  width: 100%;
  color: var(--d-3rd-color);
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  background: var(--d-bg-01);
  padding: 10px;
  text-align: center;
  border-radius: 50px;
}

#fatfooter .footer_list ul {
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 30px;
}

#fatfooter .footer_list ul li {
  line-height: 130%;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
}

#fatfooter .footer_list ul li::before {
  content: "•";
  color: var(--d-bg-03);
  position: absolute;
  left: -15px;
}

#fatfooter .footer_list ul li a {
  float: left;
  width: 100%;
  color: #fff;
}

#fatfooter .footer_list ul li a:hover, #fatfooter .footer_list ul li a:focus {
  color: var(--d-bg-02);
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  font-size: 1em;
  background: var(--d-3rd-color);
  border: none;
}

#footer p, #footer a {
  color: #fff !important;
}

#footer .list.list-icons li > [class*="fa-"]:first-child {
  color: var(--d-1st-color) !important;
  border-color: var(--d-1st-color);
}

#footer .contact .list-icons-sm li {
  padding-left: 23px;
}

/*footer_03*/
.footer_03 {
  width: 100%;
  color: #fff;
}

.footer_03 .item:nth-child(1) {
  float: left;
  width: 25%;
}

.footer_03 .item:nth-child(2) {
  float: left;
  width: 60%;
}

.footer_03 .item:nth-child(3) {
  float: left;
  width: 15%;
}

.footer_03 .item:nth-child(3) img {
  max-width: 150px;
  width: 100%;
}

.footer_03 .footer_menu {
  padding: 0 30px;
}

.footer_03 .footer_menu ul {
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 0;
}

.footer_03 .footer_menu ul > a {
  float: left;
}

.footer_03 .footer_menu ul li {
  float: left;
}

.footer_03 .footer_menu ul li:after {
  content: "|";
}

.footer_03 .footer_menu ul li:last-child:after {
  content: "";
}

.footer_03 .footer_menu ul li a {
  padding: 0 10px;
  float: left;
  color: #fff;
}

.footer_03 .footer_menu .con_font {
  font-size: 0.875em;
  margin-bottom: 20px;
  line-height: 190%;
}

/*main*/
.main {
  padding-top: 135px;
  margin-bottom: 3em;
}

.main .row > div {
  padding: 0 15px;
}

.main .menu_left .sidebar_menu {
  width: 320px;
}

.main .menu_left .main_con {
  width: calc(100% - 320px);
}

.main .menu_left > div:nth-child(3) {
  display: none;
}

.main .menu_right .sidebar_menu {
  width: 320px;
}

.main .menu_right .main_con {
  width: calc(100% - 320px);
}

.main .menu_right > div:nth-child(1) {
  display: none;
}

.main .menu_none .main_con {
  width: 100%;
}

.main .menu_none > div:nth-child(1), .main .menu_none > div:nth-child(3) {
  display: none;
}

.main .container {
  padding: 30px 15px;
}

/*page banner*/
.page_banner {
  width: 100%;
}

.page_banner img {
  opacity: 0;
}

/*sidebar*/
.sidebar {
  position: relative;
}

.sidebar > a {
  position: absolute;
  top: -30px;
}

.sidebar .title {
  color: #fff;
  font-size: 1.75em;
  padding: 20px 10px;
  text-align: center;
  background: var(--d-1st-color);
  background-image: url(../img/customer/title_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 0 10px 0 0;
}

.sidebar ul {
  background: var(--d-bg-04);
}

.sidebar ul a {
  padding: 16px 20px !important;
  font-size: 1.1em !important;
  border-bottom: none !important;
  border-top: solid #fff 2px !important;
  line-height: 150% !important;
}

.sidebar ul a:before {
  display: none;
}

.sidebar ul a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #333 !important;
}

.sidebar ul a.active {
  font-weight: inherit !important;
  background: var(--d-3rd-color);
  color: #fff !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;
  -webkit-transform: translate3d(-1px, 0, 0);
          transform: translate3d(-1px, 0, 0);
  right: 10px;
  border: none;
}

.sidebar .dropdown .dropdown-toggle:hover:after {
  -webkit-animation-name: arrowLeftRight;
          animation-name: arrowLeftRight;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.sidebar .dropdown .dropdown-menu {
  background: var(--d-gray_01);
  position: relative !important;
  border: none;
  border-radius: 0;
}

.sidebar .dropdown .dropdown-menu.show {
  top: -39px !important;
  inset: 0px auto auto 0px;
  margin: 0px;
  -webkit-transform: translate3d(0px, 39px, 0px) !important;
          transform: translate3d(0px, 39px, 0px) !important;
}

.sidebar .dropdown .dropdown-menu a:before {
  left: 25px;
}

.sidebar .dropdown .dropdown-menu > li > a {
  padding: 10px 15px 10px 40px !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-toggle.show, .sidebar .dropdown:hover .dropdown-toggle.show {
  background: #666 !important;
  color: #fff !important;
}

/*main_con*/
.main_con {
  min-height: 500px;
}

.main_con h2 {
  border-bottom: solid #ccc 1px;
  position: relative;
  padding: 15px 0 10px 35px;
  margin-bottom: 20px;
}

.main_con h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/customer/title_icon.png);
  background-size: 70%;
  background-repeat: no-repeat;
  width: 40px;
  height: 24px;
  top: 50px;
  left: 0;
}

.main_con img.float-start {
  padding: 0 2em 2em 0;
}

.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*edit_con*/
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}

.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

.page_nav {
  margin-bottom: 20px;
}

.page_nav .nav-link {
  background: var(--d-gray_01);
  margin: 3px 5px 3px 0;
}

.page_nav .nav-link.active {
  background: var(--d-3rd-color) !important;
  color: #fff;
}

.page_nav .nav-link:hover {
  background: var(--d-1st-color);
  color: #fff !important;
}

/*page_top*/
.page_top {
  float: left;
  width: 100%;
}

/*breadcrumb*/
.breadcrumb {
  color: #666;
  width: calc(100% - 0px) !important;
  float: left;
  font-size: 0.8em;
}

.breadcrumb #main-content {
  margin-left: -15px;
}

.breadcrumb i {
  padding-left: 5px;
  color: #666;
}

.breadcrumb:hover, .breadcrumb:focus {
  color: var(--d-3rd-color);
}

.breadcrumb a:hover i {
  color: var(--d-3rd-color) !important;
}

.breadcrumb > span {
  word-wrap: break-word;
}

.breadcrumb > span + span:before {
  content: "|";
  padding: 0 7px 0 0;
  color: #ccc;
}

/*page_share*/
.page_share {
  text-align: right;
  float: right;
  width: 90px;
}

.page_share img {
  width: 40px;
}

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

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

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

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

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

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

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

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0 !important;
}

.page_search > li {
  display: inline-block;
  padding-right: 10px;
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      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 select {
  margin: 2px 0;
}

.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 var(--d-border-color) 1px;
  padding: 8px 7px 4.4px 10px;
  margin: 2px 0;
}

.list_icon .btn:hover {
  background: var(--d-gray_01);
}

.list_icon .btn.active {
  background: var(--d-1st-color);
}

.list_icon .btn.active i {
  color: var(--d-white);
}

.list_icon i {
  font-size: 1.5em;
  color: var(--d-gray_04);
}

.bootstrap-datetimepicker-widget {
  z-index: 1111;
  background: #fff;
}

.bootstrap-datetimepicker-widget .list-unstyled li {
  width: 100%;
}

.bootstrap-datetimepicker-widget .table-condensed span::before {
  color: var(--d-1st-color);
}

/*list*/
.list h3 {
  font-size: 1.2em;
  color: #000;
}

.post-date .day {
  color: var(--d-1st-color) !important;
}

.post-date .month {
  background-color: var(--d-1st-color) !important;
}

/*news_list_01*/
.news_list_01 .post-image {
  position: relative;
}

.news_list_01 .post-image .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.9em;
  font-weight: 400;
  background: var(--d-2nd-color);
}

/*news_list_02*/
.news_list_02 a {
  float: left;
  width: 100%;
  border-bottom: dotted #ccc 1px;
  padding: 20px;
}

.news_list_02 a h3 {
  font-weight: bold;
}

.news_list_02 a:hover h3, .news_list_02 a:focus h3 {
  color: var(--d-3rd-color);
}

.news_list_02 .item {
  float: left;
  width: 100% !important;
  margin: 0 !important;
}

.news_list_02.list_no_img .img {
  display: none;
}

.news_list_02.list_no_img .font {
  float: left;
  width: calc(100% - 50px);
}

.news_list_02.list_no_no .no {
  display: none;
}

.news_list_02.list_no_no .img {
  float: left;
  width: 25%;
  padding-right: 30px;
}

.news_list_02.list_no_no .font {
  float: left;
  width: 75% !important;
}

.news_list_02.list_font .no, .news_list_02.list_font .img {
  display: none;
}

.news_list_02.list_font .font {
  float: left;
  width: 100% !important;
}

.news_list_02 .no {
  float: left;
  width: 50px;
  position: relative;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #666;
}

.news_list_02 .no:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: var(--d-bg-01);
  position: absolute;
  top: -2px;
  left: -10px;
  z-index: -1;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  border-radius: 0 0 0 5px;
}

.news_list_02 .con_font {
  color: #666;
}

.date {
  margin-bottom: 8px;
  color: var(--d-3rd-color);
}

.badge {
  font-size: 0.9em;
  font-weight: 400;
  background: var(--d-3rd-color);
}

/*page_nember*/
#page_number {
  padding-top: 20px;
  font-size: 0.9em;
  float: left;
  width: 100%;
  margin-left: 5px;
}

#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: 34px;
}

#page_number .btn_page:hover, #page_number .btn_page:focus {
  background: var(--d-3rd-color);
  color: #fff;
}

#page_number select {
  margin: 2px;
}

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

/*page_author*/
.page_author {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #666;
  line-height: 170%;
}

.page_author .date {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  color: #333;
}

.page_author .date:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--d-3rd-color);
  padding: 0 10px 0 5px;
  display: inline-block;
  line-height: 130%;
}

.page_author .state {
  float: left;
  display: inline-block;
  padding-right: 20px;
}

.page_author .state:before {
  content: "\f0a1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: var(--d-3rd-color);
  padding: 0 10px 0 5px;
  display: inline-block;
}

.page_author .add {
  float: left;
  display: inline-block;
  padding-right: 20px;
}

.page_author .add:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1em;
  color: var(--d-3rd-color);
  padding: 0 10px 0 10px;
  display: inline-block;
}

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

/*activity_info*/
.activity_info {
  float: left;
  width: 100%;
  padding: 30px;
  background: var(--d-gray_01);
  border-radius: 10px;
}

.activity_info .item {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.activity_info .item .title {
  float: left;
  width: 90px;
  font-weight: bold;
}

.activity_info .item .title:after {
  content: "/";
  font-size: 0.6em;
  color: var(--d-gray_02);
  padding: 0 0 0 5px;
  display: inline-block;
}

.activity_info .item .font {
  float: left;
  width: calc(100% - 90px);
}

.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: 27px;
}

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

/*表單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 .accordion-item {
  border: none;
  margin-bottom: 15px;
}

.accordion .accordion-item .accordion-header {
  border-radius: 10px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  background: var(--d-3rd-color);
  border-radius: 10px !important;
  position: relative;
  padding: 1rem 1.25rem 1rem 3rem;
  color: #fff;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background: var(--d-gray_01);
  color: #333;
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  color: var(--d-3rd-color);
}

.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: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 1.3em;
  vertical-align: top;
  padding-right: 15px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
  color: #fff;
}

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

/*核定清單approved_table*/
.approved_table {
  font-size: 0.8em;
}

.approved_table td:before {
  width: 11em !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: var(--d-3rd-color) !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;
  color: #333 !important;
}

.sitemap_list a:hover {
  color: var(--d-3rd-color) !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 a {
  float: left;
  width: 100%;
  border-bottom: dotted #ccc 1px;
  padding: 20px;
}

.search_list a:hover h3, .search_list a:focus h3 {
  color: var(--d-3rd-color);
}

.search_list .item {
  float: left;
  width: 100% !important;
  margin: 0 !important;
}

.search_list .item .font {
  float: left;
  width: calc(100% - 50px);
}

.search_list .no {
  float: left;
  width: 50px;
  position: relative;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #666;
}

.search_list .no:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: var(--d-bg-01);
  position: absolute;
  top: -2px;
  left: -10px;
  z-index: -1;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  border-radius: 0 0 0 5px;
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  /*header-nav-top*/
  .header-nav-top {
    position: relative;
  }
  .header-nav-top:before {
    content: "";
    display: block;
    width: 20px;
    background: var(--d-1st-color);
    height: 100%;
    border-radius: 0 0 0 10px;
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
    margin-left: 10px;
    position: absolute;
    left: -25px;
    z-index: 8;
  }
  .header-nav-top:after {
    content: "";
    display: block;
    width: 500%;
    background: var(--d-1st-color);
    height: 100%;
    position: absolute;
    right: calc(100vw - 100%);
    right: -500%;
  }
  .header-nav-top .nav {
    display: block;
    background: var(--d-1st-color);
    height: 53px;
    margin-top: -3px;
    z-index: 9;
  }
  .header-nav-top .nav li > a {
    text-transform: none !important;
    color: #fff !important;
    padding: 0 2px;
  }
  .header-nav-top .nav li > a:hover, .header-nav-top .nav li > a:focus {
    color: var(--d-bg-02) !important;
  }
  .header-nav-top .nav li:after {
    content: "|";
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 3px 0 0px;
  }
  .header-nav-top .nav li:last-child:after, .header-nav-top .nav li:first-child:after {
    display: none;
  }
  /*header*/
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-logo {
    margin: 0;
  }
  #header .header-logo img {
    max-width: 250px;
    width: auto;
    height: 90px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 0;
    font-size: 1.1em;
    padding: 20px;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: var(--d-1st-color);
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -1px !important;
  }
  #header .header-nav-main nav .dropdown-submenu.open > a {
    background: #005e96 !important;
    border-color: rgba(255, 255, 255, 0.1);
  }
  #header .header-nav-main nav .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu:focus > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
    background: #005e96 !important;
  }
  /*share_icon*/
  .share_icon a {
    padding: 6px 0 !important;
  }
  .share_icon img {
    width: 30px;
  }
  /*header-nav-links*/
  .header-nav-links ul li:hover > a {
    color: var(--d-3rd-color) !important;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    min-height: auto;
    padding: 0 10px;
    border-radius: 4px;
  }
  /*fat_footer*/
  #fatfooter .footer_list {
    width: calc(100% / 4);
  }
  #fatfooter .footer_list:nth-child(6n+1), #fatfooter .footer_list:nth-child(2n+1) {
    clear: none;
  }
  #fatfooter .footer_list:nth-child(4n+1) {
    clear: both;
  }
  /*main*/
  .main {
    padding-top: 125px;
    margin-bottom: 6em;
  }
  .main .menu_left .sidebar_menu, .main .menu_right .sidebar_menu {
    width: 250px;
  }
  .main .menu_left .main_con, .main .menu_right .main_con {
    width: calc(100% - 250px);
  }
  /*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) {
  .container {
    max-width: 100% !important;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    padding: 0 0 0 5px;
  }
  #header .header-nav-top .nav > li > a [class*="fa-"] {
    font-size: 1.125em !important;
  }
  /*header*/
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.3em;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*header-nav-links*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 26px 20px;
    min-height: auto;
  }
  /*share_icon*/
  .share_icon img {
    width: 40px;
  }
  /*main*/
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 250px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 250px);
  }
  /*index_news*/
  .index_news .container {
    padding: 0 10%;
  }
  /*fat_footer*/
  #fatfooter .footer_list {
    width: calc(100% / 6);
  }
  #fatfooter .footer_list:nth-child(4n+1), #fatfooter .footer_list:nth-child(2n+1) {
    clear: none;
  }
  #fatfooter .footer_list:nth-child(6n+1) {
    clear: both;
  }
  /*核定清單approved_table*/
  .approved_table {
    font-size: 0.9em !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*index_icon*/
  .index_icon:before {
    top: -20%;
    right: 15%;
  }
  .index_icon:after {
    top: -28%;
    left: 15%;
  }
  .index_icon .item {
    width: 12%;
    margin: 3.5%;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  /*header*/
  #header .header-body {
    background-color: transparent !important;
    -webkit-box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
            box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
    border-bottom: none;
    border-top: 3px solid var(--d-1st-color);
  }
  #header .header-column.justify-content-end .header-row:first-child {
    display: none;
  }
  #header .header-nav {
    padding: 0;
    min-height: auto;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: auto;
  }
  .header-logo {
    width: auto;
    max-width: 200px;
    height: 52px !important;
    margin: 0 !important;
  }
  .header-logo img {
    width: auto;
    height: 52px !important;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 35px);
    background: var(--d-1st-color);
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
    color: #fff !important;
    font-weight: 400 !important;
  }
  .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
    float: left !important;
    width: 100%;
  }
  .header-nav-main nav > ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav ul > li > a {
    padding: 10px 15px !important;
  }
  .header-nav-main nav .dropdown.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown ul {
    background: rgba(255, 255, 255, 0.3) !important;
  }
  .header-nav-main nav .dropdown ul li a {
    padding: 10px 15px 10px 32px !important;
  }
  .header-nav-main nav .dropdown ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu {
    float: left !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open .dropdown-menu {
    background: var(--d-bg-01) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open li a {
    padding: 10px 15px 10px 50px !important;
    color: #333 !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 a {
    padding: 10px;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    margin-right: -100px;
    width: 101vw;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 20px;
    background: #f5f5f5;
    padding: 10px;
  }
  #header .header-nav-features:before, #header .header-nav-features:after {
    display: none;
  }
  #header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    color: var(--d-1st-color);
  }
  .search_box {
    margin: -5px 0 0 0  !important;
  }
  .search_box label {
    background: #fff;
    max-width: 100%;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .container {
    padding: 5px 15px 30px 15px;
  }
  .main .sidebar_menu {
    display: none;
  }
  .main .main_con {
    width: 100% !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;
  }
  /*index_marquee*/
  .index_marquee .swiper .title {
    margin-right: 0;
  }
  /*index_icon*/
  .index_icon {
    padding-top: 350px;
  }
  .index_icon:before {
    height: 550px;
    top: -25%;
    right: -5%;
    border-radius: 0 0 50px 50px;
  }
  .index_icon:after {
    top: -32%;
    left: -5%;
    z-index: 8;
    border-radius: 0 0 50px 50px;
  }
  .index_icon .banner {
    top: -300px;
    left: 15%;
  }
  .index_icon .banner .title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .index_icon .banner .font {
    color: #fff;
    padding-right: 20px;
  }
  .index_icon .item {
    width: calc(100% / 4);
    margin: 3%;
    z-index: 9;
    vertical-align: top;
  }
  .index_icon .item .title {
    font-size: 0.7em;
  }
  /*index_news*/
  .index_news {
    padding: 0 0 30px 0;
  }
  .index_news .container h2 {
    font-size: 2.5em !important;
    width: 150px !important;
  }
  .index_news .container h2:before {
    background-size: 70%;
    top: 15px;
    left: -30px;
  }
  .index_news .container > .title {
    font-size: 1.15em !important;
    margin-top: -10px;
  }
  .index_news .container .list {
    padding: 10px 0 0 0;
  }
  .index_news .container .list .item a .title {
    font-size: 1em !important;
    padding-left: 20px !important;
  }
  /*index_activity*/
  .index_activity .container:after {
    right: -350px !important;
  }
  .index_activity .container h2 {
    font-size: 2.5em !important;
  }
  .index_activity .container h2:before {
    background-size: 70% !important;
  }
  .index_activity .container > .title {
    font-size: 1.15em !important;
    margin-top: -10px;
  }
  .index_activity .container .swiper {
    padding: 0 15px 45px 15px;
  }
  /*index_link*/
  .index_link {
    padding: 20px 0;
  }
  .index_link .container:after {
    right: -350px !important;
  }
  .index_link .container:before {
    left: -230px;
    top: -70px;
  }
  .index_link .container h2 {
    font-size: 2.5em !important;
  }
  .index_link .container h2:before {
    background-size: 70% !important;
    top: 30px;
    left: 135px;
  }
  .index_link .container .title_box > .title {
    font-size: 1.15em !important;
    margin-top: -10px;
  }
  .index_link .container .swiper {
    display: block;
    width: 100%;
  }
  /*page_share*/
  .page_share img {
    width: 35px;
  }
  /*fat_footer*/
  #fatfooter {
    font-size: 0.9em;
    padding: 25px 0;
  }
  #fatfooter .footer_list .title {
    font-size: 1.1em;
    padding: 5px 10px;
  }
  /*footer*/
  #footer {
    font-size: 0.9em;
  }
  #footer .footer_03 {
    padding: 0 5%;
  }
  #footer .footer_03 .item {
    width: 100%;
  }
  #footer .footer_03 .item img {
    max-width: 150px;
  }
  #footer .footer_menu {
    padding: 15px 0 0 0;
  }
  #footer .menu li {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
  #footer .menu li:nth-child(2n+1) {
    clear: both;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*form*/
  .no_label {
    padding-top: 0;
  }
  /*edit_con*/
  .page_nav {
    font-size: 0.85em;
  }
  .page_nav .nav-link {
    padding: 0.3rem 1rem;
  }
}

@media (max-width: 767px) {
  /*activity_info*/
  .activity_info .font {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

@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;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}

/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

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

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

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

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

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

.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: #c00;
}

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

.black {
  color: #000;
}

.gray {
  color: #666;
}

.blue_01 {
  color: #3e76b6;
}

.blue_02 {
  color: #003f86;
}

.green_01 {
  color: #588216;
}

.green_02 {
  color: #00693E;
}

.orange_01 {
  color: #C45519;
}

.orange_02 {
  color: #a6410a;
}

.brown_01 {
  color: #817461;
}

.brown_02 {
  color: #513710;
}

.pink {
  color: #B648B7;
}

.purple {
  color: #800080;
}

.bg_red {
  background: #c00;
}

.bg_white {
  background: #fff;
}

.bg_black {
  background: #000;
}

.bg_gray {
  background: #666;
}

.bg_blue_01 {
  background: #bda26d;
}

.bg_blue_02 {
  background: #003f86;
}

.bg_green_01 {
  background: #588216;
}

.bg_green_02 {
  background: #00693E;
}

.bg_orange_01 {
  background: #C45519;
}

.bg_orange_02 {
  background: #a6410a;
}

.bg_brown_01 {
  background: #817461;
}

.bg_brown_02 {
  background: #513710;
}

.bg_pink {
  background: #B648B7;
}

.bg_purple {
  background: #800080;
}

.required {
  color: #c00;
  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;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.1);
}

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

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

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

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

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

.display_none {
  display: none;
}

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

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}

/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}

.table > :not(:first-child) {
  border-top: none;
}

.table thead {
  background: #efefef;
}

.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 tr:hover > td {
  background: var(--d-3rd-color);
  color: #fff;
}

.table tbody tr:hover > td a:hover {
  color: var(--d-bg-03) !important;
}

.table tbody tr:hover a {
  color: #fff;
}

.table tbody tr:hover a.btn_01:hover {
  background: var(--d-bg-03) !important;
  color: var(--d-3rd-color) !important;
}

.table tbody tr:hover a:focus i:before {
  color: var(--d-bg-03) !important;
}

.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}

.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}

.table tbody td a {
  padding: 5px 10px;
  color: #666;
}

.table tbody td a.btn_01:hover {
  background: var(--d-bg-03) !important;
  color: var(--d-3rd-color) !important;
}

.table tbody td a:hover i:before {
  color: var(--d-bg-03) !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: var(--d-bg-04);
}

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

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

@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 .table-cell:first-child {
  font-weight: bold;
}

.page_info .table-row .table-cell:first-child:before {
  content: "|";
  color: #bda26d;
  padding-right: 10px;
}

.page_info .table-cell {
  border-bottom: solid #ddd 1px;
  padding: 5px;
}

@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: #3e76b6;
  /*text-decoration:underline;*/
}

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

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

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

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

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

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

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

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

.ul_w50 li {
  float: left;
  width: calc(50% - 40px);
  padding-right: 30px;
}

.ul_w50 li:nth-child(2n+1) {
  clear: both;
}

.ul_line {
  list-style: none;
}

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

@media (max-width: 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 a {
  float: left;
  padding: 5px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 6px 5px 3px;
  border: solid #ccc 1px;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.anchor_list li {
  float: left;
}

.anchor_list a:hover, .anchor_list a:focus {
  background: #eee;
  color: #333;
}

.anchor_list a.active {
  background: #3e76b6;
  color: #fff;
  border: solid #3e76b6 1px;
}

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 8px;
  }
}

/*頁籤*/
.tabs {
  float: left;
  width: 100%;
}

.tabs .nav > li > a {
  padding: 5px 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%;
}

.nav-tabs {
  border-bottom-color: transparent;
  /*text-align:center;*/
  font-size: 1em;
  margin-bottom: 15px;
  padding-left: 0 !important;
  list-style: none;
}

.nav-tabs li {
  display: inline-block;
  float: none;
}

.nav-tabs li a:hover {
  background: #eee;
  color: #333 !important;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  background-color: #3e76b6;
  color: #fff !important;
  border: 1px solid #3e76b6 !important;
}

.tab-content {
  float: left;
  width: 100%;
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  /*border:solid #ccc 1px;*/
  padding: 0;
}

/*併排*/
[class^='list_0'] .title, .list_img .title, .list_font .title {
  color: #3e76b6;
  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 {
  display: inline-block;
  width: 16.5%;
  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: 25%;
}

@media (max-width: 767px) {
  .list_05 > .item {
    width: 28%;
    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: 43%;
    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 img {
  margin-bottom: 5px;
}

.list_img > .item:nth-child(2n+1) {
  clear: both;
}

.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 img {
  margin-bottom: 5px;
}

.list_font > .item:nth-child(2n+1) {
  clear: both;
}

.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;
    -webkit-box-shadow: 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%;
  /*font-size: 0.9em;*/
  color: #333;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 9em;
  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%;
}

.rwd-table td:nth-child(1) {
  /*border-top: solid #ddd 1px !important;*/
}

@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 tr td:nth-child(1) {
    border-top: solid #ddd 1px !important;
  }
  .rwd-table tr td {
    border-bottom: solid #ddd 1px !important;
  }
  .rwd-table tr {
    margin-top: 20px;
  }
  .rwd-table.table-center td {
    text-align: left !important;
  }
  .rwd-table tbody tr {
    display: table;
    width: 100%;
    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 .text-end, .rwd-table .text-center {
    text-align: left !important;
  }
}
/*# sourceMappingURL=style.css.map */