/* ----- Banner ----- */
.banner_block {
  position: relative;
  overflow: hidden;
}

.banner_title {
  color: #fff;
}

.banner_line {
  background-color: #fff;
  height: 1px;
  width: 100%;
  margin: 18px 0;
}

.banner_info {
  width: 100%;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb * {
  color: #fff;
}

.breadcrumb span {
  padding: 0 5px;
}

.breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.no_banner_breadcrumb a {
  color: #90a4ae;
}

.no_banner_breadcrumb a:hover {
  color: #90a4ae;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .banner_block {
    height: 300px;
    position: relative;
    background-color: #fff;
  }

  .banner_block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .banner_block .container {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
  }

  .banner_title {
    font-weight: bold;
    font-size: 50px;
    line-height: 67px;
  }
}

@media (max-width: 1199px) {
  .banner_block {
    background-image: none !important;
  }

  .banner_tb {
    height: 200px;
    background-color:#fff;
  }

  .banner_block .container {
    padding: 0;
  }

  .banner_info {
    background-color: #016dce;
    font-size: 36px;
    line-height: 54px;
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .banner_info {
    padding: 30px 20px;
  }
}

/* left_menu */
.has_left_menu {
  position: relative;
  display: flex;
  height: auto !important;
}

.has_left_menu .left_block {
  position: absolute;
  position: relative;
  /* width: 35.4%; */
  width: calc((100% - 1160px) / 2 + 300px);
}

.hide.left_block {
  /* height: 70px;
	left: 70px;
	z-index: 100;
	transform: rotate(90deg); */
}

.left_menu_btn {
  position: absolute;
  opacity: 0;
  background-color: #063a6c;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
}

.left_menu_hide .left_menu_btn {
  position: absolute;
  opacity: 1;
  /* transform-origin: 37.5px 37.5px; */
  transform-origin: 61.5px 61.5px;
  transform: rotate(90deg);
  z-index: 10;
  left: 100%;
  height: 123px;
  pointer-events: auto;
}

.left_menu_btn p {
  padding: 0 25px;
}

.has_left_menu .left_block {
  /* transform-origin: 0 0; */
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background-color: #002243;
  height: 100%;
}

.left_menu_hide .left_block {
  left: calc((-100% + 1160px) / 2 - 300px);
  position: absolute;
}

.has_left_menu .right_block {
  padding-left: 60px;
  /* padding-right: 60px; */
}
.has_left_menu .right_block.no-padding {
  padding-left: 0px;
}

.has_left_menu .right_block .container {
  padding: 0;
}

.left_menu_show .right_block .container {
  margin: 0;
}

.right_block .container {
  padding: 0;
}

.left_menu_hide .right_block .container {
  padding: 0 20px;
}

.left_menu {
  color: #ffffff;
}

.left_menu_title {
  width: 100%;
  background-color: #063a6c;
  cursor: pointer;
}

.left_menu_title p {
  width: 300px;
  padding: 25px 0;
  display: flex;
  align-items: center;
}

.left_menu_btn img,
.left_menu_title p img {
  margin-right: 15px;
}

.left_menu_title,
.left_menu .menu {
  display: flex;
  justify-content: flex-end;
}

.left_menu_hide .left_menu_title {
  justify-content: flex-start;
  padding-left: 30px;
}

.left_menu {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: relative;
}

.left_menu .menu {
  background-color: #002243;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.left_menu_inner {
  position: relative;
  display: inline-block;
  left: 0;
}

.left_menu_hide .menu {
  left: -120%;
}

.left_menu_list {
  width: 300px;
}

.left_menu li a {
  display: inline-block;
  width: 100%;
}

.left_menu_list>li>a:hover {
  color: #fff;
}

.left_menu_list>li>a {
  font-size: 24px;
  line-height: 34px;
  padding: 20px 0;
  padding-right: 20px;
  color: #607d8b;
}

.left_menu_list>li.active>a {
  color: #fff;
}

ul.left_lv2 a {
  position: relative;
  font-size: 19px;
  line-height: 34px;
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  padding: 8px 44px 8px 25px;
  color: #fff;
  display: flex;
}

.left_lv2 a::before {
  display: block;
  content: "\f0a9";
  font-family: FontAwesome;
  padding-right: 5px;
}

.left_lv2 a.active,
.left_lv2 a:hover {
  color: #00c4ff;
  left: 3px;
}

.left_lv2 {
  display: none;
}

.has_child.active .left_lv2 {
  display: block;
}

.has_left_menu .right_block {
  /* margin-left: calc((100% - 1160px)/2 + 300px); */
  transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  flex: 1;
}

.left_menu_hide .right_block {
  margin: 0;
  margin-left: 77px;
  margin: 0;
  padding: 0;
}

.common_padding {
  padding: 100px 0 120px;
}

@media (max-width: 1450px) and (min-width: 1200px) {

  /* .has_left_menu .right_block {
		padding-left: 40px;
		padding-right: 20px;
	}

	*/
  .left_menu_hide .right_block {
    margin-left: 120px;
  }
}

@media (min-width: 1200px) {
  .left_menu_show .right_block .container {
    max-width: 800px;
  }
}

@media (max-width: 1199px) {
  .has_left_menu {
    display: block;
  }

  .has_left_menu .right_block {
    margin: 0;
    padding: 0;
  }

  .has_left_menu .right_block .container {
    padding: 0 40px;
  }

  .common_padding {
    padding: 40px 0 80px;
  }
}

@media (max-width: 767px) {
  .has_left_menu .right_block .container {
    padding: 0 20px;
  }
}

/* relative_app_block */
.relative_app_block {
  background-color: #002243;
  padding: 100px 0 120px;
}

.relative_app_block .title {
  color: #fff;
  padding-bottom: 36px;
}

.relative_app_item {
  position: relative;
  width: calc((100% - 60px) / 3);
}

.relative_app_item a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  overflow: hidden;
}

