@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,700;1,600&display=swap");

*, *:after, *:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	font: inherit;
}

@font-face {
	font-family: "Noto Sans KR";font-style: normal;font-weight: 100;src: local(※), url(../fonts/NotoSansKR-Light.woff) format("woff");
}
@font-face {
	font-family: "Noto Sans KR";font-style: normal;font-weight: 300;src: local(※), url(../fonts/NotoSansKR-Regular.woff) format("woff");
}
@font-face {
	font-family: "Noto Sans KR";font-style: normal;font-weight: 400;src: local(※), url(../fonts/NotoSansKR-Medium.woff) format("woff");
}
@font-face {
	font-family: "Noto Sans KR";font-style: normal;font-weight: 600;src: local(※), url(../fonts/NotoSansKR-Bold.woff) format("woff");
}
.noto-sans {
	font-family: "Noto Sans KR", sans-serif;
}
.open-sans {
	font-family: "Open Sans";
}
@font-face {
	font-family: hmcB; src: url('../fonts/hmcB.eot'); src: local('※'), url('../fonts/hmcB.woff') format("woff");
}
@font-face {
	font-family:hmcL; src:url('../fonts/hmcL.eot');  src:local('※'), url('../fonts/hmcL.woff') format("woff");
}
@font-face {
	font-family:hmcM; src:url('../fonts/hmcM.eot');  src:local('※'), url('../fonts/hmcM.woff') format("woff");
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
	margin: 0;
	padding: 0; 
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
}

