@charset "utf-8";

#biz_title {position:relative;margin-bottom:80px;}
#biz_title .tit {padding-bottom:20px; font-size:42px; font-weight:700; line-height:50px; color:#0a4999;}
#biz_title .txt {padding-bottom:40px; font-size:23px; line-height:34px; color:#111; border-bottom:1px solid #ddd;}
#biz_title p {font-size:18px; line-height:30px; color:#666; word-break: keep-all; word-wrap: break-word;}
#biz_title p span {color:#0077c0;}

.biz_wrap{position:relative; width:100%; overflow:hidden; padding:80px 0;}
.biz_wrap:before {content:'';position: absolute; width: 100%; height:100%; background:#42556c /*url(/images/business/business_txtArea_bg.png)*/; top: 0; z-index: -1;}
.productArea {margin:0 auto; padding:0; max-width:1300px;}
.productArea:after {display:block;clear:both;content:''}
.productArea .imgArea {position:relative; float:left; width:45%; overflow:hidden; box-shadow:13px 13px 32px 0 rgba(0, 0, 0, 0.2);}
.productArea .imgArea img {width:100%; margin-bottom:-6px;}
.productArea .txtArea {position:relative; float:left; min-height:430px; background:#fff; box-shadow:13px 13px 32px 0 rgba(0, 0, 0, 0.2); width:55%; padding:50px; height:auto; box-sizing:border-box; box-sizing:border-box; word-break:keep-all;}
.productArea .txtArea h4{position:relative; padding-bottom:20px; font-size:26px; }
.tb_data {border-top:2px solid #111; width:100%;}
.tb_data table {display:table;word-break:break-all;border-spacing:0;border-collapse:separate;border-collapse:collapse; font-size:15px;}
.tb_data table th{width:80px; margin:0; padding:15px 0;color:#444; vertical-align:top; border-bottom:1px solid #caced3; word-break: keep-all; word-wrap: break-word;}
.tb_data table td{ margin:0; padding:10px 0 10px 15px;vertical-align: top:;color:#666;line-height:24px;white-space:pre-wrap; border-bottom:1px solid #caced3; word-break: keep-all; word-wrap: break-word;}
.tb_data .bottom_line {border-bottom:0;}

div#content ul.list1{margin:0; padding:20px 0; border-bottom:1px solid #caced3;}
div#content ul.list1 li{padding:5px 0 5px 22px; font-size:17px; color:#666; text-align:justify; background:url(/images/icon_dot1.gif) 10px 50% no-repeat; word-break: keep-all; word-wrap: break-word;}

/* 이미지슬라이드  */
.product {position:relative;}
/*슬라이드 재생 버튼*/
.controlBox{position:absolute;bottom:0;right:0;font-size:0;}
a.btn_stop{position:absolute;right:0px;bottom:0;width:30px;height:30px;font-size:0;background:url(/images/business/btn_play_stop.png);background-position:0 0; text-indent:-9000px;overflow:hidden;z-index:11;}
a.btn_play{position:absolute;right:30px;bottom:0;width:30px;height:30px;font-size:0;background:url(/images/business/btn_play_stop.png);background-position:0 -30px; text-indent:-9000px;overflow:hidden;z-index:11;}
a.btn_next{position:absolute;right:60px;bottom:0;width:30px;height:30px;font-size:0;background:url(/images/business/btn_play_stop.png);background-position:0 -90px; text-indent:-9000px;overflow:hidden;z-index:11;}
a.btn_prev{position:absolute;right:90px;bottom:0;width:30px;height:30px;font-size:0;background:url(/images/business/btn_play_stop.png);background-position:0 -60px; text-indent:-9000px;overflow:hidden;z-index:11;}

@media screen and (max-width:1300px) {
#biz_title.inner{max-width:94%; margin:0 auto;}
}


@media screen and (max-width:1024px) {
	#biz_title {padding-bottom:20px;}
	#biz_title .tit {font-size:35px;line-height:40px;}
	#biz_title .txt {font-size:21px; }
	#biz_title p {font-size:18px;}

	.biz_wrap:before {display:none;}
	.productArea {}
	.productArea .imgArea{float:none; width:100%; box-shadow:none;}
	.productArea .txtArea{float:none; width:94%; box-shadow:none; height:auto; margin:0 auto; padding:30px 0;}

	.slider > .slick-prev, .slider > .slick-next{top: 0; right:0;}
	.tb_data table {font-size:14px;}
	.tb_data table td{line-height:20px;}

	/*슬라이드 재생 버튼*/
	.controlBox{position:absolute;top:0;left:0;font-size:0;}
}

@media screen and (max-width:430px) {

}