@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: #007CC8 !important;
}

.color_02 {
  color: #2CB1D5 !important;
}

.color_03 {
  color: #003469 !important;
}

.color_04 {
  color: #B92F8C !important;
}

.color_10 {
  color: #464646 !important;
}

.color_11 {
  color: #07ADE1 !important;
}

.color_12 {
  color: #0A6196 !important;
}

.bg_01 {
  background: #007CC8 !important;
}

.bg_02 {
  background: #2CB1D5 !important;
}

.bg_03 {
  background: #003469 !important;
}

.bg_04 {
  background: #B92F8C !important;
}

.bg_23 {
  background: #F4FBFF !important;
}

.bg_24 {
  background: #F2FBFF !important;
}

/*--------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  line-height: 170%;
  font-family: "微軟正黑體", sans-serif;
  color: #464646 !important;
  background: #fff;
  font-size: 1em;
  position: relative;
  letter-spacing: 1px;
}

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

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

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

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

h2 {
  font-size: 3.5em;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
  color: #333;
  letter-spacing: 1px;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

h3 {
  color: #007CC8;
  font-size: 1.75em;
  margin-bottom: 10px;
  line-height: 150%;
  text-transform: none;
}

h4 {
  color: #003469;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 150%;
  text-transform: none;
}

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

.title_01 {
  width: 100%;
  color: #007CC8;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 150%;
}

.title_02 {
  width: 100%;
  color: #464646;
  margin-bottom: 5px;
  line-height: 150%;
}

.title_03 {
  width: 100%;
  color: #007CC8;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 150%;
}

.title_04 {
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 150%;
}

li {
  line-height: 170%;
  text-align: left;
}

.btn_01 {
  background-color: transparent;
  padding: 11px 25px;
  font-size: 1em;
  font-weight: 400;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  color: #fff !important;
  background: #007CC8;
}
.btn_01:hover, .btn_01:focus {
  background: #003469;
  color: #fff !important;
}

.btn_02 {
  padding: 11px 25px;
  font-size: 1em;
  font-weight: 400;
  border: #007CC8 solid 1px;
  cursor: pointer;
  border-radius: 8px;
  color: #007CC8 !important;
  background: #fff;
}
.btn_02:hover, .btn_02:focus {
  background: #003469;
  color: #fff !important;
}

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

.btn_delete {
  background-color: transparent;
  padding: 6px 15px;
  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_arrow {
  padding: 15px 55px 15px 35px;
  color: #007CC8;
  background: #fff;
  font-size: 1.25em;
  position: relative;
  border-radius: 8px;
}
.btn_arrow:after {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  padding-left: 5px;
  right: auto;
  top: 16px;
  position: absolute;
}
.btn_arrow:hover, .btn_arrow:focus {
  color: #fff;
  background: #003469;
  transition: all 0.5s;
}
.btn_arrow:hover:after, .btn_arrow:focus:after {
  right: 20px;
  transition: all 0.5s;
  color: #fff;
}

.btn_book {
  padding: 15px 35px;
  color: #007CC8;
  background: #fff;
  font-size: 1.25em;
  position: relative;
  border-radius: 100px;
  border: solid #007CC8 1px;
}
.btn_book svg {
  margin: -4px 0 0 5px;
  width: 26px;
}
.btn_book:hover, .btn_book:focus {
  color: #fff;
  background: #003469;
  transition: all 0.5s;
}
.btn_book:hover .svg-img path, .btn_book:focus .svg-img path {
  fill: #fff;
}

.btn_border {
  background-color: transparent;
  padding: 6px 15px;
  border: solid #007CC8 1px;
  border-radius: 10px;
}

.btn_margin {
  margin: 2px;
}

.btn_box {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.btn_box a {
  opacity: 1 !important;
}

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

.display_none {
  display: none;
}

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

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

::-moz-placeholder {
  color: #007CC8 !important;
}

::placeholder {
  color: #007CC8 !important;
}

.w-auto {
  width: auto;
}

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

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

.dropdown-menu {
  font-size: 1em !important;
  min-width: auto;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.dropdown-menu li > a {
  padding: 10px 30px 10px 15px !important;
  border-radius: 0;
  white-space: normal;
  font-size: 1em !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li:focus, .dropdown-menu > li a:active {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.date {
  color: #007CC8;
}

.border_01 {
  border: solid #007CC8 1px;
}

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

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

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

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

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

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

/*header*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
}
#header .header-body {
  border-top: none;
  border-bottom-color: #eee;
  background: rgba(255, 255, 255, 0.9);
}
#header .header-nav {
  padding: 5px 0;
  min-height: 70px;
}
#header .header-btn-collapse-nav {
  margin: 0 0 0 8px;
}
#header .header-container {
  display: block;
  padding: 0 5px;
}
#header .header-container .header-column:nth-child(1) {
  margin: 0 -8px;
}
#header .header-logo a {
  float: left;
}
#header .header-logo img {
  height: 52px;
  width: auto !important;
  vertical-align: top;
  padding: 15px 0;
  margin: 0 !important;
}
#header .header-nav-main {
  margin: 0;
  width: 100%;
}
#header .header-nav-main nav {
  padding: 0 !important;
}
#header .header-nav-main .nav.nav-pills {
  padding: 0 !important;
}
#header .header-nav-main .nav > ul > li > a {
  color: #333;
}
#header .header-nav-main .nav > ul li.dropdown.open > .dropdown-menu {
  margin-left: 0;
  color: #333;
  min-width: 150px;
}
#header .header-nav-main .nav > ul > li.dropdown .dropdown-menu li:hover > a {
  background: #003469;
}
#header .header-nav-main .nav > ul li.dropdown-submenu.open > .dropdown-menu {
  background: #fff;
  margin-left: 0 !important;
}
#header .header-nav-main .nav > ul > li.dropdown-submenu.show .dropdown-menu {
  top: auto;
  display: block;
  opacity: 1;
}
#header .header-nav-main .nav i.fa-circle-user {
  padding-right: 10px;
  color: #2CB1D5;
}
#header .header-nav-main .nav .svg-img {
  width: 18px;
  height: 20px !important;
  margin-right: 7px;
  visibility: inherit;
}
#header .header-nav-main .nav a:hover .svg-img path {
  fill: #007CC8;
}
#header .header-btn-collapse-nav {
  background: #007CC8;
  padding: 8px 13px;
}

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

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a {
  background-color: transparent;
}

/*lang_btn*/
.lang_btn {
  float: left;
  background: #d3e6f4;
  border-radius: 10px;
  border: solid #d3e6f4 3px;
  margin: 31px 0 20px 3px;
}
.lang_btn a {
  font-size: 0.85em;
  border-radius: 10px;
  color: #36B8EB;
  padding: 4px 9px !important;
  vertical-align: top;
}
.lang_btn a.active {
  background: #36B8EB;
  color: #fff !important;
}

/*右側浮動選單*/
#ICON {
  position: absolute;
  right: 0;
  width: 55px;
  text-align: center;
  z-index: 9999;
  top: 160px;
}

#icon_btn {
  font-size: 1.5rem;
  width: inherit;
  background: rgba(80, 80, 80, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 3px;
}
#icon_btn i {
  color: #fff;
  padding-top: 8px;
}

.icon_link {
  list-style: none;
  padding-left: 0 !important;
  border-radius: 25px;
  padding: 10px 0;
  margin-top: -8px;
  position: relative;
}
.icon_link li {
  position: relative;
  float: right;
}
.icon_link li a {
  border-radius: 50%;
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  opacity: 0.9;
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
.icon_link li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  float: right !important;
  font-size: 1.5rem;
  color: #fff;
  right: 1px;
  top: 7px;
  z-index: 99;
}
.icon_link img {
  width: 50px;
}

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

/*swiper*/
.swiper {
  float: left;
  width: 100%;
  padding: 0 45px;
  position: relative;
}
btn_left_right .swiper.btn_left_right {
  padding: 0 50px;
}
btn_left_right .swiper.btn_left_right .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
btn_left_right .swiper.btn_left_right .swiper-slide.swiper-slide-active, btn_left_right .swiper.btn_left_right .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.swiper.btn_left_right {
  padding: 0 50px;
}
.swiper a {
  float: left;
  width: 100%;
}
.swiper [class^=swiper-button-] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.swiper [class^=swiper-button-]:after {
  font-size: 1.5em;
  color: #fff;
}
.swiper [class^=swiper-button-]:hover, .swiper [class^=swiper-button-]:focus {
  border-color: #007CC8;
}
.swiper [class^=swiper-button-]:hover:after, .swiper [class^=swiper-button-]:focus:after {
  color: #007CC8;
}
.swiper .cricle_btn:after {
  background: rgba(0, 0, 0, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #fff;
}
.swiper .white_btn:after {
  color: #fff !important;
  font-size: 1.1em;
}
.swiper .cricle_btn.white_btn:after {
  background: rgba(255, 255, 255, 0.8);
  padding: 9px 13px;
  font-size: 1.1em;
  border-radius: 30px;
  color: #333 !important;
}
.swiper .swiper-button-prev {
  margin-left: -5px;
}
.swiper .swiper-button-next {
  margin-right: -5px;
}
.swiper.button_right {
  margin-right: 90px;
}
.swiper.button_right .swiper-button-prev {
  left: auto;
  right: 50px;
}
.swiper img {
  width: 100%;
}
.swiper .title {
  font-size: 1.25em;
  padding-bottom: 10px;
}
.swiper .swiper-slide.swiper-slide-duplicate-next, .swiper .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0 !important;
}
.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.dot_bottom .swiper-wrapper {
  padding-bottom: 40px;
}

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

.swiper-pagination span {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
}