body {
	position: relative;
	font-family: "Noto Sans KR", hmcL, system-ui, -apple-system, BlinkMacSystemFont, "Malgun Gothic", helvetica, "Apple SD Gothic Neo", sans-serif;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.3px;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Malgun Gothic", helvetica, "Apple SD Gothic Neo", sans-serif;
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

a, a:link, a:visited {
	color: #333333;
}

h6 {
	font-size: 16px;
}

ol, ul {
	list-style-position: inside;
}

ul {
	list-style-type: none;
}

ul.dot {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

em {
	font-style: italic;
}

img {
/*	display: block;*/
	margin: 0 auto;
}

figcaption {
	text-align: center;
	margin-top: 0.5em;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table caption {
	width: 0;
	height: 0;
	font-size: 0;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

button, input, textarea, select {
	margin: 0;
	vertical-align: middle;
}

button:focus, input:focus, textarea:focus, select:focus {
	outline: 0;
}

input.txt {
	font-size: 1em;
}

input.txt:focus {
	outline: 0;
}

input.txt.md {
	padding: 0.5em 0.375em;
	font-size: 1em;
}

input.txt.lg {
	padding: 0.75em 0.625em;
	font-size: 1.2em;
}

input.txt.xl {
	padding: 0.625em 0.625em;
	font-size: 1.44em;
}

input.txt {
	width: 100%;
	padding: 3px 5px;
	border: 0;
	border-bottom: 1px solid #7f7f7f;
	background-color: transparent;
	font-size: 14px;
}

input.txt.date {
	border: 1px solid #7f7f7f;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff;
}

input.txt.price {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

input.txt ::-webkit-input-placeholder {
	color: #333;
}

input.txt :-moz-placeholder {
	color: #333;
}

input.txt ::-moz-placeholder {
	color: #333;
}

input.txt :-ms-input-placeholder {
	color: #333;
}

select {
	width: 100%;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #002c5f;
	padding: 3px 5px;
	font-size: 15px;
	color: #333;
}

input::-ms-clear, select::-ms-expand {
	display: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[disabled], button[disabled] {
	cursor: not-allowed;
	pointer-events: all !important;
}

.not-allow, .disabled {
	cursor: not-allowed;
}

.disabled a {
	pointer-events: none;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

textarea {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: transparent;
	border: 0;
	word-break: keep-all;
	word-wrap: break-word;
	resize: none;
}

.btn, .form-control, .link, .reset {
	background-color: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: inherit;
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

fieldset, img {
	border: 0 none;
}

iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

mark {
	background-color: transparent;
}

i {
	font-style: normal;
}

.blind {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

abbr[title] {
	border-bottom-width: 1px;
	border-style: dotted;
	text-decoration: none;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

.hide {
	display: none;
}

.count-list {
	counter-reset: list-number;
}

.count-list li {
	counter-increment: list-number;
}

.count-list li:before {
	content: counter(list-number);
}

.sknavi {
	position: absolute;
	top: -500px;
	z-index: 1000;
	width: 100%;
}

.sknavi:focus, .sknavi:active {
	top: 0px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 100%;
	font-weight: 600;
	background-color: #f7f7f7;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	z-index: 10000;
}

.sknavi .skip {
	position: absolute;
	top: -9999px;
}

html.off {
	overflow: hidden;
}

html.off body {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.text-sm {
	font-size: 0.83333em;
}

.text-md {
	font-size: 1em;
}

.text-lg {
	font-size: 1.2em;
}

.text-xl {
	font-size: 1.44em;
}

.txt-black {
	font-size: 15px;
	font-family: hmcM;
	color: #333;
}

.txt-blue {
	font-size: 15px;
	font-family: hmcB;
	color: #007fa8;
}


.btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	font-size: 13px;
	min-width: 85px;
	height: 42px;
	border-radius: 2px;
}

.btn.w-300 {
	width: 300px;
}

.btn.h-50 {
	height: 50px;
}

.btn.btn-primary {
	border-color: #002c5f;
	background-color: #002c5f;
	color: #fff;
}

.btn.btn-primary:hover {
	border-color: #0070d2;
	background-color: #0070d2;
}

.btn.btn-dark {
	border-color: #555555;
	background-color: #555555;
	color: #fff;
}

.btn.btn-border {
	background: #fff;
	border-color: #aaaaaa;
}

.btn.btn-border span {
	color: #fff;
}

.btn.btn-border:hover {
	border-color: #0070d2;
}

#contents {
	max-width: 1200px;
	margin: 0 auto;
}

.search-wrapper.detail {
	border-bottom: 1px solid #f9f3ef;
}

.search-wrapper.result p {
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.search-wrapper.result span {
	font-family: hmcB;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #007fa8;
}

.search-wrapper {
	font-family: hmcM;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	height: 55px;
	padding: 0 15px;
}

.search-wrapper .back .btn.btn-view-toc {
	width: auto;
	min-width: initial;
	padding-left: 24px;
	border: none;
	padding: 0 0 0 25px;
}

.search-wrapper .back .btn.btn-view-toc:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border: 1px solid #d2d6dc;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: #fff url("../images/common/icon-arrow-down.svg") center center no-repeat;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.search-wrapper .back .btn.btn-view-toc:hover:after {
	background-image: url("../images/common/icon-arrow-down-on.svg");
}

.search-wrapper .back .btn.btn-view-toc span {
	font-size: 15px;
	padding-left: 8px;
}

.search-wrapper .back .btn.btn-view-toc span.title {
	font-family: hmcL;
	font-size: 16px;
	font-weight: bold;
	color: #007fa8;
}

.search-wrapper .search-form-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}


.search-wrapper .search-form-wrapper .option {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

/* custom checkbox & radio */
.custom_checkbox {
    display: inline-block;
	margin-right: 10px;
}

.custom_checkbox input {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  width: 21px;
  height: 21px;
  border: 1px solid #d5d5d5;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.custom_checkbox input:checked {
  background: url("../images/common/ckeckbox_checked.svg") no-repeat left top/contain;
  border: 1px solid #007fa8;
}

.custom_checkbox input:disabled {
  background: url("../images/common/ckeckbox_disabled.svg") no-repeat left top/contain;
}

.custom_checkbox > span {
  font-family: hmcM;
  font-size: 15px;
  color: #333;
}

.custom_radio {
    display: inline-block;
	margin-right: 12px;
}

.custom_radio input {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 3px;
  font-size: 15px;
  border: 0;
  border-radius: 50%;
  background: url("../images/common/radio_select.svg") no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 50%;
  background: #fff;
}

.custom_radio input:checked {
  background: url("../images/common/radio_select_selected.svg") no-repeat center/contain;
}

.custom_radio input:disabled {
  background: url("../images/common/radio_select_disabled.svg") no-repeat left top/contain;
}

.custom_radio input:checked:disabled {
  background: url("../images/common/radio_select_disabled_select.svg") no-repeat left top/contain;
}

.custom_radio > span {
  font-size: 15px;
  color: #333;
}
/* custom checkbox & radio --> */

.search-wrapper .search-form-wrapper select.search {
	width: 140px;
	height: 33px;
	font-family: hmcM;
    border: 1px solid #d5d5d5;
    padding: 3px 5px;
    font-size: 15px;
    color: #333;
    margin: 0 10px 0 0;
}

.search-wrapper .search-form-wrapper select.search.year,
.search-wrapper .search-form-wrapper select.search.paging {
	width: 120px;
	height: 33px;
	font-family: hmcM;
    border: 1px solid #d5d5d5;
    padding: 3px 5px;
    font-size: 15px;
    color: #333;
    margin: 0 8px 0 0;
	background: #fff;
}

.search-wrapper .search-form-wrapper .search-result {
	position: relative;
	margin-left: 8px;
	width: 135px;
}

.search-wrapper .search-form-wrapper .search-result span {
	height: 33px;
	line-height: 33px;
}

.search-wrapper .search-form-wrapper .search-result button.searchBtnPrv {
	width: 24px;
	height: 24px;
	background: #fff url("../images/common/pre.png") center center;
	border: 1px solid #aaa;
	border-radius: 3px;
}

.search-wrapper .search-form-wrapper .search-result button.searchBtnNxt {
	width: 24px;
	height: 24px;
	background: #fff url("../images/common/next.png") center center;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin-left: 1px;
}

.search-wrapper .search-form-wrapper .search-result span.searchCount {
	height: 33px;
	width: 65px;
	line-height: 33px;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin-left: 2px;
	padding: 2px 8px;
	background: #fff;
	color: #0070d2;
	font-size: 12px;
}

.search-wrapper .search-form-wrapper .search-guide {
	position: relative;
	width: 475px;
}

.search-wrapper .search-form-wrapper .search-guide span {
	height: 33px;
	line-height: 35px;
	font-size: 13px;
	color: #888;
}

.search-wrapper .search-form-wrapper .search-keyword {
	display: flex;
	position: relative;
	width: 250px;
	font-family: hmcM;
}

.search-wrapper .search-form-wrapper .search-keyword input.txt {
	height: 33px;
	border: 1px solid #d5d5d5;
	font-size: 15px;
	color: #333;
	background: #fff;
}

.search-wrapper .search-form-wrapper .search-keyword .btn.btn-search {
	position: relative;
	top: 0;
	right: 0;
	min-width: 33px;
	width: 80px;
	height: 33px;
	border-color: transparent;
	background: #007fa8;
	margin-left: 8px;
	color: #fff;
	font-size: 15px;
}
/*
.search-wrapper .search-form-wrapper .search-keyword .btn.btn-search:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("../images/common/icon-search.svg");
}
*/
.search-wrapper .search-form-wrapper .search-util {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-wrapper .search-form-wrapper .search-util .btn {
	min-width: 33px;
	width: 33px;
	height: 33px;
	border-color: #d5d5d5;
	background-color: #fff;
	margin-left: 8px;
}

.search-wrapper .search-form-wrapper .search-util .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-wrapper .search-form-wrapper .search-util .btn.btn-order:after {
	width: 18px;
	height: 16px;
	background-image: url("../images/common/icon-order.svg");
}

.search-wrapper .search-form-wrapper .search-util .btn.btn-order.on:after {
	background-image: url("../images/common/icon-order-on.svg");
}

.search-wrapper .search-form-wrapper .search-util .btn.btn-list:after {
	width: 18px;
	height: 14px;
	background-image: url("../images/common/icon-list.svg");
}

.search-wrapper .search-form-wrapper .search-util .btn.btn-list.on:after {
	background-image: url("../images/common/icon-list-on.svg");
}

.search-wrapper .search-form-wrapper .search-util .btn.btn-thumbnail:after {
	width: 18px;
	height: 14px;
	background-image: url("../images/common/icon-thumbnail.svg");
}

.search-wrapper .search-form-wrapper .search-util .btn.btn-thumbnail.on:after {
	background-image: url("../images/common/icon-thumbnail-on.svg");
}

.search-wrapper .search-form-wrapper .btn.btn-primary {
	height: 33px;
	margin-left: 8px;
}

.pagination {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination ul li {
	border: 1px solid #dddddd;
	border-left: 0;
	background-color: #fff;
}

.pagination ul li:first-child {
	border-left: 1px solid #dddddd;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 15px;
}

.pagination ul li:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size: 15px;
}

.pagination ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none; 
	min-width: 34px;
	font-size: 13px;
	font-family: "Open Sans Semibold", "Open Sans Regular", "Open Sans", sans-serif;
	color: #999;
}

.pagination ul li.on a {
	color: #007fa8;
	font-weight: bold;
}

/** pdf 및 물류로 아이템 **/
.grid-5 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.grid-5 .book-item {
	width: 200px;
	margin-top: 30px;
	background-color: #fff;
	margin-left: 30px;
	border: 1px solid #eaeaea;
}

.grid-5 .book-item:hover {
	border: 1px solid #007fa8;
}

.grid-5 .book-item:nth-child(5n + 1) {
	margin-left: 0;
}

.grid-5 .book-item .card {
	position: relative;
	display: block;
}

.grid-5 .book-item .card .thumb {
	width: 198px;
	height: 250px;
	padding: 10px 10px 0;
}

.grid-5 .book-item .card .thumb span {
	overflow: hidden;
}

.grid-5 .book-item .card .thumb span img {
	width: 178px;
	height: 233px;
	display: block;
/*
	-o-object-fit: cover;
	object-fit: cover;
*/
	max-width: 100%;
	border: 1px solid #eaeaea;
}

.grid-5 .book-item .card .desc-wrapper {
	padding: 5px 10px 10px;
}

.grid-5 .book-item .card .desc-wrapper .subject,
.grid-5 .book-item .card .desc-wrapper .script {
	margin-bottom: 3px;
	display: table;
}

.grid-5 .book-item .card .desc-wrapper .subject .tag,
.grid-5 .book-item .card .desc-wrapper .script .tag{
	display: table-cell;
	font-size: 13px;
	color: #999;
	padding-right: 8px;
	width: 48px;
}

.grid-5 .book-item .card .desc-wrapper .subject .title {
	color: #333;
	width: 130px;
	display: block;
	display: -webkit-box;
	font-family: hmcM;
	font-size: 15px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-5 .book-item .card .desc-wrapper .script .title {
	color: #333;
	width: 130px;
	display: block;
	display: -webkit-box;
	font-family: hmcM;
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-5 .book-item .download {
	display: block;
	font-family: hmcB;
	font-size: 15px;
	color: #333;
	text-align: center;
	background: #fff;
	padding: 5px 0 7px 25px;
	margin: 0 10px 5px;
	border: 1px solid #007fa8;
}

.grid-5 .book-item .download {
    background: url("../images/common/icon-pdfdown.svg") 25% 49% no-repeat;
    background-size: 20px 20px;
}

.grid-5 .book-item .download:hover {
	color: #007fa8;
	border: 2px solid #007fa8;
    background: url("../images/common/icon-pdfdown-on.svg") 25% 49% no-repeat;
    background-size: 20px 20px;
}

.grid-5 .book-item .letter {
	display: block;
	font-family: hmcB;
	font-size: 15px;
	color: #333;
	text-align: center;
	background: #fff;
	padding: 5px 0 7px 25px;
	margin: 0 10px 5px;
    border: 1px solid #007fa8;
}

.grid-5 .book-item .letter {
    background: url("../images/common/icon-letter.svg") 18% 49% no-repeat;
    background-size: 18px 18px;
}

.grid-5 .book-item .letter:hover {
	color: #007fa8;
	border: 2px solid #007fa8;
    background: url("../images/common/icon-letter-on.svg") 18% 49% no-repeat;
    background-size: 18px 18px;
}

/** pdf 및 물류로 아이템 **/

/** 학술자료 **/
.grid-horizontal .card-item {
	margin-top: 15px;
}

.grid-horizontal .card-item:hover {
	border: 1px solid #007fa8;
}

.grid-horizontal .card-item:first-child {
	margin-top: 30px;
}

.grid-horizontal .card-item .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-horizontal .card-item .card .thumb {
	width: 210px;
	height: 150px;
	overflow: hidden;
	padding: 10px;
}

.grid-horizontal .card-item .card .thumb span img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	width: 190px;
	height: 130px;
	border: 1px solid #eaeaea;
}

.grid-horizontal .card-item .card .desc-wrapper {
	width: calc(100% - 430px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 0 15px 0 10px;
}

.grid-horizontal .card-item .card .desc-wrapper .cat {
	font-size: 13px;
	color: #fff;
	font-family: hmcB;
	background: #af7a68;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 8px;
	padding: 2px;
}

.grid-horizontal .card-item .card .desc-wrapper .subject {
	margin: 0 0 15px;
	font-size: 16px;
	color: #333;
	font-family: hmcM;
}

.grid-horizontal .card-item .card .desc-wrapper .smtags {
    font-family: hmcM;
	font-size: 14px;
	color: #007fa8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.grid-horizontal .card-item .card .desc-wrapper .smtags span {
	margin-right: 10px;
}

.grid-horizontal .card-item .card .desc-wrapper .meta {
	padding: 3px 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	justify-content: flex-start;
}

.grid-horizontal .card-item .card .desc-wrapper .meta .writer,
.grid-horizontal .card-item .card .desc-wrapper .meta .team,
.grid-horizontal .card-item .card .desc-wrapper .meta .data, 
.grid-horizontal .card-item .card .desc-wrapper .meta .page {
	font-size: 13px;
	font-family: hmcM;
	color: #666;
}

.grid-horizontal .card-item .card .desc-wrapper .meta .gap {
	position: relative;
	top: 2px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 1px;
	height: 14px;
	background-color: #d2d6dc;
	margin: 0 12px;
}

.grid-horizontal .card-item .card .btn-wrapper {
	width: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 20px;
	border-left: 1px solid #eaeaea;
}

.grid-horizontal .card-item .card .btn-wrapper a {
	border: 1px solid #007fa8;
	font-size: 15px;
	font-family: hmcB;
	color: #555;
	padding: 7px 0 8px 60px;
	cursor: pointer;
}

.grid-horizontal .card-item .card .btn-wrapper a.view-detail {
    margin-bottom: 7px;
    background: url("../images/common/icon-view.svg") 18% 50% no-repeat;
    background-size: 20px 20px;
}
.grid-horizontal .card-item .card .btn-wrapper a.view-detail:hover {
	color: #007fa8;
	border: 2px solid #007fa8;
    background: url("../images/common/icon-view-on.svg") 18% 50% no-repeat;
    background-size: 20px 20px;
}

.grid-horizontal .card-item .card .btn-wrapper a.pdf-download {
    background: url("../images/common/icon-pdfdown.svg") 18% 50% no-repeat;
    background-size: 20px 20px;
}

.grid-horizontal .card-item .card .btn-wrapper a.pdf-download:hover {
	color: #007fa8;
	border: 2px solid #007fa8;
    background: url("../images/common/icon-pdfdown-on.svg") 18% 50% no-repeat;
    background-size: 20px 20px;
}

.tags {
	font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Malgun Gothic", helvetica, "Apple SD Gothic Neo", sans-serif;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 24px;
	background: url("../images/common/icon-tags.svg") 0 3px no-repeat;	
}

.grid-horizontal .card-item a.card .desc-wrapper .desc {
	font-size: 14px;
	color: #969696;
	line-height: 21px;
}

.file-download-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 55px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 50px;
	/*background-color: #eff0f1;*/
	border: 1px solid #eaeaea;
}

.file-download-wrapper > span {
	font-size: 15px;
	color: #333;
}

.file-download-wrapper a.attach-file {
	margin-left: 15px;
	font-size: 15px;
	color: #007fa8;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 15px;
	background: url("../images/common/icon-attach.svg") 0 2px no-repeat;
	background-size: 9px;
}

.in-container {
	width: 1120px;
	max-width: 1120px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	min-width: 1200px;
	margin: 0 auto;
}

body #wrap {
	height: 100%;
	min-height: 100%;
	padding-top: 90px;
	padding-bottom: 120px;
}

.logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: auto;
	padding-bottom: 7px;
}

.logo img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 245px;
	height: 42px;
}

.logo span {
	position: relative;
	top: 2px;
	font-size: 21px;
	font-weight: 600;
	margin-left: 3px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}

#header .top_wrap {
	width: 1120px;
	height: 25px;
	margin: 0 auto;
}

#header .top_wrap::after {
    content: '';
    display: block;
    clear: both;
}

#header .top_wrap .topmenu {
	position: relative;
    top: 0;
    right: 0;
}

#header .top_wrap .topmenu .gnb_btns {
    float: right;
    font-size: 0;
}

#header .top_wrap .topmenu .gnb_btns a {
    display: inline-block;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
	font-family: hmcM;
	letter-spacing: -0.4px;
    position: relative;
    color: #002c5f;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #fff;
}

#header .top_wrap .topmenu .gnb_btns.home a {
	border-left: 1px solid #e6e6e6;
	background-color: #fff;
    color: #333;
}

#header .in-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
}

