﻿@charset "utf-8";
/*css document*/
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
body {
	font-family: 'Pretendard';
}

/* 메인페이지 */
.mCont01_2{
	padding-top:80px;
  background-color: #dff1f5;
  background-image: url(../images/main/img_con2_1bg.png);
  background-position: top center;
  min-width: 1160px;

}
.mCont01_2 .inner{display: flex;
    align-items: center;
    justify-content: space-between;}
.inner {
  width: 1160px;
  margin: 0 auto;

}
.mCont01_2 h3{
  font-size: 58px;
  color: #fff;
  padding-bottom: 60px;
}
.mCont01_2 h3 span {
    margin-top: 6px;
    display: inline-block;
}

.mCont01_2 .con{
  /*padding-left: 630px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background: url(../images/main/img_con1.png) no-repeat 100%; */}
.mCont01_2 .con img{
  display: block;
  height: 84px;
}
.mCont01_2 .con p{
  font-size: 28px;
  padding: 20px 0 55px;
}
.mCont01_2 .con p span{
  font-size: 24px;
}
.mCont01_2 .con a{
  display: block;
  /*background-color: #3b4ba7;font-size: 16px;height: 40px;line-height: 40px;*/
  font-weight:600;
  color: #fff;
  font-size: 30px;
  width: 140px;
  
  text-align: center;
  border-radius: 25px;
}
.mCont01_2 .con a span{margin-left: 10px;
    width: 20px;
    position: absolute;
    text-indent: -9999px;
    height: 35px;}
.mCont01_2 .con a span:before{position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    top: calc(50% - 10px);
    right: 8px;
    transform: rotate(90deg);
    transition: all 0.3s;
    display: block;
    background-color: #fff;}
.mCont01_2 .con a:hover span:before{display: block; background-color: #fff;width: 4px; height: 20px; transform:rotate(540deg);}
.mCont01_2 .con a span:after{
    position: absolute;
    content: '';
    display: block;
    background-color: #fff;
    width: 20px;
    height: 4px;
    top: calc(50% - 2px);
    right: 0px;
    transition: all 0.3s;}

.mCont01_2 .ex_box::after{
  content: '';
  display: block;
  clear: both;
}
.mCont01_2 .ex_box{
  padding-bottom: 80px ;
}
.mCont01_2 .ex_box li{
  position: relative;
  /*float: left; box-shadow: 3px 0px 13px #a9cad299;*/
  box-sizing: border-box;
  width: 360px;
  height: 130px;
  font-size: 20px;
  color: #3f3f3f;
  background-color: #fff;
  padding-left: 150px;
  border-radius: 8px;
 
  background-repeat: no-repeat;
  background-position: 40px center;
}
	.mCont01_2 .ex_box li:nth-child(1) {
		background-image: url(../images/main/img_li1.png);
	}
	.mCont01_2 .ex_box li:nth-child(2) {
		background-image: url(../images/main/img_li2.png);
	}
	.mCont01_2 .ex_box li:nth-child(3) {
		background-image: url(../images/main/img_li3.png);
	}
.mCont01_2 .ex_box li{
  margin-bottom: 20px;
}
.mCont01_2 .ex_box li:last-child{
  margin-right: 0px;
}
.mCont01_2 .ex_box li div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}


/* 서브페이지 */


#nextgen .npasq_prod01 {
	/*background-image: url(../images/subimg/bg_lab_prod01.png);background-repeat: repeat-x;
	background-position: top center;
	min-width: 1160px;*/
	background:url(../images/subimg/bg_lab_prod01.png)no-repeat 100% /contain ,linear-gradient(0deg, rgba(0, 192, 250, .2) 0%, rgba(1, 94, 234, 0.1) 100%);
	height: 720px;
}

#nextgen .npasq_prod01 .inner{
  padding-top: 110px;
}
#nextgen .npasq_prod01 .inner .txt{
  width: 630px;
  font-size: 18px;
  padding: 25px 0 40px;
  line-height: 1.8;
}
#nextgen .npasq_prod01 .inner .txt li p{font-size: 24px;font-weight: 800;}

#nextgen .npasq_prod01 h4{
display:inline-block;
  /*width: 510px;  color: #e6744d ;*/
  font-weight: 800;
 
  font-size: 28px;
  position: relative;
}
#nextgen .npasq_prod01 h4 span{color:#1BC3DA; }
#nextgen .npasq_prod01 h4 span:before {
    border-radius: 100px;
    background: #ddd;
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    z-index: -1;
}
	#nextgen .npasq_prod01 h4::before {
		position: absolute;
		left: -42px;
		top: -12px;
		content: "";
		display: block;
		width: 31px;
		height: 24px;
		background-image: url(../images/subimg/bg_qmark1.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}
	#nextgen .npasq_prod01 h4::after {
		position: absolute;
		right: -42px;
		top: -12px;
		content: "";
		display: block;
		width: 31px;
		height: 24px;
		background-image: url(../images/subimg/bg_qmark2.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
	}


#nextgen .npasq_prod02 h3{
width: 444px;
margin: 0 auto;
margin-top: 80px;
}
#nextgen .npasq_prod02 .prod02_li {
	padding: 80px 0 100px 580px;
	background-image: url(../images/subimg/bg_lab_prod02.png);
	background-repeat: no-repeat;
	background-position: 0 130px;
}
#nextgen .npasq_prod02 li{
  font-size: 20px;
  padding-bottom: 20px;
  color: #333;
  line-height: 1.5;
}
#nextgen .npasq_prod02 li p{background:#1BC3DA; color: #fff; width: 150px; height:45px;
line-height: 45px; text-align: center; width: 150px;}

