@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}
body {
	position:relative;
	font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
	text-align: left !important;
	font-size: 90%;
	line-height: 24px;
	color: #363636;
	letter-spacing: -0.3px;
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	text-size-adjust: none;
}
.body-fixed {
	overflow: hidden;
}
#point {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	z-index: -1;
}
input,
button {
	cursor: pointer;
	font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
/*	-webkit-appearance: none;*/
	border-radius: 0;
	-webkit-border-radius: 0;
}
select {
	appearance: none;
	-webkit-appearance: none;
	background: url(/images/common/select-icon.svg) 95% 50% no-repeat;
	border-radius: 0;
	-webkit-border-radius: 0;
}
a {
	color: #161616;
	text-decoration: none;
	word-wrap: break-word;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
.hidden {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
}
#wrap {
	position:relative;
	margin: 0;
	padding: 0;
	z-index:1;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	/*max-width: 1200px;*/
	height: 69px;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 -1px 3px #222;
	z-index: 1000;
}
#header .login-area {
	position: absolute;
	top: 17px;
	right: 15px;
}
#header .login-area a {
	display: inline-block;
	color: #222;
	font-size: 90%;
	letter-spacing: -1px;
	padding: 4px 18px;
	border: 1px solid #c3c3c3;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}
#header .login-area a.login {
	background: #fff;
}
#header .login-area a.logout {
	background: #ffff66;
}
h1 {
	position: relative;
	top: 10px;
	width: 120px;
	margin: 0 auto;
}
h1 a {
	display: block;
	margin: 0 auto;
}
h1 a img {
	display: block;
}
.top-menu {
	display: block;
	position: absolute;
	top: 25px;
	left: 18px;
	cursor: pointer;
	color: #222;
	text-indent: -9999em;
	width: 24px;
	height: 18px;
	background: url(/images/common/top-menu-icon.svg) 0 0 no-repeat;
}
/* content-wrap */
#quick ul {
	margin:0;
	padding:0;
}
#quick li {
	display:block;
	background-color:#3e3e3e;
	margin: 1px 0;
	padding: .5em;
}
#quick li a {
	color:#ffff00;
	font-weight:bold;
	text-decoration:none;
}
img {
	height: auto;
	max-width: 100%;
}
#top-area {
	position: absolute;
	top: 20px;
	left: 20px;
}
#top-area a.login {
	font-size: 11px;
	letter-spacing: -1px;
	padding: 6px 12px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: 1px solid #bbb;
}
#menu ul {
	position:relative;
	margin: 0;
}
#menu ul li {
	margin: 0;
	padding: 0;
}
#menu ul li span a {
	display: block;
	color: #fff;
	font-size: 95%;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	padding: 12px 15px;
	border-top: 1px solid #0d406f;
	
	background: #0e589e;
}
#menu ul li span a:before {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
	z-index: 1;
	background: url(/images/common/mobile-menu-expand.svg) 95% 50% no-repeat;
}
#menu ul li:last-child span a {
	border-bottom: 1px solid #0d406f;
}
#menu ul li.expanded span a {
	background: #15b4ea;
	border-color: #15b4ea;
	border-bottom: 0 none;
}
#menu ul li.expanded span a:before {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	right: 16px;
	width: 16px;
	height: 16px;
	z-index: 1;
	background: url(/images/common/mobile-menu-collapse.svg) 0 0 no-repeat;
}
#menu ul li ul {
	/*background-color: #EEE;*/
	border-bottom: 0 none;
}
#menu ul li ul li {
	font-size: 95%;
	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;
	color: #333;
	text-align: left;
	padding: 8px 8px 8px 15px;
	border-top: 1px solid #ddd;
}
#menu ul li:last-child ul li:last-child a {
	border-bottom: 1px solid #ddd;
}
#menu ul li ul li:first-child a {
	border-top-color: #15b4ea;
}
#menu ul li ul li ul li a {
	font-weight: normal;
	border-top: 1px solid #ccc !important;
	background: #e9e9e9;
}
#menu ul li:last-child ul li:last-child ul li:last-child a {
	border-bottom: 0 none;
}
#menu #quick-mode li {
	font-size: 95%;
}
#menu {
	margin: 0;
	padding: 0;
	background: #fff;
}
#mobile-menu {
	position: relative;
	margin: 0;
}
#mobile-menu h2 {
	display: none;
	font-size: 150%;
	color: #fff;
	font-weight: 300;
	margin: 0;
	padding: 12px 12px 12px 15px;
	background-color: #2b7bc3;
	border-bottom: 1px solid #206eb4;
	text-shadow: 0 -1px 1px #1662a7;
}

