@charset "utf-8";

#inc01 .cont_wrap {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 70px;
  border-left: 1px solid #e1e1e1
}
/* title */
#inc01 .tit {
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 1.3;
  color: #222;
  font-family: 'notokr-bold'
}
#inc01 .tit span {
  color: var(--primary)
}
#inc01  .slipbox {
    display: flex;
        justify-content: space-between;
    align-items: flex-start;
    column-gap: 6%;
    margin-top: 90px
}




#inc01 ul {
 width: 40%;
    
}

#inc01 ul li+li {
  margin-top: 20px
}
#inc01 ul li .e_tit {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0;
  font-family: 'Poppins'
}
#inc01 ul li .e_tit span {
  margin-right: 15px;
  font-size: 15px;
  color: var(--primary);
  vertical-align: 3px
}
#inc01 ul li div {
  /*padding: 20px 0 0 30px*/
}
#inc01 .img_area {
/*  position: absolute;
  bottom: -85px;
  right: 0;
  z-index: 1*/
        width: 54%;
}
#inc01 .img_area img {
  width: 100%;
}





@media (max-width: 1200px) {
    #inc01  .slipbox {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 6%;
        margin-top: 30px;
                
    }
    
    #inc01 ul { 
        width: 100%;
        margin-bottom: 100px;
    }
    #inc01 .img_area {
        width: 100%;
    }
}































#inc04 {
  position: relative;
  padding: 100px 60px 100px 60px;
  width: calc(100vw - 120px);
  box-sizing: content-box;
  overflow: hidden;
  background: #f2f2f2 url(../../../images/probg.jpg) repeat center center;
  background-size: contain;
}
#inc04 .tit {
  margin-bottom: 30px;
  text-align: center;
}
#inc04 .tit span {
  font-weight: 500;
  /*opacity: 0.7;*/
}
#inc04 .tit p {
  padding-top: 5px;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1.5;
}
#inc04 .catalog {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}
#inc04 .catalog .catabox {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  font-weight: 600;
  margin-right: 20px;
  border: rgba(18,36,55,1) 1px solid;
  padding: 0 30px;
}
#inc04 .catalog .catabox:nth-child(1) {
  font-weight: 600;
}
#inc04 .catalog .catabox:nth-child(1) {
  color: #fff;
  background: rgba(18,36,55,1);
  padding: 0 30px;
}
#inc04 .slide_wrap {
  position: relative
}
#inc04 .tabs {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 99999999999;
  width: max-content;
  padding: 30px 0;
  border-left: 2px solid #d4d4d4;
}
#inc04 .tabs span {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  padding-left: 48px;
  border-radius: 0;
  font-size: 22px;
  color: #222;
  background: none;
  transition: all .2s;
}
#inc04 .tabs span + span {
  margin-top: 15px
}
#inc04 .tabs span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background: #d4d4d4;
  transition: all .2s
}
#inc04 .tabs span:hover {
  color: #999
}
#inc04 .tabs span.on:before {
  left: -15px;
  width: 55px;
  height: 4px;
  background: var(--primary)
}
#inc04 .next {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  top: -35%;
  right: 20px;
  z-index: 101;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
}
#inc04 .next svg {
  width: 20px;
  height: 20px;
  margin-top: 15px
}
#inc04 .next:hover {
  color: #bf1522
}
#inc04 .swiper-slide {
  border: #d2ddeb 1px solid;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px 30px;
}
#inc04 .swiper-slide .proimg {
  padding: 40px 40px;
  text-align: center;
}
#inc04 .swiper-slide .proimg img {
  height: 240px;
}
#inc04 .img_slide ul li .box .procategorys {
  border-radius: 4px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inc04 .img_slide ul li .box .procategorys .series {
  background: #bdd1e9;
  color: #161e29;
  padding: 5px 19px;
  border-radius: 20px;
  transition: all 1s;
}
#inc04 .img_slide ul li .box .proname {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
#inc04 .img_slide ul li .box .model {
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
}
#inc04 .img_slide ul li .box .titweight {
  font-weight: 600;
}
#inc04 .img_slide ul li .box .feature {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
#inc04 .swiper-slide .featureblock {
  display: flex;
  justify-content: space-between;
}
#inc04 .swiper-slide .datablock {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 15px;
}
#inc04 .swiper-slide .datablock .titweight {
  font-size: 24px;
}
#inc04 .swiper-slide .featureblock .featurebox {
  line-height: 1.6;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#inc04 .img_slide ul li .box .proline {
  width: 100%;
  height: 1px;
  background: rgba(186, 197, 211, 0.35);
  margin-top: 30px;
  margin-bottom: 30px;
}
#inc04 .img_slide ul li .box .specification {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
}
#inc04 .swiper-slide .specificationblock {
  margin-top: 20px;
}
#inc04 .swiper-slide .specificationblock .specificationbox {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
#inc04 .swiper-slide .specificationblock .specificationbox:before {
  content: "";
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 22px;
  margin-top: 5px;
}
#inc04 .swiper-slide .probutton {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}
#inc04 .swiper-slide .probutton .talk {
  border: #363c3c 1px solid;
  color: #363c3c;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#inc04 .swiper-slide .probutton .more {
  background: rgba(18,36,55,1);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#inc04 .allpro svg {
  fill: #fff;
}
#inc04 .allpro {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 4px;
}
#inc04 .img_slide {
  padding: 0 0 40px 0px
}
#inc04 .img_slide ul li {
  width: 100%;
  /*background: rgba(255,255,255,0.2);*/
  background: linear-gradient(to bottom, rgba(192, 203, 217, 0) 30%, #fff 80%);
}
#inc04 .img_slide ul li .img {
  background: #ddd
}
#inc04 .img_slide ul li a {
  padding: 20px 20px;
  display: block;
}
#inc04 .img_slide ul li .box {
  font-size: 15px;
  transition: all .3s
}
#inc04 .img_slide ul li .box .procategory {
  white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 10px;
}
#inc04 .img_slide ul li .box p {
  margin-bottom: 25px;
  font-size: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