/*#nextgen .npasq_prod02 li::before {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		background-image: url(../images/subimg/bg_li_brfore.png);
		background-size: 14px;
		background-position: center center;
		margin-right: 10px;
	}*/	


#nextgen .npasq_prod03{
  overflow: hidden;
  background-color: #ebeff2 ;
  height: 920px;
}
#nextgen .npasq_prod03 h3{
  text-align: center;
  padding: 75px 0 100px;
}
#nextgen .npasq_prod03 .pro_slide .sd_inner{
  
  position: relative;
    width: 650px !important;
    height: 510px;
    background-color: #fff;
    padding: 140px 50px 70px;
    box-sizing: border-box;
    border-radius: 3px 3px 40px 3px;
    border: 1px solid #1bc3da;
    box-shadow: 0px 0px 17px 0px #e2e2e2;
    background-repeat: no-repeat;
    background-position: right top;
    /* margin: 0 20px; */
    background-position: 190% 50%;
    background-size: 500px;
  
}

.swiper-slide:nth-child(1n) {
  width:650px;
}
/* .slick-slider {
  margin:0 -15px;
}
.slick-slide {
  padding:10px;
  background-color:red;
  text-align:center;
  margin-right:15px;
  margin-left:15px;
} */
/* .slcon{
  width: 650px;
  margin: 0 40px;
} */

#nextgen .npasq_prod03 .pro_slide .sd1 .sd_inner {
	background: url(../images/subimg/img_subli_1.png)no-repeat 190% 50% / 500px, linear-gradient(270deg, #1bc3da, #1bc3da5c,#ffffff87,#ffffff2e,#fff);
}
#nextgen .npasq_prod03 .pro_slide .sd2 .sd_inner {
	background: url(../images/subimg/img_subli_2.png)no-repeat 190% 50% / 500px, linear-gradient(270deg, #1bc3da, #1bc3da5c,#ffffff87,#ffffff2e,#fff);
}
#nextgen .npasq_prod03 .pro_slide .sd3 .sd_inner {
	background: url(../images/subimg/img_subli_3.png)no-repeat 190% 50% / 500px, linear-gradient(270deg, #1bc3da, #1bc3da5c,#ffffff87,#ffffff2e,#fff);
}
#nextgen .npasq_prod03 .pro_slide .sd4 .sd_inner {
	background: url(../images/subimg/img_subli_4.png)no-repeat 190% 50% / 500px, linear-gradient(270deg, #1bc3da, #1bc3da5c,#ffffff87,#ffffff2e,#fff);
}
#nextgen .npasq_prod03 .pro_slide .sd5 .sd_inner {
	background-image: url(../images/subimg/img_subli_5.png);
}
#nextgen .npasq_prod03 .pro_slide .sd6 .sd_inner {
	background-image: url(../images/subimg/img_subli_6.png);
}
#nextgen .npasq_prod03 .pro_slide .sd7 .sd_inner {
	background-image: url(../images/subimg/img_subli_7.png);
}


#nextgen .npasq_prod03 .pro_slide .sd_inner .num{
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #a4e1e9 ;
}
#nextgen .npasq_prod03 .pro_slide .sd_inner .num span{
  font-size: 80px;
  font-weight:900;
}
#nextgen .npasq_prod03 .pro_slide .sd_inner .tit{
  font-size: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #01a1b7;
  padding: 100px 0 50px;
}
#nextgen .npasq_prod03 .pro_slide .sd_inner .con{
  
  opacity: 0;
  transition: all .3s;
  width: 100%;
    border-radius: 3px 3px 40px 3px;
    /* margin: 20px; */
    background: #ffffffd6;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    box-sizing: border-box;
  font-size: 18px;
  color: #565656;
  line-height: 2;
}
#nextgen .npasq_prod03 .pro_slide .sd_inner:hover .con{display: block;opacity: 1;}
#nextgen .npasq_prod03 .pro_slide .sd_inner .con > ul{padding: 50px;}
#nextgen .npasq_prod03 .pro_slide .sd_inner .con li h4{display: inline-block; position: absolute; }
#nextgen .npasq_prod03 .pro_slide .sd_inner .con li h4:before {
  top: 10px;
  left: -20px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/subimg/bg_li_brfore.png);
  background-size: 14px;
  background-position: center center;
  margin-right: 10px;
}
#nextgen .npasq_prod03 .pro_slide .sd_inner .con li ul{width: fit-content; padding-left: 170px;word-break: keep-all;}
.swiper-button-next, .swiper-button-prev {
  top: -60px !important;
  margin-top: 0;
  z-index: 99 !important;
 display: block;
 background-size: 44px 44px !important;
 width: 44px !important;
 height: 44px !important;
 opacity: 0.5;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 1;
}
.swiper-button-next{
  right: 40px !important;
}
.swiper-button-prev{
  left: 40px !important;
}
.btn_prev{
  background-image: url(../images/subimg/btn_prevarrow.png) !important;
}
.btn_next{
  background-image: url(../images/subimg/btn_nextarrow.png) !important;
}

