/*³ª´®°íµñÃ¼ Àû¿ë*/
@font-face{
	font-family: nGothic;
	font-style: normal;
	font-weight: normal;
	src: url('/font/NanumGothic.eot'); 
	src: local('¡Ø'),
		 url('/font/NanumGothic.woff') format('woff'), 
		 url('/font/NanumGothic.ttf') format('truetype');
}

@font-face{
	font-family: nGothicB;
	font-style: normal;
	font-weight: bold;
	src: url('/font/NanumGothicBold.eot');
	src: local('¡Ø'),
		 url('/font/NanumGothicBold.woff') format('woff'),
		 url('/font/NanumGothicBold.ttf') format('truetype');
}

* {
   margin:0;
   padding:0;
}


DIV,TD,A		{font-family:nGothic}
/*¼­ºê¸ÞÀÎÅ¸ÀÌÆ² - Ä¿¹Â´ÏÆ¼Çü*/
.csSubTit      { font-size:25px;font-family:nGothicB; color:#007AA2;padding:10px 0px 10px 10px;margin-bottom:10px}
.csSubTit span { font-size:13px;text-align:left;font-family:nGothic;margin-left:20px;color:#686868}
.csSubint      { font-size:13px;text-align:left;font-family:nGothic;padding:15px 0px 0px 0px;}

/*¼­ºêÇÏÀ§ Å¸ÀÌÆ² - ±âº»Çü */
.csTitle       { float:left;font-family:nGothicB;width:100%;display:block;margin-bottom:10px;}
.csTitle H3    { background:url(/Community/Img/Main/iconTitleBar.gif) 30px center no-repeat; background-color:#81c0cc;}
.csTitle H3 p  { position:relative;  padding:9px 0px 8px 0px; font-size:15px; color:#fff;}


/*¼­ºêÇÏÀ§ Å¸ÀÌÆ² - ±âº»ÇüÈ®Àå2 */
.csTitle2       {font-family:nGothicB;width:100%;display:flex;align-items:center;position: relative;
                background:url(/Community/Img/Main/iconTitleBar.gif) 30px center no-repeat; background-color:#81c0cc;;}
.csTitle2 H2    {width:20px;cursor:pointer;color:#fff;font-weight:bold;vertical-align:middle;line-height:15px} 
.csTitle2 H3    { display:flex;align-items:center;justify-content: center;width:100%}
.csTitle2 H3 p  { position:relative;  padding:9px 0px 8px 0px; font-size:15px; color:#fff;}

/*¼­ºêÇÏÀ§ Å¸ÀÌÆ² - ±âº»ÆË¾÷Çü no margin */
.csPopTit      { float:left;font-family:nGothicB;;width:100%;margin-bottom:10px;padding:0px}
.csPopTit H3   { background:url(/Community/Img/Main/iconTitleBar.gif) 30px center no-repeat; background-color:#81c0cc;}
.csPopTit H3 p { position:relative; padding:10px 0px 10px 50px; font-size:15px; color:#fff;} 

/*Àü¹®°¡Çü Å¸ÀÌÆ²*/
.csExpertTit		{ font-size:17px;font-family:nGothicB; color:#007AA2;padding:7px 0px 7px 15px;margin-bottom:8px; background:url(/Img/Title/iconTitleBarBlue.gif) 5px center no-repeat;}
.csExpertTit span 	{ font-size:13px;text-align:left;font-family:nGothic;margin-left:10px;color:#686868}
.csBorderB			{ border-bottom:2px solid #007AA2;}