#container-area {
	position: relative;
	margin: 0;
	padding: 69px 0 0 0;
}
/* content layout */
#content {
	position:relative;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#content h3 {
	font-size: 160%;
	font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1px;
	margin: 30px 0;
}
#sub-nav-area {
	margin-bottom: 20px;
}
#side-menu h2 {
	cursor: pointer;
	color: #fff;
	font-size: 110%;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	padding: 12px 15px;

	background: #194b7a;
	background: -moz-linear-gradient(left, #194b7a 0%, #3991af 100%);
	background: -webkit-linear-gradient(left, #194b7a 0%,#3991af 100%);
	background: linear-gradient(to right, #194b7a 0%,#3991af 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194b7a', endColorstr='#3991af',GradientType=1 );
}
#side-menu h2 span:after {
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	right: 16px;
	width: 16px;
	height: 16px;
	z-index: 1;
	background: url(/images/common/mobile-menu-expand.svg) 0 0 no-repeat;
}
#side-menu h2.current {
	background: #15b4ea;
}
#side-menu h2.current span:after {
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	right: 16px;
	width: 16px;
	height: 16px;
	z-index: 1;
	background: url(/images/common/mobile-menu-collapse.svg) 0 0 no-repeat;
}
#side-menu ul {
	display: none;
}
#side-menu ul li .active ul {
	display: block;
}
#side-menu ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 90%;
	padding: 8px 15px;
	border-bottom: 1px solid #c1cbd2;
	background-color: #eef8ff;
}
#side-menu ul li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	right: 18px;
	width: 8px;
	height: 12px;
	z-index: 1;
	background: url(/images/common/direct-link-icon.svg) 0 0 no-repeat;
}
#side-menu ul li.current a {
	background-color: #fff;
}
#side-menu ul li span {
	display: block;
	cursor: pointer;
}
#side-menu ul li ul li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 15px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 0 none;
	background: #e9e9e9;
	box-shadow: none;
}
#side-menu ul li ul li:first-child a {
	border-top: 0 none;
}
#side-menu ul li ul li.last a {
	border-bottom: 1px solid #aaa;
}
#side-menu li span a:after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 18px;
	width: 18px;
	height: 18px;
	z-index: 1;
	background: url(/images/common/plus-icon.png) 0 0 no-repeat;
}
#side-menu li span.active a:after {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 18px;
	width: 18px;
	height: 18px;
	z-index: 1;
	background: #eef8ff url(/images/common/minus-icon.png) 0 0 no-repeat;
}
#side-menu ul li.current ul li a {
	background: #e9e9e9;
}
#side-menu ul li.current ul li.current a {
	background: #fff;
}
#content-area {
	margin: 0;
	padding: 15px 15px 45px 15px;
}
#content .mwh-space {
	padding: 15px;
}
#content .mw-space {
	padding-left: 15px;
	padding-right: 15px;
}
#content .mh-space {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* content-main */
#content-main {
	position:relative;
	clear: both;
	margin: 0;
	padding: 0 15px;
}

