@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position:relative;
	font-family: "Noto Sans KR", "맑은 고딕", sans-serif;
	text-align: left !important;
	font-size: 90%;
	line-height: 24px;
	color: #363636;
	letter-spacing: -.4px;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
button {
	cursor: pointer;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
em {
	font-style: normal;
}

.depth01,
.list-icon {
	margin: 1em 0 2em 09px;
	padding: 0;
	height: 100%;
}
.depth01 li {
	position: relative;
	line-height: 16px;
	margin: 0 0 6px 1em;
	padding: 0 0 0 1em;
	background: url(/images/common/depth01.png) no-repeat 0 0.65em;

	height: 1%;
	overflow: hidden;
}
p.text01-first {
	position: relative;
	line-height: 16px;
	margin: 0 0 6px 19px;
	padding: 0 0 0 1em;
	background: url(/images/common/depth01.png) no-repeat 0 0.65em;
	height: 1%;
	overflow: hidden;
}
.depth01 li {
	height: auto;
}
.list-icon dt {
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 3px 3px;
	padding: 0 0 0 1em;
	background: url(/images/common/depth01.png) no-repeat 0 0.45em;
}
.depth02 {
	margin-top: 3px;
}
.depth02 dd,
.depth02 li {
	line-height: 16px;
	margin: 0;
	padding-left: 09px;
	background: url(/images/common/depth02.gif) no-repeat 0 09px;
}


.hidden {
	display: none;
}
a {
	text-decoration: none;
	color: #444;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
a:hover {
	color: #643A1F;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
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;
}
img {
	height: auto;
	max-width: 100%;
}
#wrap {
	position:relative;
	margin: 0;
	padding: 0;
	z-index:1;
}

#point {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	z-index: -1;
}
#header {
	position: relative;
	min-height: 120px;
	background: #F57A20;
}
#menu-area a {
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999em;
	width: 21px;
	height: 17px;
	padding: 7px;
}
#menu-area a.history-back {
	left: 10px;
	background: url(/images/common/history-back.png) 7px 7px no-repeat;
}
#menu-area a.menu {
	right: 0;
	width: 60px;
	height: 60px;
	background: url(/images/common/top-menu-icon.svg) 50% 50% no-repeat;
}
h1 {
	text-align: center;
}
h1 a {
	position: relative;
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}
h1 a img {
	text-align: center;
}
#header .top-menu {
	display: block;
	position: absolute;
	top: 23px;
	left: 18px;
	cursor: pointer;
	color: #222;
	text-indent: -9999em;
	width: 28px;
	height: 21px;
	background: url(/images/common/top-menu-icon.svg) 50% 50% no-repeat;
	background-size: 28px 21px;
}
#search-popup {
	opacity: 0;
	width: 90%;
	z-index: 20000;
}
#header button.search-popup-open {
	display: block;
	position:absolute;
	top: 20px;
	right: 18px;
	cursor:pointer;
	text-indent: -9999em;
	width:  28px;
	height: 28px;
	border: 0 none;
	background: url(/images/common/msearch-w-icon.svg) center center no-repeat;
	background-size: 28px;
	transition-duration: 0.3s;
}
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: 150%;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 15px;
	border: 0 none;
	border-radius: 3px;
}
#search-popup form input.button,
#search-popup button.search-popup-close {
	display: block;
	font-size: 120%;
	width: 100%;
	margin: 8px auto 0 auto;
	border-radius: 3px;
}
#search-popup form input.button {
	color: #fff;
	font-weight: 600;
	padding: 15px 0;
	border: 0 none;
	background-color: #ff4500;
}
#search-popup button.search-popup-close {
	color: #fff;
	padding: 15px 0;
	margin-top: 15px;
	border: 0 none;
	background-color: #aaa;
}
#login-area {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 8px;
	/*background-color: #3e2f5f;
	background-color: #133bc5;*/
	background: #fff;
	border-bottom: 1px solid #c3c3c3;
}
#login-area .check {
	display: block;
	padding-left: 3px;
	text-shadow: 0 1px 0 #ffe0b0;
}
#login-area a {
    display: inline-block;
    vertical-align: top;
    font-size: 100%;
    color: #333;
    margin: 0 2px 0 0;
    padding: 3px 0px;
    background-color: #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 17%;
    text-align: center;
}
#login-area a.order-direct {
	font-weight: 500;
	background-color: #fff37a;
	background-color: #ffe643;
}