#header .in-container .gnb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .in-container .gnb ul li {
	position: relative;
	margin-left: 70px;
}

#header .in-container .gnb ul li:last-child {
	position: relative;
	margin-left: 50px;
}

#header .in-container .gnb ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 81px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    font-family: hmcB;
	font-size: 20px;
	color: #333;
}

#header .in-container .gnb ul li .searchArea {
    float: right;
    height: 40px;
}

#header .in-container .gnb ul li .searchArea .inputSrch {
    float: left;
    height: 42px;
    margin-right: 0;
    line-height: 42px;
    background: #d2ebff;
    border: 0;
    padding: 0 10px !important;
	font-size: 17px;
	font-family: hmcM;
	color: #111;
    outline: none;
	width: 0px; 
	display: none;
}

#header .in-container .gnb ul li a.btn-login {
	width: 72px;
	height: 25px;
	background-color: #0070d2;
	color: #fff;
	font-size: 12px;
	border-radius: 25px;
	padding: 0;
}

#header .in-container .gnb ul li a.btn-login span {
	position: relative;
	top: -1px;
}

#header .in-container .gnb ul li.on a {
	color: #002c5f;
}

#header .in-container .gnb ul li.on:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #002c5f;
}

#contents-wrap {
/*	background-color: #f4f7f9; */
	background: linear-gradient(180deg, #f9f3ef 145px, #fff 145px);
	padding-bottom: 50px;

}