.relative_app_item a:before {
  display: block;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}

.relative_app_item a:hover:before {
  opacity: 0.3;
}

.relative_app_item a:hover .img_block {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.relative_app_item .img_block {
  width: 100%;
  padding-top: 74.86%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.relative_app_item .title {
  padding: 0 30px;
  position: absolute;
  height: 86px;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1199px) {
  .relative_app_block {
    padding: 60px 0;
  }

  .relative_app_item .title {
    padding: 0 20px;
    height: 65px;
    bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}

/* left menu */
.left_menu {
  transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
}

.left_menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
}

.left_menu.hide .left_menu_list {}

@media (max-width: 767px) {
  .left_menu {
    display: none;
  }
}

/* news_item */
.news_swiper {
  padding: 20px 10px;
}

.news_swiper {
  margin: -20px -10px;
}

.news_item {
  /* width: 23.56%; */
  /* width: 50% !important; */
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  /* height: auto; */
  position: relative;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transform: translateY(0px);
}

.news_item .share_block {
  position: absolute;
  top: 20px;
  right: 30px;
}

.news_item .share_block .share_btn {
  width: 35px;
  height: 22px;
  cursor: pointer;
  position: relative;
}

.news_item .share_block .share_btn::before,
.news_item .share_block .share_btn::after {
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/share/umc_share.svg);
  background-position: right;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  display: block;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;

}

.news_item .share_block .share_btn::after {
  opacity: 0;
}

.news_item .share_block .share_btn:hover:before,
.news_item .share_block .share_btn.active:before {
  opacity: 0;
}

.news_item .share_block .share_btn::after {
  background-image: url(../images/share/umc_share_hover.svg);
}

.news_item .share_block .share_btn.active::after,
.news_item .share_block .share_btn:hover::after {
  opacity: 1;
}

.news_item .share_list_wrap {
  display: none;
  position: absolute;
  right: -10px;
}

.news_item .share_list {
  display: flex;
  background-color: #0057A6;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
  border-radius: 3px;
  padding: 0 20px;
  margin-top: 10px;
  position: relative;
  height: 45px;
}


.news_item .share_list::before {
  width: 10px;
  height: 10px;
  background: #0057A6;
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  transform: rotate(45deg);
  transform-origin: center;
  top: -5px;
}

.news_item .share_list li+li {
  margin-left: 20px;
}

.news_item .share_list a {
  position: relative;
  height: 45px !important;
  display: inline-block;
}

.news_item .share_list a::before,
.news_item .share_list a::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  top: 0;
}