#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: 12px;
	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;
}
#content-main p {
	text-align: left;
}
#content-main ol,
#content-main dl,
#content-main ul {
	margin: 0;
	padding: 0;
}
#sub-menu {
	clear: both;
	margin: 0;
	padding: 0 15px 30px 15px;
}
#sub-menu li {
	display: inline-block;
	vertical-align: top;
	width: 33.3334%;
}
#sub-menu li a {
	display: block;
	color: #333;
	font-size: 90%;
	letter-spacing: -0.5px;
	text-align: center;
	margin: 1px;
	padding: 7px 9px;
	border: 1px solid #d6d6d6;
	background-color: #f6f6f6;
}
#sub-menu li a:hover,
#sub-menu li a:focus {
	background-color: #fff;
}
#sub-menu li.current a {
	border-color: #e8bf00;
	background-color: #ffd200;
}
table {
	clear:both;
	table-layout: fixed;
	width: 100%;
	margin: 0.5em 0;
	padding:0;
	overflow-x: scroll;
}

table:after {
	content: ' ';
	clear: both;
	display: block;
	margin-top: 12px;
}
table caption.hidden {
	position:absolute;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}
table caption {
	text-align: left;
	margin-bottom: .5em;
	margin-top: 1em;
}
table a {
	font-size: 90%;
}
table th {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	padding: 8px 0;
	border: 1px solid #d1d1d1;
	border-bottom: 0 none !important;
	background-color: #f9f9f9;
}
table td {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0;
	border: 1px solid #d1d1d1;
	border-left: 0 none;
}

table thead th:first-child,
table tbody td:first-child {
	border-left: 0 none;
}
table thead th:last-child,
table tbody td:last-child {
	border-right: 0 none;
}
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 {
	font-weight: 400;
	vertical-align: middle;
	padding: 8px 0;
}
div.pension table thead th {
	border-left: 1px solid #d1d1d1 !important;
	border-right: 1px solid #d1d1d1 !important;
}
/*
table.big-calendar {
	overflow-x:auto;
}
*/
table tbody th {
	font-weight: normal;
	border:1px solid #ddd;
	background-color:#fafafa;
}
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;
}
#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;
}
#board-divisions li {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0;
}
#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;
}
#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;
}
#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 li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	border: 1px solid #ccc;
	margin: 1px 0 0 1px;
	border-radius: 2px;

	height: 1%;
}
#content-main ul.paginator li {
	height: auto;
}
#content-main ul.paginator li a,
#content-main ul.paginator li span {
	display: block;
	color: #333;
	font-size: 90%;
	text-align: center;
	line-height: 28px;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
}
#content-main ul.paginator li.current span {
	color: #fff;
	background-color: #666;
}
#content-main ul.paginator li.current {
	border-color: #666;
}
#content-main ul.paginator li a:hover {
	color: #fff;
	background-color: #666;
}
#content-main ul.paginator li.first {
	text-indent: -9999em;
	background: url(/images/common/paginator-prev.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li.first a:hover {
	border-color: #666;
	background: #666 url(/images/common/paginator-prev1.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li.last {
	text-indent: -9999em;
	background: url(/images/common/paginator-next.svg) 50% 50% no-repeat;
}
#content-main ul.paginator li.last a:hover {
	border-color: #666;
	background: #666 url(/images/common/paginator-next1.svg) 50% 50% no-repeat;
}


#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;
}
.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;
}
.record-footer a {
	display: inline-block;
	vertical-align: bottom;

	height: 1%;
}
.record-footer a {
	height: auto;
}
.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;
}
/* board view */
#content-main div.record-title {
	text-align: left;
	padding: 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 {
	font-size: 150%;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -1px;
	padding: 15px 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #AAA;
}
#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;
}
#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;
}
#record-write input,
#record-write select {
	display: inline-block;
	width: 20em;

	height: 1%;
}
#record-write input {
	height: auto;
}
#record-write select {
	height: auto;
}
#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 h4.first {
	margin-top: 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: 0 0 10px -1px;
}
#content-main ul.sub-menu li:first-child {
	margin-left: 0;
}
#content-main ul.sub-menu li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	padding: 6px 0;
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	background: #f0f0f0;
	z-index: 1;
}
#content-main ul.sub-menu li.current a {
	color: #fff;
	border-color: #118be0;
	background: #1e99ef;
	color: #333;
	border-color: #aaa;
	border-bottom: 0 none;
	background: #fff;
	z-index: 2;
}
#content-main dl,
#content-main ul {
	margin: 0;
	padding: 0;
}
#content-main ul li {
	text-align: left;
	margin: 0;
	padding: 0;
}