#contents-wrap.detail {
	background: #f9f3ef;
}


#contents-wrap.main {
	background: linear-gradient(180deg, #f9f3ef 300px, #ffffff 300px, #ffffff 785px, #eff0f1 785px);
}

#contents-wrap #contents {
	margin: 0 auto;
	max-width: 1120px;
	min-height: 800px;
	padding-top: 30px;
}

#contents-wrap #contents.main {
	padding-top: 0px;
}

#contents-wrap #contents.main .main_top {
	height: 300px;
}

/*** main top ***/
#contents-wrap #contents.main .main_top > div {
  display: table-cell;
  vertical-align: top;
}

#contents-wrap #contents.main .main_top .left-side {
  width: 870px;
  left: 0;
  background: #f9f3ef url("../images/common/main_visual.png") 0 0 no-repeat;
  background-size: 870px 300px;
  height: 300px;
}

#contents-wrap #contents.main .main_top .right-side {
  width: 250px;
  height: 280px;
  background-color: #f9f3ef;
/*  background-color: #f9f3ef;*/
  padding-top: 35px;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper {
  width: 200px;
  margin: 0 auto;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .welcome-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #007fa8;
    border-radius: 50%;
    text-align: center;
	color: #fff;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .welcome-box img {
	width: 20px;
    display: block;
}

