@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(/assets/fonts/NanumSquareR.eot);
 src: url(/assets/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(/assets/fonts/NanumSquareR.woff) format('woff'),
      url(/assets/fonts/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(/assets/fonts/NanumSquareB.eot);
 src: url(/assets/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(/assets/fonts/NanumSquareB.woff) format('woff'),
      url(/assets/fonts/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(/assets/fonts/NanumSquareEB.eot);
 src: url(/assets/fonts/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(/assets/fonts/NanumSquareEB.woff) format('woff'),
      url(/assets/fonts/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(/assets/fonts/NanumSquareL.eot);
 src: url(/assets/fonts/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(/assets/fonts/NanumSquareL.woff) format('woff'),
      url(/assets/fonts/NanumSquareL.ttf) format('truetype');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: justify;
}

body{
	font-family:  "'NanumSquare'",   "Noto Sans KR", "¸¼Àº °íµñ", sans-serif;
	background:#ffe6de url(spring-bg.png) no-repeat;
}
a:hover {
	transition: .2s ease-in;
}
#content-main{
	width:1000px;
	margin:0 auto;
	padding: 0 0 50px 0;
}
#content-main h1,#content-main h2{
    text-align: center;
    background: #fff;
	margin: 15px 0;
    padding: 30px 0;
}
#content-main h1{
	font-size:140%;
	font-weight: 500;
	letter-spacing: -.3px;
	margin:0;
}
#content-main div.bnr-box{
    height: 110px;
    width: 100%;
	padding-top: 1em;
}
#content-main div.link-box ul li{
    width: 24.5%;
    margin: 0 1px 0.5%;
}
#content-main div.link-box ul li:nth-child(1){
    background: #cdf1ff url(intro-icon00.svg) 17% 50% no-repeat;
}
#content-main div.link-box ul li:nth-child(2){
    background: #cdf1ff url(intro-icon02.svg) 15% 50% no-repeat;
}
#content-main div.link-box ul li:nth-child(3){
    background: #cdf1ff url(intro-icon01.svg) 23% 50% no-repeat;
}
#content-main div.link-box ul li:nth-child(4){
    background: #cdf1ff url(intro-icon01.svg) 12% 50% no-repeat;
}
#content-main div.link-box ul li:nth-child(5){
    background: #cdf1ff url(intro-icon03.svg) 16% 50% no-repeat;
}
#content-main div.link-box ul li:nth-child(6){
    background: #cdf1ff url(intro-icon03.svg) 17% 50% no-repeat;
}
#content-main div.link-box ul li:nth-child(7){
    background: #cdf1ff url(intro-icon04.svg) 14.5% 50% no-repeat;
}
#content-main div.link-box ul li a{
	margin:0;
	width:100%;
/*	padding: 13px 0;*/
    font-size: 95%;
    border: 0;
}
#content-main div.link-box ul li a:hover{
	margin:0;
	width:100%;
/*	padding: 13px 0;*/
    background: #00b8ff;
    border: 0;
}
#content-main div.top-title{
    margin-top: 30px;
}
/*table*/
table {
	clear:both;
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}
table:after {
/*	content: ' ';
	margin: 0.5em 0;*/
}
table caption.hidden {
	position: absolute;
	/*font-size: 0;
	line-height: 0;
	visibility:hidden;*/
	overflow: hidden;
	/*width: 0;
	height: 0;*/
}
table caption {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
table a {
	
}
table th {
	color: #222;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0;
	line-height: 20px;
    font-size: 120%;
}
/*table td {
	color: #444;

	vertical-align: middle;
	padding: 10px;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}*/
table td{
	text-align: center;
}
table tr.gray,
table td.td-gray {
	background-color:#f9f9f9;
}
table td.td-left {
	text-align: left;
}
table td.td-center {
	text-align: center;
}
table td.td-right {
	text-align: right;
}
table td span.block-list {
	display: block;
	text-align: center;
}
table td span.block-list-etc {
	display: block;
	text-align: left;
}
/*table thead th {
    font-size: 120%;
	color: #222;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}
table tbody th {
	font-weight: normal;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #F9F9F9;
}
table {
	width:1000px;
	border-bottom:1px solid #ddd;
	border-collapse: collapse;
}*/
#content-main div.info table:last-child{
    margin-top: 20px;
}
caption {
/*	position: absolute; */
	width: 0; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow: hidden; 
	visibility: hidden;
}
table th {
/*	border:1px solid #ddd;*/
	font-weight: 400;
	padding: 20px 7px;
	text-align: center;
	background:#f9f9f9;
	background: #fff083;
	border: 1px solid #dece55;
	border-color: #d2d2d2;
}
table td {
/*	border:1px solid #ddd;*/
	padding:10px 15px 10px 15px;
	font-size: 115%;
	font-weight: 400;
	vertical-align: middle;
    background: #fff;
	border: 1px solid #dcd6ab;
	border-color: #d2d2d2;
}

