@charset "utf-8";

*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
  line-height: 1.3;
}
.root_daum_roughmap .cont{
  display: none;
}

/* company */
.page-bg{
  width: 100%;
  background-color: #000;
}
.page-con{
  width: 100%;
  padding: 200px 100px 100px;
}
.company-img{
  display: flex;
  margin-bottom: 50px;
}
.company-img img{
  width: 100%;
}
.company-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.company-box{
  width: 49%;
  color: #fff;
}
.company-box:last-child{
  display: flex;
  flex-direction: column;
}
.company-tit > h3{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.company-tit > p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.company-caption{
  margin-bottom: 2rem;
}
.company-caption:last-child{
  margin-bottom: 0;
}
.company-caption > h5{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.company-caption > h5 > span{
  display: inline-block;
  margin-right: 5px;
  color: #464646;
}
.company-caption > p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.cc-cont{
  margin-bottom: 3rem;
  padding-top: 110px;
}
.cc-img-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cc-img-box{
  width: 32%;
}
.cc-img{
  display: flex;
  padding: 5px;
  border: 1px dotted #fff;
}
.cc-img img{
  width: 100%;
}

/* contact & inquiry */

.contact-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact-box{
  width: 48%;
}
.map-tit{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.map-tit > span{
  display: inline-block;
  margin-right: 5px;
}
.contact-map{
  width: 100%;
  margin-bottom: 2rem;
}
.contact-box > ul > li{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-box > ul > li:last-child{
  margin-bottom: 0;
}
.contact-box > ul > li > span{
  display: inline-block;
  margin-right: 5px;
}
.root_daum_roughmap{
  width: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}

.bs-con{
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.bs-vimeo{
  width: 100%; 
  padding-top: 56.25%; 
  position: absolute; 
  z-index: 1;
}
.bs-vimeo iframe{
  position: absolute; 
  top: -6%; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.bs-wrap{
  width: 100%;
  padding: 0 100px 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
}
.bs-tit{
  width: 50%;
}
.bs-tit > h3{
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.bs-tit > h3::after{
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.bs-tit > h5{
  font-size: 20px;
  font-weight: 100;
}
.bs-cont{
  width: 50%;
  text-align: right;
}
.bs-cont > p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.bs-bg{
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: relative;
}
.bs-bg-wrap{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.bs-bg-tr{
  width: 45%;
}
.bs-bg-box{
  width: 55%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #464646;
}
.bs-bg-con{
  width: 100%;
  padding: 0 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs-bg-tit{
  color: #fff;
}
.bs-bg-tit.mr{
  margin-right: 100px;
}
.bs-bg-tit.ml{
  margin-left: 100px;
}
.bs-bg-tit > h3{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.bs-bg-tit > h5{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.bs-bg-tit > h5::after{
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.bs-bg-tit > p{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.bs-bg-img{
  display: flex;
  width: 100%;
  max-width: 940px;
}
.bs-bg-img img{
  width: 100%;
}

.bs-bg.etc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bs-etc{
  color: #fff;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 100px;
}
.bs-etc > h3{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.bs-etc > p{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.bs-etc > p::after{
  content: "";
  width: 35px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bs-etc > h5{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.bs-info > ul > li{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.bs-info > ul > li:last-child{
  margin-bottom: 0;
}

/* product */
.pd-top{
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pd-img{
  display: flex;
  margin-bottom: 30px;
}
.pd-img img{
  width: 100%;
}
.pd-top .pd-img{
  margin-bottom: 50px;
}
.pd-tit{
  color: #fff;
}
.pd-tit > h3{
  font-size: 30px;
  font-weight: 700;
  display: flex;
  line-height: 1;
  align-items: flex-end;
  margin-bottom: 30px;
}
.pd-tit > h3 > img{
  display: block;
  width: 195px;
  margin-right: 30px;
}
.pd-tit > p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.pd-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.pd-box{
  width: 49%;
}
.pd-caption{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.pd-caption > h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  text-align: center;
}
.pd-caption > h3::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #E60013;
  position: absolute;
  top: 0;
  right: -15px;
  opacity: 0;
  transition: .4s;
}
.pd-caption > p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
.pd-box:hover .pd-caption > h3::after{
  opacity: 1;
}

.pd-btn{
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.pd-btn > a{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 20px 30px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: .4s;
}
.pd-btn > a::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  transition: .3s;
  z-index: -1;
}
.pd-btn > a:hover{
  color: #000;
}
.pd-btn > a:hover::before{
  top: 0;
}

/* media-query */

@media(min-width:1200px){
  .d-lg-block{
    display: block;
  }
  .d-lg-none{
    display: none;
  }

  .ani.up.delay{
		transition: 1.2s opacity 0.2s, 1.2s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1.2s opacity 0.5s, 1.2s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1.2s opacity 0.8s, 1.2s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1.2s opacity 1.0s, 1.2s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1.2s opacity 1.3s, 1.2s transform 1.3s;
	}
}

@media(max-width:1399px){
  .page-con{
    padding: 200px 30px 100px;
  }
  .bs-wrap{
    padding: 0 30px 100px;
  }
  .bs-bg-con{
    padding: 0 30px;
  }
}

@media(max-width:1199px){
  .d-block{
    display: block;
  }
  .d-none{
    display: none;
  }

  .page-con{
    padding: 100px 15px 50px;
  }

  .company-img{
    margin-bottom: 30px;
  }
  .company-wrap{
    flex-direction: column;
  }
  .company-box{
    width: 100%;
  }
  .company-tit > h3{
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .company-tit > p{
    line-height: 1.6;
  }
  .cc-cont{
    margin-bottom: 1.5rem;
    padding-top: 30px;
  }
  .company-caption > h5{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .company-caption > p{
    line-height: 1.4;
  }
  .cc-img-box{
    width: 32.333333%;
  }
  .cc-img{
    padding: 1px;
  }

  .pd-top .pd-img{
    margin-bottom: 30px;
  }
  .pd-tit > h3{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pd-tit > h3 > img{
    width: 130px;
  }
  .pd-tit > p{
    font-size: 14px;
    line-height: 1.6;
  }
  .pd-top{
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .pd-wrap{
    flex-direction: column;
    margin-bottom: 0;
  }
  .pd-box{
    width: 100%;
    margin-bottom: 30px;
  }
  .pd-img{
    margin-bottom: 1rem;
  }
  .pd-caption > h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pd-caption > h3::after{
    width: 6px;
    height: 6px;
    border-radius: 1px;
    right: -10px;
    opacity: 1;
  }
  .pd-caption > p{
    font-size: 14px;
    line-height: 1.4;
  }
  .pd-btn{
    padding-top: 10px;
  }
  .pd-btn > a{
    font-size: 14px;
    padding: 15px 30px;
  }

  .contact-wrap{
    flex-direction: column;
  }
  .contact-box{
    width: 100%;
  }
  .contact-box:first-child{
    margin-bottom: 2rem;
  }
  .map-tit{
    margin-bottom: 1rem;
  }
  .root_daum_roughmap .wrap_map{
    height: 300px !important;
  }
  .contact-map{
    margin-bottom: 1rem;
  }
  .contact-box > ul > li{
    font-size: 14px;
  }

  .bs-vimeo{
    width: 100vw;
    padding-top: 0;
    height: calc(100vh + 3px);
  }
  .bs-vimeo iframe{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.777vh;
    height: calc(100vh + 3px);
  }

  .bs-wrap{
    padding: 0 15px 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .bs-tit{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .bs-cont{
    width: 100%;
    text-align: left;
  }
  .bs-tit > h3{
    font-size: 24px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .bs-tit > h5{
    font-size: 16px;
  }
  .bs-cont > p{
    line-height: 1.6;
  }
  .bs-tit > h3::after{
    width: 80px;
  }

  .bs-bg-con{
    padding: 0 15px;
    flex-direction: column;
  }
  .bs-bg-tr{
    width: 0%;
  }
  .bs-bg-box{
    width: 100%;
  }
  .bs-bg-tit.mr{
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .bs-bg-tit.ml{
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .bs-bg-tit{
    width: 100%;
  }
  .bs-bg-tit > h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .bs-bg-tit > h5{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .bs-bg-tit > p{
    font-size: 16px;
  }
  .bs-etc{
    margin-bottom: 60px;
  }
  .bs-etc > h3{
    font-size: 26px;
    margin-bottom: 10px;
  }
  .bs-etc > p{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .bs-etc > h5{
    font-size: 16px;
  }
  .bs-info > ul > li{
    font-size: 16px;
    margin-bottom: 10px;
  }
  
}
@media(max-width:600px){
  
}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1.2s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}
