@charset "UTF-8";

/* =========================  COMMON  =========================  */

form{margin:0; padding:0;}
img{border:none;}
input, select, textarea{font-family:dotum, Arial, Helvetica, sans-serif; font-size:small;}

a:link { color:#333333; text-decoration: none; }
a:visited { color:#333333; text-decoration: none; }
a:hover { color:#000000; text-decoration: none;}
a:active { color:#333; text-decoration: none; }

.floatL{float:left;}
.floatR{float:right;}

.clearB{clear:both;}
.clearL{clear:left;}
.clearR{clear:right;}
.clear:after{ content:""; height:0; visibility:hidden; display:block; clear:both;}

.textLeft{text-align:left;}
.textRight{text-align:right;}
.textCenter{text-align:center;}

.noView{display:none;}
.cursorPointer{cursor:pointer;}

/* 폰트 스타일  */
.textL{font-size:14px;}
.textN{font-size:12px;}
.textS{font-size:11px;}
.text-gray666{color:#666;}
.text-green{color:#33c002;}
.textB{font-weight:bold;}
.text-navy{color:#213e8e;}
.text-navy a{color:#213e8e; text-decoration:underline}
.text-navy a:hover{color:#213e8e;}

.paddingL13{padding-left:13px;}
.paddingL7{padding-left:7px;}
.paddingR-5{padding-right:-5px;}
.marginL20{margin-left:20px;}

.spacing-1{letter-spacing:-1px;}

.textS a{color:#666;}
.textS a:hover{color:#333;}

.text-green a{color:#33c002;text-decoration:none;}
.text-green a:hover{color:#2ba102;text-decoration:none;}

/* 블릿 및 텍스트 꾸밈요소 공통 */

.barV-sRight{
	background:url(../../images/localNav/bar_v_localNavi.gif) no-repeat 100% 1px; 
	padding-right:10px;
	}		
.barV-sLeft{
	background:url(../../images/localNav/bar_v_localNavi.gif) no-repeat 0 1px; 
	padding-left:8px; 
	margin-left:4px;
	}

.barV-tLeft{
	background:url(../../images/localNav/bar_v_thick.gif) no-repeat 0 1px;
	padding-left:8px; 
	}
	
.arrow-s{
	background:url(../../images/localNav/arrow_01.gif) no-repeat 0 1px;
	padding-left:10px;
	margin-left:-1px;
	}
.arrow-b{
	background:url(../../images/localNav/arrow-big.gif) no-repeat 100% 1px;
	padding-right:10px;
	}

.dot{
	background:url(../../images/localNav/dot.gif) no-repeat 0; 
	padding-top:2px; 
	padding-left:5px; 
	padding-right:30px; 
	margin-left:10px;
	}
	
.dot-big{
	background:url(../../images/conRig/big-dot.gif) no-repeat 0 1px;
	padding-top:-65px; padding-left:7px;
	}
	

/* 테이블 스타일  */
.table-noLine{width:100%; border:0; border-collapse:collapse;}



/*  
===============================================================================
 * @description : 코리아닷컴 메인화면용 CSS
===============================================================================
 *         DATE      |        AUTOR       |         DESCRIPTION
===============================================================================
 *    2011/04/00     |        방수연      |          
-------------------------------------------------------------------------------
 *    2011/04/29     |        방수연      |          최초작성
===============================================================================
*/