/*index_result*/
.index_result {
  float: left;
  width: 100%;
  padding: 70px 0 0 0;
}
.index_result .container {
  padding: 0 !important;
}
.index_result h2 {
  text-align: center;
}
.index_result h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_result h2 span:before {
  content: "";
  background-image: url(../img/customer/index_title_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  display: block;
  position: absolute;
  width: 380px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_result h2 .title_En:before {
  content: "";
  background-image: url("../img/customer/index_title_bg_En.svg");
  width: 860px;
  height: 90px;
}
.index_result nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.index_result nav .nav-tabs {
  border-bottom: solid rgba(44, 177, 213, 0.2) 4px;
}
.index_result nav .nav-tabs .nav-link {
  border: none;
  font-size: 1.5em;
  color: #007CC8;
  margin: 0 0 -4px 0;
  padding: 15px 25px 15px 40px;
  border-bottom: solid #003469 4px;
  border-radius: 0;
  border-color: transparent;
  position: relative;
}
.index_result nav .nav-tabs .nav-link.active {
  background: transparent;
  color: #003469;
  border-color: #003469;
}
.index_result nav .nav-tabs .nav-link.active :before {
  display: block;
  font-size: 1.75em;
  position: absolute;
  font-weight: bold;
  left: 20px;
}
.index_result nav .nav-tabs .nav-link:hover {
  color: #003469;
  background: transparent;
}
.index_result nav .nav-tabs .nav-link:before {
  display: block;
  font-size: 1.2em;
  position: absolute;
  font-weight: bold;
  left: 12px;
  top: 13px;
}
.index_result nav .nav-tabs .nav-link:nth-child(1).active:before {
  content: "E";
  color: #49AD7D;
}
.index_result nav .nav-tabs .nav-link:nth-child(2).active:before {
  content: "S";
  color: #F8AB38;
}
.index_result nav .nav-tabs .nav-link:nth-child(3).active:before {
  content: "G";
  color: #5D89DE;
}
.index_result .tab-content .tab-pane {
  min-height: 600px;
  float: left;
  width: 100%;
}
.index_result .tab-content .tab-pane:nth-child(1) {
  background: url(../img/customer/index_result_01.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.index_result .tab-content .tab-pane:nth-child(1) .item .type {
  background: #49AD7D;
}
.index_result .tab-content .tab-pane:nth-child(1) .item .font .title {
  color: #49AD7D;
}
.index_result .tab-content .tab-pane:nth-child(2) {
  background: url(../img/customer/index_result_02.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.index_result .tab-content .tab-pane:nth-child(2) .item .type {
  background: #F8AB38;
}
.index_result .tab-content .tab-pane:nth-child(2) .item .font .title {
  color: #F8AB38;
}
.index_result .tab-content .tab-pane:nth-child(3) {
  background: url(../img/customer/index_result_03.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.index_result .tab-content .tab-pane:nth-child(3) .item .type {
  background: #5D89DE;
}
.index_result .tab-content .tab-pane:nth-child(3) .item .font .title {
  color: #5D89DE;
}
.index_result .result_list_4 {
  float: left;
  width: 90%;
  margin: 50px 5%;
}
.index_result .result_list_4 .item {
  float: left;
  width: 25%;
  padding: 20px;
  vertical-align: top;
}
.index_result .result_list_4 .item .type {
  color: #fff;
  font-size: 1.25em;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  width: 80%;
}
.index_result .result_list_4 .item .font {
  border-left: solid #000 1px;
  padding: 0 20px;
  line-height: 170% !important;
  min-height: 300px;
}
.index_result .result_list_4 .item .font .title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 130%;
  text-align: left;
  font-family: "Inder", sans-serif;
}
.index_result .result_list_4 .item .font .title strong {
  display: inline-block;
  font-size: 1em;
  line-height: 130%;
}
.index_result .result_list_4 .item .font .con_font {
  padding: 0 0 30px 0;
  font-weight: 400;
  line-height: 170%;
}
.index_result .result_list_4 .item:nth-child(even) {
  padding-top: 300px;
}
.index_result .result_list_5 {
  float: left;
  width: 90%;
  margin: 50px 5%;
  text-align: center;
}
.index_result .result_list_5 .item {
  display: inline-block;
  width: 31.6666666667%;
  padding: 0 5% 5% 5%;
  vertical-align: top;
}
.index_result .result_list_5 .item .type {
  color: #fff;
  font-size: 1.25em;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  width: 80%;
  text-align: left;
}
.index_result .result_list_5 .item .font {
  border-left: solid #000 1px;
  padding: 0 20px;
  min-height: 250px;
}
.index_result .result_list_5 .item .font .title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 130%;
  text-align: left;
  font-family: "Inder", sans-serif;
  line-height: 130% !important;
}
.index_result .result_list_5 .item .font .title strong {
  display: inline-block;
  font-size: 1em;
  line-height: 130%;
}
.index_result .result_list_5 .item .font .con_font {
  padding: 0 0 30px 0;
  font-weight: 400;
  line-height: 170%;
  text-align: left;
}

/*index_award*/
.index_award {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.index_award .container {
  padding: 0 10% !important;
}
.index_award h2 {
  text-align: center;
}
.index_award h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_award h2 span:before {
  content: "";
  background-image: url(../img/customer/index_title_bg_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  display: block;
  position: absolute;
  width: 220px;
  height: 80px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_award nav {
  float: left;
  width: 200px;
  position: relative;
  padding-top: 30px;
}
.index_award nav:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 35px;
  display: block;
  width: 2px;
  height: 100%;
  background: #007CC8;
}
.index_award nav .nav-link {
  width: 100%;
  position: relative;
  border: none;
  text-align: left;
  padding: 0 30px 50px 20px;
  font-size: 1.25em;
  color: #007CC8;
  font-family: "Noto Sans TC", sans-serif !important;
}
.index_award nav .nav-link:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 5px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 20px;
  background: #007CC8;
  border: solid #fff 3px;
}
.index_award nav .nav-link.active {
  background: transparent;
  color: #003469;
  font-size: 1.75em;
}
.index_award nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: -34px;
  top: -1px;
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 40px;
  background: #007CC8;
  border: solid #fff 3px;
  z-index: -1;
}
.index_award .tab-content {
  float: left;
  width: calc(100% - 200px);
  background: transparent;
}
.index_award .tab-content .award_list {
  float: left;
  width: 100%;
}
.index_award .tab-content .award_list .item {
  float: left;
  width: 50%;
  padding: 20px 4%;
}
.index_award .tab-content .award_list .item:nth-child(2n+1) {
  clear: both;
}
.index_award .tab-content .award_list .item .img {
  float: left;
  width: 40%;
  vertical-align: top;
  text-align: center;
}
.index_award .tab-content .award_list .item .img img {
  height: 100px !important;
  text-align: center;
}
.index_award .tab-content .award_list .item .title {
  float: left;
  width: 60%;
  font-size: 1.25em;
  color: #007CC8;
  vertical-align: top;
  padding-left: 10px;
}

/*index_news*/
.index_news {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
}
.index_news .container {
  padding: 0;
  position: relative;
}
.index_news .container .bubble_01 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 1000px;
  width: 1000px;
  height: 1000px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: -600px;
  top: -700px;
  z-index: 0;
}
.index_news .container .bubble_02 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 1000px;
  width: 1000px;
  height: 1000px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
  left: -100px;
  top: -300px;
  z-index: 0;
}
.index_news .container .bubble_03 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 1160px;
  width: 1160px;
  height: 1160px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 4s;
  left: -500px;
  z-index: 0;
}
.index_news h2 {
  text-align: center;
}
.index_news h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_news h2 span:before {
  content: "";
  background-image: url(../img/customer/index_title_bg_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  display: block;
  position: absolute;
  width: 220px;
  height: 80px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_news h2 .title_En:before {
  content: "";
  background-image: url("../img/customer/index_title_bg_01_En.svg");
  width: 152px;
  height: 90px;
}
.index_news .list {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.index_news .list .item {
  float: left;
  width: 25%;
  padding: 30px;
}
.index_news .list .item a {
  float: left;
  width: 100%;
  position: relative;
}
.index_news .list .item a:hover .title, .index_news .list .item a:focus .title {
  color: #003469;
}
.index_news .list .item a:hover .con_font, .index_news .list .item a:focus .con_font {
  color: #464646;
}
.index_news .list .item:nth-child(1) {
  width: 50%;
}
.index_news .list .item:nth-child(1) .img .date {
  padding: 15px 20px;
}
.index_news .list .item:nth-child(1) .font {
  max-height: auto;
}
.index_news .list .item:nth-child(1) .font .title {
  font-size: 1.5em;
}
.index_news .list .item:nth-child(1) .font .con_font {
  height: auto;
}
.index_news .list .item .img {
  float: left;
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.index_news .list .item .img .date {
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  color: #fff;
  padding: 7px 15px;
  background: rgba(0, 124, 200, 0.6);
}
.index_news .list .item .font {
  float: left;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.index_news .list .item .font .title {
  color: #007CC8;
  font-size: 1.25em;
  padding: 10px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news .list .item .font .con_font {
  padding-top: 10px;
  max-height: 95px;
  overflow: hidden;
}

/*index_report*/
.index_report {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.index_report h2 {
  text-align: center;
}
.index_report h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_report h2 span:before {
  content: "";
  background-image: url(../img/customer/index_title_bg_01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98%;
  display: block;
  position: absolute;
  width: 250px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_report h2 .title_En:before {
  content: "";
  background-image: url("../img/customer/index_title_bg_02_En.svg");
  width: 500px;
  height: 90px;
}
.index_report .subtitle {
  text-align: center;
  font-size: 1.5em;
  line-height: 170%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.index_report .container {
  padding: 0 !important;
  position: relative;
}
.index_report .list_box {
  float: left;
  width: 100%;
  position: relative;
}
.index_report .list_box:before {
  content: "";
  display: block;
  width: 1500px;
  height: 700px;
  background: url(../img/customer/index_report_bg.png);
  background-repeat: no-repeat !important;
  background-position: center top;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: -50px;
  z-index: -1;
}

.report_list {
  float: left;
  width: 100%;
  padding: 0 20px;
}
.report_list .item {
  float: left;
  width: calc(50% - 40px);
  margin: 20px;
  border-radius: 40px 0;
  background: #fff;
  padding: 4%;
  box-shadow: 3px 3px 5px 1px rgba(0, 124, 200, 0.1);
}
.report_list .item:nth-child(2n+1) {
  clear: both;
}
.report_list .item .title {
  color: #007CC8;
  font-size: 1.5em;
  padding-bottom: 20px;
  font-weight: bold;
}
.report_list .item .con_font {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
}
.report_list .item .img {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.report_list .item .img img {
  display: inline-block;
  width: 46%;
  margin: 1%;
}
.report_list .item .down {
  float: left;
  width: 100%;
  border-top: solid #007CC8 1px;
  padding-top: 20px;
  margin-top: 20px;
}
.report_list .item .down a {
  display: inline-block;
  color: #007CC8;
  padding-right: 30px;
  font-size: 1.25em;
}
.report_list .item .down a i {
  color: #007CC8;
  padding-right: 5px;
}
.report_list .item .down a:hover, .report_list .item .down a:focus {
  color: #003469;
}
.report_list .item .down a:hover i, .report_list .item .down a:focus i {
  color: #003469;
}

/*modal*/
.modal .modal-dialog.modal-xl {
  max-width: 1140px !important;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.modal .modal-content {
  border-radius: 20px;
}
.modal .modal-body {
  padding: 5%;
}
.modal .btn-close {
  float: right;
  margin: -15px -15px 0 0;
}
.modal h2 {
  font-size: 1.5em !important;
}
.modal h2.tree {
  position: relative;
}
.modal h2.tree:after {
  content: "";
  background: url(../img/customer/tree_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 46px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
}
.modal .team_modal {
  float: left;
  width: 100%;
}
.modal .team_modal .img {
  float: left;
  width: 35%;
}
.modal .team_modal .img img {
  border-radius: 20px;
}
.modal .team_modal .font {
  float: left;
  width: 65%;
  padding-left: 30px;
}
.modal .modal-footer {
  border-top: 1px solid #007CC8;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 30px 0;
}

/*index_ma*/
.index_ma {
  float: left;
  width: 100%;
  padding: 200px 0 70px 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 124, 200, 0.3) 100%);
  overflow: hidden;
  position: relative;
}
.index_ma .container {
  position: relative;
  text-align: center;
}
.index_ma .container:before {
  content: "";
  display: block;
  background: url(../img/customer/index_ma_bg.svg);
  width: 860px;
  height: 860px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -200px;
  top: 0;
}
.index_ma .container .bubble_01 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_w.svg);
  background-repeat: no-repeat;
  background-size: 800px;
  width: 800px;
  height: 800px;
  left: 400px;
  top: -200px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 0;
}
.index_ma .container .bubble_02 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_w.svg);
  background-repeat: no-repeat;
  background-size: 800px;
  width: 800px;
  height: 800px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
  right: 100px;
  top: 300px;
  z-index: 0;
}
.index_ma .container .bubble_03 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 1100px;
  width: 1100px;
  height: 1100px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
  left: 800px;
  top: -800px;
  z-index: -1;
}
.index_ma .top {
  float: left;
  width: 100%;
  font-family: "Inder", sans-serif;
  font-size: 6.25em;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.4;
  text-align: center;
  padding: 30px 0;
  line-height: 110%;
}
.index_ma h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Inder", sans-serif;
  font-size: 6.25em !important;
  padding: 30px 0;
  z-index: 2;
  position: relative;
}
.index_ma h2 span {
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_ma .subtitle {
  float: left;
  width: 100%;
  font-size: 1.5em;
  line-height: 170%;
  color: #000;
  margin-bottom: 30px;
}

/*ma_step_list*/
.ma_step_list {
  float: left;
  width: 90%;
  margin: 0 5% 50px 5%;
}
.ma_step_list .item {
  width: 24.25%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.ma_step_list .item:after {
  content: "";
  background: url(../img/customer/arrow_ma.svg);
  background-size: cover;
  width: 22px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
}
.ma_step_list .item:last-child:after {
  display: none;
}
.ma_step_list .item .step_top {
  font-size: 1.5em;
  height: 35px;
}
.ma_step_list .item .step_top span {
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.ma_step_list .item .step_top_01 {
  font-size: 1em;
}
.ma_step_list .item .percent {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma_step_list .item .percent:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2CB1D5;
  z-index: -1;
}
.ma_step_list .item:nth-child(1) .percent:before {
  display: none;
}
.ma_step_list .item .month {
  height: 60px;
  color: #007CC8;
  padding: 15px 0;
}
.ma_step_list .item .no {
  padding: 10px 10%;
}
.ma_step_list .item .title {
  font-size: 1.75em;
  color: #007CC8;
  padding: 0 20px;
  line-height: 130%;
  position: relative;
}
.ma_step_list .item ul {
  padding: 10px 0 0 50px;
}
.ma_step_list .item ul li {
  text-align: left;
}

/*index_ques*/
.index_ques {
  float: left;
  width: 100%;
  background: rgba(0, 124, 200, 0.3);
  padding: 0 0 60px 0;
}
.index_ques .container {
  padding: 0 5% 80px 5% !important;
}
.index_ques .box {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 10%;
  position: relative;
}
.index_ques .box:after {
  content: "";
  background: url(../img/customer/index_report_bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  border-radius: 20px;
}
.index_ques .box h2 {
  position: relative;
}
.index_ques .box h2:after {
  content: "";
  background: url(../img/customer/tree_01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  display: inline-block;
  left: 20px;
  top: 10px;
  position: relative;
}
.index_ques .box .con_font {
  font-size: 1.25em;
}
.index_ques .box .btn_box {
  float: left;
  width: 100%;
  border-top: solid #007CC8 1px;
  padding-top: 10px;
  margin-bottom: 0;
}
.index_ques .box .btn_box a {
  float: right;
  font-size: 1.25em;
  color: #007CC8;
  position: relative;
  padding: 15px 50px 15px 20px;
}
.index_ques .box .btn_box a:after {
  content: "";
  background: url(../img/customer/arrow_right.svg);
  background-size: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
}
.index_ques .box .btn_box a:hover {
  color: #003469;
  transition: all 0.5s;
}
.index_ques .box .btn_box a:hover:after {
  right: 10px;
  transition: all 0.5s;
}

/*index_link*/
.index_link {
  float: left;
  width: 100%;
  background: linear-gradient(rgba(0, 124, 200, 0.3) 30%, rgba(0, 0, 0, 0) 80%);
  padding: 80px 0 80px 0;
  overflow: hidden;
}
.index_link .container {
  position: relative;
}
.index_link .bubble_01 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_w.svg);
  background-repeat: no-repeat;
  background-size: 1100px;
  width: 1100px;
  height: 1100px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: -600px;
  top: 0;
  z-index: 0;
}
.index_link h2 {
  text-align: center;
}
.index_link h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_link h2 span:before {
  content: "";
  background-image: url(../img/customer/index_title_bg_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  display: block;
  position: absolute;
  width: 250px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_link h2 .title_En:before {
  content: "";
  background-image: url("../img/customer/index_title_bg_02_En.svg");
  width: 560px;
  height: 90px;
}
.index_link .list {
  width: 100%;
  max-width: 1050px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.index_link .list .item {
  width: 33.3333333333%;
  float: left;
  padding: 3%;
  text-align: center;
  font-size: 1.75em;
  vertical-align: top;
}
.index_link .list .item:nth-child(2n+1) {
  clear: none;
}
.index_link .list .item:nth-child(3n+1) {
  clear: both;
}
.index_link .list .item .img {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 1px 3px 3px rgba(0, 124, 200, 0.1);
  border: solid #fff 1px;
}
.index_link .list .item a {
  color: #007CC8;
}
.index_link .list .item a:hover, .index_link .list .item a:focus {
  color: #003469;
}

/*index_video*/
.index_video {
  float: left;
  width: 100%;
  padding: 50px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.index_video .bubble_01 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 1000px;
  width: 1000px;
  height: 1000px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: -400px;
  top: 0;
  z-index: 0;
}
.index_video .bubble_02 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 800px;
  width: 800px;
  height: 800px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
  right: 0px;
  top: 400px;
  z-index: 0;
}
.index_video h2 {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.index_video h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.index_video h2 span:before {
  content: "";
  background-image: url(../img/customer/index_title_bg_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  display: block;
  position: absolute;
  width: 250px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_video h2 .title_En:before {
  content: "";
  background-image: url("../img/customer/index_title_bg_03_En.svg");
  width: 780px;
  height: 90px;
}
.index_video .container {
  padding: 0 !important;
  position: relative;
}
.index_video .list_box {
  float: left;
  width: 100%;
  position: relative;
}
.index_video .list_box:before {
  content: "";
  display: block;
  width: 1400px;
  height: 500px;
  background: url(../img/customer/index_report_bg.png);
  background-repeat: no-repeat !important;
  background-position: center top;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: -50px;
  z-index: -1;
}
.index_video .list_box .list {
  float: left;
  width: 100%;
  padding: 20px;
}
.index_video .list_box .item {
  float: left;
  width: calc(50% - 60px);
  margin: 30px;
}
.index_video .list_box .item .title {
  color: #fff;
  font-size: 1.25em;
  padding: 20px 0 5px 0;
  font-weight: bold;
  text-shadow: 2px 2px 2px #666;
}
.index_video .list_box .item .con_font {
  color: #fff;
  text-shadow: 2px 2px 2px #666;
}

/*footer*/
#footer {
  float: left;
  width: 100%;
  color: #fff;
  background: #007CC8;
  font-weight: bold;
  padding: 50px 10px 30px 10px;
  font-size: 1em;
  border: none;
  margin-top: 0;
}
#footer .footer_box {
  float: left;
  width: 100%;
}
#footer .footer_box .footer_01 {
  float: left;
  width: 20%;
}
#footer .footer_box .footer_02 {
  float: left;
  width: 30%;
}
#footer .footer_box .footer_02 input {
  display: inline-block;
  border: none;
  width: calc(100% - 130px);
}
#footer .footer_box .footer_02 button {
  display: inline-block;
  width: 80px;
  padding: 11px 6px;
}
#footer .footer_box .footer_03 {
  float: left;
  width: 50%;
  border-left: solid rgba(255, 255, 255, 0.6) 1px;
}
#footer .footer_box .footer_03 .item {
  float: left;
  width: 25%;
  padding: 0 0 30px 30px;
}
#footer .footer_box .title {
  padding: 10px;
  position: relative;
}
#footer .footer_box .title:before {
  content: "";
  width: 18px;
  height: 2px;
  transform: rotateZ(90deg);
  display: block;
  background: #fff;
  left: -10px;
  top: 23px;
  position: absolute;
}
#footer .footer_box a {
  float: left;
  width: 100%;
  padding: 10px;
  color: #fff !important;
}
#footer .footer_box a .svg-img {
  padding-right: 5px;
}
#footer .footer_box a .svg-img path {
  fill: #fff;
}
#footer .footer_box a:hover, #footer .footer_box a:focus {
  color: #003469 !important;
}
#footer .footer_box a:hover .svg-img path, #footer .footer_box a:focus .svg-img path {
  fill: #003469;
}
#footer .footer_box .footer_search {
  width: 100%;
  position: relative;
}
#footer .footer_box .footer_search input {
  width: 90% !important;
  padding: 10px 40px 10px 10px;
}
#footer .footer_box .footer_search button {
  border: none;
  background: transparent;
  color: #007CC8;
  position: absolute;
  right: 7%;
}
#footer .copyright {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  line-height: 130%;
}

