@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {height: 100%;}
body {
	position:relative;
	color: #292929;
	font-size: 100%;
	font-family:  "Noto Sans KR", "Malgun Gothic", sans-serif;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -.5px;
	width: 100%;
	height: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: none;
}
span.overlay {
	display: none;
	width: 100%;
	height: 100%;
}
body.overlay span.overlay {
	display: block;
}
input,
button {
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
button {
	cursor: pointer;
}
select,
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
select {
	position: relative;
	margin: 0;
	padding: 0 15px 0 10px;
	background: #fff url(/images/common/sb-arrow-g.svg) 90% 50% no-repeat;
	background-size: 10px;
	border: 1px solid #c9c9c9;
}
a {
	color: #161616;
	text-decoration: none;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
a:hover {
	color: #f05173;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
em {
	font-style: normal;
}
.hidden {
	display: none;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100%;
}
#wrap {
	position:relative;
	margin: 0;
	padding: 0;
	z-index:1;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 65px;
	padding: 0;
	background: #fff;
	border-bottom:1px solid #ddd;
	z-index: 1000;
}
h1 {
	text-align: center;
	margin: 0 auto;
}
h1 a {
	display: inline-block;
	margin: 8px auto 0;
}
h1 a img {
	display: block;
	width: 100px;
}
.top-menu {
	display: inline-block;
	vertical-align:middle;
	height:35px;
	width: 24px;
	text-indent: -9999em;
	background: url(/images/common/mobile-menu.svg) 50% 50% no-repeat;
}
.top-links a{
	float: left;
    margin: 0 0 0 10px;
}
#version-list {
	width:100%;
	text-align:center;
	margin: 0;
	padding: 15px 0 0 0;
}
#version-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
#version-list li a {
	display: block;
	font-size: 85%;
	color: #000;
	text-decoration: none;
	padding: 8px 15px;
	border: 1px solid #b3b3b3;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	background: #fff;
}
#top-area {
	position: absolute;
	top: 54%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#top-area a.login {
	display: block;
	width: 34px;
	height: 28px;
	text-indent: -9999em;
	background: url(/images/common/login-icon.svg) 50% 50% no-repeat;
	background-size:34px;
}

#top-area a.logout {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -9999em;
    background: url(/images/common/logout.svg) 50% 50% no-repeat;
    background-size: 34px;
}
#menu ul {
	position:relative;
	margin: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
}
#menu ul li span a {
	display: block;
	position: relative;
	font-size: 100%;
	font-weight: 600;
	padding: 12px 12px 12px 15px;
	border-bottom: 1px solid #ccc;
}
#menu ul li.expanded span a {
	border-bottom: 0 none;
}
#menu ul li:first-child span a {
	border-top: 0 none;
}
#menu ul li span a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 15px;
	height: 15px;
	background: url(/images/common/plus-o-icon.svg) 0 50% no-repeat;
	background-size: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#menu ul li.expanded span a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 15px;
	height: 15px;
	background: url(/images/common/minus-g-icon.svg) 96% 50% no-repeat;
	background-size: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#menu ul li ul {
	border-bottom: 0 none;
}
#menu ul li ul li {
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #fff;
}
#menu ul li ul li.first a {
	border-top: 1px solid #ccc;
}
#menu ul li ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 90%;
	text-align: left;
	padding: 15px;
    background: #fff8e7;
    color: #000;
	border-top: 1px solid #ddd;
}
#menu ul li ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	background: url(/images/common/sr-arrow-w.svg) 50% 50% no-repeat;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#menu ul li ul li:first-child a {
	border: 0 none;
}
#menu ul li ul li:first-child ul li a {
	border-top: 1px solid #c3c3c3;
}
#menu ul li ul li ul li:first-child a {
	border-top: 0 none;
}
#menu ul li.expanded ul li:last-child a {
	border-bottom: 1px solid #ddd;
}
#menu ul li:last-child ul li:last-child a {
	border-bottom: 1px solid #ddd;
}
#menu ul li ul li ul li a {
	color: #161616;
	font-weight: normal;
	padding: 10px;
	border-top: 1px solid #c3c3c3;
	background: #e1ebff;
}
#menu ul li ul li ul.depth03 li a {
	border-bottom: 0 none !important;
}
#menu ul li ul li ul li a:after {
	display: none;
}
#menu #quick-mode li {
	font-size: 95%;
}
#menu {
	margin: 0;
	padding: 0;
	background: #fff;
}
body .menu-open {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	background: #fff;
	z-index: 10000;
}
#menu .menu-close {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #222;
    width: 25px;
    height: 25px;
    background: url(/images/common/close-w-icon.svg) 50% 50% no-repeat;
    text-indent: -9999px;
}
#menu #closed {
    min-height: 68px;
    background: #f8b200;
}
#top-family-link {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 10000;
}
#top-family-link ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
}
#top-family-link ul li a {
	display: block;
	font-size: 95%;
	padding: 6px 0;
	/*padding: 6px 15px;
	border: 1px solid #ff5917;
	border-radius: 25px;
	-webkit-border-radius: 25px;*/
}
#menu ul li a {
	position: relative;
	text-decoration: none;
}
#menu .other {
    background: #f3f3f3;
    position: relative;
    margin: 0px auto;
    padding: 1em;
}
#menu .other div.sns p {
    display: block;
    text-align: center;
    font-size: 85%;
    margin-bottom: 15px;
}
#menu .other div.sns ul {
    text-align: center;
}
#menu .other div.sns li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
#menu .other div.sns li a {
    display: block;
    text-indent: -9999em;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