#contents-wrap #contents.main .main_top .-right-side .login-form-wrapper .welcome-box p {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
	font-size: 13px;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .welcome-box + p {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
	font-family: hmcM;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-form-box .field-box {
    margin-top: 15px;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-form-box .field-box input.txt {
	font-family: hmcM;
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
	color: #002c5f;
	border-bottom: 1px solid #002c5f;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-form-box .field-box input.txt::placeholder {
	color: #002c5f;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-form-box .field-box {
    margin-top: 15px;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .btn-wrapper {
    margin-top: 20px;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-util {
    color: rgba(51, 51, 51, 0.7);
    font-size: 14px;
    padding-top: 15px;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .btn-wrapper .btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    font-size: 15px;
    min-width: 85px;
    height: 40px;
    border-radius: 2px;
	width: 200px;
	font-family: hmcB;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-util .btn{
	width: 48%;
	height: 30px;
	margin-left: 2%;
    background: #007fa8;
    border-color: #007fa8;
	color: #fff;
	font-family: hmcM;
}

#contents-wrap #contents.main .main_top .right-side .login-form-wrapper .login-util .btn:first-child {
	margin-left: 0;
}

/*** main top //***/


#contents-wrap #contents .title-wrapper {
	padding-bottom: 20px;
	display: flex;
}

#contents-wrap #contents .title-wrapper:after {
	content: "";
	clear: both;
	display: table;
}

#contents-wrap #contents .title-wrapper h1 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	font-family: hmcB;
	color: #333;
}

#contents-wrap #contents .title-wrapper p {
	margin-top: 15px;
	margin-left: 15px;
	color: rgba(0,0,0,0.7);
	font-family: hmcM;
	font-size: 15px;
}

#contents-wrap #contents .title-wrapper .data {
	float: left;
	margin-top: 5px;
	color: #7f7f7f;
	font-size: 14px;
}

#contents-wrap #contents .title-wrapper .data + .data {
	float: right;
}

#contents-wrap #contents .title-wrapper.detail {
	padding: 0 50px 20px;
	display: block;
}

#contents-wrap #contents .title-wrapper.detail:after {
	content: "";
	clear: both;
	display: table;
}

#contents-wrap #contents .title-wrapper.detail h1 {
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	font-family: hmcB;
	color: #333;
}

#contents-wrap #contents .title-wrapper.detail p {
	margin-top: 15px;
	margin-left: 15px;
	color: rgba(0,0,0,0.7);
	font-family: hmcM;
	font-size: 15px;
}

#contents-wrap #contents .title-wrapper.detail .tags {
	font-family: hmcM;
	color: #007fa8;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 20px;
	background: url("../images/common/icon-tags.svg") 0 3px no-repeat;	
	background-size: 14px 14px;
}

#contents-wrap #contents .title-wrapper.detail .data {
	font-family: hmcM;
	float: left;
	margin-top: 10px;
	color: #7f7f7f;
	font-size: 14px;
	display: block;
	width: 100%;
}

#contents-wrap #contents .title-wrapper.detail .data + .data {
	margin-top: 5px;
	float: left;
}

#contents-wrap #contents .title-wrapper.detail .gap {
	position: relative;
	top: 3px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 1px;
	height: 14px;
	background-color: #d2d6dc;
	margin: 0 6px;
}

.detail-box {
	clear: both;
	background-color: #fff;
	line-height: 22px;
	padding-bottom: 30px;
/*
	border: 1px solid #f4f5f7;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
*/
}

.detail-box .detail-letter {
	padding: 50px 10px;
}

.detail-box .detail-letter img {
	width: 1100px;
}

.detail-box .detail-contents {
	color: #666;
	font-family: hmcM;
	font-size: 16px;
	line-height: 150%;
	padding: 30px 50px 50px;
}

.detail-box .detail-contents p {
	color: #666;
	font-family: hmcM;
	font-size: 16px;
	line-height: 150%;
	margin-top: 15px;
}

.detail-box .detail-contents p:first-child {
	margin-top: 0;
}

.detail-box.has-iframe {
	margin-top: 0;
}

