.container form {
	box-sizing: border-box;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.msg_sound_only, .sound_only { display:inline-block !important; position:absolute; top:0; left:0; margin:0 !important; padding:0 !important; font-size:0; line-height:0; border:0 !important; overflow:hidden !important}

.search-form__submit { padding: 11px 10px; font-size: 18px; }


.category-title{font-size:24px;}
.item-title {font-size: 18px;color: #333;}
.category-title{font-size:18px;}
.item-title{font-size:16px !important;}
.item .item-meta.l-table__body {vertical-align: middle;}
.item .l-table__header {font-size:13px; vertical-align: middle;}

l-table__body {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

.l-table__body {
	border-bottom: 1px dashed #DDD;
}
.l-table:last-child .l-table__body {
	border-bottom: 0;
}
.l-table--group + .l-table--group {
	margin-top: 1rem;
	padding-top: 1rem;
}
@media (min-width: 768px) {
	.l-table {
		display: table;
		width: 100%;
		border-collapse: collapse;
	}
	.l-table__header,
	.l-table__body {
		display: table-cell;
		vertical-align: top;
	}
	.l-table__header {
		width: 8rem;

	}
	.l-table__body {
		padding:0 0.5rem;
		border-bottom: 0;
	}
}	


.l--inlined > .text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.l--inlined > .text + .text {
	position: relative;
	padding-left: 0.5rem;
}
.l--inlined > .text + .text::before {
	content: '';
	position: absolute;
	left: -1px;
	top: 50%;
	width: 1px;
	height: 10px;
	margin-top: -3px;
	background-color: #888;
}

.l--inlined .custom-radio,
.l--inlined .custom-checkbox {
	margin-right: 0.5rem;
}

.list .item {padding:16px 0;}


/* ÆäÀÌÂ¡ */
.pg_wrap { clear:both; margin:30px 0 ; text-align:center; }
.pg_wrap:after { display:block; visibility:hidden; clear:both; content:""; }
.pg { }
.pg_page,
.pg_current { display:inline-block; vertical-align:middle;  font-size:16px; color:#666; width:40px; height:40px; line-height:40px;  }
.pg_current {  color:#fff; border-radius:8px; background:#000; }
.pg a:focus,
.pg a:hover { text-decoration:none; }
.pg_page { text-decoration:none; }
.pg_page:hover { }
.pg_start { width: 17px; text-indent:-999px; overflow:hidden; background:url('../img/btn_first.gif') no-repeat 50% 50% #fff; padding:0; }
.pg_prev { width: 17px; text-indent:-999px; overflow:hidden; background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff; padding:0; }
.pg_end { width: 17px; text-indent:-999px; overflow:hidden; background:url('../img/btn_end.gif') no-repeat 50% 50% #fff; padding:0; }
.pg_next { width: 17px; text-indent:-999px; overflow:hidden; background:url('../img/btn_next.gif') no-repeat 50% 50% #fff; padding:0; }
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover { }

/* cheditor ÀÌ½´ */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}