#menu .other div.sns li.facebook a {
    background: url(/images/common/sns/facebook.svg) 0 0 no-repeat;
}
#menu .other div.sns li.kakaostory a {
    background: url(/images/common/sns/kakaostory.svg) 0 0 no-repeat;
}
#menu .other div.sns li.blog a {
    background: url(/images/common/sns/naver-blog.svg) 0 0 no-repeat;
}
#menu .other div.sns li.instagram a {
    background: url(/images/common/sns/instagram.svg) 0 0 no-repeat;
}
/*서브메뉴*/
#sub-menu-area {
    background: #009fde !important;
}
#sub-menu-area .swiper-slide {
    width: auto;
    margin-right: 0 !important;
}
#sub-menu-area div.sub-menu .swiper-button-prev, #sub-menu-area div.sub-menu .swiper-button-next {
    top: 30px !important;
}
#sub-menu-area .swiper-button-next {
    background: #0009 url(/images/common/next-icon.svg) 55% 50% no-repeat;
	}
#sub-menu-area .swiper-button-prev {
    background: #0009 url(/images/common/prev-icon.svg) 55% 50% no-repeat;
}
#search-area {
	position: relative;
	padding: 15px;
	background: #666;
}
#search-area form legend,
#search-area form label {
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}
#search-area form select,
#search-area form input.textbox,
#search-area form input.button {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}
#search-area form select {
	width: 20%;
	border: 0 none;
}
#search-area form input.textbox {
	font-size: 120%;
	/*width: 67%; selectbox hidden*/
	width: 87%;
	padding: 3px 10px;
	border: 0 none;
	border-left: 1px solid #666;
}
#search-area form input.button {
	width: 12%;
	cursor: pointer;
	text-indent: -9999em;
	letter-spacing: -1px;
	border: 0 none;
	margin: 0 0 0 1px;
	padding: 0;
	background: #ff5917 url(/images/common/search-icon.svg) 50% 50% no-repeat;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#container {
	position: relative;
	margin: 0;
	padding: 65px 0 0 0;
}
/* content layout */
#content {
	position:relative;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
/* content-main 영역 */
#content-main {
	position:relative;
	clear: both;
	font-size: 100%;
	padding: 30px 10px 45px 10px;
}
#content-main .tab-menu li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0;
	padding: 0;
}
#content-main .tab-menu {
	text-align: center;
	margin: 12px 0;
}
#content-main .tab-menu li a {
	position:relative;
	display: block;
	font-size: 80%;
	color: #333;
	text-align: center;
	background: #fff;
	border: 1px solid #1A6292;
	margin:  0 0 0 -1px;
	padding: 6px;
	box-shadow: inset 0 0 2px #999;
	text-shadow: none;
	z-index: 1;
}
#content-main .tab-menu li.first a {
	margin-left: 0 !important;
}