/*main*/
.main .row > div {
  padding: 0 15px;
}
.main .menu_left .sidebar_menu {
  width: 320px;
}
.main .menu_left .main_con {
  width: calc(100% - 320px);
}
.main .menu_left > div:nth-child(3) {
  display: none;
}
.main .menu_right .sidebar_menu {
  width: 320px;
}
.main .menu_right .main_con {
  width: calc(100% - 320px);
}
.main .menu_right > div:nth-child(1) {
  display: none;
}
.main .menu_none .main_con {
  width: 100%;
}
.main .menu_none > div:nth-child(1), .main .menu_none > div:nth-child(3) {
  display: none;
}
.main .container {
  padding: 0 30px;
}

/*sidebar*/
.sidebar {
  position: relative;
}
.sidebar > a {
  position: absolute;
  top: -30px;
}
.sidebar .title {
  color: #fff;
  font-size: 1.75em;
  padding: 20px 10px;
  text-align: center;
  background: #007CC8;
  background-image: url(../img/customer/title_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 0 10px 0 0;
}
.sidebar ul {
  background: #fff;
}
.sidebar ul a {
  padding: 16px 20px !important;
  font-size: 1.1em !important;
  border-bottom: none !important;
  border-top: solid #fff 2px !important;
  line-height: 150% !important;
}
.sidebar ul a:before {
  display: none;
}
.sidebar ul a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #333 !important;
}
.sidebar ul a.active {
  font-weight: inherit !important;
  background: #003469;
  color: #fff !important;
}
.sidebar .dropdown {
  position: relative !important;
}
.sidebar .dropdown .dropdown-toggle {
  white-space: normal;
}
.sidebar .dropdown .dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  font-size: 0.45rem;
  opacity: 0.7;
  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: #f5f5f5;
  position: relative !important;
  border: none;
  border-radius: 0;
}
.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 40px !important;
}
.sidebar .dropdown .dropdown-menu li a:hover, .sidebar .dropdown .dropdown-menu li a:focus, .sidebar .dropdown .dropdown-menu li a:active {
  background: rgba(0, 0, 0, 0.05);
  color: #333;
}
.sidebar .dropdown-toggle.show, .sidebar .dropdown:hover .dropdown-toggle.show {
  background: #666 !important;
  color: #fff !important;
}

/*main_con*/
.main_con {
  float: left;
  width: 100%;
  min-height: 500px;
  padding: 50px 0 50px 0;
  position: relative;
  overflow: hidden;
  text-align: justify;
}
.main_con .bubble_01 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  height: 1000px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  right: -50px;
  top: -100px;
  z-index: -1;
}
.main_con .bubble_02 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1000px;
  height: 1000px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 2s;
  right: -400px;
  top: 300px;
  z-index: -1;
}
.main_con .bubble_03 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1160px;
  height: 1160px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 4s;
  right: -250px;
  top: 700px;
  z-index: -1;
}
.main_con h2 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px;
}
.main_con h2 span {
  width: auto !important;
  position: relative;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.main_con .subtitle {
  float: left;
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  line-height: 170%;
}
.main_con img.float-start {
  padding: 0 2em 2em 0;
}
.main_con img.float-end {
  padding: 0 0 2em 2em;
}

/*edit_con*/
.edit_con img.float-start {
  padding: 0 2em 2em 0;
}
.edit_con img.float-end {
  padding: 0 0 2em 2em;
}
.edit_con > .date {
  float: left;
  width: 100%;
}

.page_nav {
  margin-bottom: 20px;
}
.page_nav .nav-link {
  background: #f5f5f5;
  margin: 3px 5px 3px 0;
}
.page_nav .nav-link.active {
  background: #003469 !important;
  color: #fff;
}
.page_nav .nav-link:hover {
  background: #007CC8;
  color: #fff !important;
}

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

/*breadcrumb*/
.breadcrumb {
  color: #7E7E7E;
  width: calc(100% - 0px) !important;
  float: left;
  font-size: 0.8em;
}
.breadcrumb #main-content {
  margin-left: -15px;
}
.breadcrumb i {
  padding-right: 5px;
  color: #7E7E7E;
}
.breadcrumb a {
  color: #7E7E7E;
}
.breadcrumb a:hover i, .breadcrumb a:hover {
  color: #007CC8 !important;
}
.breadcrumb > span {
  word-wrap: break-word;
}
.breadcrumb > span + span:before {
  content: "/";
  padding: 0 5px 0 0;
  color: #ccc;
}
.breadcrumb .active {
  color: #464646 !important;
}

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

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

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

/*page_search*/
.page_search {
  float: left;
  width: 100%;
  list-style: none;
  padding: 30px 0 0 0 !important;
}
.page_search > li {
  display: inline-block;
  padding-right: 10px;
  align-self: center !important;
  white-space: nowrap;
  padding-right: 20px;
}
.page_search > li:first-child {
  border-right: solid #000 1px;
  margin-right: 20px;
}
.page_search .btn {
  margin: 2px 0;
  vertical-align: top;
}
.page_search .title {
  display: inline-block;
  padding-right: 3px;
  color: #007CC8;
}
.page_search select, .page_search input, .page_search label {
  display: inline-block;
  width: auto;
}
.page_search select {
  margin: 2px 0;
}
.page_search .form-control {
  border: none;
  background: rgba(44, 177, 213, 0.1);
  padding: 5px 10px;
}
.page_search .form-control.datetime {
  width: 126px !important;
}
.page_search .btn_01 {
  padding: 6px 20px;
}

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

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

.bootstrap-datetimepicker-widget {
  z-index: 1111;
  background: #fff;
}
.bootstrap-datetimepicker-widget .datepicker {
  width: 285px;
}
.bootstrap-datetimepicker-widget .datepicker table th {
  background-color: #fff;
}
.bootstrap-datetimepicker-widget .list-unstyled li {
  width: 100%;
}
.bootstrap-datetimepicker-widget .table-condensed span::before {
  color: #007CC8;
}
.bootstrap-datetimepicker-widget .datepicker-months {
  width: 285px;
}
.bootstrap-datetimepicker-widget .datepicker-months .month {
  float: left;
  width: 23.8%;
}
.bootstrap-datetimepicker-widget .datepicker-years {
  width: 285px;
}
.bootstrap-datetimepicker-widget .datepicker-years .year {
  float: left;
  width: 23.8%;
}
.bootstrap-datetimepicker-widget tbody, .bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget tfoot, .bootstrap-datetimepicker-widget th, .bootstrap-datetimepicker-widget thead, .bootstrap-datetimepicker-widget tr {
  border-width: 0px;
}

.datetime {
  width: 130px !important;
}

/*page_nember*/
#page_number {
  padding-top: 20px;
  font-size: 0.9em;
  float: left;
  width: 100%;
  margin-left: 5px;
}
#page_number .page_total {
  vertical-align: middle;
  margin: 0 0 10px 0;
}
#page_number .page_icon {
  text-align: right;
  margin-bottom: 10px;
}
#page_number .btn_page {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  border: none;
  padding: 2px 12px 3px 12px;
  font-size: 1em;
  background: #666;
  border-radius: 5px;
  margin: 1px;
  color: #fff;
  height: 34px;
}
#page_number .btn_page:hover, #page_number .btn_page:focus {
  background: #003469;
  color: #fff;
}
#page_number .btn_page.disabled {
  background: #d4d4d4;
  cursor: not-allowed;
}
#page_number select {
  margin: 2px;
}

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

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

/*news_list*/
.news_list {
  float: left;
  width: 100%;
}
.news_list .item {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-bottom: solid #07ADE1 1px;
}
.news_list .item .img {
  float: left;
  width: 280px;
}
.news_list .item .img img {
  width: 100%;
  border-radius: 12px;
}
.news_list .item .font {
  float: left;
  width: calc(100% - 280px);
  padding: 15px 0 0 25px;
}
.news_list .item .font .title {
  font-size: 1.25em;
  color: #007CC8;
  margin-bottom: 15px;
  line-height: 150%;
}
.news_list .item .font .con_font {
  margin-bottom: 15px;
  color: #464646 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list .item .font .date {
  color: #007CC8;
}
.news_list .item a:hover .title, .news_list .item a:focus .title {
  color: #003469 !important;
}
.news_list.news_top .item {
  padding-top: 0;
}
.news_list.news_top .img {
  width: 40%;
}
.news_list.news_top .font {
  width: 60%;
}
.news_list.news_top .font .title {
  font-size: 1.75em;
}

/*img_list_3*/
.img_list_3 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.img_list_3 img {
  float: left;
  vertical-align: top;
  text-align: center;
}
.img_list_3 img:nth-child(1) {
  width: 66%;
}
.img_list_3 img:nth-child(2), .img_list_3 img:nth-child(3) {
  width: 33.4%;
  padding: 0 0 15px 15px;
}

