* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position:relative;
	font-family: "YoonGothic740", "맑은 고딕", sans-serif;
	text-align: left !important;
	font-size: 14px;
	line-height: 24px;
	color: #363636;
	letter-spacing: -0.3px;
	width: 100%;
	text-size-adjust: none;
	-webkit-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: "YoonGothic740", "맑은 고딕", sans-serif;
}
a {
	color: #00a7bd;
	text-decoration: none;
	word-wrap: break-word;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
a:hover {
	color: #222;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
.hidden {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
	font-size: 0;
	visibility: hidden;
}
.btn01 {
	color: #fff;
	padding: 10px;
	background-color: #009fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wrap {
	position:relative;
	margin: 0;
	padding: 0;
	z-index:1;
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #fff;

	z-index: 1000;
}
h1 {
	position: relative;
	top: 11px;
	width: 60px;
	height: 39px;
	margin: 0 auto;
}
h1 a {
	display: block;
	text-align: center;
}
.top-menu {
	display: block;
	position: absolute;
	top: 20px;
	left: 18px;
	cursor: pointer;
	color: #222;
	/*text-indent: -9999em;*/
	width: 24px;
	height: 18px;
}
/* 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;
}
#version-list {
	width:100%;
	text-align:center;
	margin: 0;
	padding: 15px 0 0 0;
}
#version-list li {
	position: relative;
	display: inline-block;
	margin: 0 2px !important;
}
#version-list li a {
	display: block;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	padding: 5px 12px;
	border: 1px solid #555;
	border-radius: 25px;
	background: #222;
	box-shadow: inset 0 1px 1px #161616;
}
img {
	height: auto;
	max-width: 100%;
}
#search-popup {
	opacity: 0;
	z-index: -1;
}
#header button.search-popup-open {
	display: block;
	position:absolute;
	top: 12px;
	right:12px;
	cursor:pointer;
	text-indent: -9999em;
	width: 18px;
	height:18px;
	padding: 18px;
	border: 0 none;
	background: url(/images/common/search-icon.svg) center center no-repeat;
	background-size: 24px 24px;
	transition-duration: 0.3s;
	opacity: .7;
}
button.search-popup-open:hover,
button.search-popup-open:focus {
	opacity: 1;
	transform: scale(1.1);
	transition-duration: 0.3s;
}
#search-popup form legend {
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#search-popup form label {
	position:absolute;
	overflow:hidden;
	height:0;
	width:0;
	font-size:0;
	visibility:hidden;
}
#search-popup form input {
	display: block;
	font-size: 18px;
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 15px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
#search-popup form input.button,
#search-popup button.search-popup-close {
	display: block;
	font-size: 15px;
	width: 90%;
	margin: 8px auto 0 auto;
	padding: 15px 0;
	border-radius: 5px;
}
#search-popup form input.button {
	color: #fff;
	border: 1px solid #f14100;
	background-color: #ff4500;
	box-shadow: inset 0 1px 0 #ff8355;
}
#search-popup button.search-popup-close {
	color: #fff;
	margin-top: 12px;
	border: 1px solid #555;
	background-color: #666;
	box-shadow: inset 0 1px 0 #777;
}

#top-area {
	position: absolute;
	top: 20px;
	left: 20px;
}
#top-area a.login {
	font-size: 11px;
	letter-spacing: -1px;
	padding: 6px 12px;
	border-radius: 30px;
	border: 1px solid #bbb;
}
#menu ul {
	position:relative;
	margin: 0;
}
#menu ul li {
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	margin: 0;
	padding: 0;
}
#menu ul li span a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	margin: 0;
	padding: 2px 0 0 15px;
	border-top: 1px solid #333;
	box-shadow: inset 0 1px 0 #555;
	background: #444 url(/images/common/mobile-menu-expand.svg) 95% 50% no-repeat;
}
#menu ul li.expanded span a {
	background: #444 url(/images/common/mobile-menu-collapse.svg) 95% 50% no-repeat;
}
#menu ul li:first-child span a {
	border-top: 0 none;
	box-shadow: 0 none;
}
#menu ul li ul {
	/*background-color: #EEE;*/
	border-bottom: 0 none;
}
#menu ul li ul li {
	font-size: 12px;
	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;
	font-weight: bold;
	padding: 8px 8px 8px 15px;
	background: url(/images/common/menu-link-icon.png) 97% 50% no-repeat;
	border-top: 1px solid #ddd;
}
#menu ul li ul li:first-child a {
	border: 0 none;
}
#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: 1px solid #ccc;
}
#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: 120%;
	color: #fff;
	margin: 0;
	padding: 12px 12px 12px 15px;
	background-color: #2b7bc3;
	border-bottom: 1px solid #206eb4;
	text-shadow: 0 -1px 1px #1662a7;
}

#content-wrap {
	position: relative;
	margin: 0;
	padding: 60px 0 0 0;
}
/* content layout */
#content {
	position:relative;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#content h3 {
	font-size: 20px;
	font-family: "YoonGothic740", sans-serif;
	text-align: center;
	margin: 30px 0;
}

#side-menu {
	margin-bottom: 20px;
}
#side-menu h2 {
	cursor: pointer;
	color: #fff;
	line-height: 30px;
	padding: 8px 15px;
	background: #444 url(/images/common/mobile-menu-expand.svg) 96% 50% no-repeat;
}
#side-menu h2.current {
	background: #444 url(/images/common/mobile-menu-collapse.svg) 96% 50% no-repeat;
}
#side-menu ul {
	display: none;
}
#side-menu ul li .active ul {
	display: block;
}
#side-menu ul li a {
	display: block;
	color: #333;
	font-size: 13px;
	padding: 8px 15px;
	border-bottom: 1px solid #bbb;
	box-shadow: inset 0 1px 0 #fff;
	background: #f9f9f9 url(/images/common/arrow02.svg) 96% 50% no-repeat;
}
#side-menu ul li span {
	display: block;
	cursor: pointer;
}
#side-menu ul li span a {
	background: #f9f9f9 url(/images/common/sub-menu-expand.svg) 95.5% 50% no-repeat;
}
#side-menu ul li span.active a {
	background: #f9f9f9 url(/images/common/sub-menu-collapse.svg) 95.5% 50% no-repeat;
}
#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;
}
#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;
}

