@charset "UTF-8";

*, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
    	  outline: none;
			border: none;
}
@font-face {
	font-family: 'NanumBarunGothic';
	src: url('/static/fonts/NanumBarunGothic-YetHangul.eot');
	src: local("나눔바른고딕 옛한글"),
		 url('/static/fonts/NanumBarunGothic-YetHangul.woff') format('woff'),
		 url('/static/fonts/NanumBarunGothic-YetHangul.ttf') format('truetype');
}

body.font-NaumBarunGothic,
body.font-NaumBarunGothic input[type=text] {
	font-family: "NanumBarunGothic" !important;
}
body.font-SourceHanSansK,
body.font-SourceHanSansK input[type=text]  {
	font-family: "본고딕" !important;
}
body.font-NotoSansCJKKR,
body.font-NotoSansCJKKR input[type=text] {
	font-family: "Noto Sans Mono CJK KR" !important;
}
body.font-HCRLVT,
body.font-HCRLVT input[type=text]  {
	font-family: "HCR Dotum LVT" !important;
}




body {
	font-size: 14px; 
	line-height: 1;
    margin: 0;
    padding: 0;
    color: #191919;
    font-family: "NanumBarunGothic";
}
table, td, th, caption {
	border-spacing: 0;
	border-collapse: collapse;
}


a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #009966;
}



.btn {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	line-height: 2.0;
	padding: 0 9px;
	color: #000;
	font-size: 0.750rem;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(92%, rgba(219,219,219,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0 );
}

.pagenate {position:relative; text-align:center;}
.pagenate a {display:inline-block; vertical-align:top; min-width:27px; height:25px; margin:0 2px; line-height:25px; font-family:'Nanum Gothic'; font-size:13px; color:#747474; border:1px solid #dbdcdf;padding: 0 3px;}
.pagenate a.active, .pagenate a:hover {color:rgba(0, 153, 102, .9); font-weight:800; border:1px solid rgb(0, 153, 102);}
.pagenate .fbx {font-size:0; text-indent:-99999px; overflow:hidden;}
.pagenate .btn_first {background:url('../images/btn_pg_first.gif') no-repeat center;}
.pagenate .btn_prev {background:url('../images/btn_pg_prev.gif') no-repeat center;}
.pagenate .btn_next {background:url('../images/btn_pg_next.gif') no-repeat center;}
.pagenate .btn_last {background:url('../images/btn_pg_last.gif') no-repeat center;}
.pagenate .mpage_num {display:none;}


/* common */
#header {
	padding: 20px 70px 20px 70px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}
#header .top-logo {
	height: 50px;
}
#header .menu {
	float: right;
}
#header .menu li {
	display: inline-block;
	margin-left: 20px;
	line-height: 3.8;
}

	
#search-form > .wrapper {
	width: 500px;
	margin: auto;
	padding: 10px;
	position: relative;
}
#search-form .middle {
	height: 3.2em;
}
#search-form .middle * {
	float: right;
}
#search-form .bottom {
	text-align: right;
}
#search-form .bottom .icon {
	font-size: 11px;
}
#search-form #id_q {
/* 	border: 2px solid #0074D9; */
	border: 2px solid rgb(0, 153, 102);
	width: 81.7%;
	line-height: 1.3em;
	height: 2.3em;
	font-size: 1.25em;
	/* border-radius: 10px 0px 0px 10px; */
	padding: 0 10px 0 120px;
	color: #111;
	border-right: none;
	ime-mode: active;
}
#search-form a.icon {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 12%;
	/* border-radius: 0px 10px 10px 0px ; */
	line-height: 2.3em;
	height: 2.5em;
	font-size: 1.15em;
	border: 2px solid rgba(0, 153, 102, .95);
	background-color: rgb(0, 153, 102);
	color: white;
	cursor: pointer;
}
#search-form .bottom {
	padding-top: 0;
}
.button.cancel {
	background-color: rgba(255, 255, 255, .6);
	border: 1px solid rgba(221, 221, 221, .9);
	color: #333;
}


