/* layout */
section{ width: 1200px; overflow: hidden; margin: 0 auto; }
.sTop{ width: 1200px; height: 125px; border-bottom: 1px solid #ccc; }
.sBottom{ width: 1200px; overflow: hidden; }
.sLeft{ float: left; width: 20%; overflow: hidden; box-sizing: border-box; padding: 20px 20px 20px 0; }
.sRight{ float: left; width: 80%; overflow: hidden; box-sizing: border-box;}


/* sTop */
.mainImg{ float: left; width: 20%; height: 125px; }
.titleWrap{ float: left; width: 80%; height: 125px; border-left: 1px solid #ccc; padding: 30px; box-sizing: border-box; }
.titleWrap h3{ margin-bottom: 25px; }
.titleWrap h3 .gray{ color: #333; font-size: 18px; }
.titleWrap h3 .red{ color: #0e2666; font-size: 18px; }


/* sNav */ 
.sLeft h2{ color: #222; font-size: 25px; line-height: 22px; margin-bottom: 10px; }
.sNav{ border-top: 1px solid #ccc; }
.sNav li{ width: 100%; height: 40px; border-bottom: 1px solid #ccc; position: relative; }
.sNav li a{ display: block; width: 100%; height: 100%; padding: 10px; box-sizing: border-box; font-size: 14px; line-height: 20px; }
.sNav li a:hover{ color: #0e2666; }
.sNav li .icon{ position: absolute; top: 7px; right: 10px; font-size: 20px; }
.sNav li a:hover + .icon{ color: #0e2666; }
/* li 활성화 - on */
.sNav li.on{ background-color: #0e2666; }
.sNav li.on a{ color: #fff; }
.sNav li.on a:hover{ color: #fff; }
.sNav li.on .icon{ color: #fff; }
.sNav li.on a:hover + .icon{ color: #fff; }



/* sRight */
.invi{ width: 100%; height: 60px; background: #0e2666; color: #fff; text-align: left; font-size: 16px; padding: 20px; box-sizing: border-box; margin-top: 20px;}
.invi img{float: left; margin-right: 10px;}
.invi li{ float: left; line-height: 16px; margin: 0 5px; }
.content{ width: 100%; min-height: 600px; overflow: hidden; padding: 20px; padding-bottom: 250px; box-sizing: border-box; }



.content .introduceCon{ font-size: 14px; line-height: 2;  }
.introIconImg, .introTxtImg, .introduceCon{margin-top: 40px;}


.termsWrap {
	margin: 20px 20px 0 30px;
}
.terms {
	font-size: 14px;
	font-weight: 500;
	border-bottom: 2px solid #666;
	padding : 5px 0;
	overflow: hidden;
	margin: 12px 0;
	cursor: pointer;
}
.terms  p {
	float : left;
    font-size: 16px;
}
.terms img{
	float : right;
	vertical-align: middle;
	margin: 5px 10px;
}
.termsCon {
	height : 310px;
	overflow: auto;
	background: #f2f2f2;
	padding : 10px;
	font-size: 12px;
	line-height: 1.7;
    box-sizing: border-box; 
	display: none;
}
.faqCon {
	height : 70px;
}
.faqList {
	margin-top : 40px;
}
.faqList li{
	padding : 0 5px 2px 5px;
	font-size : 10px;
}






