@charset "utf-8";
/* CSS Document */


/* -------------------------------- 

Intro Style

-------------------------------- */

.intro_area {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	background: #ffffff;
}
.vision {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 85px;
}
.vision img {
	width: 310px;
}
.vision h3 {
	font-size: 162.5%;
	color: #e94c35;
	font-weight: 600;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	margin-top: 9px;
	line-height: 40px;
}
.vision p {
	display: block;
	font-size: 112.5%;
	color: #000000;
	line-height: 30px;
	margin-top: 48px;
}
.vision p.mobile {
	display: none;
}
.business {
	width: 1080px;
	padding-top: 85px;
	margin: 0 auto;
	border-top: 1px #e0e0e0 solid;
}
.business h3 {
	font-size: 225%;
	color: #333333;
	font-weight: 600;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
}
.business_list {
	width: 100%;
	margin: 60px auto 0;
	overflow: visible !important;
}
.bList_con {
	float: left;
	width: 33.33%;
	background: #ffffff;
	border: 1px #d5d5d5 solid;
	box-sizing: border-box;
	margin: 0 0 -1px -1px;
	padding: 40px;
}
.bList_con:first-child {
	margin-left: 1px;
}
.bList_con > em {
	width: 80px;
	height: 80px;
	margin: 0 auto 23px;
}
.bList_con > .name {
	font-size: 112.5%;
	font-weight: 600;
	color: #000000;
	margin-bottom: 25px;
}
.bList_con > .explain {
	font-size: 87.5%;
	color: #666666;
	line-height: 22px;
}
.icon_book {
	display: block;
	background-image: url(../../images/icon/icon_book.png);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	text-indent: -555555px;
}
.icon_global {
	display: block;
	background-image: url(../../images/icon/icon_global.png);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	text-indent: -555555px;
}
.icon_con {
	display: block;
	background-image: url(../../images/icon/icon_con.png);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	text-indent: -555555px;
}
.map_wrap {
	width: 100%;
	overflow: hidden;
	background: url(../../images/bg/bg_map.jpg) no-repeat center center;
	background-size: cover !important;
	padding: 85px 0;
}
.map_area {
	width: 1080px;
	margin: 0 auto;
}
.map_area h3 {
	font-size: 225%;
	color: #ffffff;
	font-weight: 600;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
}
.map_area > p {
	display: block;
	font-size: 112.5%;
	color: #ffffff;
	line-height: 30px;
	margin-top: 20px;
}
.map_area .map_navi {
	margin-top: 69px;
}
.map_area .map_navi ul {
	display: block;
	overflow: hidden;
}
.map_area .map_navi ul li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px rgba(255, 255, 255, .4) solid;
	line-height: 20px;
}
.map_area .map_navi ul li:first-child {
	border-left: none;
}
.map_area .map_navi ul li a {
	display: block;
	padding: 0 30px;
	font-size: 97.5%;
	font-weight: 600;
	color: rgba(255, 255, 255, .6);
	cursor: pointer;
}
.map_area .map_navi ul li a.active {
	color: #5ccbff;
}
.map_area .map_box {
	margin-top: 30px;
}
.map_area .map_box .my_map {
	float: left;
	overflow: hidden;
	width: 710px;
	height: 370px;
	background: #ffffff;
}
.map_area .map_box .map_info {
	float: left;
	width: 370px;
	height: 370px;
	background: #777777;
	text-align: left;
	color: #ffffff;
	padding: 35px 30px;
}
.map_area .map_box .map_info h4 {
	font-size: 150.0%;
	font-weight: 600;
}
.map_area .map_box .map_info .address {
	margin-top: 25px;
	line-height: 22px;
}
.map_area .map_box .map_info .address > h5 {
	font-size: 87.5%;
	font-weight: 600;
}
.map_area .map_box .map_info .address > p {
	font-size: 80%;
}
@media only screen and (max-width: 1080px) {
	.intro_area {
		padding: 50px 0;
	}
	.vision {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.vision img {
		width: 210px;
	}
	.vision h3 {
		font-size: 112.5%;
		line-height: 30px;
		margin-top: 15px;
	}
	.vision p {
		display: none;
	}
	.vision p.mobile {
		display: block;
		font-size: 87.5%;
		line-height: 24px;
		margin-top: 30px;
	}
	.business {
		width: 90%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.business h3 {
		font-size: 137.5%;
	}
	.business_list {
		width: 100%;
		margin: 25px auto 0;
		overflow: visible !important;
	}
	.bList_con {
		float: left;
		width: 100%;
		background: #ffffff;
		border: 1px #d5d5d5 solid;
		box-sizing: border-box;
		margin: 0 0 -1px 1px;
		padding: 30px;
	}
	.bList_con > em {
		width: 70px;
		height: 70px;
		margin: 0 auto 18px;
	}
	.bList_con > .name {
		font-size: 97.5%;
		font-weight: 600;
		color: #000000;
		margin-bottom: 20px;
	}
	.bList_con > .explain {
		font-size: 75%;
		color: #666666;
		line-height: 18px;
	}
	.icon_book {
		display: block;
		background-image: url(../../images/icon/icon_book_m.png);
		background-repeat: no-repeat;
		background-size: 70px 70px;
		text-indent: -555555px;
	}
	.icon_global {
		display: block;
		background-image: url(../../images/icon/icon_global_m.png);
		background-repeat: no-repeat;
		background-size: 70px 70px;
		text-indent: -555555px;
	}
	.icon_con {
		display: block;
		background-image: url(../../images/icon/icon_con_m.png);
		background-repeat: no-repeat;
		background-size: 70px 70px;
		text-indent: -555555px;
	}
	.map_wrap {
		padding: 50px 0;
	}
	.map_area {
		width: 90%;
	}
	.map_area h3 {
		font-size: 137.5%;
	}
	.map_area > p {
		display: block;
		font-size: 87.5%;
		color: #ffffff;
		line-height: 24px;
		margin-top: 20px;
	}
	.map_area .map_navi {
		margin-top: 30px;
	}
	.map_area .map_navi ul li {
		display: inline-block;
		padding: 0 5px;
	}
	.map_area .map_box .my_map {
		float: left;
		overflow: hidden;
		width: 100%;
		height: 200px;
		background: #ffffff;
	}
	.map_area .map_box .map_info {
		float: left;
		width: 100%;
		height: 250px;
		background: #777777;
		text-align: left;
		color: #ffffff;
		padding: 20px;
	}
	.map_area .map_box .map_info h4 {
		font-size: 97.5%;
		font-weight: 600;
	}
	.map_area .map_box .map_info .address {
		margin-top: 15px;
		line-height: 18px;
	}
	.map_area .map_box .map_info .address > h5 {
		font-size: 80%;
		font-weight: 600;
	}
	.map_area .map_box .map_info .address > p {
		font-size: 75%;
	}
	
}
@media screen and (max-width: 1080px) and (min-width: 1024px) {
	.bList_con {
		float: left;
		width: 33.33%;
		background: #ffffff;
		border: 1px #d5d5d5 solid;
		box-sizing: border-box;
		margin: 0 0 -1px -1px;
		padding: 40px;
	}
	.bList_con:first-child {
		margin-left: 1px;
	}
}
@media screen and (max-width: 480px) {
	.map_area .map_box .my_map {
		width: 100%;
		height: 370px;
		background: #ffffff;
	}
}
@media screen and (max-width: 1024px) and (min-width: 732px) {
	.map_area .map_box .my_map {
		float: left;
		width: 60%;
		height: 250px;
	}
	.map_area .map_box .map_info {
		float: left;
		width: 40%;
		height: 250px;
	}
}
@media screen and (max-width: 1080px) and (min-width: 1024px) {
	.vision {
		width: 60%;
	}
	.map_area {
		width: 70%;
	}
	.map_area .map_box .my_map {
		float: left;
		width: 60%;
		height: 250px;
	}
	.map_area .map_box .map_info {
		float: left;
		width: 40%;
		height: 250px;
	}
}
/* -------------------------------- 

Excellent Books Style

-------------------------------- */
.excellent_area {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	background: #f5f5f5;
}
.excellent_area > h2 {
	font-size: 225%;
    color: #e94c35;
    font-weight: 600;
    font-family: 'NanumSquare' !important;
    font-style: normal;
}
.excellent_area > p {
	display: block;
	font-size: 112.5%;
	color: #666666;
	font-weight: 600;
	margin-top: 20px;
}
.excellent_area > p.mobile {
    display: none;
}
.excellent_area .excellent_navi {
	margin-top: 69px;
}
.excellent_area .excellent_navi ul {
	display: block;
    overflow: hidden;
}
.excellent_area .excellent_navi ul li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px rgba(0, 0, 0, .15) solid;
    line-height: 20px;
}
.excellent_area .excellent_navi ul li:first-child {
    border-left: none;
}
.excellent_area .excellent_navi ul li a {
    display: block;
    padding: 0 10px;
    font-size: 97.5%;
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}
.excellent_area .excellent_navi ul li a.active {
    color: #e94c35;
}
.excellent_area .excellent_book_list {
	width: 1080px;
	margin: 65px auto 0;
	overflow: visible !important;
}
.btn_more_all {
   display: block;
    width: 100%;
    text-align: center;
    margin: 55px auto 0;
}
.btn_more_all a {
    display: block;
    width: 260px;
    padding: 25px 0;
    margin: 0 auto;
    border: 2px #e94c35 solid;
    color: #e94c35;
    font-weight: 600;
    font-size: 112.5%;
	line-height: 18px;
}
.btn_more_all a::after {
	content: "+";
	font-size: 138%;
	font-weight: 600;
	line-height: 18px;
	padding-left: 10px;
	vertical-align: top;
}

@media only screen and (max-width: 1080px) {
	.excellent_area {
		display: block;
		width: 100%;
		background: #f5f5f5;
		padding: 50px 0;
	}
	.excellent_area > h2 {
		font-size: 150.0%;
		color: #e94c35;
		font-weight: 600;
		font-family: 'NanumSquare' !important;
		font-style: normal;
	}
	.excellent_area > p {
		font-size: 87.5%;
		color: #666666;
		font-weight: 600;
		margin: 20px auto 0;
		line-height: 20px;
		width: 90%;
	}
	.excellent_area .excellent_navi {
		width: 90%;
		margin: 30px auto 0;
	}
	.excellent_area .excellent_book_list {
		width: 90%;
		margin: 25px auto 0;
		overflow: visible !important;
	}
	.btn_more_all {
		float: left;
		width: 100%;
		text-align: center;
		margin: 28px auto 0;
	}
	.btn_more_all a {
		display: block;
		width: 190px;
		padding: 19px 0;
		margin: 0 auto;
		border: 2px #e94c35 solid;
		color: #e94c35;
		font-weight: 600;
		font-size: 97.5%;
	}
	.btn_more_all a::after {
		content: "+";
		font-size: 125%;
		font-weight: 600;
		line-height: 18px;
		padding-left: 10px;
		vertical-align: top;
	}
}

/* Mobile Select Styled */
@media only screen and (max-width: 480px) {
	.map_area .map_navi ul {
		display: none;
	}
	.excellent_area .excellent_navi ul {
		display: none;
	}
}