.detail-box.has-iframe .detail-contents {
	min-height: 1120px;
	overflow: auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail-box.has-iframe .detail-contents > .detail-left {
	width: 250px;
	background-color: #002c5f;
	padding-top: 40px;
	min-height: 1120px;
}

.detail-box.has-iframe .detail-contents > .detail-left ul li a {
	position: relative;
	padding-left: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 19px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	opacity: 0.7;
	font-family: hmcM;
	font-size: 14px;
	margin-top: 10px;
}

.detail-box.has-iframe .detail-contents > .detail-left ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.detail-box.has-iframe .detail-contents > .detail-left ul li a.on {
	opacity: 1;
}

.detail-box.has-iframe .detail-contents > .detail-right {
	position: relative;
	width: calc(100% - 250px);
	background-color: #9e9e9e;
}

.detail-box.has-iframe .detail-contents > .detail-right iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
}

.qna-list-wrapper {
	clear: both;
	background-color: #fff;
	border: 1px solid #f4f5f7;
	line-height: 22px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.qna-list-wrapper .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.qna-list-wrapper .flex.qna-list-header {
	height: 40px;
	border-bottom: 1px solid #d2d6dc;
}

.qna-list-wrapper .flex.qna-list-header > div {
	text-align: center;
	color: #7f7f7f;
	font-size: 14px;
}

.qna-list-wrapper .flex.qna-list-body {
	cursor: pointer;
	height: 58px;
	border-bottom: 1px solid #d2d6dc;
}

.qna-list-wrapper .flex.qna-list-body > div {
	text-align: center;
	font-size: 15px;
}

.qna-list-wrapper .flex.qna-list-body > div.subject {
	text-align: left;
}

.qna-list-wrapper .flex.qna-list-body.question .subject a {
	padding-left: 26px;
	background: url("../images/common/icon-question.svg") 0 50% no-repeat;
}

.qna-list-wrapper .flex.qna-list-body.answer .subject a {
	position: relative;
	padding-left: 34px;
}

.qna-list-wrapper .flex.qna-list-body.answer .subject a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	border-left: 2px solid #0070d2;
	border-bottom: 2px solid #0070d2;
	background-color: #ffffff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.qna-list-wrapper .flex.qna-list-body.answer .subject a:after {
	content: "A";
	position: absolute;
	top: 60%;
	left: 12px;
	width: 16px;
	height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #0070d2;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 12px;
	font-family: "Open Sans";
}

.qna-list-wrapper .flex .no {
	width: 70px;
}

.qna-list-wrapper .flex .subject {
	width: 630px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qna-list-wrapper .flex .author {
	width: 180px;
}

.qna-list-wrapper .flex .date {
	width: 140px;
}

.qna-list-wrapper .flex .hits {
	width: 100px;
}

.qna-list-wrapper .qna-list-body.view {
	display: none;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 105px;
	padding-right: 50px;
	font-size: 14px;
}

.qna-list-wrapper .qna-list-body.view:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #0070d2;
}

.qna-list-wrapper .qna-list-body.view p {
	position: relative;
	z-index: 10;
	margin-top: 30px;
}

.qna-list-wrapper .qna-list-body.view p:first-child {
	margin-top: 0;
}

.qna-list-wrapper .qna-list-item.on .qna-list-body.view {
	display: block;
}

.qna-write-wrapper {
	clear: both;
	background-color: #fff;
	border: 1px solid #f4f5f7;
	line-height: 22px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	padding: 40px 0;
}

.qna-write-wrapper .write-form-wrapper {
	width: 600px;
	margin: 0 auto;
	color: #7f7f7f;
}

.qna-write-wrapper .write-form-wrapper .field-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8px;
}

.qna-write-wrapper .write-form-wrapper .field-box .label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 36px;
	width: 73px;
	text-align: justify;
	border-bottom: 1px solid #aaaaaa;
}

.qna-write-wrapper .write-form-wrapper .field-box textarea {
	width: 100%;
	height: 280px;
	border: 1px solid #aaaaaa;
	margin: 10px 0;
}

.qna-write-wrapper .write-form-wrapper .field-box .field {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	width: calc(100% - 80px);
}

.qna-write-wrapper .write-form-wrapper .field-box .field select, .qna-write-wrapper .write-form-wrapper .field-box .field input {
	padding-top: 6px;
	padding-bottom: 7px;
	border-color: #aaaaaa;
}

.qna-write-wrapper .write-form-wrapper .field-box .field select.email-id, .qna-write-wrapper .write-form-wrapper .field-box .field select.email-domain, .qna-write-wrapper .write-form-wrapper .field-box .field select.password, .qna-write-wrapper .write-form-wrapper .field-box .field input.email-id, .qna-write-wrapper .write-form-wrapper .field-box .field input.email-domain, .qna-write-wrapper .write-form-wrapper .field-box .field input.password {
	width: 160px;
}

.qna-write-wrapper .write-form-wrapper .field-box .field select {
	color: #555;
	margin-left: 8px;
}

.qna-write-wrapper .write-form-wrapper .field-box .field label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 36px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: 20px;
	margin-left: 8px;
}

.qna-write-wrapper .write-form-wrapper .field-box .field label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.qna-write-wrapper .write-form-wrapper .field-box .field label input + span:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: url("../images/common/label-check-off.svg") 0 0 no-repeat;
}

.qna-write-wrapper .write-form-wrapper .field-box .field label input:checked + span:after {
	background: url("../images/common/label-check-on.svg") 0 0 no-repeat;
}

.qna-write-wrapper .write-form-wrapper .field-box .field label input:disabled + span:after {
	background: url("../images/common/label-check-off-disabled.svg") 0 0 no-repeat;
}

.qna-write-wrapper .write-form-wrapper .field-box .field .captcha {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 75px;
	height: 36px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #eff6ff;
	color: #0070d2;
	border: 1px solid #0070d2;
}

.qna-write-wrapper .write-form-wrapper .field-box .field .captcha + input {
	width: 120px;
	margin-left: 8px;
}