#content-main .tab-menu li.current a {
	color: #fff;
	background: #4A88C9;
	border: 1px solid #1A6292;
	margin:  0 0 0 -1px;
	padding: 6px;
	box-shadow: inset 0 0 2px #74ade8;
	text-shadow: 0 -1px 0 #115481;
	z-index: 10;
}
#nav-bar {
	clear: both;
	margin: 0;
	padding: 5px 15px 10px 15px;
	background: #1d51e2; 
	background: -webkit-linear-gradient(left, #1d51e2 0%,#0fce90 100%);
	background: linear-gradient(to right, #1d51e2 0%, #0fce90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d51e2', endColorstr='#0fce90',GradientType=1 );
}
#nav-bar li {
	display: inline-block;
	vertical-align: top;
	font-size: 85%;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	background: url(/images/common/next-w-icon.svg) 5px 50% no-repeat;
	background-size: 6px;
}
.lte7 #nav-bar li {
	display: inline;
}
#nav-bar li.first {
	padding-left: 0;
	background: none;
}
#nav-bar li a {
	color: #fff;
	text-decoration:none;
}
#nav-bar li.last a {
	font-weight: 500;
	text-decoration:none;
}
#content-main p {
	text-align: left;
}
#content-main ol,
#content-main dl,
#content-main ul {
	margin: 0;
}
#content-menu, #content-sub-menu {
	padding: 1em;
	border: 1px solid #eee;
}
#content-menu li,
#content-sub-menu li {
	display: inline-block;
	width: 24%;
	padding-left: 1%;
	background: url(/images/common/bullet.png) no-repeat left;
	line-height: 1.5em;

	height: 1%;
}
#content-menu li {
	height: auto;
}
#content-sub-menu li {
	height: auto;
}
.lte7 #content-menu li {
	display: inline;
}
.lte7 #content-sub-menu li {
	display: inline;
}
#content-menu li.current, #content-sub-menu li.current {
	font-weight: bold;
}
#content-sub-menu {
	margin-top: 1em;
}
table {
	clear:both;
	font-size: 90%;
	width: 100%;
	margin: 0.5em 0;
	padding:0;
}
table caption.hidden {
	position:absolute;
	/*visibility:hidden;*/
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 0;
	height: 0;

	text-indent: -9999px;
}
table caption {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
table th {
	font-size: 90%;
	color: #222;
	text-align: center;
	vertical-align: middle;
	padding: 9px;
}
table td {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	padding: 9px;
	border: 1px solid #d0d0d0;
}
table tr.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 thead th {
	color: #222;
	font-weight: normal;
	border: 1px solid #d0d0d0;
	border-bottom: 0 none;
	background-color: #f6f6f6;
}
table tbody th {
	font-weight: 400;
	border: 1px solid #d0d0d0;
	background-color: #f9faff;
}
table.gray thead th {
	color: #222;
	border-color: #d5d5d5;
	background-color: #f0f0f0;
}
.board,
.board th,
.board td {
	border-left: 0 none;
	border-right: 0 none;
}
table.board a {
	text-decoration: none !important;
}
#board-divisions {
	margin:0 0 0.5em 0 !important;
	padding: 0.75em;
	border: 2px solid #666;
}
.ie6 #board-divisions {
	padding: 0.75em 1em 1em 1em;
}
#board-divisions li span {
	
}
#board-divisions li span:hover {
	display:block;
	color:#fff;
	background-color:#006599;
}
#board-divisions li.current a,
#board-divisions li.current span,
#board-divisions li.current li.current a {
	color: #f00;
	text-decoration:none;
}
#board-divisions li.current li a {
	color: #666;
}
#board-divisions li li {
	display: inline-block;
	width: 30%;
	padding: 0.25em 0;
}
.lte7 #board-divisions li li {
	display: inline;
}
#board-divisions li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0;
}
.ie6 #board-divisions li {
	display: inline;
	overflow: hidden;
}
.ie7 #board-divisions li {
	display: inline;
}
#board-divisions li a,
#board-divisions li span {
	padding-left: 0.5em;
	background: url(/images/common/collapsed.gif) no-repeat left center;
	text-decoration:none;
}
#board-divisions li.expanded span {
	background-image: url(/images/common/expanded.gif);
	color:#fff;
	background-color:#006599;
}
#board-divisions li.expanded a,
#board-divisions li.expanded span {
	background-image: url(/images/common/expanded.gif);
}
#board-divisions li li a,
#board-divisions li.expanded li a {
	background-image: url(/images/common/nav.gif);
	margin: 0 0 0 0.5em;
}
#board-divisions li span {
	display: block;
	cursor: pointer;
}
#board-divisions li ul {
	display: none;
	position: relative;
	top: 0.5em;
	width: 333%;
	margin:0;
}
#board-divisions li.pos-1 ul {
	left: 0;
}
#board-divisions li.pos-2 ul {
	left: -105%;
}
#board-divisions li.pos-3 ul {
	left: -200%;
}
#board-divisions li.expanded ul {
	display: block;
}
#board-divisions li.expanded li {
	width: 24%;
	border: 1px solid #ddd;
	background-color: #f3fbff;
	margin: 0.25em 0 0 0.25em;
}
#board-header {
	height: auto;
}
#board-header form,
#board-header a {
	display: inline-block;
	vertical-align: top;

	height: 1%;
}
#board-header form {
	height: auto;
}
#board-header a {
	height: auto;
}
.lte7 #board-header form {
	display: inline;
}
.lte7 #board-header a {
	display: inline;
}
#board-header legend,
#board-header label.board-combo-label,
#board-header label.board-textbox-label {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
#board-navigation-info {
	font-size: 75%;
}
#board-header a.rss {
	margin: 0.45em 0 0 0.5em; 
}
#board-header div span {
	margin-left: 0.25em;
}
#board-header button {
	height: 1.95em;
}
.lte7 #board-header button {
	padding-top: 0.2em;
	vertical-align: top;
}
#content-main table.board tbody td {
	text-align: center;
}
#content-main table.board tbody td.title {
	text-align: left;
}
#content-main table.board tbody td.title a {
	text-decoration:none;
}
#content-main table.board tbody td.title a.reply {
	padding-left: 2em;
	background: url(/images/board/re.gif) no-repeat;
}
#content-main table.board tbody td ul li {
	display: inline;
	margin-left: 0.2em;
}
#content-main table.board tr:hover {
	background-color: #f4f4f4;
}
#content-main table.board a:hover {
	color: #111;
	text-decoration: underline;
}
#board-footer {
	margin-top: 9px;

	height: 1%;
}
#board-footer {
	height: auto;
}
#board-footer:after {
	content: '';
	display: block;
	clear: both;
}
#content-main ul.paginator {
	margin: 0;
	padding: 0;
}
#content-main ul.paginator li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -.5px;
	margin: 1px;
	padding: 0;

	height: 1%;
}
#content-main ul.paginator li {
	height: auto;
}
.lte7 #content-main ul.paginator li {
	display: inline;
}
#content-main ul.paginator li.first {
	border: 0 none;
}
#content-main ul.paginator li a,
#content-main ul.paginator li span {
	display: block;
	font-size: 80%;
	line-height: 33px;
	padding: 0 14px;
}
#content-main ul.paginator li.first span {
	display: none;
	border: 1px solid #eee;
	padding: 0 12px;
	background: #fff url(/images/common/prev-g-icon.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li.last span {
	display: none;
	border: 1px solid #eee;
	padding: 0 12px;
	background: #fff url(/images/common/next-g-icon.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li.first,