#search-form select#id_dict {
	position: absolute;
	left: 28px;
	top: 25px;
}
#popup {
	min-height: 300px;
	min-width: 400px;
	background-color: white;
	display: none;
	/*background-image: url(/static/images/logo.png);
	background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: auto 23px;
	*/
}
#popup .loading {
	text-align: center;
	padding: 100px;
}
#popup .loading img {
	width: 80px;
}
#popup .content {
	padding: 20px 30px;
	
}
.popup_close {
    font-size: 25px;
    font-family: Arial;
    position: absolute;
	top: 0;
	right: 0px;
	border-radius: 2px;
	background: none;
	border: 0;
	font-size: 25px;
	padding: 0 10px;
}
.tooltip {
	display: none;
	min-width: 300px;
	min-height: 100px;
	border: 2px solid rgb(239, 239, 239);	
  	background-color: rgba(239, 239, 239, .98);  
	padding: 25px 15px;
	-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.18);
	box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.18);
}
.tooltip::before, .tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(239, 239, 239, .98);
}
.tooltip .content .loading {
	text-align: center;
	padding: 50px 0;
	background-color: white;
}
.tooltip .content .loading img {
	width: 70px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	padding: 3px 0;
}
ul li a {
	text-decoration: none;
}
.tooltip .btn {
	width: 100%;
}
.tooltip .on a {
	color: rgba(255, 65, 54, 1);
}

#tooltip2 {
	min-width: 500px;
	max-width: 756px;
}
#tooltip3 {
	min-width: 300px;
	max-width: 490px;
}
#tooltip2 h3 {
	margin: 8px 0 5px 0;
}
table.regex input[type=text].on {
	border: 1px solid red;
}
.input-gohangul {
	position: relative;
}
.input-gohangul .jaso li {
	display: inline-block;
	/* float: left; */
	width: 20px;
	height: 20px;
/* 	line-height: 30px; */
	text-align: center;
	font-size: 15px !important;
	background-color: rgba(255, 255, 255, .9);
	margin: 2px;
	cursor: pointer;
	font-weight: normal !important;
}
.input-gohangul .jaso li.m {
	background-color: rgba(255, 255, 255, .5);
}
.input-gohangul .jaso li:hover {
	background-color: rgba(255, 65, 54, .7);
	color: white;
}
.input-gohangul .jaso li.on {
	background-color: #0074D9;
	color: white;
}
.input-gohangul .go-hangul {
	margin: 0 auto;
	width: 46px;
	height: 46px;
	padding: 3px;
	font-size: 30px;
}
.input-gohangul .go-hangul .content {
	cursor: pointer;
	transition: font 0.3s ease;
	text-shadow: 2px 2px 2px #FFF; 
}
.input-gohangul .go-hangul.active {
	font-size: 40px;
	color: rgb(0, 153, 102);
}
.input-gohangul .command-wrap {
	position: absolute;;
	right: 60px;
	top: 0px;
}


#tooltip3 .input-gohangul .jaso li {
	width: 20px;
	height: 20px;
	font-size: 19px !important;
}
#tooltip3 h3 {
	margin-top: 2px;
}



/* index */
body.home #header {
	margin-bottom: 60px;
}
body.home .stats {
	background-color: rgba(255, 220, 0, .4);
	display: flex;
 	flex-direction: row;
 	justify-content: space-around;
 	padding: 0 10px;
 	margin-top: 40px;
}
body.home .stats dl {
	border-right: 2px solid rgba(255, 255, 255, .5);
	text-align: center;
	margin: 0;
	padding: 50px 0;
	cursor: pointer;
	flex-grow: 1;
}
body.home .stats dl:last-child {
	border-right: none;
}
body.home .stats dl dt {
	padding: 5px;
	margin: 0;
	font-size: 1.3em;
	color: rgb(117, 117, 117);
}
body.home .stats dl dd {
	padding: 5px;
	margin: 0;
	font-size: 2em;
}


body.home section.projects {
	margin: 40px 30px;
	display: flex;
 	flex-direction: row;
 	justify-content: space-around;
}
body.home section.projects h3 {
	font-size: 1.5em;
}
body.home section.projects > div {
	flex-grow: 1;
	padding: 10px 40px;
	width: 33.333%;
	font-size: .9em;
	line-height: 1.6em;
}
body.home section.projects > div > div {
	color: rgb(117, 117, 117);
}

ul.download-fonts {
	margin-top: 20px;
	margin-left: 1px;
	line-height: 16px;
}
ul.download-fonts .icon {
	font-size: .9em;
	padding-right: 10px;
	display: inline-block;
}




/* sub */
body.sub #header {
	padding: 10px 70px 10px 70px;
	margin-bottom: 20px;
}
body.sub #header .top-logo {
	height: 32px;
}
body.sub #header .menu li {
	line-height: 2.3;
}
h1, h2, h3, h4, h5, .header {
    font-family: "NanumBarunGothic" !important;
}

/* search */
.search-result em {
	background-color: rgba(255, 255, 0, .4);
	font-style: normal;
}
.search-result i {
	font-style: normal;
}

/*
.result-list .button.download {
	float: right;
}
*/