.news_item .share_list a::after {
  opacity: 0;
}

.news_item .share_list a:hover::before {
  opacity: 0;
}

.news_item .share_list a:hover::after {
  opacity: 1;
}

.news_item .share_list .fb {
  width: 8px !important;
}

.news_item .share_list .fb::before {
  background-image: url(../images/share/umc_share_fb.svg);
}

.news_item .share_list .fb::after {
  background-image: url(../images/share/umc_share_fb_hover.svg);
}

.news_item .share_list .twitter {
  width: 18px !important;
}

.news_item .share_list .twitter::before {
  background-image: url(../images/share/umc_share_twitter.svg);
}

.news_item .share_list .twitter::after {
  background-image: url(../images/share/umc_share_twitter_hover.svg);
}

.news_item .share_list .linkedin {
  width: 13px !important;
}

.news_item .share_list .linkedin::before {
  background-image: url(../images/share/umc_share_linkedin.svg);
}

.news_item .share_list .linkedin::after {
  background-image: url(../images/share/umc_share_linkedin_hover.svg);
}

.news_item .share_list .google {
  width: 21px !important;
}

.news_item .share_list .google::before {
  background-image: url(../images/share/umc_share_google.svg);
}

.news_item .share_list .google::after {
  background-image: url(../images/share/umc_share_google_hover.svg);
}

.news_item .share_list .line {
  width: 17px !important;
}

.news_item .share_list .line::before {
  background-image: url(../images/share/umc_share_line.svg);
}

.news_item .share_list .line::after {
  background-image: url(../images/share/umc_share_line_hover.svg);
}

.news_item .share_list .mail {
  width: 18px !important;
}

.news_item .share_list .mail::before {
  background-image: url(../images/share/umc_share_mail.svg);
}

.news_item .share_list .mail::after {
  background-image: url(../images/share/umc_share_mail_hover.svg);
}

.news_item.has_border {
  border: 1px solid #cfd8dc;
}

.swiper-slide>a {
  display: block;
  width: 100%;
}

.news_info {
  padding: 30px 30px 20px;
}

.news_item_2 .news_info {
  padding: 35px 30px;
}

.news_item_2.has_share .news_info {
  padding-top: 62px;
}

.news_date {
  color: #455a64;
}

.news_title {
  color: #455a64;
  height: 148px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
}

div+.news_title {
  margin-top: 15px;
}

.news_item_2 .news_title {
  margin: 0;
}

.news_img {
  width: 100%;
  background-position: center;
  background-size: 100%;
  padding-top: 66.31%;
  background-repeat: no-repeat;
}

.news_item.has_border .news_img {
  border-top: 1px solid #cfd8dc;
}

.news_inner_text {
  padding-top: 66.31%;
  position: relative;
}

.news_inner_text p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px 30px 0;
  color: #546e7a;
  font-size: 18px;
  line-height: 28px;
  max-height: 166px;
  overflow: hidden;
}

.html_template_banner.has_share .title {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}

.has_left_news_title .date {
  color: #455A64;
}

.has_left_news_title .title {
  padding-top: 16px;
  color: #455A64;
}

.has_left_news_title .share_list {
  padding-top: 30px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #90A4AE;
  margin-bottom: 60px;
}