#content-main ul.paginator li a.prev {
	text-indent: -9999em;
	background: url(/images/common/prev-g-icon.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li a.prev, 
#content-main ul.paginator li a.next {
	display: block;
	max-width: 35px;
	padding: 0 13px;
}
#content-main ul.paginator li a {
	border: 1px solid #d3d3d3;
}
#content-main ul.paginator li.last,
#content-main ul.paginator li a.next {
	text-indent: -9999em;
	background: #fff url(/images/common/next-g-icon.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li a:hover {
	color: #fff;
	border-color: #111;
	background-color: #111;
}

#content-main ul.paginator li.current {
	color: #fff;
	background-color: #111;
	border: 1px solid #111;
}
#board-actions {
	float: right;
}
.record-footer {
	padding: 0.75em 1em 0.25em 1em;
	border-top: none;

	height: 1%;
}
.record-footer {
	height: auto;
}
.record-footer:after {
	content: '';
	display: block;
	clear: both;
}
.record-footer form {
	display: inline-block;
	width: 15.5em;
	margin: 0;
	padding: 0;

	height: 1%;
}
.record-footer form {
	height: auto;
}
.lte7 .record-footer form {
	display: inline;
}
.record-footer form label {
	display: inline;
	margin: 0;
	padding: 0;
}
.record-footer form label input {
	height: 1.5em;
	vertical-align: middle;
	margin: 0 0.1em 0 0;
	border: 4px solid #009f3c;
}
.record-footer form input.delete_btn,
.record-footer form input.modify_btn {
	vertical-align: middle;
	margin: 0.1em 0 0 0;
}
.lte7 .record-footer form input.delete_btn {
	margin: 0.2em 0 0 0;
}
.lte7 .record-footer form input.modify_btn {
	margin: 0.2em 0 0 0;
}
.record-footer a {
	display: inline-block;
	vertical-align: bottom;

	height: 1%;
}
.record-footer a {
	height: auto;
}
.lte7 .record-footer a {
	display: inline;
	margin-bottom: 0.15em;
}
.record-footer form a img {
	height: 2.3333em;
}
.record-actions {
	float: right;
}
.record-actions li {
	display: inline-block;
	margin-left: 0.5em;

	height: 1%;
}
.record-actions li {
	height: auto;
}
.lte7 .record-actions li {
	display: inline;
}
/* board view */
#content-main div.record-title {
	text-align: left;
	border-top: 1px solid #e1941d;
	border-bottom: 1px solid #ccc;
	line-height: 2em;
	/*height: 2em;*/
	padding: 0.1em 0;
}
#content-main div.record-author,
#content-main div.record-date {
	line-height: 2em;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0;
}
#content-main div.record-period {
	line-height: 2em;
	height: 2em;
}
#content-main div span.header {
	padding: 0 0.5em;
	margin-right: 0.75em;

	height: 1%;
}
#content-main div span.header {
	height: auto;
}
#content-main div.record-author span.header,
#content-main div.record-date span.header {
	width: 3em;
	padding: 0.45em 1em;
	background-color: #eee;
}
#content-main div.record-title {
	padding: 15px;
	font-weight: 500;
}
#content-main div.record-title span.header {
	display: none;
}
#content-main div.record-files {
	padding: 0.15em 0;
	border-bottom: 1px solid #888;
	height: 100%;
}
#content-main div.record-files span.header {
	vertical-align: top;
}
#content-main div.record-files ul {
	display: inline-block;
	width: 70%;

	height: 1%;
}
#content-main div.record-files ul {
	height: auto;
}
.lte7 #content-main div.record-files ul {
	display: inline;
}
#content-main div.record-files ul li {
	margin-bottom: 0.3em;
}
#content-main div.record-files ul li img {
	vertical-align: bottom;
	margin-right: 0.5em;
}
#content-main div.record-content {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 1em 0.25em;
}
#content-main div.record-content p,
#content-main div.record-content span {
	text-align: left;
	color: #444;
}
#content-main div.record-content a img {
	margin: 1em 0 0 0;
}
#content-main div.record-content div {
	line-height: 1.75em;
}
/* board-write */
#record-write label {
	display: inline-block;
	width: 8em;
	padding-right: 1em;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}
