@import url(/css/fonts.css);
@import url(https://fonts.googleapis.com/css?family=Poppins);
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus {
	outline: 0;
}
input::-ms-clear { display: none; }
::placeholder {
	color: #b2b2b2 !important;
}
::-webkit-input-placeholder {
	color: #b2b2b2 !important;
}
:-ms-input-placeholder {
	color: #b2b2b2 !important;
}
input[readonly] {
	background-color: #f3f3f3 !important;
}
input[type="checkbox"],
input[type="radio"] { 
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input[type="checkbox"] + label:before {
	content: " ";
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #cccccc;
	border-radius: 1px;
	background-color: #ffffff;
	vertical-align: sub;
	margin-right: 10px;
}
input[type="checkbox"]:checked + label:before {
	background: #ffffff url(/images/common/bw-layer-check.png) no-repeat center center;
	background-size: 11px;
}
input[type="radio"] + label {
	padding-left: 25px;
	position: relative;
}
input[type="radio"] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 15px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 100%;
}
input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 7px;
	height: 7px;
	background: #000000;
	border-radius: 100%;
}
html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000;
}
#wrap {
	width: 100%;
	min-width: 1280px;
	min-height: 100%;
}
/* #contents {
	position: relative;
	height: 100%;
} */
/* common start */
.contents-wrap {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.kr {
	font-family: "Noto Sans KR", sans-serif;
}
.en {
	font-family: Poppins;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal
}
.f-pink {
	color: #f30082;
}
.fz-21 {
	font-size: 21px !important;
}
.f-500 {
	font-weight: 500;
}
.last-blank {
	margin-bottom: 200px;
}
.tmpguide {
	font-size: 0.875rem;
	color: red;
}
/* common end */



/* header footer start */
header {
	position: relative;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #00173F;
	z-index: 9999;
	border-bottom: solid 1px #dedede;
	min-width: 1200px;
	border-bottom: 0;
}
.gnb-logo-img {
	position: absolute;
	top: 26px;
	left: 40px;
	z-index: 1;
}
.gnb-text-wrap {
	position: absolute;
	top: 3px;
	right: 20px;
	color: #ffffff;
	line-height: normal;
	font-size: 14px;
}
.gnb-entity-name {

}
.gnb-manager-id {
	font-weight: bold;
	margin-left: 5px;
}
a.gnb-logout-btn {
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 30px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	background-color: #0EC0BA;
	display: inline-block;
	width: 100px;
	height: 30px;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
}
.gnb-ul {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.gnb-ul li {
	text-align: center;
	display: inline-block;
	line-height: 40px;
	height: 40px;
}
.gnb-ul li:nth-child(2) {
	margin-left: 60px;
}
.gnb-ul li a {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #00173F;
	background-color: #F2F2F2;
	display: inline-block;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 40px;
}
.gnb-ul li a.on { 
	background-color: #ffffff;
	text-decoration: underline;
}
footer {
	
}
footer .contents-wrap {

}
/* header footer end */



/* login start */
.login-wrap {

}
.login-wrap .contents-wrap {
	padding-top: 200px;
	width: 800px;
}
.login-form {
	width: 340px;
	text-align: center;
	margin: 0 auto;
}
.login-logo {
	width: 200px;
	margin-bottom: 10px;
}
.login-form input[type=text],
.login-form input[type=password] {
	color: #000000;
	width: 340px;
	height: 60px;
	border-radius: 3px;
	border: solid 1px #e9e9e9;
	background-color: #ffffff;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login-form input[type=submit] {
	color: #ffffff;
	width: 340px;
	height: 60px;
	border-radius: 3px;
	background-color: #0049aa;
	color: #ffffff;
	border: 0;
	margin-top: 20px;
}
.login-footer {
	font-size: 15px;
	margin-top: 50px;
}
.login-footer a {
	text-decoration: underline;
	color: #0000ee;
}
/* login end */



/* user start */
.user-wrap {
	padding: 50px 0 100px;
}
.user-wrap h1 {
	margin-bottom: 40px;
}
.user-wrap h2 {
	margin-bottom: 10px;
}
.basic-info-table,
.notice-list-table,
.notice-view-table {
	width: 100%;
}
.basic-info-table th,
.notice-view-table th {
	width: 200px;
	text-align: left;
	font-weight: normal;
	background-color: #F2F2F2;
}
.notice-list-table th {
	font-weight: normal;
	background-color: #F2F2F2;
}
.notice-list-table td {
	text-align: center;
}
.basic-info-table th,
.basic-info-table td,
.notice-list-table th,
.notice-list-table td,
.notice-view-table th,
.notice-view-table td {
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #e0e0e0;
}
.notice-list-table a:hover {
	text-decoration: underline;
}
.notice-list-table tr.on td:nth-of-type(-n + 3) {
	font-weight: bold;
	text-decoration: underline;
}
.editor-contents-wrap {
	min-height: 400px;
}
.btn-wrap {
	margin-top: 40px;
	text-align: center;
}
a.back-btn {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	padding: 10px 40px;
	background-color: #003491;
	border-radius: 40px;
}
.fiscal-status-proceeding {
	color: #3192CA;
}
.fiscal-status-verification {
	color: #FF0000;
}
.fiscal-status-closed {
	color: #dedede;
}
.fiscal-form-top-wrap {
	position: relative;
	margin-top: 20px;
}
.fiscal-text-1 {
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
}
a.fiscal-verify-btn {
	position: absolute;
	bottom: 0;
	right: 110px;
	height: 60px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	display: inline-block;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
a.fiscal-verify-btn.proceeding {
	background-color: #dedede;
}
a.fiscal-verify-btn.complete {
	background-color: #8EB4E3;
}
a.fiscal-verify-btn.close {
	right: 0;
	cursor: default;
	background-color: #cccccc;
}
.fiscal-submit-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 60px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: normal;
	color: #FFFFFF;
	background-color: #0049aa;
	display: inline-block;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	border: 0;
}
.fiscal-submit-btn:disabled {
	background-color: #dedede;
}
.fiscal-form-table {
	border-top: 2px solid #000000;
	border-bottom: 1px solid #dedede;
	width: 100%;
	margin-top: 20px;
}
.fiscal-form-table td {
	padding: 20px 5px;
	text-align: center;
	border-top: 1px solid #dedede;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fiscal-form-table tr.etc-file-tr td {
	padding: 5px 5px;
	text-align: center;
	border-top: none;
}
.fiscal-form-table tr:last-child td {
	padding-bottom: 20px;
}
a.fiscal-format-btn {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
	background-color: #3192CA;
	display: inline-block;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}
a.fiscal-format-btn.download {
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 5px;
}
a.fiscal-format-btn.view {
	background-color: #FF9D00;
}
a.fiscal-format-btn.view.nofile {
	background-color: #dedede;
}
a.fiscal-format-btn.add {
	background-color: #00173F;
}
a.fiscal-format-btn.del {
	background-color: #FF0000;
}
.input-file-wrap label {
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #5cb85c;
	display: inline-block;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}
.input-file-wrap input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.fiscal-text-2 {
	font-size: 17px;
}
.fiscal-text-3 {

}
a.fiscal-text-4 {
	text-decoration: underline;
}
/* user end */



/* board start */
.pagination-wrap {
	margin-top: 80px;
	text-align: center;
}
.pagination-ul {

}
.pagination-ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	vertical-align: top;
}
.pagination-ul li.icon {
	border: solid 1px #dbdbdb;
}
.pagination-ul li.icon:hover {
	border: solid 1px #684c39;
}
.pagination-ul li:first-child {
	margin-left: 0;
}
.pagination-ul li a {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: normal;
	color: #000000;
	display: block;
	height: 100%;
}
.pagination-ul li a:hover {
	color: #0049aa;
	text-decoration: underline;
}
.pagination-ul li.on {
	border: solid 1px #0049aa;
	background-color: #0049aa;
}
.pagination-ul li.on a{
	color: #ffffff;
}
.pagination-ul li.prev,
.pagination-ul li.next {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #666666;
	width: auto;
	border: solid 1px #dedede;
}
.pagination-ul li:hover.prev,
.pagination-ul li:hover.next {
	color: #0049aa;
	border: solid 1px #0049aa;
}
.pagination-ul li.prev a,
.pagination-ul li.next a {
	padding: 0 20px;
}
/* board end */



/* reply start */
.reply-wrap {
	border-top: 2px solid #000000;
	padding-top: 20px;
	margin-top: 100px;
}
.reply-text-1 {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
.reply-text-2 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
.table-layout {
	display: table;
	width: 100%;
}
.table-layout > .left, .table-layout > .right {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.reply-layout {
	margin-top: 10px;
}
.reply-layout .left {
	width: 960px;
}
.reply-layout .right {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: right;
}
.reply-textarea {
	width: 100%;
	max-width: 990px;
	height: 100px;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #e9e9e9;
	background-color: #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reply-submit-btn {
	width: 100%;
	height: 100px;
	border-radius: 3px;
	color: #ffffff;
	background-color: #0049aa;
	border: 0;
}
.reply-submit-btn:disabled {
	background-color: #dedede;
}
.reply-list-ul {
	margin-top: 50px;
}
.reply-list-ul li {
	padding: 20px 0;
	border-bottom: solid 1px #e9e9e9;
}
.reply-text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
a.reply-btn {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	color: #0049aa;
	text-decoration: underline;
}
a.reply-btn.delete,
a.reply-cancel {
	margin-left: 30px;
}
a.reply-btn.delete {
	color: #FF0000;
}
a.reply-btn.reply {
	color: #0EC0BA;
	font-size: 14px;
	margin-left: 20px;
}
.reply-writer {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
.reply-layout-2 {
	margin-top: 10px;
}
.reply-date {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.53px;
	color: #979797;
}
.reply-layout-3 {
	margin-top: 10px;
	padding-top: 30px;
	border-top: solid 1px #e9e9e9;
}
.reply-layout-3 .td1 {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 60px;
	font-size: 30px;
	text-align: right;
	line-height: 0.5;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reply-layout-3 .td2 {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 930px;
}
.reply-layout-3 .td3 {
	position: relative;
	display: table-cell;
	vertical-align: top;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}
.reply-list-ul li.reply-child-wrap {
	padding: 20px 0 20px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fbfbfb;
}
.reply-child-wrap .reply-layout-3 {
	border-top: 0;
}
.reply-child-wrap .reply-layout-3 .td2 {
	width: 880px;
}
.reply-delete-text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #dedede;
	text-decoration: line-through;
}
.reply-name-admin {
	font-size: 18px;
	color: #0049aa;
}
.reply-admin-wrap {
	
}
.reply-name-wrap {
	margin-bottom: 5px;
}
.reply-name-wrap label {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}
.reply-name-wrap input[type=text] {
	height: 30px;
	vertical-align: top;
	border-radius: 3px;
	padding: 0 10px;
	border: solid 1px #e9e9e9;
	background-color: #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reply-admin-text-1 {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: solid 2px #030f20;
}
.reply-admin-wrap .reply-list-ul {
	margin-top: 0;
}
.reply-admin-wrap .reply-submit-btn {
	margin-top: 35px;
	height: 100px;
}
.reply-admin-wrap form .reply-layout {
	padding-bottom: 20px;
	border-bottom: solid 1px #030f20;
}
/* reply end */



@media screen and (max-width: 1200px) {
	
}