@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: #40b4e5 !important;
}

.color_02 {
  color: #b92f8c !important;
}

.bg_01 {
  background: #40b4e5 !important;
}

.bg_02 {
  background: #b92f8c !important;
}

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

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

a {
  color: #40b4e5;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #284d7d;
  text-decoration: none !important;
}

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

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

h2 {
  font-family: LiSong;
  font-size: 2.25em;
  line-height: 150%;
  margin-bottom: 20px;
  color: #284d7d;
  letter-spacing: 0.05em;
}

h3, .h3 {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
  font-family: LiSong;
  letter-spacing: 0.05em;
  color: #333;
}

h4 {
  font-family: LiSong;
  color: #b92f8c;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 150%;
  text-transform: none;
}

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

h6 {
  font-size: 1.1em;
}

.title_01 {
  color: #b92f8c;
  font-family: LiSong;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

li {
  line-height: 170%;
}

.btn {
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 1em;
  font-weight: 400;
}

.btn_01 {
  background-color: transparent;
  padding: 9.2px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #40b4e5;
}
.btn_01:hover, .btn_01:focus {
  background: #284d7d;
  color: #fff !important;
  transition: all 0.5s;
}

.btn_back {
  background-color: transparent;
  padding: 9.2px 25px;
  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: #284d7d;
  color: #fff !important;
}

.btn_more {
  color: #40b4e5;
  float: left;
}
.btn_more:hover {
  color: #284d7d;
}

.btn_delete {
  background-color: transparent;
  padding: 9.2px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  color: #fff !important;
  background: #900;
}
.btn_delete:hover, .btn_delete:focus {
  background: #c00;
  color: #fff !important;
}

.btn_add {
  background: #588216;
  color: #fff !important;
  padding: 6.8px 20px;
}
.btn_add:hover {
  background: #00693E;
}
.btn_add:before {
  content: "+";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding: 0 5px 0 0;
}

.btn_edit {
  background: #3e76b6;
  color: #fff !important;
  padding: 6.8px 20px;
}
.btn_edit:hover {
  background: #003f86;
}
.btn_edit:before {
  content: "\f044";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  padding: 0 5px 0 0;
}

.btn_margin {
  margin: 2px;
}

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

.btn.red {
  color: #fff !important;
  background-color: #e7505a;
  border-color: #e7505a;
}
.btn.red:hover {
  background-color: #e12330;
  border-color: #dc1e2b;
}

.btn.green-meadow {
  color: #FFF !important;
  background-color: #1BBC9B;
  border-color: #1BBC9B;
}
.btn.green-meadow:hover {
  background-color: #158f76;
  border-color: #13866f;
}

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

.display_none {
  display: none;
}

.scroll-to-top:hover, .scroll-to-top:focus {
  background: #40b4e5;
}
.scroll-to-top i {
  color: #fff;
  padding-top: 5px;
}

.w-auto {
  width: auto;
}

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

.form-control {
  padding: 4.5px 8px;
  box-shadow: none;
  margin: 2px 0;
  font-size: 1em !important;
  border-color: #ccc;
  border-radius: 4px;
}
.form-control.form-select {
  padding: 4.5px 35px 4.5px 8px;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333 !important;
}

input::placeholder, textarea::placeholder {
  color: #333 !important;
}

.date {
  color: #b92f8c;
}

.type {
  font-size: 0.8em;
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 20px;
  padding: 0 15px;
  margin: 0 3px;
}

.author {
  font-size: 0.8em;
  display: inline-block;
  color: #999;
  border: none;
}
.author::before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
  color: #40b4e5;
}

/*文字選取變色*/
::-moz-selection {
  background: #3367D1;
  color: #fff;
}
::selection {
  background: #3367D1;
  color: #fff;
}

::-moz-selection {
  background: #3367D1;
  color: #fff;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*header*/
#header {
  height: auto !important;
  position: fixed;
  width: 100%;
}
#header .header-body {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 1px 8px rgba(51, 51, 51, 0.08) !important;
}
#header .header-container {
  height: auto !important;
}
#header .header-nav-features {
  padding-top: 10px;
  margin-left: 0;
  margin-right: 10px;
}
#header .header-nav-features::before {
  display: none;
}
#header .header-nav-features .fa-search {
  font-size: 1.4em;
  color: #b92f8c;
}
#header .header-nav-features .fa-search:hover {
  color: #40b4e5;
}
#header .header-nav-features .header-nav-features-dropdown {
  background: transparent;
  box-shadow: none;
  padding: 15px 0;
}
#header .header-nav-features .header-nav-features-dropdown .simple-search {
  border: solid #eee 1px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}
#header .header-nav-features .header-nav-features-dropdown .simple-search input {
  border: none;
  background: transparent;
  padding-left: 20px;
}
#header .header-nav-features .header-nav-features-dropdown .btn {
  border: none;
  border-radius: 0;
  padding: 12px 25px 7px 25px;
}

/*header-nav-main*/
.header-nav-main .nav > li {
  padding: 0 15px;
}
.header-nav-main .nav > li > a {
  padding: 0 !important;
  font-weight: 400 !important;
  margin: 1px 0 -3px 0 !important;
}
.header-nav-main .nav > li a {
  padding: 10px 18px;
  font-size: 1em !important;
  text-transform: none !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu {
  background: #40b4e5 !important;
  padding: 0 !important;
  border: none !important;
  margin-top: -1px !important;
  color: #fff;
  min-width: 160px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li {
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li:hover > a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu li.open > a {
  background: rgba(0, 0, 0, 0.2) !important;
}
.header-nav-main .nav > li.dropdown .dropdown-menu a {
  padding: 8px 18px !important;
}
.header-nav-main .nav > li.dropdown .dropdown-submenu .dropdown-menu {
  background: #b92f8c;
}
.header-nav-main .nav > li.dropdown .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #666 !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
  background-color: #40b4e5;
}

/*header menu滑入上方出現線條*/
#header .header-nav-main nav > ul > li:before, #header .header-nav-main nav > ul > li:focus {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: #40b4e5;
  transition: width 0.5s ease, background-color 0.5s ease;
}

#header .header-nav-main nav > ul > li:hover:before, #header .header-nav-main nav > ul > li:hover:focus {
  width: 100%;
}

/*login*/
.login:before {
  background: transparent !important;
}
.login .fa-user {
  color: #40b4e5 !important;
  padding-right: 5px;
}
.login > a {
  color: #40b4e5 !important;
}
.login > a:hover {
  color: #284d7d !important;
}
.login > a:hover .fa-user {
  color: #284d7d !important;
}
.login .dropdown-menu {
  left: auto;
  right: 0;
}
.login .dropdown-menu i {
  color: #fff;
  width: 25px;
}

/*Modal*/
.modal-header .modal-title {
  font-size: 1.4em;
  font-family: LiSong;
  color: #000;
}
.modal-header .btn-close {
  font-size: 0.6em;
}

.modal-body .form_group {
  float: left;
  width: 100%;
}
.modal-body .form_group .form-label {
  width: 50px;
}
.modal-body .form_group .form-input {
  width: calc(100% - 50px);
}

/*loginModal*/
#loginModal .modal-header {
  border: none;
}
#loginModal .modal-title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#loginModal .modal-body {
  padding: 0 16px;
}
#loginModal .modal-body .form_group {
  float: left;
  width: 100%;
  margin: 3px 0;
}
#loginModal .modal-body .form_group .form-label {
  width: 100%;
  text-align: left;
  font-family: "微軟正黑體";
  padding: 7px 0 0 5px;
  font-size: 0.9em;
}
#loginModal .modal-body .form_group .form-input {
  width: 100%;
}
#loginModal .modal-footer {
  border: none;
  justify-content: center;
}

/*mobile login*/
.login_m .fa-user {
  color: #40b4e5;
}
.login_m .header-nav-features-dropdown {
  top: 7px;
  width: 100%;
  background: #d4e8f6 !important;
  right: -47px !important;
  padding: 10px !important;
}

.header-nav-login {
  float: left;
  width: 100%;
  border-radius: 4px !important;
  overflow: hidden;
}
.header-nav-login ul {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-nav-login li {
  float: left;
  width: 100%;
  border-top: solid #eee 1px;
  background: #fff;
}
.header-nav-login li:first-child {
  border-top: none;
}
.header-nav-login li a {
  padding: 8px 15px;
  float: left;
  width: 100% !important;
  color: #333;
}
.header-nav-login li i {
  width: 25px;
}
.header-nav-login .user_mobile {
  background: #284d7d;
  color: #fff;
  float: left;
  width: 100%;
  padding: 8px 15px;
}
.header-nav-login .user_mobile a {
  padding: 0 !important;
  color: #fff;
}
.header-nav-login .divider {
  background-image: none;
  height: 1px;
  background: #ccc;
  margin: 0;
}

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

/*index_banner*/
.index_banner {
  float: left;
  width: 100%;
  position: relative;
}
.index_banner img {
  width: 100%;
}

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
  position: relative;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-prev {
  opacity: 0 !important;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-active, .swiper.btn_left_right .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-next, .swiper.btn_left_right .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.swiper a {
  float: left;
  width: 100%;
}
.swiper [class^=swiper-button-]:after {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
}
.swiper .cricle_btn:after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 1.9em;
  color: rgba(0, 0, 0, 0.2);
}
.swiper .cricle_btn:hover:after {
  color: #40b4e5;
}
.swiper .cricle_btn.swiper-button-prev:after {
  content: "\f137";
}
.swiper .cricle_btn.swiper-button-next:after {
  content: "\f138";
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgb(255, 255, 255);
  padding: 15px 16px;
  font-size: 1.2em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .cricle_btn.white_btn:hover:after {
  background-color: #40b4e5;
  color: #fff !important;
}
.swiper .swiper-button-next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
}
.swiper .swiper-button-prev:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f060";
}
.swiper .swiper-button-prev {
  margin-left: 0px;
}
.swiper .swiper-button-next {
  margin-right: 0px;
}
.swiper [class^=swiper-button-] {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
  color: #40b4e5;
  opacity: 0.7;
}
.swiper.button_right {
  margin-right: 90px;
}
.swiper.button_right .swiper-button-prev {
  left: auto;
  right: 50px;
}
.swiper img {
  width: 100%;
}
.swiper .title {
  font-size: 1.2em;
  padding-bottom: 10px;
}
.swiper .opacity_1 {
  opacity: 1 !important;
}
.swiper.btn_bottom_center {
  position: relative;
  width: 100%;
  padding-bottom: 150px !important;
}
.swiper.btn_bottom_center .button_box {
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -80px;
}
.swiper.btn_bottom_center .button_box .swiper-button-prev {
  position: relative;
  margin-right: 30px;
  display: block;
}
.swiper.btn_bottom_center .button_box .swiper-button-next {
  position: relative;
  margin-left: 30px;
  display: block;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper.btn_right_top {
  position: relative;
  width: 100%;
}
.swiper.btn_right_top .button_box {
  position: relative;
  width: 100%;
  height: 45px;
}
.swiper.btn_right_top .button_box .swiper-button-prev {
  position: absolute;
  right: 45px;
  left: auto;
}
.swiper.btn_right_top .button_box .swiper-button-next {
  position: absolute;
  right: 10px;
}
.swiper.btn_right_top .swiper-wrapper {
  margin-top: 0;
}
.swiper.btn_right_top .swiper-pagination-bullet-active {
  background: #40b4e5;
}
.swiper.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper.swiper_yt {
  width: 100% !important;
  padding: 50px 50px 250px 50px;
}
.swiper.swiper_yt .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 450px;
}
.swiper.swiper_yt .swiper-slide iframe {
  width: 100%;
  height: 450px;
}
.swiper.swiper_yt .swiper-slide .embed-responsive {
  position: initial;
}

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