.html_template_banner.has_share .share_list {
  margin-bottom: 17px;
}

.has_left_news_title .share_list li+li {
  margin-left: 23px;
}

.has_left_news_title .share_list a {
  position: relative;
  height: 20px !important;
  display: inline-block;
}

.has_left_news_title .share_list a::before,
.has_left_news_title .share_list a::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  top: 0;
}

.has_left_news_title .share_list a::after {
  opacity: 0;
}

.has_left_news_title .share_list a:hover::before {
  opacity: 0;
}

.has_left_news_title .share_list a:hover::after {
  opacity: 1;
}

.has_left_news_title .share_list .fb {
  width: 9px;
}

.has_left_news_title .share_list .fb::before {
  background-image: url(../images/share/umc_share_fb_large.svg);
}

.has_left_news_title .share_list .fb::after {
  background-image: url(../images/share/umc_share_fb_large_hover.svg);
}

.has_left_news_title .share_list .twitter {
  width: 20px;
}

.has_left_news_title .share_list .twitter::before {
  background-image: url(../images/share/umc_share_twitter_large.svg);
}

.has_left_news_title .share_list .twitter::after {
  background-image: url(../images/share/umc_share_twitter_large_hover.svg);
}

.has_left_news_title .share_list .linkedin {
  width: 16px;
}

.has_left_news_title .share_list .linkedin::before {
  background-image: url(../images/share/umc_share_linkedin_large.svg);
}

.has_left_news_title .share_list .linkedin::after {
  background-image: url(../images/share/umc_share_linkedin_large_hover.svg);
}

.has_left_news_title .share_list .google {
  width: 25px;
}

.has_left_news_title .share_list .google::before {
  background-image: url(../images/share/umc_share_google_large.svg);
}

.has_left_news_title .share_list .google::after {
  background-image: url(../images/share/umc_share_google_large_hover.svg);
}

.has_left_news_title .share_list .line {
  width: 20px;
}

.has_left_news_title .share_list .line::before {
  background-image: url(../images/share/umc_share_line_large.svg);
}

.has_left_news_title .share_list .line::after {
  background-image: url(../images/share/umc_share_line_large_hover.svg);
}

.has_left_news_title .share_list .mail {
  width: 22px;
}

.has_left_news_title .share_list .mail::before {
  background-image: url(../images/share/umc_share_mail_large.svg);
}

.has_left_news_title .share_list .mail::after {
  background-image: url(../images/share/umc_share_mail_large_hover.svg);
}

