﻿/* 웹폰트 설정 */
@font-face{
	font-family:'NanumGothic';
	font-style:normal;
	font-weight:500;
	src:url('http://chowon.iwebmedia.co.kr/font/NanumGothic.eto');
	src:local("나눔고딕"), url('http://chowon.iwebmedia.co.kr/font/NanumGothic.woff') format('woff'), url('http://chowon.iwebmedia.co.kr/font/NanumGothic.ttf') format('truetype');
}

@font-face{
	font-family:'NanumGothicWEB';
	font-style:normal;
	font-weight:bold;
	src:url('http://chowon.iwebmedia.co.kr/font/NonumGothicBold.eto');
	src:local('※'), url('http://chowon.iwebmedia.co.kr/font/NanumGothicBold.woff') format('woff'), url('http://chowon.iwebmedia.co.kr/font/NanumGothicBold.ttf') format('truetype');
}

@font-face{
	font-family:'NanumGothicBold';
	font-style:normal;
	font-weight:bold;
	src:url('http://chowon.iwebmedia.co.kr/font/NanumGothicBold.eto');
	src:local('※'), url('http://chowon.iwebmedia.co.kr/font/NanumGothicBold.woff') format('woff'), url("http://chowon.iwebmedia.co.kr/font/NanumGothicBold.ttf") format('truetype');
}

.dash-unit {		
	margin-bottom: 20px;
	padding:15px;
	border: 1px solid #d4d4d4;
	background-color: #ffffff;
	color:#000000;
	height:200px;
}

.dash-unit-bn {		
	margin-bottom: 20px;
	padding-top:35px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #d4d4d4;
	background-color: #ffffff;
	color:#000000;
	height:220px;
}

.dash-unit hr {
  	border: 0;
  	border-top: 1px solid #151515;
  	border-top-style: dashed;
	margin-top:3px;
}

.dash-unit h1 {
	font-family: "NanumGothic";
	font-weight: 700;
	font-size: 20px;
	line-height: 0px;
	letter-spacing: 0px;
	color: #4b95eb;
	padding-top:0px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

.dash-unit h2 {
	font-family: "NanumGothic";
	font-weight: 700;
	font-size: 25px;
	line-height: 0px;
	letter-spacing: 0px;
	color: #000000;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

.dash-unit h3 {
	font-family: "NanumGothic";
	font-size: 15px;
	line-height: 0px;
	letter-spacing: 0px;
	color: #000000;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

.dash-unit p {
	font-family: "NanumGothic";
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	color: inherit;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
 }

.dash-unit bold{
	font-family: "NanumGothic";
	font-size:26px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
}

.dash-unit span.btn {
	font-family: "NanumGothic";
	width:80px;
	font-size:13px;
	background: #0b8dda;
	color:#fff;
	vertical-align:middle;
	border-radius: 4px;
}