
/* slider start */
/* .container-fluid {
	overflow: hidden;
	padding: 0px;
} */
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-item {
	min-height: 350px;
	height: 100vh;
	/* width: 100%; */
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-caption {	
	top:340px;	
}
.carousel-caption h1 {
	font-size: 80px;
	font-weight: 800;
	color: #fff;
	line-height: 120px;
	text-align: left;
}
.carousel-caption h1 span {
	color: #00ff80;
}
.carousel-caption h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;	
}
.carousel-caption h3 span {
	font-weight: 700;
}
@media (max-width:576px) {
	.carousel-inner {
		overflow:hidden;
		width:100%;
		height:600px;
	}
	/* .carousel-item {
		width: 100%;
    	height: 100%;
    	margin: 0 auto;    
    	background-repeat: no-repeat;
    	background-position: center center;
    	backgorund-size: 100% 100%;
	} */
	.carousel-caption {	
		top:250px;
		
	}	.carousel-caption h1 {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
		line-height: 28px;
	}
	.carousel-caption h3 {
		font-size: 12px;
		font-weight: 300;
		color: #fff;	
	}
	
}
@media (max-width:500px) {
	.carousel-caption {
		padding-top: 20px;
	}
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #000;
	margin-top: 1em;
}
/* Animation delays */
.carousel-caption h1 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.carousel-caption h3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
.p {
	padding-top: 125px;
	text-align: center;
}
.p a {
	text-decoration: underline;
}
.logoIcon {
	width: 30%;
	height: 30%;
	border-radius: 100px;
}
.back-btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.carousel-item img	{
		object-fit: cover;
    width: 100%;
	}
/* slider end */
/* �����̵� �̹��� */





/* 데이터센터 구축 S */
/* =============== SLIDE s =============== */
button,
input[type="button"] {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font: inherit;
	font-size: 1em;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list.dragging {
	cursor: pointer;
	/* cursor: hand; */
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	top: 0;
	left: 0;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	box-shadow: none;
	/* border-color: none; */
	/* color: none; */
	background: 0 0;
	border: none
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	max-width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	/* display: none; */
	display: block;	
}

::selection {
	background-color: #0075bc;
	color: #fff;
	text-shadow: none;
}

.slick-arrow {
	/* white-space: nowrap;
	overflow: hidden;
	text-indent: -999px; */
	display: block;
	z-index: 100;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical {
	display: table-cell;
	vertical-align: middle;
}

#main_visual {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	height: 100vh;
}
/*
#main_visual .item {
	height: 100vh;
	background: url("") center center no-repeat;
	background-size: cover;
}
*/
#main_visual .item .container {
	height: 510px;
}
#main_visual .itemPic {
	height: 100vh;
	background: url("") center center no-repeat;
	background-size: cover;
}

/*
#main_visual .slick-arrow {
	position: absolute;
	width: 71px;
	height: 71px;
	background: url("") center center no-repeat;
	width: 4.733rem;
	height: 4.733rem;
	z-index: 1;
	top: 50%;
	margin-top: -35px;
	margin-top: -2.333rem;
	background-size: 100%;
}
*/

#main_visual .slick-arrow {
	/* position: absolute;
	width: 71px;
	height: 71px;
	background: url("") center center no-repeat;
	width: 4.733rem;
	height: 4.733rem;
	z-index: 1;
	top: 50%;
	margin-top: -35px;
	margin-top: -2.333rem;
	background-size: 100%; */
}


#main_visual .slideBtnWrap .btnPrevWrap {
	position: relative;
	left: 0;
	top: 0;
}
#main_visual .slideBtnWrap .prev {
	position:absolute;
	top: 0;
	width: 8px;
	height: 14px;
	background: url("../images/slide_pre.png") no-repeat 0 0;	 
}
#main_visual .slideBtnWrap .next {
	background: url("../images/slide_next.png") no-repeat 0 0;
}
/* #main_visual .slick-prev {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z' clip-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-size: 5rem 5rem;
	opacity: 0.5;
	left: 1%;
}

#main_visual .slick-next {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z' clip-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-size: 5rem 5rem;
	opacity: 0.5;
	right: 1%;
} */

