@charset "euc-kr";
/* CSS Document */

/*---------- BANNER ----------*/
/* INFO
ÆÄ¶ó ·º½º À§Á¬ÀÔ´Ï´Ù ±×·¯³ª ÄÄÇ»ÅÍ¿¡¼­´Â À¥Ç¥ÁØ ÄÚµùÀÌ Á¤»óÀÛµ¿ ÇÏ´Â ¹Ý¸é ¸ð¹ÙÀÏ¿¡¼­´Â ¿©·¯°¡Áö Á¦ÇÑÀÌ ÀÖ½À´Ï´Ù 
±×·¡¼­ ÀÏ¹ÝÀûÀ¸·Î ¸ð¹ÙÀÏ¿¡¼­´Â °£´ÜÇÑ ±×¸² ¹è°æ°ú ±×¸² ±ÛÀÚ·Î µ¹¾Æ°©´Ï´Ù ÀÌÁ¡ ¾çÁöÇÏ½Ã±â ¹Ù¶ø´Ï´Ù
ÆÄ¶ó·º½º ½ºÅ©¸³Æ®°¡ ÀÛµ¿ÇÏÁö ¾Êµµ·Ï Å¬·¡½º¸íÀ» ´Ù¸£°Ô ÁöÁ¤ ÇÏ¿´½À´Ï´Ù
update : 2016.08.24
*/


@media (min-width:768px){
.banner {
	background-repeat: no-repeat;
	background-image: url(../../../images/banner_bg01.jpg);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-color: rgba(31,31,31,1.00);
	background-attachment: fixed;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.banner:after {
	content : "";
	position: absolute;
	opacity: 0.7;
	background-color: rgba(31,31,31,0.1);
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.banner-text {
	text-align: center;
	top: 30%;
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	z-index: 2;
}
.bn_txt01 {
	color: #FFFFFF;
	font-size: 8vmin;
}
.bn_txt02 {
	font-size: 6vmin;
	color: #FFFFFF;
}
.bn_txt03 {
	font-size: 3vmin;
	color: #FFFFFF;
}
}

@media (max-width:767px){
.banner02 {
	background-repeat: no-repeat;
	background-image: url(../../../images/banner_bg01.jpg);
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background-color: rgba(31,31,31,1.00);

	display: table;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.banner02:after {
	content : "";
	position: absolute;
	opacity: 0.7;
	background-color: rgba(31,31,31,1.00);
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.banner-text02 {
	text-align: center;
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
}

.bn_txt01 {
	color: #FFFFFF;
	font-size: 7vmin;
}
.bn_txt02 {
	font-size: 5vmin;
	color: #FFFFFF;
}
.bn_txt03 {
	font-size: 3vmin;
	color: #FFFFFF;
}
}