.lte7 #record-write label {
	display: inline;
}
#record-write input,
#record-write select {
	display: inline-block;
	width: 20em;

	height: 1%;
}
#record-write input {
	height: auto;
}
#record-write select {
	height: auto;
}
.lte7 #record-write input {
	display: inline;
}
.lte7 #record-write select {
	display: inline;
}
#record-write input.button {
	width: auto;
}
#record-write input.regist-button{
	width: 5.75em;
	height: 2.3333em;
	margin-top: 0.5em;
}
#record-write textarea {
	width: 100%;
	height: 20em;
}
#record-write ul label {
	width: auto;
	display: block;
	text-align: left;
}
#record-write ul input {
	width: auto;
}
.cancel-button {
	display:block;
	margin-top:0.5em;
}
p#top-move {
	clear:both;
	position:relative;
	width: 6.25em;
	margin: 2.25em 0 0 50em;
	padding:0;
}
p#top-move a {
	float:right;
	width:6.25em;
	display:block;
}
#content-main h3 {
	font-size: 150%;
	text-align: center;
	letter-spacing: -1px;
	margin: 0 0 30px 0;
}
#content-main h4 {
	font-size: 120%;
	text-align: left;
	margin: 1.5em 0 0.5em 0;
}
#content-main h4.img {
	margin: 0;
	padding: 0;
}
#content-main h5 {
	margin: 1em 0 0.25em 0;
}
#content-main ul#sub-menu li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin: 1px 0 0 1px;
}
#content-main ul#sub-menu li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 80%;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #aaa;
	background: #f0f0f0;
	z-index: 1;
}
#content-main ul#sub-menu li.current a {
	color: #fff;
	background: #323d4e;
	border: 1px solid #242e3e;
	z-index: 2;
}