/*read_list*/
.read_list {
  float: left;
  width: 100%;
}
.read_list .item {
  float: left;
  width: 25%;
  padding: 20px;
}
.read_list .item a {
  float: left;
  width: 100%;
  position: relative;
}
.read_list .item a:hover .title, .read_list .item a:focus .title {
  color: #003469;
}
.read_list .item a:hover .con_font, .read_list .item a:focus .con_font {
  color: #464646;
}
.read_list .item .img {
  float: left;
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.read_list .item .img .date {
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  color: #fff;
  padding: 7px 15px;
  background: rgba(0, 124, 200, 0.6);
}
.read_list .item .font {
  float: left;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.read_list .item .font .title {
  color: #007CC8;
  font-size: 1.25em;
  padding: 10px 0 0 0;
  text-align: left;
}
.read_list .item .font .con_font {
  padding-top: 10px;
  max-height: 95px;
  overflow: hidden;
  text-align: left;
}

/*team_list*/
.team_list {
  float: left;
  width: 100%;
  text-align: center;
}
.team_list .item {
  display: inline-block;
  width: 32.6666666667%;
  padding: 2% 3%;
  vertical-align: top;
}
.team_list .item:nth-child(3n+1) {
  clear: both;
}
.team_list .item h3 {
  padding-bottom: 20px;
}
.team_list .item .img img {
  border-radius: 20px;
}
.team_list .item .font {
  text-align: left;
}
.team_list .item .font .title {
  font-size: 1.5em;
  color: #007CC8;
  padding: 20px 0 10px 0;
}
.team_list .item .font .con_font {
  color: #464646;
}
.team_list .item a:hover .title, .team_list .item a:focus .title {
  color: #003469;
}

/*tag_list*/
.tag_list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tag_list .item {
  float: left;
  background: rgba(44, 177, 213, 0.1);
  color: #003469;
  border-radius: 50px;
  padding: 2px 15px;
  margin: 4px 5px 4px 0;
}

/*ma_icon*/
.ma_icon {
  float: left;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
.ma_icon h3 {
  padding-bottom: 30px;
}
.ma_icon .item {
  display: inline-block;
  width: 19.4%;
  text-align: center;
  padding: 20px;
}
.ma_icon .item .icon {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 auto;
}
.ma_icon .item .icon:before {
  content: "";
  display: block;
  background: #F4FBFF;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: -1;
}
.ma_icon .item .icon i {
  font-size: 5.5em;
  padding-top: 30%;
  color: #007CC8;
}
.ma_icon .item .title {
  float: left;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  padding-top: 10px;
}
.ma_icon .item:nth-child(odd) i {
  color: #B92F8C;
}

/*ma_photo*/
.ma_photo {
  float: left;
  width: 100%;
  position: relative;
}
.ma_photo:before {
  content: "";
  background: url(../img/customer/quote.svg);
  background-size: cover;
  width: 120px;
  height: 160px;
  position: absolute;
  top: -20px;
  left: -70px;
  z-index: 1;
  animation-name: rotateZ_swing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ma_photo:after {
  content: "";
  background: url(../img/customer/quote.svg);
  background-size: cover;
  width: 120px;
  height: 160px;
  position: absolute;
  top: -20px;
  left: 60px;
  z-index: 1;
  animation-name: rotateZ_swing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ma_photo .box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 80px 20px 50px 20px;
  background: #fff;
  position: relative;
  border-radius: 12px;
  border: solid #007CC8 1px;
}
.ma_photo .box:after {
  content: "";
  background: url(../img/customer/index_report_bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  border-radius: 20px;
}
.ma_photo .box .font {
  font-size: 1.25em;
  line-height: 170%;
  text-align: center;
  color: #464646;
}
.ma_photo .box .img {
  float: left;
  width: 100%;
  padding: 20px 10% 0 10%;
  position: relative;
}
.ma_photo .box .img .item {
  float: left;
  width: 50%;
  color: #007CC8;
  padding: 20px;
  text-align: center;
  line-height: 130%;
}
.ma_photo .box .img .item img {
  border-radius: 8px;
  margin-bottom: 10px;
  max-width: 340px;
  width: 100%;
}

/*ma_plan*/
.ma_plan {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.ma_plan:before {
  content: "";
  display: block;
  background: url(../img/customer/index_ma_bg.svg);
  width: 550px;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -120px;
  top: 0;
}
.ma_plan .top {
  float: left;
  width: 100%;
  font-family: "Inder", sans-serif;
  font-size: 6.25em;
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.4;
  text-align: center;
  padding: 30px 0;
  line-height: 110%;
}
.ma_plan h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Inder", sans-serif;
  font-size: 3.75em !important;
  padding: 0 !important;
  z-index: 2;
  position: relative;
}
.ma_plan h2 span {
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.ma_plan .subtitle {
  font-size: 1.25em;
  text-align: center;
}
.ma_plan .subtitle div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.ma_plan .ma_step_list .item:after {
  top: 220px;
}

/*ma_person*/
.ma_person {
  float: left;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.ma_person .bubble_01 {
  content: "";
  position: absolute;
  background: url(../img/customer/bubble_b.svg);
  background-repeat: no-repeat;
  background-size: 1000px;
  width: 1000px;
  height: 1000px;
  animation-name: scale_top;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  left: 16% !important;
  top: -8% !important;
  z-index: -1;
}
.ma_person > .title {
  font-size: 1.25em;
  color: #007CC8;
  margin-bottom: 10px;
}
.ma_person .person_list {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.ma_person .person_list .item {
  float: left;
  width: 33.3333333333%;
  padding: 30px;
}
.ma_person .person_list .item:nth-child(3n+1) {
  clear: both;
}
.ma_person .person_list .item .title {
  font-size: 1.5em;
  color: #007CC8;
}
.ma_person .person_list .item .img {
  padding: 10px 0;
}
.ma_person .person_list .item .img img {
  width: 30px;
  margin: 3px;
}
.ma_person .person_list .item .font {
  font-size: 1.25em;
  color: #003469;
}

/*ma_history*/
.ma_history {
  float: left;
  width: 100%;
  position: relative;
  padding: 30px 0;
}
.ma_history:before {
  content: "";
  background: #E1F0F9;
  width: 300vw;
  height: calc(100% - 280px);
  margin-left: -100vw;
  position: absolute;
  top: 280px;
  z-index: -1;
}
.ma_history h3 {
  text-align: center;
  padding-bottom: 20px;
}
.ma_history .title {
  display: flex;
  align-items: center;
}
.ma_history .title .tag {
  font-size: 0.6em;
  margin-left: 12px;
  background-color: #007CC8;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 20px;
}
.ma_history .tag_EN {
  font-size: 0.8em;
  color: #2CB1D5;
  border-radius: 20px;
}

/*ques_note*/
.ques_note {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.ques_note:before {
  content: "";
  background: #F4FBFF;
  width: 300vw;
  height: 100%;
  margin-left: -100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}

/*ques_box*/
.ques_box {
  float: left;
  width: 100%;
  padding: 100px 0 30px 0;
}
.ques_box .ques_group {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  clear: both;
}
.ques_box .ques_group + .ques_group {
  padding-top: 80px;
}
.ques_box .ques_group h3 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.ques_box .ques_group h3 span {
  background: linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background: -webkit-linear-gradient(to right, #64bfb6, #2cb1d5, #007cc8);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.ques_box .ques_group h4 {
  float: left;
  width: 100%;
  color: #007CC8;
  border-bottom: solid #007CC8 1px;
  padding: 60px 0 15px 0;
}
.ques_box .ques_group .ques {
  float: left;
  width: 100%;
  font-size: 1.25em;
  color: #000;
  text-align: left;
}
.ques_box .ques_group .ques_type {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.ques_box .ques_group .ques_type .type {
  float: left;
  width: 160px;
  background: #d3e6f4;
  color: #003469;
  padding: 9px 3px;
  text-align: center;
  border-radius: 4px;
}
.ques_box .ques_group .ques_type .font {
  float: left;
  width: calc(100% - 160px);
  font-size: 1.25em;
  color: #000;
  padding: 10px 0 0 10px;
}
.ques_box .ques_group .ques_type .font .con_font {
  font-size: 0.8em;
  color: #464646;
}
.ques_box .ques_group .ans {
  float: left;
  width: 100%;
  padding: 10px 0;
  max-width: 800px;
}
.ques_box .ques_group .ans .item {
  float: left;
  width: calc(33.3333333333% - 20px);
  margin: 5px 20px 5px 0;
}
.ques_box .ques_group .ans .item label {
  float: left;
  width: 100%;
  background: #F7FCFF;
  border: solid #007CC8 1px;
  border-radius: 4px;
  padding: 8px 5px 8px 10px;
  color: #000;
  text-align: left;
}
.ques_box .ques_group .ans .item label:has(input:focus), .ques_box .ques_group .ans .item label:has(input:checked) {
  background-color: #007CC8;
  color: #fff;
}
.ques_box .ques_group .ans .item label:has(input:focus) input[type=radio], .ques_box .ques_group .ans .item label:has(input:checked) input[type=radio] {
  border: solid #fff 2px !important;
}
.ques_box .ques_group .ans .item label:has(input:focus) input[type=text], .ques_box .ques_group .ans .item label:has(input:checked) input[type=text] {
  border-color: #fff;
  color: #fff;
}
.ques_box .ques_group .ans .item label:has(input:focus) .radio_input, .ques_box .ques_group .ans .item label:has(input:checked) .radio_input {
  display: block;
}
.ques_box .ques_group input[type=text], .ques_box .ques_group textarea {
  border: none;
  border-bottom: solid #007CC8 1px;
  border-radius: 0;
  background: transparent;
}

.progress_box {
  float: left;
  width: 100%;
  position: relative;
  padding: 35px;
  margin: 0 0 -50px 0;
  text-align: center;
}
.progress_box:before {
  content: "";
  background: #E1F0F9;
  width: 300vw;
  height: 100%;
  margin-left: -100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.progress_box .box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.progress_box .progress {
  float: left;
  width: calc(100% - 70px);
  margin: 0 auto;
  height: 10px;
}
.progress_box .progress .progress-bar {
  background-color: #007CC8;
}
.progress_box .title {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 1.25em;
  color: #000;
}

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

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

.no_label {
  padding-top: 27px;
}

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

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

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

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

.form-check-input {
  border-color: #007CC8 !important;
  background: #F4FBFF;
  margin-right: 10px;
}
.form-check-input:checked {
  background: #007CC8;
  border-color: #fff;
}
.form-check-input:disabled {
  background: #ccc;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #003469;
}

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

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

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

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

.radio_padding {
  padding-right: 20px;
}

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

/*tabs*/
/*page_tabs*/
.page_tabs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.page_tabs .nav-link {
  margin-bottom: 10px;
}
.page_tabs .nav-link.active, .page_tabs .nav-link.active:hover {
  background-color: #007CC8;
  color: #fff !important;
  border-color: #007CC8;
}
.page_tabs .nav-link:hover {
  background: rgba(44, 177, 213, 0.1);
  border: solid #007CC8 1px;
  color: #007CC8 !important;
}

/*value_leader*/
.value_leader {
  float: left;
  width: 100%;
}
.value_leader .item:nth-child(1) {
  float: left;
  width: 65%;
}
.value_leader .item:nth-child(2) {
  float: left;
  width: 35%;
  margin-top: -20px;
}

/*qrcode_box*/
.qrcode_box {
  border: solid #007CC8 1px;
  border-radius: 10px;
  padding: 5px 15px;
  vertical-align: middle;
}

/*list_left_01*/
.list_left_01 {
  float: left;
  width: 100%;
}
.list_left_01 > .item {
  padding: 3%;
}
.list_left_01 > .item:nth-child(2n+1) {
  float: left;
  width: 65%;
}
.list_left_01 > .item:nth-child(2n) {
  float: left;
  width: 35%;
}

/*qrcode_list_01*/
.qrcode_list_01 {
  float: left;
  width: 100%;
}
.qrcode_list_01 .item:nth-child(2n+1) {
  float: left;
  width: 150px;
  text-align: center;
}
.qrcode_list_01 .item:nth-child(2n) {
  float: left;
  width: calc(100% - 150px);
}
.qrcode_list_01 .img img {
  width: 100%;
  max-width: 123px;
}

/*qrcode_list_02*/
.qrcode_list_02 {
  float: left;
  width: 100%;
}
.qrcode_list_02 .item {
  float: left;
  width: 50%;
  padding: 0 3% 10% 3%;
  text-align: center;
}
.qrcode_list_02 .item .img {
  text-align: center;
}
.qrcode_list_02 .item .img img {
  width: 100%;
  max-width: 112px;
}
.qrcode_list_02 .item .title {
  color: #007CC8;
  font-size: 1.25em;
  line-height: 150%;
}
.qrcode_list_02 .item .title span {
  position: relative;
}
.qrcode_list_02 .item .title span:before {
  content: "";
  width: 45px;
  height: 45px;
  background: rgba(44, 177, 213, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: -6px;
}

/*mission_img_list*/
.mission_img_list {
  float: left;
  width: 100%;
}
.mission_img_list img {
  width: 40px;
  margin: 5px;
}

/*mission_name*/
.mission_name {
  float: left;
  width: 100%;
}
.mission_name .item {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mission_name .item .img {
  width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.mission_name .item .font {
  width: calc(100% - 50px);
  padding: 5px 0 0 10px;
  min-height: 50px;
  text-align: left;
  display: flex;
  align-items: center;
}

/*heart_list*/
.heart_list {
  float: left;
  width: 100%;
  padding: 0 2%;
  margin: 15px 0;
}
.heart_list .item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  text-align: center;
  padding: 1%;
}
.heart_list .item .box {
  float: left;
  width: 100%;
  background: #E1F0F9;
  padding: 10px 3px;
}
.heart_list .item .box .title {
  color: #007CC8;
}
.heart_list .item .box .subtitle {
  font-size: 0.75em;
  padding-bottom: 0;
  line-height: 130%;
}
.heart_list .item .box .subtitle b {
  font-size: 1.2em;
}
.heart_list .item .font {
  float: left;
  width: 100%;
  font-size: 0.75em;
  padding: 10px 0;
  line-height: 150%;
}

/*passion_list*/
.passion_list {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.passion_list .item {
  float: left;
  width: 16.6666666667%;
  text-align: center;
  padding: 9px;
}
.passion_list .item .box {
  float: left;
  width: 100%;
  background: #007CC8;
  color: #fff;
  padding: 10px 3px;
}
.passion_list .item .box .title {
  color: #fff;
}
.passion_list .item .box .subtitle {
  font-size: 0.75em;
  padding-bottom: 0;
  line-height: 130%;
}
.passion_list .item .box .subtitle b {
  font-size: 1.2em;
}
.passion_list .item .font {
  float: left;
  width: 100%;
  font-size: 0.75em;
  padding: 10px 0;
  line-height: 150%;
}

/*btn_title_list*/
.btn_title_list {
  float: left;
  width: 100%;
}
.btn_title_list .item {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.btn_title_list .item .title {
  float: left;
  width: 100px;
  border-radius: 30px;
  background: #007CC8;
  color: #fff;
  padding: 4px;
}
.btn_title_list .item .font {
  float: left;
  width: calc(100% - 100px);
  text-align: left;
  padding: 4px 0 0 10px;
}
.btn_title_list .item_EN {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.btn_title_list .item_EN .title {
  float: left;
  width: 124px;
  border-radius: 10px;
  background: #007CC8;
  color: #fff;
  padding: 4px;
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 4px;
}
.btn_title_list .item_EN .font {
  float: left;
  width: calc(100% - 160px);
  text-align: left;
  padding: 0 0 0 10px;
}

/*mission_ai*/
.mission_ai {
  float: left;
  width: 100%;
  position: relative;
}
.mission_ai:before {
  content: "";
  background: url(../img/customer/mission_04_10.png);
  background-size: cover;
  position: absolute;
  width: 210px;
  height: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mission_ai .item {
  float: left;
  width: calc(50% - 120px);
  background: #F2FBFF;
  padding: 30px;
  text-align: left;
  min-height: 234px;
}
.mission_ai .item:nth-child(2n+1) {
  margin: 0 120px 30px 0;
}
.mission_ai .item:nth-child(2n) {
  margin: 0 0 30px 120px;
}
.mission_ai .item .title {
  font-size: 1.25em;
  color: #007CC8;
  font-weight: bold;
  padding-bottom: 10px;
}
.mission_ai .item ol, .mission_ai .item ul {
  margin-bottom: 0;
}

/*mission_quality*/
.mission_quality {
  max-width: 900px;
  margin: 20px auto;
}
.mission_quality .item {
  display: inline-block;
  width: 18%;
  padding: 20px 5px;
  margin: 8px 5px;
  background: #F2FBFF;
}
.mission_quality .item .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #007CC8;
}

/*mission_step*/
.mission_step {
  float: left;
  width: 100%;
}
.mission_step > div {
  padding: 10px 25px !important;
  position: relative;
}
.mission_step > div .box {
  background: #007CC8;
  color: #fff;
  font-weight: bold;
  padding: 15px 5px;
}
.mission_step > div .box .font {
  line-height: 130%;
  padding-top: 5px;
}
.mission_step > div:after {
  content: "";
  background: url(/img/customer/arrow_right_step.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: 35%;
}
.mission_step > div:last-child:after {
  display: none;
}

/*mission_circle*/
.mission_circle {
  float: left;
  width: 100%;
}
.mission_circle .item {
  margin: 5px 10px;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 1.25em;
  font-weight: bold;
  color: #007CC8;
  position: relative;
}
.mission_circle .item:before {
  content: "";
  background: #E1F0F9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 0;
}
.mission_circle .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

/*mission_ol*/
.mission_ol .item {
  display: inline-block;
  background: #007CC8;
  color: #fff;
  font-size: 1em;
  padding: 2px 10px;
  margin: 5px;
}
.mission_ol .item_EN {
  width: 100%;
  max-width: 1152px;
}

/*動畫效果*/
/*旋轉*/
@keyframes rotateZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
/*閃動*/
@keyframes icon_glitter {
  from {
    left: -95px;
  }
  to {
    left: 180%;
  }
}
/*縮放+上移*/
@keyframes scale_top {
  from {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
    transform: translateY(50px);
  }
  to {
    transform: scale(1, 1);
    transform: translateY(0);
  }
}
/*圓圈搖擺*/
@keyframes circle_swing {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  75% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*左右旋轉搖擺*/
@keyframes rotateZ_swing {
  0% {
    transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(5deg);
  }
}
/***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: "FontAwesome";
  content: "\f002";
  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);
}

/*--------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    background-size: 150%;
  }
  .container {
    max-width: 100%;
  }
  h2 {
    font-size: 2em !important;
  }
  h3 {
    font-size: 1.4em !important;
  }
  h4 {
    font-size: 1.2em !important;
  }
  .title_01, .title_02 {
    font-size: 1.1em;
  }
  .title_03, .title_04 {
    font-size: 1.5em;
  }
  .border_40 {
    border-radius: 40px;
  }
  /*header-nav-top*/
  .header-nav-top {
    position: relative;
  }
  .header-nav-top:before {
    content: "";
    display: block;
    width: 20px;
    background: #007CC8;
    height: 100%;
    border-radius: 0 0 0 10px;
    transform: skew(10deg);
    margin-left: 10px;
    position: absolute;
    left: -25px;
    z-index: 8;
  }
  .header-nav-top:after {
    content: "";
    display: block;
    width: 500%;
    background: #007CC8;
    height: 100%;
    position: absolute;
    right: calc(100vw - 100%);
    right: -500%;
  }
  .header-nav-top .nav {
    display: block;
    background: #007CC8;
    height: 53px;
    margin-top: -3px;
    z-index: 9;
  }
  .header-nav-top .nav li > a {
    text-transform: none !important;
    color: #fff !important;
    padding: 0 2px;
  }
  .header-nav-top .nav li:after {
    content: "|";
    display: inline-block;
    color: #ccc;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 3px 0 0px;
  }
  .header-nav-top .nav li:last-child:after, .header-nav-top .nav li:first-child:after {
    display: none;
  }
  /*header*/
  .header-nav-bar .container {
    height: auto;
  }
  #header .header-logo {
    margin: 0;
  }
  #header .header-logo img {
    max-width: 280px;
    width: auto;
    height: 65px !important;
    padding: 15px 0 15px 5px;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 0;
    font-size: 0.85em;
    padding: 20px 10px;
    font-weight: 400;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border: none;
    padding: 0;
    background: #007CC8;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
    background: rgba(0, 0, 0, 0.2);
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    margin-top: -1px !important;
  }
  #header .header-nav-main nav .dropdown-submenu.open > a {
    background: #999;
    border-color: rgba(255, 255, 255, 0.1);
    color: #333 !important;
  }
  #header .header-nav-main nav .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav .dropdown-submenu:focus > .dropdown-menu {
    opacity: 1;
    top: 8px !important;
    background: #07ADE1;
    color: #333 !important;
  }
  /*header-nav-links*/
  .header-nav-links ul li:hover > a {
    color: #007CC8 !important;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    min-height: auto;
    padding: 0 6px;
    border-radius: 4px;
  }
  /*lang_btn*/
  .lang_btn {
    border-radius: 5px;
    margin: 25px 0 20px 3px;
  }
  .lang_btn a {
    font-size: 0.75em;
    padding: 3px 5px !important;
    border-radius: 5px;
  }
  /*index_result*/
  .index_result {
    padding: 50px 0 0 0;
  }
  .index_result .tab-content .tab-pane {
    background-size: 160% !important;
  }
  .index_result h2 span:before {
    background-size: 60%;
  }
  .index_result nav {
    padding-top: 25px;
  }
  .index_result nav .nav-tabs .nav-link {
    font-size: 1.4em;
    margin: 0 0 -4px 0;
    padding: 15px 20px 15px 35px;
    margin-bottom: 8px;
  }
  .index_result nav .nav-tabs .nav-link-En {
    font-size: 1.1em;
  }
  .index_result .result_list_4 {
    margin: 30px 5%;
  }
  .index_result .result_list_4 .item {
    width: 50%;
    padding: 20px 5%;
  }
  .index_result .result_list_4 .item:nth-child(even) {
    padding-top: 20px;
  }
  .index_result .result_list_4 .item:nth-child(2n+1) {
    clear: both;
  }
  .index_result .result_list_4 .item .type {
    font-size: 1.15em;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .index_result .result_list_4 .item .font {
    min-height: 200px;
  }
  .index_result .result_list_4 .item .font .title {
    font-size: 1.4em;
  }
  .index_result .result_list_5 {
    width: 100%;
    margin: 30px 0;
  }
  .index_result .result_list_5 .item {
    padding: 0 2% 2% 2%;
  }
  .index_result .result_list_5 .item .type {
    font-size: 1.15em;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .index_result .result_list_5 .item .font .title {
    font-size: 1.4em;
  }
  /*index_award*/
  .index_award .container {
    padding: 0 50px !important;
  }
  .index_award h2 span:before {
    background-size: 70%;
  }
  /*index_news*/
  .index_news .container .bubble_01 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    left: -400px;
    top: -300px;
  }
  .index_news .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    left: -100px;
    top: -100px;
  }
  .index_news .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: -500px;
  }
  .index_news h2 span:before {
    background-size: 70%;
  }
  .index_news .list {
    padding-top: 20px;
  }
  .index_news .list .item {
    width: 25%;
    padding: 10px;
  }
  .index_news .list .item:nth-child(1) {
    width: 50%;
  }
  .index_news .list .item:nth-child(1) .img .date {
    padding: 15px 20px;
  }
  .index_news .list .item:nth-child(1) .font .title {
    font-size: 1.15em;
  }
  .index_news .list .item .img {
    border-radius: 12px;
  }
  .index_news .list .item .img .date {
    padding: 7px 15px;
  }
  .index_news .list .item .font {
    height: 160px;
  }
  .index_news .list .item .font .title {
    font-size: 1.15em;
    padding: 10px 0 0 0;
  }
  .index_news .list .item .font .con_font {
    padding-top: 10px;
    max-height: 95px;
  }
  /*index_report*/
  .index_report {
    padding: 30px 0 0 0;
  }
  .index_report h2 span:before {
    background-size: 70%;
  }
  .index_report h2 .title_En:before {
    width: 560px;
    height: 90px;
  }
  .index_report .subtitle {
    font-size: 1.1em;
  }
  .index_report .list_box:before {
    width: 800px;
    height: 400px;
    left: -200px;
  }
  .report_list .item {
    width: calc(50% - 40px);
    margin: 40px 20px 0 20px;
    border-radius: 40px 0;
    padding: 4%;
  }
  .report_list .item .title {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .report_list .item .img {
    padding-top: 20px;
  }
  .report_list .item .down {
    padding-top: 20px;
    margin-top: 20px;
  }
  .report_list .item .down a {
    padding-right: 30px;
    font-size: 1em;
  }
  /*index_ma*/
  .index_ma {
    padding: 70px 0 50px 0;
  }
  .index_ma .container:before {
    width: 600px;
    height: 600px;
    left: -200px;
    top: 0;
  }
  .index_ma .container .bubble_01 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 400px;
    top: -200px;
  }
  .index_ma .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    right: 100px;
    top: 300px;
  }
  .index_ma .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 400px;
    top: -500px;
  }
  .index_ma .top {
    font-size: 3em;
    padding: 30px 0;
  }
  .index_ma h2 {
    font-size: 2.3em !important;
    padding: 0 0 20px 0;
  }
  .index_ma .subtitle {
    font-size: 1em;
    line-height: 170%;
    color: #000;
    margin-bottom: 30px;
  }
  /*ma_step_list*/
  .ma_step_list {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .ma_step_list .item .no img {
    padding: 10px 30px;
  }
  .ma_step_list .item .title {
    font-size: 1.2em;
    color: #007CC8;
  }
  /*index_ques*/
  .index_ques .box .con_font {
    font-size: 1em;
  }
  /*index_link*/
  .index_link {
    padding: 80px 0 20px 0;
  }
  .index_link h2 span:before {
    background-size: 50%;
  }
  .index_link h2 .title_En:before {
    background-size: 65%;
  }
  .index_link .list .item {
    font-size: 1.2em;
  }
  .index_link .list .item .img {
    margin-bottom: 5px;
  }
  /*index_video*/
  .index_video {
    padding: 50px 0;
  }
  .index_video .bubble_01 {
    background-size: 600px;
    width: 600px;
    height: 600px;
    right: -400px;
    top: 0;
  }
  .index_video .bubble_02 {
    background-size: 400px;
    width: 400px;
    height: 400px;
    right: -100px;
    top: 400px;
  }
  .index_video h2 {
    padding-bottom: 10px;
  }
  .index_video h2 span:before {
    background-size: 50%;
  }
  .index_video h2 .title_En:before {
    background-size: 60%;
  }
  .index_video .list_box:before {
    width: 1200px;
    height: 500px;
    left: -100px;
  }
  /*footer*/
  #footer .footer_box .footer_02 input {
    width: calc(100% - 30px);
  }
  #footer .footer_box .footer_03 .item {
    width: 50%;
  }
  /*main*/
  .main .menu_left .sidebar_menu, .main .menu_right .sidebar_menu {
    width: 250px;
  }
  .main .menu_left .main_con, .main .menu_right .main_con {
    width: calc(100% - 250px);
  }
  /*main_con*/
  .main_con {
    padding-top: 100px;
  }
  .main_con .bubble_01 {
    width: 600px;
    height: 600px;
    right: -250px;
    top: -100px;
  }
  .main_con .bubble_02 {
    width: 600px;
    height: 600px;
    right: -340px;
    top: 200px;
  }
  .main_con .bubble_03 {
    width: 800px;
    height: 800px;
    right: -350px;
    top: 400px;
  }
  .main_con h2 {
    padding: 20px 0;
  }
  .main_con .subtitle {
    font-size: 1.15em;
    padding-bottom: 30px;
  }
  /*news_list*/
  .news_list.news_top .font .title {
    font-size: 1.35em;
  }
  /*read_list*/
  .read_list .item {
    width: 25%;
    padding: 10px;
  }
  .read_list .item:nth-child(2n+1) {
    clear: none;
  }
  .read_list .item:nth-child(4n+1) {
    clear: both;
  }
  .read_list .item .font .title {
    font-size: 1.15em;
  }
  /*team_list*/
  .team_list .item h3 {
    padding-bottom: 10px;
  }
  .team_list .item .img img {
    border-radius: 10px;
  }
  .team_list .item .font .title {
    font-size: 1.25em;
    padding: 20px 0 10px 0;
  }
  /*ma_icon*/
  .ma_icon {
    padding: 50px 0;
  }
  .ma_icon h3 {
    padding-bottom: 10px;
  }
  .ma_icon .item {
    padding: 15px;
  }
  .ma_icon .item .icon {
    height: 105px;
    width: 105px;
  }
  .ma_icon .item .icon:before {
    width: 105px;
    height: 105px;
  }
  .ma_icon .item .icon i {
    font-size: 3em;
    padding-top: 30%;
  }
  .ma_icon .item .title {
    font-size: 1.15em;
  }
  /*ma_photo*/
  .ma_photo {
    padding: 80px 20px;
  }
  .ma_photo:before {
    width: 60px;
    height: 80px;
    top: 30px;
    left: -20px;
  }
  .ma_photo:after {
    width: 60px;
    height: 80px;
    top: 30px;
    left: 50px;
  }
  .ma_photo .box {
    padding: 60px 20px 30px 20px;
    border-radius: 12px;
  }
  .ma_photo .box .font {
    font-size: 1em;
  }
  /*ma_plan*/
  .ma_plan {
    padding: 50px 0;
  }
  .ma_plan:before {
    width: 400px;
    height: 400px;
    left: -120px;
    top: 30px;
  }
  .ma_plan .top {
    font-size: 3em;
  }
  .ma_plan h2 {
    font-size: 2.3em !important;
  }
  .ma_plan .subtitle {
    font-size: 1em;
  }
  /*ma_person*/
  .ma_person {
    padding: 30px 0;
  }
  .ma_person .bubble_01 {
    background-size: 600px !important;
    width: 600px !important;
    height: 600px !important;
  }
  .ma_person .person_list .item {
    padding: 20px 10px;
  }
  .ma_person .person_list .item .title {
    font-size: 1.2em;
  }
  .ma_person .person_list .item .img {
    padding: 10px 0 0 0;
  }
  .ma_person .person_list .item .img img {
    width: 20px;
  }
  .ma_person .person_list .item .font {
    font-size: 1em;
  }
  /*ques_box*/
  .ques_box {
    padding: 50px 0 30px 0;
  }
  .ques_box .ques_group + .ques_group {
    padding-top: 50px;
  }
  .ques_box .ques_group .ques {
    font-size: 1.1em;
  }
  .ques_box .ques_group .ques_type .font {
    font-size: 1.1em;
  }
  .ques_box .ques_group .ans .item:nth-child(3n+1) {
    clear: both;
  }
  /*page_tabs*/
  .page_tabs .nav-link {
    margin-right: 0;
    padding: 3px 12px !important;
    font-size: 1em;
  }
  .page_tabs .nav-link.active, .page_tabs .nav-link.active:hover {
    background-color: #007CC8;
    color: #fff;
    border-color: #007CC8;
  }
  .page_tabs .nav-link:hover {
    background: rgba(44, 177, 213, 0.1);
    border: solid #007CC8 1px;
  }
  /*qrcode_list_02*/
  .qrcode_list_02 .item .title {
    font-size: 1em;
  }
  /*heart_list*/
  .heart_list .item {
    width: 32.3333333333%;
  }
  .heart_list .item:nth-child(5n+1) {
    clear: none;
  }
  .heart_list .item:nth-child(3n+1) {
    clear: both;
  }
  /*passion_list*/
  .passion_list .item {
    width: 33.3333333333%;
  }
  .passion_list .item:nth-child(6n+1) {
    clear: none;
  }
  .passion_list .item:nth-child(3n+1) {
    clear: both;
  }
  /*mission_ai*/
  .mission_ai:before {
    width: 110px;
    height: 126px;
  }
  .mission_ai .item {
    width: calc(50% - 55px);
    padding: 30px;
  }
  .mission_ai .item:nth-child(2n+1) {
    margin: 0 55px 30px 0;
  }
  .mission_ai .item:nth-child(2n) {
    margin: 0 0 30px 55px;
  }
  /*mission_quality*/
  .mission_quality .item {
    width: 30%;
  }
  .mission_quality .item:nth-child(5n+1) {
    clear: none;
  }
  .mission_quality .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  body {
    background-size: 100%;
  }
  .container {
    max-width: 100% !important;
  }
  h2 {
    font-size: 2.3em !important;
  }
  h3 {
    font-size: 1.5em !important;
  }
  h4 {
    font-size: 1.4em !important;
  }
  .title_01, .title_02 {
    font-size: 1.25em;
  }
  .title_03, .title_04 {
    font-size: 1.5em;
  }
  /*header-nav-top*/
  #header a, #header .header-nav-top .nav > li > a {
    padding: 0 0 0 5px;
  }
  #header .header-nav-top .nav > li > a [class*=fa-] {
    font-size: 1.125em !important;
  }
  /*header*/
  #header {
    height: 80px !important;
  }
  #header .header-logo img {
    max-width: 300px;
    width: auto;
    height: 80px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.02em;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*header-nav-links*/
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 26px 9px;
    min-height: auto;
  }
  /*lang_btn*/
  .lang_btn {
    border-radius: 10px;
  }
  .lang_btn a {
    font-size: 0.85em;
    padding: 4px 9px !important;
    border-radius: 10px;
  }
  /*index_result*/
  .index_result {
    padding: 70px 0 0 0;
  }
  .index_result .tab-content .tab-pane {
    background-size: 160% !important;
  }
  .index_result h2 span:before {
    background-size: 65%;
  }
  .index_result nav {
    padding-top: 25px;
  }
  .index_result nav .nav-tabs .nav-link {
    font-size: 1.4em;
    margin: 0 0 -4px 0;
    padding: 15px 20px 15px 35px;
  }
  .index_result .result_list_4 {
    margin: 30px 5%;
  }
  .index_result .result_list_4 .item {
    width: 25%;
    padding: 20px;
  }
  .index_result .result_list_4 .item:nth-child(even) {
    padding-top: 300px;
  }
  .index_result .result_list_4 .item:nth-child(2n+1) {
    clear: none;
  }
  .index_result .result_list_4 .item:nth-child(4n+1) {
    clear: both;
  }
  .index_result .result_list_4 .item .type {
    font-size: 1.15em;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .index_result .result_list_4 .item .font {
    min-height: 300px;
  }
  .index_result .result_list_4 .item .font .title {
    font-size: 1.4em;
  }
  .index_result .result_list_5 {
    width: 100%;
    margin: 30px 0;
  }
  .index_result .result_list_5 .item {
    padding: 0 5% 5% 5%;
  }
  .index_result .result_list_5 .item .type {
    font-size: 1.15em;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  .index_result .result_list_5 .item .font .title {
    font-size: 1.4em;
  }
  /*index_award*/
  .index_award h2 span:before {
    background-size: 90%;
  }
  /*index_news*/
  .index_news .container .bubble_01 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    left: -400px;
    top: -300px;
  }
  .index_news .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    left: -100px;
    top: -100px;
  }
  .index_news .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: -500px;
  }
  .index_news h2 span:before {
    background-size: 80%;
  }
  .index_news .list {
    padding-top: 20px;
  }
  .index_news .list .item {
    width: 25%;
    padding: 15px;
  }
  .index_news .list .item:nth-child(1) {
    width: 50%;
  }
  .index_news .list .item:nth-child(1) .img .date {
    padding: 15px 20px;
  }
  .index_news .list .item:nth-child(1) .font .title {
    font-size: 1.5em;
  }
  .index_news .list .item .img {
    border-radius: 12px;
  }
  .index_news .list .item .img img {
    border-radius: 12px;
  }
  .index_news .list .item .img .date {
    padding: 7px 15px;
  }
  .index_news .list .item .font {
    height: 160px;
  }
  .index_news .list .item .font .title {
    font-size: 1.25em;
    padding: 10px 0 0 0;
  }
  .index_news .list .item .font .con_font {
    padding-top: 10px;
    max-height: 95px;
  }
  /*index_report*/
  .index_report {
    padding: 30px 0 0 0;
  }
  .index_report h2 span:before {
    background-size: 80%;
  }
  .index_report h2 .title_En:before {
    width: 560px;
    height: 90px;
  }
  .index_report .subtitle {
    font-size: 1.1em;
  }
  .index_report .list_box:before {
    width: 1100px;
    height: 500px;
    left: -300px;
  }
  .report_list .item {
    width: calc(50% - 40px);
    margin: 40px 20px 0 20px;
    border-radius: 40px 0;
    padding: 4%;
  }
  .report_list .item .title {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .report_list .item .img {
    padding-top: 20px;
  }
  .report_list .item .down {
    padding-top: 20px;
    margin-top: 20px;
  }
  .report_list .item .down a {
    padding-right: 30px;
    font-size: 1.25em;
  }
  /*index_ma*/
  .index_ma {
    padding: 80px 0 50px 0;
  }
  .index_ma .container:before {
    width: 600px;
    height: 600px;
    left: -200px;
    top: 0;
  }
  .index_ma .container .bubble_01 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 600px;
    top: -200px;
  }
  .index_ma .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    right: 200px;
    top: 300px;
  }
  .index_ma .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 500px;
    top: -600px;
  }
  .index_ma .top {
    font-size: 4em;
    padding: 30px 0;
  }
  .index_ma h2 {
    font-size: 2.3em !important;
    padding: 10px 0 30px 0;
  }
  .index_ma .subtitle {
    font-size: 1.1em;
  }
  /*ma_step_list*/
  .ma_step_list {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .ma_step_list .item .no img {
    padding: 10px 30px;
  }
  .ma_step_list .item .title {
    font-size: 1.3em;
    color: #007CC8;
  }
  /*index_ques*/
  .index_ques .box .con_font {
    font-size: 1.25em;
  }
  /*index_link*/
  .index_link {
    padding: 80px 0 50px 0;
  }
  .index_link h2 span:before {
    background-size: 70%;
  }
  .index_link h2 .title_En:before {
    background-size: 75%;
  }
  .index_link .list .item {
    font-size: 1.5em;
  }
  .index_link .list .item .img {
    margin-bottom: 15px;
  }
  /*index_video*/
  .index_video {
    padding: 50px 0;
  }
  .index_video .bubble_01 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    right: -500px;
    top: 0;
  }
  .index_video .bubble_02 {
    background-size: 600px;
    width: 600px;
    height: 600px;
    right: -100px;
    top: 400px;
  }
  .index_video h2 {
    padding-bottom: 20px;
  }
  .index_video h2 span:before {
    background-size: 70%;
  }
  .index_video h2 .title_En:before {
    background-size: 64%;
  }
  .index_video .list_box:before {
    width: 1600px;
    height: 500px;
    left: -100px;
  }
  /*footer*/
  #footer .footer_box .footer_02 input {
    width: calc(100% - 30px);
  }
  #footer .footer_box .footer_03 .item {
    width: 50%;
  }
  /*main*/
  .menu_left .sidebar_menu, .menu_right .sidebar_menu {
    width: 250px;
  }
  .menu_left .main_con, .menu_right .main_con {
    width: calc(100% - 250px);
  }
  /*main_con*/
  .main_con {
    padding-top: 100px;
  }
  .main_con .bubble_01 {
    width: 800px;
    height: 800px;
    right: -250px;
    top: -200px;
  }
  .main_con .bubble_02 {
    width: 800px;
    height: 800px;
    right: -500px;
    top: 100px;
  }
  .main_con .bubble_03 {
    width: 1000px;
    height: 1000px;
    right: -500px;
    top: 400px;
  }
  .main_con h2 {
    padding: 40px;
  }
  .main_con .subtitle {
    font-size: 1.25em;
  }
  /*page_detail_con*/
  .page_detail_con {
    padding: 0 15px;
  }
  /*news_list*/
  .news_list.news_top .font .title {
    font-size: 1.5em;
  }
  /*read_list*/
  .read_list .item {
    padding: 20px;
  }
  .read_list .item .font .title {
    font-size: 1.25em;
  }
  /*team_list*/
  .team_list .item h3 {
    padding-bottom: 20px;
  }
  .team_list .item .img img {
    border-radius: 20px;
  }
  .team_list .item .font .title {
    padding: 20px 0 10px 0;
  }
  /*ma_icon*/
  .ma_icon {
    padding: 80px 0;
  }
  .ma_icon h3 {
    padding-bottom: 20px;
  }
  .ma_icon .item {
    padding: 15px;
  }
  .ma_icon .item .icon {
    height: 130px;
    width: 130px;
  }
  .ma_icon .item .icon:before {
    width: 130px;
    height: 130px;
  }
  .ma_icon .item .icon i {
    font-size: 3.5em;
    padding-top: 30%;
  }
  .ma_icon .item .title {
    font-size: 1.3em;
  }
  /*ma_photo*/
  .ma_photo {
    padding: 80px 20px;
  }
  .ma_photo:before {
    width: 90px;
    height: 120px;
    top: 10px;
    left: -40px;
  }
  .ma_photo:after {
    width: 90px;
    height: 120px;
    top: 10px;
    left: 60px;
  }
  .ma_photo .box {
    padding: 60px 20px 30px 20px;
    border-radius: 12px;
  }
  .ma_photo .box .font {
    font-size: 1.1em;
  }
  /*ma_plan*/
  .ma_plan {
    padding: 80px 0;
  }
  .ma_plan:before {
    width: 400px;
    height: 400px;
    left: -120px;
    top: 30px;
  }
  .ma_plan .top {
    font-size: 4em;
  }
  .ma_plan h2 {
    font-size: 2.3em !important;
  }
  .ma_plan .subtitle {
    font-size: 1.1em;
  }
  /*ma_person*/
  .ma_person {
    padding: 50px 0;
  }
  .ma_person .bubble_01 {
    background-size: 800px !important;
    width: 800px !important;
    height: 800px !important;
  }
  .ma_person .person_list .item {
    padding: 30px;
  }
  .ma_person .person_list .item .title {
    font-size: 1.5em;
  }
  .ma_person .person_list .item .img {
    padding: 10px 0;
  }
  .ma_person .person_list .item .img img {
    width: 25px;
  }
  .ma_person .person_list .item .font {
    font-size: 1.25em;
  }
  /*ques_box*/
  .ques_box {
    padding: 100px 0 30px 0;
  }
  .ques_box .ques_group + .ques_group {
    padding-top: 80px;
  }
  .ques_box .ques_group .ques {
    font-size: 1.25em;
  }
  .ques_box .ques_group .ques_type .font {
    font-size: 1.25em;
  }
  /*page_tabs*/
  .page_tabs .nav-link {
    margin-right: 5px;
    padding: 6px 20px !important;
    font-size: 1.1em;
  }
  /*heart_list*/
  .heart_list .item {
    width: 19.4%;
  }
  .heart_list .item:nth-child(3n+1) {
    clear: none;
  }
  .heart_list .item:nth-child(5n+1) {
    clear: both;
  }
  /*passion_list*/
  .passion_list .item {
    width: 16.6666666667%;
  }
  .passion_list .item:nth-child(3n+1) {
    clear: none;
  }
  .passion_list .item:nth-child(6n+1) {
    clear: both;
  }
  /*mission_ai*/
  .mission_ai:before {
    width: 210px;
    height: 240px;
  }
  .mission_ai .item {
    width: calc(50% - 120px);
    padding: 30px;
  }
  .mission_ai .item:nth-child(2n+1) {
    margin: 0 120px 30px 0;
  }
  .mission_ai .item:nth-child(2n) {
    margin: 0 0 30px 120px;
  }
  /*mission_quality*/
  .mission_quality {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
  }
  .mission_quality .item {
    width: 18%;
  }
  .mission_quality .item:nth-child(3n+1) {
    clear: none;
  }
  .mission_quality .item:nth-child(5n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  h2 {
    font-size: 2.5em !important;
  }
  h3 {
    font-size: 1.75em !important;
  }
  /*header*/
  #header .header-logo img {
    max-width: 300px;
    width: auto;
    height: 100px !important;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 1.2em;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 26px 12px;
  }
  .header-nav-main .dropdown-menu {
    font-size: 1em;
  }
  /*lang_btn*/
  .lang_btn {
    margin: 31px 0 20px 3px;
  }
  /*index_result*/
  .index_result .tab-content .tab-pane {
    background-size: auto !important;
  }
  .index_result nav .nav-tabs .nav-link {
    font-size: 1.5em;
    margin: 0 0 -4px 0;
    padding: 15px 25px 15px 40px;
  }
  .index_result h2 span:before {
    background-size: 98%;
    width: 300px;
    height: 90px;
  }
  .index_result h2 .title_En:before {
    width: 640px;
    height: 90px;
  }
  .index_result .result_list_4 {
    margin: 50px 5%;
  }
  .index_result .result_list_4 .item .type {
    font-size: 1.25em;
    padding: 15px;
    margin-bottom: 15px;
    width: 80%;
  }
  .index_result .result_list_4 .item .font .title {
    font-size: 1.6em;
  }
  .index_result .result_list_5 {
    width: 90%;
    margin: 50px 5%;
  }
  .index_result .result_list_5 .item .type {
    font-size: 1.25em;
    padding: 15px;
    margin-bottom: 15px;
    width: 80%;
  }
  .index_result .result_list_5 .item .font .title {
    font-size: 1.6em;
  }
  /*index_award*/
  .index_award .container {
    padding: 0 8% !important;
  }
  .index_award h2 span:before {
    background-size: 98%;
  }
  /*index_news*/
  .index_news .container .bubble_01 {
    background-size: 1000px;
    width: 1000px;
    height: 1000px;
    left: -600px;
    top: -700px;
  }
  .index_news .container .bubble_02 {
    background-size: 1000px;
    width: 1000px;
    height: 1000px;
    left: -100px;
    top: -300px;
  }
  .index_news .container .bubble_03 {
    background-size: 1100px;
    width: 1100px;
    height: 1100px;
    left: -500px;
  }
  .index_news h2 span:before {
    background-size: 98%;
  }
  .index_news .list {
    padding-top: 30px;
  }
  .index_news .list .item {
    width: 25%;
    padding: 30px;
  }
  .index_news .list .item:nth-child(1) {
    width: 50%;
  }
  .index_news .list .item:nth-child(1) .img .date {
    padding: 15px 20px;
  }
  .index_news .list .item:nth-child(1) .font .title {
    font-size: 1.5em;
  }
  .index_news .list .item .img {
    border-radius: 12px;
  }
  .index_news .list .item .img img {
    border-radius: 12px;
  }
  .index_news .list .item .img .date {
    padding: 7px 15px;
  }
  .index_news .list .item .font {
    height: 160px;
  }
  .index_news .list .item .font .title {
    font-size: 1.25em;
    padding: 10px 0 0 0;
  }
  .index_news .list .item .font .con_font {
    padding-top: 10px;
    max-height: 95px;
  }
  /*index_report*/
  .index_report {
    padding: 50px 0 0 0;
  }
  .index_report h2 span:before {
    background-size: 98%;
  }
  .index_report .subtitle {
    font-size: 1.5em;
  }
  .index_report .list_box:before {
    width: 1400px;
    height: 700px;
    left: -500px;
  }
  .index_report .list_box .report_list {
    padding: 50px 20px !important;
  }
  .report_list .item {
    width: calc(50% - 40px);
    margin: 30px 20px;
    border-radius: 40px 0;
    padding: 4%;
  }
  .report_list .item .title {
    font-size: 1.5em;
    padding-bottom: 20px;
  }
  .report_list .item .img {
    padding-top: 20px;
  }
  .report_list .item .down {
    padding-top: 20px;
    margin-top: 20px;
  }
  .report_list .item .down a {
    padding-right: 30px;
    font-size: 1.25em;
  }
  /*index_ma*/
  .index_ma {
    padding: 100px 0 70px 0;
  }
  .index_ma .container:before {
    width: 860px;
    height: 860px;
    left: -200px;
    top: 0;
  }
  .index_ma .container .bubble_01 {
    background-size: 1100px;
    width: 1100px;
    height: 1100px;
    left: 900px;
    top: -200px;
  }
  .index_ma .container .bubble_02 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    right: 0px;
    top: 300px;
  }
  .index_ma .container .bubble_03 {
    background-size: 1100px;
    width: 1100px;
    height: 1100px;
    left: 800px;
    top: -800px;
  }
  .index_ma .top {
    font-size: 5em;
    padding: 30px 0;
  }
  .index_ma h2 {
    font-size: 3.5em !important;
    padding: 30px 0;
  }
  .index_ma .subtitle {
    font-size: 1.2em;
  }
  /*ma_step_list*/
  .ma_step_list {
    width: 90%;
    margin: 0 5% 50px 5%;
  }
  .ma_step_list .item .no img {
    padding: 10px 30px;
  }
  .ma_step_list .item .title {
    font-size: 1.35em;
    color: #007CC8;
  }
  /*index_link*/
  .index_link h2 span:before {
    background-size: 80%;
  }
  .index_link h2 .title_En:before {
    background-size: 82%;
  }
  .index_link .list .item {
    font-size: 1.75em;
  }
  /*index_video*/
  .index_video {
    padding: 50px 0 100px 0;
  }
  .index_video .bubble_01 {
    background-size: 1000px;
    width: 1000px;
    height: 1000px;
    right: -400px;
    top: 0;
  }
  .index_video .bubble_02 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    right: 0px;
    top: 400px;
  }
  .index_video h2 {
    padding-bottom: 40px;
  }
  .index_video h2 span:before {
    background-size: 80%;
  }
  .index_video h2 .title_En:before {
    background-size: 70%;
  }
  .index_video .list_box:before {
    width: 1640px;
    height: 550px;
    left: -350px;
  }
  /*footer*/
  #footer .footer_box .footer_02 input {
    width: calc(100% - 130px);
  }
  #footer .footer_box .footer_03 .item {
    width: 25%;
  }
  /*main_con*/
  .main_con {
    padding-top: 150px;
  }
  .main_con .bubble_01 {
    width: 1000px;
    height: 1000px;
    right: -350px;
    top: -100px;
  }
  .main_con .bubble_02 {
    width: 1000px;
    height: 1000px;
    right: -700px;
    top: 300px;
  }
  .main_con .bubble_03 {
    width: 1160px;
    height: 1160px;
    right: -550px;
    top: 700px;
  }
  /*page_detail_con*/
  .page_detail_con {
    padding: 0 5%;
  }
  /*news_list*/
  .news_list.news_top .font .title {
    font-size: 1.75em;
  }
  /*team_list*/
  .team_list .item h3 {
    padding-bottom: 20px;
  }
  .team_list .item .font .title {
    font-size: 1.5em;
    padding: 20px 0 10px 0;
  }
  /*ma_icon*/
  .ma_icon {
    padding: 100px 0;
  }
  .ma_icon h3 {
    padding-bottom: 30px;
  }
  .ma_icon .item {
    padding: 20px;
  }
  .ma_icon .item .icon {
    height: 150px;
    width: 150px;
  }
  .ma_icon .item .icon:before {
    width: 150px;
    height: 150px;
  }
  .ma_icon .item .icon i {
    font-size: 4em;
    padding-top: 30%;
  }
  .ma_icon .item .title {
    font-size: 1.5em;
  }
  /*ma_photo*/
  .ma_photo {
    padding: 120px 20px 160px 20px;
  }
  .ma_photo:before {
    width: 120px;
    height: 160px;
    top: 20px;
    left: -70px;
  }
  .ma_photo:after {
    width: 120px;
    height: 160px;
    top: 20px;
    left: 60px;
  }
  .ma_photo .box {
    padding: 80px 20px 50px 20px;
    border-radius: 12px;
  }
  .ma_photo .box .font {
    font-size: 1.25em;
  }
  /*ma_plan*/
  .ma_plan {
    padding: 100px 0;
  }
  .ma_plan:before {
    width: 550px;
    height: 550px;
    left: -120px;
    top: 0;
  }
  .ma_plan .top {
    font-size: 5em;
  }
  .ma_plan h2 {
    font-size: 3.5em !important;
  }
  .ma_plan .subtitle {
    font-size: 1.2em;
  }
  /*ma_person*/
  .ma_person {
    padding: 100px 0;
  }
  .ma_person .person_list .item .img img {
    width: 30px;
  }
  /*page_tabs*/
  .page_tabs .nav-link {
    margin-right: 5px;
    padding: 8px 20px !important;
    font-size: 1.25em;
  }
  /*qrcode_list_02*/
  .qrcode_list_02 .item .title {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
  /*index_report*/
  .index_report .list_box:before {
    width: 1400px;
    height: 700px;
    left: -100px;
  }
  /*index_ma*/
  .index_ma {
    padding: 100px 0;
  }
  .index_ma .top {
    font-size: 6.25em;
  }
  .index_ma h2 {
    font-size: 6.25em !important;
  }
  .index_ma .subtitle {
    font-size: 1.5em;
  }
  /*ma_step_list*/
  .ma_step_list .item .title {
    font-size: 1.65em;
  }
  /*index_video*/
  .index_video .list_box:before {
    width: 1620px;
    height: 550px;
    left: -50px;
  }
  /*main_con*/
  .main_con .bubble_01 {
    width: 1000px;
    height: 1000px;
    right: -50px;
    top: -100px;
  }
  .main_con .bubble_02 {
    width: 1000px;
    height: 1000px;
    right: -400px;
    top: 300px;
  }
  .main_con .bubble_03 {
    width: 1160px;
    height: 1160px;
    right: -250px;
    top: 700px;
  }
  /*ma_icon*/
  .ma_icon .item .icon {
    height: 200px;
    width: 200px;
  }
  .ma_icon .item .icon:before {
    width: 200px;
    height: 200px;
  }
  .ma_icon .item .icon i {
    font-size: 5.5em;
    padding-top: 30%;
  }
  /*ma_plan*/
  .ma_plan {
    padding: 100px 0;
  }
  .ma_plan .top {
    font-size: 6.25em;
  }
  .ma_plan h2 {
    font-size: 3.75em !important;
  }
  .ma_plan .subtitle {
    font-size: 1.25em;
  }
}
@media (max-width: 767px) {
  body {
    background-size: 200%;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.1em;
  }
  h5 {
    font-size: 1em;
  }
  .title_01, .title_02 {
    font-size: 1.1em;
  }
  .title_03, .title_04 {
    font-size: 1.5em;
  }
  .btn_arrow {
    font-size: 1em;
  }
  .btn_arrow:after {
    top: 14px;
  }
  .btn_book {
    font-size: 1em;
    padding: 10px 20px;
  }
  .border_40 {
    border-radius: 20px;
  }
  /*header*/
  #header .header-body {
    background-color: #fff !important;
    box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.1) !important;
    border-bottom: none;
    border-top: none;
  }
  #header .header-column.justify-content-end .header-row:first-child {
    display: none;
  }
  #header .header-nav {
    padding: 0;
    min-height: auto;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: auto;
  }
  .header-logo {
    width: auto;
    max-width: 200px;
    height: 52px !important;
    margin: 0 !important;
  }
  .header-logo img {
    width: auto;
    height: 52px !important;
    padding: 5px !important;
  }
  .header-nav-main nav {
    max-height: 70vh !important;
    width: calc(100% + 5px);
    background: #007CC8;
  }
  .header-nav-main nav a {
    font-size: 1em !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
    color: #fff !important;
    font-weight: 400 !important;
  }
  .header-nav-main nav > ul li {
    border-color: rgba(255, 255, 255, 0.5);
    float: left !important;
    width: 100%;
  }
  .header-nav-main nav > ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav ul > li > a {
    padding: 10px 15px !important;
  }
  .header-nav-main nav .dropdown.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown ul {
    background: #003469 !important;
  }
  .header-nav-main nav .dropdown ul li a {
    padding: 10px 15px 10px 32px !important;
  }
  .header-nav-main nav .dropdown ul li a:active {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu {
    float: left !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .header-nav-main nav .dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu .dropdown-menu {
    background: #07ADE1 !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open > a {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .header-nav-main nav .dropdown .dropdown-submenu.open li a {
    padding: 10px 15px 10px 50px !important;
  }
  .header-nav-main nav .svg-img path {
    fill: #fff;
  }
  /*lang_btn*/
  .lang_btn {
    margin: 0;
  }
  /*nav-top*/
  .nav-top {
    background: #444 !important;
    padding: 0 !important;
  }
  .nav-top li {
    width: 100% !important;
    float: left !important;
    margin: 0;
    height: 38px;
    display: table !important;
  }
  .nav-top li a {
    width: 100%;
    display: block;
  }
  .nav-top select {
    margin: 3px;
    padding: 2px 5px !important;
    height: 30px;
  }
  .nav-top .lang {
    float: left;
    width: 100% !important;
  }
  .nav-top .lang .title {
    color: #fff;
    float: left;
    padding: 5px 5px 5px 20px;
    font-size: 1em;
  }
  .nav-top .share_icon {
    text-align: center;
    width: 100%;
    float: left;
    padding: 2px;
  }
  .nav-top .share_icon a {
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: 40px;
    margin: 0 5px;
  }
  .nav-top a i {
    font-size: 1.2em;
    width: 40px;
  }
  /*mobile serach*/
  #header .header-nav-features {
    padding-left: 0;
  }
  #header .header-nav-features a {
    padding: 10px;
  }
  #header .header-nav-features .header-nav-features-dropdown {
    margin-right: -100px;
    width: 101vw;
  }
  #header .header-nav-features .header-nav-features-dropdown.show {
    top: 20px;
    background: #f5f5f5;
    padding: 10px;
  }
  #header .header-nav-features:before, #header .header-nav-features:after {
    display: none;
  }
  #header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
    color: #007CC8;
  }
  .search_box {
    margin: -5px 0 0 0 !important;
  }
  .search_box label {
    background: #fff;
    max-width: 100%;
  }
  /*右側浮動選單*/
  #ICON {
    width: 30px;
    top: 60px;
    right: 15px;
  }
  #icon_btn {
    font-size: 1.1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .icon_link {
    margin-right: -10px;
  }
  .icon_link a {
    width: 40px !important;
    height: 45px !important;
  }
  .icon_link a img {
    width: 100%;
  }
  .icon_link li a:before {
    background-size: 30px;
    right: 4px;
    top: 2px;
    width: 30px;
    height: 30px;
  }
  .material-icons {
    padding: 4px 0 0 1px;
  }
  /*swiper*/
  .swiper [class^=swiper-button-] {
    width: 40px;
    height: 40px;
  }
  .swiper [class^=swiper-button-]:after {
    font-size: 1.2em;
  }
  /*index_result*/
  .index_result {
    padding: 30px 0 0 0;
  }
  .index_result .tab-content .tab-pane {
    background-size: 160% !important;
  }
  .index_result h2 span:before {
    background-size: 45%;
  }
  .index_result nav {
    padding-top: 0;
  }
  .index_result nav .nav-tabs {
    border-width: 3px;
  }
  .index_result nav .nav-tabs .nav-link {
    font-size: 1.1em;
    margin: 0 0 -2px 0;
    padding: 10px 10px 10px 25px;
    border-width: 3px;
  }
  .index_result nav .nav-tabs .nav-link:before {
    left: 8px;
    top: 10px;
  }
  .index_result nav .nav-tabs .nav-link-En {
    font-size: 1em;
  }
  .index_result .tab-content {
    padding: 0;
  }
  .index_result .result_list_4 {
    margin: 10px 0;
    width: 100%;
  }
  .index_result .result_list_4 .item {
    width: 50%;
    padding: 20px 5%;
  }
  .index_result .result_list_4 .item:nth-child(even) {
    padding-top: 20px;
  }
  .index_result .result_list_4 .item:nth-child(2n+1) {
    clear: both;
  }
  .index_result .result_list_4 .item .type {
    font-size: 1em;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 100%;
  }
  .index_result .result_list_4 .item .font {
    min-height: 200px;
    padding: 0 10px;
  }
  .index_result .result_list_4 .item .font .title {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
  .index_result .result_list_4 .item .font .con_font {
    font-size: 0.9em;
  }
  .index_result .result_list_5 {
    width: 100%;
    margin: 30px 0;
  }
  .index_result .result_list_5 .item {
    padding: 0 2% 2% 2%;
    width: 47.5% !important;
  }
  .index_result .result_list_5 .item:nth-child(2n+1) {
    clear: both;
  }
  .index_result .result_list_5 .item .type {
    font-size: 1em;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 100%;
  }
  .index_result .result_list_5 .item .font {
    padding: 0 10px;
    min-height: 200px;
  }
  .index_result .result_list_5 .item .font .title {
    font-size: 1.1em;
  }
  .index_result .result_list_5 .item .font .con_font {
    font-size: 0.9em;
  }
  /*index_award*/
  .index_award {
    padding: 40px 0 0 0;
  }
  .index_award .container {
    padding: 0 20px 0 50px !important;
  }
  .index_award h2 span:before {
    background-size: 60%;
  }
  .index_award nav {
    width: 90px;
  }
  .index_award nav .nav-link {
    padding: 0 5px 50px 0;
    font-size: 0.9em;
  }
  .index_award nav .nav-link.active {
    font-size: 1em !important;
  }
  .index_award .tab-content {
    width: calc(100% - 90px);
  }
  .index_award .tab-content .award_list .item {
    width: 100%;
    padding: 20px 4%;
  }
  .index_award .tab-content .award_list .item .img img {
    height: 60px !important;
  }
  .index_award .tab-content .award_list .item .title {
    font-size: 1em;
  }
  /*index_news*/
  .index_news .container .bubble_01 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    left: -400px;
    top: -300px;
  }
  .index_news .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    left: -100px;
    top: -100px;
  }
  .index_news .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: -500px;
  }
  .index_news h2 span:before {
    background-size: 60%;
  }
  .index_news .list {
    padding-top: 5px;
  }
  .index_news .list .item {
    width: 50%;
    padding: 10px;
  }
  .index_news .list .item:nth-child(3n+1) {
    clear: both;
  }
  .index_news .list .item:nth-child(1) {
    width: 100%;
  }
  .index_news .list .item:nth-child(1) .img .date {
    padding: 7px 15px;
  }
  .index_news .list .item:nth-child(1) .font .title {
    font-size: 1.15em;
  }
  .index_news .list .item .img {
    border-radius: 7px;
  }
  .index_news .list .item .img img {
    border-radius: 7px;
  }
  .index_news .list .item .img .date {
    padding: 7px 15px;
  }
  .index_news .list .item .font {
    max-height: 165px;
    height: auto;
  }
  .index_news .list .item .font .title {
    font-size: 1.15em;
    padding: 10px 0 0 0;
  }
  .index_news .list .item .font .con_font {
    padding-top: 10px;
    max-height: 95px;
  }
  /*index_report*/
  .index_report {
    padding: 30px 0 0 0;
  }
  .index_report h2 span:before {
    background-size: 60%;
  }
  .index_report .subtitle {
    font-size: 1em;
    padding-bottom: 30px;
  }
  .index_report .list_box:before {
    width: 800px;
    height: 400px;
    left: -300px;
  }
  .report_list {
    padding: 20px 20px 0 20px;
  }
  .report_list .item {
    width: calc(100% - 40px);
    margin: 20px;
    border-radius: 20px 0;
    padding: 4%;
  }
  .report_list .item .title {
    font-size: 1.15em;
    padding-bottom: 20px;
  }
  .report_list .item .img {
    padding-top: 20px;
  }
  .report_list .item .down {
    padding-top: 20px;
    margin-top: 20px;
  }
  .report_list .item .down a {
    padding-right: 30px;
    font-size: 1em;
  }
  .report_list .item .con_font {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /*modal*/
  .modal .modal-content {
    border-radius: 10px;
  }
  .modal .modal-body {
    padding: 5% 8%;
  }
  .modal .btn-close {
    float: right;
  }
  .modal h2 {
    font-size: 1.3em !important;
  }
  .modal h2.tree {
    position: relative;
  }
  .modal h2.tree:after {
    width: 40px;
    height: 35px;
  }
  .modal .team_modal .img {
    width: 100%;
  }
  .modal .team_modal .img img {
    border-radius: 10px;
  }
  .modal .team_modal .font {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .modal .modal-footer {
    border-top: 1px solid #007CC8;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 30px 0;
  }
  /*index_ma*/
  .index_ma {
    padding: 50px 0 50px 0;
  }
  .index_ma .container:before {
    width: 400px;
    height: 400px;
    left: -150px;
    top: 0;
  }
  .index_ma .container .bubble_01 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 400px;
    top: -200px;
  }
  .index_ma .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    right: 100px;
    top: 300px;
  }
  .index_ma .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 400px;
    top: -500px;
  }
  .index_ma .top {
    font-size: 2.5em;
    padding: 20px 0;
  }
  .index_ma h2 {
    font-size: 1.5em !important;
    padding: 0 0 20px 0;
  }
  .index_ma .subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }
  /*ma_step_list*/
  .ma_step_list {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .ma_step_list .item:after {
    width: 15px;
    height: 27px;
  }
  .ma_step_list .item .step_top {
    font-size: 1em;
  }
  .ma_step_list .item .step_top_01 {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 6px 0;
  }
  .ma_step_list .item .percent {
    font-size: 1em;
    height: 50px;
  }
  .ma_step_list .item .percent:before {
    width: 50px;
    height: 50px;
  }
  .ma_step_list .item .no {
    padding: 10px 30%;
  }
  .ma_step_list .item .title {
    font-size: 1em;
  }
  .ma_step_list .item ul {
    font-size: 0.9em;
    padding: 10px 0 0 40px;
  }
  /*index_ques*/
  .index_ques .box .con_font {
    font-size: 1em;
  }
  .index_ques .box .btn_box a {
    font-size: 1em;
    padding: 15px 50px 15px 20px;
  }
  .index_ques .box .btn_box a:after {
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 20px;
  }
  /*index_link*/
  .index_link {
    padding: 30px 0;
  }
  .index_link h2 span:before {
    background-size: 50%;
  }
  .index_link .list .item {
    font-size: 1em;
  }
  .index_link .list .item .img {
    margin-bottom: 5px;
  }
  /*index_video*/
  .index_video {
    padding: 50px 0;
  }
  .index_video .bubble_01 {
    background-size: 600px;
    width: 600px;
    height: 600px;
    right: -400px;
    top: 0;
  }
  .index_video .bubble_02 {
    background-size: 400px;
    width: 400px;
    height: 400px;
    right: -100px;
    top: 400px;
  }
  .index_video h2 {
    padding-bottom: 10px;
  }
  .index_video h2 span:before {
    background-size: 50%;
  }
  .index_video h2 .title_En:before {
    background-size: 45%;
  }
  .index_video .list_box:before {
    width: 1000px;
    height: 400px;
    left: -100px;
  }
  .index_video .list_box .item {
    width: calc(50% - 40px);
    margin: 20px;
  }
  .index_video .list_box .item .title {
    font-size: 1.1em;
  }
  /*footer*/
  #footer {
    padding: 30px 10px;
    font-size: 0.9em;
    font-weight: 400;
  }
  #footer .footer_box .footer_01 {
    width: 100%;
    padding-bottom: 10px;
  }
  #footer .footer_box .footer_01 a {
    display: inline-block;
    width: auto;
  }
  #footer .footer_box .footer_02 {
    width: 100%;
    border-top: solid rgba(255, 255, 255, 0.6) 1px;
    padding: 10px 0 20px 0;
  }
  #footer .footer_box .footer_02 input {
    width: calc(100% - 130px);
  }
  #footer .footer_box .footer_03 {
    width: 100%;
    border-top: solid rgba(255, 255, 255, 0.6) 1px;
    border-left: none;
    padding-top: 20px;
  }
  #footer .footer_box .footer_03 .item {
    width: 25%;
    padding-left: 0;
  }
  #footer .footer_box a {
    padding: 2px 10px;
  }
  #footer .copyright {
    padding-top: 0px;
  }
  /*main*/
  .main {
    padding-top: 52px;
  }
  .main .container {
    padding: 5px 5% 30px 5%;
  }
  .main .sidebar_menu {
    display: none;
  }
  .main .main_con {
    width: 100% !important;
  }
  /*main_con*/
  .main_con {
    padding: 5px 0 50px 0;
  }
  .main_con .bubble_01 {
    width: 400px;
    height: 400px;
    right: -150px;
    top: -100px;
  }
  .main_con .bubble_02 {
    width: 400px;
    height: 400px;
    right: -240px;
    top: 100px;
  }
  .main_con .bubble_03 {
    width: 600px;
    height: 600px;
    right: -350px;
    top: 200px;
  }
  .main_con h2 {
    padding: 15px 0;
    margin-bottom: 0;
  }
  .main_con .subtitle {
    font-size: 1em;
  }
  /*page_number*/
  #page_number .page_icon {
    text-align: center;
  }
  /*news_list*/
  .news_list .img {
    width: 30% !important;
  }
  .news_list .img img {
    border-radius: 6px !important;
  }
  .news_list .font {
    width: 70% !important;
    padding: 5px 0 0 25px !important;
  }
  .news_list .font .title {
    font-size: 1.15em !important;
    margin-bottom: 5px !important;
  }
  .news_list.news_top .img {
    width: 40% !important;
  }
  .news_list.news_top .font {
    width: 60% !important;
  }
  .news_list.news_top .font .title {
    font-size: 1.15em !important;
  }
  /*read_list*/
  .read_list .item {
    width: 50%;
    padding: 10px;
  }
  .read_list .item:nth-child(4n+1) {
    clear: none;
  }
  .read_list .item:nth-child(2n+1) {
    clear: both;
  }
  .read_list .item .img {
    border-radius: 6px;
  }
  .read_list .item .font {
    height: auto;
  }
  .read_list .item .font .title {
    font-size: 1.25em;
  }
  /*team_list*/
  .team_list .item {
    width: 49%;
    padding: 5%;
  }
  .team_list .item:nth-child(2n+1) {
    clear: both;
  }
  .team_list .item h3 {
    padding-bottom: 0;
  }
  .team_list .item .img img {
    border-radius: 10px;
  }
  .team_list .item .font .title {
    font-size: 1.15em;
    padding: 10px 0 5px 0;
  }
  /*ma_icon*/
  .ma_icon {
    padding: 50px 0;
  }
  .ma_icon h3 {
    padding-bottom: 10px;
  }
  .ma_icon .item {
    padding: 5px;
    width: 19%;
  }
  .ma_icon .item .icon {
    height: 90px;
    width: 90px;
  }
  .ma_icon .item .icon:before {
    width: 90px;
    height: 90px;
  }
  .ma_icon .item .icon i {
    font-size: 2.5em;
    padding-top: 30%;
  }
  .ma_icon .item .title {
    font-size: 0.9em;
    padding-top: 5px;
  }
  /*ma_photo*/
  .ma_photo {
    padding: 50px 0;
  }
  .ma_photo:before {
    width: 45px;
    height: 60px;
    top: 10px;
    left: -20px;
  }
  .ma_photo:after {
    width: 45px;
    height: 60px;
    top: 10px;
    left: 30px;
  }
  .ma_photo .box {
    padding: 40px 20px 20px 20px;
    border-radius: 8px;
  }
  .ma_photo .box:after {
    right: -30px;
    bottom: -30px;
    border-radius: 8px;
  }
  .ma_photo .box .font {
    font-size: 1em;
  }
  .ma_photo .box .img {
    font-size: 0.8em;
    padding: 20px 10px 0 10px;
  }
  .ma_photo .box .img .item {
    padding: 3%;
  }
  /*ma_plan*/
  .ma_plan {
    padding: 30px 0;
  }
  .ma_plan:before {
    width: 400px;
    height: 400px;
    left: -120px;
    top: 30px;
  }
  .ma_plan .top {
    font-size: 2.5em;
    padding-bottom: 10px;
  }
  .ma_plan h2 {
    font-size: 1.5em !important;
  }
  .ma_plan .subtitle {
    font-size: 1em;
  }
  /*ma_person*/
  .ma_person {
    padding: 30px 0;
  }
  .ma_person .bubble_01 {
    background-size: 400px !important;
    width: 400px !important;
    height: 400px !important;
  }
  .ma_person > .title {
    font-size: 1.15em;
  }
  .ma_person .person_list {
    padding-top: 20px;
  }
  .ma_person .person_list .item {
    padding: 20px 10px;
  }
  .ma_person .person_list .item .title {
    font-size: 1.1em;
  }
  .ma_person .person_list .item .img {
    padding: 10px 0 0 0;
  }
  .ma_person .person_list .item .img img {
    width: 15px;
  }
  .ma_person .person_list .item .font {
    font-size: 0.9em;
  }
  /*ma_history*/
  .ma_history h3 {
    padding-bottom: 0;
  }
  /*ques_box*/
  .ques_box {
    padding: 50px 0 30px 0;
  }
  .ques_box .ques_group + .ques_group {
    padding-top: 50px;
  }
  .ques_box .ques_group .ques {
    font-size: 1em;
  }
  .ques_box .ques_group .ques_type .font {
    width: 100%;
    font-size: 1em;
    padding: 10px 0 0 0;
  }
  .ques_box .ques_group .ques_type .font .con_font {
    font-size: 0.9em;
  }
  .ques_box .ques_group .ans .item {
    width: calc(50% - 20px);
    margin: 5px 20px 5px 0;
    font-size: 0.9em;
  }
  .ques_box .ques_group .ans .item:nth-child(2n+1) {
    clear: both;
  }
  .progress_box {
    padding: 35px 0;
  }
  .progress_box .progress {
    width: calc(100% - 50px);
  }
  .progress_box .title {
    font-size: 1em;
  }
  /*page_tabs*/
  .page_tabs {
    margin-bottom: 0px;
  }
  .page_tabs .nav-link {
    margin-right: 0 !important;
    padding: 2px 10px !important;
    font-size: 0.9em;
    margin-bottom: 5px;
  }
  /*list_left_01*/
  .list_left_01 > .item:nth-child(2n+1) {
    width: 100%;
  }
  .list_left_01 > .item:nth-child(2n) {
    width: 100%;
  }
  /*qrcode_list_02*/
  .qrcode_list_02 .item .title {
    font-size: 1em;
  }
  /*heart_list*/
  .heart_list .item {
    width: 32.3333333333%;
  }
  .heart_list .item:nth-child(2n+1) {
    clear: none;
  }
  .heart_list .item:nth-child(3n+1) {
    clear: both;
  }
  /*passion_list*/
  .passion_list .item {
    width: 33.3333333333%;
  }
  .passion_list .item:nth-child(2n+1) {
    clear: none;
  }
  .passion_list .item:nth-child(3n+1) {
    clear: both;
  }
  /*mission_ai*/
  .mission_ai:before {
    display: none;
  }
  .mission_ai .item {
    width: calc(50% - 30px);
    padding: 20px;
    margin: 15px !important;
  }
  /*mission_quality*/
  .mission_quality .item {
    width: 30%;
  }
  .mission_quality .item:nth-child(3n+1) {
    clear: both;
  }
  /*mission_ol*/
  .mission_ol .item {
    font-size: 1em;
  }
  .mission_ol .item_EN {
    text-align: left;
  }
}
/*手機版*/
@media (max-width: 576px) {
  /*index_news*/
  .index_news .list {
    padding-top: 0;
  }
  .index_news .list .item {
    width: 100%;
    padding: 20px 10px;
  }
  /*index_ma*/
  .index_ma {
    padding: 50px 0 50px 0;
  }
  .index_ma .container:before {
    width: 400px;
    height: 400px;
    left: -150px;
    top: 0;
  }
  .index_ma .container .bubble_01 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 300px;
    top: -200px;
  }
  .index_ma .container .bubble_02 {
    background-size: 500px;
    width: 500px;
    height: 500px;
    right: 0;
    top: 300px;
  }
  .index_ma .container .bubble_03 {
    background-size: 800px;
    width: 800px;
    height: 800px;
    left: 400px;
    top: -500px;
  }
  .index_ma .subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }
  /*ma_step_list*/
  .ma_step_list {
    width: 95%;
    margin: 0 5% 0 0;
  }
  .ma_step_list .item {
    width: 48.5%;
    padding-bottom: 30px;
  }
  .ma_step_list .item .no {
    padding: 10px 30%;
  }
  .ma_step_list .item .title {
    font-size: 1em;
  }
  /*index_link*/
  .index_link .list .item {
    width: 50%;
  }
  .index_link .list .item:nth-child(3n+1) {
    clear: none;
  }
  .index_link .list .item:nth-child(2n+1) {
    clear: both;
  }
  /*index_video*/
  .index_video .list_box:before {
    width: 800px;
    height: 960px;
    left: -100px;
  }
  .index_video .list_box .item {
    width: calc(100% - 40px);
    margin: 20px;
  }
  /*footer*/
  #footer .footer_box .footer_03 .item {
    width: 50%;
  }
  /*page_search*/
  .page_search > li {
    white-space: normal;
  }
  .page_search > li:first-child {
    border-right: none;
    margin-right: 0;
  }
  /*news_list*/
  .news_list .img {
    width: 100% !important;
  }
  .news_list .font {
    width: 100% !important;
    padding: 5px 0 0 0 !important;
  }
  .news_list.news_top .img {
    width: 100% !important;
  }
  .news_list.news_top .font {
    width: 100% !important;
  }
  /*img_list_3*/
  .img_list_3 img {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  /*read_list*/
  .read_list .item {
    width: 100%;
    padding: 20px 10px;
  }
  /*team_list*/
  .team_list .item {
    width: 100%;
  }
  /*ma_icon*/
  .ma_icon {
    padding: 50px 0;
  }
  .ma_icon h3 {
    padding-bottom: 0;
  }
  .ma_icon .item {
    padding: 10px 5px;
    width: 31.6666666667%;
  }
  .ma_icon .item .icon {
    height: 70px;
    width: 70px;
  }
  .ma_icon .item .icon:before {
    width: 70px;
    height: 70px;
  }
  .ma_icon .item .icon i {
    font-size: 2em;
  }
  .ma_icon .item .title {
    font-size: 0.8em;
    padding-top: 0;
  }
  /*ma_person*/
  .ma_person .bubble_01 {
    background-size: 300px !important;
    width: 300px !important;
    height: 300px !important;
  }
  .ma_person .person_list .item {
    width: 50%;
    padding: 10px 5px;
  }
  .ma_person .person_list .item:nth-child(3n+1) {
    clear: none;
  }
  .ma_person .person_list .item:nth-child(2n+1) {
    clear: both;
  }
  .ma_person .person_list .item .title {
    font-size: 1em;
  }
  .ma_person .person_list .item .img {
    padding: 0;
  }
  .ma_person .person_list .item .img img {
    margin: 1px;
  }
  .ma_person .person_list .item .font {
    font-size: 0.8em;
  }
  /*ques_box*/
  .ques_box .ques_group .ans .item {
    width: 100%;
    margin: 5px 0;
  }
  /*heart_list*/
  .heart_list .item {
    width: 48.5%;
  }
  .heart_list .item:nth-child(3n+1) {
    clear: none;
  }
  .heart_list .item:nth-child(2n+1) {
    clear: both;
  }
  /*passion_list*/
  .passion_list .item {
    width: 50%;
  }
  .passion_list .item:nth-child(3n+1) {
    clear: none;
  }
  .passion_list .item:nth-child(2n+1) {
    clear: both;
  }
  /*mission_ai*/
  .mission_ai .item {
    width: 100%;
    margin: 15px 0 !important;
    min-height: auto;
  }
  /*mission_quality*/
  .mission_quality .item {
    width: 45%;
  }
  .mission_quality .item:nth-child(3n+1) {
    clear: none;
  }
  .mission_quality .item:nth-child(2n+1) {
    clear: both;
  }
}
@media print {
  /*清除網址*/
  a[href]:after {
    content: none !important;
  }
  /*顯示背景圖*/
  *,
  *:before,
  *:after {
    background-color: inherit !important;
  }
  .bg_print {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
  }
  /*解決Safari 在列印時使用異常小的字體*/
  .container {
    width: auto;
  }
  .con_box {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A3;
  margin: 0;
}
/*-----------------------------------------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-1200 {
  max-width: 1200px;
}

.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: #ffffff !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #666 !important;
}

.gray_01 {
  color: #f5f5f5 !important;
}

.gray_02 {
  color: #ccc !important;
}

.gray_03 {
  color: #999 !important;
}

.gray_04 {
  color: #666 !important;
}

.gray_05 {
  color: #333 !important;
}

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

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

.green_01 {
  color: #588216 !important;
}

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

.orange_01 {
  color: #C45519 !important;
}

.orange_02 {
  color: #a6410a !important;
}

.brown_01 {
  color: #817461 !important;
}

.brown_02 {
  color: #513710 !important;
}

.pink {
  color: #B648B7 !important;
}

.purple {
  color: #800080 !important;
}

.bg_red {
  background: #c00 !important;
}

.bg_white {
  background: #ffffff !important;
}

.bg_black {
  background: #000 !important;
}

.bg_gray {
  background: #666 !important;
}

.bg_gray_01 {
  background: #f5f5f5 !important;
}

.bg_gray_02 {
  background: #ccc !important;
}

.bg_gray_03 {
  background: #999 !important;
}

.bg_gray_04 {
  background: #666 !important;
}

.bg_gray_05 {
  background: #333 !important;
}

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

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

.bg_green_01 {
  background: #588216 !important;
}

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

.bg_orange_01 {
  background: #C45519 !important;
}

.bg_orange_02 {
  background: #a6410a !important;
}

.bg_brown_01 {
  background: #817461 !important;
}

.bg_brown_02 {
  background: #513710 !important;
}

.bg_pink {
  background: #B648B7 !important;
}

.bg_purple {
  background: #800080 !important;
}

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

.img_padding {
  padding: 10px;
}

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

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

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

.margin_auto {
  margin: 0 auto !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

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

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

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

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

.font_nowrap {
  white-space: nowrap;
}

.btn_margin {
  margin: 2px;
}

.footer_laypu {
  display: inline-block;
}

.max-width_01 {
  max-width: 60px;
}

@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: 0px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #007CC8;
  color: #fff;
}
.table thead tr {
  background: #007CC8 !important;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #fff;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  padding: 5px 10px;
  color: #666;
}
.table tbody td a.btn_01:hover {
  color: #003469 !important;
}
.table tbody th {
  background: #E1F0F9;
  color: #007CC8;
  line-height: 130%;
}
.table td, .table th {
  border-color: transparent;
  padding: 8px 4px !important;
  vertical-align: middle;
}
.table.table-bordered {
  border: 1px solid #fff;
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid #fff;
}
.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: #003469 !important;
  color: #fff;
}
.table.table-hover tbody tr:hover a {
  color: #fff;
}
.table.table-hover tbody tr:hover a.btn_01:hover {
  color: #003469 !important;
}
.table.font_80 {
  font-size: 0.8em;
}
.table.mission_table_icon img {
  width: 40px;
}

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

table td > ol, table td > ul {
  margin-bottom: 0;
}

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

.table-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.table-row img {
  margin-right: 12px;
}

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

/*table scroll*/
.table-scrollable_02 {
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  width: 100% !important;
  margin: 0 !important;
  max-height: 360px;
}

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

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

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

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

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

.text_indent {
  text-indent: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .anchor_list a {
    font-size: 0.9em;
    padding: 3px 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: #007CC8;
  color: #fff !important;
  border: 1px solid #007CC8 !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: #007CC8;
  color: #fff !important;
  border: 1px solid #007CC8 !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;
  display: block;
}
.nav-tabs .nav-link {
  border: solid #007CC8 1px;
  border-radius: 50px;
  margin-right: 5px;
  padding: 8px 20px;
  color: #007CC8;
  display: inline-block;
}
.nav-tabs .nav-link:hover {
  color: #003469;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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