/*
@import url("layout.css");
@import url("common.css");
*/

/* sub_visual */
#sub_visual{position:relative;width:100%;margin:0 auto;text-align:center;height:168px;overflow:hidden; }
#sub_visual ul{position:relative;margin:0 auto;text-align:center;width:100%;}
#sub_visual li{position:absolute;left:50%;margin-left:-960px;height:331px;font-size:0;padding:0}
#sub_visual h1{position:absolute;width:1200px; left:50%;margin-left:-600px; top:60px; text-align:left; color:#fff; font-size:36px; font-weight:500; z-index:999; letter-spacing:-1px; line-height:35px;}
#sub_visual h1 span{font-size:20px;font-weight:100}

.contents_box {position:relative;width:100%;float:left}


/*연혁*/
.con_bg {width:900px; height:195px; background:url("../images/contents/history_bg.jpg")no-repeat;}
.con_bg h1 {margin:0 auto; color:#484848; font-size:24px; font-weight:400; text-align:center;}
.con_bg h1:first-child {font-size:30px; color:#b36a23; font-weight:600; padding-top:57px; margin-bottom:5px;}

.con {width:100%; padding:55px 0; border-bottom:1px solid #ececec;}
.con:last-child {border-bottom: none;}
.con:after {content:""; display:block; clear:both;}
.con h1 {float:left;width:200px; font-size:40px; color:#a90056; padding-left:61px; }
.con ul {float:left; width:602px; }

.con ul li {font-size:16px; line-height:32px; background:url("../images/contents/bullet.png")no-repeat left 15px; padding-left:10px; }


/*************** Mobile Device ***************/
@media all and (max-width:767px) {	

	/* sub_visual */
	#sub_visual{display:none;}


	/*연혁*/
	.con_bg {width:100%; height:auto; padding:50px 0;}
	.con_bg h1 {margin:0 auto; font-size:1.4em; text-align:center; padding:0 1%;}
	.con_bg h1:first-child {font-size:1.7em; font-weight:600; padding-top:0; }

	.con {width:100%; padding-left:2%;}
	.con:last-child {border-bottom:none;}
	.con h1 {float:none; width:100%; padding-left:6%; text-align:left;}
	.con ul {float:none; width:90%; margin:0 auto; margin-top:20px; }
	.con ul li {font-size:16px; line-height:32px;  padding-left:10px; text-align:left;}


}