#content .list-item li {
	display: list-item;
	list-style-type: disc;
	text-align: left;
	margin-left: 15px;
}
#content .list-item li ul li {
	list-style-type: decimal;
}


/* share to */
div#share-to {
	margin: 0;
	padding: 3em 0;
	text-align: center;
}
div#share-to h5 {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	border: 0 none;
}
div#share-to dl {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 0 12px;
	padding: 0;
}
div#share-to dl dt,
div#share-to dl dd {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background: none;
}
div#share-to dl dt {
	margin: 3px 10px 0 0;
}
div#share-to dl dt img {
	width: 80%;
}
div#share-to dl dd a {
	display: block;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
div#share-to dl dd.twitter a {
	background: url(/images/common/twitter.svg) center center no-repeat;
}
div#share-to dl dd.facebook a {
	background: url(/images/common/facebook.svg) center center no-repeat;
}
div#share-to dl dd a:hover,
div#share-to dl dd a:focus {
	border-color: #666;
}
#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;
	color: #0b64a8;
}
#content .keypoint {
	color: #111;
	margin: 0 0 2em 0;
	padding: 2em 2.5em;
	background: #fcff67;
}
.text-indent {
	display: block;
	text-indent: 2.5em;
}
#divide3 h4 {
	display: block;
	color: #fff;
	text-align: center;
	width: 200px;
	padding: 10px 30px;
	margin: 0 auto 100px auto;
	background: #666;
}
#divide3 ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3334%;
	padding-left: 5%;
}
#divide3 ul li:first-child {
	padding-left: 0;
}
#divide3 ul li h5 {
	padding-bottom: 10px;
}
#divide3 ul li ul li {
	display: list-item;
	list-style-type: disc;
	width: 100%;
	margin-left: 15px;
	padding-left: 0;
}

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 {
	position: relative;
	border-top: 1px solid #d6d6d6;
}
#footer-area {
	padding: 18px;
}
#footer h6 {
	float: left;
	width: 50%;
	min-height: 25px;
	margin: 0;
	padding: 0;
}
#footer h6 a {
	display: block;
}
#footer h6 a img {
	width: 120px;
}
#footer ul.sns-follow {
	float: right;
	width: 50%;
	text-align: right;
	min-height: 25px;
	margin: 0;
	padding: 0;
}
#footer ul.sns-follow li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
#footer ul.sns-follow li:first-child {
	margin-left: 0;
}
#footer ul.sns-follow li a {
	display: block;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
}
#footer ul.sns-follow li.facebook a {
	background: url(/images/common/footer-facebook.svg) 0 0 no-repeat;
	background-size: 95%;
}
#footer ul.sns-follow li.twitter a {
	background: url(/images/common/footer-twitter.svg) 0 0 no-repeat;
	background-size: 95%;
}
#footer ul.sns-follow li.youtube a {
	background: url(/images/common/footer-youtube.svg) 0 0 no-repeat;
	background-size: 95%;
}
#footer-content {
	width: 100%;
}
#footer-content ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	padding: 0 0 0 8px;
	background: url(/images/common/bullet02.png) 0 50% no-repeat;
}
#footer-content ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: transparent;
}
#footer-content ul li a {
	display: block;
	color: #000;
	font-size: 100%;
	font-weight: 300;
	letter-spacing: -.5px;
}
#footer-content li.policy a {
	color: #ff4500;
}
#footer-content address {
	color: #000;
	font-size: 110%;
	font-style: normal;
	font-weight: 300;
	margin-top: 10px;
}
#footer-content address span {
	display: block;
	font-size: 90%;
}
#footer-content p {
	font-size: 90%;
	color: #666;
	font-weight: 300;
	letter-spacing: -0.5px;
}
#footer-content p span.caution {
	display: none;
	line-height: 20px;
}
#version-list {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
}
#version-list li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
}
#version-list li a {
	display: block;
	color: #161616;
	font-size: 90%;
	margin: 0;
	padding: 5px 15px;
	border: 1px solid #c6c6c6;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

