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

/* nav */
.nav_scroll{
  background-color: transparent !important;
}
.hr_navbar{
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 0px;
}
.navbar_area{
  max-width: 1720px;
  margin: 0px auto;
  align-items: center;
  padding: 0px 24px;
}
.hr_navbar .navbar-brand{
  margin-right: 0px;
}
.hr_logo{
  width: 180px;
}
.nav_linkarea{
  justify-content: center;
}
.hr_navbar .nav-link{
  color: #282828;
  text-transform: uppercase;
  padding: 30px 20px !important;
  font-weight: 600;
  font-size: 18px;
}
.hr_navbar .nav-link:hover{
  color: #332644;
}
.lang_btn{
  width: 60px;
  height: 60px;
  background-color: #332644;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0px;
}
.lang_btn:focus{
  box-shadow: none !important;
}
.lang_icon{
  width: 23px;
}
/* dropdown_menu */
.hr_dropmenu{
  border: none;
  background-color: #332644;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  border-radius: 0;
}
.hr_dropmenu .dropdown-item{
  color: #fff;
  padding: 10px 15px;
  transition: 0.4s;
  font-weight: 500;
  font-size: 18px;
}
.hr_dropmenu .dropdown-item:hover{
  background-color: transparent;
  opacity: 0.6;
}
.hr_dropmenu .dropdown-item:active{
  background-color: transparent;
}
.hr_dropmenu .dropdown-item:focus{
  background-color: transparent;
}
.lang_drop{
  padding: 12px 0px;
}
.lang_dropmenu{
  background-color: #332644;
  border-radius: 0px;
  min-width: 120px;
  border: none;
  margin-top: 0px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.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){
  .hr_dropmenu li:hover .sub-menu{
    visibility: visible;
  }
  .dropdown:hover .hr_dropmenu{
    display: block;
  }
}
@media(max-width: 1499px){
  .lang_btn{
    width: 50px;
    height: 50px;
  }
  .lang_icon{
    width: 20px;
  }
}
@media(max-width: 1299px){
  .lang_btn{
    width: 45px;
    height: 45px;
  }
  .lang_icon{
    width: 18px;
  }
  .hr_navbar .nav-link{
    padding: 25px 15px !important;
    font-size: 16px;
  }
  .hr_dropmenu .dropdown-item{
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .navbar_area{
    padding: 0px;
  }
  .hr_navbar .navbar-brand{
    margin-left: 12px;
  }
  .hr_logo{
    width: 160px;
  }
  .nav_linkarea{
    background-color: #f5f5f5;
  }
  .nav_right{
    position: absolute;
    top: 0px;
    right: 65px;
  }
  .lang_btn{
    width: 40px;
    height: 40px;
  }
  .lang_icon{
    width: 18px;
  }
  .hr_navbar .nav-link{
    padding: 8px 12px !important;
    font-size: 14px;
    width: 100%;
    border: none;
    text-align: center;
    background-color: transparent;
  }
  .hr_navbar .nav-link:hover{
    background-color: rgba(0, 0, 0, 0.03);
  }
  .hr_dropmenu{
    left: 0;
    transform: translateX(0%);
  }
  .hr_dropmenu .dropdown-item{
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
  }
  .hr_dropmenu .dropdown-item:hover{
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
  }
  .navbar-toggler{
    position: absolute;
    top: 12px;
    z-index: 2;
    right: 12px;
    border-radius: 5px;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    box-shadow: none !important;
    padding: 0px;
    background-color: #282828;
  }
  .navbar-toggler .hamburguer_btn{
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .navbar-toggler.on .line1 {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .navbar-toggler.on .line2 {
    opacity: 0;
  }
  .navbar-toggler.on .line3 {
    transform: rotate(-45deg) translate(4px, -4px);
  }
}
@media(max-width: 575px){
  .nav_right{
    right: 60px;
  }
  .lang_drop{
    padding: 9px 0px;
  }
  .lang_btn{
    width: 35px;
    height: 35px;
  }
  .navbar-toggler{
    width: 35px;
    height: 35px;
    top: 9px;
  }
}

/* banner */
.index_banner{
  position: relative;
  overflow: hidden;
}
.banner_area{
  padding: 0px 50px;
  margin-top: 85px;
}
.banner_pic_slick{
  position: relative;
  margin-bottom: 0px !important;
}
.banner_block{
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}

.banner_block img{
  width:100%;
  display:block;
  transform:scale(1.12);
  will-change: transform;
}

.banner_block.animate img{
  animation: kenburns 6.5s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes kenburns{
  0%{
    transform:scale(1.12);
  }
  100%{
    transform:scale(1);
  }
}
.banner_pic_slick .slick-slide{
  opacity:0;
}

.banner_pic_slick .slick-active{
  opacity:1;
}
.banner_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
/* Dots */
.banner_pic_slick .slick-dots{
  padding: 0px 8px;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  bottom: 50px;
  right: 30px;
}
.banner_pic_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.banner_pic_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.banner_pic_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.banner_pic_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #fff;
  border-radius: 100%;
}
.banner_pic_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #fff;
  background-color: #fff;
}
.banner_txt_area{
  position: absolute;
  background-color: #332644;
  padding: 80px 0px 80px 250px;
  bottom: 0;
  left: 0;
  margin-bottom: -30px;
  max-width: 40%;
}
.banner_txt_slick{
  max-width: 100%;
}
.banner_txt_slick .slick-list{
  overflow: visible;
}
.banner_t_blcok{
  width: 100%;
  overflow: hidden;
  width: 750px !important;
}
.banner_title{
  font-size: 58px;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hr_btn_w{
  display: inline-block;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  padding: 8px;
  border-radius: 33px;
  position: relative;
  min-width: 240px;
}
.hr_btn_d{
  display: inline-block;
  border: solid 1px #d9d9d9;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  padding: 8px;
  border-radius: 33px;
  position: relative;
  min-width: 240px;
}
.btn_inner{
  display: flex;
  align-items: center;
}
.hr_btn_w p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  margin: auto;
}
.hr_btn_d p{
  color: #282828;
  font-size: 18px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  margin: auto;
}
.btn_arrow{
  width: 45px;
  height: 45px;
  background-color: #332644;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  right: 8px;
}
.right_arrow{
  width: 12px;
}
.hr_btn_w:hover .btn_arrow .right_arrow{
  animation: arrowMove 0.6s ease;
}
.hr_btn_d:hover .btn_arrow .right_arrow{
  animation: arrowMove 0.6s ease;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(120%);
    opacity: 0;
  }
  41% {
    transform: translateX(-120%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media(max-width: 1820px){
  .banner_area{
    padding: 0px 24px;
  }
}
@media(max-width: 1699px){
  .banner_txt_area{
    padding: 65px 0px 65px 150px;
  }
  .banner_title{
    font-size: 52px;
    margin-bottom: 30px;
  }
}
@media(max-width: 1499px){
  .banner_txt_area{
    padding: 50px 0px 50px 100px;
  }
  .banner_title{
    font-size: 48px;
  }
  .btn_arrow{
    width: 40px;
    height: 40px;
  }
  .right_arrow{
    width: 10px;
  }
  .banner_pic_slick .slick-dots{
    padding: 0px 5px;
    bottom: 40px;
    right: 20px;
  }
  .banner_pic_slick .slick-dots li{
    width: 8px;
    height: 8px;
  }
  .banner_pic_slick .slick-dots li button{
    width: 8px;
    height: 8px;
  }
  .banner_pic_slick .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
}
@media(max-width: 1299px){
  .banner_area{
    margin-top: 70px;
  }
  .banner_txt_area{
    padding: 30px 0px 30px 50px;
    max-width: 35%;
    margin-bottom: -24px;
  }
  .banner_t_blcok{
    width: 650px !important;
  }
  .banner_title{
    font-size: 42px;
    margin-bottom: 20px;
  }
  .hr_btn_w{
    min-width: 200px;
    padding: 5px;
  }
  .hr_btn_d{
    min-width: 200px;
    padding: 5px;
  }
  .hr_btn_w p{
    font-size: 16px;
  }
  .hr_btn_d p{
    font-size: 16px;
  }
  .btn_arrow{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 1099px){
  .banner_txt_area{
    padding: 24px 0px 24px 24px;
    max-width: 38%;
  }
  .banner_t_blcok{
    width: 580px !important;
  }
  .banner_title{
    font-size: 36px;
    margin-bottom: 15px;
  }
  .hr_btn_w{
    min-width: 180px;
  }
  .hr_btn_d{
    min-width: 180px;
  }
  .btn_arrow{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 991px){
  .banner_txt_area{
    margin-bottom: -15px;
  }
  .banner_area{
    padding: 0px;
    margin-top: 60px;
  }
  .banner_t_blcok{
    width: 530px !important;
  }
  .banner_title{
    font-size: 32px;
    margin-bottom: 15px;
  }
  .hr_btn_w{
    min-width: 160px;
  }
  .hr_btn_d{
    min-width: 160px;
  }
  .hr_btn_w p{
    font-size: 14px;
  }
  .hr_btn_d p{
    font-size: 14px;
  }
  .banner_pic_slick .slick-dots{
    padding: 0px 3px;
    bottom: 30px;
    right: 10px;
  }
}
@media(max-width: 767px){
  .banner_txt_area{
    max-width: 42%;
  }
  .banner_t_blcok{
    width: 460px !important;
  }
  .banner_title{
    font-size: 28px;
  }
}
@media(max-width: 575px){
  .banner_area{
    margin-top: 50px;
  }
  .banner_txt_area{
    max-width: 46%;
  }
  .banner_t_blcok{
    width: 380px !important;
  }
  .banner_title{
    font-size: 24px;
  }
  .btn_arrow{
    width: 25px;
    height: 25px;
  }
  .right_arrow{
    width: 8px;
  }
  .banner_pic_slick .slick-dots{
    bottom: 25px;
    right: 5px;
  }
  .banner_pic_slick .slick-dots li{
    width: 6px;
    height: 6px;
  }
  .banner_pic_slick .slick-dots li button{
    width: 6px;
    height: 6px;
  }
  .banner_pic_slick .slick-dots li button:before{
    font-size: 4px;
    width: 6px;
    height: 6px;
  }
  .hr_btn_w{
    min-width: 150px;
  }
  .hr_btn_d{
    min-width: 150px;
  }
}
@media(max-width: 500px){
  .banner_txt_area{
    padding: 20px 0px 20px 24px;
  }
  .banner_t_blcok{
    width: 330px !important;
  }
  .banner_title{
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media(max-width: 450px){
  .banner_txt_area{
    padding: 15px 0px 15px 24px;
  }
  .banner_t_blcok{
    width: 250px !important;
  }
  .banner_title{
    font-size: 18px;
    margin-bottom: 12px;
  }
  .hr_btn_w{
    min-width: 130px;
  }
  .hr_btn_d{
    min-width: 130px;
  }
  .btn_arrow{
    width: 23px;
    height: 23px;
  }
  .right_arrow{
    width: 6px;
  }
}
@media(max-width: 390px){
  .banner_txt_area{
    padding: 12px 0px 12px 24px;
  }
  .banner_t_blcok{
    width: 210px !important;
  }
  .banner_title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hr_btn_w{
    min-width: 120px;
  }
  .hr_btn_d{
    min-width: 120px;
  }
  .btn_arrow{
    width: 20px;
    height: 20px;
  }
}
@media(max-width: 360px){
  .banner_txt_area{
    max-width: 52%;
  }
  .banner_title{
    margin-bottom: 8px;
  }
}

/* index_product */
.product_area{
  background-image: url('../image/bg_block.png');
  background-size: 80% 100%;
  background-position: left;
  background-repeat: no-repeat;
  margin-top: -30px;
  overflow: hidden;
}
.index_product{
  max-width: 1670px;
  margin-left: auto;
  padding: 150px 0px;
  align-items: center;
}
.index_product .hr_btn_d{
  margin-top: 50px;
}
.sec_title_sm{
  font-size: 20px;
  color: #9c9c9c;
  margin-bottom: 5px;
  font-weight: 500;
}
.sec_title_lg{
  font-size: 52px;
  color: #332644;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.index_p_right{
  padding: 0px;
}
.p_slick_block{
  padding: 12px;
}
.p_item{
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px transparent;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
}
.product_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 74%;
  position: relative;
  background-color: #fff;
}
.product_pic img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.product_slick .slick-list{
  padding-right: 100px;
}
.p_item_bt{
  padding: 30px;
}
.title_sm{
  font-size: 20px;
  font-weight: 600;
}
.p_title{
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 52px;
}
.arrow_block{
  width: 45px;
  height: 45px;
  border: solid 1px #d9d9d9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.arrow_block::after{
  content: "";
  background: url('../image/right_arrow_p.svg');
  width: 12px;
  height: 10px;
  transition: all ease-in-out 0.3s;
}
.p_item:hover{
  box-shadow: none;
  border: solid 1px #332644;
}
.p_item:hover .arrow_block{
  border: solid 1px #332644;
  background-color: #332644;
}
.p_item:hover .arrow_block::after{
  content: "";
  background: url('../image/right_arrow.svg');
}
.p_btn_group{
  display: flex;
  align-items: center;
  margin-top: 50px;
}
/* arrow */
.index_product .slick-prev{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  left: 0;
  top: 0;
  margin-right: 30px;
  transform: translate(0, 0);
  background-color: #332644;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_product .slick-prev:before{
  content: '';
  background-image: url('../image/left_arrow.svg');
  display: block;
  width: 12px;
  height: 10px;
  background-position: left center;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.index_product .slick-next{
  width: 60px;
  height: 60px;
  z-index: 1;
  position: relative;
  right: 0;
  top: 0;
  transform: translate(0, 0);
  background-color: #332644;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_product .slick-next:before{
  content: '';
  background-image: url('../image/right_arrow.svg');
  display: block;
  width: 12px;
  height: 10px;
  background-position: right center;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.index_product .slick-prev:hover{
  background-color: #282828;
}
.index_product .slick-next:hover{
  background-color: #282828;
}
.index_product .slick-prev:focus{
  background-color: #282828;
}
.index_product .slick-next:focus{
  background-color: #282828;
}
@media(max-width: 1699px){
  .sec_title_lg{
    font-size: 48px;
  }
  .index_product .hr_btn_d{
    margin-top: 30px;
  }
  .p_btn_group{
    margin-top: 30px;
  }
  .index_product .slick-prev{
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
  .index_product .slick-next{
    width: 55px;
    height: 55px;
  }
}
@media(max-width: 1499px){
  .index_product{
    padding: 130px 0px;
  }
  .sec_title_lg{
    font-size: 42px;
  }
  .index_product .hr_btn_d{
    margin-top: 20px;
  }
  .p_btn_group{
    margin-top: 20px;
  }
  .index_product .slick-prev{
    width: 50px;
    height: 50px;
  }
  .index_product .slick-prev:before{
    width: 10px;
    height: 8px;
  }
  .index_product .slick-next{
    width: 50px;
    height: 50px;
  }
  .index_product .slick-next:before{
    width: 10px;
    height: 8px;
  }
  .p_item_bt{
    padding: 24px;
  }
  .arrow_block{
    width: 40px;
    height: 40px;
  }
  .arrow_block::after{
    width: 10px;
    height: 8px;
  }
}
@media(max-width: 1299px){
  .index_product{
    padding: 100px 0px;
  }
  .sec_title_lg{
    font-size: 38px;
  }
  .index_product .hr_btn_d{
    margin-top: 15px;
  }
  .p_btn_group{
    margin-top: 15px;
  }
  .index_product .slick-prev{
    width: 40px;
    height: 40px;
  }
  .index_product .slick-next{
    width: 40px;
    height: 40px;
  }
  .product_slick .slick-list{
    padding-right: 65px;
  }
  .arrow_block{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 1199px){
  .index_product{
    padding: 80px 0px;
  }
  .sec_title_lg{
    font-size: 32px;
  }
  .index_product .slick-prev{
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  .index_product .slick-next{
    width: 35px;
    height: 35px;
  }
}
@media(max-width: 1099px){
  .index_product{
    padding: 65px 0px;
  }
  .sec_title_sm{
    font-size: 18px;
    margin-bottom: 0px;
  }
  .sec_title_lg{
    font-size: 28px;
  }
  .product_slick .slick-list{
    padding-right: 50px;
  }
  .index_product .slick-prev{
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .index_product .slick-next{
    width: 30px;
    height: 30px;
  }
  .p_item_bt{
    padding: 20px;
  }
  .title_sm{
    font-size: 18px;
  }
  .p_title{
    height: 47px;
  }
  .arrow_block{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 991px){
  .index_product{
    padding: 50px 0px;
  }
  .product_slick .slick-list{
    padding-right: 80px;
  }
  .title_sm{
    font-size: 16px;
  }
  .p_title{
    height: 42px;
  }
}
@media(max-width: 767px){
  .product_area{
    background-size: 70% 100%;
    margin-top: -20px;
  }
  .index_p_left{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .sec_title_sm{
    font-size: 16px;
  }
  .sec_title_lg{
    font-size: 24px;
  }
  .index_product .hr_btn_d{
    margin-top: 10px;
  }
  .product_slick .slick-list{
    padding-right: 50px;
  }
}
@media(max-width: 575px){
  .product_area{
    background-size: 65% 100%;
  }
  .sec_title_sm{
    font-size: 14px;
  }
  .product_slick .slick-list{
    padding-right: 130px;
  }
  .index_product .slick-prev{
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .index_product .slick-prev:before{
    width: 8px;
    height: 6px;
  }
  .index_product .slick-next{
    width: 25px;
    height: 25px;
  }
  .index_product .slick-next:before{
    width: 8px;
    height: 6px;
  }
}
@media(max-width: 450px){
  .product_area{
    background-size: 60% 100%;
  }
  .product_slick .slick-list{
    padding-right: 100px;
  }
}
@media(max-width: 390px){
  .product_slick .slick-list{
    padding-right: 50px;
  }
}

/* index_process */
.index_process{
  overflow-x: hidden;
  overflow-y: clip;
  padding-bottom: 50px;
}
.process_block{
  padding: 0px;
  position: relative;
}
.process_t_block{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -50px;
  width: 55%;
  background-color: #332644;
  padding: 65px;
}
.process_t_block .sec_title_lg{
  color: #fff;
  margin-bottom: 10px;
}
.process_t_block .sec_title_sm{
  color: #fff;
  margin-bottom: 0px;
}
.process_item{
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 15px 0px;
}
.process_icon{
  max-width: 65px;
  margin-right: 30px;
  flex-shrink: 0;
}
.process_item .title_sm{
  color: #fff;
  margin-bottom: 0px;
}
@media(max-width: 1699px){
  .process_t_block{
    padding: 50px;
  }
  .process_icon{
    max-width: 60px;
    margin-right: 20px;
  }
}
@media(max-width: 1499px){
  .process_t_block{
    padding: 30px;
    width: 60%;
  }
  .process_icon{
    max-width: 55px;
    margin-right: 15px;
  }
  .process_item{
    padding: 12px 0px;
  }
}
@media(max-width: 1299px){
  .process_t_block{
    padding: 24px;
    width: 65%;
  }
  .process_icon{
    max-width: 50px;
    margin-right: 12px;
  }
  .process_item{
    padding: 10px 0px;
  }
}
@media(max-width: 991px){
  .index_process{
    padding-bottom: 30px;
  }
  .process_t_block{
    width: 70%;
    margin-bottom: -30px;
  }
  .process_icon{
    max-width: 45px;
  }
}
@media(max-width: 767px){
  .process_t_block .sec_title_lg{
    margin-bottom: 0px;
  }
  .process_item{
    padding: 8px 0px;
  }
  .process_t_block{
    width: 85%;
  }
  .process_icon{
    max-width: 40px;
  }
}
@media(max-width: 575px){
  .index_process{
    padding-bottom: 0px;
  }
  .process_t_block{
    width: 100%;
    position: relative;
    margin-bottom: 0px;
  }
}

/* index_news */
.index_news{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px;
}
.index_news_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.news_block{
  border-top: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
  padding: 24px;
}
.news_box:nth-child(3n) .news_block{
  border-right: none;
}
.news_item{
  display: block;
  text-decoration: none;
}
.n_item_top{
  margin-bottom: 30px;
}
.news_item .news_date{
  font-size: 24px;
  color: #a1a1a1;
  margin-bottom: 5px;
}
.news_item .title_sm{
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 52px;
  margin-bottom: 0px;
}
.news_pic{
  overflow: hidden;
  width: 100%;
  padding-bottom: 73%;
  position: relative;
}
.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.05, 1.05);
}
@media(max-width: 1499px){
  .index_news{
    padding: 130px 0px;
  }
}
@media(max-width: 1299px){
  .index_news{
    padding: 100px 0px;
  }
  .news_block{
    padding: 20px;
  }
  .index_news_top{
    margin-bottom: 30px;
  }
  .n_item_top{
    margin-bottom: 20px;
  }
  .news_item .news_date{
    font-size: 22px;
  }
}
@media(max-width: 1199px){
  .index_news{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .index_news{
    padding: 65px 0px;
  }
  .news_block{
    padding: 12px;
  }
  .index_news_top{
    margin-bottom: 20px;
  }
  .n_item_top{
    margin-bottom: 15px;
  }
  .news_item .news_date{
    font-size: 20px;
  }
  .news_item .title_sm{
    height: 47px;
  }
}
@media(max-width: 991px){
  .index_news{
    padding: 50px 0px;
  }
  .index_news_top{
    margin-bottom: 15px;
  }
  .news_item .news_date{
    font-size: 18px;
  }
  .news_item .title_sm{
    height: 42px;
  }
}
@media(max-width: 767px){
  .news_block{
    border-right: none;
    padding: 15px 0px;
  }
  .news_item .news_date{
    font-size: 16px;
    margin-bottom: 3px;
  }
}

/* about */
.about_area{
  padding: 0px;
}
.about_sec{
  background-image: url('../image/about_bg.png');
  position: relative;
}
.about_sec::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.a_sec_inner{
  max-width: 1420px;
  margin: auto;
  padding: 200px 12px;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  align-items: center;
}
.about_sec .index_title{
  margin-bottom: 20px;
}
.about_sec .sec_title_sm{
  color: #fff;
}
.about_sec .sec_title_lg{
  color: #fff;
}
.text_sm{
  font-size: 18px;
}
.about_sec .text_sm{
  color: #fff;
}
.about_sec .hr_btn_w{
  margin-top: 20px;
}
.fact_item{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 20px 0px;
}
.fact_number{
  font-size: 68px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
}
.fact_number p{
  margin-bottom: 0px;
}
.fact_item .text_sm{
  margin-bottom: 0px;
}
@media(max-width: 1699px){
  .a_sec_inner{
    padding: 150px 12px;
  }
  .about_sec .index_title{
    margin-bottom: 15px;
  }
  .about_sec .hr_btn_w{
    margin-top: 15px;
  }
  .fact_item{
    padding: 15px 0px;
  }
  .fact_number{
    font-size: 62px;
  }
}
@media(max-width: 1499px){
  .a_sec_inner{
    padding: 130px 12px;
  }
  .fact_number{
    font-size: 58px;
  }
}
@media(max-width: 1299px){
  .a_sec_inner{
    padding: 100px 12px;
  }
  .about_sec .index_title{
    margin-bottom: 10px;
  }
  .about_sec .hr_btn_w{
    margin-top: 10px;
  }
  .text_sm{
    font-size: 16px;
  }
  .fact_number{
    font-size: 52px;
  }
}
@media(max-width: 1199px){
  .a_sec_inner{
    padding: 80px 12px;
  }
  .fact_number{
    font-size: 48px;
  }
}
@media(max-width: 1099px){
  .a_sec_inner{
    padding: 65px 12px;
  }
}
@media(max-width: 991px){
  .a_sec_inner{
    padding: 50px 12px;
  }
  .fact_number{
    font-size: 38px;
  }
  .text_sm{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .fact_item{
    padding: 12px 0px;
  }
  .fact_number{
    font-size: 32px;
  }
}
@media(max-width: 575px){
  .about_sec .hr_btn_w{
    margin-top: 0px;
  }
  .fact_item{
    padding: 10px 0px;
  }
}

/* footer */
.footer{
  background-color: #332644;
  position: relative;
}
.top_block{
  position: absolute;
  width: 45px;
  height: 45px;
  right: 24px;
  bottom: 24px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.f_top_btn{
  width: 9px;
  height: 11px;
}
.footer_area{
  max-width: 1420px;
  margin: auto;
  padding-top: 100px;
}
.footer_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.f_sitemap_block a{
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  margin-left: 15px;
  transition: all ease-in-out 0.3s;
}
.f_sitemap_block a:hover{
  color: #fff;
  opacity: 0.6;
}
.f_info_block{
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.f_left{
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.f_info_area{
  padding: 30px 30px 30px 0px;
}
.f_info_add{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 300;
  max-width: 400px;
  transition: all ease-in-out 0.3s;
}
.f_info_add:hover{
  color: #fff;
  opacity: 0.6;
}
.f_info_item{
  margin: 15px 0px;
}
.f_info_title{
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 300;
}
.f_info_text{
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 1;
  transition: all ease-in-out 0.3s;
}
.f_info_item a:hover{
  color: #fff;
  opacity: 0.6;
}
.f_cnct_area{
  padding: 30px 0px 30px 30px;
  text-align: end;
}
.social_block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.social_item{
  margin: 0px 12px;
}
.social_item:nth-last-child(1){
  margin-right: 0px;
}
.social_icon{
  width: 25px;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
.social_item:hover .social_icon{
  opacity: 1;
}
.f_bt_copy{
  padding: 25px 0px;
}
.f_copy_text{
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
}
.f_copy_text a{
  color: #fff;
  margin: 0px 1px;
}
@media(max-width: 1499px){
  .footer_area{
    padding-top: 80px;
  }
  .top_block{
    width: 40px;
    height: 40px;
    right: 24px;
    bottom: 20px;
  }
  .f_top_btn{
    width: 8px;
    height: 10px;
  }
}
@media(max-width: 1299px){
  .footer_area{
    padding-top: 65px;
  }
  .footer_top{
    margin-bottom: 10px;
  }
  .f_sitemap_block a{
    font-size: 16px;
    margin-left: 10px;
  }
  .f_info_area{
    padding: 24px 24px 24px 0px;
  }
  .f_info_add{
    font-size: 16px;
  }
  .f_info_item{
    margin: 12px 0px;
  }
  .f_info_title{
    font-size: 16px;
    margin-bottom: 3px;
  }
  .f_info_text{
    font-size: 20px;
  }
  .f_cnct_area{
    padding: 24px 0px 24px 24px;
  }
  .social_block{
    margin-bottom: 30px;
  }
  .social_item{
    margin: 0px 10px;
  }
  .f_bt_copy{
    padding: 20px 0px;
  }
  .f_copy_text{
    font-size: 16px;
  }
  .top_block{
    width: 35px;
    height: 35px;
    right: 24px;
    bottom: 12px;
  }
}
@media(max-width: 1099px){
  .footer_area{
    padding-top: 50px;
  }
  .f_info_area{
    padding: 20px 20px 20px 0px;
  }
  .f_info_item{
    margin: 10px 0px;
  }
  .f_cnct_area{
    padding: 20px 0px 20px 20px;
  }
  .social_block{
    margin-bottom: 20px;
  }
  .social_item{
    margin: 0px 8px;
  }
  .social_icon{
    width: 23px;
  }
  .f_bt_copy{
    padding: 15px 0px;
  }
  .top_block{
    width: 30px;
    height: 30px;
    right: 24px;
    bottom: 10px;
  }
}
@media(max-width: 991px){
  .footer_area{
    padding-top: 30px;
  }
  .f_logo{
    max-width: 160px;
  }
  .f_sitemap_block a{
    font-size: 14px;
    margin-left: 8px;
  }
  .f_info_area{
    padding: 12px 12px 12px 0px;
  }
  .f_info_add{
    font-size: 14px;
    max-width: 350px;
  }
  .f_info_item{
    margin: 10px 0px;
  }
  .f_info_title{
    font-size: 14px;
  }
  .f_info_text{
    font-size: 18px;
  }
  .f_cnct_area{
    padding: 12px 0px 12px 12px;
  }
  .social_item{
    margin: 0px 5px;
  }
  .social_icon{
    width: 20px;
  }
  .f_bt_copy{
    padding: 12px 35px 12px 0px;
  }
  .f_copy_text{
    font-size: 14px;
  }
  .top_block{
    bottom: 7px;
  }
}
@media(max-width: 767px){
  .f_left{
    border-right: none;
  }
  .f_info_area{
    padding: 12px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .f_info_add{
    max-width: 100%;
  }
  .f_cnct_area{
    padding: 12px 0px;
    text-align: left;
  }
  .social_block{
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .f_copy_text{
    text-align: left;
  }
}
@media(max-width: 575px){
  .footer_top{
    display: block;
  }
  .f_logo{
    max-width: 130px;
  }
  .f_sitemap_block{
    margin-top: 5px;
  }
  .f_info_text{
    font-size: 16px;
  }
  .f_bt_copy{
    padding: 10px 30px 10px 0px;
  }
  .top_block{
    width: 25px;
    height: 25px;
    right: 24px;
    bottom: 10px;
  }
  .f_top_btn{
    width: 6px;
    height: 8px;
  }
  .f_copy_text{
    font-size: 12px;
  }
}
@media(max-width: 390px){
  .f_sitemap_block a{
    margin-left: 5px;
  }
  .social_item{
    margin: 0px 3px;
  }
  .social_icon{
    width: 18px;
  }
}

/* inner_banner */
.inner_bn_area{
  max-width: 1720px;
  margin: auto;
  padding-top: 85px;
  align-items: center;
  overflow: hidden;
}
.home_icon{
  width: 16px;
}
.hr_bread .breadcrumb{
  margin-bottom: 5px;
  display: flex;
  align-items: end;
}
.hr_bread .breadcrumb-item{
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #999999;
}
.hr_bread .breadcrumb-item a{
  color: #999999;
  text-decoration: none;
}
.hr_bread .breadcrumb-item a:hover{
  color: #999999;
  text-decoration: none;
}
.hr_bread .breadcrumb-item.active{
  color: #332644;
}
.hr_bread .breadcrumb-item+.breadcrumb-item::before{
  content: "";
  width: 4px;
  height: 4px;
  background-color: #9c9c9c;
  border-radius: 100%;
  padding: 0px;
  margin: 0px 10px;
  flex-shrink: 0;
}
.inner_bn_ttl{
  font-size: 58px;
  color: #282828;
  margin-bottom: 0px;
  font-weight: 600;
}
@media(max-width: 1499px){
  .home_icon{
    width: 15px;
  }
  .hr_bread .breadcrumb-item+.breadcrumb-item::before{
    margin: 0px 8px;
  }
  .inner_bn_ttl{
    font-size: 52px;
  }
}
@media(max-width: 1299px){
  .inner_bn_area{
    padding-top: 70px;
  }
  .home_icon{
    width: 14px;
  }
  .hr_bread .breadcrumb-item{
    font-size: 14px;
  }
  .hr_bread .breadcrumb-item+.breadcrumb-item::before{
    margin: 0px 6px;
  }
  .inner_bn_ttl{
    font-size: 48px;
  }
}
@media(max-width: 1199px){
  .inner_bn_ttl{
    font-size: 42px;
  }
}
@media(max-width: 1099px){
  .inner_bn_ttl{
    font-size: 38px;
  }
  .hr_bread .breadcrumb{
    margin-bottom: 3px;
  }
}
@media(max-width: 991px){
  .inner_banner{
    padding-right: 0px;
  }
  .inner_bn_area{
    padding-top: 60px;
  }
  .inner_bn_pic{
    padding-right: 0px;
  }
  .inner_bn_ttl{
    font-size: 32px;
  }
}
@media(max-width: 767px){
  .home_icon{
    width: 12px;
  }
  .hr_bread .breadcrumb-item{
    font-size: 12px;
  }
  .hr_bread .breadcrumb-item+.breadcrumb-item::before{
    margin: 0px 5px;
  }
  .inner_bn_ttl{
    font-size: 28px;
  }
}
@media(max-width: 575px){
  .inner_bn_area{
    padding-top: 65px;
  }
  .inner_bn_ttl{
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media(max-width: 390px){
  .inner_bn_ttl{
    font-size: 22px;
  }
}
@media(max-width: 360px){
  .inner_bn_ttl{
    font-size: 20px;
  }
}

/* about */
.about_block1{
  max-width: 1199px;
  margin: auto;
  padding-top: 130px;
}
.about_title{
  margin-bottom: 30px;
}
.about_block1 .about_title .title_sm{
  text-align: center;
}
.about_title .title_sm{
  color: #332644;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
.title_lg{
  font-size: 48px;
  color: #282828;
  font-weight: 600;
}
.about_block1 .about_title .title_lg{
  max-width: 750px;
  text-align: center;
  margin: auto;
}
.about_block1 .text_sm{
  text-align: center;
  margin-bottom: 0px;
}
.about_block2{
  max-width: 1720px;
  margin: auto;
  padding: 100px 0px;
}
.about_block3{
  max-width: 1420px;
  margin: auto;
  padding-bottom: 130px;
  align-items: center;
  overflow: hidden;
}
.a_b3_right{
  padding-left: 50px;
}
@media(max-width: 1499px){
  .about_title{
    margin-bottom: 20px;
  }
  .title_lg{
    font-size: 42px;
  }
  .about_block2{
    padding: 80px 0px;
  }
  .a_b3_right{
    padding-left: 30px;
  }
}
@media(max-width: 1299px){
  .about_block1{
    padding-top: 100px;
  }
  .title_lg{
    font-size: 38px;
  }
  .about_block2{
    padding: 65px 0px;
  }
  .about_block3{
    padding-bottom: 100px;
  }
  .a_b3_right{
    padding-left: 15px;
  }
}
@media(max-width: 1199px){
  .about_block1{
    padding-top: 80px;
  }
  .title_lg{
    font-size: 32px;
  }
  .about_block1 .about_title .title_lg{
    max-width: 650px;
  }
  .about_block2{
    padding: 50px 0px;
  }
  .about_block3{
    padding-bottom: 80px;
  }
}
@media(max-width: 1099px){
  .about_block1{
    padding-top: 65px;
  }
  .about_title{
    margin-bottom: 15px;
  }
  .title_lg{
    font-size: 28px;
  }
  .about_block1 .about_title .title_lg{
    max-width: 600px;
  }
  .about_block2{
    padding: 30px 0px;
  }
  .about_block3{
    padding-bottom: 65px;
  }
}
@media(max-width: 991px){
  .about_block1{
    padding-top: 50px;
  }
  .title_lg{
    font-size: 24px;
  }
  .about_block1 .about_title .title_lg{
    max-width: 500px;
  }
  .about_block3{
    padding-bottom: 50px;
  }
  .a_b3_right{
    padding-left: 0px;
  }
}
@media(max-width: 767px){
  .about_block1 .about_title .title_sm{
    text-align: left;
  }
  .about_block1 .about_title .title_lg{
    text-align: left;
    max-width: 100%;
  }
  .about_block1 .text_sm{
    text-align: left;
  }
}
@media(max-width: 575px){
  .about_block1{
    padding-top: 30px;
  }
  .about_title{
    margin-bottom: 10px;
  }
  .title_lg{
    font-size: 20px;
  }
  .about_block2{
    padding: 15px 0px;
  }
  .about_block3{
    padding-bottom: 30px;
  }
}

/* news */
.inner_block1{
  max-width: 1420px;
  margin: auto;
  padding: 130px 0px;
}
.inner_block2{
  max-width: 1420px;
  margin: auto;
}
.hr_tabarea{
  border-bottom: solid 1px #d9d9d9;
  margin: auto;
}
.hr_tabarea .nav-item .nav-link{
  font-size: 18px;
  color: #282828;
  font-weight: 500;
  border-bottom: solid 2px transparent;
  text-align: center;
  margin-bottom: -1px;
  padding: 6px 0px;
}
.hr_tabarea .nav-item .active{
  color: #332644;
  border-bottom: solid 2px #332644;
}
.n_inner_list{
  margin-top: 65px;
}
.page_area{
  text-align: center;
  margin-top: 65px;
}
.hr_page{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #d9d9d9;
  padding: 5px;
  border-radius: 30px;
}
.page_btn{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #332644;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.page_arrow{
  width: 12px;
}
.page_number{
  font-size: 18px;
  color: #282828;
  margin: 0px 40px;
}
.page_all::before{
  content: "/";
  margin: 0px 5px;
}
.seo_block{
  padding: 50px;
  background-color: #f5f5f9;
  margin-top: 50px;
}
.seo_block .text_sm{
  margin-bottom: 0px;
}
@media(max-width: 1499px){
  .n_inner_list{
    margin-top: 50px;
  }
  .page_btn{
    width: 40px;
    height: 40px;
  }
  .page_arrow{
    width: 10px;
  }
  .page_area{
    margin-top: 50px;
  }
}
@media(max-width: 1299px){
  .inner_block1{
    padding: 100px 0px;
  }
  .hr_tabarea .nav-item .nav-link{
    font-size: 16px;
  }
  .n_inner_list{
    margin-top: 30px;
  }
  .page_btn{
    width: 35px;
    height: 35px;
  }
  .page_number{
    font-size: 16px;
    margin: 0px 30px;
  }
  .page_area{
    margin-top: 30px;
  }
  .seo_block{
    padding: 30px;
    margin-top: 30px;
  }
}
@media(max-width: 1199px){
  .inner_block1{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .inner_block1{
    padding: 65px 0px;
  }
  .page_btn{
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 991px){
  .inner_block1{
    padding: 50px 0px;
  }
  .hr_tabarea .nav-item .nav-link{
    font-size: 14px;
  }
  .page_number{
    font-size: 14px;
    margin: 0px 20px;
  }
  .page_all::before{
    content: "/";
    margin: 0px 3px;
  }
  .page_area{
    margin-top: 15px;
  }
  .seo_block{
    padding: 15px;
    margin-top: 24px;
  }
}
@media(max-width: 575px){
  .page_arrow{
    width: 8px;
  }
  .page_btn{
    width: 25px;
    height: 25px;
  }
}
@media(max-width: 450px){
  .hr_page{
    padding: 3px;
  }
  .page_arrow{
    width: 6px;
  }
  .page_btn{
    width: 23px;
    height: 23px;
  }
}
@media(max-width: 390px){
  .page_btn{
    width: 20px;
    height: 20px;
  }
}

/* news_detail */
.inner_banner2{
  background-color: #f5f5f9;
}
.inner_bn_area2{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px 65px 0px;
  align-items: center;
}
.n_det_date{
  font-size: 20px;
  color: #332644;
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 20px;
}
.news_inner{
  max-width: 1420px;
  margin: auto;
  color: #282828;
  padding: 130px 0px;
}
.ndet_editor{
  padding-bottom: 50px;
  font-size: 18px;
  border-bottom: solid 1px #d9d9d9;
}
ul li::marker{
  color: #332644;
}
.news_inner .ndet_bt{
  margin-top: 65px;
}
.ndet_bt{
  text-align: center;
}
@media(max-width: 1299px){
  .inner_bn_area2{
    padding: 120px 0px 35px 0px;
  }
  .n_det_date{
    font-size: 18px;
    margin-top: 15px;
  }
  .news_inner{
    padding: 100px 0px;
  }
  .ndet_editor{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .news_inner{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .news_inner{
    padding: 65px 0px;
  }
  .ndet_editor{
    padding-bottom: 30px;
  }
  .news_inner .ndet_bt{
    margin-top: 50px;
  }
}
@media(max-width: 991px){
  .inner_bn_area2{
    padding: 100px 0px 30px 0px;
  }
  .n_det_date{
    font-size: 16px;
    margin-top: 10px;
  }
  .news_inner{
    padding: 50px 0px;
  }
  .ndet_editor{
    font-size: 14px;
  }
  .ndet_editor{
    padding-bottom: 15px;
  }
  .news_inner .ndet_bt{
    margin-top: 30px;
  }
}
@media(max-width: 767px){
  .inner_bn_area2{
    padding: 80px 0px 30px 0px;
  }
}
@media(max-width: 575px){
  .n_det_date{
    font-size: 14px;
    margin-top: 0px;
  }
}

/* product */
.plist_inner{
  align-items: center;
  padding-right: 24px;
}
.plist_item{
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px transparent;
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(.22,.61,.36,1);
}
.plist_item::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #332644;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.plist_item:hover{
  box-shadow: none;
  border: solid 1px #332644;
}
.plist_item:hover .arrow_block{
  border: solid 1px #332644;
  background-color: #332644;
}
.plist_item:hover .arrow_block::after{
  content: "";
  background: url('../image/right_arrow.svg');
}
@media(max-width: 991px){
  .plist_inner{
    padding-right: 0px;
  }
  .plist_txt{
    padding: 20px;
  }
}

/* product_detail */
.inner_bn_area3{
  max-width: 1420px;
  margin: auto;
  padding-top: 150px;
  align-items: center;
}
.inner_bn_area3 .hr_tabarea{
  padding-top: 65px;
}
.inner_bn_area3 .hr_tabarea .nav-link:hover{
  color: #332644;
  border-bottom: solid 2px #332644;
}
.inner_bn_area3 .hr_tabarea .nav-link:focus{
  color: #332644;
  border-bottom: solid 2px #332644;
}
.pdet_left{
  padding-right: 15px;
}
.spec_table{
  font-size: 18px;
  margin-top: 30px;
}
.spec_table tr{
  border-bottom: solid 1px #d9d9d9;
}
.spec_table tr:nth-child(1){
  border-top: solid 1px #d9d9d9;
}
.spec_table tr th{
  vertical-align: baseline;
  padding: 6px 0px;
  width: 30%;
}
.spec_table tr td{
  vertical-align: baseline;
  padding: 6px 0px;
  width: 70%;
}
.pdet_left .hr_btn_d{
  margin-top: 30px;
}
/* Dots */
.pdet_pic_slick .slick-dots{
  padding: 0px 8px;
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  bottom: -20px;
}
.pdet_pic_slick .slick-dotted.slick-slider{
  margin-bottom: 0px;
}
.pdet_pic_slick .slick-dots li{
  width: 10px;
  height: 10px;
}
.pdet_pic_slick .slick-dots li button{
  padding: 0px;
  width: 10px;
  height: 10px;
}
.pdet_pic_slick .slick-dots li button:before{
  font-size: 6px;
  opacity: 1;
  width: 10px;
  height: 10px;
  color: transparent;
  border: solid 1px #332644;
  border-radius: 100%;
}
.pdet_pic_slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: transparent;
  border: solid 1px #332644;
  background-color: #332644;
}
.pdet_block{
  max-width: 1420px;
  margin: auto;
  padding-bottom: 130px;
}
.pdet_inner{
  padding: 65px 0px;
  border-bottom: solid 1px #d9d9d9;
}
.pdet_inner_box{
  scroll-margin-top: 90px;
  font-size: 18px;
}
.pdet_inner_box .title_sm{
  border-bottom: solid 1px #332644;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.pdet_block .ndet_bt{
  margin-top: 65px;
}
.pdet_inner_box .title_sm{
  color: #332644;
  font-weight: 600;
}
@media(max-width: 1499px){
  .pdet_left{
    padding-right: 10px;
  }
  .spec_table{
    margin-top: 20px;
  }
  .spec_table tr th{
    padding: 5px 0px;
  }
  .spec_table tr td{
    padding: 5px 0px;
  }
  .pdet_left .hr_btn_d{
    margin-top: 20px;
  }
  .pdet_pic_slick .slick-dots li{
    width: 8px;
    height: 8px;
  }
  .pdet_pic_slick .slick-dots li button{
    width: 8px;
    height: 8px;
  }
  .pdet_pic_slick .slick-dots li button:before{
    font-size: 4px;
    width: 8px;
    height: 8px;
  }
}
@media(max-width: 1299px){
  .inner_bn_area3{
    padding-top: 120px;
  }
  .inner_bn_area3 .hr_tabarea{
    padding-top: 35px;
  }
  .pdet_left{
    padding-right: 0px;
  }
  .spec_table{
    font-size: 16px;
    margin-top: 15px;
  }
  .spec_table tr th{
    padding: 3px 0px;
  }
  .spec_table tr td{
    padding: 3px 0px;
  }
  .pdet_inner_box{
    font-size: 16px;
  }
  .pdet_left .hr_btn_d{
    margin-top: 15px;
  }
  .pdet_block{
    padding-bottom: 100px;
  }
}
@media(max-width: 1199px){
  .pdet_block{
    padding-bottom: 80px;
  }
}
@media(max-width: 1099px){
  .pdet_block{
    padding-bottom: 65px;
  }
  .pdet_inner{
    padding: 50px 0px;
  }
  .pdet_block .ndet_bt{
    margin-top: 50px;
  }
}
@media(max-width: 991px){
  .inner_bn_area3{
    padding-top: 100px;
  }
  .inner_bn_area3 .hr_tabarea{
    padding-top: 30px;
  }
  .spec_table{
    font-size: 14px;
  }
  .spec_table tr th{
    padding: 2px 0px;
  }
  .spec_table tr td{
    padding: 2px 0px;
  }
  .pdet_block{
    padding-bottom: 50px;
  }
  .pdet_inner_box{
    font-size: 14px;
  }
  .pdet_inner{
    padding: 30px 0px;
  }
  .pdet_block .ndet_bt{
    margin-top: 30px;
  }
}
@media(max-width: 767px){
  .inner_bn_area3{
    padding-top: 80px;
  }
  .pdet_left{
    margin-bottom: 30px;
  }
}
@media(max-width: 575px){
  .pdet_pic_slick .slick-dots{
    padding: 0px 4px;
    bottom: -15px;
  }
  .pdet_pic_slick .slick-dots li{
    width: 6px;
    height: 6px;
  }
  .pdet_pic_slick .slick-dots li button{
    width: 6px;
    height: 6px;
  }
  .pdet_pic_slick .slick-dots li button:before{
    width: 6px;
    height: 6px;
  }
  .pdet_left{
    margin-bottom: 20px;
  }
  .pdet_inner_box .title_sm{
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
}

/* catalog */
.catalog_item{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
}
.catalog_pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
  border-radius: 5px;
}
.catalog_pic img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.catalog_bt{
  padding: 30px;
  text-align: center;
}
.catalog_bt .hr_btn_d{
  margin-top: 15px;
  width: 100%;
}
.catalog_bt .hr_btn_d .btn_inner{
  justify-content: flex-end;
}
.down_icon{
  width: 16px;
  height: 16px;
}
.hr_btn_d:hover .btn_arrow .down_icon{
  animation: downMove 0.6s ease;
}
@keyframes downMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(120%);
    opacity: 0;
  }
  41% {
    transform: translateY(-120%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c_title{
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 24px;
}
@media(max-width: 1299px){
  .down_icon{
    width: 14px;
    height: 14px;
  }
  .catalog_bt{
    padding: 20px;
  }
  .catalog_bt .hr_btn_d{
    margin-top: 10px;
  }
}
@media(max-width: 1199px){
  .catalog_bt{
    padding: 15px;
  }
  .down_icon{
    width: 12px;
    height: 12px;
  }
}
@media(max-width: 1099px){
  .c_title{
    height: 22px;
  }
}
@media(max-width: 991px){
  .c_title{
    height: 20px;
  }
}
@media(max-width: 575px){
  .down_icon{
    width: 10px;
    height: 10px;
  }
}

/* contact */
.inner_bn_area4{
  max-width: 1420px;
  margin: auto;
  padding: 150px 0px 400px 0px;
  align-items: center;
}
.inquiry_area{
  margin-top: 30px;
}
.inquiry_area .title_sm{
  color: #332644;
  margin-bottom: 15px;
}
.inq_item{
  border-bottom: solid 1px #d9d9d9;
  padding: 12px 0px;
}
.inq_item:nth-child(1){
  border-top: solid 1px #d9d9d9;
}
.inq_p_block{
  display: flex;
  align-items: center;
}
.inq_pic{
  width: 150px;
  flex-shrink: 0;
}
.inq_title{
  font-size: 18px;
  color: #282828;
  text-decoration: none;
  font-weight: 500;
  margin-left: 15px;
}
.inq_title:hover{
  color: #332644;
}
.inq_btn_block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.qty{
  display: flex;
  align-items: center;
}
.count_btn{
  width: 30px;
  height: 30px;
  background-color: #282828;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.qty_count{
  width: 50px;
  text-align: center;
  border: none;
}
.inq_delete{
  padding: 6px 25px;
  margin-left: 15px;
  color: #fff;
  background-color: #332644;
  border: none;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}
.inq_delete:hover{
  background-color: #282828;
}
.contact_block{
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 100px;
  margin-top: -330px;
}
.contact_block .title_sm{
  color: #282828;
}
.contact_form{
  align-items: center;
}
.form_item{
  align-items: center;
}
.hr_label{
  font-size: 18px;
}
.hr_input{
  height: 60px;
  border: solid 1px #d9d9d9;
  background-color: #f5f5f9;
  font-size: 18px;
}
.hr_input:focus{
  border: solid 1px #d9d9d9;
  background-color: #f5f5f9;
  box-shadow: 0 0 0 .25rem rgba(51,38,68,.25);
}
.hr_textarea{
  height: 130px;
  border: solid 1px #d9d9d9;
  background-color: #f5f5f9;
  font-size: 18px;
}
.send_btn{
  text-align: right;
}
.contact_bt_area{
  padding: 130px 0px;
}
.c_bt_block{
  background-color: #332644;
  padding: 30px;
  height: 100%;
}
.c_info_block{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.c_info{
  width: 30px;
}
.c_info_title{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.c_info_text{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.c_bt_block a:hover{
  color: #fff;
  opacity: 0.6;
}
@media(max-width: 1499px){
  .inner_bn_area4{
    padding: 150px 0px 360px 0px;
  }
  .contact_block{
    margin-top: -300px;
    padding: 65px;
  }
}
@media(max-width: 1299px){
  .inner_bn_area4{
    padding: 120px 0px 340px 0px;
  }
  .contact_block{
    margin-top: -280px;
    padding: 50px;
  }
  .inq_pic{
    width: 130px;
  }
  .inq_title{
    font-size: 16px;
    margin-left: 10px;
  }
  .hr_label{
    font-size: 16px;
  }
  .hr_input{
    height: 55px;
    font-size: 16px;
  }
  .hr_textarea{
    height: 100px;
    font-size: 16px;
  }
  .contact_bt_area{
    padding: 100px 0px;
  }
  .c_bt_block{
    padding: 24px;
  }
  .c_info_block{
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
  }
  .c_info{
    width: 25px;
  }
  .c_info_title{
    font-size: 16px;
  }
  .c_info_text{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .contact_bt_area{
    padding: 80px 0px;
  }
}
@media(max-width: 1099px){
  .inner_bn_area4{
    padding: 120px 0px 300px 0px;
  }
  .contact_block{
    margin-top: -250px;
    padding: 24px;
  }
  .hr_input{
    height: 50px;
  }
  .contact_bt_area{
    padding: 65px 0px;
  }
  .c_bt_block{
    padding: 20px;
  }
  .c_info_block{
    width: 50px;
    height: 50px;
  }
  .c_info{
    width: 23px;
  }
}
@media(max-width: 991px){
  .inner_bn_area4{
    padding: 100px 0px 250px 0px;
  }
  .inq_pic{
    width: 100px;
  }
  .inq_title{
    font-size: 14px;
  }
  .count_btn{
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .qty_count{
    width: 45px;
    font-size: 14px;
  }
  .inq_delete{
    padding: 5px 20px;
    margin-left: 10px;
    font-size: 14px;
  }
  .contact_block{
    margin-top: -220px;
  }
  .hr_label{
    font-size: 14px;
  }
  .hr_input{
    height: 45px;
    font-size: 14px;
  }
  .hr_textarea{
    height: 80px;
    font-size: 14px;
  }
  .contact_bt_area{
    padding: 50px 0px;
  }
  .c_info_block{
    width: 45px;
    height: 45px;
  }
  .c_info{
    width: 20px;
  }
  .c_info_title{
    font-size: 14px;
  }
  .c_info_text{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .inner_bn_area4{
    padding: 80px 0px 250px 0px;
  }
  .inq_pic{
    width: 80px;
  }
  .qty_count{
    width: 40px;
  }
  .inq_delete{
    padding: 4px 15px;
  }
  .c_bt_block{
    padding: 12px;
  }
  .c_info_block{
    width: 40px;
    height: 40px;
  }
  .c_info{
    width: 18px;
  }
}
@media(max-width: 575px){
  .inq_btn_block{
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .count_btn{
    width: 23px;
    height: 23px;
    font-size: 12px;
  }
  .qty_count{
    width: 30px;
  }
  .inq_delete{
    padding: 2px 16px;
    margin-top: 5px;
  }
  .inq_title{
    margin-left: 5px;
  }
  .send_btn{
    text-align: left;
  }
}
@media(max-width: 390px){
  .inq_pic{
    width: 65px;
  }
  .count_btn{
    width: 22px;
    height: 22px;
  }
  .qty_count{
    width: 25px;
  }
  .inq_delete{
    padding: 2px 13px;
    margin-top: 3px;
  }
}

/* cookie */
.privacyBox{
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 1.5;
  padding: 15px 24px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  z-index: 999;
  width: 100%;
}
.privacyBox .cookie_block{
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 800px;
  font-size: 14px;
  font-weight: 300;
}
.privacyBox .cookie_block p{
  margin-bottom: 0px;
  padding-right: 15px;
}
.privacyBox a{
  color: #f5f5f9;
}
.privacyBox .closePrivacy{
  white-space:nowrap;
  cursor: pointer;
}
.closePrivacy{
  background-color: #332644;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.closePrivacy:hover{
  background-color: #332644;
}
@media(max-width: 450px){
  .privacyBox{
    padding: 15px 25px;
  }
  .privacyBox .cookie_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 12px;
    text-align: center;
  }
  .privacyBox .closePrivacy{
    margin-top: 10px;
  }
  .privacyBox .cookie_block p{
    padding-right: 0px;
  }
}

/* privacy */
.privacy_cname{
  color: #332644;
}

/* 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: #332644;
  margin-bottom: 10px;
  font-weight: 700;
}
.submit_text{
  font-size: 18px;
  color: #282828;
  margin-bottom: 0px;
}
.submit_back{
  margin-top: 30px;
}
.submit_back .dfk_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: #332644;
  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;
  }
}

form .algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}