#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 #f57920;
	box-shadow: inset 0 1px 0 #fff;
	background: #f57920 url(/images/common/mobile-menu-expand.svg) 95% 50% no-repeat;
}
#menu ul li.expanded span a {
	background: #f57820 url(/images/common/mobile-menu-collapse.svg) 95% 50% no-repeat;
}
#menu ul li:first-child span a {
	border-top: 0 none;
	box-shadow: 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 a,
#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;
}

#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: -90%;
	width: 90%;
	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;
}

#content-wrap {
	position:relative;
	margin:0;
}
/* content layout */
#content {
	position:relative;
	padding: 0 15px 30px 15px;
}
/* content-main 영역 */
#content-main {
	position:relative;
	overflow: hidden;
}
#nav-bar {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 15px;
	border-bottom: 1px solid #d3d3d3;
	background: #f3f3f3;
}

#nav-bar li {
	display: none;
	font-size: 12px;
	letter-spacing:-1px;
	margin: 0;
	padding: 8px 6px 8px 8px;
	background: url(/images/common/nav.gif) 0 50% no-repeat;
}
.lte7 #nav-bar li {
	display: inline;
}
#nav-bar li.first {
	float: left;
	display: block;
	padding-left: 0;
	background: none;
}
#nav-bar li a {
	color:#444;
	text-decoration:none;
}
#nav-bar li.last {
	float: left;
	display: block;
}
#nav-bar li.last a {
	font-weight: bold;
	color: #FF6000;
	text-decoration:none;
}
#nav-bar li.first:after,
#nav-bar li.last:after {
	content: ' ';
	display: block;
	clear: both;
}
#content-main p {
	/*color:#444;*/
}
#content-main h3 {
	display: none;
}
#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;
}