#main_visual .controls {
	position: absolute;
	left:55%;
	bottom: 5%;
	width: 600px;
}
@media (max-width:1370px) {
	#main_visual .controls {
		left:55%;
		width: 400px;
	}
}
@media (max-width:991px) {
	#main_visual .controls {
		left:5%;
		width: 300px;
	}
}
#main_visual .controls>* {
	display: inline-block;
}

#main_visual .controls .progress_wrap {
	width: 70%;
}

#main_visual .controls>.progress {
	width: 0%;
	height: 1px;
	background: #33ab83;
}

#main_visual .progress {
	display: -ms-flexbox;
	display: flex;
	height: 2px;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #33ab83;
}



#main_visual .slick-dots li {
	width: 30px;
	height: 5px;
	background: #ccc;
}

#main_visual .slick-dots li button {
	width: 40px;
	height: 5px;
}

#main_visual .slick-dots li.slick-active,
#main_visual .slick-dots li:hover {
	background: #777;
}


#main_visual .control_box .pagingInfo {
	min-width: 40px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
#main_visual .controls .pagingInfo {
	min-width: 40px;
	width: 10%;
	font-size: 16px;
	font-weight: 700;
	color: #000;	
}
#main_visual .controls .slideBtnWrap {	
	position: relative;
	width: 15%;	
}
#main_visual .controls .slideBtnWrap a {	
	width: 8px;
	height: 14px;
	cursor: pointer;
}

#main_visual .control_box .dots_w {
	width: 165px;
}

#main_visual .ap {
	/* float: right; */
	width: 14px;
	height: 15px;
	/* margin-left: 3px; */
	cursor: pointer;
}

@media (max-width:1024px) {
	#main_visual .item {
		/* height: 450px; */
	}

	#main_visual .controls {
		/* bottom: 5em; */
	}
}

@media (max-width:500px) {
	#main_visual {
		height: 100%;
	}

	#main_visual .item {
		height: 100%;
	}
	#main_visual .itemPic {
		height: 350px;
	}	
	#main_visual .vertical {
		padding-bottom: 50px;
	}	

	#main_visual .controls {
		width: 330px;
		left: 9%;
		bottom: 5%;
	}
}

/* =============== SLIDE e =============== */

/* section2 데이터센터 구축 S */

.dccTextWrap {
	position: relative;
	height: 400px;
}
.dccTextWrap .title {
	font-size: 64px;
	font-weight: 900;
	color: #000;
	line-height: 1.25;
	text-align: left;
}
.dccTextWrap .h5 {
	font-weight: 700;
	color: #000;
	text-align: left;
	line-height: 1;
}
.dccTextWrap h3 {
	position: absolute;
	top: 246px;
	font-weight: 900;
	color: #33ab83;
	text-align: left;
}
.dccTextWrap h6 {
	position: absolute;
	top: 340px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
.dccBtnWrap {
	position: relative;
}
.dccBtnWrap a {
	position: absolute;
	top: 0px;
	background-color: #33ab83;	
	color: #fff;	
}
.dccBtnWrap a i {
	color: #fff;
	font-size: 2rem;
}
.dccBtnWrap a span {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.dccBtnWrap a:hover {
	position: absolute;
	top: 0px;
	background-color: #fff;	
	color: #33ab83;
	border: 1px solid #33ab83;
}
.dccBtnWrap a:hover i {
	color: #33ab83;
	font-size: 2rem;
	/* width: 20px; */
}
.dccBtnWrap a:hover span {
	color: #33ab83;
	font-size: 16px;
	font-weight: 900;
}


@media (max-width:500px) {	
	#main_visual .item .container {
		height: 600px;
	}
	.dccTextWrap {
		height: 350px;
	}
	.dccTextWrap h5 {
		font-size: 18px;
	}			
	.dccTextWrap .title {
		font-size: 38px;
	}
	.dccTextWrap .h5 {
		font-weight: 700;
		color: #000;
		text-align: left;
		line-height: 1;
	}
	.dccTextWrap h3 {
		position: absolute;
		top: 150px;
		font-weight: 900;
		color: #33ab83;
		text-align: left;
	}
	.dccTextWrap h6 {
		position: absolute;
		top: 280px;
		font-weight: 400;
		color: #000;
		text-align: left;
	}		
}

/* 데이터센터 구축 E */

/* IT사업 S */
#itBiz .itBizLBg {
	background-image: url("../images/bg_itBizLeft.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	height:100vh;
	min-height:1000px;
}
#itBiz .itBizRtbg {
	background-image: url("../images/bg_itBizRight.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	height:100vh;
	/* min-height:1000px; */
	min-height:1000px;
}
#itBiz .display-5 {
	line-height: 3;
	font-weight: 900;
}
#itBiz .itBizRtbg h5 {
	color: #fff;
}

