
/* 메인비쥬얼  -----------------------------------------------------------------------------------------------------------------------------*/
#main_visual{
	z-index:1;
	position:relative;
	height:100vh;
	overflow: hidden;
}
.main_visual .img-bx iframe,.main_visual .img-bx video,.main_visual .img-bx>img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 1001%;
	min-height: 1000%;
	max-width: none;
	max-height: none;
	transform: translate(-50%,-50%) scale(0.1)
}
.main_visual .txt-bx {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-56%);
	color: #fff;
	text-shadow: 0 0 3.5em rgba(0,0,0,0.8);
	letter-spacing: -0.1em;
	line-height: 1.1;
	text-align: left;
	z-index: 10;
}
.main_visual .txt-bx .text01 {
	font-size: 2.5rem;
	font-weight: 500;
	display: block;
	line-height: 1;
	color: #ffffff;
	font-family: 'Play';
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
.main_visual .txt-bx .text02 {
	font-size: 3.9rem;
	font-weight: 500;
	font-family: 'Play';
	display: block;
	line-height: 1;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}
.main_visual .txt-bx .text02 span{
	color:#4db2ff;
}
.main_visual .txt-bx .text03 {
	letter-spacing:-0.075rem;
	font-size: 1.15rem;
	font-weight: 500;
	line-height:1.4;
}

@media (min-width: 1800px){
	#main_visual video {
	  height: auto;
	  width:100%;
	 }
}
@media (max-width: 1280px) {
	.main_visual .txt-bx .title {
		font-size:2.8rem;
	}
	.main_visual .txt-bx .text {
		font-size: 1.15rem
	}
}
@media (max-width: 1199px){
	#main_visual {
		height: 680px;
		margin-top: 70px;
	}
}
@media (max-width: 768px){
	#main_visual{
		height: 460px;
	}
	.main_visual .txt-bx .text01 {
		font-size: 1.6rem;
	}
	.main_visual .txt-bx .text02 {
		font-size: 2.5rem;
	}
}
@media (max-width: 500px){
	#main_visual{
		height: 300px;
	}
}


/* 제품 ----------------------------------------------------------------------------*/
.product  {
	 background:rgba(0,0,0,0.04);
}
.pro_title .txt01{
	font-size: 2.2rem;
	color:rgba(0,0,0,0.9);
	font-weight:600;
	letter-spacing:-0.1rem;
	margin-bottom:5px;
	line-height: 1.3;
}
.pro_tst{
	margin:0 8px;
	text-align:center;
}
.pro_tst .txt01{
	font-size: 1.45rem;
	color:rgba(0,0,0,0.7);
	font-weight:600;
	letter-spacing:-0.1rem;
	margin:10px 0 15px;
}
.pro_tst .txt02{
	font-size: 16px;
	letter-spacing:-0.045rem;
}
@media (max-width: 768px){
	.pro_title .txt01{
		font-size: 1.8rem;
		color:rgba(0,0,0,0.9);
		font-weight:600;
		letter-spacing:-0.1rem;
		margin-bottom:5px;
		line-height: 1.3;
	}
}
/* bxslider */
.product .bx-wrapper {
		position: inherit !important;
}
.product .bx-wrapper .bx-controls-direction a {
	height: 30px;
	width: 30px;
	margin-top: -25px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	z-index: 999;
	top: -50px;
}
.product .bx-wrapper .bx-next {
	background: url("../images/main/cont_right.png") no-repeat  0px 0px !important;
	background-size:17 auto !important;
	right: 0px !important;
}
.product .bx-wrapper .bx-prev {
	background: url("../images/main/cont_left.png") no-repeat  0 0px !important;
	background-size: 17 auto !important;
	right: 50px !important;
}

@media (max-width: 768px) {	
	.product .bx-wrapper .bx-controls-direction a {top: -15px;	}
}