/* share to */
#share-area {
	margin: 20px 0;
}
#share-area dl {
	text-align: center;
	margin: 0;
	padding: 0;
}
#share-area dl dt,
#share-area dl dd {
	display: inline-block;
	vertical-align: top;
}
#share-area dl dt {
	width: 20px;
	margin: 3px 10px 0 0;
	padding: 0;
}
#share-area dl dt img {
	width: 20px !important;
	border: 0 none !important;
}
#share-area dl dd {
	width: 30px;
	margin: 0 5px 0 0;
	padding: 0;
	background: transparent;
}
#share-area dl dd.twitter {
	margin-left: 0;
}
#share-area dl dd.print {
	margin: 0;
}
.lte7 #share-area dl dt {
	display: inline;
}
.lte7 #share-area dl dd {
	display: inline;
}
#share-area dl dd a {
	display: block;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#share-area dl dd.twitter a {
	background: url(/images/common/sns-icon.png) 0 0 no-repeat;
}
#share-area dl dd.twitter a:hover,
#share-area dl dd.twitter a:focus {
	background-position: 0 -30px;
}
#share-area dl dd.facebook a {
	background: url(/images/common/sns-icon.png) -30px 0 no-repeat;
}
#share-area dl dd.facebook a:hover,
#share-area dl dd.facebook a:focus {
	background-position: -30px -30px;
}
#share-area dl dd.gogopr a {
	background: url(/images/common/sns-icon.png) -60px 0 no-repeat;
}
#share-area dl dd.gogopr a:hover,
#share-area dl dd.gogopr a:focus {
	background-position: -60px -30px;
}
#share-area dl dd.parse a {
	background: url(/images/common/u-icon.png) 0 -30px no-repeat;
}
#share-area dl dd.parse a:hover,
#share-area dl dd.parse a:focus {
	background-position: 0 -30px;
}
#share-area dl dd.print a {
	background: url(/images/common/print-icon.png) 0 -30px no-repeat;
}
#share-area dl dd.print a:hover,
#share-area dl dd.print a:focus {
	background-position: 0 0;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #999;
	margin: 10px 0 0 0;
}
/*
table caption {
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-weight: bold;
}
*/
table caption {
	position:absolute;
	font-size:0;
	width:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
th {
	text-align: center;
	vertical-align: middle;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
	color: #444;
}
td {
	text-align: left;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
	color: #444;
}
td.td-left {
	text-align: left;
	padding: 0.5em;
}
td.td-center {
	text-align: center;
	padding: 0.5em;
}
td.td-right {
	text-align: right;
	padding: 0.5em;
}
thead th {
	background-color: #f4f4f4;
	vertical-align: middle;
}
tbody th {
	font-weight: normal;
}
table tfoot{
	background-color: #fafafa;
}
table.board {
	clear:both;
}
table.board th {
	margin:0;
	text-align:center;
}
table.board th.id,
table.board td.noindex {
	display: none;
}
table.board td ul {
	margin:0;
	text-align:center;
}
table.board caption{
	position:absolute;
	overflow:hidden;
	height:0;
	width:0;
	font-size:0;
	visibility:hidden;
}
.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.mmall-board tbody td,
#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: 1em;

	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: 0 0.1em;

	height: 1%;
}
#content-main ul.paginator li {
	height: auto;
}
.lte7 #content-main ul.paginator li {
	display: inline;
}
#content-main ul.paginator li a,
#content-main ul.paginator li span {
	padding: 0.2em 0.4em;
	display: block;
	text-decoration:none;
}
#content-main ul.paginator li.current {
	color: #fff;
	background-color: #111;
	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;
}
.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: 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 {
	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;
}
.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;
}
h3 {
	margin: 2em 0 1em 0;
}
h4 {
	margin: 1.5em 0 .5em 0;
}
h5 {
	margin: 1em 0 .25em 0;
}
.icon-none {
	background: none;
}
span.span-margin {
	margin: 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;
	color: #0b64a8;
}
.page-important-content{
	color:#111;
	padding:1em;
	background-color:#f4f4f4;
	border:1px solid #e9e9e9;
}
.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:56.8em;height:400px;border:4px solid #333;margin:.85em 0 0 0;}
div.map div,div.map img{height:100%;}


/*for print URL-expan*/
span.url {
	display: none !important;
}
#mobile-menu ul.hidden {
	display: none;
}

/* 게시판 */
#content-main .bb-list-mobile {
	position: relative;
	background: none;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	/*background-color: #777;*/
	margin: 6px 0;
}
#content-main .bb-list-mobile div {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #666;
	background-color: #fff;
	margin: 2px 0;
	padding: 4px;
}
#content-main .bb-list-mobile span {
	font-size: 90%;
	padding: 0 0 0 4px;
}
#content-main .bb-list-mobile span.author {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
#content-main .bb-list-mobile span.date {
	font-size: 13px;
	color: #666;
	letter-spacing: -1px;
}
#content-main .bb-list-mobile span.title {
	display: block;
	/*font-size: 90%;*/
	padding: 0 0 0 6px;
	border-bottom: 1px dotted #ddd;
}