#itBiz .btnWrap {
	width: 49%;
	background-color: #fff;	
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center; 
	padding: 1rem;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 90px;
	border: 1px solid #fff;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.5);
}
#itBiz .btnWrap img {
	width: 24px;
	height: 24px;
}
#itBiz .btnWrap i {
	color: #fff;
	font-size: 1.5rem;
}
#itBiz .btnWrap span {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 600;
}

#itBiz .btnWrap:hover {
	width: 49%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center; 
	padding: 1rem;
	margin-right: 1%;
	margin-bottom: 1%;	
	background-color: rgba(255, 255, 255, 1);
}
#itBiz .btnWrap:hover i {
	color: #000;
	font-size: 1.5rem;
}
#itBiz .btnWrap:hover span {
	font-size: 1.25rem;
	color: #000;
	font-weight: 600;
}
@media (max-width:500px) {
	#itBiz .itBizRtbg {
		justify-content:center;
		align-items: center;
		height:100%;
		min-height:800px;
	}
	#itBiz .display-5 {
		font-size:28px
	}
	#itBiz .btnWrap {
		width: 100%;
	}
	#itBiz .btnWrap,
	#itBiz .btnWrap:hover {
		width: 100%;
	}
	#itBiz .btnWrap i {
		font-size: 1.25rem;
	}
	#itBiz .btnWrap span {
		font-size: 1.25rem;
	}
}
/* IT사업 E */

/* 지사소개, 주요관계사 S */


/* 지사소개, 주요관계사 E */

#iworks {
	background-image: url("../images/main_company_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#iworks .textbox_wrap {
	/* background-color: rgba(255, 255, 255, 0.75); */
	display: flex;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	height:100vh;
	/* min-height:1000px; */
}

#iworks .textbox .display-4 {
	font-weight: 600;
	
}

#iworks .textbox h6 {
	font-weight: 400;

}
#iworks .btnWrap a {	
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0b0b0b;
}
#iworks .btnWrap a i {	
	font-size: 32px;
}
#iworks .boxLeft {	
	background:url('../images/main_iworks1.jpg') no-repeat center center;
	max-width: 372px;
	width:100%;
	height: 540px;
	border-radius: 16px;
}
#iworks .boxRight {	
	background:url('../images/main_iworks2.jpg') no-repeat center center;
	max-width: 372px;
	width:100%;
	height: 540px;
	border-radius: 16px;
}
#iworks .box2Wrap a {	
	color: #fff;
	max-width: 365px;
}
#iworks .box2Wrap a span,
#iworks .box2Wrap a i {	
	font-size: 28px;
	font-weight: 700;
}



