html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif, "Noto Sans TC", sans-serif, "Noto Sans", sans-serif;
}

/* 整個捲軸 */
::-webkit-scrollbar { width: 10px; height: 10px;}
/* 捲軸的軌道 */
::-webkit-scrollbar-track { background: #d9d9d9; }
/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece{ background: #d9d9d9; }
/* 滑動的區塊 */
::-webkit-scrollbar-thumb { background: #009d85;}
/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover { background: #009d85; }

/* nav */
.eg_navbar{
  padding: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar{
  background-color: #fff;
  transition: 0.6s;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.nav_scroll{
  background-color: transparent;
  transition: 0.6s;
  box-shadow: none;
}
#inner .nav_scroll{
  background-color: #fff;
}
.navbar_area{
  padding: 0px;
}
.brand_logo{
  padding: 24px 24px;
}
.logo{
  background: url('../image/logo.svg') left center no-repeat;
  width: 300px;
  height: 40px;
  cursor: pointer;
  background-size: contain;
}
.nav_top{
  padding: 15px 0px;
}
.nav_linkarea{
  justify-content: flex-end;
}
.nav_linkarea .nav-link{
  color: #282828;
  background-color: transparent;
  border: none;
  padding: 30px 30px !important;
  transition: 0.4s;
  font-size: 18px;
  position: relative;
}
.nav_scroll .nav_linkarea .nav-link{
  color: #fff;
}
#inner .nav_linkarea .nav-link{
  color: #282828;
}
.eg_navbar:hover{
  background-color: #fff;
}
.nav_linkarea .nav-item:hover .nav-link{
  color: #009d85 !important;
}
.eg_navbar:hover .nav_linkarea .nav-link{
  color: #282828;
}
.nav_linkarea .nav-link::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #009d85;
  left: 0;
  bottom: 0;
  opacity: 0;
  margin-bottom: -1px;
}
.lang_drop .btn{
  padding: 31px 30px;
  border-radius: 0px;
}
.lang_drop .btn:focus{
  box-shadow: none;
}
.lang_btn{
  background: url('../image/lang_icon_b.svg') no-repeat center;
  width: 24px;
  height: 24px;
  border: none;
}
.lang_btn:focus{
  box-shadow: none;
}
.nav_scroll .lang_btn{
  background: url('../image/lang_icon.svg') no-repeat center;
}
.eg_navbar:hover .lang_btn{
  background: url('../image/lang_icon_b.svg') no-repeat center;
}
#inner .lang_btn{
  background: url('../image/lang_icon_b.svg') no-repeat center;
}
.lang_dropmenu{
  background-color: #009d85;
  border-radius: 0px;
  min-width: 100px;
  left: 50% !important;
  transform: translateX(-50%);
  margin-top: 0px !important;
}
.lang_dropmenu .dropdown-item{
  color: #fff;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}
.lang_dropmenu .dropdown-item:hover{
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
/* dropdown_menu */
.eg_dropmenu{
  border: none;
  background-color: #009d85;
  padding: 0px;
  border-radius: 0px;
  margin-top: 1px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 50% !important;
  transform: translateX(-50%);
}
.eg_dropmenu .dropdown-item{
  color: #fff;
  padding: 10px 15px;
  transition: 0.4s;
  font-size: 18px;
}
.eg_dropmenu .dropdown-item:hover{
  background-color: #007e6b;
}
.eg_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.eg_dropmenu .dropdown-item:focus{
  background-color: transparent;
}

@media(min-width: 991px){
  .eg_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .eg_dropmenu{
    display: block;
  }
  .lang_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
}
@media(max-width: 1499px){
  .nav_linkarea .nav-link{
    padding: 30px 20px !important;
  }
}
@media(max-width: 1299px){
  .logo{
    width: 250px;
    height: 35px;
  }
  .nav_linkarea .nav-link{
    font-size: 16px;
  }
  .lang_dropmenu .dropdown-item{
    font-size: 16px;
  }
  .eg_dropmenu .dropdown-item{
    font-size: 16px;
  }
  .lang_btn{
    width: 22px;
    height: 22px;
  }
}
@media(max-width: 1199px){
  .brand_logo{
    padding: 14px 20px;
  }
  .logo{
    width: 250px;
    height: 35px;
  }
  .nav_linkarea .nav-link{
    padding: 20px 15px !important;
  }
  .lang_drop .btn{
    padding: 20px 20px;
  }
  .lang_btn{
    width: 22px;
    height: 22px;
  }
}
@media(max-width: 1099px){
  .nav_linkarea .nav-link{
    padding: 20px 12px !important;
  }
}
@media(max-width: 991px){
  .nav_scroll{
    background-color: #fff;
  }
  .eg_navbar{
    border-bottom: none;
  }
  .nav_scroll .brand_logo{
    border-right: none;
  }
  .eg_navbar:hover .brand_logo{
    border-right: none;
  }
  .brand_logo{
    padding: 10px 12px;
    border-right: none;
  }
  .nav_scroll .nav_linkarea .nav-link{
    color: #282828;
  }
  .nav_linkarea{
    background-color: #f5f5f5;
  }
  .nav_linkarea .nav-link{
    width: 100%;
    text-align: center;
    padding: 10px !important;
  }
  .eg_dropmenu{
    transform: translateX(0%);
    text-align: center;
  }
  .eg_dropmenu .dropdown-item{
    padding: 10px;
  }
  .lang_drop{
    position: absolute;
    right: 55px;
    top: 0px;
  }
  .lang_drop .btn{
    padding: 0px;
    width: 55px;
    height: 55px;
    background-color: #f5f5f5;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .eg_navbar:hover .lang_drop .btn{
    border-left: none;
  }
  .nav_scroll .lang_drop .btn{
    border-left: none;
  }
  .nav_scroll .lang_btn{
    background: url('../image/lang_icon_b.svg') no-repeat center;
  }
  .navbar-toggler{
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0px;
    border: none;
    border-radius: 0px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    box-shadow: none !important;
    background-color: #009d85;
  }
  .navbar-toggler .hamburguer_btn{
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .navbar-toggler.on .line1 {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggler.on .line2 {
    opacity: 0;
  }
  .navbar-toggler.on .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
@media(max-width: 575px){
  .logo{
    width: 200px;
    height: 30px;
  }
  .nav_linkarea .nav-link{
    font-size: 14px;
  }
  .lang_dropmenu .dropdown-item{
    font-size: 14px;
  }
  .eg_dropmenu .dropdown-item{
    font-size: 14px;
  }
  .lang_drop{
    right: 50px;
  }
  .lang_drop .btn{
    width: 50px;
    height: 50px;
  }
  .navbar-toggler{
    height: 50px;
    width: 50px;
  }
}
@media(max-width: 390px){
  .logo{
    width: 180px;
    height: 30px;
  }
}

/* banner */
.index_block{
  padding: 0;
  overflow: hidden;
}
.banner_block{
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.banner_tblock{
  position: absolute;
  max-width: 1520px;
  width: 100%;
  margin: auto;
  z-index: 2;
  padding: 0px 24px;
}
.btitle{
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.b_tsm_block{
  display: flex;
  align-items: center;
  position: relative;
}
.btitle_sm{
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}
.b_tsm_block::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin-left: 15px;
}
/* Dots */
.banner_slick .slick-dots{
  bottom: 130px;
  padding: 0px 24px;
}
.banner_slick.slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.banner_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.banner_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.banner_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #fff;
  border-radius: 100%;
}
.banner_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #fff;
  background-color: #fff;
}
@media(max-width: 1699px){
  .banner_slick .slick-dots{
    bottom: 100px;
  }
}
@media(max-width: 1499px){
  .banner_slick .slick-dots{
    bottom: 50px;
  }
}
@media(max-width: 1299px){
  .btitle{
    font-size: 38px;
  }
  .btitle_sm{
    font-size: 20px;
  }
  .banner_slick .slick-dots{
    bottom: 30px;
  }
  .banner_slick .slick-dots li{
    width: 8px;
    height: 8px;
  }
  .banner_slick .slick-dots li button{
    padding: 0px;
    width: 8px;
    height: 8px;
  }
  .banner_slick .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
}
@media(max-width: 991px){
  .index_block{
    margin-top: 55px;
  }
  .btitle{
    font-size: 32px;
  }
  .btitle_sm{
    font-size: 18px;
  }
  .banner_slick .slick-dots{
    bottom: 15px;
  }
}
@media(max-width: 767px){
  .btitle{
    font-size: 28px;
  }
}
@media(max-width: 575px){
  .index_block{
    margin-top: 50px;
  }
  .btitle{
    font-size: 24px;
  }
  .btitle_sm{
    font-size: 14px;
  }
  .b_tsm_block::after{
    margin-left: 10px;
  }
}
@media(max-width: 500px){
  .btitle{
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media(max-width: 390px){
  .btitle_lg{
    font-size: 18px;
  }
}

/* index_about */
.index_about{
  padding: 150px 0px;
}
.index_about .h_a_top{
  margin-bottom: 100px;
  position: relative;
}
.h_a_top{
  text-align: center;
  max-width: 1720px;
  margin: auto;
}
.h_a_top .side_text{
  position: absolute;
  right: 24px;
  top: 0px;
}
.side_text{
  font-size: 16px;
  color: #bfbfbf;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.side_text::before{
  content: "";
  width: 12px;
  height: 1px;
  background-color: #bfbfbf;
  display: block;
  margin-bottom: 10px;
}
.bg_text{
  font-size: 150px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ececec;
  line-height: 1;
}
.index_about .h_title_block{
  margin-top: -65px;
}
.h_title_lg{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #282828;
}
.h_title_sm{
  font-size: 18px;
  letter-spacing: 2px;
  color: #009d85;
}
.h_a_inner{
  max-width: 1720px;
  margin-left: auto;
  align-items: center;
  overflow: hidden;
}
.h_a_left{
  padding-right: 100px;
}
.h_title_md{
  font-size: 18px;
  color: #009d85;
}
.h_text{
  font-size: 16px;
  color: #282828;
  letter-spacing: 1px;
  line-height: 1.65;
}
.h_a_right{
  padding-right: 0px;
}
.eg_btn{
  min-width: 160px;
  display: inline-block;
  text-align: center;
  border: solid 1px #d9d9d9;
  color: #009d85;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 25px;
  transition: all ease-in-out 0.3s;
}
.eg_btn:hover{
  border: solid 1px #009d85 !important;
  background-color: #009d85;
  color: #fff;
}
.h_a_inner .eg_btn{
  margin-top: 30px;
}
.h_a_counter{
  max-width: 1520px;
  margin: 100px auto 0px auto;
}
.counter_block{
  position: relative;
}
.fact_counter{
  text-align: center;
}
.fact_counter::after{
  content: "";
  width: 1px;
  height: 60px;
  background-color: #d9d9d9;
  position: absolute;
  right: 0;
  bottom: 0;
}
.counter_block:nth-last-child(1) .fact_counter::after{
  display: none;
}
.fact_title{
  font-size: 16px;
  color: #282828;
}
.fact_number_block{
  display: flex;
  align-items: end;
  justify-content: center;
  color: #009d85;
  font-weight: 600;
}
.fact_number{
  font-size: 72px;
  margin-bottom: 0px;
  line-height: 1;
  
}
.fact_number_block span{
  font-size: 48px;
  line-height: 1;
}
@media(max-width: 1499px){
  .index_about{
    padding: 130px 0px;
  }
  .index_about .h_a_top{
    margin-bottom: 80px;
  }
  .side_text{
    font-size: 14px;
    letter-spacing: 1px;
  }
  .bg_text{
    font-size: 130px;
  }
  .index_about .h_title_block{
    margin-top: -50px;
  }
  .h_title_lg{
    font-size: 28px;
    letter-spacing: 1px;
  }
  .h_title_sm{
    font-size: 16px;
    letter-spacing: 1px;
  }
  .h_a_left{
    padding-right: 80px;
  }
  .h_a_inner .eg_btn{
    margin-top: 15px;
  }
  .h_a_counter{
    margin: 80px auto 0px auto;
  }
  .fact_counter::after{
    height: 60px;
  }
  .fact_number{
    font-size: 68px;
  }
  .fact_number_block span{
    font-size: 42px;
  }
}
@media(max-width: 1299px){
  .index_about{
    padding: 100px 0px;
  }
  .index_about .h_a_top{
    margin-bottom: 50px;
  }
  .side_text::before{
    width: 10px;
    margin-bottom: 5px;
  }
  .side_text{
    font-size: 12px;
    letter-spacing: 0px;
  }
  .bg_text{
    font-size: 115px;
  }
  .index_about .h_title_block{
    margin-top: -30px;
  }
  .h_title_lg{
    font-size: 24px;
    letter-spacing: 1px;
  }
  .h_title_sm{
    font-size: 14px;
    letter-spacing: 0px;
  }
  .h_a_left{
    padding-right: 50px;
  }
  .h_a_inner .eg_btn{
    margin-top: 10px;
  }
  .h_a_counter{
    margin: 50px auto 0px auto;
  }
  .fact_counter::after{
    height: 50px;
  }
  .fact_number{
    font-size: 62px;
  }
  .fact_number_block span{
    font-size: 38px;
  }
}
@media(max-width: 1199px){
  .index_about{
    padding: 80px 0px;
  }
  .index_about .h_a_top{
    margin-bottom: 30px;
  }
  .bg_text{
    font-size: 100px;
  }
  .h_title_lg{
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .h_a_left{
    padding-right: 30px;
  }
  .h_text{
    line-height: 1.5;
  }
  .h_a_inner .eg_btn{
    margin-top: 10px;
  }
  .h_a_counter{
    margin: 30px auto 0px auto;
  }
  .fact_number{
    font-size: 58px;
  }
  .fact_number_block span{
    font-size: 32px;
  }
}
@media(max-width: 1099px){
  .index_about{
    padding: 65px 0px;
  }
  .index_about .h_a_top{
    margin-bottom: 20px;
  }
  .bg_text{
    font-size: 90px;
  }
  .h_a_left{
    padding-right: 12px;
  }
}
@media(max-width: 991px){
  .index_about{
    padding: 50px 0px;
  }
  .bg_text{
    font-size: 80px;
  }
  .h_a_left{
    padding-right: 12px;
  }
  .h_title_md{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .h_text{
    font-size: 14px;
  }
  .h_a_inner .eg_btn{
    margin-top: 0px;
  }
  .h_a_inner .eg_btn{
    font-size: 14px;
    padding: 8px 12px;
    min-width: 140px;
  }
  .fact_title{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fact_number{
    font-size: 48px;
  }
  .fact_number_block span{
    font-size: 28px;
  }
}
@media(max-width: 767px){
  .bg_text{
    font-size: 70px;
  }
  .index_about .h_a_top{
    margin-bottom: 0px;
  }
  .h_title_lg{
    font-size: 20px;
  }
  .h_a_inner{
    margin: auto;
  }
  .h_a_left{
    margin-bottom: 20px;
    text-align: center;
  }
  .h_a_right{
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .fact_number{
    font-size: 38px;
  }
  .fact_number_block span{
    font-size: 24px;
  }
}
@media(max-width: 575px){
  .bg_text{
    font-size: 60px;
  }
  .h_a_counter{
    margin: 20px auto 0px auto
  }
  .fact_counter{
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0px;
  }
  .fact_counter::after{
    display: none;
  }
}
@media(max-width: 450px){
  .bg_text{
    font-size: 52px;
  }
}
@media(max-width: 390px){
  .fact_number{
    font-size: 32px;
  }
  .fact_number_block span{
    font-size: 20px;
  }
  .bg_text{
    font-size: 42px;
  }
}

/* index_case */
.case_area{
  background-image: url('../image/case_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.index_case{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index_case .h_title_lg{
  color: #fff;
}
.index_case .h_title_sm{
  color: #fff;
}
.case_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
}
.case_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.h_case_right{
  padding-left: 65px;
}
.index_case .h_title_md{
  color: #fff;
}
.h_case_tblock .eg_btn{
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-top: 20px;
}
.case_p_slick{
  position: static !important;
  margin-bottom: 0px !important;
}
/* Dots */
.case_p_slick .slick-dots{
  padding: 0px 24px;
  position: relative;
  bottom: 0px;
}
.case_p_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.case_p_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.case_p_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.case_p_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #fff;
  border-radius: 100%;
}
.case_p_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #fff;
  background-color: #fff;
}
/* arrow */
.case_p_slick .slick-prev{
  width: 56px;
  height: 56px;
  left: 12px;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 150px;
}
.case_p_slick .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn_w.svg');
  display: block;
  width: 55px;
  height: 55px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.case_p_slick .slick-next{
  width: 56px;
  height: 56px;
  left: 100px;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 150px;
}
.case_p_slick .slick-next:before{
  content: '';
  background-image: url('../image/next_btn_w.svg');
  display: block;
  width: 55px;
  height: 55px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.case_p_slick .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_solid.svg');
  background-size: cover;
}
.case_p_slick .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_solid.svg');
  background-size: cover;
}
@media(max-width: 1499px){
  .index_case{
    padding: 130px 0px;
  }
  .h_case_right{
    padding-left: 50px;
  }
  .case_p_slick .slick-prev{
    width: 52px;
    height: 52px;
    bottom: 135px;
  }
  .case_p_slick .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .case_p_slick .slick-next{
    width: 52px;
    height: 52px;
    left: 90px;
    bottom: 135px;
  }
  .case_p_slick .slick-next:before{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1299px){
  .index_case{
    padding: 100px 0px;
  }
  .h_case_right{
    padding-left: 30px;
  }
  .case_p_slick .slick-dots li{
    width: 8px;
    height: 8px;
  }
  .case_p_slick .slick-dots li button{
    padding: 0px;
    width: 8px;
    height: 8px;
  }
  .case_p_slick .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
  .case_p_slick .slick-prev{
    width: 46px;
    height: 46px;
    bottom: 120px;
  }
  .case_p_slick .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .case_p_slick .slick-next{
    width: 46px;
    height: 46px;
    left: 80px;
    bottom: 120px;
  }
  .case_p_slick .slick-next:before{
    width: 45px;
    height: 45px;
  }
}
@media(max-width: 1199px){
  .index_case{
    padding: 80px 0px;
  }
  .h_case_right{
    padding-left: 15px;
  }
  .case_p_slick .slick-prev{
    bottom: 85px;
  }
  .case_p_slick .slick-next{
    bottom: 85px;
  }
}
@media(max-width: 1099px){
  .index_case{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .index_case{
    padding: 50px 0px;
  }
  .case_p_slick{
    position: relative !important;
  }
  .case_t_slick .slick-prev{
    width: 42px;
    height: 42px;
    left: 12px;
    right: auto;
    z-index: 1;
    top: auto;
    bottom: -85px;
  }
  .case_t_slick .slick-prev:before{
    content: '';
    background-image: url('../image/prev_btn_w.svg');
    display: block;
    width: 40px;
    height: 40px;
    background-position: left bottom;
    opacity: 1;
    background-size: cover;
    transition: all 0.3s ease-in-out;
  }
  .case_t_slick .slick-next{
    width: 42px;
    height: 42px;
    left: 75px;
    right: auto;
    z-index: 1;
    top: auto;
    bottom: -85px;
  }
  .case_t_slick .slick-next:before{
    content: '';
    background-image: url('../image/next_btn_w.svg');
    display: block;
    width: 40px;
    height: 40px;
    background-position: right bottom;
    opacity: 1;
    background-size: cover;
    transition: all 0.3s ease-in-out;
  }
  .case_t_slick .slick-next:hover:before{
    content: '';
    background-image: url('../image/next_btn_solid.svg');
    background-size: cover;
  }
  .case_t_slick .slick-prev:hover:before{
    content: '';
    background-image: url('../image/prev_btn_solid.svg');
    background-size: cover;
  }
}
@media(max-width: 767px){
  .case_p_slick{
    position: static !important;
  }
  .case_p_slick .slick-prev{
    width: 42px;
    height: 42px;
    bottom: auto;
    right: 75px;
    left: auto;
    top: 65px;
  }
  .case_p_slick .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .case_p_slick .slick-next{
    width: 42px;
    height: 42px;
    left: auto;
    right: 12px;
    bottom: auto;
    top: 65px;
  }
  .case_p_slick .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .h_case_right{
    padding-left: 0px;
  }
  .h_case_tblock{
    margin-top: 15px;
  }
  .h_case_tblock .eg_btn{
    margin-top: 15px;
  }
}
@media(max-width: 575px){
  .case_p_slick .slick-prev{
    width: 36px;
    height: 36px;
    right: 65px;
    top: 65px;
  }
  .case_p_slick .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .case_p_slick .slick-next{
    width: 36px;
    height: 36px;
    top: 65px;
  }
  .case_p_slick .slick-next:before{
    width: 35px;
    height: 35px;
  }
}

/* index_technology */
.index_tech{
  padding: 150px 0px 0px 0px;
}
.index_tech .h_t_top{
  margin-bottom: 100px;
  position: relative;
}
.h_t_top{
  text-align: center;
  max-width: 1720px;
  margin: auto;
}
.h_t_top .side_text{
  position: absolute;
  right: 24px;
  top: 0px;
}
.index_tech .h_title_block{
  margin-top: -65px;
}
.tech_bt_block{
  padding: 0px;
}
.tech_bt_item{
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border-top: solid 1px #d9d9d9;
  display: block;
}
.tech_bt_block:nth-child(2) .tech_bt_item{
  border-right: solid 1px #d9d9d9;
}
.tech_bt_block:nth-last-child(1) .tech_bt_item{
  border-left: solid 1px #d9d9d9;
}
.tech_bt_item img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.tech_bt_inner{
  padding: 150px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.tech_bt_item .h_title_lg{
  transition: all ease-in-out 0.3s;
}
.tech_title_md{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.tech_title_md::before{
  content: "";
  width: 30px;
  height: 1px;
  background-color: #009d85;
  display: inline-block;
  margin-right: 10px;
  transition: all ease-in-out 0.3s;
}
.tech_arrow{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tech_arrow::after{
  content: "";
  background: url('../image/right_arrow_g.svg');
  width: 13px;
  height: 10px;
  transition: all ease-in-out 0.3s;
}
.tech_cover{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.tech_bt_item:hover img{
  opacity: 1;
}
.tech_bt_item:hover .tech_cover{
  background-color: rgba(0, 0, 0, 0.4);
}
.tech_bt_item:hover .h_title_lg{
  color: #fff;
}
.tech_bt_item:hover .tech_title_md{
  color: #fff;
}
.tech_bt_item:hover .tech_title_md::before{
  background-color: #fff;
}
.tech_bt_item:hover .tech_arrow::after{
  background: url('../image/right_arrow_w.svg');
}
@media(max-width: 1699px){
  .tech_bt_inner{
    padding: 130px 50px;
  }
}
@media(max-width: 1499px){
  .index_tech{
    padding: 130px 0px 0px 0px;
  }
  .index_tech .h_t_top{
    margin-bottom: 80px;
  }
  .index_tech .h_title_block{
    margin-top: -50px;
  }
  .tech_bt_inner{
    padding: 115px 50px;
  }
  .tech_arrow{
    width: 50px;
    height: 50px;
  }
  .tech_arrow::after{
    width: 12px;
    height: 9px;
  }
}
@media(max-width: 1299px){
  .index_tech{
    padding: 100px 0px 0px 0px;
  }
  .index_tech .h_t_top{
    margin-bottom: 50px;
  }
  .index_tech .h_title_block{
    margin-top: -30px;
  }
  .tech_bt_inner{
    padding: 100px 24px;
  }
  .tech_arrow{
    width: 45px;
    height: 45px;
  }
  .tech_arrow::after{
    width: 11px;
    height: 8px;
  }
}
@media(max-width: 1199px){
  .index_tech{
    padding: 80px 0px 0px 0px;
  }
  .index_tech .h_t_top{
    margin-bottom: 30px;
  }
}
@media(max-width: 1099px){
  .index_tech{
    padding: 65px 0px 0px 0px;
  }
  .index_tech .h_t_top{
    margin-bottom: 20px;
  }
}
@media(max-width: 991px){
  .index_tech{
    padding: 50px 0px 0px 0px;
  }
  .tech_bt_inner{
    padding: 80px 24px;
  }
  .tech_title_md{
    font-size: 14px;
  }
  .tech_title_md::before{
    width: 25px;
  }
  .tech_arrow{
    width: 40px;
    height: 40px;
  }
  .tech_arrow::after{
    width: 10px;
    height: 7px;
  }
}
@media(max-width: 767px){
  .tech_bt_inner{
    padding: 65px 24px;
  }
  .tech_bt_block:nth-child(2) .tech_bt_item{
    border-right: none;
  }
  .tech_bt_block:nth-last-child(1) .tech_bt_item{
    border-left: none;
  }
  .tech_cover{
    background-color: rgba(0, 0, 0, 0.4);
  }
  .tech_bt_item .h_title_lg{
    color: #fff;
  }
  .tech_title_md{
    color: #fff;
  }
  .tech_title_md::before{
    width: 20px;
    background-color: #fff;
  }
  .tech_arrow::after{
    background: url('../image/right_arrow_w.svg');
  }
  .tech_bt_item img{
    opacity: 1;
  }
}
@media(max-width: 575px){
  .tech_arrow{
    width: 35px;
    height: 35px;
  }
  .tech_arrow::after{
    width: 9px;
    height: 6px;
  }
}

/* footer */
.footer{
  background-color: #282828;
  position: relative;
}
.top_block{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.top_btn{
  width: 10px;
  height: 13px;
}
.footer_area{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px 0px 0px;
}
.f_logo{
  width: 300px;
  margin-bottom: 30px;
}
.f_info_area{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.f_info_title{
  font-size: 16px;
  color: #fff;
  width: 12%;
  margin-bottom: 0px;
  font-weight: 300;
}
.f_info_text{
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 0px;
  transition: all ease-in-out 0.3s;
}
.f_info_area a:hover{
  color: #009d85;
}
.footer_area .eg_btn{
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-top: 15px;
}
.social_block{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.social_item{
  display: inline-block;
  padding: 8px;
  opacity: 0.5;
}
.social_icon{
  width: 23px;
}
.site_area{
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 15px 0px;
}
.site_area:nth-child(1){
  padding-top: 0px;
}
.site_area:nth-last-child(1){
  border-bottom: none;
}
.site_top{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-right: 50px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.site_top:hover{
  color: #009d85;
}
.site_item{
  font-size: 18px;
  color: #bfbfbf;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.site_item:hover{
  color: #009d85;
}
.footer_bt{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 30px 0px;
  margin-top: 50px;
}
.f_copy_text{
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 300;
}
.f_copy_text span{
  color: #bfbfbf;
}
.f_copy_text a{
  color: #bfbfbf;
  margin: 0px 1px;
}
@media(max-width: 1799px){
  .top_block{
    right: 24px;
    bottom: 20px;
  }
}
@media(max-width: 1499px){
  .footer_area{
    padding: 130px 0px 0px 0px;
  }
  .f_logo{
    width: 250px;
    margin-bottom: 15px;
  }
  .social_item{
    padding: 6px;
  }
  .social_icon{
    width: 20px;
  }
  .top_block{
    width: 50px;
    height: 50px;
  }
  .top_btn{
    width: 9px;
    height: 12px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding: 100px 0px 0px 0px;
  }
  .f_logo{
    width: 220px;
  }
  .site_top{
    font-size: 16px;
    margin-right: 30px;
  }
  .site_item{
    font-size: 16px;
    margin-right: 15px;
  }
  .footer_bt{
    padding: 20px 0px;
    margin-top: 30px;
  }
  .top_block{
    width: 45px;
    height: 45px;
    bottom: 12px;
  }
  .top_btn{
    width: 8px;
    height: 11px;
  }
}
@media(max-width: 1199px){
  .footer_area{
    padding: 80px 0px 0px 0px;
  }
}
@media(max-width: 10999px){
  .footer_area{
    padding: 65px 0px 0px 0px;
  }
  .social_item{
    padding: 5px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding: 50px 0px 0px 0px;
  }
  .f_info_title{
    font-size: 14px;
    width: 13%;
  }
  .f_info_text{
    font-size: 14px;
  }
  .footer_area .eg_btn{
    margin-top: 10px;
  }
  .social_block{
    margin-top: 10px;
  }
  .social_icon{
    width: 18px;
  }
  .site_area{
    padding: 12px 0px;
  }
  .site_top{
    font-size: 14px;
    margin-right: 15px;
  }
  .site_item{
    font-size: 14px;
    margin-right: 10px;
  }
  .f_copy_text{
    font-size: 14px;
  }
  .top_block{
    width: 40px;
    height: 40px;
  }
  .top_btn{
    width: 7px;
    height: 10px;
  }
}
@media(max-width: 767px){
  .footer_area{
    padding: 30px 0px 0px 0px;
    text-align: center;
  }
  .f_info_area{
    display: block;
  }
  .f_info_title{
    margin: auto;
    width: auto;
    opacity: 0.5;
  }
  .footer_area .eg_btn{
    display: none;
  }
  .site_map{
    display: none;
  }
  .social_block{
    justify-content: center;
  }
  .footer_bt{
    padding: 15px 0px;
    margin-top: 20px;
  }
  .top_block{
    top: 24px;
    bottom: auto;
  }
}
@media(max-width: 575px){
  .f_logo{
    width: 200px;
  }
  .top_block{
    width: 35px;
    height: 35px;
    top: 12px;
    right: 12px;
  }
  .top_btn{
    width: 6px;
    height: 9px;
  }
}

/* inner_banner */
.inner_banner_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.inner_b_tblock{
  max-width: 1520px;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 2;
  margin-top: 50px;
  padding: 0px 24px;
}
.inner_title_sm{
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.inner_title_sm::after{
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-left: 15px;
}
.inner_title_lg{
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
@media(max-width: 1699px){
  .inner_title_sm{
    font-size: 22px;
  }
  .inner_title_sm::after{
    width: 80px;
    margin-left: 12px;
  }
  .inner_title_lg{
    font-size: 68px;
  }
}
@media(max-width: 1499px){
  .inner_title_sm{
    font-size: 20px;
  }
  .inner_title_sm::after{
    width: 65px;
    margin-left: 10px;
  }
  .inner_title_lg{
    font-size: 58px;
  }
}
@media(max-width: 1299px){
  .inner_title_sm{
    font-size: 18px;
  }
  .inner_title_sm::after{
    width: 50px;
  }
  .inner_title_lg{
    font-size: 48px;
  }
}
@media(max-width: 991px){
  .inner_b_tblock{
    margin-top: 0px;
  }
  .inner_title_sm{
    font-size: 16px;
  }
  .inner_title_sm::after{
    width: 45px;
  }
  .inner_title_lg{
    font-size: 38px;
  }
}
@media(max-width: 767px){
  .inner_title_lg{
    font-size: 32px;
  }
}
@media(max-width: 575px){
  .inner_title_sm{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .inner_title_sm::after{
    width: 30px;
  }
  .inner_title_lg{
    font-size: 24px;
  }
}

/* bread */
.eg_bread{
  max-width: 1520px;
  margin: auto;
}
.home_icon{
  width: 18px;
}
.eg_bread .breadcrumb-item+.breadcrumb-item::before{
  content: "—";
  color: #b5b5b5;
}
.eg_bread .breadcrumb-item a{
  color: #8e8e8e;
  text-decoration: none;
}
.eg_bread .breadcrumb-item{
  color: #8e8e8e;
}
.eg_bread .breadcrumb-item.active{
  color: #009d85;
}
@media(max-width: 1299px){
  .home_icon{
    width: 15px;
  }
  .eg_bread .breadcrumb-item{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .home_icon{
    width: 12px;
  }
  .eg_bread .breadcrumb-item{
    font-size: 12px;
  }
}

/* case */
.inner_block1{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
}
.seo_title{
  font-size: 24px;
  color: #282828;
}
.seo_text{
  font-size: 16px;
  color: #282828;
}
.list_area{
  margin-top: 30px;
}
.case_item{
  display: block;
  text-decoration: none;
}
.case_item:hover .case_pic img{
  transform: scale(1.05,1.05);
}
.case_bt{
  background-color: #fff;
  padding: 20px;
  border-bottom: solid 2px #009d85;
}
.case_title{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 48px;
}
.eg_page{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.page_number{
  font-size: 18px;
  margin: 0px 20px;
}
.page_active{
  color: #009d85;
}
.page_all{
  color: #282828;
}
.page_all::before{
  content: "/";
  margin: 0px 5px 0px 3px;
  color: #282828;
}
.page_arrow{
  width: 55px;
  height: 55px;
  border: solid 1px #d9d9d9;
  border-radius: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_prev::after{
  content: "";
  background: url('../image/left_arrow_g.svg');
  width: 13px;
  height: 10px;
  display: block;
}
.page_next::after{
  content: "";
  background: url('../image/right_arrow_g.svg');
  width: 13px;
  height: 10px;
  display: block;
}
@media(max-width: 1499px){
  .inner_block1{
    padding: 130px 0px;
  }
  .page_arrow{
    width: 50px;
    height: 50px;
  }
  .page_prev::after{
    width: 12px;
    height: 9px;
  }
}
@media(max-width: 1299px){
  .inner_block1{
    padding: 100px 0px;
  }
  .seo_title{
    font-size: 22px;
  }
  .list_area{
    margin-top: 20px;
  }
  .eg_page{
    margin-top: 30px;
  }
  .page_arrow{
    width: 45px;
    height: 45px;
  }
  .page_prev::after{
    width: 11px;
    height: 8px;
  }
}
@media(max-width: 1199px){
  .inner_block1{
    padding: 80px 0px;
  }
  .case_bt{
    padding: 15px;
  }
}
@media(max-width: 1099px){
  .inner_block1{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .inner_block1{
    padding: 50px 0px;
  }
  .case_title{
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .eg_page{
    margin-top: 20px;
  }
  .page_number{
    font-size: 16px;
    margin: 0px 15px;
  }
  .page_arrow{
    width: 40px;
    height: 40px;
  }
  .page_prev::after{
    width: 10px;
    height: 7px;
  }
}
@media(max-width: 575px){
  .page_arrow{
    width: 35px;
    height: 35px;
  }
  .page_prev::after{
    width: 9px;
    height: 6px;
  }
}

/* case_detail */
.cdet_top{
  align-items: center;
}
.case_nav{
  margin-top: 3px;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
}
.case_nav .slick-track{
  margin-left: 0px !important;
}
.case_nav .slick-slide{
  padding: 0px 4px;
}
.case_nav .slick-slide .case_pic{
  border: solid 2px transparent;
}
.case_nav .slick-current .case_pic{
  border: solid 2px #009d85;
}
/* Dots */
.case_nav .slick-dots{
  padding: 0px 24px;
  position: relative;
  bottom: 0px;
}
.case_nav .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.case_nav .slick-dots li{
  width: 10px;
  height: 10px;
}
.case_nav .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.case_nav .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #b5b5b5;
  border-radius: 100%;
}
.case_nav .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #009d85;
  background-color: #009d85;
}
.cdet_top_right{
  padding-left: 80px;
  position: relative;
}
.title_lg{
  font-size: 30px;
  color: #282828;
  font-weight: 400;
}
.cdet_top_tblock{
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
}
.cdet_top_tblock::after{
  content: "";
  width: 200px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  margin-bottom: -1px;
  background-color: #009d85;
}
.text_sm{
  font-size: 18px;
  color: #282828;
}
.related_area{
  margin-top: 100px;
  padding: 0px;
}
.center_title{
  text-align: center;
}
.reg_title_block::after{
  content: "";
  width: 45px;
  height: 2px;
  display: inline-block;
  background-color: #009d85;
}
.reg_title_block .title_lg{
  margin-bottom: 0px;
}
.related_slick{
  margin-top: 50px;
}
.related_item{
  padding: 0px 24px;
}
.slick-counter{
  display: inline-block;
  margin: 0px 15px;
  font-size: 18px;
  color: #282828;
}
.cdet_arrow{
  display: flex;
  align-items: center;
}
/* arrow */
.cdet_top .slick-prev{
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 0px;
  position: relative;
  transform: translate(0, 0);
}
.cdet_top .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn_g.svg');
  display: block;
  width: 55px;
  height: 55px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.cdet_top .slick-next{
  width: 56px;
  height: 56px;
  left: auto;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 0px;
  position: relative;
  transform: translate(0, 0);
}
.cdet_top .slick-next:before{
  content: '';
  background-image: url('../image/next_btn_g.svg');
  display: block;
  width: 55px;
  height: 55px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.cdet_top .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_solid.svg');
  background-size: cover;
}
.cdet_top .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_solid.svg');
  background-size: cover;
}
/* Dots */
.related_slick .slick-dots{
  padding: 0px 24px;
  position: relative;
  bottom: -15px;
}
.related_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.related_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.related_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.related_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #b5b5b5;
  border-radius: 100%;
}
.related_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #009d85;
  background-color: #009d85;
}
.bt_back{
  text-align: center;
  margin-top: 50px;
}
@media(max-width: 1499px){
  .cdet_top_right{
    padding-left: 50px;
  }
  .title_lg{
    font-size: 28px;
  }
  .cdet_top_tblock{
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
  .cdet_top_tblock::after{
    width: 150px;
  }
  .cdet_top .slick-prev{
    width: 52px;
    height: 52px;
  }
  .cdet_top .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .cdet_top .slick-next{
    width: 52px;
    height: 52px;
  }
  .cdet_top .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .related_area{
    margin-top: 80px;
  }
  .related_slick{
    margin-top: 30px;
  }
  .bt_back{
    margin-top: 30px;
  }
}
@media(max-width: 1399px){
  .related_item{
    padding: 0px 12px;
  }
}
@media(max-width: 1299px){
  .cdet_top_right{
    padding-left: 30px;
  }
  .title_lg{
    font-size: 24px;
  }
  .text_sm{
    font-size: 16px;
  }
  .cdet_top_tblock{
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .slick-counter{
    margin: 0px 10px;
    font-size: 16px;
  }
  .cdet_top .slick-prev{
    width: 46px;
    height: 46px;
  }
  .cdet_top .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .cdet_top .slick-next{
    width: 46px;
    height: 46px;
  }
  .cdet_top .slick-next:before{
    width: 45px;
    height: 45px;
  }
   .case_nav .slick-dots li{
    width: 8px;
    height: 8px;
  }
  .case_nav .slick-dots li button{
    padding: 0px;
    width: 8px;
    height: 8px;
  }
  .case_nav .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
  .related_area{
    margin-top: 65px;
  }
  .related_slick{
    margin-top: 15px;
  }
  .related_slick .slick-dots li{
    width: 8px;
    height: 8px;
  }
  .related_slick .slick-dots li button{
    padding: 0px;
    width: 8px;
    height: 8px;
  }
  .related_slick .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
  .bt_back{
    margin-top: 15px;
  }
}
@media(max-width: 1099px){
  .cdet_top_right{
    padding-left: 0px;
  }
  .title_lg{
    font-size: 22px;
  }
}
@media(max-width: 991px){
  .case_nav{
    margin-top: 0px;
    margin-left: -3px;
    margin-right: -3px;
    overflow: hidden;
  }
  .case_nav .slick-slide{
    padding: 0px 3px;
  }
  .title_lg{
    font-size: 20px;
  }
  .text_sm{
    font-size: 14px;
  }
  .cdet_top_tblock::after{
    width: 100px;
  }
  .slick-counter{
    margin: 0px 8px;
    font-size: 14px;
  }
  .related_area{
    margin-top: 50px;
  }
  .reg_title_block .title_lg{
    margin-bottom: -5px;
  }
  .reg_title_block::after{
    width: 30px;
  }
  .bt_back{
    margin-top: 10px;
  }
}
@media(max-width: 767px){
  .cdet_top_right{
    margin-top: 15px;
  }
  .title_lg{
    font-size: 18px;
  }
  .cdet_top .slick-prev{
    width: 42px;
    height: 42px;
  }
  .cdet_top .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .cdet_top .slick-next{
    width: 42px;
    height: 42px;
  }
  .cdet_top .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .related_area{
    margin-top: 30px;
  }
}
@media(max-width: 575px){
  .cdet_top .slick-prev{
    width: 36px;
    height: 36px;
  }
  .cdet_top .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .cdet_top .slick-next{
    width: 36px;
    height: 36px;
  }
  .cdet_top .slick-next:before{
    width: 35px;
    height: 35px;
  }
  .related_slick .slick-dots{
    bottom: -5px;
  }
  .bt_back{
    margin-top: 0px;
  }
}

/* technology_process */
.tab_area{
  width: 100%;
  z-index: 2;
}
.tab_dropdown_btn{
  display: none;
}
.tab_block{
  position: relative;
  padding: 0px;
  border: none;
  background-color: transparent;
}
.tab_area .nav-link{
  text-align: center;
  border: solid 1px #d9d9d9;
  color: #282828;
  padding: 18px 10px;
  transition: all ease-in-out 0.3s;
}
.tab_area .nav-link.active{
  background-color: #009d85;
  color: #fff;
}
.inner_area{
  margin-top: 100px;
}
.inner_area .reg_title_block{
  margin-bottom: 30px;
}
@media(max-width: 1499px){
  .tab_area .nav-link{
    padding: 15px 5px;
  }
  .inner_area{
    margin-top: 80px;
  }
}
@media(max-width: 1299px){
  .tab_area .nav-link{
    padding: 12px 5px;
  }
  .inner_area{
    margin-top: 65px;
  }
}
@media(max-width: 991px){
  .tab_area .nav-link{
    padding: 10px 5px;
    font-size: 14px;
  }
  .inner_area{
    margin-top: 50px;
  }
  .inner_area .reg_title_block{
    margin-bottom: 15px;
  }
}
@media(max-width: 767px){
  .tab_dropdown_btn{
    display: block;
    text-align: center;
    width: 100%;
    background-color: #009d85;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
  }
  .tab_dropdown_btn:hover{
    color: #fff;
  }
  .tab_dropdown_btn:focus{
    box-shadow: none;
  }
  .tab_block{
    display: none;
    width: 100%;
    margin-top: -2px !important;
    background-color: #fff;
    padding: 0px;
    border: none;
  }
  .inner_area{
    margin-top: 30px;
  }
  .inner_area .reg_title_block{
    margin-bottom: 10px;
  }
}
@media(max-width: 575px){
  .inner_area{
    margin-top: 15px;
  }
}

/* technology_equipment */
.equ_table{
  font-size: 18px;
}
.equ_table table{
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
}
.equ_table table thead tr{
  background-color: #009d85;
}
.equ_table table thead tr th{
  color: #fff;
  font-weight: 300;
  border-right: solid 1px #d9d9d9;
  padding: 10px;
}
.equ_table table thead tr th:nth-last-child(1){
  border-right: none;
}
.equ_table table tbody tr{
  border-bottom: solid 1px #d9d9d9;
  color: #282828;
}
.equ_table table tbody tr th{
  padding: 10px;
  font-weight: 400;
  border-right: solid 1px #d9d9d9;
}
.equ_table table tbody tr td{
  padding: 10px;
  border-right: solid 1px #d9d9d9;
}
.equ_table table tbody tr td:nth-last-child(1){
  border-right: none;
}
.equ_table table tbody .grey_bg{
  background-color: #f5f5f5;
}
@media(max-width: 1299px){
  .equ_table{
    font-size: 16px;
  }
  .equ_table table thead tr th{
    padding: 8px;
  }
  .equ_table table thead tr th{
    padding: 8px;
  }
}
@media(max-width: 991px){
  .equ_table{
    font-size: 14px;
  }
}

/* technology_service */
.service_item{
  background-color: #fff;
  padding: 30px 15px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 2px #009d85;
  text-align: center;
}
.service_icon_block{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 15px auto;
}
.service_icon{
  width: 30px;
}
.service_title{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 48px;
}
@media(max-width: 1299px){
  .service_item{
    padding: 20px 12px 15px 12px;
  }
}
@media(max-width: 991px){
  .service_title{
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
  .service_icon_block{
    width: 50px;
    height: 50px;
    margin: 0px auto 12px auto;
  }
  .service_icon{
    width: 25px;
  }
}
@media(max-width: 767px){
  .service_title{
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}

/* media_video */
.video{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.video_icon{
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.video_cover{
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.video_tblock{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 24px;
  z-index: 1;
  width: 100%;
  text-align: left;
}
.video_title{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 22px;
}
.video_tblock::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
.video:hover .video_cover{
  background-color: rgba(0, 0, 0, 0.25);
}
.video:hover .video_icon{
  transform: scale(0.8,0.8);
}
.eg_modal .modal-body{
  padding: 0px;
}
.eg_modal .modal-title{
  color: #282828;
}
@media(max-width: 1299px){
  .video_icon{
    width: 65px;
    height: 65px;
  }
}
@media(max-width: 1099px){
  .video_icon{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 991px){
  .video_icon{
    width: 45px;
    height: 45px;
  }
  .video_tblock{
    padding: 20px;
  }
  .video_title{
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }
  .eg_modal .modal-title{
    font-size: 16px;
  }
}
@media(max-width: 767px){
  .video_icon{
    width: 40px;
    height: 40px;
  }
  .video_tblock{
    padding: 12px;
  }
}
@media(max-width: 390px){
  .video_icon{
    width: 35px;
    height: 35px;
  }
}

/* media_catalog */
.cata_item{
  text-decoration: none;
}
.cata_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 142%;
  position: relative;
}
.cata_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.cata_bt{
  background-color: #fff;
  padding: 20px;
  border-bottom: solid 2px #009d85;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cata_title{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 22px;
}
.dl_icon_block{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.download_icon{
  width: 20px;
}
@media(max-width: 1499px){
  .dl_icon_block{
    width: 50px;
    height: 50px;
  }
}
@media(max-width: 1299px){
  .dl_icon_block{
    width: 45px;
    height: 45px;
  }
  .download_icon{
    width: 18px;
  }
}
@media(max-width: 1199px){
  .cata_bt{
    padding: 12px;
  }
}
@media(max-width: 991px){
  .cata_title{
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }
  .dl_icon_block{
    width: 40px;
    height: 40px;
  }
  .download_icon{
    width: 15px;
  }
}
@media(max-width: 575px){
  .dl_icon_block{
    width: 35px;
    height: 35px;
  }
}

/* about */
.about_tab{
  max-width: 1520px;
  margin: auto;
  padding-top: 150px;
}
.about_block1{
  max-width: 1099px;
  margin: auto;
  padding: 100px 0px;
}
.about_block2{
  max-width: 1720px;
  margin-right: auto;
  align-items: center;
}
.a_b2_left{
  position: relative;
  padding-left: 0px;
}
.a_b2_right{
  overflow: hidden;
}
.a_b2_pic{
  padding-right: 150px;
}
.about_info{
  position: absolute;
  right: 0px;
  background-color: #009d85;
  padding: 30px;
  bottom: -100px;
  width: 350px;
}
.a_info_block{
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 8px 0px;
}
.a_info_block:nth-child(1){
  padding-top: 0px;
}
.a_info_block .title{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.a_info_block .text{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 300;
}
.a_b2_tblock{
  padding-left: 50px;
}
.a_b2_tblock .text_sm{
  margin-bottom: 0px;
}
.about_block3{
  max-width: 1720px;
  margin-left: auto;
  padding: 200px 0px 150px 0px;
}
.a_b3_area{
  padding-right: 0px;
  overflow: hidden;
}
.a_b3_top{
  display: flex;
  align-items: center;
}
.a_b3_btn_group{
  display: flex;
  align-items: center;
}
.history_slick{
  margin-top: 65px;
}
.history_slick::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  display: block;
  position: absolute;
  z-index: -1;
  top: 74px;
}
.history_slick .slick-list{
  padding-right: 150px;
}
.history_item{
  padding-right: 15px;
}
.history_time{
  margin-bottom: 10px;
}
.history_time::after{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #009d85;
  border: solid 1px #f5f5f5;
  display: block;
  margin-top: 10px;
}
.history_year{
  font-size: 24px;
  color: #009d85;
  font-weight: 500;
  margin-bottom: 0px;
}
.history_mon{
  font-size: 16px;
  color: #8e8e8e;
  margin-bottom: 0px;
}
/* arrow */
.a_b3_top .slick-prev{
  width: 56px;
  height: 56px;
  left: 50px;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 0px;
  position: relative;
  transform: translate(0, 0);
}
.a_b3_top .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn_g.svg');
  display: block;
  width: 55px;
  height: 55px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.a_b3_top .slick-next{
  width: 56px;
  height: 56px;
  left: 80px;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 0px;
  position: relative;
  transform: translate(0, 0);
}
.a_b3_top .slick-next:before{
  content: '';
  background-image: url('../image/next_btn_g.svg');
  display: block;
  width: 55px;
  height: 55px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.a_b3_top .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_solid.svg');
  background-size: cover;
}
.a_b3_top .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_solid.svg');
  background-size: cover;
}
.about_block4{
  max-width: 1099px;
  margin: auto;
  text-align: center;
  padding: 200px 0px 0px 0px;
}
.concept_pic{
  margin: 65px 0px;
}
.concept_text{
  font-size: 24px;
  font-weight: 400;
  color: #282828;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.about_block4 .text_sm{
  text-align: left;
}
.about_block5{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
}
.chart_pic{
  margin-top: 65px;
}
@media(max-width: 1499px){
  .about_tab{
    padding-top: 130px;
  }
  .about_block1{
    padding: 80px 0px;
  }
  .a_b2_pic{
    padding-right: 100px;
  }
  .about_block4{
    padding: 180px 0px 0px 0px;
  }
  .history_slick{
    margin-top: 50px;
  }
  .history_slick .slick-list{
    padding-right: 100px;
  }
  .a_b3_top .slick-prev{
    width: 52px;
    height: 52px;
    left: 50px;
  }
  .a_b3_top .slick-prev:before{
    width: 50px;
    height: 50px;
  }
  .a_b3_top .slick-next{
    width: 52px;
    height: 52px;
    left: 75px;
  }
  .a_b3_top .slick-next:before{
    width: 50px;
    height: 50px;
  }
  .about_block5{
    padding: 130px 0px;
  }
}
@media(max-width: 1299px){
  .about_tab{
    padding-top: 100px;
  }
  .about_block1{
    padding: 65px 0px;
  }
  .a_b2_pic{
    padding-right: 50px;
  }
  .about_info{
    padding: 24px;
    bottom: -50px;
    width: 300px;
  }
  .a_info_block{
    padding: 5px 0px;
  }
  .a_info_block .title{
    font-size: 14px;
  }
  .a_info_block .text{
    font-size: 14px;
  }
  .a_b2_tblock{
    padding-left: 30px;
  }
  .about_block4{
    padding: 150px 0px 0px 0px;
  }
  .history_slick{
    margin-top: 30px;
  }
  .history_slick .slick-list{
    padding-right: 50px;
  }
  .a_b3_top .slick-prev{
    width: 46px;
    height: 46px;
    left: 30px;
  }
  .a_b3_top .slick-prev:before{
    width: 45px;
    height: 45px;
  }
  .a_b3_top .slick-next{
    width: 46px;
    height: 46px;
    left: 55px;
  }
  .a_b3_top .slick-next:before{
    width: 45px;
    height: 45px;
  }
  .concept_pic{
    margin: 50px 0px;
  }
  .concept_text{
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 0px;
  }
  .about_block5{
    padding: 100px 0px;
  }
  .chart_pic{
    margin-top: 50px;
  }
}
@media(max-width: 1199px){
  .about_tab{
    padding-top: 80px;
  }
  .about_block4{
    padding: 100px 0px 0px 0px;
  }
  .about_block5{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .about_tab{
    padding-top: 65px;
  }
  .a_b2_pic{
    padding-right: 30px;
  }
  .about_info{
    padding: 20px;
    bottom: -30px;
    width: 280px;
  }
  .a_info_block{
    padding: 3px 0px;
  }
  .a_b2_tblock{
    padding-left: 15px;
  }
  .about_block4{
    padding: 95px 0px 0px 0px;
  }
  .concept_pic{
    margin: 30px 0px;
  }
  .about_block5{
    padding: 65px 0px;
  }
  .chart_pic{
    margin-top: 30px;
  }
}
@media(max-width: 991px){
  .about_tab{
    padding-top: 50px;
  }
  .about_block1{
    padding: 50px 0px;
  }
  .a_b2_pic{
    padding-right: 15px;
  }
  .about_info{
    padding: 12px;
    bottom: -20px;
    width: 220px;
  }
  .a_info_block .title{
    font-size: 12px;
  }
  .a_info_block .text{
    font-size: 12px;
  }
  .a_b2_tblock{
    padding-left: 0px;
  }
  .a_b2_tblock .text_sm{
    line-height: 1.3;
  }
  .about_block4{
    padding: 65px 0px 0px 0px;
  }
  .history_slick::after{
    top: 65px;
  }
  .history_year{
    font-size: 20px;
  }
  .history_mon{
    font-size: 14px;
  }
  .concept_text{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about_block5{
    padding: 50px 0px;
  }
}
@media(max-width: 767px){
  .about_block1{
    padding: 30px 0px;
  }
  .a_b2_tblock{
    margin-top: 30px;
    padding-left: 12px;
  }
  .about_block4{
    padding: 50px 0px 0px 0px;
  }
  .a_b3_top .slick-prev{
    width: 42px;
    height: 42px;
    left: 30px;
  }
  .a_b3_top .slick-prev:before{
    width: 40px;
    height: 40px;
  }
  .a_b3_top .slick-next{
    width: 42px;
    height: 42px;
    left: 50px;
  }
  .a_b3_top .slick-next:before{
    width: 40px;
    height: 40px;
  }
  .concept_pic{
    margin: 15px 0px;
  }
  .concept_text{
    font-size: 16px;
  }
  .chart_pic{
    margin-top: 15px;
  }
}
@media(max-width: 575px){
  .about_block2{
    margin: auto;
  }
  .a_b2_left{
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .a_b2_pic{
    padding-right: 0px;
  }
  .about_info{
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .a_b2_tblock{
    margin-top: 15px;
    padding-left: 0px;
  }
  .history_slick{
    margin-top: 15px;
  }
  .history_slick .slick-list{
    padding-right: 30px;
  }
  .a_b3_top .slick-prev{
    width: 36px;
    height: 36px;
    left: 30px;
  }
  .a_b3_top .slick-prev:before{
    width: 35px;
    height: 35px;
  }
  .a_b3_top .slick-next{
    width: 36px;
    height: 36px;
    left: 45px;
  }
  .a_b3_top .slick-next:before{
    width: 35px;
    height: 35px;
  }
}

/* shareholder_info */
.sh_info_item{
  background-color: #fff;
  border-bottom: solid 2px #009d85;
  padding: 50px;
  height: 100%;
}
.sh_info_item .title{
  font-size: 20px;
  color: #009d85;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.sh_info_inner{
  margin-top: 30px;
}
.sh_info_block{
  display: flex;
  align-items: baseline;
  margin: 6px 0px;
}
.sh_info{
  width: 16px;
  margin-right: 5px;
  flex-shrink: 0;
}
.info_text{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}
.info_text a{
  color: #282828;
  text-decoration: none;
}
.info_text span{
  color: #009d85;
}
@media(max-width: 1499px){
  .sh_info_item{
    padding: 30px;
  }
  .sh_info_item .title{
    padding-bottom: 8px;
  }
  .sh_info_inner{
    margin-top: 15px;
  }
}
@media(max-width: 1299px){
  .sh_info_item{
    padding: 24px;
  }
  .sh_info_item .title{
    font-size: 18px;
    padding-bottom: 5px;
  }
  .sh_info_inner{
    margin-top: 10px;
  }
  .sh_info{
    width: 12px;
    margin-right: 3px;
  }
}
@media(max-width: 991px){
  .sh_info_item{
    padding: 15px;
  }
  .sh_info_item .title{
    font-size: 16px;
  }
  .info_text{
    font-size: 14px;
  }
}

/* shareholder_faq */
.sh_faq{
  max-width: 1099px;
  margin: 0px auto;
}
.faq_area{
  padding: 0px;
}
.sh_faq .accordion-item{
  border: none;
  margin: 30px 0px;
}
.sh_faq .accordion-item:nth-child(1){
  margin-top: 0px;
}
.sh_faq .accordion-button{
  box-shadow: none;
  background-color: #009d85;
  border-radius: 0px !important;
  color: #fff;
}
.sh_faq .accordion-button.collapsed{
  background-color: #fff;
  color: #282828;
}
.sh_faq .accordion-button .faq_q{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.sh_faq .accordion-button.collapsed .faq_q{
  border: solid 1px #d9d9d9;
  color: #009d85;
}
.sh_faq .accordion-body{
  padding: 30px 50px 30px 80px;
  font-size: 16px;
  color: #282828;
}
.sh_faq .accordion-body p{
  margin-bottom: 0px;
}
.sh_faq .accordion-button:not(.collapsed)::after{
  background-image: url('../image/faq_arrow.svg');
}
@media(max-width: 1499px){
  .sh_faq .accordion-button .faq_q{
    width: 50px;
    height: 50px;
  }
  .sh_faq .accordion-body{
    padding: 30px 50px 30px 75px;
  }
}
@media(max-width: 1299px){
  .sh_faq .accordion-button .faq_q{
    width: 45px;
    height: 45px;
  }
  .sh_faq .accordion-body{
    padding: 24px 50px 24px 70px;
  }
}
@media(max-width: 991px){
  .sh_faq .accordion-button{
    font-size: 14px;
    padding: 12px;
  }
  .sh_faq .accordion-body{
    padding: 20px 45px 20px 60px;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .sh_faq .accordion-button .faq_q{
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
@media(max-width: 575px){
  .sh_faq .accordion-button .faq_q{
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .sh_faq .accordion-body{
    padding: 12px;
  }
}

/* shareholder_download */
.download_item{
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-bottom: solid 2px #009d85;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
}
.dl_text{
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}
.dl_text span{
  color: #009d85;
  margin-right: 10px;
}
@media(max-width: 1499px){
  .download_item{
    padding: 24px;
  }
}
@media(max-width: 1299px){
  .download_item{
    padding: 20px;
  }
}
@media(max-width: 1199px){
  .download_item{
    padding: 12px;
  }
  .dl_text span{
    margin-right: 5px;
  }
}
@media(max-width: 991px){
  .dl_text{
    font-size: 14px;
  }
}

/* contact */
.contact_part{
  margin-bottom: 100px;
}
.contact_part:nth-last-child(1){
  margin-bottom: 0px;
}
.contact_part .reg_title_block{
  margin-bottom: 30px;
}
.contact_item{
  background-color: #fff;
  border-bottom: solid 2px #009d85;
  padding: 30px;
  height: 100%;
}
.contact_item .title{
  font-size: 20px;
  color: #009d85;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.contact_inner{
  margin-top: 30px;
}
.contact_block{
  display: flex;
  align-items: baseline;
}
@media(max-width: 1499px){
  .contact_part{
    margin-bottom: 80px;
  }
  .contact_item{
    padding: 24px;
  }
  .contact_item .title{
    padding-bottom: 8px;
  }
  .contact_inner{
    margin-top: 15px;
  }
}
@media(max-width: 1299px){
  .contact_part{
    margin-bottom: 65px;
  }
  .contact_item{
    padding: 20px;
  }
  .contact_item .title{
    font-size: 18px;
    padding-bottom: 5px;
  }
  .contact_inner{
    margin-top: 10px;
  }
}
@media(max-width: 1299px){
  .contact_item{
    padding: 12px;
  }
}
@media(max-width: 991px){
  .contact_part{
    margin-bottom: 50px;
  }
  .contact_item .title{
    font-size: 16px;
  }
  .info_text{
    font-size: 14px;
  }
  .contact_part .reg_title_block{
    margin-bottom: 15px;
  }
}
@media(max-width: 767px){
  .contact_part{
    margin-bottom: 30px;
  }
  .contact_part .reg_title_block{
    margin-bottom: 10px;
  }
}

/* submit */
.submit_area{
  max-width: 1420px;
  margin: auto;
  padding: 250px 0px 200px 0px;
  text-align: center;
}
.submit_block{
  text-align: center;
}
.send_icon{
  width: 120px;
}
.submit_title{
  font-size: 28px;
  color: #282828;
  margin-top: 30px;
}
.submit_text{
  font-size: 18px;
  color: #282828;
}
.back_btn_block{
  margin-top: 30px;
}
@media(max-width: 1499px){
  .submit_area{
    padding: 200px 0px 150px 0px;
  }
}
@media(max-width: 1299px){
  .submit_area{
    padding: 180px 0px 130px 0px;
  }
}
@media(max-width: 991px){
  .submit_area{
    padding: 150px 0px 100px 0px;
  }
  .send_icon{
    width: 100px;
  }
  .submit_title{
    font-size: 24px;
    margin-top: 20px;
  }
  .back_btn_block{
    margin-top: 20px;
  }
}
@media(max-width: 575px){
  .send_icon{
    width: 80px;
  }
  .submit_title{
    font-size: 20px;
  }
  .submit_text{
    font-size: 16px;
  }
}
@media(max-width: 390px){
  .send_icon{
    width: 75px;
  }
  .submit_title{
    font-size: 18px;
  }
  .submit_text{
    font-size: 14px;
  }
}

/* cookie */
.inner_block2{
  max-width: 1520px;
  margin: auto;
  padding: 200px 0px 150px 0px;
}
.privacyBox{
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1.5;
  padding: 15px 30px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  z-index: 999;
  width: 100%;
}
.privacyBox .cookie_block{
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 800px;
  font-size: 14px;
}
.privacyBox .cookie_block p{
  margin-bottom: 0px;
}
.privacyBox a{
  color: #009d85;
}
.privacyBox .closePrivacy{
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  margin-left: 2rem;
  padding: 12px 48px;
  border-radius: 30px;
  cursor: pointer;
  white-space: nowrap;
  transition: all ease-in-out 0.3s;
}
.privacyBox .closePrivacy:hover{
  background-color: #009d85;
  border: solid 1px #009d85;
}
.privacy_cname{
  color: #009d85;
  font-weight: 500;
}
.privacy_text{
  font-size: 18px;
  letter-spacing: 1px;
}
.privacy_title{
  font-size: 24px;
  color: #282828;
  margin-bottom: 15px;
}
@media(max-width: 1499px){
  .inner_block2{
    padding: 180px 0px 130px 0px;
  }
}
@media(max-width: 1299px){
  .inner_block2{
    padding: 180px 0px 100px 0px;
  }
  .privacy_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .privacy_title{
    font-size: 18px;
  }
  .privacy_text{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .inner_block2{
    padding: 150px 0px 80px 0px;
  }
}
@media(max-width: 1099px){
  .inner_block2{
    padding: 130px 0px 65px 0px;
  }
}
@media(max-width: 991px){
  .inner_block2{
    padding: 100px 0px 50px 0px;
  }
  .privacy_title{
    font-size: 16px;
  }
  .privacy_text{
    font-size: 14px;
  }
}
@media(max-width: 450px){
  .privacyBox{
    padding: 15px 25px;
  }
  .privacyBox .cookie_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 12px;
    text-align: center;
  }
  .privacyBox .closePrivacy{
    margin-left: 0px;
    margin-top: 15px;
    padding: 10px 45px;
  }
}

/* 404 */
.error_title{
  font-size: 130px;
  color: #009d85;
  margin-bottom: 0px;
  font-weight: 700;
}
.error_text{
  font-size: 20px;
  color: #282828;
  margin-bottom: 10px;
}
@media(max-width: 1299px){
  .error_title{
    font-size: 100px;
  }
}
@media(max-width: 991px){
  .error_title{
    font-size: 86px;
  }
  .error_text{
    font-size: 18px;
  }
}
@media(max-width: 575px){
  .error_title{
    font-size: 72px;
  }
  .error_text{
    font-size: 16px;
  }
}

/* history */
.history_block1{
  max-width: 1720px;
  margin: auto;
  padding: 100px 0px;
}
.timeline_area{
  max-width: 991px;
  margin: auto;
  margin-top: 50px;
}
.time_item{
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  position: relative;
}
.time_item:nth-child(1){
  padding-top: 0px;
}
.time_year{
  padding: 3px 20px;
  background-color: #009d85;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
.time_mon{
  font-size: 16px;
  color: #009d85;
  margin-bottom: 5px;
}
.time_detail{
  color: #282828;
  background-color: #fff;
  padding: 24px;
  border-bottom: solid 1px #009d85;
}
.time_item:nth-child(odd) .time_block1{
  text-align: right;
}
.time_item:nth-child(even) .time_block1{
  order: 2;
}
.time_item:nth-child(even) .time_block2{
  order: 1;
}
.time_item:nth-child(even) .time_mon{
  text-align: right;
}
.time_item:nth-child(even) .time_detail{
  text-align: right;
}
.time_block1::after{
  content: "";
  background-image: url('../image/time_dot.svg');
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.time_block2::before{
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d9d9d9;
  position: absolute;
}
@media(max-width: 1299px){
  .time_year{
    padding: 2px 15px;
    font-size: 18px;
  }
}
@media(max-width: 991px){
  .timeline_area{
    margin-top: 30px;
  }
  .time_item{
    padding-top: 30px;
  }
  .time_year{
    font-size: 16px;
  }
  .time_mon{
    font-size: 14px;
  }
  .time_detail{
    padding: 12px;
    font-size: 14px;
  }
  .time_block1::after{
    width: 15px;
    height: 15px;
  }
}