html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Archivo", sans-serif, "Noto Sans TC", sans-serif, "Noto Sans SC", sans-serif;
}

/* nav */
.sy_navbar{
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar_area{
  max-width: 1720px;
  margin: 0px auto;
  padding: 0px 24px;
}
.sy_navbar .navbar-brand{
  margin-top: -10px;
  margin-right: 0px;
}
.nav_logo{
  width: 200px;
}
.nav_linkarea{
  justify-content: flex-end;
}
.sy_navbar .nav-link{
  color: #282828;
  text-transform: uppercase;
  padding: 40px 20px !important;
}
.sy_navbar .nav-item:hover .nav-link{
  color: #002b69;
}
.nav_right{
  display: flex;
  align-items: center;
}
.lang_drop{
  padding: 40px 20px;
}
.lang_btn{
  background-image: url('../image/lang.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.lang_btn:focus{
  box-shadow: none !important;
}
.search_block{
  position: relative;
}
.search_input{
  width: 250px;
  border: solid 1px #f5f5f5;
  border-radius: 20px;
  background-color: #f5f5f5;
}
.search_input:focus{
  box-shadow: none;
  border: solid 1px #002b69;
}
.search_btn{
  padding: 0px;
  border: none;
  position: absolute;
  right: 30px;
  top: 6px;
}
.search_icon{
  width: 20px;
}
/* dropdown_menu */
.sy_dropmenu{
  border: none;
  background-color: #6fba2c;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  border-radius: 0;
}
.sy_dropmenu .dropdown-item{
  color: #fff;
  padding: 10px 15px;
  transition: 0.4s;
  font-weight: 300;
  text-transform: uppercase;
}
.sy_dropmenu .dropdown-item:hover{
  background-color: transparent;
  opacity: 0.6;
}
.sy_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.sy_dropmenu .dropdown-item:focus{
  background-color: transparent;
}
.lang_dropmenu{
  background-color: #6fba2c;
  border-radius: 0px;
  min-width: 120px;
  border: none;
  margin-top: 0px !important;
}
.lang_dropmenu .dropdown-item{
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.lang_dropmenu .dropdown-item:hover{
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
@media(min-width: 991px){
  .sy_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .sy_dropmenu{
    display: block;
  }
}
@media(max-width: 1699px){
  .nav_logo{
    width: 180px;
  }
  .sy_navbar .nav-link{
    padding: 30px 15px !important;
  }
  .lang_drop{
    padding: 30px 15px;
  }
  .search_input{
    width: 230px;
  }
}
@media(max-width: 1499px){
  .nav_logo{
    width: 160px;
  }
  .sy_navbar .nav-link{
    padding: 30px 10px !important;
  }
  .lang_drop{
    padding: 30px 10px;
  }
  .search_input{
    width: 220px;
  }
}
@media(max-width: 1299px){
  .nav_logo{
    width: 150px;
  }
  .sy_navbar .nav-link{
    padding: 24px 6px !important;
  }
  .lang_drop{
    padding: 24px 6px;
  }
  .lang_btn{
    width: 22px;
    height: 22px;
  }
  .search_input{
    width: 200px;
  }
}
@media(max-width: 1199px){
  .nav_logo{
    width: 115px;
  }
  .sy_navbar .nav-link{
    padding: 20px 5px !important;
  }
  .lang_drop{
    padding: 20px 5px;
  }
  .lang_btn{
    width: 20px;
    height: 20px;
  }
  .search_input{
    width: 180px;
  }
  .search_btn{
    right: 28px;
  }
  .search_icon{
    width: 18px;
  }
}
@media(max-width: 1099px){
  .navbar_area{
    padding: 0px 12px;
  }
  .nav_logo{
    width: 110px;
  }
  .sy_navbar .nav-link{
    font-size: 14px;
  }
  .sy_dropmenu .dropdown-item{
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
  }
  .lang_dropmenu .dropdown-item{
    font-size: 14px;
    padding: 8px 12px;
  }
  .search_input{
    width: 170px;
    padding: 3px 8px;
  }
  .search_btn{
    right: 22px;
    top: 4px;
  }
}
@media(max-width: 991px){
  .navbar_area{
    padding: 0px;
  }
  .sy_navbar .navbar-brand{
    margin-top: 0px;
    padding: 13px 12px;
  }
  .nav_logo{
    width: 130px;
  }
  .nav_linkarea{
    background-color: #f5f5f5;
  }
  .sy_navbar .nav-item{
    border-bottom: solid 1px #d9d9d9;
  }
  .sy_navbar .nav-item:nth-last-child(1){
    border-bottom: none;
  }
  .sy_navbar .nav-link{
    padding: 8px 0px !important;
    text-align: center;
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .sy_navbar .nav-item:hover .nav-link{
    background-color: #002b69;
    color: #fff;
  }
  .sy_navbar .nav-link.show{
    background-color: #002b69;
    color: #fff;
  }
  .sy_dropmenu{
    transform: translateX(0%);
    margin-top: 0px !important;
  }
  .sy_dropmenu .dropdown-item{
    text-align: center;
    padding: 8px 0px;
  }
  .sy_dropmenu .dropdown-item:hover{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav_right{
    position: absolute;
    right: 65px;
    top: 0px;
  }
  .lang_btn{
    width: 22px;
    height: 22px;
  }
  .lang_drop{
    padding: 16px 5px;
  }
  .navbar-toggler{
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0px;
    border-radius: 0px;
    border: none;
    height: 55px;
    width: 55px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0px;
    background-color: #002b69;
  }
  .navbar-toggler .hamburguer_btn{
    width: 30px;
    height: 2px;
    background: #6fba2c;
    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: 450px){
  .sy_navbar .navbar-brand{
    margin-top: 0px;
    padding: 8px 12px;
  }
  .nav_logo{
    width: 115px;
  }
  .sy_navbar .nav-link{
    padding: 6px 0px !important;
  }
  .sy_dropmenu .dropdown-item{
    padding: 6px 0px;
  }
  .nav_right{
    right: 50px;
  }
  .lang_btn{
    width: 20px;
    height: 20px;
  }
  .lang_drop{
    padding: 12px 5px;
  }
  .search_input{
    width: 150px;
  }
  .search_btn{
    right: 24px;
  }
  .search_icon{
    width: 16px;
  }
  .navbar-toggler{
    height: 45px;
    width: 45px;
  }
  .navbar-toggler .hamburguer_btn{
    width: 25px;
  }
}
@media(max-width: 450px){
  .sy_navbar .navbar-brand{
    padding: 5px 12px;
  }
  .nav_logo{
    width: 100px;
  }
  .nav_right{
    right: 45px;
  }
  .lang_btn{
    width: 18px;
    height: 18px;
  }
  .lang_drop{
    padding: 8px 3px;
  }
  .search_input{
    width: 130px;
  }
  .search_btn{
    right: 20px;
  }
  .search_icon{
    width: 14px;
  }
  .navbar-toggler{
    height: 40px;
    width: 40px;
  }
  .navbar-toggler .hamburguer_btn{
    width: 20px;
  }
}

/* banner */
.index_banner{
  position: relative;
  z-index: 1;
}
.banner_area{
  padding: 0px;
}
.banner{
  margin-top: 100px;
  position: relative;
}
.banner_slick{
  position: relative;
  margin-bottom: 0px !important;
}
.banner_block{
  position: relative;
  overflow: hidden;
}
.banner_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner_tblock{
  position: absolute;
  z-index: 2;
  padding: 0px 150px;
  margin: auto;
  right: 0;
  left: 0;
  top: 70%;
}
.banner_tbox{
  display: flex;
  align-items: flex-start;
}
.btitle_1{
  font-size: 88px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.btitle_sm{
  width: 30%;
}
.btitle_2{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner_btn_area{
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  padding: 0px 150px;
  width: 100%;
}
.b_btn_inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 30%;
  margin-left: auto;
}
.banner .slick-counter{
  display: inline-block;
  margin: 0px 15px;
  font-size: 18px;
  color: #fff;
}
/* arrow */
.banner_btn_area .slick-prev{
  width: 12px;
  height: 17px;
  left: auto;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 0px;
  position: relative;
  transform: translate(0, 0);
}
.banner_btn_area .slick-prev:before{
  content: '';
  background-image: url('../image/prev_w.svg');
  display: block;
  width: 11px;
  height: 16px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.banner_btn_area .slick-next{
  width: 12px;
  height: 17px;
  left: auto;
  right: auto;
  z-index: 1;
  top: auto;
  bottom: 0px;
  position: relative;
  transform: translate(0, 0);
}
.banner_btn_area .slick-next:before{
  content: '';
  background-image: url('../image/next_w.svg');
  display: block;
  width: 11px;
  height: 16px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

@media(max-width: 1699px){
  .banner{
    margin-top: 80px;
  }
  .banner_tblock{
    padding: 0px 100px;
  }
  .btitle_1{
    font-size: 78px;
  }
  .btitle_2{
    letter-spacing: 0px;
  }
  .banner_btn_area{
    padding: 0px 100px;
  }
}
@media(max-width: 1599px){
  .banner_tblock{
    padding: 0px 50px;
  }
  .btitle_1{
    font-size: 68px;
  }
  .banner_btn_area{
    padding: 0px 50px;
  }
}
@media(max-width: 1499px){
  .banner_tblock{
    padding: 0px 24px;
  }
  .btitle_1{
    font-size: 62px;
  }
  .btitle_2{
    font-size: 16px;
  }
  .banner .slick-counter{
    margin: 0px 12px;
    font-size: 16px;
  }
  .banner_btn_area{
    padding: 0px 24px;
  }
}
@media(max-width: 1299px){
  .banner{
    margin-top: 70px;
  }
  .banner_tblock{
    top: 75%;
  }
  .btitle_1{
    font-size: 58px;
  }
  .banner_btn_area{
    top: 68%;
  }
}
@media(max-width: 1199px){
  .banner{
    margin-top: 60px;
  }
  .btitle_1{
    font-size: 52px;
    width: 60%;
  }
  .btitle_sm{
    width: 40%;
  }
  .b_btn_inner{
    max-width: 40%;
  }
}
@media(max-width: 1099px){
  .btitle_1{
    font-size: 48px;
  }
  .banner .slick-counter{
    font-size: 14px;
  }
  .btitle_2{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .banner{
    margin-top: 50px;
  }
  .banner_tblock{
    padding: 0px 12px;
  }
  .btitle_1{
    font-size: 42px;
  }
  .banner .slick-counter{
    font-size: 14px;
  }
  .btitle_2{
    font-size: 14px;
  }
  .banner_btn_area{
    padding: 0px 12px;
  }
}
@media(max-width: 860px){
  .btitle_1{
    font-size: 38px;
  }
}
@media(max-width: 767px){
  .btitle_1{
    font-size: 32px;
  }
  .btitle_2{
    font-size: 12px;
  }
  .banner .slick-counter{
    font-size: 12px;
  }
}
@media(max-width: 660px){
  .banner_btn_area{
    top: 66%;
  }
  .btitle_1{
    font-size: 28px;
  }
}
@media(max-width: 575px){
  .banner_tblock{
    top: auto;
    bottom: 45px;
  }
  .banner_tbox{
    display: block !important;
  }
  .btitle_1{
    width: 100%;
  }
  .btitle_sm{
    width: 100%;
  }
  .banner_btn_area{
    top: auto;
    bottom: 24px;
  }
  .b_btn_inner{
    max-width: 100%;
  }
}
@media(max-width: 450px){
  .banner{
    margin-top: 40px;
  }
  .banner_tblock{
    bottom: 40px;
  }
  .btitle_1{
    font-size: 24px;
  }
  .btitle_2{
    -webkit-line-clamp: 2;
  }
  .banner .slick-counter{
    margin: 0px 10px;
  }
  .banner_btn_area{
    bottom: 20px;
  }
}
@media(max-width: 390px){
  .btitle_1{
    font-size: 20px;
  }
}

/* index_product */
.product_area{
  background-image: url('../image/index_p_bg.png');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.index_product{
  max-width: 1420px;
  padding: 150px 0px;
  margin: auto;
}
.index_p_title{
  text-align: center;
  margin-bottom: 30px;
}
.title_lg{
  font-size: 42px;
  color: #002b69;
  font-weight: 600;
  text-transform: uppercase;
}
.product_slick{
  margin: 0px -12px;
}
.index_p_item{
  padding: 0px 12px;
}
.p_item{
  display: block;
  background-color: #f5f5f5;
  padding: 15px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.p_pic_block{
  overflow: hidden;
  width: 100%;
  padding-bottom: 76%;
  position: relative;
}
.p_pic_block 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;
}
.p_item_text{
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.p_item_t_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_sm{
  font-size: 22px;
  color: #282828;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p_item_arrow{
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #6fba2c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all ease-in-out 0.3s;
}
.btn_arrow{
  width: 10px;
  display: inline-block !important;
}
.p_item:hover .p_pic_block img{
  transform: scale(0.9,0.9);
}
.p_item:hover .p_item_arrow{
  background-color: #002b69;
}
/* Dots */
.product_slick .slick-dots{
  padding: 0px 8px;
  position: relative;
  max-width: 70%;
  display: flex;
  bottom: -40px;
}
.product_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.product_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.product_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.product_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #6fba2c;
  border-radius: 100%;
}
.product_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #6fba2c;
  background-color: #6fba2c;
}
.index_p_btn{
  width: 30%;
  margin-left: auto;
  margin-top: -20px;
}
.index_p_btn .sy_btn{
  margin-left: auto;
}
.sy_btn{
  background-color: #6fba2c;
  color: #fff;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  font-size: 18px;
  min-width: 200px;
  justify-content: space-between;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  border: none;
}
.sy_btn span{
  padding: 0px 20px;
}
.btn_arrow_block{
  padding: 4px 20px;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.sy_btn:hover{
  background-color: #002b69;
  color: #fff;
}

@media(max-width: 1499px){
  .index_product{
    padding: 130px 0px;
  }
  .title_sm{
    font-size: 20px;
  }
}
@media(max-width: 1299px){
  .index_product{
    padding: 100px 0px;
  }
  .index_p_title{
    margin-bottom: 20px;
  }
  .title_lg{
    font-size: 38px;
  }
  .title_sm{
    font-size: 18px;
  }
  .p_item_arrow{
    width: 45px;
    height: 45px;
  }
  .sy_btn{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .index_product{
    padding: 80px 0px;
  }
  .title_lg{
    font-size: 32px;
  }
}
@media(max-width: 1099px){
  .index_product{
    padding: 65px 0px;
  }
  .index_p_title{
    margin-bottom: 15px;
  }
  .title_lg{
    font-size: 30px;
  }
  .p_item{
    padding: 12px;
  }
  .p_item_text{
    padding: 12px;
  }
  .title_sm{
    font-size: 16px;
  }
  .sy_btn{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .index_product{
    padding: 50px 0px;
  }
  .title_lg{
    font-size: 28px;
  }
  .p_item_arrow{
    width: 40px;
    height: 40px;
  }
  .index_p_btn .sy_btn{
    margin-left: auto;
  }
  .sy_btn{
    min-width: 175px;
  }
  .sy_btn span{
    padding: 0px 16px;
  }
  .btn_arrow_block{
    padding: 2px 16px;
  }
}
@media(max-width: 767px){
  .p_item_arrow{
    width: 35px;
    height: 35px;
  }
  .product_slick .slick-dots{
    max-width: 100%;
    bottom: -20px;
    justify-content: center;
  }
  .index_p_btn{
    width: 100%;
    margin: 15px auto 0px auto;
  }
  .index_p_btn .sy_btn{
    margin: auto;
  }
  .sy_btn{
    min-width: 160px;
  }
  .sy_btn span{
    padding: 0px 16px;
  }
  .btn_arrow_block{
    padding: 0px 12px;
  }
}
@media(max-width: 767px){
  .title_lg{
    font-size: 24px;
  }
}
@media(max-width: 575px){
  .title_lg{
    font-size: 20px;
  }
}

/* index_application */
.index_application{
  max-width: 1720px;
  margin: auto;
}
.index_ap_left{
  background-color: #002b69;
  padding: 100px;
  height: 100%;
  position: relative;
}
.app_t_slick{
  position: static !important;
}
.index_ap_title{
  margin-bottom: 50px;
}
.index_ap_title .title_lg{
  color: #fff;
}
.text_sm{
  font-size: 18px;
}
.ap_t_block .title_sm{
  color: #fff;
  margin-bottom: 10px;
}
.ap_t_block .text_sm{
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ap_t_block .sy_btn{
  margin-top: 50px;
}
.ap_t_block .sy_btn:hover{
  background-color: #282828;
}
.app_p_slick{
  line-height: 0;
}
.app_p_slick img{
  width: 100%;
}
/* Dots */
.app_t_slick .slick-dots{
  display: flex;
  bottom: 100px;
}
.app_t_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.app_t_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.app_t_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.app_t_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #6fba2c;
  border-radius: 100%;
}
.app_t_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #6fba2c;
  background-color: #6fba2c;
}

@media(max-width: 1699px){
  .index_ap_left{
    padding: 65px;
  }
  .index_ap_title{
    margin-bottom: 30px;
  }
  .ap_t_block .sy_btn{
    margin-top: 30px;
  }
  .app_t_slick .slick-dots{
    bottom: 65px;
  }
}
@media(max-width: 1499px){
  .index_ap_left{
    padding: 50px;
  }
  .index_ap_title{
    margin-bottom: 20px;
  }
  .ap_t_block .sy_btn{
    margin-top: 20px;
  }
  .app_t_slick .slick-dots{
    bottom: 50px;
  }
}
@media(max-width: 1299px){
  .index_ap_left{
    padding: 30px;
  }
  .index_ap_title{
    margin-bottom: 15px;
  }
  .text_sm{
    font-size: 16px;
  }
  .ap_t_block .sy_btn{
    margin-top: 15px;
  }
  .app_t_slick .slick-dots{
    bottom: 30px;
  }
}
@media(max-width: 1099px){
  .index_ap_left{
    padding: 24px;
  }
  .text_sm{
    font-size: 14px;
  }
  .app_t_slick .slick-dots{
    bottom: 24px;
  }
}
@media(max-width: 991px){
  .ap_t_block .title_sm{
    margin-bottom: 5px;
  }
  .ap_t_block .text_sm{
    -webkit-line-clamp: 3;
  }
  .index_ap_title{
    margin-bottom: 10px;
  }
  .ap_t_block .sy_btn{
    margin-top: 8px;
  }
}
@media(max-width: 767px){
  .ap_t_block .text_sm{
    -webkit-line-clamp: 4;
  }
}

/* index_about */
.index_about{
  max-width: 1670px;
  margin-right: auto;
  padding: 150px 0px;
  overflow: hidden;
}
.index_ab_left{
  padding-left: 0px;
}
.index_ab_title{
  margin-left: 200px;
  margin-bottom: 50px;
}
.index_ab_text{
  padding-left: 100px;
  margin-top: 30px;
}
.index_ab_text .title_sm{
  margin-bottom: 15px;
}
.index_ab_text .sy_btn{
  margin-top: 45px;
}
.fact_area{
  display: flex;
  align-items: flex-start;
  border-top: solid 1px #d9d9d9;
  margin-top: 50px;
}
.fact_block{
  width: 50%;
  text-align: center;
  padding: 50px 12px 0px 12px;
}
.fact_block:nth-child(1){
  border-right: solid 1px #d9d9d9;
}
.fact_num{
  font-size: 80px;
  color: #002b69;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.fact_num .counter{
  margin-bottom: 0px;
}
.fact_text{
  font-size: 18px;
  color: #282828;
}
@media(max-width: 1699px){
  .index_ab_title{
    margin-left: 100px;
    margin-bottom: 30px;
  }
  .index_ab_text{
    padding-left: 50px;
  }
  .index_ab_text .sy_btn{
    margin-top: 30px;
  }
  .fact_area{
    margin-top: 40px;
  }
  .fact_block{
    padding: 30px 12px 0px 12px;
  }
  .fact_num{
    font-size: 72px;
  }
}
@media(max-width: 1499px){
  .index_about{
    padding: 130px 0px;
  }
  .index_ab_title{
    margin-left: 65px;
    margin-bottom: 20px;
  }
  .index_ab_text{
    padding-left: 30px;
  }
  .index_ab_text .title_sm{
    margin-bottom: 10px;
  }
  .index_ab_text .sy_btn{
    margin-top: 20px;
  }
  .fact_area{
    margin-top: 30px;
  }
  .fact_block{
    padding: 20px 12px 0px 12px;
  }
  .fact_num{
    font-size: 62px;
  }
}
@media(max-width: 1299px){
  .index_about{
    padding: 100px 0px;
  }
  .index_ab_title{
    margin-left: 24px;
  }
  .index_ab_text{
    padding-left: 12px;
    margin-top: 0px;
  }
  .index_ab_text .title_sm{
    margin-bottom: 5px;
  }
  .index_ab_text .sy_btn{
    margin-top: 15px;
  }
  .fact_area{
    margin-top: 20px;
  }
  .fact_block{
    padding: 12px 12px 0px 12px;
  }
  .fact_num{
    font-size: 52px;
  }
  .fact_text{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .index_about{
    padding: 80px 0px;
  }
  .index_ab_text{
    padding-left: 8px;
  }
  .index_ab_text .sy_btn{
    margin-top: 10px;
  }
  .fact_num{
    font-size: 38px;
  }
}
@media(max-width: 1099px){
  .index_about{
    padding: 65px 0px;
  }
  .index_ab_text{
    padding-left: 0px;
  }
  .fact_num{
    font-size: 32px;
  }
  .fact_text{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .index_about{
    padding: 50px 0px;
  }
  .index_ab_text .text_sm{
    margin-bottom: 0px;
    line-height: 1.25;
  }
  .fact_area{
    margin-top: 15px;
  }
  .fact_num{
    font-size: 28px;
  }
  .fact_block{
    padding: 10px 10px 0px 10px;
  }
  .fact_text{
    margin-bottom: 0px;
  }
}
@media(max-width: 767px){
  .index_about{
    margin: auto;
  }
  .index_ab_left{
    padding-left: 12px;
  }
  .index_ab_text{
    margin-top: 15px;
  }
  .fact_block{
    padding: 10px 0px 0px 0px;
  }
}

/* index_distribute */
.index_distribute{
  max-width: 1720px;
  margin: auto;
  padding: 0px 0px 150px 0px;
}
.index_di_top{
  max-width: 1420px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
.index_di_text{
  max-width: 600px;
}
.index_di_map{
  margin: -150px 0px;
}
.index_di_tab{
  max-width: 1420px;
  margin: 0px auto;
}
.plist_tab_area{
  width: 100%;
  padding: 0px;
  border: none;
  position: relative;
  z-index: 99;
}
.plist_tab_area .nav-link{
  border: solid 1px #d9d9d9;
  text-align: center;
  color: #282828;
  padding: 16px 0px;
  background-color: #fff;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
.plist_tab_area .nav-item:nth-child(1) .nav-link{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.plist_tab_area .nav-item:nth-last-child(1) .nav-link{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.plist_tab_area .nav-item:hover .nav-link{
  background-color: #6fba2c;
  color: #fff;
}
.sy_dropdown_btn{
  display: none;
}
@media(max-width: 1499px){
  .index_distribute{
    padding: 0px 0px 130px 0px;
  }
  .index_di_map{
    margin: -130px 0px;
  }
  .plist_tab_area .nav-link{
    font-size: 16px;
    padding: 12px 0px;
  }
}
@media(max-width: 1299px){
  .index_distribute{
    padding: 0px 0px 100px 0px;
  }
  .index_di_map{
    margin: -100px 0px;
  }
}
@media(max-width: 1199px){
  .index_distribute{
    padding: 0px 0px 80px 0px;
  }
  .index_di_map{
    margin: -80px 0px;
  }
  .plist_tab_area .nav-link{
    font-size: 14px;
    padding: 10px 0px;
  }
}
@media(max-width: 1099px){
  .index_distribute{
    padding: 0px 0px 65px 0px;
  }
  .index_di_map{
    margin: -65px 0px;
  }
  .plist_tab_area .nav-link{
    letter-spacing: -1px;
  }
}
@media(max-width: 991px){
  .index_distribute{
    padding: 0px 0px 50px 0px;
  }
  .index_di_map{
    margin: -50px 0px;
  }
  .sy_dropdown_btn{
    display: block;
    background-color: #6fba2c;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px;
  }
  .sy_dropdown_btn:hover{
    color: #fff;
  }
  .sy_dropdown_btn:focus{
    box-shadow: none;
  }
  .plist_tab_area{
    display: none;
    background-color: #282828;
    position: absolute;
  }
  .plist_tab_area .nav-item:nth-child(1) .nav-link{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .plist_tab_area .nav-item:nth-last-child(1) .nav-link{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .plist_tab_area .nav-link{
    background-color: #f5f5f5;
    letter-spacing: 0px;
  }
}
@media(max-width: 450px){
  .index_di_map{
    margin: -30px 0px;
  }
}
@media(max-width: 390px){
  .index_di_map{
    margin: -20px 0px;
  }
}

/* index_esg */
.index_esg{
  background-image: url('../image/index_esg_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  min-height: 690px;
  padding: 100px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_esg::after{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.index_esg_block{
  max-width: 960px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.index_esg_block .title_lg{
  color: #fff;
  padding: 0px 12px;
}
.index_esg_block .text_sm{
  color: #fff;
  padding: 0px 12px;
}
.index_esg_block .sy_btn{
  margin: 50px auto 0px auto;
}
@media(max-width: 1699px){
  .index_esg{
    min-height: 590px;
  }
}
@media(max-width: 1499px){
  .index_esg{
    min-height: 490px;
  }
  .index_esg_block .sy_btn{
    margin: 30px auto 0px auto;
  }
}
@media(max-width: 1299px){
  .index_esg{
    min-height: 390px;
  }
  .index_esg_block .sy_btn{
    margin: 20px auto 0px auto;
  }
}
@media(max-width: 1199px){
  .index_esg{
    min-height: 350px;
    padding: 80px 0px;
  }
  .index_esg_block .sy_btn{
    margin: 15px auto 0px auto;
  }
}
@media(max-width: 1099px){
  .index_esg{
    min-height: 330px;
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .index_esg{
    min-height: 290px;
    padding: 50px 0px;
  }
}
@media(max-width: 767px){
  .index_esg{
    min-height: 250px;
    padding: 50px 0px;
  }
}

/* index_media */
.index_media{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
}
.index_m_title{
  margin-bottom: 30px;
}
.media_item{
  text-decoration: none;
  border-bottom: solid 1px #d9d9d9;
  padding: 24px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.media_item:nth-child(1){
  border-top: solid 1px #d9d9d9;
}
.m_list_date{
  font-size: 20px;
  color: #282828;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1;
}
.m_list_type{
  font-size: 16px;
  color: #6fba2c;
  margin-bottom: 0px;
}
.media_item .title_sm{
  margin-bottom: 10px;
}
.media_item .text_sm{
  color: #282828;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.media_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
  border-radius: 5px;
}
.media_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;
}
.m_pic_block{
  position: relative;
}
.m_pic_block .p_item_arrow{
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
}
.media_item:hover{
  background-color: #f5f5f5;
}
.media_item:hover .media_pic img{
  transform: scale(1.05,1.05);
}
.media_item:hover .m_pic_block .p_item_arrow{
  background-color: #002b69;
}

@media(max-width: 1499px){
  .index_media{
    padding: 130px 0px;
  }
  .m_list_date{
    font-size: 18px;
  }
}
@media(max-width: 1299px){
  .index_media{
    padding: 100px 0px;
  }
  .index_m_title{
    margin-bottom: 20px;
  }
  .m_list_date{
    font-size: 16px;
  }
  .m_list_type{
    font-size: 14px;
  }
  .media_item .title_sm{
    margin-bottom: 5px;
  }
}
@media(max-width: 1199px){
  .index_media{
    padding: 80px 0px;
  }
  .index_m_title{
    margin-bottom: 15px;
  }
}
@media(max-width: 1099px){
  .media_item{
    padding: 12px;
  }
  .index_media{
    padding: 65px 0px;
  }
  .m_list_date{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .index_media{
    padding: 50px 0px;
  }
  .index_m_left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .index_m_title{
    margin-bottom: 0px;
  }
}
@media(max-width: 575px){
  .m_date_type{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .m_list_date{
    margin-right: 10px;
  }
  .m_t_block{
    margin-bottom: 15px;
  }
}

/* footer */
.footer{
  background-color: #002b69;
  position: relative;
}
.footer_area{
  max-width: 1420px;
  margin: auto;
  padding-top: 100px;
}
.f_info{
  max-width: 290px;
  margin-top: 15px;
}
.f_info_block{
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.f_info_item{
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
  transition: all ease-in-out 0.3s;
}
.f_info a:hover{
  color: #fff;
  opacity: 0.6;
}
.f_info_title{
  color: #6fba2c;
}
.f_esg_area{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.f_esg_icon{
  max-width: 85px;
  margin-right: 15px;
}
.site_map{
  display: flex;
  justify-content: space-between;
}
.site_group{
  padding-left: 12px;
}
.site_item{
  margin-bottom: 12px;
}
.site_title{
  color: #6fba2c;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.site_title:hover{
  color: #6fba2c;
  opacity: 0.6;
}
.site_text{
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.site_text:hover{
  color: #fff;
  opacity: 0.6;
}
.f_bottom{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 50px;
  padding: 30px 0px;
  align-items: center;
}
.social_block{
  display: flex;
  align-items: center;
}
.social_item{
  padding: 0px 10px;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
.social_item:nth-child(1){
  padding-left: 0px;
}
.social_icon{
  width: 25px;
}
.social_item:hover{
  opacity: 1;
}
.f_copy_text{
  color: #fff;
  line-height: 1.5;
  text-align: right;
}
.f_copy_text p{
  margin-bottom: 0px;
}
.f_copy_text a{
  color: #fff;
  font-weight: 300;
  margin: 0px 1px;
}
.top_block{
  position: absolute;
  right: 24px;
  bottom: 24px;
  background-color: transparent;
  border: none;
  padding: 0px;
}
.btn_arrow_t{
  width: 8px;
  display: inline-block !important;
}
@media(max-width: 1699px){
  .top_block{
    right: 24px;
    top: 24px;
    bottom: auto;
  }
}
@media(max-width: 1499px){
  .footer_area{
    padding-top: 80px;
  }
  .top_block{
    right: 12px;
    top: 12px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding-top: 65px;
  }
  .f_info{
    max-width: 250px;
    font-size: 14px;
  }
  .site_item{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .f_copy_text{
    font-size: 14px;
  }
  .social_icon{
    width: 24px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding-top: 50px;
  }
  .f_left{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .f_esg_icon{
    max-width: 80px;
    margin-right: 0px;
    margin-left: 10px;
  }
  .site_group{
    padding-left: 0px;
    padding-right: 12px;
  }
  .f_bottom{
    margin-top: 30px;
    padding: 15px 0px;
  }
}
@media(max-width: 575px){
  .sitemap_area{
    display: none;
  }
  .f_esg_icon{
    max-width: 70px;
  }
  .social_block{
    justify-content: center;
  }
  .social_icon{
    width: 20px;
  }
  .f_copy_text{
    text-align: center;
    margin-top: 10px;
  }
}
@media(max-width: 390px){
  .f_left{
    display: block;
  }
  .f_info{
    max-width: 100%;
  }
  .f_bottom{
    margin-top: 20px;
  }
}

/* inner_banner */
.inner_banner{
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 100px;
  overflow: hidden;
  padding: 0px 12px;
}
.inner_banner2{
  padding: 100px 0px 0px 0px;
  margin-top: 100px;
  overflow: hidden;
}
.inner_banner::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.in_banner_t{
  max-width: 1420px;
  padding: 0px 12px;
  margin: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}
.in_banner_t::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
.inner_banner2 .in_banner_t::after{
  background-color: #d9d9d9;
}
.inner_b_title{
  font-size: 88px;
  color: #fff;
  text-transform: uppercase;
}
.inner_banner2 .inner_b_title{
  color: #002b69;
}
.home_block{
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_banner2 .home_block{
  background-color: #f5f5f5;
}
.home_icon{
  width: 14px;
}
.sy_bread .breadcrumb-item a{
  color: #fff;
  text-decoration: none;
}
.sy_bread .breadcrumb-item{
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.inner_banner2 .sy_bread .breadcrumb-item a{
  color: #282828;
}
.inner_banner2 .sy_bread .breadcrumb-item{
  color: #282828;
}
.inner_banner .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  background-image: url('../image/bread_dot.svg');
  width: 4px;
  height: 4px;
  background-repeat: no-repeat;
  margin-right: 3px;
}
.inner_banner2 .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  background-image: url('../image/bread_dot_b.svg');
  width: 4px;
  height: 4px;
  background-repeat: no-repeat;
  margin-right: 3px;
}
.sy_bread .breadcrumb-item:nth-child(2)::before{
  display: none;
}
.sy_bread .breadcrumb-item:nth-child(1){
  margin-right: 5px;
}
@media(max-width: 1699px){
  .inner_banner{
    height: 390px;
    margin-top: 80px;
  }
  .inner_banner2{
    margin-top: 80px;
  }
  .inner_b_title{
    font-size: 78px;
  }
}
@media(max-width: 1499px){
  .inner_banner{
    height: 350px;
  }
  .inner_banner2{
    padding: 80px 0px 0px 0px;
  }
  .inner_b_title{
    font-size: 72px;
  }
}
@media(max-width: 1299px){
  .inner_banner{
    height: 300px;
    margin-top: 70px;
  }
  .inner_banner2{
    padding: 65px 0px 0px 0px;
    margin-top: 70px;
  }
  .inner_b_title{
    font-size: 68px;
  }
  .home_block{
    width: 24px;
    height: 24px;
  }
  .home_icon{
    width: 12px;
  }
  .sy_bread .breadcrumb-item{
    font-size: 14px;
  }
}
@media(max-width: 1199px){
  .inner_banner{
    height: 250px;
    margin-top: 60px;
  }
  .inner_banner2{
    padding: 50px 0px 0px 0px;
    margin-top: 60px;
  }
  .inner_b_title{
    font-size: 58px;
  }
}
@media(max-width: 1099px){
  .inner_b_title{
    font-size: 48px;
    margin-bottom: 0px;
  }
  .home_block{
    width: 20px;
    height: 20px;
  }
  .home_icon{
    width: 10px;
  }
  .sy_bread .breadcrumb-item{
    font-size: 12px;
  }
}
@media(max-width: 991px){
  .inner_banner{
    margin-top: 50px;
  }
  .inner_banner2{
    margin-top: 50px;
  }
  .inner_b_title{
    font-size: 42px;
  }
  .sy_bread .breadcrumb-item:nth-child(1){
    margin-right: 0px;
  }
}
@media(max-width: 767px){
  .inner_banner{
    height: 230px;
  }
  .inner_banner2{
    padding: 30px 0px 0px 0px;
  }
  .inner_b_title{
    font-size: 38px;
  }
  .home_block{
    width: 18px;
    height: 18px;
  }
  .home_icon{
    width: 8px;
  }
}
@media(max-width: 575px){
  .inner_banner{
    height: 200px;
  }
  .inner_b_title{
    font-size: 32px;
  }
  .sy_bread .breadcrumb{
    margin-bottom: 5px;
  }
}
@media(max-width: 450px){
  .inner_banner{
    margin-top: 40px;
  }
  .inner_banner2{
    margin-top: 40px;
  }
}
@media(max-width: 390px){
  .inner_banner{
    height: 160px;
  }
}

/* about */
/* .about_block1 */
.about_block1{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px 0px 0px;
}
.a_b1_t_block{
  max-width: 1099px;
  padding-bottom: 50px;
}
.video_link{
  border: none;
  background-color: transparent;
  padding: 0px;
}
.a_b1_video{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_play{
  position: absolute;
  padding: 10px;
  border-radius: 100%;
  animation: play 1s infinite;
  transition: all ease-in-out;
  z-index: 1;
}
@keyframes play{
  0%{
    background-color: rgba(111, 186, 44, 0.3);
  }
  50%{
    background-color: rgba(111, 186, 44, 0.5);
  }
  100%{
    background-color: rgba(111, 186, 44, 0.3);
  }
}
.video_btn{
  width: 80px;
}
.b1_video_pic{
  overflow: hidden;
}
.b1_video_pic img{
  transform: scale(1,1);
  transition: all ease-in-out 0.3s;
}
.video_link:hover .b1_video_pic img{
  transform: scale(1.05,1.05);
}
.video_modal .btn-close{
  position: absolute;
  right: 0px;
  top: -30px;
  opacity: 1;
}
.video_modal .modal-body{
  padding: 0px;
}
@media(max-width: 1499px){
  .about_block1{
    padding: 130px 0px 0px 0px;
  }
  .a_b1_t_block{
    padding-bottom: 30px;
  }
}
@media(max-width: 1299px){
  .about_block1{
    padding: 100px 0px 0px 0px;
  }
  .a_b1_t_block{
    padding-bottom: 20px;
  }
  .video_btn{
    width: 65px;
  }
}
@media(max-width: 1199px){
  .about_block1{
    padding: 80px 0px 0px 0px;
  }
  .a_b1_t_block{
    padding-bottom: 15px;
  }
}
@media(max-width: 1099px){
  .about_block1{
    padding: 65px 0px 0px 0px;
  }
  .a_b1_t_block{
    padding-bottom: 10px;
  }
}
@media(max-width: 991px){
  .about_block1{
    padding: 50px 0px 0px 0px;
  }
  .a_b1_t_block{
    padding-bottom: 0px;
  }
  .video_btn{
    width: 50px;
  }
}
@media(max-width: 575px){
  .video_play{
    padding: 8px;
  }
  .video_btn{
    width: 45px;
  }
}
@media(max-width: 450px){
  .video_play{
    padding: 5px;
  }
  .video_btn{
    width: 40px;
  }
}
/* .about_block2 */
.about_block2{
  background-image: url('../image/corporate_bg.png');
  background-size: cover;
  background-position: center;
  margin-top: -150px;
  position: relative;
  z-index: -1;
}
.about_block2::before{
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.a_b2_block{
  max-width: 1420px;
  margin: auto;
  padding: 250px 0px 150px 0px;
  position: relative;
  z-index: 1;
}
.a_b2_title .title_lg{
  color: #fff;
  text-align: center;
}
.corp_item{
  background-color: rgba(225, 225, 225, 0.2);
  border: solid 1px rgba(225, 225, 225, 0.5);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  height: 100%;
}
.corp_icon{
  width: 80px;
}
.title_md{
  font-size: 28px;
}
.corp_item .title_md{
  color: #fff;
  margin-top: 10px;
}
.corp_item .text_sm{
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
}
@media(max-width: 1499px){
  .about_block2{
    margin-top: -100px;
  }
  .a_b2_block{
    padding: 230px 0px 130px 0px;
  }
  .title_md{
    font-size: 24px;
  }
}
@media(max-width: 1299px){
  .a_b2_block{
    padding: 200px 0px 100px 0px;
  }
  .corp_item{
    padding: 20px;
  }
  .corp_icon{
    width: 70px;
  }
  .title_md{
    font-size: 20px;
  }
}
@media(max-width: 1199px){
  .a_b2_block{
    padding: 180px 0px 80px 0px;
  }
  .corp_item{
    padding: 12px;
  }
  .corp_icon{
    width: 65px;
  }
}
@media(max-width: 1099px){
  .a_b2_block{
    padding: 165px 0px 65px 0px;
  }
  .corp_icon{
    width: 55px;
  }
  .title_md{
    font-size: 18px;
  }
  .corp_item .title_md{
    margin-bottom: 5px;
  }
}
@media(max-width: 991px){
  .about_block2{
    margin-top: -50px;
  }
  .a_b2_block{
    padding: 100px 0px 50px 0px;
  }
  .corp_icon{
    width: 50px;
  }
  .title_md{
    font-size: 16px;
  }
}
@media(max-width: 767px){
  .a_b2_block{
    padding: 100px 4px 50px 4px;
  }
  .a_b2_title .title_lg{
    margin-bottom: 0px;
  }
}

/* about_block3 */
.about_block3{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
  align-items: center;
  overflow: hidden;
}
.a_b3_left{
  padding-right: 50px;
}
.a_b3_brand{
  border: solid 1px #d9d9d9;
  padding: 90px 24px;
  text-align: center;
}
.brand_logo{
  max-width: 670px;
  width: 100%;
}
@media(max-width: 1499px){
  .about_block3{
    padding: 130px 0px;
  }
}
@media(max-width: 1299px){
  .about_block3{
    padding: 100px 0px;
  }
  .a_b3_left{
    padding-right: 30px;
  }
}
@media(max-width: 1199px){
  .about_block3{
    padding: 80px 0px;
  }
  .a_b3_brand{
    padding: 80px 24px;
  }
}
@media(max-width: 1099px){
  .about_block3{
    padding: 65px 0px;
  }
  .a_b3_left{
    padding-right: 0px;
  }
  .a_b3_brand{
    padding: 65px 24px;
  }
}
@media(max-width: 991px){
  .about_block3{
    padding: 50px 0px;
  }
  .a_b3_brand{
    padding: 50px 24px;
  }
}
@media(max-width: 575px){
  .a_b3_brand{
    padding: 24px;
  }
}

/* about_block4 */
.about_block4{
  max-width: 1420px;
  margin: auto;
  padding-bottom: 150px;
}
.a_b4_top{
  max-width: 1099px;
  margin: auto;
  text-align: center;
}
.esg_item{
  text-align: center;
  margin-top: 30px;
}
.esg_p_block{
  width: 350px;
  height: 350px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-position: center;
  background-size: cover;
}
.esg_p_block::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
}
.esg_p_block .title_md{
  color: #fff;
  position: relative;
  z-index: 1;
}
.esg_item .text_sm{
  margin-top: 15px;
}
@media(max-width: 1499px){
  .about_block4{
    padding-bottom: 130px;
  }
  .esg_p_block{
    width: 300px;
    height: 300px;
  }
}
@media(max-width: 1299px){
  .about_block4{
    padding-bottom: 100px;
  }
  .esg_p_block{
    width: 250px;
    height: 250px;
  }
}
@media(max-width: 1199px){
  .about_block4{
    padding-bottom: 80px;
  }
}
@media(max-width: 1099px){
  .about_block4{
    padding-bottom: 65px;
  }
}
@media(max-width: 991px){
  .about_block4{
    padding-bottom: 50px;
  }
  .esg_item{
    margin-top: 15px;
  }
  .esg_p_block{
    width: 200px;
    height: 200px;
  }
}
@media(max-width: 767px){
  .esg_p_block{
    width: 160px;
    height: 160px;
  }
}
@media(max-width: 575px){
  .esg_p_block{
    width: 200px;
    height: 200px;
  }
  .esg_item{
    margin-top: 10px;
  }
  .esg_item .text_sm{
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

/* about_block5 */
.about_block5{
  background-color: #f5f5f5;
}
.a_b5_block{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
}
.a_b5_t_block{
  max-width: 1099px;
  margin-bottom: 30px;
}
.quality_icon{
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 1499px){
  .a_b5_block{
    padding: 130px 0px;
  }
}
@media(max-width: 1299px){
  .a_b5_block{
    padding: 100px 0px;
  }
}
@media(max-width: 1199px){
  .a_b5_block{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .a_b5_block{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .a_b5_block{
    padding: 50px 0px;
  }
  .a_b5_t_block{
    margin-bottom: 15px;
  }
}

/* about_block6 */
.about_block6{
  margin-bottom: -1px;
  overflow: hidden;
}
.a_b6_block{
  padding: 0px;
}

/* product */
.inner_block1{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
}
.inner_block2{
  max-width: 1420px;
  margin: auto;
  padding: 100px 0px 150px 0px;
}
.inner_block3{
  max-width: 1420px;
  margin: auto;
  padding: 65px 0px 100px 0px;
}
.inner_block4{
  max-width: 1420px;
  margin: auto;
  padding: 0px 0px 150px 0px;
}
.p_sort_area:nth-child(1){
  margin-top: 0px;
}
.p_sort{
  background-color: #f5f5f5;
  background-image: url(../image/p_sort_bg.png);
  background-size: cover;
  background-position: center bottom;
  align-items: center;
  padding: 24px;
  margin: auto;
}
.p_sort_t{
  padding: 12px 0px;
}
.p_sort .title_md{
  color: #282828;
  text-transform: capitalize;
}
.p_sort .text_sm{
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media(max-width: 1499px){
  .inner_block1{
    padding: 130px 0px;
  }
  .inner_block2{
    padding: 100px 0px 130px 0px;
  }
  .inner_block3{
    max-width: 1420px;
    margin: auto;
    padding: 65px 0px 100px 0px;
  }
  .inner_block4{
    padding: 0px 0px 130px 0px;
  }
}
@media(max-width: 1299px){
  .inner_block1{
    padding: 100px 0px;
  }
  .inner_block2{
    padding: 100px 0px;
  }
  .inner_block3{
    padding: 50px 0px 100px 0px;
  }
  .inner_block4{
    padding: 0px 0px 100px 0px;
  }
}
@media(max-width: 1199px){
  .inner_block1{
    padding: 80px 0px;
  }
  .inner_block2{
    padding: 80px 0px;
  }
  .inner_block3{
    padding: 50px 0px 80px 0px;
  }
  .inner_block4{
    padding: 0px 0px 80px 0px;
  }
}
@media(max-width: 1099px){
  .inner_block1{
    padding: 65px 0px;
  }
  .inner_block2{
    padding: 65px 0px;
  }
  .inner_block3{
    padding: 50px 0px 65px 0px;
  }
  .inner_block4{
    padding: 0px 0px 65px 0px;
  }
}
@media(max-width: 991px){
  .inner_block1{
    padding: 50px 0px;
  }
  .inner_block2{
    padding: 50px 0px;
  }
  .inner_block3{
    padding: 30px 0px 50px 0px;
  }
  .inner_block4{
    padding: 0px 0px 50px 0px;
  }
}
@media(max-width: 767px){
  .p_sort{
    padding: 12px;
  }
}

/* product_list */
.inner_p_area .seo_block{
  margin-top: 65px;
}
.p_list_area{
  margin-top: 30px;
}
.page_arrow{
  border: none;
  padding: 0px;
}
.sy_page{
  border: solid 1px #d9d9d9;
  padding: 12px;
  width: fit-content;
  border-radius: 5px;
  margin: 65px auto;
}
.page_number{
  font-size: 18px;
  padding: 0px 24px;
  display: flex;
  align-items: center;
}
.page_all::before{
  content: "/";
  margin: 0px 10px;
}
.seo_block{
  border: solid 1px #d9d9d9;
  padding: 65px;
}
.seo_block .text_sm{
  margin-bottom: 0px;
}
@media(max-width: 1299px){
  .sy_page{
    margin: 50px auto;
  }
  .page_number{
    font-size: 16px;
    padding: 0px 20px;
  }
  .page_all::before{
    margin: 0px 5px;
  }
  .seo_block{
    padding: 50px;
  }
  .inner_p_area .seo_block{
    margin-top: 50px;
  }
}
@media(max-width: 1099px){
  .sy_page{
    margin: 30px auto;
  }
  .page_number{
    font-size: 14px;
    padding: 0px 15px;
  }
  .seo_block{
    padding: 24px;
  }
  .inner_p_area .seo_block{
    margin-top: 30px;
  }
}
@media(max-width: 767px){
  .p_list_area{
    margin-top: 15px;
  }
}
@media(max-width: 575px){
  .p_list_area{
    margin-top: 10px;
  }
  .seo_block{
    padding: 12px;
  }
}

/* product_inner */
.p_inner_top{
  max-width: 1720px;
  margin: auto;
  padding: 65px 0px 0px 0px;
}
.pinner_top_area{
  background-color: #f5f5f5;
  background-image: url('../image/p_sort_bg.png');
  background-size: cover;
  background-position: center bottom;
}
.pinner_top_block{
  max-width: 1420px;
  margin: auto;
  align-items: center;
  padding: 12px;
}
.pinner_top_pic{
  margin-bottom: -100px;
}
.p_overview .p_overview_inner {
	max-height: 100px;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
  position: relative;
}
.p_overview .p_overview_inner:after {
	content: "";
	display: inline-block;
	position: absolute;
	pointer-events: none;
	height: 35px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
  transition: background-image 0.3s ease-in;
	background-image: linear-gradient(0deg, #fff 10%, transparent);
}
.p_overview .des_more_button {
	color: #6fba2c;
  text-decoration: underline;
  cursor: pointer;
}
.p_overview .des_more-expanded {
	max-height: 2300px !important;
	transition: max-height 0.3s ease-in;
}
.series_form_area{
  margin-top: 80px;
}
.series_table{
  text-align: center;
  font-size: 18px;
}
.series_table thead tr th{
  border-bottom: solid 1px #d9d9d9 !important;
  border-right: solid 1px #d9d9d9;
  background-color: #6fba2c;
  color: #fff;
  font-weight: 400;
  padding: 20px 8px;
  vertical-align: middle;
}
.series_table thead tr th:nth-last-child(1){
  border-right: none;
}
.series_table tbody tr th{
  border-bottom: solid 1px #d9d9d9 !important;
  border-right: solid 1px #d9d9d9;
  padding: 0px;
}
.series_table tbody tr td{
  border-bottom: solid 1px #d9d9d9 !important;
  border-right: solid 1px #d9d9d9;
  vertical-align: middle;
  padding: 3px;
   white-space: nowrap;
}
.series_table tbody tr td:nth-last-child(1){
  border-right: none;
}
.series_item_link{
  display: block;
  text-decoration: none;
  background-color: #f5f5f5;
  transition: all ease-in-out 0.3s;
}
.series_item_link:hover{
  background-color: #d9d9d9;
}
.series_item_link img{
  width: 100%;
  max-width: 130px;
}
.title_xs{
  font-size: 18px;
}
.series_table .title_xs{
  color: #002b69;
  margin-bottom: 0px;
  white-space: nowrap;
}
.bottom_back .sy_btn{
  margin: 65px auto 0px auto;
}
.bottom_back .btn_arrow_block{
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
@media(max-width: 1499px){
  .series_table{
    font-size: 16px;
  }
  .series_table thead tr th{
    padding: 15px 8px;
  }
  .title_xs{
    font-size: 16px;
  }
  .series_item_link img{
    max-width: 100px;
  }
}
@media(max-width: 1299px){
  .p_inner_top{
    padding: 50px 0px 0px 0px;
  }
  .series_item_link{
    display: block;
    padding: 8px;
  }
  .bottom_back .sy_btn{
    margin: 50px auto 0px auto;
  }
}
@media(max-width: 1099px){
  .series_table{
    font-size: 14px;
  }
  .series_table thead tr th{
    padding: 8px 4px;
  }
  .title_xs{
    font-size: 14px;
  }
  .series_form_area{
    margin-top: 65px;
  }
}
@media(max-width: 991px){
  .p_inner_top{
    padding: 30px 0px 0px 0px;
  }
  .pinner_top_pic{
    margin-bottom: -50px;
  }
  .bottom_back .sy_btn{
    margin: 30px auto 0px auto;
  }
  .series_form_area{
    margin-top: 50px;
  }
}
@media(max-width: 767px){
  .pinner_top_block{
    padding: 24px 12px;
  }
  .pinner_top_pic{
    margin-bottom: 0px;
  }
}
@media(max-width: 575px){
  .p_inner_top{
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .pinner_top_item{
    padding: 0px;
  }
  .series_form_area{
    margin-top: 30px;
  }
}

/* product_detail */
.pdet_top_area{
  align-items: center;
}
.p_det_pic{
  background-color: #f5f5f5;
}
.pdet_top_right{
  padding-left: 80px;
}
.pdet_title{
  margin-bottom: 15px;
}
.pdet_title .title_sm{
  color: #6fba2c;
  max-width: 500px;
  font-weight: 400;
  margin-bottom: 10px;
}
.pdet_top_ul{
  font-size: 18px;
  color: #282828;
  padding-left: 24px;
}
.pdet_top_ul li{
  margin-bottom: 3px;
}
ul li::marker{
  color: #6fba2c;
}
.pdet_top_btn{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.bl_btn{
  background-color: #002b69 !important;
}
.bl_btn:hover{
  background-color: #282828 !important;
}
.pdet_top_btn .bl_btn{
  margin-right: 15px;
}
.plist_tab_area .nav-link.active{
  background-color: #6fba2c;
  color: #fff;
}
.pdet_tab_content{
  padding: 65px 120px;
  border-bottom: solid 1px #d9d9d9;
}
.pdet_table{
  font-size: 18px;
  text-align: center;
}
.pdet_table thead tr th{
  background-color: #6fba2c;
  color: #fff;
  font-weight: 400;
  border-right: solid 1px #d9d9d9;
}
.pdet_table thead tr th:nth-last-child(1){
  border-right: none;
}
.pdet_table tbody tr th{
  font-weight: 400;
  border-right: solid 1px #d9d9d9;
}
.pdet_table tbody tr td{
  border-right: solid 1px #d9d9d9;
}
.pdet_table tbody tr td:nth-last-child(1){
  border-right: 0px;
}
.pdet_table tbody tr:nth-child(Even){
   background-color: #f5f5f5;
}
.pdet_tab_content .tab-pane{
  font-size: 18px;
}
.pdet_tab_content .tab-pane b{
  display: block;
}
.pdet_tab_content .tab-pane img{
  width: 100%;
  max-width: 100%;
}
.pdet_option .title_sm{
  color: #6fba2c;
}
@media(max-width: 1499px){
  .pdet_top_right{
    padding-left: 65px;
  }
  .pdet_table{
    font-size: 16px;
  }
  .pdet_tab_content{
    padding: 65px 100px;
  }
}
@media(max-width: 1299px){
  .pdet_top_right{
    padding-left: 50px;
  }
  .pdet_top_ul{
    font-size: 16px;
  }
  .pdet_tab_content{
    padding: 50px 80px;
  }
  .pdet_tab_content .tab-pane{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .pdet_top_right{
    padding-left: 30px;
  }
  .pdet_title{
    margin-bottom: 10px;
  }
  .pdet_top_btn{
    margin-top: 20px;
  }
  .pdet_tab_content{
    padding: 50px 65px;
  }
}
@media(max-width: 1099px){
  .pdet_top_right{
    padding-left: 15px;
  }
  .pdet_top_ul{
    font-size: 14px;
  }
  .pdet_table{
    font-size: 14px;
  }
  .pdet_tab_content{
    padding: 50px;
  }
  .pdet_tab_content .tab-pane{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .pdet_top_right{
    padding-left: 0px;
  }
  .pdet_title .title_sm{
    margin-bottom: 5px;
  }
  .pdet_title{
    margin-bottom: 5px;
  }
  .pdet_top_ul li{
    margin-bottom: 0px;
  }
  .pdet_top_btn{
    margin-top: 10px;
  }
  .pdet_top_btn .bl_btn{
    margin-right: 10px;
  }
  .pdet_tab_content{
    padding: 30px 24px;
  }
}
@media(max-width: 767px){
  .pdet_top_right{
    margin-top: 15px;
  }
  .pdet_tab_content{
    padding: 30px 0px;
  }
}
@media(max-width: 390px){
  .pdet_top_btn{
    display: block;
  }
  .pdet_top_btn .bl_btn{
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* product_search */
.search_title{
  text-align: center;
  margin-top: 0px;
}
.p_inner_item{
  text-decoration: none;
}
.p_inner_item .p_pic_block{
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
@media(max-width: 767px){
  .search_title .title_md{
    margin-bottom: 0px;
  }
  .p_inner_item .p_pic_block{
    margin-bottom: 10px;
  }
}

/* application */
.app_list_area{
  margin-top: 65px;
}
.app_item{
  display: block;
  position: relative;
}
.app_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.app_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;
}
.app_bt_block{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.app_item:hover .app_pic img{
  transform: scale(1.05,1.05);
}
.app_item:hover .p_item_arrow{
  background-color: #002b69;
}
@media(max-width: 1299px){
  .app_list_area{
    margin-top: 50px;
  }
  .app_bt_block{
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media(max-width: 1099px){
  .app_list_area{
    margin-top: 30px;
  }
  .app_bt_block{
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

/* application_detail */
.adet_top{
  max-width: 1670px;
  margin-right: auto;
  padding: 65px 0px 0px 0px;
  align-items: center;
}
.adet_top_left{
  padding-left: 0px;
}
.adet_top_right{
  padding-left: 65px;
}
.adet_top_right .text_sm{
  margin-bottom: 0px;
}
.adet_inner{
  background-color: #f5f5f5;
  padding: 65px 100px;
  font-size: 18px;
}
.adet_bottom{
  padding: 100px 0px;
  border-bottom: solid 1px #d9d9d9;
}
.adet_bottom .title_md{
  text-align: center;
  margin-bottom: 30px;
}
.adet_bottom .product_slick .slick-dots{
  max-width: 100%;
  justify-content: center;
}
@media(max-width: 1499px){
  .adet_top_right{
    padding-left: 50px;
  }
  .adet_inner{
    padding: 50px 65px;
  }
}
@media(max-width: 1299px){
  .adet_top{
    padding: 50px 0px 0px 0px;
  }
  .adet_top_right{
    padding-left: 30px;
  }
  .adet_inner{
    padding: 30px 50px;
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .adet_top_right{
    padding-left: 0px;
  }
  .adet_bottom{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .adet_inner{
    padding: 24px;
    font-size: 14px;
  }
  .adet_bottom{
    padding: 65px 0px;
  }
  .adet_bottom .title_md{
    margin-bottom: 15px;
  }
}
@media(max-width: 991px){
  .adet_top{
    padding: 30px 0px 0px 0px;
  }
  .adet_top_right .text_sm{
    line-height: 1.15;
  }
  .adet_bottom{
    padding: 50px 0px;
  }
}
@media(max-width: 767px){
  .adet_top{
    margin: auto;
  }
  .adet_top_left{
    padding-left: 12px;
  }
  .adet_top_right{
    margin-top: 15px;
  }
  .adet_bottom{
    padding: 30px 0px;
  }
}

/* distributor */
.location_list{
  margin-top: 100px;
}
.location_list .title_lg{
  text-align: center;
  margin-bottom: 30px;
}
.company_item{
  padding: 50px;
  background-color: #f5f5f5;
  align-items: center;
  margin: auto;
}
.company_country{
  display: flex;
  align-items: center;
}
.flag_block{
  max-width: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}
.company_country .title_md{
  margin-bottom: 0px;
}
.country_info{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.country_info .info_title{
  font-size: 18px;
  color: #6fba2c;
  margin-right: 12px;
  margin-bottom: 0px;
}
.country_info .info_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.country_info .info_text:hover{
  color: #6fba2c;
}

@media(max-width: 1499px){
  .company_item{
    padding: 30px;
  }
}
@media(max-width: 1299px){
  .location_list .title_lg{
    margin-bottom: 15px;
  }
  .company_item{
    padding: 24px 12px;
  }
  .country_info{
    margin-top: 8px;
  }
  .country_info .info_title{
    margin-right: 5px;
    font-size: 16px;
  }
  .country_info .info_text{
    font-size: 16px;
  }
  .flag_block{
    max-width: 45px;
    margin-right: 12px;
  }
}
@media(max-width: 1199px){
  .location_list{
    margin-top: 80px;
  }
}
@media(max-width: 1099px){
  .location_list{
    margin-top: 65px;
  }
  .country_info .info_title{
    margin-right: 3px;
    font-size: 14px;
  }
  .country_info .info_text{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .location_list{
    margin-top: 50px;
  }
}
@media(max-width: 767px){
  .location_list{
    margin-top: 30px;
  }
  .flag_block{
    max-width: 35px;
    margin-right: 10px;
  }
  .country_info{
    margin-top: 3px;
  }
}
@media(max-width: 575px){
  .company_item{
    padding: 12px 0px;
  }
  .company_info{
    margin: 15px 0px;
  }
  .flag_block{
    max-width: 30px;
  }
}

/* odm/oem */
.odm_block1{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
}
@media(max-width: 1499px){
  .odm_block1{
    padding: 130px 0px;
  }
}
@media(max-width: 1299px){
  .odm_block1{
    padding: 100px 0px;
  }
}
@media(max-width: 1199px){
  .odm_block1{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .odm_block1{
    padding: 65px 0px;
  }
}
@media(max-width: 991px){
  .odm_block1{
    padding: 50px 0px;
  }
}

/* odm/oem */
.odm_block1 .title_lg{
  text-align: center;
}
.o_b1_item{
  margin-top: 50px;
}
.o_b1_item:nth-child(even) .o_b1_item_t{
  order: 1;
}
.o_b1_item:nth-child(even) .o_b1_item_p{
  order: 2;
}
.o_b1_item:nth-child(odd) .o_b1_text{
  padding-left: 50px;
}
.o_b1_item:nth-child(even) .o_b1_text{
  padding-right: 50px;
}
.o_b1_text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.o_b1_title{
  border-top: solid 1px #d9d9d9;
  padding-top: 10px;
}
.o_b1_number{
  font-size: 18px;
  color: #6fba2c;
  margin-bottom: 0px;
}
@media(max-width: 1499px){
  .o_b1_item{
    margin-top: 30px;
  }
  .o_b1_item:nth-child(odd) .o_b1_text{
    padding-left: 30px;
  }
  .o_b1_item:nth-child(even) .o_b1_text{
    padding-right: 30px;
  }
}
@media(max-width: 1299px){
  .o_b1_item:nth-child(odd) .o_b1_text{
    padding-left: 12px;
  }
  .o_b1_item:nth-child(even) .o_b1_text{
    padding-right: 12px;
  }
  .o_b1_number{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .odm_block1 .title_lg{
    margin-bottom: 0px;
  }
  .o_b1_item:nth-child(odd) .o_b1_text{
    padding-left: 0px;
  }
  .o_b1_item:nth-child(even) .o_b1_text{
    padding-right: 0px;
  }
}
@media(max-width: 1099px){
  .o_b1_title{
    padding-top: 5px;
  }
  .o_b1_number{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .o_b1_item .text_sm{
    line-height: 1.15;
  }
  .o_b1_item .text_sm p{
    margin-bottom: 5px;
  }
  .o_b1_item .text_sm ul{
    margin-bottom: 0px;
  }
}
@media(max-width: 767px){
  .o_b1_item{
    margin-top: 24px;
  }
  .o_b1_item:nth-child(even) .o_b1_item_t{
    order: 2;
  }
  .o_b1_item:nth-child(even) .o_b1_item_p{
    order: 1;
  }
  .o_b1_title{
    border-top: none;
  }
}

.odm_block2{
  background-color: #f5f5f5;
}
.o_b2_area{
  max-width: 1670px;
  margin-left: auto;
  padding: 150px 0px;
  overflow: hidden;
}
.o_b2_t_area{
  max-width: 1420px;
  margin-right: auto;
}
.o_b2_top{
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 20px;
  padding-right: 12px;
}
.o_b2_process{
  padding: 0px;
}
.process_slick{
  margin-top: 65px;
}
.process_slick .slick-list{
  padding-right: 200px;
}
.process_slick .slick-track{
  display: flex !important;
  flex-direction: row;
}
.process_slick .slick-slide{
  height: auto;
}
.process_slick .slick-slide>div{
  padding: 0px 12px;
  height: 100%;
}
.process_item{
  background-color: #fff;
  padding: 45px;
  height: 100%;
}
.process_num{
  font-size: 20px;
  color: #6fba2c;
  margin-bottom: 0px;
}
.process_ul{
  padding-left: 20px;
  font-size: 18px;
}
.process_ul .li_title{
  color: #6fba2c;
  margin-bottom: 0px;
}
/* arrow */
.o_b2_arrow{
  position: relative;
  display: flex;
}
.o_b2_arrow .slick-prev{
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #6fba2c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  left: 0;
  margin-right: 6px;
  transition: all ease-in-out 0.3s;
}
.o_b2_arrow .slick-prev:before{
  content: '';
  background-image: url('../image/btn_arrow_l.svg');
  display: block;
  width: 10px;
  height: 8px;
  background-position: left bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.o_b2_arrow .slick-next{
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #6fba2c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  right: 0;
  margin-left: 6px;
  transition: all ease-in-out 0.3s;
}
.o_b2_arrow .slick-next:before{
  content: '';
  background-image: url('../image/btn_arrow.svg');
  display: block;
  width: 10px;
  height: 8px;
  background-position: right bottom;
  opacity: 1;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.o_b2_arrow .slick-next:hover{
  background-color: #002b69;
}
.o_b2_arrow .slick-prev:hover{
  background-color: #002b69;
}
@media(max-width: 1499px){
  .o_b2_area{
    padding: 130px 0px;
  }
  .process_slick{
    margin-top: 50px;
  }
  .process_item{
    padding: 30px;
  }
  .process_num{
    font-size: 18px;
  }
}
@media(max-width: 1299px){
  .o_b2_area{
    padding: 100px 0px;
  }
  .process_slick{
    margin-top: 30px;
  }
  .process_item{
    padding: 24px;
  }
  .o_b2_arrow .slick-prev{
    width: 45px;
    height: 45px;
  }
  .o_b2_arrow .slick-next{
    width: 45px;
    height: 45px;
  }
  .process_num{
    font-size: 16px;
  }
  .process_ul{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .o_b2_area{
    padding: 80px 0px;
  }
  .process_slick .slick-list{
    padding-right: 150px;
  }
}
@media(max-width: 1099px){
  .o_b2_area{
    padding: 65px 0px;
  }
  .process_slick .slick-list{
    padding-right: 130px;
  }
  .process_num{
    font-size: 14px;
  }
  .process_ul{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .o_b2_area{
    padding: 50px 0px;
  }
  .process_slick .slick-list{
    padding-right: 100px;
  }
  .o_b2_arrow .slick-prev{
    width: 40px;
    height: 40px;
  }
  .o_b2_arrow .slick-next{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 767px){
  .o_b2_arrow .slick-prev{
    width: 35px;
    height: 35px;
  }
  .o_b2_arrow .slick-next{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 575px){
  .o_b2_area{
    margin: auto;
  }
  .o_b2_top{
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .process_slick{
    margin-top: 15px;
  }
  .process_slick .slick-list{
    padding-right: 0px;
  }
}

.odm_block3{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
}
.o_b3_step{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 65px;
}
.step_item{
  text-align: center;
  padding: 0px 8px;
}
.step_icon_block{
  width: 160px;
  height: 160px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}
.step_icon{
  width: 100px;
}
.step_icon_block::after{
  content: "";
  background-image: url('../image/step_arrow.svg');
  width: 20px;
  height: 30px;
  position: absolute;
  right: -50px;
  background-repeat: no-repeat;
}
.step_item:nth-last-child(1) .step_icon_block::after{
  display: none;
}
.step_item .text_sm{
  color: #6fba2c;
  margin-bottom: 2px;
}
.step_item .title_sm{
  -webkit-line-clamp: initial
}
.step_area2{
  margin-top: 100px;
}
.step_area2 .text_sm{
  max-width: 1099px;
}
@media(max-width: 1499px){
  .step_icon_block{
    width: 130px;
    height: 130px;
    margin-bottom: 12px;
  }
  .step_icon{
    width: 80px;
  }
  .step_icon_block::after{
    width: 15px;
    height: 25px;
  }
  .odm_block3{
    padding: 130px 0px;
  }
  .o_b3_step{
    margin-top: 50px;
  }
}
@media(max-width: 1299px){
  .step_icon_block{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .step_icon{
    width: 65px;
  }
  .step_icon_block::after{
    width: 10px;
    height: 20px;
  }
  .odm_block3{
    padding: 100px 0px;
  }
  .o_b3_step{
    margin-top: 30px;
  }
}
@media(max-width: 1199px){
  .step_icon_block{
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
  .step_icon{
    width: 50px;
  }
  .odm_block3{
    padding: 80px 0px;
  }
  .step_area2{
    margin-top: 80px;
  }
}
@media(max-width: 1099px){
  .step_icon_block{
    width: 80px;
    height: 80px;
  }
  .step_icon{
    width: 45px;
  }
  .step_item .text_sm{
    margin-bottom: 0px;
  }
  .step_icon_block::after{
    right: -40px;
  }
  .odm_block3{
    padding: 65px 0px;
  }
  .step_area2{
    margin-top: 65px;
  }
}
@media(max-width: 991px){
  .step_icon_block{
    width: 75px;
    height: 75px;
  }
  .step_icon{
    width: 40px;
  }
  .step_icon_block::after{
    right: -30px;
  }
  .odm_block3{
    padding: 50px 0px;
  }
  .o_b3_step{
    margin-top: 15px;
  }
  .step_area2{
    margin-top: 50px;
  }
}
@media(max-width: 767px){
  .o_b3_step{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .step_item{
    width: 25%;
    padding: 6px;
  }
  .step_icon_block{
    margin-bottom: 5px;
  }
  .step_area2{
    margin-top: 30px;
  }
}
@media(max-width: 575px){
  .step_icon_block::after{
    right: -20px;
  }
}
@media(max-width: 450px){
  .step_item{
    width: 33.33333333%;
  }
  .step_icon_block{
    margin-bottom: 3px;
  }
}
@media(max-width: 390px){
  .step_icon_block{
    width: 65px;
    height: 65px;
  }
  .step_icon{
    width: 30px;
  }
  .step_icon_block::after{
    width: 5px;
    height: 15px;
  }
  .step_icon_block::after{
    right: -15px;
  }
}

/* media */
.sy_page2{
  border: solid 1px #d9d9d9;
  padding: 12px;
  width: fit-content;
  border-radius: 5px;
  margin: 65px auto 0px auto;
}
.sy_accordion{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq_q{
  font-size: 20px;
  color: #282828;
  font-weight: 500;
  margin-bottom: 0px;
}
.faq_q::before{
  content: "Q:";
}
.sy_accordion .accordion-item{
  position: relative;
  border: none;
  border-bottom: solid 1px #d9d9d9;
}
.sy_accordion .accordion-item:nth-last-child(1){
  border-bottom: none;
}
.sy_accordion .accordion-button{
  box-shadow: none;
  padding: 16px 20px;
}
.sy_accordion .accordion-collapse .accordion-body{
  padding: 0px 20px 16px 20px;
}
.sy_accordion .accordion-collapse .accordion-body .text_sm{
  margin-bottom: 0px;
}
.sy_accordion .accordion-button:not(.collapsed){
  background-color: #f9f9f9;
}
.sy_accordion .accordion-button:not(.collapsed) .faq_q{
  color: #002b69;
}
.sy_accordion .accordion-collapse .accordion-body{
  background-color: #f9f9f9;
}
.sy_accordion .accordion-collapse.show .accordion-body::before{
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #6fba2c;
  z-index: 5;
}
.sy_accordion .accordion-button::after{
  background-image: url('../image/faq_open.svg');
  width: 40px;
  height: 40px;
  background-size: 40px;
}
.sy_accordion .accordion-button:not(.collapsed)::after{
  background-image: url('../image/faq_close.svg');
  transform: rotate(0deg);
}
@media(max-width: 1299px){
  .sy_page2{
    margin: 50px auto 0px auto;
  }
  .faq_q{
    font-size: 18px;
  }
  .sy_accordion .accordion-button::after{
    width: 35px;
    height: 35px;
    background-size: 35px;
  }
}
@media(max-width: 1199px){
  .sy_accordion .accordion-button::after{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
@media(max-width: 1099px){
  .sy_page2{
    margin: 30px auto 0px auto;
  }
  .faq_q{
    font-size: 16px;
  }
}
@media(max-width: 575px){
  .sy_accordion .accordion-button{
    padding: 12px 16px;
  }
  .sy_accordion .accordion-collapse .accordion-body{
    padding: 0px 16px 12px 16px;
  }
  .sy_accordion .accordion-button::after{
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .faq_q{
    font-size: 14px;
  }
}
@media(max-width: 390px){
  .sy_accordion .accordion-button::after{
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

/* media_detail */
.mdet_inner{
  border-bottom: solid 1px #d9d9d9;
  padding: 65px 120px;
  margin: auto;
}
.mdet_inner img{
  max-width: 100% !important;
}
@media(max-width: 1499px){
  .mdet_inner{
    padding: 65px 100px;
  }
}
@media(max-width: 1299px){
  .mdet_inner{
    padding: 50px 80px;
  }
}
@media(max-width: 1199px){
  .mdet_inner{
    padding: 50px 65px;
  }
}
@media(max-width: 1099px){
  .mdet_inner{
    padding: 50px;
  }
}
@media(max-width: 991px){
  .mdet_inner{
    padding: 30px 24px;
  }
}
@media(max-width: 767px){
  .mdet_inner{
    padding: 30px 0px;
  }
}

/* download */
.down_list_item{
  background-color: #f5f5f5;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
}
.down_list_item:hover .p_item_arrow{
  background-color: #002b69;
}
.d_list_title{
  font-size: 20px;
  color: #282828;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0px;
  padding-right: 8px;
}
@media(max-width: 1499px){
  .down_list_item{
    padding: 20px;
  }
  .d_list_title{
    font-size: 18px;
  }
}
@media(max-width: 1299px){
  .d_list_title{
    font-size: 16px;
  }
}
@media(max-width: 1099px){
  .down_list_item{
    padding: 16px;
  }
  .d_list_title{
    font-size: 14px;
  }
}

/* download_detail */
.ddet_inner{
  border-bottom: solid 1px #d9d9d9;
  padding: 65px 0px;
  margin: auto;
}
.ddet_list{
  margin-top: 15px;
}
.btn_down{
  width: 11px;
}
@media(max-width: 1499px){
  .ddet_list{
    margin-top: 0px;
  }
}
@media(max-width: 1299px){
  .ddet_inner{
    padding: 50px 0px;
  }
}
@media(max-width: 991px){
  .ddet_inner{
    padding: 30px 0px;
  }
}

/* contact */
.c_title{
  margin-bottom: 24px;
}
.inquiry_item{
  background-color: #f5f5f5;
  padding: 12px 24px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.inquiry_product{
  display: flex;
  align-items: center;
}
.inquiry_item .inquiry_pic{
  width: 100px;
  margin-right: 10px;
}
.inquiry_item .p_title{
  font-size: 20px;
  color: #282828;
  text-decoration: none;
}
.delete_icon{
  width: 12px;
}
.contact_info{
  margin-top: 24px;
}
.info_block{
  margin-top: 12px;
}
.info_block .text_sm{
  color: #6fba2c;
  margin-bottom: 0px;
}
.info_inner{
  border-top: solid 1px #d9d9d9;
  padding-top: 3px;
  margin-top: 3px;
}
.info_item{
  font-size: 18px;
  color: #282828;
  text-decoration: none;
  margin-bottom: 0px;
}
.contact_form{
  padding-left: 65px;
}
.sy_input{
  height: 55px;
  background-color: #f5f5f5;
  font-size: 18px;
}
.sy_input:focus{
  box-shadow: none;
  border: solid 1px #6fba2c;
  background-color: #fff;
}
.sy_textarea{
  height: 180px;
  background-color: #f5f5f5;
  font-size: 18px;
}
.sy_textarea:focus{
  box-shadow: none;
  border: solid 1px #6fba2c;
  background-color: #fff;
}
.code_block{
  display: flex;
  align-items: center;
  position: relative;
}
.reset_block{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 10px;
}
.form_code{
  width: 65px;
}
.reset_btn{
  background-color: transparent;
  padding: 0px;
  border: none;
}
.reset_icon{
  width: 15px;
}
.code_block .invalid-feedback{
  position: absolute;
  bottom: -20px;
}
.contact_form .sy_btn{
  margin-left: auto;
}
.contact_bt_area{
  padding: 0px;
}
.contact_map{
  height: 450px;
}
@media(max-width: 1499px){
  .inquiry_item{
    padding: 10px 20px;
  }
  .contact_form{
    padding-left: 30px;
  }
  .sy_input{
    height: 50px;
  }
  .sy_textarea{
    height: 160px;
  }
}
@media(max-width: 1299px){
  .inquiry_item{
    padding: 8px 16px;
  }
  .inquiry_item .p_title{
    font-size: 18px;
  }
  .info_item{
    font-size: 16px;
  }
  .contact_form{
    padding-left: 0px;
  }
  .sy_input{
    height: 45px;
    font-size: 16px;
  }
  .sy_textarea{
    height: 150px;
    font-size: 16px;
  }
  .contact_map{
    height: 400px;
  }
}
@media(max-width: 1099px){
  .c_title{
    margin-bottom: 20px;
  }
  .inquiry_item{
    padding: 4px 12px;
  }
  .inquiry_item .p_title{
    font-size: 16px;
  }
  .contact_info{
    margin-top: 20px;
  }
  .info_item{
    font-size: 14px;
  }
  .contact_form{
    padding-left: 0px;
  }
  .sy_input{
    height: 40px;
    font-size: 14px;
  }
  .sy_textarea{
    height: 130px;
    font-size: 14px;
  }
  .contact_map{
    height: 350px;
  }
}
@media(max-width: 991px){
  .inquiry_item .inquiry_pic{
    width: 85px;
  }
  .contact_map{
    height: 300px;
  }
}
@media(max-width: 767px){
  .c_title{
    margin-bottom: 12px;
  }
  .inquiry_item .inquiry_pic{
    width: 80px;
  }
  .contact_info{
    margin-top: 12px;
  }
  .info_block{
    margin-top: 8px;
  }
  .info_inner{
    padding-top: 0px;
    margin-top: 0px;
  }
  .contact_map{
    height: 250px;
  }
}
@media(max-width: 575px){
  .inquiry_item .p_title{
    font-size: 14px;
  }
  .inquiry_item .inquiry_pic{
    width: 70px;
  }
  .reset_block{
    padding-left: 5px;
  }
  .reset_icon{
    width: 14px;
  }
  .contact_form .sy_btn{
    margin: 10px auto 0px auto;
  }
}
@media(max-width: 390px){
  .contact_map{
    height: 200px;
  }
}

/* privacy_popup */
.privacyBox{
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  background: #fff;
  color: #282828;
  line-height: 1.5;
  padding: 15px 20px;
  transition: 400ms;
  z-index: 999;
  width: 100%;
  max-width: 650px;
  margin: 0px auto 24px auto;
  border-radius: 5px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
}
.privacyBox .cookie_block{
  display: flex;
  align-items: center;
  margin: auto;
  font-weight: 300;
}
.privacyBox .cookie_block p{
  margin-bottom: 0px;
  padding-right: 15px;
  font-weight: 400;
  font-size: 16px;
}
.privacyBox a{
  color: #6fba2c;
}
.closePrivacy{
  background-color: #6fba2c;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  white-space:nowrap;
  cursor: pointer;
  font-size: 16px;
  width: fit-content;
}
.closePrivacy:hover{
  background-color: #282828;
}

@media(max-width: 1099px){
  .privacyBox .cookie_block p{
    font-size: 14px;
  }
  .closePrivacy{
    font-size: 14px;
  }
}
@media(max-width: 991px){
  .privacyBox{
    padding: 12px 16px;
    max-width: 630px;
  }
  .privacyBox .cookie_block p{
    padding-right: 10px;
  }
  .closePrivacy{
    padding: 8px 18px;
  }
}
@media(max-width: 767px){
  .privacyBox{
    padding: 10px 14px;
    max-width: 550px;
  }
  .privacyBox .cookie_block p{
    padding-right: 5px;
    font-size: 12px;
  }
  .closePrivacy{
    padding: 8px 16px;
    font-size: 12px;
  }
}
@media(max-width: 575px){
  .privacyBox{
    padding: 10px 14px;
    max-width: 450px;
    border-radius: 10px;
    margin: 0px auto 12px auto;
  }
  .privacyBox .cookie_block{
    display: block;
  }
  .privacyBox .cookie_block p{
    padding-right: 0px;
    text-align: center;
  }
  .closePrivacy{
    padding: 8px 16px;
    margin: 10px auto 0px auto;
  }
}
@media(max-width: 500px){
  .privacyBox{
    padding: 10px 20px;
    max-width: 100%;
    border-radius: 0px;
    margin: 0px auto;
  }
}

/* privacy */
.privacy_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.privacy_cname{
  color: #6fba2c;
}
@media(max-width: 1299px){
  .privacy_text{
    font-size: 16px;
  }
}
@media(max-width: 1099px){
  .privacy_text{
    font-size: 14px;
  }
}

/* submit */
.submit_area{
  max-width: 1420px;
  margin: auto;
  padding: 250px 0px 150px 0px;
  text-align: center;
}
.send_icon{
  width: 150px;
  margin-bottom: 20px;
}
.submit_title{
  font-size: 42px;
  color: #002b69;
  margin-bottom: 10px;
  font-weight: 700;
}
.submit_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.submit_back{
  margin-top: 30px;
}
.submit_back .sy_btn{
  margin: auto;
}
.submit_back .btn_arrow_block{
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
@media(max-width: 1299px){
  .submit_area{
    padding: 200px 0px 100px 0px;
  }
  .send_icon{
    width: 130px;
  }
  .submit_title{
    font-size: 38px;
  }
}
@media(max-width: 991px){
  .submit_area{
    padding: 150px 0px 100px 0px;
  }
  .send_icon{
    width: 120px;
  }
  .submit_title{
    font-size: 32px;
  }
}
@media(max-width: 575px){
  .send_icon{
    width: 100px;
  }
  .submit_title{
    font-size: 28px;
    margin-bottom: 0px;
  }
  .submit_text{
    font-size: 16px;
  }
  .submit_back{
    margin-top: 20px;
  }
}
@media(max-width: 390px){
  .send_icon{
    width: 80px;
    margin-bottom: 15px;
  }
  .submit_title{
    font-size: 24px;
    margin-bottom: 0px;
  }
  .submit_text{
    font-size: 14px;
  }
  .submit_back{
    margin-top: 15px;
  }
}

/* 404 */
.error_title{
  font-size: 130px;
  color: #002b69;
  margin-bottom: 0px;
  font-weight: 700;
}
.error_text{
  font-size: 20px;
  color: #282828;
  margin-bottom: 0px;
}
@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;
  }
}