html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  background-color: #191919;
}

/* 整個捲軸 */
::-webkit-scrollbar { width: 10px; height: 10px;}
/* 捲軸的軌道 */
::-webkit-scrollbar-track { background: #d9d9d9; }
/*捲軸尚未滑到的軌道*/
::-webkit-scrollbar-track-piece{ background: #d9d9d9; }
/* 滑動的區塊 */
::-webkit-scrollbar-thumb { background: #01b9ff;}
/* 滑鼠移到滑動的區塊上 */
::-webkit-scrollbar-thumb:hover { background: #01b9ff;}

::selection {
	background: #01b9ff;
	color: #fff;
}

/* nav */
.lg_navbar{
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-left: 12px;
  padding-right: 12px;
  background: linear-gradient(rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}
.navbar_area{
  max-width: 1520px;
  margin: auto;
}
.brand_logo{
  width: 250px;
}
.nav_linkarea{
  justify-content: center;
  padding: 0px 24px;
}
.nav_linkarea .navbar-nav{
  position: relative;
  border: solid 1px #01b9ff;
  padding: 0px 40px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.6);
}
.nav_linkarea .navbar-nav .nav-link{
  color: #fff;
  font-size: 18px;
  padding: 20px 40px;
}
.lang_btn{
  display: flex;
  align-items: center;
  background-image: linear-gradient(
    130deg,
    rgba(50,199,255,1) 0%, 
    rgba(1,185,255,1) 50%,
    rgba(0,113,177,1) 100% 
  );
  padding: 18px 33px;
  border-radius: 35px;
  color: #fff;
}
.lang_btn:focus{
  box-shadow: none;
}
.lang_btn:hover{
  color: #fff;
}
.lang_icon{
  width: 24px;
  margin-right: 10px;
}
.lang_text{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.lang_dropmenu{
  margin-top: 0px !important;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.lang_dropmenu .dropdown-item{
  color: #fff;
  padding: 12px 12px 6px 12px;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
}
.lang_dropmenu .dropdown-item:hover{
  color: #fff;
  background-color: #191919;
}
/* dropdown_menu */
.lg_dropmenu{
  padding: 0px;
  border-radius: 0px;
  margin-top: 1px !important;
  left: 50% !important;
  transform: translateX(-50%);
  border: solid 1px rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.lg_dropmenu .dropdown-item{
  color: #fff;
  padding: 10px 15px;
  transition: 0.4s;
  font-size: 18px;
}
.lg_dropmenu .dropdown-item:hover{
  color: #01b9ff;
  background-color: transparent;
}
.lg_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.lg_dropmenu .dropdown-item:focus{
  background-color: transparent;
}
@media(min-width: 991px){
  .lg_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .lg_dropmenu{
    display: block;
  }
}
@media(max-width: 1499px){
  .brand_logo{
    width: 230px;
  }
  .nav_linkarea .navbar-nav .nav-link{
    padding: 15px 30px;
  }
  .lang_btn{
    padding: 14px 25px;
  }
}
@media(max-width: 1299px){
  .brand_logo{
    width: 200px;
  }
  .nav_linkarea .navbar-nav .nav-link{
    padding: 12px 20px;
    font-size: 16px;
  }
  .lg_dropmenu .dropdown-item{
    padding: 8px 10px;
    font-size: 16px;
  }
  .lang_btn{
    padding: 12px 25px;
  }
  .lang_text{
    font-size: 16px;
  }
  .lang_icon{
    width: 20px;
  }
  .lang_dropmenu .dropdown-item{
    padding: 10px 10px 5px 10px;
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .brand_logo{
    width: 180px;
  }
  .nav_linkarea .navbar-nav .nav-link{
    padding: 12px 15px;
  }
  .lang_btn{
    padding: 10px 20px;
  }
  .lang_icon{
    width: 20px;
  }
}
@media(max-width: 991px){
  .nav_linkarea{
    padding: 0px;
    margin-top: 10px;
  }
  .nav_linkarea .navbar-nav{
    border-radius: 10px;
    padding: 8px 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .nav_linkarea .navbar-nav .nav-link{
    border: none;
    background-color: transparent;
    padding: 8px 12px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .nav_linkarea .navbar-nav .nav-link:hover{
    color: #01b9ff;
  }
  .lg_dropmenu{
    left: 0px !important;
    transform: translateX(0%) !important;
    border: none;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .lg_dropmenu .dropdown-item{
    text-align: center;
    font-size: 14px;
    color: #b0b0b0;
  }
  .lang_dropmenu .dropdown-item{
    padding: 8px 8px 4px 8px;
    font-size: 14px;
  }
  .nav_right{
    position: absolute;
    right: 70px;
    top: 26px;
  }
  .lang_text{
    font-size: 14px;
  }
  .lang_btn{
    padding: 5px 15px;
  }
  .lang_icon{
    width: 18px;
  }
  .navbar-toggler{
    position: absolute;
    top: 15px;
    z-index: 2;
    right: 10px;
    border: none;
    border-radius: 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0px 12px;
  }
  .navbar-toggler .hamburguer_btn{
    width: 100%;
    height: 2px;
    background: #01b9ff;
    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){
  .brand_logo{
    width: 150px;
  }
  .nav_right{
    right: 60px;
  }
  .lang_btn{
    padding: 3px 12px;
  }
  .lang_icon{
    width: 16px;
    margin-right: 5px;
  }
  .navbar-toggler{
    top: 20px;
    right: 10px;
    height: 40px;
    width: 40px;
    padding: 0px 6px;
  }
}
@media(max-width: 390px){
  .brand_logo{
    width: 120px;
  }
  .nav_right{
    right: 55px;
    top: 23px;
  }
  .lang_btn{
    padding: 2px 10px;
  }
  .lang_icon{
    width: 16px;
    margin-right: 5px;
  }
  .navbar-toggler{
    top: 18px;
    right: 10px;
    height: 35px;
    width: 35px;
    padding: 0px 6px;
  }
}

/* banner */
.index_block{
  padding: 0;
  overflow: hidden;
  position: relative;
}
.banner{
  position: relative;
}
.banner_slick{
  margin-bottom: 0px !important;
}
.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.5);
  z-index: 1;
}
.banner_tblock{
  position: absolute;
  max-width: 1520px;
  padding: 0px 24px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.b_title{
  font-size: 72px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  max-width: 600px;
}
.banner_video{
  max-width: 500px;
  width: 100%;
  border: solid 1px #01b9ff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  display: block;
  padding: 0px;
}
.banner_video:focus{
  border: solid 1px #01b9ff;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
}
.b_video_inner{
  padding: 12px;
  align-items: center;
}
.b_video_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 5px;
}
.b_video_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;
}
.b_video_type{
  font-size: 14px;
  color: #01b9ff;
  margin-bottom: 0px;
  text-align: left;
}
.b_video_title{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
  line-height: 1.25;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner_video:hover{
  border: solid 1px #01b9ff;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner_video:hover .b_video_pic img{
   transform: scale(1.08,1.08);
}
/* arrow */
.index_b_area{
  position: absolute;
  max-width: 1520px;
  margin: auto;
  padding: 0px 24px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 200px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index_b_btn{
  display: flex;
  align-items: center;
}
.index_banner .slick-prev{
  width: 110px;
  height: 65px;
  z-index: 1;
  position: relative;
  left: 0;
  transform: translate(0, 0%);
  margin-right: 30px;
}
.index_banner .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn.svg');
  display: block;
  width: 110px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.index_banner .slick-next{
  width: 110px;
  height: 65px;
  z-index: 1;
  position: relative;
  right: 0;
  transform: translate(0, 0%);
}
.index_banner .slick-next:before{
  content: '';
  background-image: url('../image/next_btn.svg');
  display: block;
  width: 110px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.index_banner .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_b.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.index_banner .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_b.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media(max-width: 1699px){
  .b_title{
    font-size: 68px;
    max-width: 550px;
  }
  .index_b_area{
    bottom: 150px;
  }
  .index_banner .slick-prev{
    width: 105px;
    height: 62px;
    margin-right: 30px;
  }
  .index_banner .slick-prev:before{
    width: 105px;
    height: 62px;
  }
  .index_banner .slick-next{
    width: 105px;
    height: 62px;
  }
  .index_banner .slick-next:before{
    width: 105px;
    height: 62px;
  }
}
@media(max-width: 1499px){
  .b_title{
    font-size: 58px;
    max-width: 500px;
  }
  .index_b_area{
    bottom: 100px;
  }
  .index_banner .slick-prev{
    width: 85px;
    height: 50px;
    margin-right: 20px;
  }
  .index_banner .slick-prev:before{
    width: 85px;
    height: 50px;
  }
  .index_banner .slick-next{
    width: 85px;
    height: 50px;
  }
  .index_banner .slick-next:before{
    width: 85px;
    height: 50px;
  }
}
@media(max-width: 1299px){
  .b_title{
    font-size: 48px;
    max-width: 400px;
  }
  .index_b_area{
    bottom: 80px;
  }
  .index_banner .slick-prev{
    width: 75px;
    height: 44px;
    margin-right: 15px;
  }
  .index_banner .slick-prev:before{
    width: 75px;
    height: 44px;
  }
  .index_banner .slick-next{
    width: 75px;
    height: 44px;
  }
  .index_banner .slick-next:before{
    width: 75px;
    height: 44px;
  }
  .banner_video{
    max-width: 450px;
  }
  .b_video_inner{
    padding: 10px;
  }
  .b_video_type{
    font-size: 12px;
  }
  .b_video_title{
    font-size: 16px;
  }
}
@media(max-width: 1099px){
  .b_title{
    font-size: 38px;
    max-width: 300px;
  }
  .index_b_area{
    bottom: 50px;
  }
  .index_banner .slick-prev{
    width: 58px;
    height: 34px;
    margin-right: 12px;
  }
  .index_banner .slick-prev:before{
    width: 58px;
    height: 34px;
  }
  .index_banner .slick-next{
    width: 58px;
    height: 34px;
  }
  .index_banner .slick-next:before{
    width: 58px;
    height: 34px;
  }
  .banner_video{
    max-width: 400px;
  }
  .b_video_inner{
    padding: 8px;
  }
}
@media(max-width: 991px){
  .b_title{
    font-size: 28px;
    max-width: 230px;
  }
  .index_b_area{
    bottom: 30px;
  }
  .index_banner .slick-prev{
    width: 51px;
    height: 30px;
  }
  .index_banner .slick-prev:before{
    width: 51px;
    height: 30px;
  }
  .index_banner .slick-next{
    width: 51px;
    height: 30px;
  }
  .index_banner .slick-next:before{
    width: 51px;
    height: 30px;
  }
  .banner_video{
    max-width: 350px;
  }
  .b_video_inner{
    padding: 8px;
  }
  .b_video_title{
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }
}
@media(max-width: 767px){
  .b_title{
    font-size: 24px;
    max-width: 200px;
  }
  .index_b_area{
    bottom: 24px;
  }
  .banner_video{
    max-width: 300px;
  }
  .b_video_inner{
    padding: 8px;
  }
  .b_video_left{
    padding-right: 0px;
  }
  .b_video_title{
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }
}
@media(max-width: 575px){
  .b_title{
    font-size: 22px;
    max-width: 180px;
  }
  .index_b_area{
    bottom: 20px;
  }
  .banner_video{
    max-width: 250px;
  }
  .b_video_type{
    display: none;
  }
}
@media(max-width: 450px){
  .b_title{
    font-size: 20px;
    max-width: 150px;
    line-height: 1.15;
  }
  .index_b_area{
    bottom: 15px;
  }
  .index_banner .slick-prev{
    width: 46px;
    height: 27px;
    margin-right: 10px;
  }
  .index_banner .slick-prev:before{
    width: 46px;
    height: 27px;
  }
  .index_banner .slick-next{
    width: 46px;
    height: 27px;
  }
  .index_banner .slick-next:before{
    width: 46px;
    height: 27px;
  }
  .banner_video{
    max-width: 220px;
  }
  .b_video_inner{
    padding: 5px;
  }
}
@media(max-width: 390px){
  .index_b_area{
    bottom: 12px;
  }
  .index_banner .slick-prev{
    width: 34px;
    height: 20px;
  }
  .index_banner .slick-prev:before{
    width: 34px;
    height: 20px;
  }
  .index_banner .slick-next{
    width: 34px;
    height: 20px;
  }
  .index_banner .slick-next:before{
    width: 34px;
    height: 20px;
  }
  .banner_video{
    max-width: 160px;
  }
  .b_video_title{
    font-size: 12px;
    -webkit-line-clamp: 1;
  }
}

/* index_product */
.index_product{
  padding: 150px 0px;
}
.index_p_top{
  max-width: 1520px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
}
.index_title_sm{
  font-size: 16px;
  color: #01b9ff;
  margin-bottom: 0px;
}
.index_title_lg{
  font-size: 52px;
  color: #fff;
  margin-bottom: 0px;
}
.p_slick_area{
  padding: 0px;
  margin-top: 100px;
}
.product_slick .slick-list{
  padding: 0px 190px;
}
.product_block{
  padding: 0px 12px;
}
.product_item{
  display: block;
  position: relative;
}
.product_item::before{
  content: "";
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
  border-radius: 5px;
}
.product_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;
}
.product_t_block{
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p_t_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
}
.p_title{
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
}
.lg_btn{
  display: inline-block;
  padding: 16px 20px;
  color: #fff;
  font-size: 18px;
  min-width: 200px;
  background-image: linear-gradient(
    130deg,
    rgba(50,199,255,1) 0%, 
    rgba(1,185,255,1) 50%,
    rgba(0,113,177,1) 100% 
  );
  background-size: 150% auto;
  background-position: right bottom;
  text-align: center;
  border-radius: 35px;
  border: none;
  transition: background-position 0.2s ease-in-out;
  flex-shrink: 0;
  text-decoration: none;
}
.lg_btn:hover{
  background-position: left top;
  color: #fff;
}
.product_item:hover .lg_btn{
  background-position: left top;
}
.product_item:hover .product_pic img{
  transform: scale(1.05,1.05);
}
.product_item .p_title{
  padding-right: 15px;
}
/* arrow */
.index_p_btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index_product .slick-prev{
  width: 110px;
  height: 65px;
  z-index: 1;
  position: relative;
  left: 0;
  transform: translate(0, 0%);
  margin-right: 30px;
}
.index_product .slick-prev:before{
  content: '';
  background-image: url('../image/prev_btn.svg');
  display: block;
  width: 110px;
  height: 65px;
  background-position: left bottom;
  opacity: 1;
  background-size: contain;
    background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.index_product .slick-next{
  width: 110px;
  height: 65px;
  z-index: 1;
  position: relative;
  right: 0;
  transform: translate(0, 0%);
}
.index_product .slick-next:before{
  content: '';
  background-image: url('../image/next_btn.svg');
  display: block;
  width: 110px;
  height: 65px;
  background-position: right bottom;
  opacity: 1;
  background-size: contain;
    background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.index_product .slick-next:hover:before{
  content: '';
  background-image: url('../image/next_btn_b.svg');
  background-size: contain;
    background-repeat: no-repeat;
}
.index_product .slick-prev:hover:before{
  content: '';
  background-image: url('../image/prev_btn_b.svg');
  background-size: contain;
    background-repeat: no-repeat;
}
.index_p_bt{
  margin-top: 100px;
  text-align: center;
}
@media(max-width: 1699px){
  .index_title_lg{
    font-size: 48px;
  }
  .p_slick_area{
    margin-top: 65px;
  }
  .product_slick .slick-list{
    padding: 0px 130px;
  }
  .p_title{
    font-size: 32px;
  }
  .lg_btn{
    padding: 15px 18px;
    min-width: 180px;
  }
  .index_p_bt{
    margin-top: 65px;
  }
  .index_product .slick-prev{
    width: 105px;
    height: 62px;
  }
  .index_product .slick-prev:before{
    width: 105px;
    height: 62px;
  }
  .index_product .slick-next{
    width: 105px;
    height: 62px;
  }
  .index_product .slick-next:before{
    width: 105px;
    height: 62px;
  }
}
@media(max-width: 1499px){
  .index_product{
    padding: 130px 0px;
  }
  .index_title_lg{
    font-size: 42px;
  }
  .p_slick_area{
    margin-top: 50px;
  }
  .product_slick .slick-list{
    padding: 0px 100px;
  }
  .p_title{
    font-size: 28px;
  }
  .lg_btn{
    padding: 12px 18px;
    min-width: 160px;
    font-size: 16px;
  }
  .index_p_bt{
    margin-top: 50px;
  }
  .index_product .slick-prev{
    width: 85px;
    height: 50px;
    margin-right: 20px;
  }
  .index_product .slick-prev:before{
    width: 85px;
    height: 50px;
  }
  .index_product .slick-next{
    width: 85px;
    height: 50px;
  }
  .index_product .slick-next:before{
    width: 85px;
    height: 50px;
  }
}
@media(max-width: 1299px){
  .index_product{
    padding: 100px 0px;
  }
  .index_title_lg{
    font-size: 38px;
  }
  .p_slick_area{
    margin-top: 30px;
  }
  .product_slick .slick-list{
    padding: 0px 80px;
  }
  .p_title{
    font-size: 24px;
  }
  .lg_btn{
    min-width: 150px;
  }
  .index_p_bt{
    margin-top: 30px;
  }
  .index_product .slick-prev{
    width: 75px;
    height: 44px;
    margin-right: 15px;
  }
  .index_product .slick-prev:before{
    width: 75px;
    height: 44px;
  }
  .index_product .slick-next{
    width: 75px;
    height: 44px;
  }
  .index_product .slick-next:before{
    width: 75px;
    height: 44px;
  }
}
@media(max-width: 1199px){
  .index_product{
    padding: 80px 0px;
  }
  .index_title_lg{
    font-size: 32px;
  }
  .p_slick_area{
    margin-top: 20px;
  }
  .product_slick .slick-list{
    padding: 0px 65px;
  }
  .product_t_block{
    padding: 24px;
  }
  .p_title{
    font-size: 20px;
  }
  .lg_btn{
    padding: 10px 18px;
    min-width: 130px;
  }
  .index_p_bt{
    margin-top: 20px;
  }
}
@media(max-width: 1099px){
  .index_product{
    padding: 65px 0px;
  }
  .index_title_lg{
    font-size: 28px;
  }
  .p_slick_area{
    margin-top: 15px;
  }
  .product_slick .slick-list{
    padding: 0px 50px;
  }
  .product_t_block{
    padding: 20px;
  }
  .p_t_inner{
    padding-bottom: 10px;
  }
  .lg_btn{
    padding: 8px 15px;
    min-width: 120px;
  }
  .index_p_bt{
    margin-top: 15px;
  }
  .index_product .slick-prev{
    width: 58px;
    height: 34px;
    margin-right: 12px;
  }
  .index_product .slick-prev:before{
    width: 58px;
    height: 34px;
  }
  .index_product .slick-next{
    width: 58px;
    height: 34px;
  }
  .index_product .slick-next:before{
    width: 58px;
    height: 34px;
  }
}
@media(max-width: 991px){
  .index_product{
    padding: 50px 0px;
  }
  .index_title_lg{
    font-size: 24px;
  }
  .product_slick .slick-list{
    padding: 0px 30px;
  }
  .p_title{
    font-size: 18px;
  }
  .lg_btn{
    min-width: 120px;
    font-size: 14px;
  }
  .index_product .slick-prev{
    width: 51px;
    height: 30px;
  }
  .index_product .slick-prev:before{
    width: 51px;
    height: 30px;
  }
  .index_product .slick-next{
    width: 51px;
    height: 30px;
  }
  .index_product .slick-next:before{
    width: 51px;
    height: 30px;
  }
}
@media(max-width: 767px){
  .product_slick .slick-list{
    padding: 0px 100px;
  }
}
@media(max-width: 575px){
  .index_title_sm{
    font-size: 14px;
  }
  .index_title_lg{
    font-size: 20px;
  }
  .product_slick .slick-list{
    padding: 0px 50px;
  }
  .lg_btn{
    padding: 6px 15px;
    min-width: 100px;
  }
}
@media(max-width: 450px){
  .index_title_sm{
    font-size: 12px;
  }
  .index_title_lg{
    font-size: 18px;
  }
  .product_slick .slick-list{
    padding: 0px 30px;
  }
  .index_product .slick-prev{
    width: 46px;
    height: 27px;
    margin-right: 10px;
  }
  .index_product .slick-prev:before{
    width: 46px;
    height: 27px;
  }
  .index_product .slick-next{
    width: 46px;
    height: 27px;
  }
  .index_product .slick-next:before{
    width: 46px;
    height: 27px;
  }
}
@media(max-width: 390px){
   .product_slick .slick-list{
    padding: 0px 12px;
  }
  .product_t_block{
    padding: 12px;
  }
  .index_product .slick-prev{
    width: 34px;
    height: 20px;
  }
  .index_product .slick-prev:before{
    width: 34px;
    height: 20px;
  }
  .index_product .slick-next{
    width: 34px;
    height: 20px;
  }
  .index_product .slick-next:before{
    width: 34px;
    height: 20px;
  }
}

/* index_about */
.index_about{
  max-width: 1520px;
  margin: auto;
  overflow: hidden;
}
.index_about .index_title_block{
  position: relative;
  z-index: 1;
}
.a_pic_area{
  max-width: 1100px;
  padding: 0px 50px;
  margin: -25px auto 0px auto;
}
.index_a_pic{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.index_a_pic::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
}
.text_sm{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.index_a_text{
  max-width: 490px;
  margin-left: auto;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.index_a_btn {
  margin-top: -80px;
  text-align: center;
}
.index_a_btn .lg_btn{
  margin: auto;
}
@media(max-width: 1499px){
  .index_a_text{
    max-width: 450px;
  }
}
@media(max-width: 1299px){
  .a_pic_area{
    max-width: 1140px;
    padding: 0px 30px;
    margin: -20px auto 0px auto;
  }
  .index_a_text{
    max-width: 430px;
    margin-top: -45px;
  }
  .text_sm{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .a_pic_area{
    margin: -15px auto 0px auto;
  }
  .index_a_text{
    max-width: 490px;
    margin-top: -45px;
  }
  .index_a_btn{
    text-align: left;
  }
  .index_a_btn .lg_btn{
    margin-left: 30px;
  }
}
@media(max-width: 991px){
  .index_about .index_title_block{
    margin-bottom: 15px;
  }
  .a_pic_area{
    margin: 0px auto;
    padding: 0px;
  }
  .index_a_text{
    max-width: 100%;
    margin-top: 15px;
  }
  .text_sm{
    font-size: 14px;
  }
  .index_a_btn{
    margin-top: 15px;
  }
  .index_a_btn .lg_btn{
    margin-left: 0px;
  }
}

/* index_media */
.index_media{
  max-width: 1520px;
  margin: auto;
  padding: 150px 0px;
}
.index_media .index_title_block{
  text-align: center;
}
.index_n_list{
  margin-top: 50px;
}
.news_item{
  display: block;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 30px 0px;
  position: relative;
}
.news_item::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: #01b9ff;
  margin-bottom: -1px;
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.news_item:hover::after{
  width: 100%;
  opacity: 1;
}
.n_item_inner{
  align-items: flex-start;
}
.news_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
  border-radius: 5px;
}
.news_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;
}
.news_item:hover .news_pic img{
  transform: scale(1.08,1.08);
}
.news_t_block{
  display: flex;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 80px;
  position: relative;
}
.n_type_date{
  display: flex;
  align-items: center;
}
.n_type{
  font-size: 14px;
  color: #01b9ff;
  margin-bottom: 0px;
}
.n_date{
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 12px;
}
.n_text_block{
  padding-left: 50px;
}
.n_title{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.n_text{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.n_arrow{
  position: absolute;
  bottom: 0px;
  right: 30px;
  transition: all ease-in-out 0.3s;
}
.right_arrow{
  width: 24px;
}
.index_n_bt{
  margin-top: 100px;
  text-align: center;
}
.news_item:hover .n_arrow{
  margin-right: -10px;
}
@media(max-width: 1699px){
  .index_n_bt{
    margin-top: 65px;
  }
}
@media(max-width: 1499px){
  .index_media{
    padding: 130px 0px;
  }
  .index_n_list{
    margin-top: 30px;
  }
  .news_t_block{
    padding-left: 20px;
    padding-right: 65px;
  }
  .n_text_block{
    padding-left: 30px;
  }
  .n_arrow{
    right: 20px;
  }
  .right_arrow{
    width: 20px;
  }
  .index_n_bt{
    margin-top: 50px;
  }
}
@media(max-width: 1299px){
  .index_media{
    padding: 100px 0px;
  }
  .news_item{
    padding: 24px 0px;
  }
  .news_t_block{
    padding-left: 10px;
    padding-right: 50px;
  }
  .n_title{
    font-size: 18px;
  }
  .n_text{
    font-size: 16px;
  }
  .right_arrow{
    width: 18px;
  }
  .index_n_bt{
    margin-top: 30px;
  }
}
@media(max-width: 1199px){
  .index_media{
    padding: 80px 0px;
  }
  .index_n_bt{
    margin-top: 20px;
  }
}
@media(max-width: 1099px){
  .index_media{
    padding: 65px 0px;
  }
  .index_n_bt{
    margin-top: 15px;
  }
}
@media(max-width: 991px){
  .index_media{
    padding: 50px 0px;
  }
  .news_t_block{
    padding-left: 0px;
    padding-right: 45px;
  }
  .n_text_block{
    padding-left: 20px;
  }
  .n_title{
    font-size: 16px;
  }
  .n_text{
    font-size: 14px;
  }
  .right_arrow{
    width: 15px;
  }
}
@media(max-width: 767px){
  .n_item_inner{
    align-items: center;
  }
  .news_t_block{
    padding-right: 40px;
    display: block;
  }
  .n_type_date{
    margin-bottom: 5px;
  }
  .n_text_block{
    padding-left: 0px;
  }
  .n_title{
    margin-bottom: 5px;
  }
  .n_arrow{
    right: 12px;
  }
  .right_arrow{
    width: 12px;
  }
}
@media(max-width: 575px){
  .index_n_list{
    margin-top: 0px;
  }
  .news_item{
    padding: 20px 0px;
  }
  .news_t_block{
    margin-top: 15px;
    padding-right: 30px;
  }
}

/* footer */
.footer{
  background-color: #000;
}
.footer_area{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
}
.footer_logo{
  max-width: 95px;
}
.social_block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social_item{
  padding: 0px 15px;
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
}
.social_item:hover{
  opacity: 1;
}
.social_icon{
  width: 24px;
}
.site_map{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin: 30px auto 0px auto;
  padding-top: 30px;
}
.site_top{
  font-size: 18px;
  color: #01b9ff;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.site_top:hover{
  color: #0080c9;
}
.site_item{
  font-size: 16px;
  color: #b0b0b0;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.site_item:hover{
  color: #fff;
}
.footer_bt{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 0px 12px;
}
.footer_bt_area{
  max-width: 1520px;
  margin: auto;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_copy_text{
  font-size: 14px;
  margin-bottom: 0px;
  color: #b0b0b0;
}
.f_copy_text a{
  color: #b0b0b0;
  margin: 0px 1px;
}
.top_block{
  border: none;
  background-color: transparent;
  padding: 0px;
}
.f_top_btn{
  width: 18px;
}
@media(max-width: 1499px){
  .footer_area{
    padding: 80px 0px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding: 65px 0px;
  }
  .footer_logo{
    max-width: 80px;
  }
  .social_item{
    padding: 0px 12px;
  }
  .social_icon{
    width: 22px;
  }
  .site_top{
    font-size: 16px;
  }
  .site_item{
    font-size: 14px;
  }
  .f_top_btn{
    width: 15px;
  }
}
@media(max-width: 1199px){
  .footer_area{
    padding: 50px 0px;
  }
  .footer_logo{
    max-width: 65px;
  }
  .site_map{
    margin: 20px auto 0px auto;
    padding-top: 20px;
  }
  .f_top_btn{
    width: 12px;
  }
  .footer_bt_area{
    padding: 20px 0px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding: 30px 0px;
  }
  .footer_logo{
    max-width: 55px;
  }
  .social_item{
    padding: 0px 10px;
  }
  .social_icon{
    width: 20px;
  }
  .site_map{
    margin: 15px auto 0px auto;
    padding-top: 15px;
  }
  .site_top{
    font-size: 14px;
  }
  .f_top_btn{
    width: 10px;
  }
  .footer_bt_area{
    padding: 15px 0px;
  }
}
@media(max-width: 767px){
  .footer_logo{
    margin: auto;
  }
  .social_block{
    margin-top: 15px;
    justify-content: center;
  }
  .footer_bt_area{
    padding: 12px 0px;
  }
  .f_copy_text{
    font-size: 12px;
  }
}
@media(max-width: 575px){
  .social_item{
    padding: 0px 8px;
  }
  .social_icon{
    width: 18px;
  }
  .site_map{
    display: none;
  }
}
@media(max-width: 450px){
  .social_item{
    padding: 0px 6px;
  }
}
@media(max-width: 390px){
  .social_item{
    padding: 0px 5px;
  }
  .social_icon{
    width: 16px;
  }
}

/* modal */
.lg_modal .modal-body{
  padding: 0px;
}
.lg_modal .modal-title{
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lg_modal .modal-content{
  background-color: #191919;
}
.lg_modal .modal-header{
  border-bottom: none;
}
.lg_modal .btn-close{
  background: transparent url("../image/close_btn.svg") center/1em auto no-repeat
}

/* inner_banner */
.inner_banner{
  padding: 100px 24px 0px 24px;
}
.inner_banner2{
  padding: 100px 12px 0px 12px;
}
.inner_top1{
  max-width: 1520px;
  margin: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 100px 0px;
  overflow: hidden;
}
.inner_top2{
  max-width: 1520px;
  margin: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 100px 0px 65px 0px;
  overflow: hidden;
}
.inner_top3{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px 65px 0px;
  overflow: hidden;
}
.inner_top4{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
}
.top_title_lg{
  font-size: 56px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.top_title_sm{
  font-size: 24px;
  color: #01b9ff;
  margin-bottom: 6px;
  line-height: 1;
}
.top_text{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* read_more */
.plist_top .plist_top_inner{
	max-height: 80px;
	transition: all 0.3s ease-out;
	overflow: hidden;
  position: relative;
}
.plist_top_inner .top_text{
  display: block !important;
  -webkit-line-clamp: initial !important;
}
.plist_top .plist_top_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, #191919 10%, transparent);
}
.des_more-expanded.plist_top_inner:after{
  bottom: -20px;
}
.plist_top .des_more_button{
	color: #01b9ff;
  text-decoration: underline;
  cursor: pointer;
}
.plist_top .des_more-expanded{
	max-height: 2300px !important;
	transition: all .3s ease-in;
}
.banner_pic{
  height: 550px;
  margin-top: 65px;
}
@media(max-width: 1499px){
  .inner_banner{
    padding: 90px 24px 0px 24px;
  }
  .inner_banner2{
    padding: 90px 12px 0px 12px;
  }
  .inner_top1{
    padding: 80px 0px;
  }
  .inner_top2{
    padding: 80px 0px 65px 0px;
  }
  .inner_top3{
    padding: 80px 0px 65px 0px;
  }
  .inner_top4{
    padding: 80px 0px;
  }
  .top_title_lg{
    font-size: 54px;
  }
  .banner_pic{
    height: 500px;
  }
}
@media(max-width: 1299px){
  .inner_banner{
    padding: 80px 24px 0px 24px;
  }
  .inner_banner2{
    padding: 80px 12px 0px 12px;
  }
  .inner_top1{
    padding: 65px 0px;
  }
  .inner_top2{
    padding: 65px 0px;
  }
  .inner_top3{
    padding: 65px 0px;
  }
  .inner_top4{
    padding: 65px 0px;
  }
  .top_title_lg{
    font-size: 48px;
  }
  .top_title_sm{
    font-size: 22px;
  }
  .top_text{
    font-size: 16px;
    line-height: 1.3;
  }
  .plist_top .plist_top_inner{
    max-height: 70px;
  }
  .banner_pic{
    height: 450px;
  }
  .lg_modal .modal-title{
    font-size: 18px;
  }
}
@media(max-width: 1199px){
  .inner_banner{
    padding: 70px 24px 0px 24px;
  }
  .inner_banner2{
    padding: 70px 12px 0px 12px;
  }
  .inner_top1{
    padding: 50px 0px;
  }
  .inner_top2{
    padding: 50px 0px;
  }
  .inner_top3{
    padding: 50px 0px;
  }
  .inner_top4{
    padding: 50px 0px;
  }
  .banner_pic{
    height: 400px;
    margin-top: 50px;
  }
}
@media(max-width: 1099px){
  .inner_top1{
    padding: 45px 0px;
  }
  .inner_top2{
    padding: 45px 0px;
  }
  .inner_top3{
    padding: 45px 0px;
  }
  .inner_top4{
    padding: 45px 0px;
  }
  .top_title_lg{
    font-size: 38px;
  }
  .top_title_sm{
    font-size: 20px;
  }
  .banner_pic{
    height: 360px;
    margin-top: 45px;
  }
}
@media(max-width: 991px){
  .inner_top1{
    padding: 30px 0px;
  }
  .inner_top2{
    padding: 30px 0px;
  }
  .inner_top3{
    padding: 30px 0px;
  }
  .inner_top4{
    padding: 30px 0px;
  }
  .top_title_lg{
    font-size: 28px;
  }
  .top_title_sm{
    font-size: 18px;
  }
  .top_text{
    font-size: 14px;
    line-height: 1.25;
  }
  .plist_top .plist_top_inner{
    max-height: 60px;
  }
  .plist_top .des_more_button{
    font-size: 14px;
  }
  .banner_pic{
    height: 330px;
    margin-top: 30px;
  }
  .lg_modal .modal-title{
    font-size: 16px;
  }
}
@media(max-width: 767px){
  .top_title_lg{
    font-size: 24px;
  }
  .top_title_sm{
    font-size: 16px;
  }
  .banner_pic{
    height: 250px;
  }
}
@media(max-width: 575px){
  .top_title_lg{
    font-size: 22px;
  }
  .top_title_sm{
    font-size: 14px;
  }
  .banner_pic{
    height: 200px;
  }
}
@media(max-width: 500px){
  .banner_pic{
    height: 160px;
  }
}
@media(max-width: 450px){
  .top_title_sm{
    font-size: 12px;
  }
  .banner_pic{
    height: 150px;
  }
}
@media(max-width: 390px){
  .inner_banner{
    padding: 65px 24px 0px 24px;
  }
  .inner_banner2{
    padding: 65px 12px 0px 12px;
  }
  .inner_top1{
    padding: 20px 0px;
  }
  .inner_top2{
    padding: 20px 0px;
  }
  .inner_top3{
    padding: 20px 0px;
  }
  .inner_top4{
    padding: 20px 0px;
  }
  .banner_pic{
    height: 130px;
    margin-top: 20px;
  }
}

/* product */
.inner_block1{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
  overflow: hidden;
}
.inner_block2{
  max-width: 1520px;
  margin: auto;
  padding: 0px 0px 100px 0px;
}
.bread_area{
  max-width: 1520px;
  margin: auto;
}
.lg_bread .breadcrumb-item{
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.lg_bread .breadcrumb-item a{
  color: #b0b0b0;
  text-decoration: none;
}
.lg_bread .breadcrumb-item.active{
  color: #fff;
}
.lg_bread .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  width: 15px;
  height: 1px;
  background-color: #b0b0b0;
  margin: 0px 5px;
}
@media(max-width: 1499px){
  .inner_block1{
    padding: 80px 0px;
  }
  .inner_block2{
    padding: 0px 0px 80px 0px;
  }
}
@media(max-width: 1299px){
  .inner_block1{
    padding: 65px 0px;
  }
  .inner_block2{
    padding: 0px 0px 65px 0px;
  }
  .lg_bread .breadcrumb-item{
    font-size: 14px;
  }
  .lg_bread .breadcrumb-item+.breadcrumb-item::before{
    width: 12px;
  }
}
@media(max-width: 1199px){
  .inner_block1{
    padding: 50px 0px;
  }
  .inner_block2{
    padding: 0px 0px 50px 0px;
  }
}
@media(max-width: 1099px){
  .inner_block1{
    padding: 45px 0px;
  }
  .inner_block2{
    padding: 0px 0px 45px 0px;
  }
}
@media(max-width: 991px){
  .inner_block1{
    padding: 30px 0px;
  }
  .inner_block2{
    padding: 0px 0px 30px 0px;
  }
  .lg_bread .breadcrumb-item{
    font-size: 12px;
  }
  .lg_bread .breadcrumb-item+.breadcrumb-item::before{
    width: 10px;
    margin: 0px 3px;
  }
}

/* product_list */
.plist_item{
  border: solid 1px #01b9ff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.plist_item::after{
  content: "";
  background-image: url('../image/blue_light.png');
  width: 600px;
  height: 600px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -70%;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.plist_item:hover::after{
  opacity: 0.5;
}
.plist_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}
.plist_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;
}
.plist_item_bt{
  margin-top: 30px;
  padding: 0px 24px 24px 24px;
  width: 100%;
  z-index: 1;
}
.plist_t_block{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 24px;
}
.plist_type{
  font-size: 14px;
  color: #01b9ff;
  margin-bottom: 0px;
}
.plist_title{
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 52px;
}
.page_area{
  margin-top: 65px;
}
.lg_page{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_arrow{
  border: none;
  background-color: transparent;
  padding: 0px;
}
.page_btn{
  width: 10px;
}
.page_number{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #01b9ff;
  padding: 12px 60px;
  border-radius: 5px;
  margin: 0px 30px;
}
.page_active{
  font-size: 18px;
  color: #fff;
}
.page_all{
  font-size: 18px;
  color: #fff;
}
.page_all::before{
  content: "/";
  margin: 0px 10px;
}
@media(max-width: 1499px){
  .plist_item::after{
    width: 500px;
    height: 500px;
  }
}
@media(max-width: 1299px){
  .plist_item::after{
    width: 400px;
    height: 400px;
  }
  .plist_item_bt{
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
  }
  .plist_t_block{
    padding-top: 20px;
  }
  .plist_title{
    font-size: 18px;
    height: 47px;
  }
  .page_number{
    padding: 10px 50px;
    margin: 0px 20px;
  }
  .page_active{
    font-size: 16px;
  }
  .page_all{
    font-size: 16px;
  }
  .page_all::before{
    margin: 0px 5px;
  }
}
@media(max-width: 1199px){
  .page_area{
    margin-top: 50px;
  }
}
@media(max-width: 1099px){
  .page_area{
    margin-top: 45px;
  }
}
@media(max-width: 991px){
  .plist_item::after{
    width: 350px;
    height: 350px;
    bottom: -60%;
  }
  .page_area{
    margin-top: 30px;
  }
  .page_number{
    padding: 8px 40px;
    margin: 0px 15px;
  }
  .page_active{
    font-size: 14px;
  }
  .page_all{
    font-size: 14px;
  }
}
@media(max-width: 575px){
  .plist_item::after{
    width: 500px;
    height: 500px;
  }
}
@media(max-width: 390px){
  .plist_item::after{
    width: 450px;
    height: 450px;
    bottom: -65%;
  }
  .page_area{
    margin-top: 20px;
  }
  .page_number{
    padding: 6px 30px;
    margin: 0px 10px;
  }
}

/* product_customized */
.top_btn_group{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.top_btn_group .lg_btn:nth-child(1){
  margin-right: 20px;
}
@media(max-width: 1299px){
  .top_btn_group{
    margin-top: 20px;
  }
  .top_btn_group .lg_btn:nth-child(1){
    margin-right: 15px;
  }
}
@media(max-width: 1099px){
  .top_btn_group{
    margin-top: 15px;
  }
  .top_btn_group .lg_btn:nth-child(1){
    margin-right: 10px;
  }
}
@media(max-width: 767px){
  .top_btn_group{
    flex-direction: column;
    align-items: flex-start;
  }
  .top_btn_group .lg_btn:nth-child(1){
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media(max-width: 575px){
  .top_btn_group{
    flex-direction: row;
    align-items: flex-start;
  }
  .top_btn_group .lg_btn:nth-child(1){
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
@media(max-width: 450px){
  .top_btn_group{
    flex-direction: column;
    align-items: flex-start;
  }
  .top_btn_group .lg_btn:nth-child(1){
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/* product_detail */
.pdet_top{
  align-items: center;
  padding-bottom: 100px;
}
.p_det_pic_area{
  display: flex;
  align-items: center;
}
.p_pic_nav{
  width: 15%;
}
.p_pic_for{
  width: 85%;
  padding-left: 24px;
}
.p_pic_for .slick-slide>div{
  padding-right: 1px;
}
.p_pic_for .plist_pic{
  border: solid 1px #01b9ff;
  border-radius: 10px;
}
.p_pic_nav_item{
  border: solid 1px #b0b0b0;
  border-radius: 10px;
  cursor: pointer;
}
.p_pic_nav .slick-current .p_pic_nav_item{
  border: solid 1px #01b9ff;
}
.p_pic_nav .slick-list{
  line-height: 1;
}
.p_pic_nav .slick-list .slick-slide{
  padding: 5px 0px;
}
.p_det_right{
  padding-left: 30px;
}
.title_sm{
  font-size: 20px;
  color: #01b9ff;
}
ul li::marker{
  color: #01b9ff;
}
.p_det_right ul{
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
}
.pdet_inner{
  margin: auto;
}
.lg_tab_area{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.lg_tab_area .nav-item{
  margin-top: -1px;
}
.lg_tab_area .nav-link{
  color: #fff;
  border-top: solid 1px transparent;
  border-radius: 0px;
  font-size: 18px;
}
.lg_tab_area .nav-link.active{
  color: #01b9ff !important;
  border-top: solid 1px #01b9ff;
  background-color: transparent;
}
.lg_tab_content{
  padding: 100px;
  font-size: 18px;
}
.lg_tab_content .table{
  color: #fff;
  text-align: center;
}
.lg_tab_content .table thead tr th{
  background-color: #000;
  font-weight: 400;
  color: #01b9ff;
  border-bottom: none;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.lg_tab_content .table thead tr th:nth-last-child(1){
  border-right: none;
}
.lg_tab_content .table tbody tr td{
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  vertical-align: middle;
}
.lg_tab_content .table tbody tr td:nth-last-child(1){
  border-right: none;
}
.lg_tab_content .table tbody tr:nth-child(even){
  background-color: rgba(255, 255, 255, 0.1);
}
.pdet_back{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding-top: 100px;
  text-align: center;
}
.dimension_pic{
  text-align: center;
}
@media(max-width: 1499px){
  .pdet_top{
    padding-bottom: 80px;
  }
  .lg_tab_content{
    padding: 80px 50px;
  }
  .pdet_back{
    padding-top: 80px;
  }
}
@media(max-width: 1299px){
  .pdet_top{
    padding-bottom: 65px;
  }
  .p_pic_for{
    padding-left: 15px;
  }
  .p_pic_nav .slick-list .slick-slide{
    padding: 4px 0px;
  }
  .p_det_right{
    padding-left: 20px;
  }
  .title_sm{
    font-size: 18px;
  }
  .p_det_right ul{
    font-size: 16px;
  }
  .lg_tab_area .nav-link{
    font-size: 16px;
  }
  .lg_tab_content{
    padding: 65px 30px;
    font-size: 16px;
  }
  .pdet_back{
    padding-top: 65px;
  }
}
@media(max-width: 1199px){
  .pdet_top{
    padding-bottom: 50px;
  }
  .lg_tab_content{
    padding: 50px 0px;
  }
  .pdet_back{
    padding-top: 50px;
  }
}
@media(max-width: 1099px){
  .pdet_top{
    padding-bottom: 45px;
  }
  .p_det_right{
    padding-left: 0px;
  }
  .lg_tab_content{
    padding: 45px 0px;
  }
  .pdet_back{
    padding-top: 45px;
  }
}
@media(max-width: 991px){
  .pdet_top{
    padding-bottom: 30px;
  }
  .p_pic_for{
    width: 100%;
    padding-left: 0px;
    order: 1;
  }
  .p_pic_nav{
    width: 100%;
    order: 2;
  }
  .p_pic_nav .slick-list .slick-slide{
    padding: 2px 5px;
  }
  .title_sm{
    font-size: 16px;
  }
  .p_det_right ul{
    font-size: 14px;
  }
  .p_det_pic_area{
    flex-direction: column;
  }
  .lg_tab_area .nav-link{
    font-size: 14px;
  }
  .lg_tab_content{
    padding: 30px 0px;
    font-size: 14px;
  }
  .pdet_back{
    padding-top: 30px;
  }
}
@media(max-width: 767px){
  .p_det_right{
    margin-top: 15px;
  }
}
@media(max-width: 390px){
  .pdet_top{
    padding-bottom: 20px;
  }
  .lg_tab_content{
    padding: 20px 0px;
    font-size: 14px;
  }
  .pdet_back{
    padding-top: 20px;
  }
}

/* media */
.mlist_tab{
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.media_list{
  margin-top: 0px;
}
.m_social_area{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.m_social{
  width: 50px;
  height: 50px;
  border: solid 1px #01b9ff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: all ease-in-out 0.3s;
}
.m_social:hover{
  background-color: #01b9ff;
}
@media(max-width: 1499px){
  .m_social_area{
    margin-top: 15px;
  }
}
@media(max-width: 1299px){
  .m_social{
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
}
@media(max-width: 1199px){
  .mlist_tab{
    margin-bottom: 45px;
  }
}
@media(max-width: 1099px){
  .mlist_tab{
    margin-bottom: 30px;
  }
}
@media(max-width: 991px){
  .mlist_tab{
    margin-bottom: 20px;
  }
  .m_social_area{
    margin-top: 10px;
  }
  .m_social{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
@media(max-width: 767px){
  .mlist_tab{
    margin-bottom: 0px;
  }
}
@media(max-width: 575px){
  .m_social{
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
}
@media(max-width: 390px){
  .m_social{
    width: 30px;
    height: 30px;
  }
}

/* catalog */
.catalog_item{
  display: block;
  border: solid 1px #01b9ff;
  border-radius: 10px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.catalog_item .n_title{
  line-height: 1.3;
  height: 52px;
}
.catalog_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
  position: relative;
  border-radius: 5px;
}
.catalog_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;
}
.catalog_btn{
  position: absolute;
  padding: 0px 75px 75px 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.catalog_btn .lg_btn{
  width: 100%;
}
@media(max-width: 1499px){
  .catalog_item{
    padding: 30px;
  }
  .catalog_btn{
    padding: 0px 50px 50px 50px;
  }
}
@media(max-width: 1299px){
  .catalog_item{
    padding: 24px;
  }
  .catalog_btn{
    padding: 0px 40px 40px 40px;
  }
  .catalog_item .n_title{
    height: 48px;
  }
}
@media(max-width: 991px){
  .catalog_item{
    padding: 20px;
  }
  .catalog_btn{
    padding: 0px 30px 30px 30px;
  }
  .catalog_item .n_title{
    height: 42px;
  }
}
@media(max-width: 575px){
  .catalog_item{
    padding: 24px;
  }
  .catalog_btn{
    padding: 0px 50px 50px 50px;
  }
}
@media(max-width: 390px){
  .catalog_item{
    padding: 20px;
  }
  .catalog_btn{
    padding: 0px 30px 30px 30px;
  }
}

/* video */
.video_item{
  display: block;
  text-decoration: none;
  width: 100%;
  border: none;
  padding: 0px;
  background-color: transparent;
  text-align: left;
}
.video_top{
  position: relative;
}
.video_top::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.video_bt{
  margin-top: 15px;
}
.video_item:hover .b_video_pic img{
   transform: scale(1.08,1.08);
}
.video_item:hover .video_top::before{
  background-color: rgba(0, 0, 0, 0.1);
}

/* media_detail */
.mdet_inner{
  border: solid 1px #01b9ff;
  border-radius: 10px;
  padding: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.mdet_top{
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
}
.mdet_title{
  font-size: 38px;
  color: #fff;
}
.mdet_type{
  font-size: 18px;
  color: #01b9ff;
  margin-bottom: 0px;
}
.mdet_date{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 12px;
}
.mdet_editor{
  padding: 50px 150px 0px 50px;
  color: #fff;
  font-size: 18px;
}
.mdet_editor img{
  width: 100%;
  margin-bottom: 10px;
}
.mdet_back{
  padding-top: 100px;
  text-align: center;
}
@media(max-width: 1499px){
  .mdet_inner{
    padding: 80px;
  }
  .mdet_title{
    font-size: 32px;
  }
  .mdet_editor{
    padding: 30px 130px 0px 130px;
  }
  .mdet_back{
    padding-top: 80px;
  }
}
@media(max-width: 1299px){
  .mdet_inner{
    padding: 65px;
  }
  .mdet_title{
    font-size: 28px;
  }
  .mdet_type{
    font-size: 16px;
  }
  .mdet_date{
    font-size: 16px;
    margin-left: 10px;
  }
  .mdet_editor{
    padding: 30px 100px 0px 100px;
    font-size: 16px;
  }
  .mdet_back{
    padding-top: 65px;
  }
}
@media(max-width: 1199px){
  .mdet_inner{
    padding: 50px;
  }
  .mdet_title{
    font-size: 24px;
  }
  .mdet_editor{
    padding: 30px 50px 0px 50px;
  }
  .mdet_back{
    padding-top: 50px;
  }
}
@media(max-width: 1099px){
  .mdet_inner{
    padding: 45px;
  }
  .mdet_back{
    padding-top: 45px;
  }
}
@media(max-width: 991px){
  .mdet_inner{
    padding: 30px;
  }
  .mdet_title{
    font-size: 20px;
  }
  .mdet_type{
    font-size: 14px;
  }
  .mdet_date{
    font-size: 14px;
    margin-left: 8px;
  }
  .mdet_editor{
    padding: 20px 0px 0px 0px;
    font-size: 14px;
  }
  .mdet_back{
    padding-top: 30px;
  }
}
@media(max-width: 575px){
  .mdet_inner{
    padding: 24px;
  }
  .mdet_title{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .mdet_type{
    font-size: 12px;
  }
  .mdet_date{
    font-size: 12px;
  }
}
@media(max-width: 390px){
  .mdet_inner{
    padding: 20px;
  }
  .mdet_back{
    padding-top: 20px;
  }
}

/* about */
.about_tab_block{
  max-width: 1520px;
  margin: auto;
}
.about_block1{
  max-width: 1720px;
  margin: auto;
  padding: 100px 0px;
}
.a_b1_area1{
  max-width: 1050px;
  margin: auto;
  text-align: center;
}
.a_title_block{
  margin-bottom: 10px;
}
.a_title_sm{
  font-size: 20px;
  color: #01b9ff;
  margin-bottom: 5px;
  font-weight: 600;
}
.a_title_lg{
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
}
.a_b1_area2{
  margin-top: 65px;
  border-radius: 10px;
  overflow: hidden;
}
.about_block2{
  max-width: 1520px;
  margin: auto;
  align-items: center;
  overflow: hidden;
}
.about_block2 .a_title_block{
  padding-right: 30px;
}
.value_item{
  padding: 65px 30px;
  border: solid 1px #01b9ff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.value_item::after{
  content: "";
  background-image: url('../image/blue_light.png');
  width: 600px;
  height: 600px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: -65%;
  bottom: -65%;
  opacity: 0.5;
}
.value_inner{
  position: relative;
  z-index: 1;
}
.value_icon{
  width: 63px;
}
.value_t_block{
  margin-top: 30px;
}
.value_title{
  font-size: 20px;
  color: #01b9ff;
}
.value_text{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 140px;
}
.a_b3_area1{
  max-width: 1720px;
  margin-right: auto;
  align-items: center;
  overflow: hidden;
}
.about_block3{
  padding: 100px 0px;
}
.a_b3_left{
  padding-left: 0px;
}
.a_b3_pic1{
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}
.a_b3_a1_t{
  padding-left: 65px;
}
.a_b3_area2{
  max-width: 1520px;
  margin: auto;
  align-items: center;
  overflow: hidden;
}
.a_b3_pic2{
  border-radius: 10px;
  overflow: hidden;
}
.a_b3_a2_t{
  padding-right: 65px;
}
@media(max-width: 1499px){
  .about_block1{
    padding: 80px 0px;
  }
  .a_title_lg{
    font-size: 32px;
  }
  .about_block2 .a_title_block{
    padding-right: 65px;
  }
  .value_icon{
    width: 60px;
  }
  .value_item{
    padding: 50px 24px;
  }
  .value_t_block{
    margin-top: 20px;
  }
  .about_block3{
    padding: 80px 0px;
  }
  .a_b3_a1_t{
    padding-left: 50px;
  }
  .a_b3_a2_t{
    padding-right: 50px;
  }
}
@media(max-width: 1299px){
  .about_block1{
    padding: 65px 0px;
  }
  .a_title_sm{
    font-size: 18px;
  }
  .a_title_lg{
    font-size: 28px;
  }
  .a_b1_area2{
    margin-top: 50px;
  }
  .about_block2 .a_title_block{
    padding-right: 50px;
  }
  .value_item{
    padding: 24px;
  }
  .value_icon{
    width: 50px;
  }
  .value_t_block{
    margin-top: 15px;
  }
  .value_title{
    font-size: 18px;
  }
  .value_text{
    font-size: 16px;
    height: 125px;
  }
  .about_block3{
    padding: 65px 0px;
  }
  .a_b3_a1_t{
    padding-left: 30px;
  }
  .a_b3_a2_t{
    padding-right: 30px;
  }
}
@media(max-width: 1199px){
  .about_block1{
    padding: 50px 0px;
  }
  .a_b1_area2{
    margin-top: 30px;
  }
  .value_item{
    padding: 20px;
  }
  .value_icon{
    width: 45px;
  }
  .value_text{
    -webkit-line-clamp: 7;
    height: 147px;
  }
  .value_item::after{
    width: 500px;
    height: 500px;
    right: -50%;
    bottom: -75%;
  }
  .about_block3{
    padding: 50px 0px;
  }
  .a_b3_a1_t{
    padding-left: 15px;
  }
  .a_b3_a2_t{
    padding-right: 15px;
  }
}
@media(max-width: 1099px){
  .about_block1{
    padding: 45px 0px;
  }
  .about_block3{
    padding: 45px 0px;
  }
}
@media(max-width: 991px){
  .about_block1{
    padding: 30px 0px;
  }
  .a_title_sm{
    font-size: 16px;
  }
  .a_title_lg{
    font-size: 24px;
  }
  .value_icon{
    width: 40px;
  }
  .value_t_block{
    margin-top: 10px;
  }
  .value_title{
    font-size: 16px;
  }
  .value_text{
    font-size: 14px;
    height: 128px;
  }
  .value_item::after{
    width: 450px;
    height: 450px;
  }
  .about_block3{
    padding: 30px 0px;
  }
  .a_b3_a1_t{
    padding-left: 0px;
  }
  .a_b3_a2_t{
    padding-right: 0px;
  }
}
@media(max-width: 767px){
  .a_title_sm{
    font-size: 14px;
  }
  .a_title_lg{
    font-size: 20px;
  }
  .value_text{
    -webkit-line-clamp: initial;
    height: auto;
  }
  .value_item::after{
    width: 450px;
    height: 450px;
    right: -30%;
    bottom: -90%;
  }
  .a_b3_area1{
    margin: auto;
  }
  .a_b3_left{
    padding-left: 12px;
  }
  .a_b3_pic1{
    border-radius: 10px;
  }
  .a_b3_a1_t{
    margin-top: 15px;
  }
  .a_b3_area2{
    margin-top: 30px;
  }
  .a_b3_a2_t{
    margin-top: 15px;
  }
  .a_b3_pic2 img{
    width: 100%;
  }
}
@media(max-width: 575px){
  .a_title_sm{
    font-size: 12px;
  }
  .a_title_lg{
    font-size: 18px;
  }
  .a_b1_area2{
    margin-top: 15px;
  }
  .value_item::after{
    width: 400px;
    height: 400px;
    right: -45%;
    bottom: -80%;
  }
}
@media(max-width: 390px){
  .value_item::after{
    width: 350px;
    height: 350px;
    right: -50%;
    bottom: -80%;
  }
}

/* esg */
.esg_block1{
  max-width: 1520px;
  margin: auto;
  padding: 100px 0px;
}
.esg_item{
  align-items: center;
  margin: 65px auto;
}
.esg_item:nth-child(even) .esg_t_block{
  padding-left: 65px;
}
.esg_item:nth-child(odd) .esg_t_block{
  padding-right: 65px;
}
.esg_title{
  font-size: 24px;
  color: #01b9ff;
}
.esg_item ul{
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
}
.esg_pic{
  border-radius: 10px;
  overflow: hidden;
}
@media(max-width: 1499px){
  .esg_block1{
    padding: 80px 0px;
  }
  .esg_item:nth-child(even) .esg_t_block{
    padding-left: 50px;
  }
  .esg_item:nth-child(odd) .esg_t_block{
    padding-right: 50px;
  }
}
@media(max-width: 1299px){
  .esg_block1{
    padding: 65px 0px;
  }
  .esg_item{
    margin: 50px auto;
  }
  .esg_item:nth-child(even) .esg_t_block{
    padding-left: 30px;
  }
  .esg_item:nth-child(odd) .esg_t_block{
    padding-right: 30px;
  }
  .esg_title{
    font-size: 20px;
  }
  .esg_item ul{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .esg_block1{
    padding: 50px 0px;
  }
  .esg_item{
    margin: 30px auto;
  }
  .esg_item:nth-child(even) .esg_t_block{
    padding-left: 0px;
  }
  .esg_item:nth-child(odd) .esg_t_block{
    padding-right: 0px;
  }
}
@media(max-width: 1099px){
  .esg_block1{
    padding: 45px 0px;
  }
}
@media(max-width: 991px){
  .esg_block1{
    padding: 30px 0px;
  }
  .esg_title{
    font-size: 18px;
  }
  .esg_item ul{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .esg_t_block{
    margin-top: 15px;
  }
  .esg_item{
    margin: 20px auto;
  }
}
@media(max-width: 575px){
  .esg_item{
    margin: 15px auto;
  }
}

/* contact */
.contact_left{
  padding-right: 65px;
  overflow: hidden;
}
.contact_top_title{
  margin-bottom: 50px;
}
.inquiry_area{
  border: solid 1px #01b9ff;
  border-radius: 10px;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
.inquiry_item{
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 5px 30px 5px 0px;
  position: relative;
}
.inquiry_item:nth-last-child(1){
  border-bottom: none;
}
.inq_pic{
  width: 130px;
}
.inq_t_block{
  margin-left: 30px;
}
.inq_type{
  font-size: 14px;
  color: #01b9ff;
  margin-bottom: 3px;
}
.inq_title{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  text-decoration: none;
}
.delete_btn{
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0px;
}
.delete_icon{
  width: 20px;
}
.lg_form{
  font-size: 18px;
  align-items: flex-end;
}
.lg_input{
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #b0b0b0;
  border-radius: 0px;
  color: #fff;
}
.lg_input:focus{
  background-color: transparent;
  box-shadow: none;
  border-bottom: solid 1px #01b9ff;
  color: #fff;
}
.lg_label{
  color: #fff;
}
.lg_textarea{
  height: 130px !important;
}
.code_block{
  display: flex;
  align-items: flex-end;
}
.code_block .invalid-feedback{
  position: absolute;
  bottom: -20px;
}
.reset_block{
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.form_code{
  max-width: 75px;
}
.reset_btn{
  border: none;
  background-color: transparent;
  padding: 0px 0px 0px 5px;
}
.reset_icon{
  width: 15px;
}
.submit_btn{
  text-align: right;
}
.contact_info{
  position: relative;
  padding: 65px;
  border: solid 1px #01b9ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.contact_info::after{
  content: "";
  background-image: url('../image/blue_light.png');
  width: 600px;
  height: 600px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: -40%;
  bottom: -40%;
  opacity: 0.5;
}
.c_info_inner{
  position: relative;
  z-index: 1;
}
.info_title{
  font-size: 36px;
  color: #fff;
}
.c_info_item{
  margin: 10px 0px;
}
.info_item_title{
  font-size: 20px;
  color: #01b9ff;
  margin-bottom: 2px;
}
.info_item_text{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
}

@media(max-width: 1699px){
  .contact_left{
    padding-right: 50px;
  }
  .inq_pic{
    width: 100px;
  }
  .inq_t_block{
    margin-left: 20px;
  }
  .delete_icon{
    width: 15px;
  }
}
@media(max-width: 1499px){
  .contact_left{
    padding-right: 30px;
  }
  .contact_top_title{
    margin-bottom: 30px;
  }
  .inquiry_area{
    margin-bottom: 30px;
  }
  .inq_pic{
    width: 80px;
  }
  .inq_t_block{
    margin-left: 12px;
  }
  .inq_type{
    font-size: 12px;
    margin-bottom: 0px;
  }
  .inq_title{
    font-size: 16px;
  }
  .contact_info{
    padding: 50px;
  }
  .info_title{
    font-size: 32px;
  }
}
@media(max-width: 1299px){
  .contact_left{
    padding-right: 15px;
  }
  .contact_top_title{
    margin-bottom: 20px;
  }
  .inquiry_area{
    margin-bottom: 20px;
  }
  .contact_info{
    padding: 30px;
  }
  .info_title{
    font-size: 28px;
  }
  .lg_form{
    font-size: 16px;
  }
  .lg_textarea{
    height: 100px !important;
  }
  .info_item_title{
    font-size: 18px;
  }
  .info_item_text{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .contact_left{
    padding-right: 0px;
  }
  .info_title{
    font-size: 24px;
  }
}
@media(max-width: 991px){
  .contact_top_title{
    margin-bottom: 15px;
  }
  .inquiry_area{
    margin-bottom: 15px;
    padding: 5px 12px;
  }
  .inquiry_item{
    padding: 5px 25px 5px 0px;
  }
  .inq_title{
    font-size: 14px;
  }
  .delete_icon{
    width: 12px;
  }
  .contact_info{
    padding: 24px;
  }
  .info_title{
    font-size: 22px;
  }
  .lg_form{
    font-size: 14px;
  }
  .info_item_title{
    font-size: 16px;
  }
  .info_item_text{
    font-size: 14px;
  }
  .contact_info::after{
    width: 500px;
    height: 500px;
    right: -50%;
    bottom: -45%;
  }
}
@media(max-width: 767px){
  .contact_info{
    margin-top: 30px;
    height: auto;
    justify-content: flex-start;
  }
  .contact_info::after{
    width: 450px;
    height: 450px;
    right: -35%;
    bottom: -65%;
  }
}
@media(max-width: 575px){
  .inq_pic{
    width: 65px;
  }
  .submit_btn{
    text-align: center;
    margin-top: 30px;
  }
  .info_title{
    font-size: 20px;
  }
  .contact_info::after{
    width: 400px;
    height: 400px;
    right: -40%;
    bottom: -65%;
  }
}

/* privacy_popup */
.privacyBox{
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  border: solid 1px #01b9ff;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 1.3;
  padding: 15px 20px;
  transition: 400ms;
  z-index: 999;
  width: 100%;
  max-width: 650px;
  margin: 0px auto 24px auto;
  border-radius: 36px;
}
.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: 14px;
}
.privacyBox a{
  color: #01b9ff;
}
.closePrivacy{
  background-image: linear-gradient(
    130deg,
    rgba(50,199,255,1) 0%, 
    rgba(1,185,255,1) 50%,
    rgba(0,113,177,1) 100% 
  );
  background-position: right bottom;
  background-size: 150% auto;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  white-space:nowrap;
  cursor: pointer;
  font-size: 14px;
  width: fit-content;
}
.closePrivacy:hover{
  background-position: left top;
  color: #fff;
}

@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_cname{
  color: #01b9ff;
}
@media(max-width: 1299px){
  .privacy_text{
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .privacy_text{
    font-size: 14px;
  }
}

/* submit */
.submit_area{
  max-width: 1520px;
  margin: auto;
  padding: 250px 0px 150px 0px;
  text-align: center;
}
.send_icon{
  width: 150px;
  margin-bottom: 20px;
}
.submit_title{
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.submit_text{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.submit_back{
  margin-top: 30px;
}
.submit_back .gh_btn{
  margin: auto;
}
@media(max-width: 1299px){
  .submit_area{
    padding: 200px 0px 100px 0px;
  }
  .send_icon{
    width: 130px;
  }
  .submit_title{
    font-size: 42px;
  }
}
@media(max-width: 991px){
  .submit_area{
    padding: 150px 0px 100px 0px;
  }
  .send_icon{
    width: 120px;
  }
  .submit_title{
    font-size: 36px;
  }
}
@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: #01b9ff;
  margin-bottom: 0px;
  font-weight: 700;
}
.error_text{
  font-size: 20px;
  color: #fff;
  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;
  }
}