﻿/* header */
header{
  position: relative;
  z-index: 99;
}
.header-box{
  width: 90%;
  margin-left:auto ;
  margin-right:auto ;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-menu-block {
  display: flex;
  justify-content: space-between;

}
.header-menu-block .logo{
  width:4.375rem;
  flex-shrink: 0;
  margin-right: 30px;
  align-self: center;
}
.lan-btn-box,
.login-btn-box{
  margin-right: 20px;
}
.login-btn-box{
  width: 32px;
}
.member-hello{
  margin-right: 10px;
}
.lan-btn-box a{
  min-width: 80px;
  padding-left: 5px;
  padding-right: 5px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  text-align: center;
}
.header-top{
  display: flex;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 0;
}
.login-block{
  display: flex;
  align-items: center;

  z-index: 3;

  padding-top:0.3125rem ;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #DDDDDD;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.login-list{
  position: relative;
  margin-right: 1.875rem;
  padding-bottom: 0.3125rem;
  display: flex;
}

.logout-list-box{
  position: absolute;
  top: 100%;
  transition: all .5s;
  width: max-content;
  background-color: #FFF;
  display: none;
  padding: 0.3125rem 0;
}
.login-list:hover .logout-list-box{
  display: block;

}
.login-list .logout-box .logout-list{
  display: block;
}
.logout-list{
  padding: 0.3125rem 0.625rem;
  display: block;
  transition: all .5s;
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout-list:hover{
  color: #5BB5F2;
}
.login-list:hover .lan-list-box{
  display: block;
}
.login-list a{
  display: inline-flex; 
  align-items: center;
}
.login-list .icon{
  display: flex;
  margin-right: 0.3125rem;
}
.login-list:last-child{
  margin-right: 0;
}
.login-list .color-blue{
  color: #008ACC;
}
.login-list .color-red{
  color:#CC0000 ;
}
.lan-list-box{
  position: absolute;
  display: none;
  width: 100%;
  background-color: #FFF;
  padding:0.3125rem 0;
  top: 100%;
}
.lan-list{
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 0.3125rem 0.625rem;
  box-sizing: border-box;
  display: block!important;
  transition: all .5s;
}
.lan-list:hover{
  color: #008ACC;
}
.login-list>a:hover{
  text-decoration: underline;
}
.header-menu-box{
  display: inline-flex;
  align-items: center;
}

.header-menu-title{
  display: block;

  cursor: pointer;
}
.header-menu-title .link-icon{
  width:9px;
  display: none;
}
.header-menu-title span{
  padding: 0 0.875rem;
  display: block;
  position: relative;
}
.header-menu-title span::after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #CCCCCC;
}

.menu-list-box li a,
.rwd-menu-list-box li a{
  display: flex;
  align-items: start;
}
.menu-list-box li a span:not(.icon),
.rwd-menu-list-box li a span:not(.icon){
  margin-top: 0.125rem;
}
.menu-list-box .icon,
.rwd-menu-list-box .icon{
  width: 0.5625rem;
  display: block;
  margin-right:0.625rem ;
  flex-shrink: 0;
}
.menu-list{
  width: 25%;
  padding-top:0.625rem ;
  padding-bottom:0.625rem ;
  position: relative;
}
.menu-list:nth-child(4n+1):after{
  content: '';
  width: 400%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #FFF;
}

.menu-list-box li,
.menu-list-title,
.rwd-menu-list-box li{

  padding-right: 1rem;
}

.menu-list-title{
  padding-bottom:  0.3125rem;
  min-height: 1.375rem;
}
.menu-list-title p,
.menu-list-title a{
  font-size: 1.25rem;
  font-weight: bold;
}
.menu-list-title a{
  transition: all .5s;
}
.menu-list-title .link-icon{
  display: none;
}
.rwd-btn-box{
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
}
.rwd-btn-box span{
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color:#888888;
  display: block;
  transition: all .5s;
}
.rwd-btn-box span:nth-child(2),
.rwd-btn-box span:nth-child(3){
  position: absolute;
  left: 0;
}
.rwd-btn-box span:nth-child(2){
  top: 3px;
}
.rwd-btn-box span:nth-child(3){
  bottom: 3px;
}
.rwd-header-btn-box{
  display: none;
}
.rwd-btn-box.active span:nth-child(1){
  transform: scaleX(0);
}
.rwd-btn-box.active span:nth-child(2),
.rwd-btn-box.active span:nth-child(3){
  top: calc(50% - 2px);
  bottom: initial;
  
}
.rwd-btn-box.active span:nth-child(2){
  transform: rotate(45deg);
}
.rwd-btn-box.active span:nth-child(3){
  transform: rotate(-45deg);
}

.w-9{
  width: 0.5625rem;
}
.w-19{
  width: 1.1875rem;
}
.w-23{
  width: 1.4375rem;
}
.w-14{
  width: 0.875rem;
}
.w-18{
  width: 1.125rem;
}
.w-22{
  width: 1.375rem;
}
.w-44{
  width:2.75rem ;
}
.w-200{
  width: 12.5rem;
}
.w-full{
  width: 100%!important;
}
.mb-14{
  margin-bottom:0.875rem ;
}
.mb-10{
  margin-bottom: 0.625rem;
}
.mb-20{
  margin-bottom: 1.25rem;
}
.wp-90{
  width: 90%;
}
.text-line{
  text-decoration: underline;
}



.banner-block{
  margin-bottom:1.25rem!important ;
}
.banner-block .slick-dots{
  bottom:0.625rem;
}
.banner-block .slick-dots li button:before{
  display: none;
}
.banner-block .slick-dots li{
  width: 0.625rem;
  height: 0.625rem;
}
.banner-block .slick-dots li button{
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.2;
}
.banner-block .slick-dots li.slick-active button{
  background-color: #008ACC;
  opacity: 1;
}
.banner-block .slick-dots li{
  margin-left:0.3125rem ;
  margin-right:0.3125rem ;
}
.news-block{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.news-box{
  width: calc((100% - 6.25rem) / 3);
}
.news-box .news-list-box{
  margin-bottom: 0;
}
.news-box:nth-child(2){
  position: relative;
}
.news-box:nth-child(2)::before{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -1.5625rem;
  top: 0;
  background-color: #DCDCDC;
}
.news-box:nth-child(2)::after{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1.5625rem;
  top: 0;
  background-color: #DCDCDC;
}
.news-box .slick-dots{
  width: initial;
  bottom: initial;
  top: -3rem;
  display: inline-block;
  right: 0;
}
.news-class-title{
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.news-date{
  color: #AD1E25;
  font-weight: bold;
}
.news-box .slick-dots li{
  width: 0.625rem;
  height: 0.625rem;
}
.news-box .slick-dots li.slick-active button{
  background-color: #AD1E25;
  border-radius: 50%;
}
.news-box .slick-dots li button:before{
  display: none;
}
.news-box .slick-dots li button{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0 , 0, 0.2);
}
.news-box .slick-dots li{
  margin-left:0.3125rem ;
  margin-right:0.3125rem ;
}
.products-block{
  width: 90%;
  margin-top: 2.5rem;
}
.products-box{
  width: 57%;
  display: flex;
  flex-wrap: wrap;
}
.products-list{
  width: 20%;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}
.products-list-img-box{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.products-list-info{
  padding-top: 4.375rem;
  padding-left:0.3125rem ;
  padding-right: 0.3125rem;
  padding-bottom: 1.5625rem;
  position: relative;
  z-index: 1;
  transition: all .5s;
  height:3.125rem ;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
.products-list-info h2{
  font-size: 1rem;
  text-align: center;
}
.list-img-A,
.list-img-B{
  width: 100%;
  height: 100%;
}
.products-list-img-box >div{
  padding-top:1.5625rem ;
  box-sizing: border-box;
}
.list-img-A{
  transition: all .5s;
  position: absolute;
  top: -100%;
  background: linear-gradient(to bottom,  rgba(133,190,228,1) 0%,rgba(40,134,191,1) 100%);
}
.list-img-B{
  transition: all .5s;
  position: relative;
  top: 0;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
}
.products-list:hover .list-img-A{
  top: 0;
}
.products-list:hover .list-img-B{
  top: 100%;
}
.products-list:hover .products-list-info{
  color: #FFF;
}
.products-form-block{
  width: 41.5%;
  display: flex;
  flex-direction: column;

}
.products-form-class-box{
  width: 100%;
  display: flex;
  align-items: end;
  flex-shrink: 0;

}
.products-form-class{
  width: calc(100% / 3);
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  color: #999999;
  background-color:#EBEBEB ;
  transition: all .5s;
  cursor: pointer;
}
.products-form-class a{
  width: 100%;
  padding: 0.5rem 0.4375rem;
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
}
.products-form-class.active a{
  padding: 0.75rem 0.9375rem;
  background-color: #FFF;
}
.products-form-box{
  height: 100%;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.products-form{
  width: 100%;
  padding: 1.25rem;
  padding-bottom:0.625rem ;
  box-sizing: border-box;
}
.products-form.active{
  display: block;
}
.products-form input::placeholder {
  color: #222;
  font-size: 1rem;
}
.products-form input{
  font-size: 1rem;
}
.products-form .select-box select{
  font-size: 1rem;
}
.products-form .select-box,
.products-form .input-box{
  position: relative;
  background-color:#E8EFF9 ;
  margin-right: 0.625rem;
}

.products-form .select-box select,
.products-form .input-box input{
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0.75rem 0.625rem;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}
.select-arrow{
  width:1.125rem ;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}
.input-submit{
  border: none;
  color: #FFF;
  width: 3.125rem;
  height: 2.5rem;
  cursor: pointer;
  transition: all .5s ;
  position: relative;
  background-color: transparent;
}
.input-submit:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom,  rgba(151,152,147,1) 0%,rgba(113,113,111,1) 100%);
  
}
.input-submit:hover{
  background: #AD1E25;
}

.products-form .text_radio_rwd{
  align-items: center;
  margin-right: 0.625rem;
}
.products-form .text_radio_rwd:last-child{
  margin-right: 0;
}
.products-form .text_radio_rwd input{
  margin: 0;
}
.web-link-box{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top:2.5rem ;
}
.web-link{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right:3.125rem ;
}
.web-link a{
  transition: all .5s;
}
.web-link a:hover{
  color: #CC0000;
}
.web-link:last-child{
  margin-right: 0;
}
.web-link span,
.web-link a{
  display: inline-block;
  vertical-align: middle;
}

.web-link .icon{
  position: absolute;
  top: -0.6875rem;
  right: -1.5rem;
}
footer{
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);

}
.footer-box{
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 3.625rem;
  border-top: 1px dotted #000;
}
.footer-box .copyright,
.footer-box .footer-link-box,
.footer-link-box a{
  display: inline-block;
  vertical-align: middle;
}

.footer-box .copyright{
  margin-right: 2.5rem;
}

.footer-link-box a{
  transition: all .5s;
  color: #7BACD7;
  margin-left:1.25rem ;
  margin-right: 1.25rem;
}
.footer-link-box a:hover{
  color: #AD1E25;
}
.footer-link-box a:last-child{
  margin-right: 0;
}
.chatbot-box{
  position: fixed;
  bottom: 10%;
  right: 1.25rem;
  z-index: 3;
}
.rwd-menu-list-box{
  display: none;
}

@media (max-width: 1440px){

 
  .products-form .select-box,
  .products-form .input-box {
    width: 40%;
  
  }
  .products-box{
    width: 54%;
  }
  .products-form-block{
    width: 44%;
  }
  .products-form-class a{
    font-size: 15px;
  }
  .products-form2-list{
    display: flex;
    align-items: center;
  }
  .products-form2-list .flex-shrink{
    flex-shrink: 0;
  }
  .products-list-info{
    padding-top: 4rem;
    padding-bottom: 0.5625rem;
  }
  .products-form-class.active a{
    padding: 0.75rem 5px;
  }
  .products-form-class a{
    padding: 0.5rem 5px;
  }
}
@media (max-width: 1366px){
  .products-list-info{
    padding-left: 5px;
    padding-right: 5px;
  }

}
@media (max-width: 1280px){

  .footer-box{
    text-align: center;
  }
  .footer-box .copyright{
    margin-right: 0;
  }
}
@media (min-width: 1200px){
  .header-menu:hover .menu-list-box{
    display: flex;
    align-items: stretch;

  }
  .header-menu-block {
    
    align-items: end;
  }
  .list-link{
    min-height: 10rem;
  }
  .menu-list-box{
    display: none;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
    padding-top:0.625rem ;
    padding-bottom:5rem ;
    padding-left:5% ;
    padding-right:5% ;
    box-sizing: border-box;
    align-items: start;
    flex-wrap: wrap;
  }
  .menu-copyright{
    position: absolute;
    right: 5%;
    bottom:1.875rem;
    color: #888888;
  }
  .menu-copyright span{
    font-weight: bold;
    color: #000;
  }
  .menu-list-box li{
    margin-bottom:0.3125rem ;
  }
  .menu-list-box li:last-child{
    margin-bottom: 0;
  }
  .header-menu:last-child .header-menu-title{
    padding-right: 0;
  }
  .header-menu:last-child .header-menu-title span::after{
    display: none;
  }
  .header-menu:last-child .header-menu-title span{
    padding-right: 0;
  }
  .header-menu-title{
    transition: all .5s;
    font-size: 1.25rem;
  }
  .header-menu-title:hover{
    color: #5BB5F2;
  }
  .list-link a
  a.menu-list-title{
    transition: all .5s;
  }
  .list-link a:hover{
    color: #CC0000;
  }
  a.menu-list-title:hover{
    color: #CC0000;
  }
  .rwd-link-all{
    display: none;
  }
  .menu-list-title a:hover{
    color: #CC0000;
  }
  .rwd-menu-list-box{
    display: none!important;
  }
}
@media(min-width: 1200px) and (max-width: 1280px){
  .header-menu-title,
  .news-class-title{
    font-size: 18px;
  }
  .menu-list-title p,
  .menu-list-title a{
    font-size: 16px;
  }
  .products-list-info h2,
  .news-date,
  .login-title,
  .web-link a,
  .footer-box .copyright,
  .footer-link-box a,
  .menu-list-box .list-link,
  .rwd-menu-list-box .list-link{
    font-size: 14px;
  }

  .news-info,
  .products-form,
  .products-form input,
  .products-form .select-box select, 
  .products-form .input-box input,
  .products-form .input-box input::placeholder{
    font-size: 12px;
  }
  .products-form-class a{
    font-size: 14px;
  }
  .input-submit{
    height: 38px;
  }
  .products-list-img-box >div{
    padding-top: 15px;
  }
  .products-list-info{
    height: 35px;
  }
  .menu-list-box .icon,
  .rwd-menu-list-box .icon{
    width: 6px;
  }
  .news-class-title{
    margin-bottom: 10px;
  }
  .products-block,
  .web-link-box,
  .footer-box{
    margin-top: 20px;
  }
  .footer-box{
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header-menu-block .logo{
    width: 60px;
  }
  .header-box{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-form-block{
    width: 44%;
  }
}
@media (max-width: 1199px){
  .rwd-header-btn-box{
    display: flex;
    align-items: center;
  }
  .header-box{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-right-box{
    width: 100%;
    position: absolute;
    top: 100%;
    right: -100%;
    transition: all .5s;
    background-color:#F0F0F0 ;
    align-self: flex-end;
  }
  .header-right-box.show{
    right: 0;
  }
  .login-block{
    display: none;
  }
  .header-menu-box{
    display: block;
  }
  .header-menu-title{
    padding: 32px 30px;
  }
  .header-menu-title span{
    padding: 0;
  }
  .header-menu-title span::after{
    display: none;
  }
  .header-menu-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-menu-title .link-icon{
    display: flex;
  }
  .header-menu-title{
    border-bottom: 1px solid #E8E8E8;
  }
  .menu-list-title .link-icon{
    display: block;
    width: 9px;
  }
  .menu-list-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding: 32px 30px;
    box-sizing: border-box;
    background-color: #F9F9F9;
  }
  .menu-list-box li a,
  .rwd-menu-list-box li a{
    width: 100%;
    padding: 32px 30px;
    background-color: #FFF;
    border-bottom: 1px solid #F9F9F9;
  }
  .menu-list-title p,
  .menu-list-title a{
    font-size: 16px;
  }
  .list-link,
  .menu-list-box{
    display: none;
  }
  .menu-list{
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  .header-menu-title.active{
    background-color:#5BB5F2 ;
    color: #FFF;
  }
  .header-menu-title .link-icon,
  .menu-list-title .link-icon{
    transition: all .5s;
  }
  .header-menu-title.active .link-icon{
    transform: rotate(90deg);
  }
  .header-menu-title.active .link-icon path{
    fill:#FFF!important;
  }
  .menu-list-title{
    position: relative;
  }
  .menu-list-title::before{
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    background-color:#5BB5F2 ;
  }
  .menu-list-title.active::before{
    width: 5px;
   
  }
  .menu-list-title.active .link-icon{
    transform: rotate(90deg);
  }
  .products-box,
  .products-form-block{
    width: 100%;
  }
  .products-box{
    margin-bottom: 30px;
  }
  .rwd-none{
    display: none!important;
  }
  .header-top{
    position: static;
  }
  .member-hello {
    padding: 20px 30px;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    color: #7BACD7;
  }
}
@media (max-width: 1024px){
  .news-block{
    flex-wrap: wrap;
  }
  .news-box{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-box:last-child{
    border-bottom: 0;
  }
  .news-box:nth-child(2)::before,
  .news-box:nth-child(2)::after{
    display: none;
  }
  .products-form-class a{
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
  }
  .products-form-class.active a{
    height: 56px;
    line-height: 56px;
  }
}

@media (max-width: 768px){
  .products-list{
    width: 50%;
  }
  .web-link{
    margin-right: 30px;
  }
  .footer-box .footer-link-box{
    display: none;
  }
  .chatbot-box{
    bottom: 20px;
    right: 10px;
    width: 45px;
  }
}
@media (max-width: 550px){
  .products-form2-list{
    flex-wrap: wrap;

  }
  .products-form .select-box, .products-form .input-box{
    width: 100%;
  }
  .products-form2-list .input-box{
    width: 100%;
    margin-right: 0;
  }
}
.menu-new{
  width: 1.375rem!important;
  vertical-align: top;
  margin-left: 3px;
}

.lock-icon img{
  width: 1rem!important;
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

.cookie-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cookie-box {
    width: 100%;
    padding: 1em 1.8em;
    box-sizing: border-box;
    background-color: rgb(242, 242, 242);
    z-index: 3;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cookie-p {
    font-size: 14px;
}

    .cookie-p a {
        text-decoration: underline;
    }

.cookie-check {
    color: rgb(102, 102, 102);
    border-color: rgb(187, 188, 188);
    background-color: transparent;
    display: block;
    padding: .4em .8em;
    font-size: 1.2em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: all .5s;
}

    .cookie-check:hover {
        background-color: rgb(187, 188, 188);
        color: #FFF;
    }