._msMain .tmainContBox {
width: 190px;
}
._msMain .tmainContBox h2{
color: #fff;
font-size: 2em;
line-height: 3;
text-align: center;
}
._msMain ._contentBuilder ._obj._objHtml .tmainContBox ul li {
padding-left: 0;
background-image: none;
}
._msMain ._contentBuilder ._obj._objHtml .tmainContBox ul li a{
display: block;
text-align: center;
line-height: 2;
color: #fff;
}

.mainBoxBan {
	width: 100%;
	height: 100%;
	position: relative;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #ccc;
}
.mainBoxBan.boxBan01{
	background: url("../../images/icon01.gif") no-repeat right bottom #f0f0f0;
}
.mainBoxBan.boxBan02{
	background: url("../../images/icon02.gif") no-repeat right bottom #f0f0f0;
}
.mainBoxBan.boxBan03{
	background: url("../../images/icon03.gif") no-repeat right bottom #f0f0f0;
}
.mainBoxBan .boxTitle{
	color: #3b576c;
	margin: 0 10px;
	line-height: 3;
	font-size: 1.4em;
}
.mainBoxBan .boxCont{
	color: #555;
	margin: 0 10px;
}
.mainBoxBan .boxAnchor{
	position: absolute;
	left: 10px;
	bottom: 20px;
	padding-right: 15px;
	background: url("../../images/iconAnchor.gif") no-repeat right 50%;
}

/* 문의 및 상담 */
.box_hu, .box_tel, .box_fax, .box_mail, .box_loc {
    border: #dedede 1px solid;
    padding: 60px 15px 60px 160px;
   
    color: #707070;
    font-size: 20px;
    font-weight: bold;
}

.box_hu {
   background: url("/sites/ks-qei/images/ico_hu.png") no-repeat 56px 50%;
}
.box_tel {
  	background: url("/sites/ks-qei/images/ico_tel.png") no-repeat 56px 50% #f8f8f8;
}
.box_fax {
  	background: url("/sites/ks-qei/images/ico_fax.png") no-repeat 56px 50% #f8f8f8;
}
.box_mail {
   background: url("/sites/ks-qei/images/ico_mail.png") no-repeat 56px 50%;
}
.box_loc {
   background: url("/sites/ks-qei/images/ico_location.png") no-repeat 56px 50%;
}