#content-main .mmall-product-search div dd {
	margin: 0;
	padding: 0;
	background: transparent;
}
/* footer */
#footer {
	clear: both;
	position:relative;
	padding: 30px 15px;
	background: #5f5c69;
	z-index: 0;
}
#footer-area {
	position: relative;
	font-size: 90%;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#footer-content {
	margin: 0;
	padding: 0;
}
#footer-content ul {
	position:relative;
	text-align: left;
	margin: 0 0 15px 0;
	padding:0;
}
#footer-content li {
	position:relative;
	display: inline-block;
	vertical-align: top;
	font-size: 100%;
	margin: 0 5px;
	padding: 0;
}
#footer-content li:first-child {
	margin-left: 0;
}
#footer-content li a {
	color: #fff;
	font-size: 100%;
	padding: 3px 6px;
}
#footer-content li:first-child a {
	padding-left: 0;
}
#footer-content address {
	display: block;
	color: #f0f0f0;
	font-size: 100%;
	font-style: normal;
	padding: 0;
	margin: 0;
}
#footer-content address a {
	color: #f0f0f0;
}
#footer-content p {
	color: #f0f0f0;
	font-size: 95%;
	margin:0;
}
#footer-content p.regist-num span {
	padding-right: 10px;
}
#footer-content p.copyright {
	color: #ccc;
	font-size: 100%;
	margin-bottom: 9px;
}
#footer-content p a {
	float: none;
	color: #58dfff;
	font-size: 100%;
	letter-spacing:0;
	text-decoration: underline;
}

#footer-area h6 {
	position: absolute;
	top: 56px;
	right: 2em;
}

#quick-mode {
	position: relative;
	margin-top: 15px;
}
#quick-mode ul {
	width:100%;
	text-align:center;
	margin: 0;
	padding: 0;
}
#quick-mode li {
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.lte7 #quick-mode li {
	display:inline;
}
#quick-mode li a {
	display: block;
	color:#222;
	letter-spacing:-1px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0;
	padding: 9px 15px;
}
#quick-mode li.last {
	position: absolute;
	right: 12px;
}
#quick-mode li.last a {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
#address-copyright {
	padding: 15px 0;
}
#address-copyright address,
#address-copyright p.copyright {
	font-size: 90%;
	color: #e0e0e0;
	font-style: normal;
	line-height: 20px;
	margin: 0 15px;
}
#address-copyright address a {
	color: #fff;
}
.more-info-guide {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 12px;
	color: #888;
	letter-spacing: -1px;
}
.more-info-guide b {
	color: #444;
}

.bx-wrapper {
	margin: 0;
	padding: 0;

	height: 1%;
}
.bx-wrapper {
	height: auto;
}
.bx-wrapper img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.bx-wrapper .bx-pager {
	/*position: absolute;*/
	bottom: 12px;
	color: #444;
	text-align: center;
	margin: 0;
	padding: 18px 0 0 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;
	margin: 0 5px;
	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.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	background: #a2a2a2;
	border: 3px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	border-color: #ff4500;
	background: #ff4500;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 36px;
	border-color: #ff4500;
	background: #ff4500;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}
.bx-wrapper .bx-controls-direction a {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 50px;
	text-indent: -9999em;
	transform: translateY(-50%);
	z-index: 9;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-prev {
	left: 3px;
	background: url(/images/common/prev-w-icon.svg) no-repeat 50% 50%;
}
.bx-wrapper .bx-next {
	right: 3px;
	background: url(/images/common/next-w-icon.svg) no-repeat 50% 50%;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	background: url(/images/common/play-btn.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-btn.svg) 50% 50% 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;
}



a.products-list  {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    margin: 0;
    padding: 2px 0 0 15px;
    border-top: 1px solid #42355f;
    box-shadow: inset 0 1px 0 #674f9e;
    background: #4b3875 url(/images/common/mobile-menu-expand.svg) 95% 50% no-repeat;
}
.top-links-area .top-links ul{
	margin-top:15px !important;
	margin-left:10px !important;
}
.top-links-area .top-links ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:5px !important;
}
.top-links-area .top-links ul li a{
    display: block;
    padding: 5px 15px;
    background: #b90a0e;
    color: #fff;
    border-radius: 3px;
}
.menu-img {
	margin:20px 36px;
}
p.text-right {
	text-align: right;
}
div.table-scroll {
}