#content-main dl,
#content-main ul {
	margin: 0;
	padding: 0;
}
#content-main dl dt {
	margin: 0;
	padding: 0;
}
#content-main ul li,
#content-main ol li {
	text-align: left;
}

#content-main .depth01 {
	margin: 10px 0;
}
#content-main .depth02 {
	margin: 10px 0;
}
#content-main .depth03 {
	margin: 0;
}
#content-main h5.depth01 {
	position: relative;
	padding-left: 20px;
	background: url(/images/common/depth01.png) no-repeat 0 3px;
}
#content-main .depth01 li {
	position: relative;
	margin: 0 0 8px 0;
	padding-left: 9px;
	background: url(/images/common/depth01.png) no-repeat 0 10px;
}
#content-main .depth02 li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 8px;
	background: url(/images/common/depth02.png) no-repeat 0 9px;
}
#content-main dl.list-item03 dd,
#content-main .depth03 li {
	position: relative;
	margin: 0 0 3px 6px;
	padding: 0 0 0 12px;
	background: url(/images/common/depth03.png) no-repeat 0 10px;
}
#content-main .depth02 li:last-child,
#content-main .depth03 li:last-child {
	margin-bottom: 0;
}
#content-main .depth04 li {
	padding: 0;
	background: url(/images/common/depth04.png) no-repeat 0 0;
}
#content-main li.list-hidden{
	background: none;
	padding-left: 0;
}
#content-main .icon-none {
	background: none;
}
span.span-margin{
	margin: 0 0 0 0.75em;
}
.titimg {
	width: 53.5em;
	height: 8.25em;
}
#content-main div.record-footer a:hover,
#content-main div#board-footer a:hover{
	background-color:#fff !important;
	color:#333 !important;
	text-decoration:none;
}
div.content a {
	text-decoration: none;
}
.page-important-content{
	position: relative;
	text-align: left;
	padding: 25px;
	margin-bottom: 30px;
	border: 3px solid #d3d3d3;
	background-color: #fff;
}
.page-etc-content{
	display:block;
	color:#111;
	padding:0.75em;
	background-color:#fff8f4;
	border:2px solid #eadcd6;
}
.text-indent {
	display: block;
	text-indent: 2.5em;
}
/*지도*/
p.map{width:33.3333em;height:33.5556em;margin:3em 0 0 0;}
p.map img{width:33.3333em;height:33.5556em;}
div.map{width:99.5%;height:250px;border:1px solid #aaa;margin:.85em 0 0 0;}
/*div.map div,div.map img{height:100%;}*/

#footer-area {
}
#footer {
padding: 25px 10px;
position: relative;
clear: both;
width: 100%;
overflow: hidden;
margin: 0;
background: #e5e5e5;
}
#footer ul#sns {
	position: absolute;
	top: 0;
	right: 0;
}
#footer h6 {
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
#footer h6 img.gtc-logo{
	width:45%;
}
ul.footer-list{
	margin-bottom:10px;
}
ul.footer-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 0;
	font-size: 14px;
}
ul.footer-list li a {
	display: block;
}	
div.footer-list ul li{
	font-size: 14px;
}
#footer .refer span {
	display: block;
}
#footer address {
	font-style: normal;
	padding: 9px 0 0 0;
}
#footer address span {
	display: block;
	font-weight: 300;
	text-align: left;
}
#footer p {
	font-size: 85%;
	font-weight: 300;
	text-align: left;
}
#footer p a.email {
	color: #1e99e0;
	font-style: normal;
	padding-left: 20px;
	background: url(/images/common/email-icon.svg) 0 50% no-repeat;
}
#footer p.copyright span {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
/*웹접근성마크*/
#footer img.webwatch{
    display: inline-block;
    vertical-align: top;
    width: 105px;
    margin-left: 15px;
}