.qna-write-wrapper .write-form-wrapper .field-box .field .captcha + input + .txt {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.qna-write-wrapper .write-form-wrapper .field-box .field .captcha + input + .txt span:first-child {
	color: #f76d76;
}

.qna-write-wrapper .write-form-wrapper .btn-wrapper {
	padding-top: 30px;
	text-align: right;
}

#footer {
	width: 100%;
	height: 150px;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	font-size: 13px;
	color: rgba(51, 51, 51, 0.7);
}

#footer .in-container {
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
	padding-top: 20px;
}

#footer p {
	line-height: 22px;
	font-family: hmcM;
	font-size: 13px;
	color:#7f8b8d;
}

#footer .family-site-box select {
	min-width: 180px;
	border: 1px solid #d2d6dc;
	color: #aaa;
	font-size: 13px;
	padding: 5px 0;
}

#footer .fakeSel {
	position: relative; 
	display: inline-block; 
	width: 190px; 
	height: 36px; 
	border: 1px solid #d5d5d5; 
	background-color: #fff;
}

#footer .fakeSel .current {
	position: relative;
	display: block; 
	padding: 0 20px 0 18px; 
	line-height: 35px; 
	font-family: hmcM;
	font-size: 14px; 
	color: #7f8b8d;
	vertical-align: middle; 
	text-align: left; 
	background: #fff; 
	cursor: default;
	border-bottom: 1px solid #d5d5d5; 
}

#footer .fakeSel .current:after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 14px;
	width: 9px;
	height: 8px;
	background: url('../images/common/icon_foot_arrow.gif') no-repeat 0 0;
}

#footer .fakeSel .selectItem {
	position: absolute;
	top: 35px;
	left: -1px;
	width: 190px;
	z-index: 9;
	overflow: auto;
	min-height: 50px;
	max-height: 85px;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 3px 0;
	display: none;
}

#footer .fakeSel .selectItem li {
	display: block;
}

#footer .fakeSel .selectItem li a {
	display: block;
	cursor: default;
	padding: 0 10px 0 15px;
	line-height: 25px;
	height: 25px;
	font-family: hmcM;
	font-size: 14px; 
	color: #7f8b8d;
}

#footer .fakeSel .selectItem li a:hover {
	background: #d2ebff;
}

#loadingBar img {
	position: absolute;
	margin: 0 auto;
	left: 42%; 
	transform: translateX(-50%); 
}

/*********** 검색결과 - none *****************/

.search_none {
	font-family:hmcM; 
	font-size: 16px; 
	text-align: center; 
	color: #333; 
	margin: 30px 0 0; 
	padding: 25px; 
    background: url('../images/common/icon-warning.svg') 41% 50% no-repeat;
    background-size: 30px 30px;
	border: 1px solid #eaeaea;
}

/*********** main *****************/
.grid-2 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 40px;
}

.grid-2 .left-box,
.grid-2 .right-box {
	margin-top: 40px;
	background-color: #fff;
	margin-left: 0;
}

.grid-2 .left-box {
	width: 320px;
	border: 6px solid #eaeaea;	
	padding: 15px 20px;

}

.grid-2 .right-box {
	width: 760px;
	margin-left: 40px;
	border: 0;
	padding: 10px 0 0;
}

.grid-2 .left-box .title,
.grid-2 .right-box .title {
	position: relative;
	display:block;
	font-size: 22px;
	font-family: hmcB;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
}

.grid-2 .right-box .title .more {
	position: absolute;
    right: 5px;
    top: 3px;
	z-index: 10;
}

.grid-2 .left-box .title .more {
	position: absolute;
    right: -10px;
    top: -6px;
	z-index: 10;
}

.grid-2 .left-box .title .more img,
.grid-2 .right-box .title .more img {
	width: 20px;
	height: 20px;
}

/*
.grid-2 .left-box .script {
	display:block;
	font-size: 14px;
	font-family: hmcM;
	text-align: center;
	color: #999;
	padding: 5px 0 12px;
}
*/

.grid-2 .left-box a .thumb {
	padding: 10px 0;
	width: 242px;
    height: 330px;
	margin: 0 auto;
}

.grid-2 .left-box a .thumb img {
    display: block;
	/*
    -o-object-fit: cover;
    object-fit: cover;
	*/
    max-width: 100%;
	width: 245px;
    height: 315px;
}

.grid-2 .right-box .script {
	display:block;
	font-size: 14px;
	font-family: hmcM;
	text-align: center;
	color: #999;
	padding: 10px 0 20px;
	border-bottom: 1px solid #eaeaea;
}

.grid-2 .right-box .list {
	padding: 30px 0 0;
	display: flex;
    justify-content: center;
	align-items: center;
}

.grid-2 .right-box .list a {
	margin-left: 25px;
}

.grid-2 .right-box .list a:first-child {
	margin-left: 0;
}

.grid-2 .right-box .list a .thumb {
	width: 185px;
    height: 235px;
}

.grid-2 .right-box .list a .thumb img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 185px;
    height: 235px;
    border: 1px solid #eaeaea;
}


/** main list 2 **/

.hash-top {
	display: block;
	padding-top: 40px;
}

.hash-top .title {
	position: relative;
	display:block;
	font-size: 22px;
	font-family: hmcB;
	color: #333;
	text-align: center;
	letter-spacing: -1px;
}

.hash-top .guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 700px;
    min-height: 80px;
    margin: 20px auto 5px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.hash-top .guide:after {
    display: block;
    position: absolute;
    top: 50%;
    left: -30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1120px;
    height: 2px;
    background: #fff;
}

.hash-top .guide p {
	font-family: hmcM;
	font-size: 15px;
	color: #999;
	text-align: center;
	margin-bottom: 10px;
}

.hash-top .guide .hash {
	display: flex;
    align-items: center;
    justify-content: center;
}

.hash-top .guide .hash a {
	font-family: hmcM;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #007fa8;
	border-radius: 20px;
	padding: 2px 10px;
	margin-left: 20px;
}

