/* ==============================================
Default Styles
=============================================== */
html, body, .wrapper, .container {
	height:100%;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none !important;
}
.info_logo img{
	max-width:100%;
	height:auto;
}
/* ==============================================
font Styles
=============================================== */
.wrapper {
	font: 14px/23px "Malgun Gothic", "맑은 고딕", Arial, sans-serif;

}
.service_bg h1, h2, h3 {
	font-family: Arial, sans-serif,"codropsicons";
}


/* ==============================================
Services
=============================================== */
.banner{
	position:relative;
}
.banner .banner_bg{
	width:100%;
	overflow:hidden;
}
.service_bg {
	overflow:hidden;
}
@media (max-width:1199px){
	.service_bg{
		overflow:auto;
	}
}

.big_block{
/*	position:absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:99 !important;
	width:100%;*/
}
/* ==============================================
Services
=============================================== */

.wrapper h2{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 3px;
	margin: 120px 0 40px;
}

.wrapper h2:after{
	content: "";
	display: block;
	width: 87px;
	height: 2px;
	margin: 20px auto 0;
	background: #000;
}


.sub_title{
	color:#1a2b37;
    margin: 0 auto 20px;
    font-size: 62px;
	text-align:center;
	line-height:60px;
	letter-spacing:4px;
	text-transform:uppercase;
	font-weight:normal;
	text-shadow: 0px 0px 20px #fff;
}

.contents{
    margin: 0 auto;
    font-size: 24px;
    line-height:35px;
	text-align:center;
	color: #111517;
	text-shadow: 0px 0px 10px #fff;
}

.info_btn_text{
	color:#FFF;
	font-size:23px;
	letter-spacing:-2px;
	text-align:center;
	padding-bottom:21px;
}

@media (max-width:991px){
	.wrapper h2{margin:55px 0 30px;}
}
@media (max-width:767px){
	.wrapper h2{ margin:60px 0 40px;}	
}


.banner_bg video{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

.container .button-wrap{
	clear:both;
    padding: 0;
    text-align: center;
	position:relative;
	top:150px;
}

.container .button-wrap li{
	list-style:none;
    display: inline-block;
    width: 30%;
    margin-left: 40px;
}

.container .button-wrap li:first-child{
	margin-left:0;
}

@media(max-width:1199px){
	.container .button-wrap{
		top:50px;
	}
	.wrapper h2{
		font-size:36px;
	}
	.sub_title{
		line-height:60px;
		font-size:46px;
	}
}

@media(min-width:768px) and (max-width:991px){
	.info_btn_text{
		padding-bottom:0;
	}
	.container .button-wrap li{
		width:50%;
		display:block;
		margin:0 auto;
	}
	.container .button-wrap li:first-child{
		margin:0 auto;
	}
	.container .button-wrap li{
		margin:40px auto 0;
	}
	.container .button-wrap li:first-child{
		margin:40px auto 0;
	}
}

@media(max-width:767px){
	.banner_bg video{
		display:none;
	}
	.banner_bg{
		background:url(../images/info_main.png) no-repeat;
		background-size:cover;
		position: fixed;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		transform: translateX(-50%) translateY(-50%);
	}
	.container .button-wrap{
		top:50px;
		padding-bottom:20px;
	}
	.wrapper h2{
		font-size:24px;
		margin:30px 0 20px;
	}
	.sub_title{
		font-size:34px;
		margin-bottom:20px;
		line-height:38px;
	}
	.contents{
		font-size:16px;
		line-height:24px;
	}
	.container .button-wrap li{
		width:30%;
		margin:0 0 0 20px;
	}
	.info_btn_text{
		font-size:18px;
		padding-bottom:0;
	}
}

@media(max-width:568px){
	.info_btn_text{
		font-size:16px;
	}
}

@media(max-width:500px){
	.container .button-wrap li{
		width:60%;
		display:block;
		margin:0 auto;
	}
	.container .button-wrap li:first-child{
		margin:0 auto;
	}
	.container .button-wrap li{
		margin:30px auto 0;
	}
	.container .button-wrap li:first-child{
		margin:30px auto 0;
	}
}