#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%;
	text-align: center;
	border: 1px solid #cecece;
	background-color: #eee;
	margin: 1px;
	padding: 7px 9px;
}
#sub-menu li a:hover,
#sub-menu li a:focus {
	background-color: #fff;
}
#sub-menu li.current a {
	color: #fff;
	background-color: #ff9000;
	border-color: #f17700;
}
table {
	clear:both;
	font-size: 12px;
	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;
}
table caption {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
table a {
	font-size: 12px;
}
table th {
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	padding: 9px;
	border: #c5c5c5 solid 1px;
}
table td {
	color: #444;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	border: #d5d5d5 solid 1px;
	border-top: 0 none;
	background-color:#fff;
	padding: 9px;
}
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-size: 11px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	padding: 6px;
	background-color: #129FE0;
	border-color: #067CB3;
}
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;
	line-height: 1.5em;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	margin: 1px 0 0 1px;

	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: 12px;
	font-family: arial, sans-serif;
	padding: 0 5px;
}
#content-main ul.paginator li.current span {
	color: #fff;
	background-color: #111;
}
#content-main ul.paginator li.current {
	border-color: #111;
}
#content-main ul.paginator li a:hover {
	color: #fff;
	background-color: #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;
}
.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;
	border-top: 2px solid #666;
	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 {
	display: none;
	padding: 1em 0.5em;
	line-height: 1.5em;
	font-weight: bold;
	/*color: #009966;*/
}
#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 {
	font-size: 16px;
	text-align: left;
	margin: 1.5em 0 0.5em 0;
}
#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: 2em 0;
	padding: 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-right: 10px;
	padding: 10px;
}
div#share-to dl dd a {
	display: block;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
	padding: 18px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-right: 6px;
}
div#share-to dl dd.twitter a {
	background: url(/images/common/shareto-twitter.svg) center center no-repeat;
}
div#share-to dl dd.facebook a {
	background: url(/images/common/shareto-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-area {
	padding: 1.75em 3% 1em 3%;
	background-color: #333;
}
#footer {
	position: relative;
	font-size: 12px;
}
#footer .bs-sns {
	width: 100%;
	padding-bottom: 20px;
}
#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%;
	padding-left: 5px;
}

ul.footer-menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
ul.footer-menu li:first-child {
	margin-left: 0;
}
ul.footer-menu li a {
	display: block;
	color: #eee;
	font-size: 14px;
}
#footer p {
	line-height: 20px;
	text-align: left;
}
#footer p.tel-email {
	color: #eee;
}
#footer p.tel-email span {
	padding-right: 10px;
}
#footer p.tel-email a {
	color: #00ffff;
}
#footer p.copyright {
	color: #aaa;
}

#footer p.copyright span {
	display: block;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

#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: -60%;
	width: 60%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 10000;
}
#menu .menu-close {
	position: absolute;
	top: 18px;
	right: 15px;
	color: #222;
	/*text-indent: -9999em;*/
	width: 24px;
	height: 24px;
	/*background: url(/images/open.content/ko/common/menu-close-icon.png) 50% 50% no-repeat;*/
}
#menu #closed {
	min-height: 60px;
	background: #fff;
}
#menu #must-logo {
	position: absolute;
	top: 11px;
	left: 12px;
}
#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 .service {
	margin: 20px 0 0 0;
}
#menu .service li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 50%;
	padding: 10px;
}
#menu .service li a {
	display: block;
	text-align: center;
}
#menu .service li a img {
	display: block;
}

div#top-link {
	position: fixed;
	right: .5em;
	bottom: -10em;
	z-index: 10;
}
div#top-link a {
	display: block;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #777;
	border-radius: 50%;
}
div#top-link a:hover,
div#top-link a:focus {
	bottom: 2.5em;
	background: #ff4500;
}
.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: 30px 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: 17px;
	height: 26px;
	text-indent: -9999px;
	margin-top: -80px;
	padding: 25px 20px;
	z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	padding-left: 10px;
	background: rgba(0,0,0,0.4) url(/images/common/slider-prev.svg) no-repeat center center;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	padding-right: 10px;
	background: rgba(0,0,0,0.4) url(/images/common/slider-next.svg) no-repeat center center;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover,
.bx-wrapper .bx-controls-direction a.bx-prev:focus {
	padding-left: 30px;
	background-color: rgba(0,0,0,1);
}
.bx-wrapper .bx-controls-direction a.bx-next:hover,
.bx-wrapper .bx-controls-direction a.bx-next:focus {
	padding-right: 30px;
	background-color: rgba(0,0,0,1);
}
.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;
}


/*for print URL-expan*/
span.url {
	display: none !important;
}

#content-main .bb-document-preview{
	transition: 0.3s;
    padding: 2px 5px 2px 21px;
    font-size: 75%;
    margin-left: 3px;
    border-radius: 3px;
	background :#fff url(/images/common/preview-icon.png) 5px 5px no-repeat;
	border: 1px solid #ccc;  
}
#content-main .bb-document-preview:hover{
	background :#0056D3 url(/images/common/preview-icon2.png) 5px 5px no-repeat;
	border: 1px solid #0056D3 ;  
	color: #fff;
}