/* *****************************************
 * 1. 서브
 * ****************************************/
#header{
	border-bottom:1px solid #ccc;
}
#container {
    margin-top: 0;
}
.sub_visual{
	position: relative;
	margin:0 auto;
	height:400px;
	overflow: hidden;
}
.sub_visual .bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all .5s ease-in-out; 
}
.sub_visual .bg:hover{
	transform: scale(1.1);
}
.sub_visual .subVisual_01 .bg{
	background: url(/images/subVisual_img01.png) 50% 0% no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sub_visual .subVisual_02 .bg{
	background: url(/images/subVisual_img02.png) 50% 0% no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sub_visual .subVisual_03 .bg{
	background: url(/images/subVisual_img03.png) 50% 0% no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.sub_visual .subVisual_04 .bg{
	background: url(/images/subVisual_img04.png) 50% 0% no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sub_visual .subVisual_05 .bg{
	background: url(/images/subVisual_img05.png) 50% 0% no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.sub_visual .visualtext{
	position: relative;
    z-index: 5;
	color:#fff;
	font-size:38px;
	font-weight:bold;
	line-height:60px;
	text-align:center;
	margin: 0 auto;
	padding-top:215px;
	text-shadow:1px 1px 5px 1px #777;
}
.sub_content {
	width:100%;
	margin:0 auto;
}
.sub_content .sub_title h3{
	font-size:38px;
	font-weight:bold;
	height:200px;
	line-height:200px;
	text-align:center;
}



/* *****************************************
 * 2. 서브 - mddia Query
 * ****************************************/

 @media only screen and (max-width: 1200px) {   
}

@media only screen and (max-width: 1100px) {   
	.sub_visual{
		height: 300px;
	}
	.sub_visual .visualtext {
		padding-top: 165px;
	}
}

@media only screen and (max-width: 1024px) {   
}

@media only screen and (max-width: 768px) {
	.sub_visual{
		position: relative;
		margin: 0 auto;
		height: 250px;
		overflow: hidden;
	}
	.sub_visual .visualtext{
		font-size: 33px;
		padding-top: 140px;
	}
}

@media only screen and (max-width: 480px) {
	.sub_visual .visualtext{
		font-size: 30px;
	}
}