@media (min-width: 1200px) {
  .news_item:hover {
    color: #0057a6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }

  .news_item:hover .news_title,
  .news_item:hover .news_info,
  .news_item:hover .news_info_2,
  .news_item:hover .news_inner_text p {
    color: #0057a6;
  }
}

@media (max-width: 1199px) {
  .news_title {
    height: 180px;
  }

  .news_item_2 .news_title {
    height: 180px;
  }

  .has_left_news_title .title {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  div+.news_title {
    margin-top: 31px;
  }

  .news_item_2 .news_title {
    height: 180px;
  }

  .news_item_2 .news_img {
    padding-top: 75.51%;
    background-size: cover;
  }
}

/* large share block */
.large_share_block {
  padding-top: 30px;

}

/* swiper箭頭 */
.swiper {
  z-index: 40;
}

.swiper_arrow_block {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 30px auto 0;
  height: 40px;
}

.swiper_arrow_block.btn_30 {
  height: 30px;
  margin-top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  padding: 10px;
  position: static;
  margin: 0;
  outline: none !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper_arrow_block.btn_30 .swiper-button-next:before,
.swiper_arrow_block.btn_30 .swiper-button-next:hover:after {
  background-size: 30px;
  background-position: 20px center;
}

.swiper_arrow_block.btn_30 .swiper-button-prev:before,
.swiper_arrow_block.btn_30 .swiper-button-prev:hover:after {
  background-size: 30px;
  background-position: 10px center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  margin-right: -10px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: none;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  margin-left: -10px;
}

.swiper-button-next::before,
.swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  z-index: 1;
}

.swiper-button-prev:before {
  background-image: url(../images/umc_swiper_left.svg);
  opacity: 1;
  left: 0;
  margin-left: -10px;
}

.swiper-button-next:before {
  background-image: url(../images/umc_swiper_right.svg);
  opacity: 1;
  margin-right: -10px;
  right: 0;
  left: auto;
}

.app_prev_btn:before {
  background-image: url(../images/umc_swiper_left_2.svg);
  background-size: 30px;
}

.app_next_btn:before {
  background-image: url(../images/umc_swiper_right_2.svg);
  background-size: 30px;
}

.swiper-button-disabled.swiper-button-next::before {
  background-image: url(../images/umc_swiper_right_disabled.svg);
}

.swiper-button-disabled.swiper-button-prev::before {
  background-image: url(../images/umc_swiper_left_disabled.svg);
}

.swiper-button-disabled.app_next_btn::before {
  background-image: url(../images/umc_swiper_right_disabled_2.svg);
}

.swiper-button-disabled.app_prev_btn::before {
  background-image: url(../images/umc_swiper_left_disabled_2.svg);
}

.btn_blue .swiper-button-next.swiper-button-disabled,
.btn_blue .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.btn_blue .swiper-button-next.swiper-button-disabled::before {
  background-image: url(../images/umc_right_arrow_disable.svg);
}

.btn_blue .swiper-button-prev.swiper-button-disabled::before {
  background-image: url(../images/umc_left_arrow_disable.svg);
}

.btn_blue .swiper-button-next::before {
  background-image: url(../images/umc_right_arrow_normal.svg);
}

.btn_blue .swiper-button-prev::before {
  background-image: url(../images/umc_left_arrow_normal.svg);
}

/* PC才有hover  */
@media (min-width: 1200px) {
  .swiper-button-prev:hover:after {
    background-image: url(../images/umc_swiper_left_hover.svg);
    opacity: 1;
    left: 0;
    margin-left: -10px;
  }

  .swiper-button-next:hover:after {
    background-image: url(../images/umc_swiper_right_hover.svg);
    opacity: 1;
    margin-right: -10px;
    right: 0;
    left: auto;
  }

  .btn_blue .swiper-button-next:hover::after {
    background-image: url(../images/umc_right_arrow_hover.svg);
  }

  .btn_blue .swiper-button-prev:hover::after {
    background-image: url(../images/umc_left_arrow_hover.svg);
  }
}

@media (max-width: 1199px) {
  .swiper_arrow_block {
    height: 30px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-size: 30px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-size: 30px;
    margin-right: -15px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-size: 30px;
    margin-left: -15px;
  }

  .swiper_arrow_block.btn_30 .swiper-button-next:before,
  .swiper_arrow_block.btn_30 .swiper-button-next:hover:after {
    background-position: 15px center;
  }

  .swiper_arrow_block.btn_30 .swiper-button-prev:before,
  .swiper_arrow_block.btn_30 .swiper-button-prev:hover:after {
    background-position: 15px center;
  }

  .swiper_arrow_block .swiper-button-next::before,
  .swiper_arrow_block .swiper-button-prev::before,
  .swiper_arrow_block .swiper-button-next::after,
  .swiper_arrow_block .swiper-button-prev::after {
    background-size: 30px;
  }

  .swiper-button-prev::before,
  .swiper-button-prev:hover:after {
    margin-left: -15px;
  }

  .swiper-button-next::before,
  .swiper-button-next:hover:after {
    margin-right: -15px;
  }

  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    display: none !important;
  }
}

/* tab swiper */
.tab_swiper {
  border-bottom: 1px solid #cfd8dc;
}

.tab_swiper .swiper-wrapper {
  align-items: flex-end;
}

.tab_swiper .swiper-slide {
  width: 190px;
  width: 25% !important;
  text-align: center;
  padding: 13px 10px;
  position: relative;
  cursor: pointer;
  color: #455a64;
}

.tab_swiper .active {
  color: #0057a6;
}

.tab_swiper .active::after {
  background-color: #0057a6;
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 7px;
}

.html_swiper_block {
  padding-top: 60px;
}

.html_swiper_block .swiper-wrapper {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.html_swiper_block .swiper-slide {
  width: 100% !important;
}

@media (max-width: 1199px) {
  .tab_swiper .swiper-slide {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) {
  .html_swiper_block {
    padding-top: 36px;
  }

  .tab_swiper .swiper-slide {
    width: 50% !important;
    font-size: 16px;
    line-height: 24px;
  }
}

.qa_list>li {
  padding: 30px 35px;
  border-bottom: 1px solid #cfd8dc;
}

.qa_list>li:first-child {
  border-top: 1px solid #cfd8dc;
}

.qa_list .title {
  cursor: pointer;
  padding-right: 40px;
  position: relative;
  color: #455a64;
}

.qa_list .title:before {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  pointer-events: none;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  color: #0057a6;
  font-size: 30px;
}

.qa_list_2 .title {
  font-size: 24px;
  line-height: 36px;
}

.qa_list .title .subtitle {
  font-size: 20px;
  line-height: 34px;
  color: #0057a6;
  padding-bottom: 10px;
}

.qa_list .open.title {
  /* background-image: url(../images/umc_select_icon_open.png); */
  color: #039be5;
}

.qa_list .open.title::before {
  content: "\f106";
}

.qa_list .open {
  /* pointer-events: none; */
}

.qa_list .open .title,
.qa_list .html_edit {
  pointer-events: auto;
}

.qa_list .html_edit {
  padding-top: 40px;
}

.qa_list_2 .html_edit {
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .qa_list>li {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .qa_list .html_edit {
    padding-bottom: 10px;
  }

  .qa_select_block .common_select {
    padding: 20px;
    background-position: calc(100% - 20px) center;
  }

  .qa_list>li {
    padding: 20px;
  }

  .qa_list_2>li {
    padding: 25px 20px;
  }

  .qa_list .title {
    font-size: 20px;
    line-height: 34px;
  }

  .qa_list_2 .title {
    font-size: 24px;
    line-height: 36px;
  }
}

/* bottom_next_link */
.bottom_next_link {
  background-image: url(../images/umc_bottom_next_link_bg.jpg);
  height: 300px;
}

.bottom_next_link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.bottom_next_link .top_info {
  color: #455a64;
  font-size: 18px;
  line-height: 50px;
  padding-top: 75px;
}

.bottom_next_link .btm_info {
  color: #0057a6;
  font-size: 30px;
  line-height: 50px;
}

.bottom_next_link .next_btn {
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px !important;
  width: 30px !important;
  margin: 20px auto 0;
  pointer-events: none;
  position: relative;
}

.bottom_next_link .next_btn::after {
  background-image: url(../images/umc_swiper_right_2.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: block;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  opacity: 1;
}

.bottom_next_link a:hover .next_btn::after,
.bottom_next_link a:active .next_btn::after,
.bottom_next_link a:focus .next_btn::after {
  opacity: 0;
}

.bottom_next_link .next_btn::before {
  background-image: url(../images/umc_swiper_right_2_hover.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  display: block;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  opacity: 0;
}

.bottom_next_link a:hover .next_btn::before,
.bottom_next_link a:active .next_btn::before,
.bottom_next_link a:focus .next_btn::before {
  opacity: 1;
}

@media (max-width: 1199px) {
  .bottom_next_link .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 320px;
  }

  .bottom_next_link .top_info {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .bottom_next_link .btm_info {
    font-size: 24px;
    line-height: 36px;
  }
}

/* 開合 */
.faq_btn {
  text-align: right;
}

.faq_btn span {
  display: inline-block;
  padding: 0 0 16px 20px;
  width: auto;
  font-size: 18px;
  line-height: 28px;
  color: #0057a6;
  margin-right: 0;
  cursor: pointer;
}

.faq_list>li:first-child {
  border-top: 1px solid #cfd8dc;
}

.faq_list>li {
  border-bottom: 1px solid #cfd8dc;
}

.faq_list .title {
  padding: 30px 35px;
  color: #455a64;
  cursor: pointer;
  padding-right: 80px;
  position: relative;
}

.faq_list .title:before {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  pointer-events: none;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  color: #0057a6;
  font-size: 30px;
}

.faq_list .open.title::before {
  content: "\f106";
}

.faq_list .title.open {
  border-bottom: 0;
}

.faq_list .title.open {
  /* background-image: url(../images/umc_select_icon_open.png); */
  color: #039be5;
}

@media screen and (max-width: 1199px) {
  .faq_list .title {
    padding-right: 60px;
  }

  .faq_list .title:before {
    right: 20px;
  }
}

/* search_bar */
.search_bar {
  background-color: #0257a6;
  padding: 17px 0;
}

.search_bar .search_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* input_block */
.search_bar .input_block {
  display: flex;
  width: 82%;
}

.search_bar .input_block .search_icon {
  background-image: url(../images/umc_search_icon.svg);
  width: 31px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

.search_bar .input_block input[type="text"] {
  width: 100%;
  padding-right: 20px;
  background-color: transparent;
  color: #fff;
  border: 0;
}

/*webkit瀏覽器專用*/
.search_bar ::-webkit-input-placeholder {
  color: #fff;
}

/*Firefox 4-18瀏覽器專用*/
.search_bar input::-moz-placeholder {
  color: #fff;
}

/*Firefox 19+瀏覽器專用*/
.search_bar input::-moz-placeholder {
  color: #fff;
}

/*IE10瀏覽器專用*/
.search_bar:-ms-input-placeholder {
  color: #fff;
}

/* 清除ie的close樣式 */
.search_bar .input_block input[type="text"]::-ms-clear {
  display: none;
}

.search_bar .input_block input[type="text"]:focus {
  outline: none;
}

/* btn_block */
.search_bar .btn_block {
  display: flex;
  align-items: center;
}

.search_bar .btn_block .close_btn {
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
  cursor: pointer;
}

.search_bar .btn_block .close_btn i {
  color: #00c4ff;
  font-size: 30px;
  line-height: 30px;
}

.search_bar .btn_block input[type="button"] {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  width: 150px;
  height: 46px;
  border-radius: 50px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}

.search_bar .btn_block input[type="button"]:hover {
  background-color: #fff;
}

.search_bar .btn_block input[type="button"]:hover {
  color: #0057a6;
}

.search_bar .btn_block input[type="button"]:focus {
  outline: none;
}

.search_bar .input_block {
  height: 30px;
}

@media screen and (max-width: 1199px) {

  /* search_bar */
  .search_bar .input_block {
    align-items: center;
  }

  .search_bar .input_block .search_icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .search_bar .btn_block input[type="button"] {
    display: none;
  }

  .search_bar .btn_block .close_btn {
    margin-right: 0px;
  }

  .search_bar {
    padding: 25px 0;
  }
}

/* .side-link */
.side-link {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 50vh;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
}

.side-link li {
  width: 50px;
  position: relative;
}

.side-link .img-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  z-index: 10;
}

.side-link .txt-block {
  position: absolute;
  left: 0px;
  top: 0;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 3px 0px 0px 3px;
  white-space: nowrap;
  padding: 0 10px;
}

.side-link a:hover .txt-block {
  transform: translate(-99%, 0%);
  -moz-transform: translate(-99%, 0%);
  -webkit-transform: translate(-99%, 0%);
  -o-transform: translate(-99%, 0%);
}