#content-main .content-title {
	margin: 0 0 20px 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 1px solid #d6d6d6;
	border-top: 0 none;
	background-color: #FBF9F4;
}
#content-main .etc-cotent-title {
	padding: 30px;
	border: 0 none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #E3F0F7;
}

#content .dp-b,
#content .mdp-b {
	display: block;
}
#content .align-c,
#content .malign-c {
	text-align: center;
	margin: 0 auto;
}
#content .contents-title {
	margin-bottom: 15px;
}
#content .contents-title p {
	font-weight: 300;
}
div#top-link {
	opacity: 0;
	position: fixed;
	right: 15px;
	bottom: -10em;
	z-index: 10;
}
div#top-link a {
	display: block;
	color: #fff;
	text-align: center;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	background: #666 url(/images/common/top-link-icon.svg) 50% 50% no-repeat;
	background-size: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*link btn*/
.link-btn,
.download-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 4px;
}
.link-btn a,
.download-btn a {
	position: absolute;
	right: 4px;
	display: inline-block;
	font-size: 75%;
	color: #fff;
	width: 110px;
	line-height: 18px;
	text-align: left;
	padding: 3px 12px;
	border-radius: 15px;
	background: #429CFE url(/images/common/m-download.png) no-repeat 110px 6px;
	background-size: 10%;
	border: 1px solid #358ff1;
}
#content-main a.url-link {
	color: #ff502a;
}
#content-main .refer {
	font-size: 90%;
	color: #777;
}
#content-main div.calendar-area {
	text-align: center;
}
#relation-links {
	position: relative;
	width: 100%;
	background: #e5e5e5;
}
#relation-links ul {
	width: 100%;
	margin: 0 auto;
}
#relation-links ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3334%;
}
#relation-links ul li:last-child {
	border-right: 1px solid #fff;
}
#relation-links ul li ul {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 200px;
	overflow-y: auto;
}
#relation-links ul li .link-list .links ul li {
	display: block;
	width: 100%;
	border-top: 1px dotted #c4e0e4;
}
#relation-links ul li .link-list .links ul li:first-child {
	border-top: 0 none;
}
#relation-links ul li ul li:last-child {
	border-right: 0 none;
}
#relation-links .links h5 {
	color: #fff;
	line-height: normal;
	margin: 0 !important;
	padding: 10px;
	background: #113684;
}
#relation-links .link-list {
	font-size: 95%;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e5e5e5;
}
#relation-links .link-list .family-links {
	position: relative;
	display: block;
	font-size: 85%;
	width: 100%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	padding-left: 20px;
	border-left: 1px solid #fff;
	z-index: 11;
}
#relation-links .link-list.active .family-links {
	color: #f05173;
	background: #fff;
	box-shadow: 0 -2px 2px 0 #c3c3c3;
}
#relation-links .link-list .family-links:after {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	width: 9px;
	height: 6px;
	background: url(/images/common/st-arrow-g.svg) 0 0 no-repeat;
}
#relation-links .link-list.active .family-links:after {
	background: url(/images/common/sb-arrow-g.svg) 0 0 no-repeat;
}
#relation-links .active {
	background-color: #fff;
}
#relation-links .link-list .links {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	background: #e3fbff;
	z-index: 10;
}
#relation-links .link-list.active .links {
	display: block;
}
#relation-links .link-list .links ul li a {
	display: block;
	font-size: 85%;
	line-height: 20px;
	padding: 5px 10px;
}
#relation-links .link-list .links ul li a:hover,
#relation-links .link-list .links ul li a:focus {
	background: #fff;
}
.bx-wrapper {
	position: relative;
	padding: 0;

	height: 1%;
}
.bx-wrapper {
	height: auto;
}
.bx-wrapper img {
	display: block;
	margin: 0 auto;
	height: 180px;
}
.bx-wrapper .bx-pager {
	color: #7a7a7a;
	text-align: center;
	margin: 0;
	padding: 0;
}
.bx-wrapper .bx-controls-auto {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;

	height: 1%;
}
.bx-wrapper .bx-pager .bx-pager-item {
	height: auto;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: top;
	height: 1%;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	height: auto;
}
.bx-wrapper .bx-controls {
	text-align: center;
}
.bx-wrapper .bx-pager a {
	display: block;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	margin: 0;
	background: #ccc;
	border: 2px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bx-wrapper .bx-pager a.active {
	width: 32px;
	border-color: #FF502A;
	background: #FF502A;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}
/*.bx-wrapper .bx-prev {
	left: 0;
	background: url(/images/open.content/ko/common/slider-controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(/images/open.content/ko/common/slider-controls.png) no-repeat 0 -52px;
}*/
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 -26px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: 0 -78px;
	transition-duration: 0;
	-webkit-transition-duration: 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 38px;
	width: 19px;
	height: 26px;
	text-indent: -9999px;
	z-index: 9;
	transition: all 0s;
	-webkit-transition: all 0s;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
	z-index: 0;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	background: url(/images/common/play-g-icon.svg) 50% 50% no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	background: url(/images/common/stop-g-icon.svg) 50% 50% no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	display: none;
	z-index: 0;
}
.bx-wrapper .bx-controls-auto a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	display: inline-block;
	vertical-align: top;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 16px;
	height: 16px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img { max-width: 100%; }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	img { max-width: 100%; }
}


