@charset "utf-8";



.section_intro{
	float: left;
	width: 1024px;
	height: 440px;
	background: url("../images/intro/bg_intro.jpg") no-repeat -120px 0;
	background-size: 120%;
}

.section_history{
	float: left;
	width: 1024px;
	height: 640px;
	padding: 40px 0 26px;
	background: url("../images/intro/bg_little.gif") no-repeat 50% 0;
	background-size: 175%;
}

.section_why{
	float: left;
	width: 1024px;
	height: 340px;
}

.box_center{
	width: 950px;
	margin: 0 auto;
}

.tit_rep_comm {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #5b4d46;
}

.tit_rep_comm::before{
	margin-right: 8px;
}

.tit_rep_comm::after{
	margin-left: 8px;
}

.tit_rep_comm::before, .tit_rep_comm::after{
	display: inline-block;
	width: 1px;
	height: 28px;
	vertical-align: -3px;
	background-color: #000;
	content: "";
}

.tit_rep_history, .tit_rep_why{
	margin-bottom: 46px;
}

.txt_name{
	font-weight: 700;
	color: #fca717;
	font-size: 30px;
}

.list_history{
	overflow-y: hidden;
	text-align: center;
	padding: 0 30px;
}

.list_history > li{
	float: left;
	width: 50%;
}

.subtit_history{
	margin-bottom: 30px;
}

.inner_img{
	display: block;
	margin: 0 auto;
}

.img_history{
	margin-bottom: 24px;
}

.area_history_desc p{
	font-size: 12px;
}

.list_why{
	display: inline-block;
	overflow: hidden;
}

.list_why > li{
	float: left;
	width: 330px;
	padding-right: 15px;
	background: url("../images/intro/icon_cross.gif") no-repeat 100% 26px;
	text-align: center;
}

.list_why > li:last-child{
	padding-right: 0;
	background: none;
}

.desc_why{
	font-size: 12px;
	padding-top: 20px;
}


/* E-Book 카탈로그 */


.introTab{
	float: left;
	margin: 35px 371.5px;
	width: 281px;
	height: 70px;
}

.introTab p{
	font-size: 10px;
}

.introTab>ul{
	width:100%;
	height: 100%;
}

.introTab>ul>li{
	float: left;
	border-right: 1px solid #e7e4e3;
}


.introTab>ul>li>ul>li{
	width:70px;
	float: left;
	text-align: center;
	font-size: 8px;
	cursor: pointer;
}

.introTab>ul>li>ul>li>img{
	width:40px;
	height: 40px;
	margin-bottom: 5px;
}