#inc04 .img_slide ul li .box div {
  /*white-space: pre-line;*/
  line-height: 1.6;
  /*    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;*/
}
#inc04 .img_slide ul li .box span {
  display: flex;
  position: absolute;
  color: var(--primary);
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all .6s cubic-bezier(0.165, 0.840, 0.440, 1)
}
#inc04 .img_slide ul li .box span svg {
  width: 20px;
  height: 20px;
  margin: auto
}
/*
#inc04 .img_slide ul li.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(0, 0, 0, .2)
}*/
#inc04 .img_slide ul li.on .box .procategorys .series {
  background: #161e29;
  color: #fff;
  padding: 5px 19px;
  border-radius: 20px;
}
#inc04 .img_slide ul li:hover {
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .05)
}
#inc04 .img_slide ul li:hover .box {
  transition: all .3s
}

#inc06 {
  position: relative;
  background: #f0f0f0 url("../../../images/supportbg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 90px 120px 90px;
}
#inc06 .titblock {
  margin-bottom: 80px;
}
#inc06 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
#inc06 .subtit {
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
#inc06 .button {
  padding: 15px 24px;
  background: #dae5f3;
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  color: #2a2f36;
}
#inc06 .button svg {
  fill: #2a2f36;
}
#inc06 .supportblock {
  display: flex;
  justify-content: space-between;
}
#inc06 .supportblock .box {
  width: 25%;
  padding: 0px 40px;
  text-align: center;
}
#inc06 .supportblock .box:nth-child(4) {
  border-right: #d8d8d8 0px solid;
}
#inc06 .supportblock .box:nth-child(1) {
  padding-left: 0px;
}
#inc06 .supportblock .box .boximg {
  margin-bottom: 20px;
}
#inc06 .supportblock .box .boximg img {
  height: 60px;
}
#inc06 .supportblock .box .title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
#inc06 .supportblock .box .title svg {
  fill: #bf1522;
  width: 18px;
  height: 18px;
}
#inc06 .supportblock .box .content {
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
#inc09 {
  position: relative;
  background: #f0f0f0 url("../../../images/panorama.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 90px 120px 90px;
  height: 1000px;
        display: flex;
    align-items: center;
    justify-content: center;
}
#inc09 .vrbox {
  display: block;
}
#inc09 .vrbox .vrtxt {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
        text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#inc09 .vrbox .vrtitle {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#inc09 .vrbox .vrcontent {
  font-size: 16px;
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}
#inc09 .vrbox .vrimg {
  font-size: 16px;
  text-align: center;
}