#mobile-menu ul.hidden {
	display: none;
}

body .menu-open {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#menu {
	position: fixed;
	top: 0;
	left: -80%;
	width: 80%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 10000;
}
#menu .menu-close {
	position: absolute;
	top: 0;
	right: 0;
	color: #222;
	text-indent: -9999em;
	width: 50px;
	height: 50px;
	background:url(/images/common/close-b.svg) 50% 50% no-repeat;
}
#menu #closed {
	min-height: 50px;
	background: #fff;
}
#reservation-btn {
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 12px;
	color: #ffd200;
	letter-spacing: -1px;
	padding: 7px 18px;
	background-color: #222;
	border-radius: 20px;
}

#menu ul li a {
	position:relative;
	text-decoration:none;
}

#menu div.sns-follow {
	margin: 20px 0;
}
#menu div.sns-follow p {
	color: #666;
	font-size: 12px;
	text-align: center;
	letter-spacing: 6px;
	padding: 0 0 10px 0;
}
#menu div.sns-follow ul {
	text-align: center;
	min-height: 25px;
	margin: 0;
	padding: 0;
}
#menu div.sns-follow ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
#menu div.sns-follow ul li:first-child {
	margin-left: 0;
}
#menu div.sns-follow ul li a {
	display: block;
	text-indent: -9999em;
	width: 36px;
	height: 36px;
}
#menu div.sns-follow ul li.facebook a {
	background: url(/images/common/footer-facebook.svg) 0 0 no-repeat;
	background-size: 90%;
}
#menu div.sns-follow ul li.twitter a {
	background: url(/images/common/footer-twitter.svg) 0 0 no-repeat;
	background-size: 90%;
}
#menu div.sns-follow ul li.youtube a {
	background: url(/images/common/footer-youtube.svg) 0 0 no-repeat;
	background-size: 90%;
}
#menu .quick-link-area {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	background: #e6e6e6;
}
#menu #quick-link {
	margin: 0;
	padding: 0;
	border: 1px solid #cacaca;
	background: #fff;
	border-radius: 8px;
}
#menu #quick-link li a {
	position: relative;
	display: block;
	color: #222;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 8px 8px 8px 12px;
	border-top: 1px solid #cacaca;
}
#menu #quick-link li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 16px;
	right: 16px;
	width: 11px;
	height: 18px;
	z-index: 1;
	background: url(/images/common/arrow-g-icon.svg) 95% 50% no-repeat;
}
#menu #quick-link li:first-child a {
	border-top: 0 none;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
#menu #quick-link li:last-child a {
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#menu a.cdws,
#menu a.saemaul,
#menu a.cheongdo-tour {
	position: relative;
	display: block;
	color: #333;
	margin: 10px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #c6c6c6;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	box-shadow: 0 1px 1px #eee;
}
#menu a.cdws:after,
#menu a.saemaul:after,
#menu a.cheongdo-tour:after {
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	right: 16px;
	width: 11px;
	height: 18px;
	z-index: 1;
	background: url(/images/common/arrow-o-icon.svg) 0 0 no-repeat;
}

#content h4 {
	color: #363636;
	font-size: 140%;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	margin: 30px 0 10px 0;
	padding: 0;
}
#content h5 {
	color: #363636;
	font-size: 120%;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}
#content-main ul.step {
	text-align: left;
	list-style-type: disc;
	line-height: 24px;
	padding-left: 25px;
}
#content-main ul li {
    list-style-type: none;
    font-size: 110%;
    font-weight: 300;
}
#content ul li ul {
	text-align: left;
	list-style-type: none;
}
#content span.block {
	display: block;
}
#content-main ul.step li{
    text-align: left;
    list-style-type: disc;
    line-height: 24px;
}
#content-main ul.step01 li {
    list-style-type: none;
    margin: 13px 0 0 0;
    font-size: 123%;
    font-weight: 300;
    padding-left: 22px;
    background: url(/images/open.content/hwarang/common/h4-icon.png) 0 5px no-repeat;
    background-size: 14px;
}
#content ul.step01 li ul li{
   font-size: 100%;
   background: none;
   padding-left:0 !important;
}
div#top-link {
	position: fixed;
	right: 20px;
	bottom: -40px;
	z-index: 10;
}
div#top-link a {
	display: block;
	color: #333;
	font-size: 90%;
	text-align: center;
	line-height: 40px;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	letter-spacing: -2px;
	background: #666 url(/images/common/top-link-icon.svg) 50% 50% no-repeat;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.align-center {
	text-align: center !important;
}