/* 산업 ----------------------------------------------------------------------------*/
.Industry{
	background: url("../images/main/industry_bg.jpg") no-repeat  50% 0px !important;
}
.m_title{
	text-align:center;
	color:#fff;
}
.m_title .txt01{
	font-size: 1.45rem;
	font-weight:600;
	letter-spacing:-0rem;
	font-family: 'Play';
}
.m_title .txt02{
	font-size: 4.1rem;
	font-weight:500;
	letter-spacing:0.15rem;
	font-family: 'Play';
}
.m_title .txt03{
	line-height: 1.4;
}
#recomPro2{margin-bottom:0px;}
#recomPro2 > div.inner{width:100%;margin:0 auto;}
#recomPro2 .slideWrap{position:relative;overflow:hidden;height:260px;margin-bottom:28px;width:100%;}
#recomPro2 .slideWrap ul{width:100%;}
#recomPro2 .tickerSlide{position:absolute;top:0px;right:0px;overflow:hidden;-webkit-transition-timing-function: linear; Safari and Chrometransition-timing-function: linear;}
#recomPro2 .tickerSlide li{float:right;width:360px;}
#recomPro2 .tickerSlide li > a{display:block;}
.sli_box{
	position:relative;
	margin:1rem;
	border-radius: 20px;
	overflow: hidden;
	transition: .3s ease all;
	transform: translate(0%, 0px);
	width:330px;
	height:244px;
	background:rgba( 0, 0, 0, 0.4);
}
.sli_box:hover{
	transition: .3s ease all;
	transform: translate(0%, -10px);
}
.sli_box a{
	display:block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.sli_box .sli_txt{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba( 0, 0, 0, 0);
	padding:2rem;
	color:#fff;
	transition: .3s ease all;
}
.sli_box:hover .sli_txt{
	transition: .3s ease all;
	background:rgba( 0, 0, 0, 0.6);
}
.sli_box .sli_txt .txt01{
	font-size:1.35rem;
	letter-spacing: -0.12rem;
	font-weight:500;
	margin-top:0.8rem;
}
.sli_box .sli_txt .txt02{
	margin-top:0.8rem;
	font-size:0.95rem;
	color:rgba( 255,255,255,0.5);
	letter-spacing:0rem;
	font-family: 'Play';
	font-weight:500;
}
@media (max-width: 768px){
	.m_title .pdt_all_view{
		position:relative;
		padding: 0.5rem 0 0 0;
		top:0;
	}
	.sli_box{
		width:270px;
		height:204px;
	}
	.slideWrap{height:280px !important; margin-bottom:18px !important;}
	.tickerSlide li{width:300px !important; padding:0px 0 0 0;}
}




/* 산업 ----------------------------------------------------------------------------*/
.rnd_title .txt01{
	font-size: 1.25rem;
	font-weight:600;
	letter-spacing:-0rem;
	font-family: 'Play';
	color:#3283c1;
}
.rnd_title .txt02{
	font-size: 2.65rem;
	font-weight:500;
	letter-spacing:0rem;
	font-family: 'Play';
	color:#000;
	line-height:0.9;
}
.rnd_title .txt03{
	line-height:1.4;
}
.rbt_st a{
	display:block;
	color:#000;
	font-weight:500;
	padding:1.2rem 1.6rem;
	border:1px solid #000;
	border-radius:50px;
	transition: .3s ease all;
	background:#fff;
	font-size:1.1rem;
}
.rbt_st a:hover{
	color:#fff;
	background:#000;
}
.rbt_st a .material-symbols-outlined {
    font-size: 1.2rem;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 200;
}
/* 서클이미지 */
.circleTxt_box {
	position: absolute;
	right: -100px;
    top: 38%;
    z-index: 99;
	transform: translate(0,-50%);
}
.circleTxt {
    animation: rotate 50s linear infinite;
}
.circleTxt img{width:100%}
@keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (min-width: 1400px){
	.circleTxt_box {
		right: 3%;
	}
}






/* 고객문의 ----------------------------------------------------------------------------*/
.customer {
	background: url("../images/main/cus_bg.jpg") repeat  50% 0px !important;
	position:relative;
}
@media (min-width: 1200px) {
    .customer:after {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        content: 'CSCORPORATION';
        font-family: 'Play';
        font-weight: 600;
        font-size: 10rem;
        color: rgba(0, 0, 0, 0.02);
        vertical-align: middle;
        margin-left: 10px;
        bottom: 8%;
        text-align: center;
    }
}
.cu_left .title{
	text-align:center;
	color:#000;
	font-weight:600;
	font-size: 2rem;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom:1.2rem;
	padding-bottom:1.3rem;
}
.cu_left {
	background:#fff;
	border-radius:20px;
	height:100%;
}
.cus_top .left .txt02{
	font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0rem;
    font-family: 'Play';
    color: #000;
}
.cus_top .right a{
	display: block;
    color: #fff;
    font-weight: 500;
    padding: 1rem;
    background: #277cbc;
    font-size: 1.1rem;
	border-radius:50px;
}
.cus_top .right a .material-symbols-outlined {
    font-size: 1.2rem;
    font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 200;
}

.cus_bo .txt01{
	font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}
.cus_bo .txt02{
	font-size: 0.98rem;
    line-height:1.3;
}
.cus_bo .txt02 .material-symbols-outlined {
	background: rgb(0 0 0 / 5%);
    border-radius: 50%;
    width: 2.1rem;
    min-width: 2.1rem;
    height: 2.1rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0rem;
	font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 200;
    font-size: 22px;
    color: rgb(0 0 0);
}
.cus_bo .txt02 a:hover {
    color: rgb(0 0 0);
}






.map {
	border-radius:20px;
	overflow:hidden;
}







