/* #Cursor
================================================== */
.mobile {display:none;}
.cursor,
.cursor2,
.cursor3,
.cursor4{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50% 
}
.cursor{
	background-color: #fff; 
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3,.cursor4{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover,
.cursor4.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* #Slider
================================================== */

#homepage-fullpage .slide_hover {  position:inherit !important; -webkit-transform: none !important;  transform: none !important;}
/*#section2{
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden; clear:both;
	height: 1000px;
	background-color: #111;
}*/

/* Case Study Showcase
================================================== */

.case-study-wrapper { 
	position: absolute; 
	top: 0%;
	left: 50%;
	z-index: 10; 
	width: 100%; height: 100%;
	margin: 0 ;
	padding: 0 0px;/*��ü���ʿ���*/
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	list-style: none;
	background:radial-gradient(rgba(0,0,0,0.1) 30% ,rgba(255,115,0,0.2) ) 70%;
}
.case-study-wrapper .case-study-name:last-child {border-right:1px solid rgb(255,255,255,0.2);}
.case-study-wrapper .case-study-name {height:100%; width:33.33333333%; float:left;  border-left:1px solid rgb(255,255,255,0.2);
	position: relative;	list-style: none;	margin: 0;	display: block;	padding: 0;	font-size: 28px;
	font-weight: 400;	text-decoration: none;	-webkit-transition: all 300ms ease;	transition: all 300ms ease; 
}

.case-study-wrapper .case-study-name .case_bg_01{background:rgba(255,255,255,.1);width:100%;height:100%;position: absolute; top:0%; left:0%;}

/* 메인01 */
.case-study-img{display: flex;justify-content: flex-start; margin-bottom: 15px;}
.case-study-img img{max-width: 50%;}

.case-study-wrapper .case-study-txt {opacity:0; min-height:380px;  padding-top:30px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff; font-size:16px; line-height:25px;text-align:left}
.case-study-wrapper .case-study-name  .case-study-txt span.txt {display:block; text-align:left; width:100%; font-size:18px; line-height:30px;padding-top:10px}
.case-study-wrapper .case-study-name.active  .case-study-txt { opacity:1;padding-top:0px; margin-top:-100px;  -webkit-transition: all 0.3s ease;	transition: all 0.3s ease; }
.case-study-wrapper .case-study-name.active {/*background-color:rgb(0,0,0,0.35);*/ background:linear-gradient(rgba(82,196,206,0.2) ,rgba(6, 4, 43, 0.4) ) 100%; }/*hover 시 배경*/
.case-study-wrapper .case-study-name .btn {margin:50px 0 0 0; clear:both;padding:0 !important;    width: 100%;}
.case-study-wrapper .case-study-name li {color:#fff;display:inline-block;width:47.5%;margin:10px 1% 0 1%;	
-webkit-transition: all 0.3s ease;	transition: all 0.3s ease}
.case-study-wrapper .case-study-name li a {display:block;padding:4px 5px 6px 13px;border-radius:50px;text-align:left;border:1px solid #9d9d9d;background:url(../img/arrow2.png) no-repeat 90% center;font-size:17px;}
.case-study-wrapper .case-study-name li a:hover {background-color:rgba(255,255,255,0.2); text-decoration: none;
-webkit-transition: all 0.3s ease;	transition: all 0.3s ease; }	
.case-study-wrapper .case-study-name.active li a {opacity:1;color:#fff}	

.caseBox {z-index:1;	position: absolute; top:90%; left:50%; transform:translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); text-align:center; opacity:1;
-webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}
.case-study-wrapper li .caseBox {width:75%;}
.case-study-wrapper li.active .caseBox {position: absolute; opacity:1; top:55%; -webkit-transition: all 0.3s ease;	transition: all 0.3s ease; }
.case-study-wrapper li .case-study-title{color: #fff; font-size:40px;font-weight:600; text-align:left;}
.case-study-wrapper li.active .case-study-title { color:#fff;-webkit-transform: translateX(0);transform: translateX(0);} 
.case-study-wrapper li .case-study-more{color: #fff;font-size: 20px;font-weight: 400; padding:0px 0px 0 0px; text-align:left; position:relative;
 -webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}
.case-study-wrapper li .case-study-more:after {content:""; position: absolute; top:35px; left:110px; width:42px; height:42px; background:url(../img/arrow1.png_) no-repeat center}
.case-study-wrapper li.active .case-study-more {opacity:0;}

.case-study-wrapper li .case-study-more .arrow_wrap{width:110px;padding-top:40px}
.case-study-wrapper li .case-study-more .arrow_wrap .txt{padding-bottom:5px;font-size:16px}
.case-study-wrapper li .case-study-more .arrow_wrap .arrow {margin: 0% auto 0 auto;width:110px;border:1px solid rgba(255,255,255,.3);position:relative}
.case-study-wrapper li .case-study-more .arrow_wrap .arrow:after {content: "";border:1px solid rgba(255,255,255,.3);position: absolute;width: 20px;top: -9px;right: -3px;transform: rotate(45deg)}
.case-study-wrapper li .caseBox .wid_100 {width:98%}
.case-study-wrapper li .caseBox .wid_100 a{background-position:95% center !important}




/*.case-study-wrapper li .case-study-title:before {content: '';
    position: absolute;
    top: 120px;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #fff;
 -webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}
.case-study-wrapper li .case-study-title:after {    content: '';
    position: absolute;
    top: 137px;
    left: 50%;
    margin-left: -17px;
    width: 35px;
    height: 1px;
    background: #fff;
 -webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}

.case-study-wrapper li.active  .case-study-title:before {    top: 90px; -webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}
.case-study-wrapper li.active  .case-study-title:after {width: 0px; top: 102px; margin-left:0px; -webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}
*/


.case-study-bg {background:radial-gradient(at center top, rgba(0,0,0,0), rgba(0,0,0,.5));position:absolute;top:0;left:0;width:100%;height:100%;margin:0;z-index:3}
.case-study-images {background-size:cover; background-position:center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}	
/*.case-study-images:after {content:""; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.3); top:0; left:0;}*/
.case-study-images li { 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}	
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;	font-size: 18vw;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-0px);
	transform: translateY(-0px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease; 
}
.case-study-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 

.case-study-images li .hero-number{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
} 
/*background image*/
.case-study-images {background-image: url("../img/slide0.jpg"); background-color:#000;}
.case-study-images li:nth-child(1) .img-hero-background{background-image: url("../img/slide0.jpg");}
.case-study-images li:nth-child(2) .img-hero-background{background-image: url("../img/slide1.jpg");}
.case-study-images li:nth-child(3) .img-hero-background{background-image: url("../img/slide2.jpg");}
.case-study-images li:nth-child(4) .img-hero-background{background-image: url("../img/slide3.jpg");}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.pc {display:none;}
.mobile {display:block;}	
.case-study-wrapper .case-study-txt { padding-top:0px; display:none;}
.case-study-wrapper .case-study-name.active  .case-study-txt { font-size:13px; line-height:20px;display:block;  }

.case-study-wrapper .case-study-name a { color: #fff; }
	
.case-study-wrapper li .case-study-title{bottom: 0px; font-size: 30px;}
.case-study-wrapper li .case-study-title:before {display:none;}
.case-study-wrapper li .case-study-title:after { display:none;}

.caseBox {	top:73%;}

.case-study-images li .hero-number-fixed,
.case-study-images li.show .hero-number{display:none;}

.case-study-wrapper .case-study-name { border-left:0px solid rgb(255,255,255,0.1);}
.case-study-wrapper .case-study-name li { width: 100%;}
}
@media (max-width: 768px) {
.case-study-wrapper .case-study-name a {font-size: 14px;letter-spacing: 1px;}
.case-study-wrapper .case-study-name:first-child {border-top:0;border-top:1px solid rgb(255,255,255,0.2);}
.case-study-wrapper .case-study-name {height:33.3%; width:100%;border-top:1px solid rgb(255,255,255,0.2); border-bottom:1px solid rgb(255,255,255,0.2);}



.case-study-wrapper .case-study-name.active {/*background:rgba(80,69,53,0.6);*/height:40%;}
.case-study-wrapper .case-study-name.be {height:30%}
/* .case-study-wrapper .case-study-name .btn {margin:0px 0 0 0;text-align:left ;  } */

.case-study-wrapper .case-study-name .btn{width: 100%;}
.case-study-wrapper .case-study-name .btn ul{display: flex;flex-wrap: wrap;}
.case-study-wrapper .case-study-name .btn ul li{width: 48%;}
.case-study-wrapper .case-study-name.active li a { width: 100%;}

.case-study-wrapper { 	padding: 0 0px;}	
.case-study-wrapper .case-study-txt { min-height:auto; }
.case-study-wrapper .case-study-name.active .case-study-txt{ margin-top:-0px; }
.caseBox {	position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); text-align:center; opacity:1;
-webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}
.case-study-wrapper li .caseBox {width:95%;}
.case-study-wrapper li.active .caseBox {top:20%}

.case-study-img{display: flex;justify-content: center; margin-bottom: 15px;}
.case-study-img img{max-width: 30%;}
.case-study-wrapper li.active .case-study-img {display: none;}


.case-study-wrapper li .case-study-title{color: #fff; font-size:24px;text-align:center;font-weight:400}
.case-study-wrapper li.active .case-study-title {display:none;} 
.case-study-wrapper li .case-study-more{font-size: 18px; padding:10px 50px 0px 0px; text-align:center;display:none}
.case-study-wrapper li .case-study-more:after {top:2px; left:195px; width:42px; height:42px; background-size:28px; }
.case-study-wrapper li.active .case-study-more {display:none;}
.case-study-wrapper li .caseBox .wid_100 a{width:100%;}


.case-study-wrapper .case-study-name  .case-study-txt span.txt {display:none; }
.case-study-wrapper { height:100%;padding-bottom:0px; padding-top:100px; }
.case-study-wrapper .case-study-name li a {pointer-events: none; display:inline-block; padding:0; height:40px;line-height:38px; border-radius:20px;text-align:center; border:1px solid #9d9d9d;background:none;font-size:12px; letter-spacing:-1px;min-width:110px}
.case-study-wrapper .case-study-name li a:hover {background-color:rgba(255,255,255,0.2); text-decoration: none;
-webkit-transition: all 0.3s ease;	transition: all 0.3s ease;}	
.case-study-wrapper .case-study-name.active li a { pointer-events:auto;}
.case-study-wrapper .case-study-name li { color: #fff;display:inline-block; width:31%; margin:7px 0.5% 0 0.5%;}	

/*background image*/
/* .case-study-images {background-image: url("../img/slide4_m.jpg"); background-color:#000;} */
.case-study-images li:nth-child(1) .img-hero-background{background-image: url("../img/slide0_m.jpg"); }
.case-study-images li:nth-child(2) .img-hero-background{background-image: url("../img/slide1_m.jpg"); }
.case-study-images li:nth-child(3) .img-hero-background{background-image: url("../img/slide2_m.jpg"); }
.case-study-images li:nth-child(4) .img-hero-background{background-image: url("../img/slide3_m.jpg"); }

}
@media (max-width: 576px) {
 .m_wid_100{width: 100% !important}
 .case-study-wrapper .case-study-name li a {font-size: 14px;}
}

@media (max-width: 480px) {
	.main_latest_div .li01 .li01_txt {width: 100%;}
	.main_latest_div .li01 .li01_txt {padding: 30px 0 0px 0;}
	.main_latest_div .li01 .li01_2 {margin-bottom: 15px;position: relative;z-index: 999;}

	.case-study-wrapper .case-study-name li {width: 100%;}
	.case-study-wrapper li .caseBox .wid_100 {width: 100%;}
.case-study-img img{max-width: 40%;}

}
@media (max-width: 320px) {
}