/*for print URL-expan*/
span.url {
	display: none !important;
}

/*검색*/
#header .top-links ul{
    display: inline-block;
    float: left;
}
#search-popup-background {
  background-color: rgba(0,0,0,0.9) !important;
}
#header button.search-popup-open {
    display: block;
    width: 25px;
    height: 34px;
    background: url(/images/ko/main/search.svg)no-repeat center center;
    padding: 0;
}
#search-popup {
	text-align:center !important;
}
#search-popup input.button {
  background: url(/images/ko/main/search.svg)no-repeat center center !important;
    background-size: auto;
  background-size: contain !important;
}
#search-popup_wrapper form{
    width: 80% !important;
    display: inline-block;
}
#search-popup .search-popup-close{
	margin-left:15px;
}



/*2022-11-25*/

p.sub_tit1 {
    margin-bottom: 20px;
    color: #1e1e1e;
    font-size: 1.500em;
    font-weight: 500;
}

.bw_top_txt sup {
    color: #f21616;
    vertical-align: top;
}

p.bw_top_txt{
	margin-bottom: 10px;
	color: #808080;
	font-size: 0.938em;
	font-weight: 350;
	text-align: right;
}

#content-main span.chk_each label {
    display: block;
    text-align: right;
}

#content input[type="checkbox"] + label span{
vertical-align: bottom;
}

#content input[type="checkbox"] + label span {
    cursor: pointer;
    display: inline-block;
    vertical-align: normal;
    line-height: normal;
    width: 20px;
    height: 20px;
    margin: 1px 1px 0 12px;
    background: #fff url(/images/common/checkbox.svg) 0 0 no-repeat;
}
div.agree_chk p span.chk_each input {
    display: none;
}

#content input[type="radio"] + label span {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    width: 24px;
    height: 24px;
    margin: 1px 1px 0 12px;
    background: #fff url(/images/common/radio-check.svg) 0 0 no-repeat;
    background-size: 24px;
}
#content input[type="radio"]:checked + label span {
    background: #fff url(/images/common/radio-check.svg) 0 -24px no-repeat;
    background-size: 24px;
}
div.km-write-title-n input.input-radio {
    display: none;
}