.banner_01 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

/*index_icon*/
.index_icon {
  float: left;
  width: 100%;
  margin-top: -100px;
  position: relative;
  z-index: 99;
  padding: 0 5%;
}
.index_icon .container {
  background: #eef4f8;
  border-radius: 20px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}
.index_icon .container .item {
  display: inline-block;
  width: 19%;
  text-align: center;
  position: relative;
  padding: 10px;
  vertical-align: top;
}
.index_icon .container .item img {
  max-width: 80px;
  width: 45%;
}
.index_icon .container .item .title {
  color: #000;
  font-size: 1.5em;
  padding: 8px 0;
  line-height: 130%;
}
.index_icon .container .item .con_font {
  color: #757575;
  line-height: 130%;
}
.index_icon .container .item:after {
  content: "................";
  width: 5px;
  font-size: 2em;
  color: #e0e0e0;
  transform: rotateZ(90deg);
  display: inline-block;
  position: absolute;
  right: -8%;
  top: 16%;
}
.index_icon .container .item:last-child:after {
  display: none;
}
.index_icon .container a:hover .title {
  color: #40b4e5;
}

/*index_title*/
.index_title_b {
  font-family: Impact;
  font-size: 6em;
  color: rgba(0, 0, 0, 0.05);
}

.index_title {
  font-size: 2.5em;
  font-weight: bold;
  color: #284d7d;
  margin-top: 10px;
}