/* sorting */
.sortoptions, .sortoptions * {
	font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif !important;
}
.sortoptions, .sortoptions .sequence {
	font-size: 12px;
	color: rgb(76, 102, 181);
	line-height: 1 !important;
	font-family: Arial;
	font-weight: bold;
}

thead th.sorted a.sortremove {
    visibility: hidden;
}
table thead th {
	min-width: 80px;
}
table thead th.sorted:hover a.sortremove {
    visibility: visible;
}

table thead th.sorted .sortoptions {
    display: block;
    padding: 4px 5px 0 5px;
    float: right;
    text-align: right;
}

table thead th.sorted .sortpriority {
    font-size: .8em;
    min-width: 12px;
    text-align: center;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

table thead th.sorted .sortoptions a {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/sorting-icons.svg) 0 0 no-repeat;
    background-size: 14px auto;
}

table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: '\\';
    position: absolute;
/*     top: -6px;
    left: 3px; */
    top: -4px;
	left: 2px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
}

table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -14px;
}

table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -28px;
}

table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -42px;
}

table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -56px;
}

table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -70px;
}


table.table thead th div.text {
	line-height: 2;
	vertical-align: middle;
	/* text-align: center; */
}
table.table thead th {
	padding: 3px 0;
	color: #000;
	font-weight: normal;
	background: #f8f8f8;
	border-top: 2px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
table.table td {
	padding: 10px 7px;
	border-bottom: 1px solid #d8d8d8;
}
td.center {
	text-align: center;
}
table.table.search_result {
	width:100%;
}



#tooltip3 .helptext {
	padding-left: 88px;
	padding-top: 3px;
	font-size: .9em;
	color: #AAA;
	line-height: 1.3em;
}
.link .icon {
	font-size: 13px;
}

form h4 {
	
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	color: #333;
	clear: both;
}
h4 small {
	font-weight: normal;
	display: inline-block;
	padding-left: 5px;
	border-left: 1px solid #AAA;
	margin-left: 10px;
	cursor: pointer;
	color: #AAA;
}

.is_detail_search-1 .detailsearch-filter {
	display: block;
}

#tooltip3 h4.title {
	text-align: center;
}
#tooltip3 .regex h4 {
	margin-bottom: 5px;
}
#tooltip3 .regex label.label {
	display: inline-block;
	width: 80px;
	padding-left: 5px;
}
#tooltip3 .regex div {
	line-height: 1.5;
}

.select-download-file-type {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.select-download-file-type ul {
	display: none;
	position: absolute;
}
.select-download-file-type:hover ul {
	display: block;
	border: 1px solid red;
}

.btn_gray {display:inline-block; vertical-align:middle; height:25px; line-height:2.0; padding:0 9px; color:#000; font-size:0.750em; border:1px solid #d4d4d4; border-radius:4px; background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(92%, rgba(219,219,219,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 92%, rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0 );}
.btn_gray img {vertical-align:middle;}
.btn_gray span {vertical-align:middle; padding-left:5px;}

body.sub h1 {
	margin-top: 50px;
	font-size: 2.3em;
	color: rgb(76, 102, 181);
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 60px;
	/* border-bottom: 2px solid rgb(76, 102, 181); */
}
/*
body.sub .sub-content p {
	line-height: 1.6rem;
	font-size: 1.13em;
}
*/

.more {
	display: inline-block;
	margin-top: 10px;
	text-decoration: underline;
}
.txt {
	line-height: 1.6;
	padding-left: 15px;
}






/* stats */
table.stats {
	width: 100%;
	min-width: 1200px;
}
table.stats th {
	line-height: 1.2;
}
table.stats th,
table.stats td {
	font-weight: normal;
	border: 1px solid #dadce0;
	padding: 4px 2px;
}
table.stats th, table.stats td.total {
	min-width: auto;
	padding: 3px 1px;
	background-color: #bdc3c7;
}
table.stats td.total {
	text-align: center;
	line-height: 2;
}
table.stats th.pos {
	background-color: #DDD;
	font-size: .9em;
}
table.stats td.author {
	background-color: #DDD;
	text-align: center;
}
table.stats .num {
	text-align: right;
	font-size: .9em;
}
table.stats tfoot .c.num,
table.stats tfoot .c.num.pos  {
	background-color: #DDD;
}
table.stats .num.pos {
	background-color: white;
	font-size: .8em;
}
table.stats .empty {
	background-color: white;
	border: none !important;
}

.totop {
	font-size: .8em;
	color: #aaa;
}



a {
  transition: color .4s;
  color: #265C83;
}
a:link,
a:visited { color: #265C83; }
a:hover   { color: #7FDBFF; }
a:active  {
  transition: color .3s;
  color: #007BE6;
}
.link { text-decoration: none; }