/*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: 11px;
	color: #fff;
	width: 110px;
	line-height: 18px;
	/*height: 20px;
	letter-spacing: -1px;*/
	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;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper {
	position: relative;
	max-width: 100%;
	padding: 0;
}
.bx-wrapper img {
	display: block;
	max-width: 100%;
}
.bx-wrapper .bx-pager {
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
}
.bx-wrapper .bx-controls-auto {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	vertical-align: top;

	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;
	padding: 20px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 4px;
	background: #aaa url(/images/common/white-pager-off.png) 0 0 no-repeat;
	border: 3px solid #aaa;
	border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent url(/images/common/pager-on.png) 0 0 no-repeat;
	border-color: #ff4500;
}
.bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	text-indent: -9999px;
	transform: translateY(-50%);
	z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	background: rgba(0,0,0,.4) url(/images/common/prev-w-btn.svg) no-repeat center center;
	transition-duration: 0s;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background: rgba(0,0,0,.4) url(/images/common/next-w-btn.svg) no-repeat center center;
	transition-duration: 0s;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(/images/common/pager-play.svg) 0 0 no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	display: none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(/images/common/pager-stop.svg) 0 0 no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	display: inline-block;
	vertical-align: top;
	padding-top: 1px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 16px;
}

#content .noted items {
	color: #777;
}
#content dl {
	margin: 15px;
}
#content dl.step {
	margin: 10px 0;
}
#content dl.step dt {
	font-size: 95%;
	font-weight: 400;
}
#content dl.step dd {
	font-size: 90%;
	font-weight: 300;
	margin-left: 10px;
	padding-left: 15px;
	background: url(/images/common/bullet02.gif) 0 50% no-repeat;
}
.tone1 {
	color: #f20909;
}
.tone2 {
	color: #f27709;
}
.tone3 {
	color: #ecd303;
}
.tone4 {
	color: #00cc33;
}
.tone5 {
	color: #0fc0ec;
}
.tone6 {
	color: #0b65e1;
}
.tone7 {
	color: #540ef3;
}
.tone8 {
	color: #e00de8;
}

#modalContainer {
	color:#4295C2;
	width: 80%;
	height: 150px;
	text-align:left; 
	padding: 30px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 20px #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#modalContainer .message {
	color: #149cff;
	font-size: 120%;
	letter-spacing: -1px;
	padding-top: 20px;
}
#modalContainer div {
	position: relative;
}
#modalContainer a.close {
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	text-indent: -9999em;
	width: 25px;
	height: 25px;
	background: url(/images/common/close-b.svg) 0 0 no-repeat;
}

/*for print URL-expan*/
span.url {
	display: none !important;
}



/*20201202*/
#content h4 {
	position: relative;
	font-size: 130%;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -1px;
	margin: 30px 0 10px 0;
	padding-left: 22px;
	background: url(/images/open.content/hwarang/common/h4-icon.png) 0 8px no-repeat;
}



/*2020.12.02*/
#visual-area .bx-wrapper .bx-pager {
	position: relative;
	margin: 0 auto;
	width: 230px;
	height: 0px;
	text-align: center;
	z-index: 1;
}


div.black {
	position: relative;
	bottom: 100px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	max-width: 845px;
	max-height:55px;
	padding: 10px 1px 30px 1px;
	background: rgba(0, 0, 0, 0.7);
}


#content-main p {
	position: relative;
	text-align: center;
	vertical-align: top;
	z-index: 1;
}
 .logo{
 display: none;
}
div #visual-area{
}

@media screen and (max-width:500)