@CHARSET "UTF-8";

/* 공통 css   by 안규태 사원 */
/* 2016 . 03 . 07 - am 10:36   */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face{
	font-family: "cabin";
	src:local('../font/cabin/Cabin-Regular.otf') fomat('embeded opentype');
	
}

body{
	width:100%;
	height:100%;
	margin:0;
	font-family: 'Nanum Gothic', sans-serif;
}

.section_title{
	width:100%;
	height:50px;
	font-weight: bold;
	letter-spacing:1px;
	font-family: cabin;
}

a{
	text-decoration:none;
	color:#727272;
}

.section_title_underbar{
	width:220px;
	height:20px;
	background:url('../image/commons/under.png');
	background-size:220px 20px;
	margin-left: auto;
	margin-right: auto;
}

/* 컴퍼넌트 정렬 */
.align_c{
	text-align: center;
}


/* 폰트 크기 */
.font_s10{
	font-size:10pt;
}


.font_s12{
	font-size:11pt;
}

.font_s13{
	font-size:20pt;
}


/* 폰트 색 */
.font_cGray{
	color:#727272;
}