/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap");

/************
 main 
 ***********/
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  height: 100%;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

a {
  transition: all ease-in-out 0.3s;
  color: #333;
}

a:hover,
.btn:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.6;
}

a[accesskey] {
  display: inline-block;
  opacity: 0;
  z-index: 20;
  position: absolute;
}

a[accesskey]:focus {
  opacity: 1;
  color: #2eb6c7;
}

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wrapper .main {
  flex-grow: 1;
}

:focus {
  outline: 2px dashed #2eb6c7 !important;
  box-shadow: none !important;
  transition: none;
  outline-offset: -2px;
}

body:focus {
  outline: none !important;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*for IE11*/
.form-control::-ms-expand {
  display: none;
}

/*for IE11*/
input[type="text"]::-ms-clear {
  display: none;
}

/*for IE 11 消除input x*/

/* h */
h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

/*text color*/
.txt-blue {
  color: #0063c7 !important;
}

.txt-lightblue {
  color: #2eb6c7 !important;
}

.txt-gray {
  color: #777 !important;
}

.txt-red {
  color: #ea2e51 !important;
}

/* text size&bold */
.font-85 {
  font-size: 0.85rem !important;
}

.font-9r {
  font-size: 0.9rem !important;
}

.font-16 {
  font-size: 1rem !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

.font-20 {
  font-size: 1.25rem !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

/*text position*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*position*/
.pos-relative {
  position: relative;
}

/* padding & margin */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/* */
.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

/*  */
.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

/*  */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

/*  */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/*  */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/*  */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

/*  */
.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/*  */
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/*background*/
.bg-gray {
  background: #eee !important;
}

.bg-blue {
  background: #d5f0f4 !important;
}

.bg-pink {
  background: #efe4e8 !important;
}

.bg-orange {
  background: #ffede1 !important;
}

.bg-grayblue {
  background: #e7eff2 !important;
}

.bg-green {
  background: #e0f2d0 !important;
}

/* button */
button:focus {
  outline: none;
}

.btn {
  transition: all ease-in-out 0.3s;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
}

.button-group {
  display: block;
  margin: 40px 0;
}

.button-group .btn {
  margin: 0 20px;
}

.btn.btn-line-white {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  padding: 4px 30px;
  border-radius: 18px !important;
}

.btn.btn-line-blue {
  background: #2eb6c7;
  border: 2px solid #000;
  color: #fff;
  padding: 4px 30px;
  border-radius: 18px !important;
}

/* .buttonStyle{overflow: hidden;position: relative;}
.buttonStyle:after{background:#fff;content:"";height:215px;left:-95px;opacity:.2;position:absolute;top:-50px;-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg);-webkit-transition:all 1550ms cubic-bezier(0.19,1,0.22,1);transition:all 1550ms cubic-bezier(0.19,1,0.22,1);width:50px;z-index:1}
.buttonStyle:hover:after{left:120%;-webkit-transition:all 1550ms cubic-bezier(0.19,1,0.22,1);transition:all 1550ms cubic-bezier(0.19,1,0.22,1)} */

/* header */
header {
  width: 100%;
  left: 0;
  z-index: 900;
  padding-top: 0px;
  min-height: 100px;
  transition: all ease-in-out 0.3s;
  position: fixed;
  top: 0;
  background-color: #fff;
}

header .header-logo {
  line-height: 1;
  display: inline-block;
  padding-left: 180px;
  margin: 0;
  position: relative;
  z-index: 11;
}

header .header-logo a {
  display: flex;
  align-items: flex-end;
}

header .header-logo a .logo01 {
  width: 140px;
  transition: all 0.3s ease-in-out;
}

header .header-logo a .logo02 {
  width: 260px;
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
}

header .header-top {
  position: relative;
}

header .menu-area-top {
  position: absolute;
  top: -5px;
  left: 0;
}

header .block-frame {
  padding-top: 15px;
  padding-bottom: 15px;
}

header .main-menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

header .main-menu .menu-area-mb {
  display: none;
}

header .small-logo {
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}

header .small-logo li {
  padding: 0 5px;
}

header .small-logo li img {
  width: 45px;
  transition: all 0.3s ease-in-out;
}

header .menu-area-01 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 5px;
  top: auto;
  width: auto;
  right: 0;
  vertical-align: middle;
  order: 2;
  transition: all 0.3s ease-in-out;
  z-index: 15;
}

header .menu-area-01>ul {
  display: flex;
}

header .menu-area-01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .menu-area-01>ul>li {
  position: relative;
}

header .menu-area-01 ul li a {
  color: #544f5e;
  position: relative;
  padding: 0 15px;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  border-right: 1px solid #544f5e;
  line-height: 1.2;
}

header .menu-area-01 ul li:last-child a {
  padding-right: 0;
  border: none;
}

header .menu-area-01 ul li a:hover {
  color: #2eb6c7;
  opacity: 1;
}

header .menu-area-01-mb {
  display: none;
}

header .main-menu .main-menu-frame {
  order: 1;
  width: 100%;
}

header .main-menu .main-menu-frame ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

header .main-menu .main-menu-frame .menu-lv1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header .main-menu .main-menu-frame .menu-lv1>li {
  flex: 1 1 auto;
  position: relative;
}

header .main-menu .main-menu-frame .menu-lv1>li.web-sitemap-mb {
  display: none;
}

header .main-menu .main-menu-frame .menu-lv1>li .menulv1-title {
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  color: #010101;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all ease-out 0.3s;
}

header .main-menu .main-menu-frame .menu-lv1>li .menulv1-title:hover {
  opacity: 1;
}

header .main-menu .main-menu-frame .menu-lv1>li.active .menulv1-title {
  color: #fff;
  background-size: 150%;
  background: #05c7ad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05c7ad 1%, #275f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 1;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%) !important;
  z-index: 10;
}
/*20220613>>CHT want disable this */
/* header .main-menu .main-menu-frame .menu-lv1>li .menulv1-title:before {
  content: "";
  background: #010101;
  width: 1px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */

header .main-menu .main-menu-frame .menu-lv1>li:last-child .menulv1-title:before {
  display: none;
}

header .main-menu .main-menu-frame .menu-lv2 {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-size: 150%;
  background: #05c7ad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05c7ad 1%, #275f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 1rem;
  transition: all ease-in-out 0.3s;
}

header .main-menu .main-menu-frame .menu-lv2>ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: auto;
  padding: 10px 0;
}

header .main-menu .main-menu-frame .menu-lv2>ul>li {
  padding: 0;
  margin: 0;
}
/*20220613>>CHT want disable this */
/* header .main-menu .main-menu-frame .menu-lv2>ul>li a:before {
  content: "";
  background: url(../img/icon/arrow-white.png) no-repeat center center;
  background-size: contain;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 20px;
  transition: all ease-in-out 0.3s;
} */

header .main-menu .main-menu-frame .menu-lv2>ul>li a {
  color: #fff;
  padding: 5px 30px 5px 20px;
  display: block;
  background: transparent;
  position: relative;
  font-size: 1rem;
}

header .main-menu .main-menu-frame .menu-lv2>ul>li a:hover {
  color: #2eb6c7;
  background: #fff;
  opacity: 1;
}

header .main-menu .main-menu-frame .menu-lv2>ul>li a:hover:before {
  background: url(../img/icon/arrow-green.png) no-repeat;
}

header .main-menu .main-menu-frame .menu-lv1>li.active .menu-lv2 {
  display: block;
  opacity: 1;
}

header .main-menu .menu-area-01 ul li .login-dropdown-box,
header .login-dropdown-box {
  display: none;
  position: absolute;
  width: 100%;
  background: #eee;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

header .main-menu .menu-area-01 ul li .login-dropdown-box a,
header .login-dropdown-box a {
  padding: 8px 15px;
  width: 100%;
  height: auto;
  font-weight: 400;
  font-family: "Noto Sans TC", "Roboto", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

header .main-menu .menu-area-01 ul li .login-dropdown-box a:hover,
header .login-dropdown-box a:hover {
  background: transparent;
  color: #2eb6c7;
}

header .main-menu .menu-area-01 ul li:hover .login-dropdown-box {
  display: block;
}

.fixed-pt .main {
  margin-top: 120px;
}

header.fixed {
  position: fixed;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

header.fixed .block-frame {
  padding-top: 15px;
  padding-bottom: 5px;
}

header.fixed .header-logo {
  margin: 0;
  padding-left: 160px;
}

header.fixed .header-logo a .logo01 {
  width: 120px;
}

header.fixed .header-logo a .logo02 {
  width: 250px;
}

header.fixed .small-logo li img {
  width: 40px;
}

header.fixed .menu-area-01 {
  display: none;
}

header.fixed .main-menu .main-menu-frame .menu-lv1>li .menulv1-title {
  font-size: 1rem;
  padding: 10px 15px;
}

header.fixed .main-menu .main-menu-frame .menu-lv1>li .menulv1-title:before {
  height: 20px;
}

header .xs-menu-toggle,
.close-menu-xs {
  display: none;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

/*home*/
.marquee-box {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 15px 0;
  margin: 40px 0;
}

.marquee-box .megaphone {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.marquee-box .megaphone:after {
  content: "";
  width: 30px;
  height: 10px;
}

.marquee-slider {
  padding: 0 80px 0 30px;
}

.marquee-slider .slick-prev,
.marquee-slider .slick-next {
  font-size: 0;
  border: none;
  position: absolute;
  padding: 0;
  width: 7px;
  height: 12px;
}

.marquee-slider .slick-prev {
  background: url(../img/icon/next.png) no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
  right: 62px;
  top: 6px;
}

.marquee-slider .slick-next {
  background: url(../img/icon/next.png) no-repeat center center;
  background-size: 100%;
  right: 15px;
  top: 7px;
}

.marquee-box .pause {
  position: absolute;
  right: 37px;
  top: 18px;
  line-height: 1;
}

.marquee-box .pause button {
  padding: 0;
  line-height: 1;
}

.marquee-box .pause img {
  width: 10px;
}

.marquee-slider .marquee-item {
  color: #544f5e;
  height: 25px;
  overflow: hidden;
}

.marquee-slider .marquee-item a {
  color: #000;
}

.home-service {
  display: flex;
  background: #ffe6a5;
  overflow: hidden;
}

.service-top {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 120px;
}

.service-top:after {
  content: "";
  width: 60%;
  height: 100%;
  bottom: -20px;
  right: -120px;
  background: url(../img/meeting-hp.png) no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  z-index: -2;
}

.service-top .service-list01 {
  width: 50%;
}

.service-top .service-list01 ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

.service-top .service-list01 ul .service-item {
  flex: 1 1 auto;
  padding: 0 15px 15px;
}

.service-top .service-list01 ul .service-item:nth-child(odd) {
  width: 55%;
}

.service-top .service-list01 ul .service-item:nth-child(even) {
  width: 45%;
}

.service-top .service-list01 ul .service-item a {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.service-top .service-list01 ul .service-item a img {
  width: 50px;
}

.service-top .service-list01 ul .service-item a p {
  font-size: 1.125rem;
  color: #000;
  padding-left: 10px;
  padding-top: 5px;
  margin: 0;
  font-weight: 400;
}

.service-top .service-list01 ul .service-item a .arrow {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  background: none;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 8px;
  transition: all 0.3s ease-in-out;
}

.service-top .service-list01 ul .service-item a .arrow:before {
  content: "";
  width: 15px;
  height: 30px;
  background: url(../img/icon/arrow-b.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-top .service-list01 ul .service-item a:hover {
  transform: scale(1.1);
  opacity: 1;
}

.service-top .service-list01 ul .service-item a:hover .arrow {
  background-size: 150%;
  background: #05c7ad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05c7ad 1%, #275f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.service-top .service-list01 ul .service-item a:hover .arrow:before {
  background: url(../img/icon/arrow-w.png) no-repeat center center;
  background-size: contain;
  width: 12px;
}

.home-info {
  margin-top: -50px;
}

.homeInfoBox {
  padding-bottom: 20px;
  background: #fff;
  box-shadow: 5px -5px 10px 0 rgb(0, 0, 0, 0.2);
}

.homeInfoBox .news-top {
  position: relative;
}

.homeInfoBox .nav-tabs {
  border-bottom: 1px solid #2eb6c7;
}

.homeInfoBox .nav-tabs .nav-item {
  margin: 0;
  flex: 1 1 auto;
  max-width: 50%;
}

.homeInfoBox .nav-tabs .nav-link {
  border: none;
  background: #fff;
  height: 50px;
  border-radius: 0;
  position: relative;
  color: #010101;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeInfoBox .nav-tabs .nav-link:hover {
  opacity: 1;
}

.homeInfoBox .nav-tabs .nav-link:before {
  content: "";
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #2eb6c7;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.homeInfoBox .nav-tabs .nav-link.active:before,
.homeInfoBox .nav-tabs .nav-link:hover:before {
  opacity: 1;
}

.homeInfoBox .know-more {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 120px;
  position: static;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  background-size: 150%;
  background: #05c7ad;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05c7ad 1%, #275f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 20px;
  padding: 6px 32px 6px 15px;
  border: 2px solid #000;
  position: relative;
}

.homeInfoBox .know-more:before {
  content: "";
  background: url(../img/icon/arrow-w.png) no-repeat center center;
  background-size: contain;
  width: 17px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.homeInfoBox .know-more:hover {
  background: none;
  color: #000;
  opacity: 1;
}

.homeInfoBox .tab-pane .news-list {
  flex-direction: column;
  padding: 20px 10px;
  display: flex;
}

.homeInfoBox .tab-pane .news-list li {
  width: 100%;
  flex: 0 0 100%;
  padding-bottom: 20px;
  display: flex;
  border: none;
  align-items: center;
}

.homeInfoBox .tab-pane .news-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.homeInfoBox .tab-pane .news-list li .left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.homeInfoBox .tab-pane .news-list li .news-tag {
  display: inline-block;
  letter-spacing: 2px;
  background: none;
  color: #ff3385;
  margin: 0;
  flex: 0 0 auto;
  padding: 0 5px;
  font-size: 0.8rem;
}

.homeInfoBox .tab-pane .news-list li .news-title {
  margin: 0;
  padding: 0 5px;
}

.homeInfoBox .tab-pane .news-list li .news-title a {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.homeInfoBox .tab-pane .news-list li .news-date {
  color: #555;
  font-size: 0.9rem;
  padding: 0 5px;
}

.homeInfoBox .service-gp .service-list02 {
  height: 100%;
}

.home-service-bottom {
  margin-bottom: 40px;
}

/* .service-list02{box-shadow: 5px -5px 10px 0 rgba(0,0,0,.2);} */
.service-list02>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.service-list02>ul>li {
  padding: 0;
  width: 25%;
  flex: 1 1 25%;
}

.service-list02>ul>li .service-box {
  padding: 25px;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.service-list02>ul>li .service-box .title {
  color: #0063c7;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 0;
  position: relative;
  line-height: 1.3;
}

.service-list02>ul>li .service-box .item-list li {
  padding-bottom: 10px;
}

.service-list02>ul>li .service-box .item-list li:last-child {
  padding: 0;
}

.service-list02>ul>li .service-box .item-list li a {
  font-size: 1.125rem;
  position: relative;
  color: #101010;
  font-weight: 500;
}

.service-list02>ul>li .service-box .item-list li a:before {
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/icon/next.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 9px;
  right: -12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.service-list02>ul>li .service-box .item-list li a:hover {
  opacity: 1;
}

.service-list02>ul>li .service-box .item-list li a:hover:before {
  opacity: 0.5;
}

.service-list02>ul>li .service-box .imgBox {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-list02>ul>li .service-box.bg-pink .imgBox {
  right: -30px;
  bottom: -10px;
}

.service-list02>ul>li .service-box.bg-orange .imgBox {
  right: -20px;
  bottom: 0;
}

.service-list02>ul>li .service-box.bg-grayblue .imgBox {
  right: -35px;
  bottom: -15px;
}

.service-list02>ul>li .service-box.bg-green .imgBox {
  right: -30px;
}

.service-list02>ul>li .service-box.bg-pink .imgBox img,
.service-list02>ul>li .service-box.bg-grayblue .imgBox img {
  width: 250px;
}

.service-list02>ul>li .service-box.bg-orange .imgBox img {
  width: 230px;
}

.service-list02>ul>li .service-box.bg-green .imgBox img {
  width: 270px;
}

.service-list02>ul>li .service-box.bg-light .title {
  color: #000;
}

.service-list02>ul>li .service-box.bg-light .item-list li a {
  color: #000;
}

/* footer */
footer {
  background: #fff;
  border-top: 1px solid #dddddd;
  color: #000;
  padding: 40px 0;
  z-index: 2;
}

footer .copyright {
  font-size: 0.9rem;
  color: #999;
  margin: 0;
}

.footer-box {
  display: flex;
  justify-content: space-between;
}

.footer-contact .privacy {
  color: #555;
  font-size: 1rem;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  display: inline-block;
}

.footer-contact ul {
  display: flex;
  margin-bottom: 20px;
}

.footer-contact ul li {
  display: flex;
  padding-right: 40px;
}

.footer-contact ul li img {
  width: 50px;
}

.footer-contact ul li .text {
  display: flex;
  color: #555;
  align-items: center;
  line-height: 1;
}

.footer-contact ul li .text p {
  margin: 0;
}

.footer-contact ul li .text a {
  color: #555;
  padding-left: 15px;
}

.footer-contact ul li .text .phone {
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-contact ul li .text .mail {
  border-bottom: 1px solid #555;
  padding-bottom: 3px;
}

.footer-right {
  padding-top: 40px;
  position: relative;
}

.footer-right .imgBox {
  position: absolute;
  right: -40px;
  top: -150px;
  width: 240px;
}

.footer-right .imgBox img {
  width: 100%;
}

.footer-right .hf-mark img {
  width: 170px;
  max-width: 100%;
}

.footer-right p {
  color: #555;
  margin: 0;
}

.footer-right p span {
  padding-left: 5px;
}

.home .footer-right .imgBox {
  display: none;
}

/*home*/
.home .main {
  margin-top: 140px;
}

/*content*/

hr {
  border-color: #333;
}

.hide {
  display: none;
}

.num-sq {
  font-size: 0.9rem;
  display: inline-block;
  transform: translateY(-5px);
}

.container-xl,
.container-md {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb {
  padding: 10px 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-item {
  font-size: 0.85rem;
}

.breadcrumb .breadcrumb-item a {
  font-size: 0.85rem;
  color: #000;
}

.breadcrumb-item.active {
  color: #2eb6c7;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 1.75;
  font-size: 1.125rem;
  font-weight: 300;
}

.h3,
h3 {
  font-size: 1.875rem;
  margin-bottom: 40px;
  font-weight: 700;
}

.h4,
h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.h5,
h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.h6,
h6 {
  font-size: 0.85rem;
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

.ol-type01 {
  font-size: 1.125rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 24px;
}

.ol-type01 li {
  counter-increment: step;
  /*自訂計數器名稱*/
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.ol-type01 li:before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  font-family: "Roboto";
}

.ul-type01 {
  font-size: 1.125rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 24px;
}

.ul-type01 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.ul-type01 li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333;
  position: absolute;
  left: 6px;
  top: 12px;
}

.ul-type02 {
  font-size: 1.125rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 24px;
}

.ul-type02 li {
  margin-bottom: 10px;
  color: #333;
}

.table {
  color: #333;
}

.table td,
.table th {
  padding: 15px 20px;
}

.table.table-type01 {
  color: #333;
}

.table.table-type01 thead th {
  border-bottom: 1px solid #000;
}

.table.table-type01 td,
.table.table-type01 th {
  border: 1px solid #000;
  font-size: 1.25rem;
}

.table.table-type01 td {
  border-bottom: 1px solid #ddd;
}

.table.table-type01 tr:last-child td {
  border-bottom: 1px solid #000;
}

.table.table-type02 thead th {
  border-bottom: 1px solid #000;
  border-top: none;
  font-size: 1.25rem;
}

.table.table-type02 td,
.table.table-type02 th {
  border-bottom: 1px solid #eee;
}

.table.table-type02 tr:last-child td {
  border-bottom: 1px solid #000;
}

.table.table-type03 thead th {
  border: 1px solid #000;
  font-size: 1.25rem;
}

.table.table-type03 td,
.table.table-type03 th {
  border: none;
  border-right: 1px solid #000;
}

.table.table-type03 tr td:first-child,
.table.table-type03 tr th:first-child {
  border-left: 1px solid #000;
}

.table.table-type03 tbody tr:nth-child(odd) td {
  background: #eeeeee;
}

.table.table-type03 tbody tr:nth-child(even) td {
  background: #ffffff;
}

.table.table-type03 tr:last-child td {
  border-bottom: 1px solid #000;
}

.table.table-type04 thead th {
  border-bottom: 1px solid #333;
  border-top: none;
  font-size: 1.25rem;
}

.table.table-type04 td,
.table.table-type04 th {
  border-top: none;
}

.table.table-type04 tr:last-child td {
  border-bottom: 1px solid #333;
}

.table.table-type04 tbody tr:nth-child(odd) td {
  background: #d5f0f4;
}

.table.table-type05 thead th {
  border-bottom: 1px solid #333;
  border-top: none;
  font-size: 1.25rem;
}

.table.table-type05 td,
.table.table-type04 th {
  border-top: none;
}

.card {
  border: none;
  border-radius: 0;
}

.card .card-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.accordion>.card .card-header {
  margin: 0;
}

.collapse-type01 {
  margin: 60px 0;
}

.collapse-type01 .card .card-header .btn-link {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  padding: 20px 60px 20px 20px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #ddd;
  background: #2eb6c7;
  position: relative;
  text-decoration: none !important;
}

.collapse-type01 .card .card-header .btn-link.collapsed {
  background: #fff;
  color: #333;
}

.collapse-type01 .card .card-header .btn-link.collapsed:hover {
  background: #eee;
  text-decoration: none;
  opacity: 1;
}

.collapse-type01 .card .card-header .btn-link:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/icon/close-card.png) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.collapse-type01 .card .card-header .btn-link.collapsed:before {
  background: url(../img/icon/plus-card.png) no-repeat center center;
}

.collapse-type01 .card:last-child .card-header .btn-link {
  border-bottom: 1px solid #ddd;
}

.collapse-type01 .card .card-header .btn-link>span {
  padding-right: 15px;
}

.collapse-type01 .card .card-body {
  padding: 25px 50px;
}

.pagination {
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-radius: 0;
}

.page-item .page-link {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 1.125rem;
  margin: 0;
  text-align: center;
  color: #333;
  border: none !important;
  padding: 6px 15px;
  background: transparent !important;
  position: relative;
  border-radius: 0 !important;
}

.page-item .page-link:before {
  content: "";
  opacity: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #2eb6c7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.page-item.disabled .page-link {
  display: none;
}

.page-item .page-link.active {
  z-index: 2;
}

.page-item .page-link.active:before {
  opacity: 1;
}

.page-item .page-link.active {
  opacity: 1 !important;
}

.page-item .page-link[aria-label="Next"]:before,
.page-item .page-link[aria-label="Previous"]:before {
  display: none;
}

.page-item .page-link img {
  width: 9px;
}

/*input*/
::placeholder {
  /* CSS 3 標準 */
  color: #999;
}

::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #999;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.form-control {
  padding: 10px 25px;
  height: auto;
  border: none;
  border-radius: 0;
  line-height: 1.5;
  color: #333333;
  font-size: 1.125rem;
}

.selectBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  color: #000;
}

.selectBox label {
  font-size: 1.25rem;
  font-weight: 700;
  padding-right: 30px;
  margin: 0;
}

.selectBox select {
  line-height: 1.5;
  padding: 10px 40px 10px 25px;
  width: auto;
  border-bottom: 1px solid #000;
  background: url(../img/icon/downArrow-w.png) no-repeat 95% center;
  appearance: none;
}

/*20220221*/
.selectBox.selectSortBox {
  margin: 0;
  background: #2eb6c7;
  color: #fff;
  padding: 25px 0;
  margin: -25px -25px 0;
}

.selectBox.selectSortBox select {
  border-color: #fff;
  color: #fff;
}

.selectBox.selectSortBox select:focus {
  background: url(../img/icon/downArrow-w.png) no-repeat 95% center;
}

.selectBox.selectSortBox select option {
  background: #fff;
  color: #333;
}

.selectBox.selectSortBox .icon {
  padding-right: 20px;
}

.selectBox.selectSortBox .icon img {
  width: 70px;
}

.selectStyleBox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  font-size: 1.125rem;
  background-color: #fff;
  background: url(../img/icon/select-arrow.png) no-repeat right center;
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #000;
  padding: 10px 45px 10px 25px;
  width: 100%;
}

.selectStyleBox select:disabled {
  opacity: 0.6;
  background-color: #f5f5f5;
}

.input-group {
  align-items: center;
  margin: 0 -15px;
  width: auto;
}

.input-group.input-type01 {
  align-items: flex-start;
}

.input-type01 label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
}

.input-type01 .selectStyleBox {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-type01 .selectStyleBox select {
  max-width: 320px;
}

.input-type01 input {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 1.125rem;
  height: auto;
}

.input-type01 .verification-box {
  display: flex;
  align-items: center;
}

.input-type01 .verification-box input {
  max-width: 320px;
}

.input-type01 .verification-box input~img,
.input-type01 .verification-box input~.replay {
  margin-left: 20px;
}

.input-type01 .verification-box .replay img {
  width: 26px;
  transform: rotate(-90deg);
}

.input-type01 .verification-box .replay i {
  font-size: 1.5rem;
  transform: rotate(275deg);
  display: inline-block;
}

.input-type01 .remark {
  position: absolute;
  top: 55px;
  width: 100%;
  padding: 0 15px;
  left: 0;
  font-size: 1rem;
}

.input-type01 .remark.form-check {
  width: auto;
  left: 15px;
}

.input-type01 .input-inline .selectStyleBox select {
  max-width: 100%;
}

.input-type01 .input-group-append button {
  border: 1px solid #000;
  padding-left: 8px;
  padding-right: 8px;
  height: 49px;
}

.input-type01 .input-group-append img {
  width: 26px;
}

.input-type01.upload_file .label-text {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
}

.input-type01.upload_file .custom-file {
  border: 1px solid #333;
  border-radius: 0;
  font-size: 1.125rem;
  height: auto;
  display: flex;
  max-width: 320px;
}

.input-type01.upload_file .custom-file-label {
  overflow: hidden;
  width: calc(100% - 85px);
  height: auto;
  padding: 10px 15px;
  border: none;
  background: transparent;
  color: #333;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 10px 25px;
}

.input-type01.upload_file .custom-file-label::after {
  display: none;
}

.input-type01.upload_file .custom-file .custom-file-input {
  padding: 6px 15px;
}

.input-type01.upload_file .input-group-text {
  border: none;
  border-left: 1px solid #333;
  background: transparent;
  border-radius: 0;
  color: #333;
  padding: 12px 12px 11px;
}

.input-type01.upload_file .input-group-text img {
  margin-right: 5px;
  width: 20px;
}

.input-inline {
  display: flex;
  margin: 0 -10px;
  width: auto;
}

.input-inline .input-item {
  display: flex;
  padding: 0 10px;
  align-items: center;
  width: 100%;
}

.input-inline .input-item.w-sm {
  width: 150px;
  flex: 0 0 150px;
}

.input-inline .input-item.w-lg {
  max-width: 100%;
  width: 100%;
  flex: 1 1 100%;
}

.input-inline .input-item.w-340 {
  width: 340px;
  flex: 0 0 340px;
}

.input-inline .input-item.w-auto {
  width: auto;
  flex: 1 1 auto;
}

.input-inline .input-item span {
  padding-left: 10px;
}

.input-inline .input-item p {
  margin: 0;
  white-space: nowrap;
}

.input-inline .input-item p span {
  padding-right: 10px;
}

.input-inline .pad-style {
  display: flex;
  width: auto;
}

.input-inline .pad-style.w-340 {
  width: 340px;
  flex: 0 0 340px;
}

.input-inline .pad-style.w-auto {
  width: auto;
  flex: 1 1 auto;
}


.selectBox.black_arrow select {
  background: url(../img/icon/arrow-d.png) no-repeat 95% center;
}

.form-check {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  min-width: 80px;
  text-align: center;
}

.form-check .form-check-label {
  width: auto !important;
  padding: 0;
}

.form-check .form-check-label .checkmark,
.form-check .form-check-label .text {
  cursor: pointer;
}

.form-check input {
  opacity: 0;
}

.form-check-input:disabled~.checkmark {
  background-color: #f7f7f7;
  cursor: not-allowed;
}

.form-check-input:disabled~.text {
  color: #ccc;
  cursor: not-allowed;
}

.form-check .form-check-label:hover .form-check-input:disabled~.text {
  color: #ccc
}

.form-check .text {
  position: relative;
  z-index: 1;
  padding-left: 0 !important;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 300;
  margin-left: 25px;
}

.form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
}

.form-check.type01 {
  padding: 10px 15px;
}

.form-check.type01 .checkmark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #333;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}


.form-check.type01 input:checked~.checkmark:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #2eb6c7;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}

.form-check.type02 .checkmark {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 2px solid #333;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.form-check.type02 input:checked~.checkmark {
  background-color: #2eb6c7;
}

.form-check.type02 input:checked~.checkmark:after {
  content: "";
  background: url(../img/icon/check-w.png) no-repeat center center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
}


/*page*/
.text-box {
  color: #000;
}

.text-box.shadow {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1) !important;
  padding: 20px;
}

.text-block {
  margin: 40px 0;
}

.text-box p {
  margin-bottom: 10px;
}

.text-box .title.h4 {
  font-weight: 700;
}

.text-box .ol-type01 li {
  font-weight: 700;
}

.text-box .table .ol-type01 li {
  font-weight: 400;
}

.text-box .remark {
  color: #424242;
  margin-bottom: 10px;
}

.page-title {
  padding: 10px 0;
  border-bottom: 2px solid #2eb6c7;
}

.page-title h2 {
  font-size: 2.25rem;
  color: #0587c3;
  font-weight: 700;
  margin: 0;
}

.page-title .tool-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title .tool-top>a {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  border: 2px solid #000;
  border-radius: 18px;
  padding: 4px 35px 4px 15px;
  display: flex;
  align-items: center;
  color: #000;
}

.page-title .tool-top>a:before {
  content: "";
  width: 15px;
  height: 22px;
  background: url(../img/icon/arrow-b2.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.main-content {
  background: #ffe19e;
}

.main-content .content-container {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 120px;
}

.main-content .content-container.new-container {
  padding: 0;
}

.sitemap-box {}

.sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sitemap>li {
  width: calc(25% - 20px);
  flex: 0 0 25%;
  max-width: calc(25% - 20px);
  margin: 0 10px 20px;
  padding: 15px;
}

.sitemap>li>a {
  font-size: 1.25rem;
  font-weight: 500;
  cursor: default;
}

.sitemap>li>a:hover {
  opacity: 1;
}

.sitemap>li.no-lv2 a {
  cursor: pointer;
}

.sitemap>li.no-lv2 a:hover {
  color: #2eb6c7;
  opacity: 1;
}

.sitemap .sitemap2 {
  margin: 15px 0;
}

.sitemap .sitemap2>li {
  margin-bottom: 10px;
}

.sitemap .sitemap2>li>a {
  color: #4c4c4c;
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.sitemap .sitemap2>li>a:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333;
  position: absolute;
  left: 6px;
  top: 7px;
}

.sitemap .sitemap2>li>a:hover {
  color: #2eb6c7;
  opacity: 1;
}

.sitemap .sitemap2>li>a:hover:before {
  background-color: #2eb6c7;
}

.news-list-box .news-list {
  flex-direction: column;
  /* display: flex; */
}

.news-list-box .news-list li {
  width: 100%;
  flex: 0 0 100%;
}

.news-list-box .news-list li:nth-child(even) {
  background: #fffbef;
}

.news-list-box .news-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.news-list-box .news-list li a {
  padding: 20px 200px 20px 10px;
  display: flex;
  align-items: center;
  color: #000;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.news-list-box .news-list li a:hover {
  background-size: 150%;
  background: #05c7ad;
  /* Old browsers */
  background: -moz-linear-gradient(-86deg, #05c7ad 1%, #275f9f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-86deg, #05c7ad 1%, #275f9f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(94deg, #05c7ad 1%, #275f9f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: inset 0 2px 5px 0 rgb(0 0 0 / 10%);
  opacity: 1;
}

.news-list-box .news-list li a:before {
  content: "";
  opacity: 0;
  width: 13px;
  height: 23px;
  background: url(../img/icon/arrow-next-w.png) no-repeat center center;
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.news-list-box .news-list li a:hover:before {
  opacity: 1;
}

.news-list-box .news-list li .left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.news-list-box .news-list li .news-tag {
  display: inline-block;
  letter-spacing: 2px;
  background: none;
  color: #ff3385;
  margin: 0;
  flex: 0 0 auto;
  padding: 0 10px;
  font-size: 0.8rem;
}

.news-list-box .news-list li .news-title {
  margin: 0;
  padding: 0 10px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list-box .news-list li .news-date {
  color: #555;
  font-size: 0.9rem;
  padding: 0 10px;
}

.news-list-box .news-list li a:hover .news-tag,
.news-list-box .news-list li a:hover .news-date,
.news-list-box .news-list li a:hover .news-title {
  color: #fff;
}

.news-item-box {
  padding-bottom: 120px !important;
}

.news-item-box h3>span {
  display: block;
  padding-left: 20px;
  font-size: 0.85rem;
  position: relative;
  font-weight: 400;
}

.news-item-box h3>span:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-item-box a {
  text-decoration: underline;
  font-weight: 500;
}

.news-item-box h4,
.news-item-box .h4 {
  color: #e66d00;
  position: relative;
  padding-left: 15px;
}

.news-item-box h4:before,
.news-item-box .h4:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 25px;
  left: 0;
  top: 5px;
  background: #e66d00;
}

.news-item-box .ul-type01 li:before {
  background-color: #e66d00;
}

.news-item-box .ul-type01 li p.font-bold {
  color: #e66d00;
}

.news-item-box .imgBox {
  text-align: center;
  margin-bottom: 20px;
}

.news-item-box .imgBox img {
  padding: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  max-width: 100%;
  background: #fffdf7;
}

.new-head {
  margin: -20px -20px 20px;
  background: #2eb6c7;
  color: #fff;
  padding: 20px 20px 20px 110px;
  position: relative;
}

.new-head:before {
  content: "";
  width: 70px;
  height: 50px;
  background: url(../img/icon/new.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.new-head h3,
.new-head .h3 {
  margin: 0;
}

.new-head h6,
.new-head .h6 {
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.new-head h6:before,
.new-head .h6:before {
  content: "";
  width: 14px;
  height: 16px;
  background: url(../img/icon/place.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new-head h6 span {
  padding: 0 30px;
  position: relative;
}

.new-head h6 span:before {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  background: #fff;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.service-box h3 {
  margin-bottom: 20px;
  color: #000;
}

.service-box h3 img {
  width: 40px;
  margin-right: 10px;
}

.service-box hr {
  border-color: #eee;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 25px;
}

.service-item {
  width: 100%;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

.service-item .sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  background: #d5f0f4;
  padding: 10px 20px;
}

.service-item.half {
  width: 50%;
}

.service-item ul {
  margin: 0;
  padding: 20px 20px 10px;
  display: flex;
  flex-wrap: wrap;
}

.service-item ul li {
  margin-bottom: 10px;
  color: #000;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
  flex: 0 0 25%;
  font-size: 1.125rem;
}

.service-item ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  left: 6px;
  top: 9px;
}

.service-item.half ul li {
  width: 50%;
  flex: 0 0 50%;
}

.service-item p {
  padding: 20px;
  color: #000;
}

.service-item .service-panel {
  background: #fffbef;
  height: 100%;
}

.search-form {
  margin: 40px 0;
}

.search-result {
  margin: 40px 0;
}

.search-result .result-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  padding: 20px;
  background: #d5f0f4;
}

.search-result .result-block+.result-block {
  margin-top: 40px;
}

.search-result .result-count {
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.search-result .result-count span.count {
  font-size: 1.5rem;
  margin: 0 5px;
}

.download-box {
  margin-bottom: 40px;
  margin-top: 40px;
}

.download-box .table.table-type02 tbody tr:nth-child(even) {
  background: #fffbef;
}

.epage-form {
  display: none;
}

.epage-form.show {
  display: block;
}

.epage-img img {
  width: 100%;
}

/*index*/
.wrapper.index .main {
  background: #ffe6a5;
}

.wrapper.index h3 {
  margin-top: 20px;
}

.wrapper.index .index-list {
  margin: 20px 0;
}

.wrapper.index .index-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.wrapper.index .index-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #2eb6c7;
  position: absolute;
  top: 10px;
  left: 0;
}

.wrapper.index .index-list li a {
  display: flex;
}

.wrapper.index .index-list li a span {
  padding-left: 5px;
}