/*index_about*/
.index_about {
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.index_about:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: -200px;
  z-index: -1;
  background: #f5f5f5;
  transform: skew(-10deg);
  width: 57%;
  top: 25%;
}
.index_about .box {
  float: left;
  width: 100%;
  position: relative;
  right: 0;
}
.index_about .left {
  float: right;
  width: 55%;
  max-width: 850px;
  padding: 5% 6% 0 3%;
}
.index_about .left .index_title {
  margin-bottom: 10px;
}
.index_about .left .edit_con {
  float: left;
  width: 100% !important;
  padding: 20px 0;
}
.index_about .right {
  float: right;
  width: 45%;
  position: relative;
  transform: skew(-10deg);
  padding-bottom: 500em;
  margin-bottom: -500em;
  background: url(../img/customer/index_about_bg_02.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  right: 605px;
}
.index_about .right img {
  opacity: 0;
}

.about_list {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.about_list .item {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.about_list .item .icon {
  float: left;
  width: 70px;
  border-radius: 50px;
}
.about_list .item .icon i {
  font-size: 1.8em;
  width: 70px;
  height: 70px;
  background: #40b4e5;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #d4e8f6 5px;
}
.about_list .item .font {
  float: left;
  width: calc(100% - 70px);
  padding-left: 20px;
}
.about_list .item .font .item_title {
  color: #284d7d;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 4px;
}
.about_list .item .font .item_title span {
  color: #bdbdbd;
  font-size: 0.7em;
  font-weight: 400;
  padding-left: 8px;
}

/*index_strategy*/
.index_strategy {
  float: left;
  width: 100%;
  background: url(../img/customer/index_strategy_bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 6.5% 3% 3.5% 3%;
}
.index_strategy .index_title_b {
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.index_strategy .title_box {
  float: left;
  width: 180px;
  text-align: left;
}
.index_strategy .title_box .index_title {
  color: #fff;
}
.index_strategy .edit_con {
  float: left;
  width: calc(100% - 180px) !important;
  padding: 0;
}

.strategy_list {
  float: left;
  width: 100%;
}
.strategy_list .item {
  float: left;
  padding: 0 10px;
}
.strategy_list .item:nth-child(1) {
  width: 60%;
}
.strategy_list .item:nth-child(2) {
  width: 40%;
}
.strategy_list .item .item_title_box {
  float: left;
  width: 100%;
}
.strategy_list .item .item_title_box .no {
  float: left;
  width: 70px;
  font-family: Impact;
  color: #40b4e5;
  font-size: 4em;
  text-align: right;
  position: relative;
  margin-top: -10px;
}
.strategy_list .item .item_title_box .no:before {
  content: "";
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 0;
  top: -31px;
  right: -9px;
}
.strategy_list .item .item_title_box .no span {
  z-index: 1;
  position: relative;
}
.strategy_list .item .item_title_box .title {
  float: left;
  width: calc(100% - 70px);
  color: #40b4e5;
  font-size: 2.25em;
  font-weight: bold;
  padding-left: 15px;
  line-height: 110%;
  margin-bottom: 15px;
}
.strategy_list .item ul {
  color: #fff;
  padding-left: 80px;
  font-size: 1.25em;
}
.strategy_list .item ul li {
  margin-bottom: 8px;
  line-height: 140%;
}

/*index_quality*/
.index_quality {
  float: left;
  width: 100%;
}
.index_quality .container {
  position: relative;
}
.index_quality .container:after {
  content: "";
  display: block;
  width: 90%;
  height: 180px;
  background: #f5f5f5;
  position: absolute;
  border-radius: 0 20px 20px 50px;
  top: 150px;
  z-index: -1;
}
.index_quality .title_box {
  float: left;
  width: 330px;
  margin-top: 98px;
  padding-left: 20px;
}
.index_quality .title_box .index_title {
  padding: 30px 0 0 20px;
}
.index_quality .edit_con {
  float: left;
  width: calc(100% - 330px) !important;
  padding: 0;
}

.quality_list {
  width: 100%;
}
.quality_list .item {
  float: left;
  width: 25%;
  padding: 2%;
}
.quality_list .item .box {
  position: relative;
}
.quality_list .item .box img {
  border-radius: 4px;
}
.quality_list .item .box .font {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(64, 180, 229, 0.8);
  padding: 15px 10px 10px 10px;
  border-radius: 0 0 4px 4px;
  line-height: 170%;
}
.quality_list .item .box .font .title {
  font-size: 2em;
  font-weight: bold;
}
.quality_list .item .box .font .title span {
  font-size: 0.4em;
}
.quality_list .item .box .font .title span:before {
  content: "/";
  display: inline-block;
  color: #b92f8c;
  padding: 0 5px;
}
.quality_list .item:nth-child(2n) {
  margin-top: -40px;
}

/*index_kpi*/
.index_kpi {
  float: left;
  width: 100%;
  background: url(../img/customer/index_kpi_bg.png);
  background-position: center -50px;
  background-repeat: no-repeat;
  padding: 50px 0 3% 0;
  overflow: hidden;
}
.index_kpi .title_box {
  text-align: center;
}
.index_kpi .title_box .index_title_b {
  display: none;
}
.index_kpi .title_box .index_title {
  margin-bottom: 20px;
}
.index_kpi .title_box .con_font {
  margin-bottom: 20px;
}

.kpi_tab {
  padding: 10px 0;
}
.kpi_tab .nav-link {
  border-color: #40b4e5 !important;
  color: #40b4e5 !important;
  background: #fff !important;
  font-size: 1.25em !important;
  padding: 10px 15px !important;
  margin: 0 25px !important;
  position: relative;
  border-radius: 4px !important;
}
.kpi_tab .nav-link:after {
  content: "";
  display: inline-block;
  background: #40b4e5;
  width: 51px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 23px;
  right: -51px;
}
.kpi_tab .nav-link:hover {
  border-color: #40b4e5;
  background-color: #f5f5f5 !important;
}
.kpi_tab .nav-link.active {
  color: #fff !important;
  background: #40b4e5 !important;
}
.kpi_tab .nav-link:last-child:after {
  display: none;
}
.kpi_tab .tab-content {
  margin: 0 auto;
  max-width: 1000px;
  padding: 5% 0 0 0;
}
.kpi_tab .tab-content .list {
  text-align: center;
}
.kpi_tab .tab-content .list .item {
  display: inline-block;
  width: 32%;
  padding: 5% 0 5% 6%;
  vertical-align: top;
}
.kpi_tab .tab-content .list .item .number {
  float: left;
  width: 100%;
  text-align: left;
}
.kpi_tab .tab-content .list .item .number .quantity {
  font-size: 6em;
  font-family: Impact;
  color: #40b4e5;
}
.kpi_tab .tab-content .list .item .number .font {
  display: inline-block;
  font-family: Impact;
  color: #40b4e5;
  font-size: 2em;
  font-weight: bold;
  padding-right: 10px;
}
.kpi_tab .tab-content .list .item .number .font_s {
  display: inline-block;
  padding-left: 3px;
}
.kpi_tab .tab-content .list .item .title {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  color: #212121;
  position: relative;
  padding: 30px 0 5px 0;
  line-height: 130%;
}
.kpi_tab .tab-content .list .item .title:before {
  content: "";
  width: 36px;
  height: 1px;
  background: #b92f8c;
  position: absolute;
  top: 14px;
}
.kpi_tab .tab-content .list .item .con_font {
  float: left;
  width: 100%;
  text-align: left;
}

/*index_law*/
.index_law {
  float: left;
  width: 100%;
  background: linear-gradient(to bottom, #fff 120px, #f5f5f5 120px);
  overflow: hidden;
}
.index_law .box {
  transform: skew(-10deg);
  background: url(../img/customer/index_law_bg_01.jpg);
  background-position: top;
  background-position-x: right;
  background-repeat: no-repeat;
  float: left;
  width: 100vw;
  position: relative;
  margin-left: -10vw;
}
.index_law .font {
  float: right;
  transform: skew(10deg);
  padding: 60px 0 70px 30px;
  max-width: 700px;
  width: 100%;
  margin-right: 10%;
}
.index_law .font .title_box {
  float: left;
  width: 220px;
}
.index_law .font .title_box .index_title {
  color: #fff;
  margin-top: 35px;
}
.index_law .edit_con {
  float: left;
  width: calc(100% - 220px) !important;
  padding: 0;
}

.law_list {
  float: left;
  width: 100%;
  color: #fff;
}
.law_list .item {
  padding: 20px 0 0 0;
}
.law_list .title {
  font-size: 1.25em;
  font-weight: bold;
  color: #40b4e5;
  padding: 10px 0;
}
.law_list ul {
  border-left: solid #b92f8c 3px;
}
.law_list ul li {
  margin-bottom: 0;
}

/*index_speak*/
.index_speak {
  float: left;
  width: 100%;
  padding: 80px 0 67px 0;
}
.index_speak .container .box {
  float: left;
  width: 100%;
  background: url(../img/customer/index_speak_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.index_speak .container .font {
  width: 100%;
  padding-left: 5%;
}
.index_speak .container .title_box {
  padding-bottom: 30px;
}

.speak_tab .nav-tabs {
  justify-content: left;
}
.speak_tab .tab-content {
  padding-bottom: 100px;
}
.speak_tab .tab-content .btn_more {
  margin-top: 15px;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  background-color: #40b4e5;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 0;
}
#footer .container {
  padding: 0 5%;
}

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

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

/*scroll-to-top*/
.scroll-to-top {
  border-radius: 4px 4px 0 0 !important;
}

/*page_con*/
.page_con {
  float: left;
  width: 100%;
  min-height: 500px;
  padding: 0 0 120px 0;
  overflow: hidden;
}
.page_con .container {
  padding: 20px 30px;
  position: relative;
  display: table;
}
.page_con h2 {
  text-align: center;
}
.page_con h2 span {
  position: relative;
}
.page_con h2 span:before {
  content: "";
  display: block;
  width: 28px;
  height: 36px;
  background: #f5b40c;
  position: absolute;
  left: -17px;
  top: -22px;
  z-index: -2;
}
.page_con h2 span:after {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: #40b4e5;
  position: absolute;
  left: -30px;
  top: 6px;
  z-index: -1;
}
.page_con h3 {
  position: relative;
}
.page_con h3 span {
  position: relative;
}
.page_con h3 span:before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  left: -25px;
  top: 3px;
}

/*main_con*/
.main_con {
  float: left;
  width: 100%;
  padding: 50px 30px !important;
  min-height: 500px;
}
.main_con .container {
  padding: 0;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*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 0 80px 0 !important;
}
.menu_none > div:nth-child(1), .menu_none > div:nth-child(3) {
  display: none;
}

/*sidebar*/
.sidebar {
  position: relative;
  background: #f5fff4;
  border-radius: 10px;
  margin: 30px 10px 0 0;
}
.sidebar > a {
  position: absolute;
  top: -30px;
}
.sidebar .title {
  font-family: LiSong;
  color: #fff;
  font-size: 1.5em;
  padding: 10px 20px;
  background: #666;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
.sidebar .title:after {
  content: "\f04b";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -7px;
}
.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: #40b4e5 !important;
  background: transparent !important;
}
.sidebar ul a.active {
  font-weight: inherit !important;
  color: #b92f8c !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: #40b4e5;
}

/*breadcrumb*/
.breadcrumb {
  background: #284d7d;
  color: #fff;
  width: 100%;
  float: left;
  font-size: 0.9em;
  line-height: 130%;
  margin-top: 103px;
  padding: 10px 0;
}
.breadcrumb span {
  word-wrap: break-word;
}
.breadcrumb span + span:before {
  content: "|";
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.3);
}
.breadcrumb i {
  color: #fff;
  padding: 0 !important;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:hover i {
  color: #40b4e5 !important;
}

/*page_banner*/
.page_banner {
  float: left;
  width: 100%;
  background: url(../img/customer/page_banner.jpg);
  background-size: cover;
  background-position: top cneter;
}
.page_banner h2 {
  padding: 50px 5%;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0 1px 3px rgb(255, 255, 255);
}

/*page_share*/
.page_share {
  float: left;
  width: 140px;
}
.page_share .title {
  font-weight: bold;
  float: left;
  width: 65px;
  padding-top: 7px;
}
.page_share .list {
  float: left;
  width: calc(100% - 65px);
}
.page_share .list a {
  display: inline-block;
}
.page_share img {
  width: 40px;
}

/*page_search*/
.page_search {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page_search > li {
  display: inline-block;
  padding-right: 10px;
  align-self: center !important;
  white-space: nowrap;
}
.page_search > li:last-child {
  padding-right: 0;
}
.page_search .btn {
  margin: -5px 0 0 0;
  vertical-align: top;
  background: #666;
  color: #fff;
  vertical-align: top;
  padding: 7px 25px;
}
.page_search .btn:hover, .page_search .btn:focus {
  background: #40b4e5;
}
.page_search :has(.btn) {
  padding: 10px 0 0 0;
}
.page_search .title {
  display: inline-block;
  padding: 6px 3px 0 0;
}
.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;
}

.search_type {
  margin: 3px 0;
  display: inline-block;
  line-height: 130%;
  max-width: calc(100% - 35px);
  white-space: normal;
  vertical-align: top;
}
.search_type div {
  white-space: nowrap;
  background: #9e9e9e;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  position: relative;
  margin: 2px 10px 2px 0;
}
.search_type div:before {
  position: absolute;
  content: "/";
  padding: 0 5px 0 3px;
  color: #40b4e5;
  font-size: 0.8em;
  right: -15px;
}
.search_type div:last-child::before {
  display: none;
}
.search_type a {
  color: #fff;
}
.search_type :has(a:hover) {
  background: #40b4e5;
}

/*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;
  color: #333;
}
.page_bottom .list a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
}
.page_bottom .list a:hover {
  background: #eef4f8;
  color: #284d7d;
}
.page_bottom .link a:before {
  background: url(../img/icon_link.png);
  background-size: 30px;
}
.page_bottom .download a:before {
  background: url(../img/icon_download.png);
  background-size: 30px;
}

/*page_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: #40b4e5;
  color: #fff;
}
#page_number select {
  margin: 1px 2px;
  padding: 4px 35px 4px 8px;
  height: 36px;
}

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

/*page_top*/
.page_top {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.page_top .left {
  float: left;
  width: calc(100% - 120px);
  padding: 2px 0;
}
.page_top .left div {
  display: inline-block;
  vertical-align: top;
}
.page_top .right {
  float: right;
  width: 120px;
  text-align: right;
  padding: 2px 0;
}
.page_top .right a {
  vertical-align: top;
  display: inline-block;
}
.page_top.topback .left {
  float: left;
  width: calc(100% - 210px);
}
.page_top.topback .right {
  float: right;
  width: 210px;
}
.page_top.topback .right .btn_back {
  padding: 6.4px 20px;
}

/*news_list*/
.news_list {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.news_list .item {
  float: left;
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.news_list .item .box {
  float: left;
  width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 60px 15px 20px;
}
.news_list .item .box .date {
  float: left;
  width: 110px;
}
.news_list .item .box .title {
  float: left;
  width: calc(100% - 110px);
  font-size: 1.1em;
  color: #333;
}
.news_list .item:after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 34%;
  opacity: 0.2;
  font-size: 1.2em;
}
.news_list .item:hover:after {
  right: 15px;
  animation-name: right_icon_move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.news_list .item:hover .box {
  background: #eef4f8;
}
.news_list .item:hover .box .title {
  color: #284d7d;
}

/*form*/
.form_box {
  float: left;
  width: 100%;
  padding: 10px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.form_box .form_group {
  float: left;
  width: 100%;
  margin: 3px 0;
  border-bottom: dotted #eee 2px;
  padding-bottom: 5px;
}
.form_box .btn_01 {
  padding: 8px 40px;
}

.form-label {
  float: left;
  width: 150px;
  margin-bottom: 0;
  padding: 7px 15px 7px 0;
  text-align: right;
  font-family: LiSong;
}
.form-label:after {
  content: "/";
  display: inline-block;
  color: #40b4e5;
  padding: 0 10px;
  font-size: 0.7em;
  display: none;
}

.form-input {
  float: left;
  width: calc(100% - 150px);
}
.form-input .btn {
  border-radius: 5px;
  padding: 6px 12px;
  vertical-align: top;
}

.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 {
  line-height: 200%;
}

input[type=file] {
  border-color: transparent;
  width: 100% !important;
  max-width: 300px;
}
input[type=file]:focus {
  border: none;
  box-shadow: none;
}

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

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 5px;
}

.required_icon {
  position: relative;
}
.required_icon::before {
  content: "*";
  color: #900;
  display: block;
  position: absolute;
  left: -15px;
}

.form-check-input:checked {
  background-color: #40b4e5;
  border-color: #dee2e6;
}
.form-check-input:disabled {
  filter: grayscale(100%);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #d4e8f6 !important;
  border-color: #dee2e6;
}

.form-check-label {
  display: inline-block;
  margin-top: 6px;
}

.form_item {
  float: left;
  width: 100%;
}
.form_item .form_item_title {
  float: left;
  width: 100px;
  padding: 7px 10px 7px 0;
  text-align: right;
  color: #999;
}
.form_item .form_item_input {
  float: left;
  width: calc(100% - 100px);
}

input:invalid, input.invalid {
  border: 2px solid #b92f8c;
}

input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999 !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999 !important;
}

/*input file多檔案上傳*/
.file-input {
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 110px;
  height: 38px;
  line-height: 150%;
}

#multi_image {
  display: none !important;
}

.file_btn {
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 20%;
}

.file_btn i {
  padding-right: 5px;
}

/*down_list*/
.down_list {
  float: left;
  width: 100%;
}
.down_list .item {
  float: left;
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.down_list .item .box {
  float: left;
  width: calc(100% - 15px);
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
  margin-left: 15px;
}
.down_list .item .box .title {
  float: left;
  width: 100%;
  font-size: 1.1em;
  color: #333;
  position: relative;
}
.down_list .item .box .title:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  left: -45px;
  top: -1px;
  border: solid #ccc 1px;
}
.down_list .item .box .title:after {
  content: "\f019";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: -36px;
  font-size: 1em;
  color: #666;
  top: 2px;
}
.down_list .item:hover .box {
  background: #eef4f8;
}
.down_list .item:hover .box .title {
  color: #284d7d;
}
.down_list .item:hover .box .title:after {
  color: #284d7d;
}
.down_list .item .btn_edit {
  position: absolute;
  right: 10px;
  top: 18px;
  padding: 5px 10px;
}
.down_list .item .btn_edit:before {
  padding: 0;
}

/*link_list*/
.link_list {
  float: left;
  width: 100%;
}
.link_list .item {
  float: left;
  width: calc(50% - 10px);
  padding: 5px 0;
  position: relative;
  margin-right: 10px;
}
.link_list .item:nth-child(2n+1) {
  clear: both;
}
.link_list .item .box {
  float: left;
  width: calc(100% - 15px);
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
  margin-left: 15px;
}
.link_list .item .box .title {
  float: left;
  width: 100%;
  font-size: 1.1em;
  color: #333;
  position: relative;
}
.link_list .item .box .title:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  left: -45px;
  top: -1px;
  border: solid #ccc 1px;
}
.link_list .item .box .title:after {
  content: "\f0c1";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: -38px;
  font-size: 1em;
  color: #666;
  top: 3px;
}
.link_list .item:hover .box {
  background: #eef4f8;
}
.link_list .item:hover .box .title {
  color: #284d7d;
}
.link_list .item:hover .box .title:after {
  color: #284d7d;
}
.link_list .item .btn_edit {
  position: absolute;
  right: 10px;
  top: 18px;
  padding: 5px 10px;
}
.link_list .item .btn_edit:before {
  padding: 0;
}

/*project_list*/
.project_list {
  float: left;
  width: 100%;
}
.project_list .item {
  float: left;
  width: 25%;
  padding: 10px;
}
.project_list .item .box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  color: #333;
  position: relative;
}
.project_list .item .box:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #40b4e5;
  border-radius: 50%;
  position: absolute;
  left: -4px;
  top: 18px;
}
.project_list .item:hover .box {
  background: #eef4f8;
}
.project_list .item:hover .box .title {
  color: #284d7d;
}
.project_list .item .btn_edit {
  position: absolute;
  right: 15px;
  top: 16px;
  padding: 5px 10px;
}
.project_list .item .btn_edit:before {
  padding: 0;
}

/*project_tab*/
.project_tab {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 30px 0 0 0;
  border-bottom: solid #e0e0e0 1px;
}
.project_tab .container {
  width: 100%;
  max-width: 1000px !important;
  margin: 0 auto;
}
.project_tab a {
  font-size: 1.2em;
  display: inline-block;
  color: #000;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0 0 -1px 0;
}
.project_tab a:hover {
  background: #616161;
  color: #fff;
}
.project_tab a.active {
  background: #fff;
  color: #000;
  border-bottom: solid #fff 1px;
  border-top: solid #e0e0e0 1px;
  border-left: solid #e0e0e0 1px;
  border-right: solid #e0e0e0 1px;
}

/*project_con*/
.project_con {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.project_con .news_list .box {
  background: #fff;
  border: solid #e0e0e0 1px;
}
.project_con h3 {
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  border-bottom: solid #e0e0e0 1px;
}

/*project_title*/
.project_title {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.project_title .btn {
  float: right;
}
.project_title .box {
  float: left;
  width: calc(100% - 120px);
}
.project_title .box [class*=grade_] {
  display: inline-block;
  vertical-align: inherit;
  padding: 2px 10px;
  line-height: 150%;
}
.project_title .box .h3 {
  border-bottom: none;
}
.project_title .box [class*=state_] {
  display: inline-block;
  padding: 0px 8px;
  white-space: nowrap;
}

/*project_info*/
.project_info {
  float: left;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 10px 20px;
  margin: 10px 0;
}
.project_info .item {
  position: relative;
}
.project_info .item > div {
  float: left;
  width: 100%;
  padding: 6px 0;
}
.project_info .item .title:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  font-size: 0.7em;
}
.project_info .item .grade .title:before {
  content: "\f02b";
}
.project_info .item .state .title:before {
  content: "\f0f3";
}
.project_info .item .percentage .title:before {
  content: "\f058";
}
.project_info .item .startday .title:before {
  content: "\f783";
}
.project_info .item .endday .title:before {
  content: "\f274";
}
.project_info .item .datetime .title:before {
  content: "\f133";
}
.project_info .item .initiator .title:before {
  content: "\f4ff";
}
.project_info .item .executor .title:before {
  content: "\f507";
}
.project_info .item.w-5 {
  width: 50%;
  float: left;
}
.project_info .title {
  float: left;
  width: 120px;
  color: #212121;
  font-weight: bold;
  padding-left: 20px;
}
.project_info .con_font {
  float: left;
  width: calc(100% - 120px);
  padding-right: 15px;
}
.project_info .initiator {
  float: left;
  width: 33.3%;
}
.project_info .executor {
  float: left;
  width: 66.6%;
}

/*project_chart*/
.gantt_control {
  float: right;
  width: 100%;
  padding: 0 1px 5px 0;
}
.gantt_control label {
  float: right;
}
.gantt_control .form-title {
  display: inline-block;
}
.gantt_control select {
  display: inline-block;
}

#gantt_here {
  float: left;
  width: 100%;
  height: 60vh;
}

.gantt_task_progress {
  background-color: rgba(33, 33, 33, 0.5) !important;
}

.gantt_task_link div.gantt_link_arrow:before, .gantt_link_arrow_left {
  margin-top: -7px;
}

.gantt_cal_cover {
  z-index: 9999 !important;
}

[aria-label=高] .gantt_tree_content {
  color: #c00;
}

[aria-label=一般] .gantt_tree_content {
  color: #003f86;
}

[aria-label=低] .gantt_tree_content {
  color: #616161;
}

[aria-label=尚未啟動] {
  background: #f5f5f5;
  color: #666;
}

[aria-label=進行中] {
  background-color: #f5b40c;
  color: #fff;
}

[aria-label=已完成] {
  background-color: #00693E;
  color: #fff;
}

[aria-label=延期] {
  background-color: #003f86;
  color: #fff;
}

[aria-label=等待其他人] {
  background-color: #B648B7;
  color: #fff;
}

.gantt_task_line.high {
  background: #c00;
}

.gantt_task_line.medium {
  background: #2b79d2 !important;
}

.gantt_task_line.low {
  background: #999 !important;
}

/*job_list*/
.job_list {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.job_list .item {
  float: left;
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.job_list .item .box {
  float: left;
  width: 100%;
  background: #fff;
  border: solid #e0e0e0 1px;
  border-left: solid #666 4px;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}
.job_list .item .box .state {
  position: absolute;
  right: 10px;
  top: 10px;
}
.job_list .item .box .right_top_box {
  position: absolute;
  right: 10px;
  top: 5px;
}
.job_list .item .box .msg {
  padding: 0 5px 0 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
  background: #bdbdbd;
  color: #fff;
  display: inline-block;
  position: relative;
}
.job_list .item .box .msg:before {
  content: "\f086";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 6px;
  font-size: 0.8em;
}
.job_list .item .box .eye {
  padding: 0 5px 0 25px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
  background: #bdbdbd;
  color: #fff;
  display: inline-block;
  position: relative;
}
.job_list .item .box .eye:before {
  content: "\f06e";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 6px;
  font-size: 0.8em;
}
.job_list .item .box:has(.grade_01) {
  border-left: solid #900 4px;
}
.job_list .item .box:has(.grade_02) {
  border-left: solid #003f86 4px;
}
.job_list .item .box:has(.grade_03) {
  border-left: solid #616161 4px;
}
.job_list .item .box .title {
  color: #333;
  font-size: 1.2em;
  padding: 5px 110px 5px 0;
}
.job_list .item .box .leder {
  float: left;
  position: relative;
  width: calc(100% - 170px);
  padding: 0 0 0 20px;
  color: #999;
  font-size: 0.8em;
  line-height: 150%;
  vertical-align: top;
}
.job_list .item .box .leder::before {
  content: "\f2bd";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.job_list .item .box .leder span {
  word-break: nowrap;
  display: inline-block;
}
.job_list .item .box .finish_date {
  float: right;
  width: 125px;
  position: relative;
  text-align: right;
  color: #999;
  font-size: 0.8em;
  line-height: 150%;
  vertical-align: top;
}
.job_list .item .box .finish_date:before {
  content: "\f017";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 3px;
}
.job_list .item:hover .box {
  background: #eef4f8;
}

.grade_01 {
  border: solid #900 1px;
  color: #900;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.5em;
  margin-right: 6px;
  vertical-align: top;
}

.grade_02 {
  border: solid #003f86 1px;
  color: #003f86;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.5em;
  margin-right: 6px;
  vertical-align: top;
}

.grade_03 {
  border: solid #616161 1px;
  color: #616161;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.5em;
  margin-right: 6px;
  vertical-align: top;
}

.state_01 {
  background: #f5f5f5;
  color: #666;
  border: solid #e0e0e0 1px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 0.8em;
}

.state_02 {
  background: #f5b40c;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
}

.state_03 {
  background: #00693E;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
}

.state_04 {
  background: #003f86;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
}

.state_05 {
  background: #B648B7;
  padding: 0 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.8em;
}

/*issue_list*/
.issue_list .item .box {
  padding: 0 15px 5px 15px;
}

/*多選下拉*/
.multiple-select {
  width: 100% !important;
}
.multiple-select .ms-drop {
  position: relative;
  padding: 0 0 0 6px;
}
.multiple-select .ms-drop ul input {
  margin-left: -25px !important;
  margin-top: 3px !important;
}
.multiple-select .ms-drop ul .group {
  float: left;
  width: 100%;
  margin: 0.25rem 0;
  padding: 0;
}
.multiple-select .ms-drop ul .optgroup {
  float: left;
  width: 100%;
  background: #f5f5f5;
  margin-top: 10px;
  padding: 5px 0 5px 32px;
}
.multiple-select .multiple {
  padding-left: 25px;
}
.multiple-select .multiple label {
  padding-left: 30px;
}

.ms-choice {
  border: none !important;
  margin: 2px 0;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.ms-choice > span {
  padding: 7px 20px 5px 8px;
  background-color: transparent !important;
}
.ms-choice > span.placeholder {
  color: transparent !important;
}
.ms-choice:hover, .ms-choice:focus {
  box-shadow: none;
  border-color: #40b4e5 !important;
  background-color: transparent;
}
.ms-choice > div.icon-close {
  top: 5px !important;
}

.ms-drop ul > li .disabled {
  display: none;
}

.ms-drop ul > li[class=" "], .ms-drop ul > li[class=""], .ms-drop ul > li[class=selected] {
  padding-left: 40px !important;
}

.ms-select-all {
  padding-left: 8px !important;
}

.ms-drop.bottom {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

.table .ms-drop ul {
  text-align: left !important;
  padding-left: 10px;
  padding-bottom: 20px;
}

.ms-search > input {
  margin-left: -5px !important;
}

/*record_box*/
.record_box {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.record_box .record_title {
  float: left;
  width: 100%;
  position: relative;
}
.record_box .record_title .btn {
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 1;
}
.record_box .record_title h4 {
  background: #f5f5f5;
  color: #424242;
  padding: 10px 20px 10px 50px;
  margin: 0;
  position: relative;
}
.record_box .record_title h4:before {
  content: "\f086";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 15px;
}

/*record_list*/
.record_list {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.record_list .item {
  position: relative;
}
.record_list .item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}
.record_list .item .btn_edit {
  position: absolute;
  right: 20px;
  top: -5px;
  background: transparent;
  padding: 5px;
}
.record_list .item .btn_edit:before {
  color: #bdbdbd !important;
}
.record_list .item .btn_edit:hover:before {
  color: #3e76b6 !important;
}
.record_list .item .btn_delete {
  position: absolute;
  background: transparent;
  right: 0px;
  top: -3px;
  padding: 5px;
}
.record_list .item .btn_delete:before {
  content: "\f2ed";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #bdbdbd;
}
.record_list .item .btn_delete:hover:before {
  color: #900;
}
.record_list .item .date {
  float: left;
  width: 95px;
  font-size: 0.8em;
  position: relative;
  padding: 0 0 0 20px;
}
.record_list .item .date:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #b92f8c;
  border-radius: 50px;
  vertical-align: top;
  position: absolute;
  left: 1px;
  top: 7px;
}
.record_list .item .author {
  display: inline-block;
  vertical-align: top;
}
.record_list .item .title {
  float: left;
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px 0 3px 20px;
}
.record_list .item .con_font {
  padding: 0 0 20px 20px;
}

.record_con {
  margin-top: 5px;
}

/*files_list*/
.files_list {
  float: left;
  width: 100%;
  padding-top: 10px;
}
.files_list .item {
  float: left;
  width: 100%;
  padding: 5px 0;
  position: relative;
}
.files_list .item .box {
  float: left;
  width: 100%;
  background: #fff;
  border: solid #e0e0e0 1px;
  border-left: solid #666 4px;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}
.files_list .item .box::before {
  content: "\f15c";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 17px;
  top: 30px;
  font-size: 1.5em;
  color: #757575;
}
.files_list .item .box .title {
  color: #333;
  font-size: 1.2em;
  padding: 5px 0 5px 35px;
}
.files_list .item .box .leder {
  float: left;
  position: relative;
  width: calc(100% - 170px);
  padding: 0 0 0 55px;
  color: #999;
  font-size: 0.8em;
  line-height: 150%;
  vertical-align: top;
}
.files_list .item .box .leder::before {
  content: "\f2bd";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: 35px;
}
.files_list .item .box .leder span {
  white-space: nowrap;
}
.files_list .item .box .finish_date {
  float: right;
  width: 118px;
  position: relative;
  text-align: right;
  color: #999;
  font-size: 0.8em;
  line-height: 150%;
  vertical-align: top;
}
.files_list .item .box .finish_date:before {
  content: "\f017";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  left: -5px;
}
.files_list .item:hover .box {
  background: #eef4f8;
}

/*meet_list*/
.meet_list .item:after {
  display: none;
}
.meet_list .item .box {
  padding: 15px 30px 15px 15px;
  position: relative;
}
.meet_list .item .box .title {
  width: calc(100% - 50px);
}
.meet_list .item .box .btn_edit {
  position: absolute;
  background: transparent;
  padding: 0 5px;
  right: 5px;
}
.meet_list .item .box .btn_edit:before {
  color: #bdbdbd !important;
}
.meet_list .item .box .btn_edit:hover:before {
  color: #3e76b6 !important;
}

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

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

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

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

a:hover .imh_zoom:before {
  top: 50%;
}
a:hover .imh_zoom img {
  opacity: 0.6;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出down***/
.imh_down {
  background: #000;
  overflow: hidden;
  position: relative;
}
.imh_down img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.imh_down:before {
  display: block;
  font-family: "Font Awesome 6 free";
  content: "\f019";
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  background: #40b4e5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99;
  transition: all 0.4s ease;
}

a:hover .imh_down:before {
  top: 50%;
}
a:hover .imh_down img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*動畫效果*/
/*旋轉*/
@keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes rotateZ-2 {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-360deg);
  }
}
/*閃動*/
@keyframes icon_glitter {
  from {
    left: -95px;
  }
  to {
    left: 180%;
  }
}
/*縮放*/
@keyframes icon_scale {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  to {
    transform: scale(1, 1);
  }
}
/*右側icon左右移動*/
@keyframes right_icon_move {
  from {
    right: 25px;
  }
  50% {
    right: 15px;
  }
  to {
    right: 25px;
  }
}
/*閃爍按鈕*/
.glitter {
  overflow: hidden;
  position: relative;
}

.glitter:before {
  background: #fff;
  content: "";
  height: 215px;
  left: -95px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.glitter:hover:before {
  left: 180%;
  transition: all 1550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.6em !important;
  }
  h3, .h3 {
    font-size: 1.4em;
  }
  h4, .title_01 {
    font-size: 1.2em;
  }
  .container {
    max-width: 100%;
  }
  /*header*/
  html:not(.sticky-header-active) #header .header-logo img {
    width: 150px !important;
  }
  header .header-logo img {
    width: 150px;
  }
  .header-nav-main .nav > li > a {
    font-size: 0.9em !important;
  }
  /*index_icon*/
  .index_icon .container .item {
    width: 19%;
    padding: 10px;
  }
  .index_icon .container .item .title {
    font-size: 1.15em;
    padding: 4px 0;
  }
  .index_icon .container .item .con_font {
    font-size: 0.8em;
  }
  .index_icon .container .item:after {
    font-size: 1.5em;
    right: -8%;
    top: 23%;
  }
  /*index_title*/
  .index_title_b {
    font-size: 3.6em;
  }
  .index_title {
    font-size: 1.6em;
    margin-top: 0;
  }
  /*index_about*/
  .index_about .left {
    padding: 5% 0 0 5%;
  }
  .about_list .item .icon {
    width: 60px;
  }
  .about_list .item .icon i {
    font-size: 1.6em;
    width: 60px;
    height: 60px;
    border: solid #d4e8f6 5px;
  }
  .about_list .item .font {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .about_list .item .font .item_title {
    font-size: 1.2em;
    margin-bottom: 4px;
  }
  /*index_strategy*/
  .index_strategy {
    padding: 40px 15px 50px 15px;
  }
  .index_strategy .title_box {
    width: 100%;
    text-align: center;
  }
  .index_strategy .edit_con {
    width: 100% !important;
    margin-top: 70px;
  }
  .strategy_list {
    width: 100%;
  }
  .strategy_list .item:nth-child(1) {
    width: 60%;
  }
  .strategy_list .item:nth-child(2) {
    width: 40%;
  }
  .strategy_list .item .item_title_box .no {
    width: 60px;
    font-size: 3.5em;
  }
  .strategy_list .item .item_title_box .no:before {
    width: 60px;
    height: 60px;
    top: -24px;
    right: -9px;
  }
  .strategy_list .item .item_title_box .title {
    width: calc(100% - 70px);
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .strategy_list .item ul {
    padding-left: 70px;
    font-size: 1em;
  }
  .strategy_list .item ul li {
    margin-bottom: 7px;
  }
  /*index_quality*/
  .index_quality {
    padding: 0 15px;
  }
  .index_quality .container:after {
    top: 80px;
  }
  .index_quality .title_box {
    float: left;
    width: 100%;
    margin-top: 43px;
    padding-left: 20px;
  }
  .index_quality .title_box .index_title {
    padding: 20px 0 0 10px;
  }
  .index_quality .edit_con {
    width: 100% !important;
    margin-top: 30px;
  }
  .quality_list {
    width: 100%;
  }
  .quality_list .item {
    width: 25%;
    padding: 2%;
  }
  .quality_list .item .box .font {
    padding: 10px;
  }
  .quality_list .item .box .font .title {
    font-size: 1.3em;
  }
  .quality_list .item .box .font .con_font {
    font-size: 0.9em;
  }
  /*index_kpi*/
  .kpi_tab .nav-link {
    font-size: 1.15em !important;
    padding: 10px 15px !important;
    margin: 0 15px !important;
  }
  .kpi_tab .nav-link:after {
    width: 31px !important;
    top: 23px !important;
    right: -31px !important;
  }
  .kpi_tab .tab-content .list .item .number .quantity {
    font-size: 4em;
  }
  .kpi_tab .tab-content .list .item .number .font {
    font-size: 1.5em;
    padding-right: 10px;
  }
  .kpi_tab .tab-content .list .item .title {
    font-size: 1.3em;
    padding: 30px 0 5px 0;
  }
  .kpi_tab .tab-content .list .item .title:before {
    width: 36px;
    top: 14px;
  }
  /*index_law*/
  .index_law .box {
    background-position-x: -700px;
  }
  .index_law .font {
    padding: 60px 0 70px 30px;
    max-width: 500px;
  }
  .index_law .font .title_box {
    width: 100%;
  }
  .index_law .font .title_box .index_title {
    margin-top: 0;
  }
  .index_law .edit_con {
    float: left;
    width: 100% !important;
  }
  .law_list {
    width: 100%;
  }
  .law_list .item {
    padding: 20px 0 0 0;
  }
  .law_list .title {
    font-size: 1.25em;
  }
  /*index_speak*/
  .index_speak .container .box {
    background-position-x: 380px;
  }
  .index_speak .container .font {
    max-width: 470px;
    padding-left: 5%;
  }
  /*footer*/
  #footer {
    padding: 20px 0;
    font-size: 1em;
  }
  /*main*/
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 260px;
    margin: 0;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 260px);
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*breadcrumb*/
  .breadcrumb {
    margin-top: 75px;
  }
  /*page_banner*/
  .page_banner h2 {
    padding: 30px 5%;
  }
  /*page_con*/
  .page_con h2 {
    font-size: 1.8em !important;
    padding: 20px 10px 5px 10px;
  }
  .page_con h2 span:before {
    width: 24px;
    height: 31px;
    left: -15px;
    top: -19px;
  }
  .page_con h2 span:after {
    width: 18px;
    height: 20px;
    left: -26px;
    top: 4px;
  }
  /*project_tab*/
  .project_tab a {
    font-size: 1.1em;
    padding: 10px 15px;
  }
  /*project_con*/
  .project_con {
    float: left;
  }
  /*project_list*/
  .project_list .item {
    width: 50%;
  }
  .project_list .item:nth-child(4n+1), .project_list .item:nth-child(3n+1) {
    clear: none;
  }
  .project_list .item:nth-child(2n+1) {
    clear: both;
  }
  /*project_info*/
  .project_info .item.w-5 {
    width: 50%;
  }
  .project_info .initiator {
    width: 100%;
  }
  .project_info .executor {
    width: 100%;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2em !important;
  }
  h3, .h3 {
    font-size: 1.7em;
  }
  .container {
    max-width: 100% !important;
  }
  /*header*/
  html:not(.sticky-header-active) #header .header-logo img {
    width: 250px !important;
  }
  #header .header-logo img {
    width: 290px;
  }
  .header-nav-main .nav > li > a {
    font-size: 1em !important;
  }
  /*index_icon*/
  .index_icon {
    margin-top: -70px;
  }
  .index_icon .container .item {
    width: 19%;
    padding: 10px;
  }
  .index_icon .container .item .title {
    font-size: 1.4em;
    padding: 8px 0;
  }
  .index_icon .container .item .con_font {
    font-size: 1em;
  }
  .index_icon .container .item:after {
    font-size: 2em;
    right: -8%;
    top: 16%;
  }
  /*index_title*/
  .index_title_b {
    font-size: 5em;
  }
  .index_title {
    font-size: 2em;
    margin-top: 10px;
  }
  /*index_about*/
  .index_about .left {
    padding: 5% 0 0 5%;
  }
  .about_list .item .icon {
    width: 70px;
  }
  .about_list .item .icon i {
    font-size: 1.7em;
    width: 70px;
    height: 70px;
    border: solid #d4e8f6 5px;
  }
  .about_list .item .font {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .about_list .item .font .item_title {
    font-size: 1.25em;
    margin-bottom: 4px;
  }
  /*index_strategy*/
  .index_strategy {
    padding: 40px 20px 50px 20px;
  }
  .index_strategy .title_box {
    width: 100%;
    text-align: center;
  }
  .index_strategy .edit_con {
    width: 100% !important;
    margin-top: 70px;
  }
  .strategy_list {
    width: 100%;
  }
  .strategy_list .item:nth-child(1) {
    width: 60%;
  }
  .strategy_list .item:nth-child(2) {
    width: 40%;
  }
  .strategy_list .item .item_title_box .no {
    width: 70px;
    font-size: 4em;
  }
  .strategy_list .item .item_title_box .no:before {
    width: 70px;
    height: 70px;
    top: -31px;
    right: -9px;
  }
  .strategy_list .item .item_title_box .title {
    width: calc(100% - 70px);
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  .strategy_list .item ul {
    padding-left: 80px;
    font-size: 1.1em;
  }
  .strategy_list .item ul li {
    margin-bottom: 7px;
  }
  /*index_quality*/
  .index_quality {
    padding: 0 15px;
  }
  .index_quality .container:after {
    top: 120px;
  }
  .index_quality .title_box {
    float: left;
    width: 100%;
    margin-top: 74px;
    padding-left: 20px;
  }
  .index_quality .title_box .index_title {
    padding: 30px 0 0 20px;
  }
  .index_quality .edit_con {
    width: 100% !important;
    margin-top: 50px;
  }
  .quality_list {
    width: 100%;
  }
  .quality_list .item .box .font {
    padding: 15px 10px 10px 10px;
  }
  .quality_list .item .box .font .title {
    font-size: 1.5em;
  }
  .quality_list .item .box .font .con_font {
    font-size: 1em;
  }
  /*index_kpi*/
  .kpi_tab .nav-link {
    font-size: 1.25em !important;
    padding: 10px 15px !important;
    margin: 0 25px !important;
  }
  .kpi_tab .nav-link:after {
    width: 51px !important;
    top: 23px !important;
    right: -51px !important;
  }
  .kpi_tab .tab-content .list .item .number .quantity {
    font-size: 6em;
  }
  .kpi_tab .tab-content .list .item .number .font {
    font-size: 2em;
    padding-right: 10px;
  }
  .kpi_tab .tab-content .list .item .title {
    font-size: 1.5em;
    padding: 30px 0 5px 0;
  }
  .kpi_tab .tab-content .list .item .title:before {
    width: 36px;
    top: 14px;
  }
  /*index_law*/
  .index_law .box {
    background-position-x: -700px;
  }
  .index_law .font {
    padding: 60px 0 70px 30px;
    max-width: 700px;
  }
  .index_law .font .title_box {
    width: 220px;
  }
  .index_law .font .title_box .index_title {
    margin-top: 35px;
  }
  .index_law .edit_con {
    float: left;
    width: calc(100% - 220px) !important;
  }
  .law_list {
    width: 100%;
  }
  /*index_speak*/
  .index_speak .container .box {
    background-position-x: 550px;
  }
  .index_speak .container .font {
    max-width: 600px;
    padding-left: 5%;
  }
  /*footer*/
  #footer {
    font-size: 1em;
  }
  /*main*/
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 300px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 300px);
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*breadcrumb*/
  .breadcrumb {
    margin-top: 103px;
  }
  /*page_con*/
  .page_con h2 {
    font-size: 2em !important;
    padding: 50px 20px 20px 20px;
  }
  .page_con h2 span:before {
    width: 28px;
    height: 36px;
    left: -17px;
    top: -22px;
  }
  .page_con h2 span:after {
    width: 22px;
    height: 24px;
    left: -30px;
    top: 6px;
  }
  /*page_banner*/
  .page_banner h2 {
    padding: 50px 5%;
  }
  /*project_con*/
  .project_con {
    float: none;
  }
  /*project_tab*/
  .project_tab a {
    font-size: 1.2em;
    padding: 10px 20px;
  }
  /*project_list*/
  .project_list .item {
    width: 33.3%;
  }
  .project_list .item:nth-child(4n+1), .project_list .item:nth-child(2n+1) {
    clear: none;
  }
  .project_list .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  /*header*/
  .header-nav-main .nav > li > a {
    font-size: 1.2em !important;
  }
  /*index_icon*/
  .index_icon {
    margin-top: -100px;
  }
  .index_icon .container .item .title {
    font-size: 1.5em;
  }
  /*index_title*/
  .index_title_b {
    font-size: 6em;
  }
  .index_title {
    font-size: 2.25em;
  }
  /*index_about*/
  .index_about .left {
    padding: 5% 6% 0 8%;
  }
  /*index_strategy*/
  .index_strategy {
    padding: 40px 3%;
  }
  .index_strategy .index_title_b {
    display: none;
  }
  .index_strategy .title_box {
    width: 180px;
    margin-top: 50px;
    text-align: left;
  }
  .index_strategy .edit_con {
    width: calc(100% - 180px) !important;
    margin-top: 70px;
  }
  .strategy_list {
    width: 100%;
  }
  .strategy_list .item:nth-child(1) {
    width: 60%;
  }
  .strategy_list .item:nth-child(2) {
    width: 40%;
  }
  .strategy_list .item .item_title_box .no {
    width: 70px;
    font-size: 4em;
  }
  .strategy_list .item .item_title_box .no:before {
    width: 70px;
    height: 70px;
    top: -31px;
    right: -9px;
  }
  .strategy_list .item .item_title_box .title {
    width: calc(100% - 70px);
    font-size: 2.25em;
    margin-bottom: 15px;
  }
  .strategy_list .item ul {
    padding-left: 80px;
    font-size: 1.25em;
  }
  /*index_quality*/
  .index_quality {
    padding: 80px 0 30px 0;
  }
  .index_quality .container:after {
    top: 180px;
  }
  .index_quality .title_box {
    float: left;
    width: 330px;
    margin-top: 128px;
    padding-left: 20px;
  }
  .index_quality .title_box .index_title {
    padding: 30px 0 0 20px;
  }
  .index_quality .edit_con {
    width: calc(100% - 330px) !important;
  }
  .quality_list {
    width: 100%;
  }
  .quality_list .item {
    width: 25%;
    padding: 2%;
  }
  .quality_list .item .box .font .title {
    font-size: 2em;
  }
  /*index_law*/
  .index_law .box {
    background-position-x: -500px;
  }
  /*index_speak*/
  .index_speak .container .box {
    background-position: right top;
  }
  .index_speak .container .font {
    max-width: 700px;
    padding-left: 5%;
  }
  /*footer*/
  #footer {
    padding: 20px 0;
    font-size: 1.1em;
  }
  /*project_list*/
  .project_list .item {
    width: 25%;
  }
  .project_list .item:nth-child(3n+1), .project_list .item:nth-child(2n+1) {
    clear: none;
  }
  .project_list .item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*index_about*/
  .index_about .left {
    padding: 5% 6% 0 8%;
  }
  /*index_law*/
  .index_law .box {
    background-position-x: right;
  }
  /*index_speak*/
  .index_speak .container .font {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em !important;
  }
  h3, .h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1.1em;
  }
  /*header*/
  #header .header-nav-features .fa-search {
    font-size: 1.4em;
    color: #99cccc;
  }
  #header .header-body {
    background-color: #fff !important;
  }
  #header .header-nav {
    min-height: auto !important;
    height: 50px;
  }
  #header .header-logo {
    width: auto;
    height: 50px !important;
    margin: 0 !important;
  }
  #header .header-logo img {
    width: auto;
    height: 50px !important;
    padding: 5px 0;
  }
  #header .header-nav-main nav {
    background: #40b4e5;
    padding: 0;
    margin: 0 -5px 0 -1px;
    max-height: 70vh;
  }
  #header .header-nav-main nav .nav {
    padding: 0;
    margin: 0;
  }
  #header .header-nav-main nav .nav > li::before {
    display: none;
  }
  #header .header-nav-main nav .nav a {
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 10px 10px 10px 15px !important;
    margin: 0 !important;
    color: #fff !important;
    line-height: normal;
  }
  #header .header-nav-main nav .nav a:active {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu {
    font-size: 1em;
    float: left;
    width: 100%;
    margin-left: 0;
    background: rgba(0, 0, 0, 0.2) !important;
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu li {
    border-bottom: 1px solid #e8e8e8;
  }
  #header .header-nav-main nav .nav li.dropdown.open > .dropdown-menu a {
    padding: 10px 10px 10px 30px !important;
  }
  #header .header-nav-main nav .nav li.dropdown-submenu.open > .dropdown-menu {
    font-size: 1em;
    float: left;
    width: 100%;
    background: #666;
    margin-left: 0 !important;
  }
  #header .header-nav-main nav .nav li.dropdown-submenu.open > .dropdown-menu a {
    padding: 10px 10px 10px 45px !important;
  }
  #header .header-btn-collapse-nav {
    background: #40b4e5;
    color: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 7px 15px;
  }
  #header .header-nav-features {
    padding: 3px 15px 0 10px;
    margin-right: 0;
  }
  #header .header-nav-features input {
    padding: 0 8px;
  }
  #header .header-nav-features .fa-search {
    font-size: 1em;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 7px;
    width: 100vw;
    background: #ccc;
    right: -47px;
    padding: 5px;
  }
  /*index_banner*/
  .index_banner {
    margin-top: 50px;
  }
  /*index_icon*/
  .index_icon {
    margin-top: -20px;
  }
  .index_icon .container {
    border-radius: 10px;
    padding: 10px 0;
  }
  .index_icon .container .item {
    width: 32%;
    padding: 15px 10px;
  }
  .index_icon .container .item .title {
    font-size: 1em;
    padding: 4px 0;
  }
  .index_icon .container .item .con_font {
    font-size: 0.7em;
  }
  .index_icon .container .item:after {
    display: none;
  }
  /*index_title*/
  .index_title_b {
    font-size: 3.6em;
  }
  .index_title {
    font-size: 1.6em;
    margin-top: 0;
  }
  /*index_about*/
  .index_about {
    padding: 30px 0 0 0;
  }
  .index_about .left {
    width: 100%;
    padding: 5%;
  }
  .index_about .left .index_title {
    margin-bottom: 20px;
  }
  .index_about .right {
    display: none;
  }
  .about_list .item {
    padding: 12px 0;
  }
  .about_list .item .icon {
    width: 50px;
  }
  .about_list .item .icon i {
    font-size: 1.4em;
    width: 50px;
    height: 50px;
    border: solid #d4e8f6 4px;
  }
  .about_list .item .font {
    width: calc(100% - 50px);
    padding-left: 15px;
  }
  .about_list .item .font .item_title {
    margin-bottom: 0;
    font-size: 1.15em;
  }
  /*index_strategy*/
  .index_strategy {
    padding: 40px 15px 50px 15px;
  }
  .index_strategy .title_box {
    width: 100%;
    text-align: center;
  }
  .index_strategy .edit_con {
    width: 100% !important;
    margin-top: 0px;
  }
  .strategy_list {
    width: 100%;
  }
  .strategy_list .item {
    width: 100% !important;
  }
  .strategy_list .item .item_title_box {
    margin-top: 50px;
  }
  .strategy_list .item .item_title_box .no {
    width: 60px;
    font-size: 3.5em;
    margin-top: -15px;
  }
  .strategy_list .item .item_title_box .no:before {
    width: 60px;
    height: 60px;
    top: -24px;
    right: -9px;
  }
  .strategy_list .item .item_title_box .title {
    width: calc(100% - 70px);
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .strategy_list .item ul {
    padding-left: 70px;
    font-size: 1em;
  }
  .strategy_list .item ul li {
    margin-bottom: 7px;
  }
  /*index_quality*/
  .index_quality {
    padding: 0;
  }
  .index_quality .container:after {
    top: 86px;
    width: 80%;
  }
  .index_quality .title_box {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-left: 20px;
  }
  .index_quality .title_box .index_title {
    padding: 20px 0 0 5px;
  }
  .index_quality .edit_con {
    width: 100% !important;
    margin-top: 35px;
  }
  .quality_list {
    width: 100%;
  }
  .quality_list .item {
    width: 50%;
    padding: 3%;
  }
  .quality_list .item:nth-child(2n+1) {
    clear: both;
  }
  .quality_list .item .box .font {
    line-height: 150%;
    padding: 10px;
  }
  .quality_list .item .box .font .title {
    font-size: 1.2em;
  }
  .quality_list .item .box .font .con_font {
    font-size: 0.8em;
  }
  /*index_kpi*/
  .index_kpi {
    padding: 50px 0 30px 0;
  }
  .kpi_tab .nav-link {
    font-size: 1em !important;
    padding: 5px 10px !important;
    margin: 0 5px !important;
  }
  .kpi_tab .nav-link:after {
    width: 11px !important;
    top: 20px !important;
    right: -11px !important;
  }
  .kpi_tab .tab-content .list .item .number .quantity {
    font-size: 3em;
  }
  .kpi_tab .tab-content .list .item .number .font {
    font-size: 1.2em;
    padding-right: 10px;
  }
  .kpi_tab .tab-content .list .item .number .font_s {
    font-size: 0.8em;
  }
  .kpi_tab .tab-content .list .item .title {
    font-size: 1.2em;
    padding: 20px 0 0 0;
  }
  .kpi_tab .tab-content .list .item .title:before {
    width: 30px;
    top: 9px;
  }
  .kpi_tab .tab-content .list .item .con_font {
    font-size: 0.8em;
  }
  /*index_law*/
  .index_law .box {
    transform: skew(0deg);
    background: url(../img/customer/index_law_bg.jpg);
    background-position-x: -480px;
    margin-left: 0;
  }
  .index_law .font {
    padding: 50px 10% 50px 20%;
    max-width: 100%;
    margin-right: 0;
    transform: skew(0deg);
  }
  .index_law .font .title_box {
    width: 100%;
  }
  .index_law .font .title_box .index_title {
    margin-top: 0;
  }
  .index_law .edit_con {
    width: 100%;
  }
  .law_list {
    width: 100%;
  }
  .law_list .item {
    padding: 20px 0 0 0;
  }
  .law_list .title {
    font-size: 1.25em;
  }
  /*index_speak*/
  .index_speak {
    padding: 30px 0 0 0;
  }
  .index_speak .container .box {
    background-position-x: 350px;
    background-size: 60%;
  }
  .index_speak .container .title_box {
    padding-bottom: 20px;
  }
  .index_speak .container .font {
    max-width: 400px;
    padding-left: 5%;
  }
  /*footer*/
  #footer {
    font-size: 0.8em;
    padding: 10px 0;
  }
  /*page_banner*/
  .page_banner h2 {
    padding: 20px 5%;
  }
  /*page_con*/
  .page_con h2 {
    font-size: 1.4em !important;
    padding: 20px 10px 5px 10px;
  }
  .page_con h2 span:before {
    width: 16px;
    height: 21px;
    left: -9px;
    top: -13px;
  }
  .page_con h2 span:after {
    width: 12px;
    height: 13px;
    left: -17px;
    top: 3px;
  }
  .page_con h3 span:before {
    top: 0;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*breadcrumb*/
  .breadcrumb {
    margin-top: 50px;
    font-size: 0.6em;
    padding: 7px 0;
  }
  .breadcrumb span + span:before {
    padding: 0 5px 0 3px;
  }
  /*page_top*/
  .page_top {
    padding-top: 10px;
  }
  .page_top .left {
    width: 100% !important;
  }
  .page_top .right {
    width: 100%;
  }
  /*edit_con*/
  .edit_con {
    padding: 10px 0 10px 0 !important;
  }
  /*news_list*/
  .news_list .item .box .date {
    width: 100%;
  }
  .news_list .item .box .title {
    width: 100%;
    font-size: 1em;
  }
  /*link_list*/
  .link_list .item {
    width: 100%;
    margin-right: 0;
  }
  /*form*/
  .form_box .form_group {
    padding-bottom: 15px;
  }
  .form-label {
    width: 100%;
    padding: 7px 0;
    text-align: left;
  }
  .form-input {
    width: 100%;
  }
  /*project_tab*/
  .project_tab a {
    font-size: 1.1em;
    padding: 10px 15px;
  }
  /*project_con*/
  .project_con {
    float: left;
    max-width: 100%;
  }
  /*project_list*/
  .project_list {
    padding-top: 10px;
  }
  .project_list .item {
    width: 50%;
    padding: 5px;
  }
  .project_list .item:nth-child(4n+1), .project_list .item:nth-child(3n+1) {
    clear: none;
  }
  .project_list .item:nth-child(2n+1) {
    clear: both;
  }
  /*project_title*/
  .project_title .btn {
    float: right;
    margin: 0 0 10px 0;
  }
  .project_title .box {
    width: 100%;
  }
  /*project_info*/
  .project_info .item.w-5 {
    width: 100%;
  }
  .project_info .initiator {
    width: 100%;
  }
  .project_info .executor {
    width: 100%;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*index_icon*/
  .index_icon .container .item {
    width: 48%;
  }
  /*index_kpi*/
  .kpi_tab .tab-content .list .item {
    width: 49%;
    padding: 7% 0 5% 10%;
  }
  /*index_law*/
  .index_law .font {
    padding: 50px 10%;
  }
  /*index_speak*/
  .index_speak .container .box {
    background: none;
  }
  .index_speak .container .font {
    max-width: 100%;
    padding: 0 5%;
  }
  /*main_con*/
  .main_con {
    background-size: 150%;
  }
  /*project_tab*/
  .project_tab {
    padding: 10px 0;
  }
  /*project_list*/
  .project_list .item {
    width: 100%;
    padding: 5px 0;
  }
  /*project_info*/
  .project_info .executor .con_font {
    width: 100%;
    padding-right: 0;
  }
  /*job_list*/
  .job_list .item .box {
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
  }
  .job_list .item .box .right_top_box {
    top: -10px;
    right: 5px;
  }
  .job_list .item .box .state {
    top: -7px;
  }
  .job_list .item .box .title {
    font-size: 1.1em;
    padding: 5px 0;
  }
  .job_list .item .box .leder {
    width: 100%;
  }
  .job_list .item .box .finish_date {
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 0 0 20px;
  }
  .job_list .item .box .finish_date:before {
    left: 0;
  }
  /*files_list*/
  .files_list .item .box:before {
    font-size: 1.3em;
    top: 23px;
  }
  .files_list .item .box .title {
    font-size: 1.1em;
    padding: 5px 0 5px 30px;
  }
  .files_list .item .box .leder {
    width: 100%;
    padding: 0 0 0 50px;
  }
  .files_list .item .box .leder:before {
    left: 30px;
  }
  .files_list .item .box .finish_date {
    float: left;
    width: 100%;
    text-align: left;
    padding: 3px 0 0 50px;
  }
  .files_list .item .box .finish_date:before {
    left: 30px;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
h2, h3, h4, h5, h6 {
  text-transform: none;
}

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

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.red {
  color: #900 !important;
}

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

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

.grey_900 {
  color: #212121 !important;
}

.grey_800 {
  color: #424242 !important;
}

.grey_700 {
  color: #616161 !important;
}

.grey_600 {
  color: #757575 !important;
}

.grey_500 {
  color: #9e9e9e !important;
}

.grey_400 {
  color: #bdbdbd !important;
}

.grey_300 {
  color: #e0e0e0 !important;
}

.grey_200 {
  color: #f5f5f5 !important;
}

.grey_100 {
  color: #fafafa !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.8em;
  line-height: 140%;
  padding: 3px 0;
}

.img_padding {
  padding: 10px;
}

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

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

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

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

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

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

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

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

mark {
  background: linear-gradient(transparent 60%, #ffdd55 0);
}

@media (max-width: 480px) {
  .input-xlarge, .input-large, .input-medium, .input-small, .input-xsmall {
    max-width: 100% !important;
  }
}
/*table*/
.table {
  display: table;
  border-color: #ddd;
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #666;
  color: #fff;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  background: #666;
  color: #fff;
}
.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: #40b4e5;
}
.table tbody td a:hover {
  color: #b92f8c;
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: #40b4e5 !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: #b92f8c !important;
}
.table tbody td input[type=checkbox] {
  margin: 0;
}
.table.table-bordered {
  border: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: #f5f5f5;
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: #f5f5f5 !important;
}
.table.table-hover tbody tr .btn_circle {
  border-radius: 50%;
  padding: 2px 9px 4px 11px;
}
.table.table-hover tbody tr .btn_circle:hover, .table.table-hover tbody tr .btn_circle:focus {
  background: #b92f8c !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}

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

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

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

.table_total {
  border-top: double #ccc 3px;
}
.table_total td {
  background: #e6eff4;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
  max-width: calc(100vw - 60px);
}
.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%;
  padding: 20px 0;
}
.edit_con ul, .edit_con ol {
  padding-left: 30px;
  /*float:left;*/
  width: 100%;
  clear: both;
  margin-top: 0;
}
.edit_con a {
  color: #40b4e5;
  /*text-decoration:underline;*/
}
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}

.border_box {
  float: left;
  width: 100%;
  border-radius: 10px;
  border: solid #eee 1px;
  padding: 5%;
  background: #fff;
  margin-bottom: 15px;
}

/*清單*/
.ol_01 {
  list-style-type: cjk-ideographic; /*一, 二, 三*/
  padding-left: 40px !important;
}

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

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

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

.ol_05 {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 50px;
}
.ol_05 li {
  counter-increment: my-counter;
  text-indent: -1.6em;
}
.ol_05 li:before {
  content: "(" counter(my-counter) ")";
  margin-right: 0.5em;
}

.ol_c_01 {
  counter-reset: chapter;
}
.ol_c_01 > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  text-indent: -0.3em;
}
.ol_c_01 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_01 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_01 > ol > li > ol > li {
  counter-increment: section;
  text-indent: -30px;
  padding-left: 27px;
}
.ol_c_01 > ol > li > ol > li:before {
  content: counter(chapter) "." counter(section);
  margin-right: 0.5em;
}

.ol_c_02 {
  counter-reset: chapter;
}
.ol_c_02 > ol {
  list-style: none;
  padding-left: 10px;
}
.ol_c_02 > ol > li {
  counter-increment: chapter;
  counter-reset: section;
  margin-left: 1em;
}
.ol_c_02 > ol > li:before {
  content: counter(chapter) ".";
  margin-right: 0.5em;
}
.ol_c_02 > ol > li > ol {
  list-style: none;
  padding-left: 20px;
}
.ol_c_02 > ol > li > ol > li {
  counter-increment: section;
}
.ol_c_02 > ol > li > ol > li:before {
  content: counter(chapter) "-" counter(section);
  margin-right: 0.5em;
}

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

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

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

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

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

@media (max-width: 767px) {
  .ul_w50 li {
    width: calc(100% - 40px);
  }
}
/*for IE*/
@media screen\0  {
  .ol_01 {
    list-style-type: decimal-leading-zero; /*01,02,03*/
  }
}
/*錨點*/
.anchor_list {
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
  margin: 15px auto;
  padding-left: 0 !important;
  text-align: center;
}
.anchor_list li {
  display: inline-block;
}
.anchor_list a {
  padding: 8px 15px;
  border-radius: 5px;
  color: #333;
  margin: 5px 0;
  border: solid #ccc 1px;
  text-decoration: none;
  box-shadow: none;
}
.anchor_list a:hover, .anchor_list a:focus {
  background: #757575;
  color: #fff;
  border: solid #757575 1px;
}
.anchor_list a.active {
  background: #40b4e5;
  color: #fff;
  border: solid #40b4e5 1px;
}

.anchor_con {
  float: left;
  width: 100%;
  padding: 0 5%;
}

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

/*頁籤 bs5*/
.nav-tabs {
  border: none;
  justify-content: center;
}
.nav-tabs .nav-link {
  border: solid #f5f5f5 1px;
  border-radius: 50px;
  margin: 0 5px 5px 0;
  padding: 5px 15px;
  color: #333;
  background: #f5f5f5;
}
.nav-tabs .nav-link:hover {
  border: solid #616161 1px;
  background: #616161;
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: #40b4e5;
  color: #fff;
  border-color: #40b4e5;
}

.tab-content {
  border: none;
  padding: 15px 0;
  box-shadow: none;
}

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

[class^=list_0] img {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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