@media (max-width:500px) {
	#iworks .textbox_wrap {
		height:100%;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	#iworks .textbox .display-4 {
		font-size: 38px;		
	}	
	#iworks .box2Wrap a span,
	#iworks .box2Wrap a i {	
		font-size: 20px;
		font-weight: 700;
	}
}
/* 고객과 함께하는 아이웍스 S */
#customer {
	background-image: url("../images/main_support_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#customer .customer {
	height:100vh;
	min-height:800px;
}
#customer .customer .topTitleWrap {
	margin-bottom: 50px;
}
#customer .topTitle {
	color: #fff;	
	font-weight: 300;
	font-size: 45px;
	line-height: 1.25;
}
#customer .topTitle span {
	font-weight: 400;
	color: #fff;	
}

#customer .textbox_wrap1 {
	display: flex;
	justify-content:flex-end;
	align-items: flex-start;
	flex-wrap: wrap;	
	padding-top: 40px;
	padding-bottom: 40px;
	border-right:1px solid #999999;
}
#customer .textbox_wrap2 {
	display: flex;
	justify-content:flex-end;
	align-items: flex-start;
	flex-wrap: wrap;	
	padding-top: 40px;
	padding-bottom: 40px;	
}

#customer .textbox h6 {
	font-weight: 700;
	color: #fff;
}
#customer .textbox .context {
	color: #fff;
	font-weight: 900;
	font-size: 45px;
	line-height: 1.25;
}

#customer .btnWrap {	
	width: 95%;
}
#customer .btnWrap a {	
	border: 1px solid #fff;
	color: #fff;
}
#customer .btnWrap a i {	
	font-size: 20px;
}
#customer .btnWrap a:hover {	
	border: 1px solid #fff;
	color: #000;
	background-color: #fff;
}
#customer .btnWrap a:hover i {	
	font-size: 20px;
}

@media (max-width:1200px) {
	#customer  {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	#customer .textbox_wrap1 {
		justify-content:center;
		align-items: center;
		border: none;
		min-height:500px;
	}
	#customer .textbox_wrap2 {
		justify-content:center;
		align-items: center;
		border-right:none;
		min-height:500px;
	}
}
@media (max-width:500px) {
	#customer  {
		
		/* height: 1200px; */
	}
	#customer .textbox_wrap1 {
		min-height:450px;
	}			
	#customer .textbox_wrap2 {
		min-height:450px;
	}			
}

/* 고객과 함께하는 아이웍스 E */
#copyright {
	background-color: #212529;
	padding-top:48px;
	padding-bottom:53px;
}

#copyright .info_wrap1 {
	display: flex;
}

#copyright .info_wrap2 {
	display: flex;
	flex-wrap: wrap;
}
#copyright .info1 {
	margin-right: 20px
}
#copyright .info2 {
	margin-right: 20px

}
#copyright .info {
	font-size:14px;
	font-weight:400;
	color:#ced4da;
	line-height: 30px;
}
#copyright .info span {
	font-size:14px;
	color:#fff;
	padding-left: 5px;
	padding-right: 10px;
}
#copyright span {
	font-size:15px;
	font-weight:500;
	color:#7d7d7d;
}
#copyright .btn_remote {
	background-color: #b1afae;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 700;
	color: #171717;	
}
#copyright .copyBtnWrap span {
	font-size:12px;
	color:#fff;
}
#copyright .btext {
	font-size:13px;
	color:#6c757d;
}
#copyright .etc_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#copyright .etc a {
	font-size: 13px;
	color: #6c757d;
 }

@media (min-width:1200px) {
	#copyright .copyright {
		padding-left: 0;
		padding-right: 0;
		min-width: 1280px;
	}
}
@media (max-width:500px) {
	#copyright .info1,
	#copyright .info2 {
		margin-right:0;
		width: 50%;
	}
	#copyright .info5,
	#copyright .info6 {
		width: 100%;
	}
	#copyright .etc_wrap {
		justify-content: flex-start;
	}
	#copyright .etc1,
	#copyright .etc2 {
		width: 40%;
	}
	#copyright .etc3 {
		width: 100%;
	}
}