.link-list {
   
}

#content-main div.link-list{
    width: 1000px;
    height: 80px;
    margin-top: 30px;
}
#content-main ul{
	margin:0;
	padding:0;
}
#content-main div.link-list ul li{
	list-style: none;
	float:left;
    text-align: center;

}
#content-main ul li:nth-child(4){
}
#content-main ul li a{
	text-decoration: none;
    color: #fff;
    font-size: 120%;
	text-align: center;
    background: #11c538;
    display: block;
    width: 196px;
    padding: 25px 0;
	border: 0 none;
	border-radius: 3px;
}
#content-main ul li:nth-child(1) a,
#content-main ul li:nth-child(3) a,
#content-main ul li:nth-child(2) a,
#content-main ul li:nth-child(4) a{
    margin-right:5px;
}

#content-main ul li a:hover{
	color:#fff;
	font-size: 120%;
	background:#09c3d3;
	background:#444ae6;
}

#content-main div.last{
	text-align:center;
    width: 1000px;
    height: 193px;
    margin-top: 20px;
}
#content-main div.last img{
	float:left;
}
#content-main div.last div.a-link{
    float: left;
	width:418px;
    height: 193px;
}
#content-main div.last div.a-link a{
	width: 50%;
    display: block;
    float: left;
    background: #00b4ff;
	padding: 48.5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 135%;
    font-weight: 600;

}
#content-main div.last div.a-link a:last-child{
	background:#0077c2;
}
#content-main p.bottom-title{
	text-align: center;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 50px;
}
p.title{
	font-weight: 500;
    font-size: 140%;
    color: #067f80;
	color: #de0b6d;
	color: #0982ea;
	line-height: normal;
    margin: 0;
	text-align: center;
}
p.date{
    font-size: 90%;
/*    color: #1488ff;*/
    font-weight: 500;
    margin-top: 5px;
	text-align: center;
}
textarea {
	height: 500px;
}
#content-main h2 {
    font-size: 140%;
	background: transparent;
}
#content-main span.point{
    color: #ff3b00;
    font-weight: bold;
    letter-spacing: -2px;
}
#content-main span.cd{
    color: #0982ea;
    letter-spacing: -2px;
}
#content-main table.supporting-measure{
	border-spacing: 0px;
    border-collapse: collapse;
}
#content-main table.supporting-measure th span{
	display:block;
	text-align:center;
	font-weight:300;
}
#content-main table.supporting-measure thead th{
	font-weight:500;
    border: 1px solid #d2d2d2;
	border-bottom:0 none;
    background: #d3fbff;
}
#content-main table.supporting-measure td ul li{
	list-style:none;
    background: url(/images/common/depth02.svg)no-repeat 3px 10px;
    padding-left: 0.8em;
    line-height: 22px;
	text-align:left;
}
#content-main table.supporting-measure tbody th{
    background: #fcffd4;
    border: 1px solid #d2d2d2;
}
#content-main table.supporting-measure tbody td{
    border: 1px solid #d2d2d2;
}


#content-main table tr th a {
    text-decoration: none;
     color: #222;
}

#content-main .top-link {
	padding: 24px 0 0 0;
}
#content-main .top-link a.cheongdo {
	float: left;
}
#content-main .top-link a.cdc {
	float: right;
}
#content-main .top-link:after {
	content: '';
	display: block;
	clear: both;
}

span.click-guide {
    display: inherit;
	text-align: right;
	color: red;
	font-weight: bold;
    font-size: 20px;
}
span.red-point {
	color: red;
	font-weight: bold;
}
a.point {
    font-size: 19px;
    font-weight: bold;
}
td.point {
    font-weight: bold;
	font-size: 15px;
}