@charset "utf-8";
@font-face {
	font-family: 'notokr-regular';
	src: url('../font/NotoKR-Regular/notokr-regular.eot');
	src: url('../font/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'), url('../font/NotoKR-Regular/notokr-regular.woff2') format('woff2'), url('../font/NotoKR-Regular/notokr-regular.woff') format('woff'), url('../font/NotoKR-Regular/notokr-regular.ttf') format('truetype'), url('../font/NotoKR-Regular/notokr-regular.svg#notokr-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	font-family: 'notokr-regular', 'Malgun Gothic', sans-serif;
	;
}


.grid {
	width: 1040px;
	padding: 0 0px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.sublist {
	width: 771px;
	border-bottom:1px solid #e1e1e1;
	clear: both;
	position: relative;
	text-align:right;
	line-height:80px;
	font-size : 22px;
	font-weight:bold;
	color:#1DBBBE;
}
.grid span {
	
}
.grie:after {
	content: "";
	display: block;
	clear: both;
}
#header {
	line-height: 150px;
	background:#f6fcff;
}
#spot {
	border-top: 3px solid #65c8bf;
	
}
#subcontent {
	border-bottom: 1px solid #d6d6d6;
}
#subcontent .grid {
	border-right: 1px solid #d6d6d6;
	min-height: 600px;
}
.author {
	text-align: right;
	line-height: 70px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}
.mycontent {
	line-height: 1.8em;
	text-align: justify;
	color: #454545;
	word-break: keep-all;
	padding-bottom: 100px;
}
#gnb {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 200px;
    font-size: 14px;
}
#gnb li {
	border-bottom: 1px solid #d6d6d6;
	transition: .3s;
}
#gnb li#first {
	background: #5AC4BA url(../images/common/pt.png) 100% 0 no-repeat;
	color: #5AC4BA;
	text-align: center;
	font-size: 14px;
	border-bottom: none;
}
#gnb a {
	color: #323232;
	line-height: 50px;
	font-weight: bold;
	display: block;
	border-left: 1px solid #d6d6d6;
	padding-left: 14px;
	text-decoration: none;
	cursor: pointer;
}
#gnb li#first a {
	color: #fff;
	font-size: 14px;
	letter-spacing: -1px;
	display: inline;
	font-weight: normal;
	padding: 0;
	border: none;
}
#gnb li:hover {
	background: #fafafa;
	
}
#gnb>li.on>a {
	border-color: #fff;
	color: #5AC4BA;
}
#gnb>li.on>a:before {
	content: "> "
}
#gnb li ul {
	display: none;
	border: none;
}
#gnb li.on ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#gnb li ul li {
	border: none;
	padding: 0 5px 5px 0;
	word-break: keep-all;
}
#gnb li ul li a {
	border: none;
	line-height: 16px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#gnb li ul li.on a {
	color: #c9744b
}
#footer {
	background: #383838;
	padding: 30px 0;
}
#footer ul {
	list-style: none;
	padding: 0;
	line-height: 30px;
}
.gap_small {
	height: 20px;
	clear: both;
}
.radius {
	border-radius: 10px;
}
.gap {
	height: 40px;
}
.table_type {
	border: 0px solid #000;
}

.table_type tr{
    height: 60px;
}
.table_type3 {
	border: 1px solid #000;
}
.table_type3 td {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}
.table_type2 td {
	padding: 5px;
}
.table_type td {
	border: 1px solid #ea8861;
	text-align: center;
	
}
.backtotop {
	background: #333 url("../images/common/sprite.png") 0 -60px no-repeat;
	border-radius: 3px 3px;
	bottom: 10px;
	display: none;
	filter: alpha(opacity=50);
	height: 30px;
	opacity: 0.5;
	position: fixed;
	right: 10px;
	transition: 0.3s;
	width: 30px;
	text-indent: -9999px;
}
#backtotop:hover {
	background-color: #000;
	filter: alpha(opacity=100);
	opacity: 1;
}
.tin {font-size:10px;}
.border-tin{border-top: 2px solid #555555;width:330px;margin-top:50px;}
.border-tin2{border-top: 1px solid #e1e1e1;margin:50px 0;border-style:dashed;}

.imgmargin{margin:0 auto; text-align: center;}
.que{font-size:24px; font-weight:bold; color:#AA8B90;}
.interview{font-size:14.5px;}
.interview ul{list-style:none; padding:0; margin:0;}
.interview li{list-style:none; padding:0; margin:0;}
.disin{visibility: hidden;}

.css-gradient{
	/*start ------------*/
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #568b8f), color-stop(1, #ffffff));
	background: -moz-linear-gradient(left, #568b8f 0%, #ffffff 100%);
	background: -webkit-linear-gradient(left,  #568b8f 0%, #ffffff 100%);
	background: -o-linear-gradient(left,  #568b8f 0%, #ffffff 100%);
	background: -ms-linear-gradient(left,  #568b8f 0%, #ffffff 100%);
	background: linear-gradient(left,  #568b8f 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#568b8f', endColorstr='#ffffff', gradientType=1);
}
.table1{ margin-top:20px;}
.table1 th{ background:#f5f5f5;text-align:center;}
.table1 tr{ height:80px;}
.table1 td{ text-align:justify;padding:15px;}

.table2{ margin-top:30px;}
.table2 li{list-style:none;}
.table2 td{ text-align:justify;padding:15px;}

.lte{ font-weight:bold;}
.lte li{list-style:none;}
.hovertag {margin:0 auto;padding:20px 40px; background:#2D5CBE; width:280px; text-decoration: none;}
.hovertag a{ color:#ffffff;}
.hovertag a:hover{color:#f6ff00; text-decoration: none;}

