@charset "UTF-8";
/* Common */
* {
	font-family: 'Noto Sans CJK KR', 'Noto Sans CJK TC', 'Noto Sans KR', 'Noto Sans TC', 'New Gulim', sans-serif;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-weight: 500;
}
html,
body {
	width: 100%;
	min-height: 100%;
}
body {
	overflow-y: scroll;
	min-width: 320px;
	color: #666;
	font-size: 16px;
	font-weight: 300;
	word-break: break-all;
	word-spacing: -1px;
	/*letter-spacing: -.3px;*/
	background-color: #fff;
}
a {
	color: #666;
}
input,
button,
select,
textarea {
	font-weight: 300;
}
._S body {
	font-size: 12px;
}
/* ZOOM */
._ZOOM._L body {
	min-width: 1320px;
}
._ZOOM._M body {
	min-width: 1010px;
}
._ZOOM._S body {
	min-width: 320px;
}
/* Skip To Content */
.jump_go {
	position: absolute;
	top: -120px;
	right: 0;
	left: 0;
	z-index: 1000;
	min-width: 320px;
	height: 120px;
	color: #666;
	font-size: 1.875em;
	text-align: center;
	letter-spacing: -1.5px;
	line-height: 120px;
	background-color: #003964;
	background-color: rgba(0, 57, 100, .8);
	transition: .1s ease-in-out;
}
._S .jump_go {
	top: -51px;
	height: 51px;
	font-size: 1.5em;
	line-height: 51px;
}
.jump_go:focus,
.jump_go:hover {
	top: 0;
	color: #fff;
	text-decoration: none;
}
/* Selection */
::-moz-selection {
	background-color: rgba(62, 155, 174, .1);
}
::selection {
	background-color: rgba(62, 155, 174, .1);
}
/* Clear Fix */
.clearFix:before,
.clearFix:after,
.btnWrap:before,
.btnWrap:after,
.box-img:before,
.box-img:after,
.boardBox:before,
.boardBox:after,
.column:before,
.column:after,
.resultTitle:before,
.resultTitle:after,
.resultTitle > ul:before,
.resultTitle > ul:after,
.boardWrite li:before,
.boardWrite li:after,
._main .container > .inner:before,
._main .container > .inner:after,
.vocabulary-list:before,
.vocabulary-list:after,
.oldhan_list:before,
.oldhan_list:after {
	content: '';
	display: table;
}
.clearFix:after,
.btnWrap:after,
.box-img:after,
.boardBox:after,
.column:after,
.resultTitle:after,
.resultTitle > ul:after,
.boardWrite li:after,
._main .container > .inner:after,
.vocabulary-list:after,
.oldhan_list:after {
	clear: both;
}
/* Disable outline */
._OL * {
	outline: 0 !important;
}
/* Visibility */
body {
	opacity: 0;
}
._JS body {
	opacity: 1;
}
._L ._LX,
._M ._MX,
._S ._SX {
	display: none;
}
/* Dimmed layer */
.dimmedLayer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	background-color: #000;
	opacity: .5;
}
/* hideEl */
.hideEl,
.nav h2,
.breadcrumb > strong {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
/* hideTxt */
.hideTxt,
.mBox-type04 .call,
.aside button,
.header .logo a,
.etc .logo a,
.footer .link a,
.header .util > a,
[class*=button-down],
.footer .menu .open a,
.content .util button,
.header .button-search,
.breadcrumb .item .home,
.breadcrumb .item .link,
.contTopBar .util button,
.button-listen,
.table td a[target=_blank] span[class*=button-down] {
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
}
/* Ellipsis text */
.ellipsis,
.mBox-link05 p,
.mBox-link06 p,
.mBoxLink li a,
.table .subject,
.boardBox .title,
.breadcrumb .item em,
.nav .depth1 > li > a,
.boardView .page > div a {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
/* old korean */
.old-font {
	font-family: 'New Gulim'!important;
	font-weight: 600 !important;
}
/* temp */
div + ._temp_guide {
	margin-top: 20px;
}