.hash-top .guide .hash a:first-child {
	margin-left: 0;
}

.grid-55 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-bottom: 20px;
}

.grid-55 .book-item {
	width: 210px;
	margin-top: 30px;
	background-color: #fff;
	margin-left: 17px;
	border: 1px solid #eaeaea;
}

.grid-55 .book-item:hover {
	border: 1px solid #007fa8;
}

.grid-55 .book-item:nth-child(5n + 1) {
	margin-left: 0;
}

.grid-55 .book-item a {
	position: relative;
	display: block;
}

.grid-55 .book-item a .thumb {
	width: 208px;
	height: 132px;
	padding: 10px 10px 0;
}

.grid-55 .book-item a .thumb span {
	overflow: hidden;
}

.grid-55 .book-item a .thumb span img {
	width: 198px;
	height: 125px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	border: 1px solid #eaeaea;
}

.grid-55 .book-item a .desc-wrapper {
	padding: 15px 10px 10px;
}

.grid-55 .book-item a .desc-wrapper .subject,
.grid-55 .book-item a .desc-wrapper .script,
.grid-55 .book-item a .desc-wrapper .cat {
	display: table;
}

.grid-55 .book-item a .desc-wrapper .subject {
	color: #333;
	width: 100%;
	display: block;
	display: -webkit-box;
	font-family: hmcM;
	font-size: 15px;
	line-height: 21px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-55 .book-item a .desc-wrapper .script {
	color: #999;
	width: 100%;
	display: block;
	display: -webkit-box;
	font-family: hmcM;
	font-size: 13px;
	line-height: 25px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.grid-55 .book-item a .desc-wrapper .cat {
	color: #fff;
	font-family: hmcM;
	font-size: 13px;
	background: #af7a68;
	padding: 1px 6px;
	border-radius: 3px;
	margin-bottom: 8px;
}


/** 검색결과 **/
.grid-result .title {
	display: block;
	position: relative;
	font-size: 20px;
	font-family: hmcB;
	color: #333;
	margin: 30px 0 0;
	padding-left: 15px;
}

.grid-result .title::before {
    content: '';
	position: absolute;
    display: inline-block;
	top: 10px;
	left: 0;
    width: 7px;
    height: 7px;
    background: #333;
    vertical-align: middle;
    margin-right: 7px;
}

.grid-result .result-num {
	font-size: 17px;
	color: #007fa8;
}

.grid-result .more {
	position: absolute;
    right: 5px;
    top: 3px;
	z-index: 10;
}

.grid-result .more img {
	width: 20px;
	height: 20px;
}

.grid-result .card-item {
	margin-top: 12px;
	height: 100px;
}

.grid-result .card-item:hover {
	border: 1px solid #007fa8;
}

.grid-result .card-item .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-result .card-item .card .thumb_menu1,
.grid-result .card-item .card .thumb_menu3 {
	width: 138px;
	height: 98px;
	overflow: hidden;
	padding: 4px;
	background-color: rgba(31,45,61,.04);
}

.grid-result .card-item .card .thumb_menu1 span,
.grid-result .card-item .card .thumb_menu3 span {
	overflow: hidden;
}

.grid-result .card-item .card .thumb_menu1 span img,
.grid-result .card-item .card .thumb_menu3 span img {
	width: 70px;
	height: 90px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	border: 1px solid #eaeaea;
}

.grid-result .card-item .card .thumb_menu2 {
	width: 138px;
	height: 98px;
	overflow: hidden;
	padding: 4px;
	background-color: rgba(31,45,61,.05);
}

.grid-result .card-item .card .thumb_menu2 span {
	overflow: hidden;
}

.grid-result .card-item .card .thumb_menu2 span img {
	width: 130px;
	height: 90px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	border: 1px solid #eaeaea;
}

.grid-result .card-item .card .desc-wrapper {
	width: calc(100% - 350px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 0 25px 0 20px;
}

.grid-result .card-item .card .meta-wrapper {
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0 20px 0 20px;
	border-left: 1px solid #eaeaea;
}

.grid-result .card-item .card .desc-wrapper .subject {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #333;
	font-family: hmcM;
}

.grid-result .card-item .card .desc-wrapper .script{
    font-family: hmcM;
	font-size: 14px;
	color: #888;
	width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-result .card-item .card .meta-wrapper p {
    font-family: hmcM;
	font-size: 13px;
	color: #888;	
}

.grid-result .card-item .card .meta-wrapper p span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 15px;
	color: #333;
	margin-bottom: 3px;
}





/****************/
.grid-3 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-3 .card-item {
	width: 202px;
}

.grid-4, .grid-vertical {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.grid-4 .card-item, .grid-vertical .card-item {
	width: 255px;
	margin-left: 33px;
}

.grid-4 .card-item:nth-child(4n + 1), .grid-vertical .card-item:nth-child(4n + 1) {
	margin-left: 0;
}

.card-item {
	background-color: #fff;
	border: 1px solid #eaeaea;
/*
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
*/
}

.card-item a {
	position: relative;
	display: block;
}

.card-item a .thumb span {
	overflow: hidden;
}

.card-item a .thumb span img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}

.card-item a .subject {
	margin: 8px 10px 10px;
	color: #555555;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	font-size: 15px;
	line-height: 18px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-item a .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 10px 10px;
	background-color: #fff;
}

.card-item a .data {
	font-size: 13px;
	font-family: "Open Sans";
	color: #aaa;
}

.card-item a .readmore {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Arial Regular", "Arial";
	color: #0070d2;
	font-size: 13px;
	padding-right: 20px;
	font-weight: 400;
	background: url("../images/common/icon-arrow.png") 99% 1px no-repeat;
}

.grid-vertical .card-item {
	margin-top: 30px;
}

.grid-vertical .card-item .card .desc {
	display: none;
}