#inc09 .vrbox .vrimg svg{
  fill:#fff;
}

#inc09 .vrbox .vrbutton {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.homebox04 {
  position: relative;
  background: #f2f2f2;
}
.homebox04 .hd {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
  margin-left: 50px;
}
.homebox04 .hd .nam {
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(22, 29, 39);
  font-weight: 800;
  margin-top: 10px;
  text-align: left;
}
.homebox04 .hd .txt {
  font-size: var(--fsize-txt);
  color: var(--color-9)
}
.homebox04 .hb04bg {
  position: relative
}
.homebox04 .hb04bg .swiper-slide {
  height: 820px
}
@media (max-width: 800px) {
  .homebox04 .hb04bg .swiper-slide {
    height: 80vw
  }
}
.homebox04 .hb04bg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.homebox04 .hb04bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2
}
.homebox04 .hb04ma {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.homebox04 .hb04ma .swiper-button-prev {
  z-index: 3;
  left: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5)
}
.homebox04 .hb04ma .swiper-button-prev:hover {
  background: var(--color-main)
}
.homebox04 .hb04ma .swiper-button-next {
  z-index: 3;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5)
}
.homebox04 .hb04ma .swiper-button-next:hover {
  background: var(--color-main)
}
.homebox04 .hb04ma .swiper-slide a.box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 70px 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  border-right: 1px solid rgba(246, 242, 243, 0.4)
}
.homebox04 .hb04ma .swiper-slide a.box .con {
  /*transform: translateY(-420px)
	position:relative;
	top:-480px;*/
  transform: translateY(0px)
}
.homebox04 .hb04ma .swiper-slide a.box .con .nam {
  color: #fff;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.homebox04 .hb04ma .swiper-slide a.box .con .adtxt {
  color: #ccc;
  text-align: left;
  margin-bottom: 50px;
  opacity: 0;
  transition: transform .25s;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}
.homebox04 .hb04ma .swiper-slide:hover a.box .con .adtxt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  font-size: 15px;
}
.homebox04 .hb04ma .swiper-slide a.box .con .namen {
  color: #fff;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .homebox04 .hb04ma .swiper-slide a.box .con .nam {
    font-size: var(--fsize-large);
    margin-bottom: 6vw
  }
}
.homebox04 .hb04ma .swiper-slide a.box .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0.5;
  position: relative;
  top: 630px;
}
.homebox04 .hb04ma .swiper-slide:hover a.box .btn {
  opacity: 1;
  top: 630px;
}
.homebox04 .hb04ma .swiper-slide a.box .btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #ff5801;
  border-radius: 50px;
  border: 2px solid #ff5801;
  font-size: 13px;
  font-weight: 900;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.homebox04 .hb04ma .swiper-slide:hover a.box {
  background: rgba(0, 0, 0, 0.5)
}
.homebox04 .hb04ma .swiper-slide:hover a.box .con {
  /*transform: translateY(-340px);
	-webkit-transition: all .3s;
    transition: all .3s;*/
  top: -400px;
}