@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500&display=swap');

html, body {height: 100%}

body {
	margin: 0;
	font-family: "맑은고딕", "Noto Sans KR", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

/* iphone 등 기본스타일 제거 */
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=button],
input[type=submit]
{
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type=text]:read-only,
input[type=number]:read-only,
input[type=tel]:read-only,
input[type=email]:read-only,
input[type=password]:read-only {
	border-color: transparent;
	color: #929292;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


select {
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
select::-ms-expand {
	display:none !important;
}
textarea {
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
button {
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

textarea {
	border: 1px #ccc solid;
	padding: 5px;
}
textarea.full {
	width: calc(100% - 12px);
}

input:read-only {
	cursor: default;
}

input.noborder {
	border: 0 !important;
}


/* 공통스타일 */

.sync-tpl {
	display: none;
}

input[type=text], input[type=tel], input[type=number], input[type=password] {
	border: 1px #ccc solid;
	font-size: inherit;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	border-radius: 3px;
}
input::placeholder {
	font-weight: normal;
	color: #bbb;
	font-size: 12px;
}
input[type=button],
input[type=submit] {
	height: 28px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	border-radius: 3px;
	background-color: #1c94c4;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
}
input {
	vertical-align: middle;
}
select {
	padding-right: 25px;
	padding-left: 5px;
	border-color: #ccc;
	height: 29px;
	border-radius: 3px;
	background-image: url(/img/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	vertical-align: middle;
}

label > input {
	vertical-align: middle;
}
label > span {
	display: inline-block;
	vertical-align: middle;
}

.acenter {text-align: center !important}
.aleft {text-align: left !important}
.aright {text-align: right !important}

.vmid {display: inline-block; vertical-align: middle}
.vtop {display: inline-block; vertical-align: top}
.vbtm {display: inline-block; vertical-align: bottom}

.w30 {width: 30px !important}
.w50 {width: 50px !important}
.w80 {width: 80px !important}
.w100 {width: 100px !important}
.w120 {width: 120px !important}
.w150 {width: 150px !important}
.w200 {width: 200px !important}
.w250 {width: 250px !important}
.w300 {width: 300px !important}
.w400 {width: 400px !important}
.w500 {width: 500px !important}
.w600 {width: 600px !important}
.w700 {width: 700px !important}

.mw300 {max-width: 300px !important; width: 100%;}
.mw500 {max-width: 500px !important; width: 100%;}
.mw700 {max-width: 700px !important; width: 100%;}

.h70 {height: 70px}
.h100 {height: 100px}
.h150 {height: 150px}
.h200 {height: 200px}
.h250 {height: 250px}
.h300 {height: 300px}

.mt5 {margin-top: 5px}
.mt10 {margin-top: 10px}
.mt20 {margin-top: 20px}

.mb10 {margin-bottom: 10px}
.mb20 {margin-bottom: 20px}

.roundborder {border: 1px #d7d7d7 solid;}

.br5 {border-radius: 5px !important}
.br10 {border-radius: 10px !important}


input.wfull, textarea.wfull {width: calc(100% - 12px)}

input.date {width: 70px; text-align: center}
input.date-lazy {width: 70px; text-align: center}

table.full {width: 100%}

a.linkbtn {
	display: inline-block;
	padding: 1px 5px;
	border: 1px #1c94c4 solid;
	background-color: #fff;
	color: #316ac5;
	font-size: 11px;
	text-decoration: none;
	border-radius: 3px;
	white-space: nowrap;
}
a.linkbtn:visited {
	color: #316ac5;
}
a.linkbtn:hover {
	background-color: #1c94c4;
	color: #fff;
	text-decoration: none;
}

a.link-normal {
	text-decoration: none;
	color: inherit;
}
a.link-normal:hover {
	color: #1c94c4 !important;
	text-decoration: none;
}
a.link-normal:visited {
	color: inherit;
}

img.link-image {
	cursor: pointer;
}

.csr-pointer {
	cursor: pointer;
}

.nowrap {
	white-space: nowrap;
}
.prewrap {
	white-space: pre-wrap;
}

.text-gray {
	color: #929292;
}
.bg-gray {
	background-color: #eee;
}
.text-red {
	color: #f50;
}

.top-guide {
	margin-bottom: 10px;
	background-color: #ffe0e0;
	padding: 10px;
	line-height: 150%;
	border-radius: 6px;
}

div.desc {
	color: #929292;
	margin: 5px 0;
}
span.desc {
	color: #929292;
	margin-left: 5px;
}

.table-item {
	border-spacing: 0;
	border-top: 1px #e0f1ff solid;
	width: 100%;
}
.table-item th {
	background-color: #f7f7f7;
	font-weight: normal;
	padding: 6px 4px;
	border-bottom: 1px #e0f1ff solid;
}
.table-item td {
	padding: 6px 10px;
	border-bottom: 1px #e0f1ff solid;
	text-align: left;
}


.table-list {
	border-spacing: 0;
	border-top: 1px #1392e9 solid;
	width: 100%;
}
.table-list thead th {
	background-color: #f7f7f7;
	font-weight: normal;
	padding: 6px 4px;
	border-bottom: 1px #1392e9 solid;
}
.table-list tbody th {
	padding: 6px 10px;
	border-bottom: 1px #e0f1ff solid;
	text-align: left;
	background-color: #f7f7f7;
	font-weight: normal;
}

.table-list td {
	padding: 6px 10px;
	border-bottom: 1px #e0f1ff solid;
	text-align: center;
}
.table-list tbody tr:hover td {
	background-color: #fafafa;
}


.table-fixhead thead th {
	position: sticky;
	top: 0;
}
.table-fixhead tfoot th {
	position: sticky;
	bottom: 0;
}
.table-fixhead tfoot th {
	background-color: #f7f7f7;
	font-weight: normal;
	padding: 6px 4px;
	border-top: 1px #1392e9 solid;
	border-bottom: 1px #1392e9 solid;
}




td.gray {
	background-color: #f7f7f7;
}


@keyframes blink-effect {
	50% {
		opacity: 0;
	}
}

.blink {
	animation: blink-effect 1s step-end infinite;
}


/* 팝업창(공통) */
.msgbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.msgbox-container {
	display: flex;
	height: 100vh;
	background-color: rgba(0,0,0,.3);
	justify-content: center;
	align-items: center;
}
.msgbox-win {
	color: #000;
	min-width: 350px;
	width: 350px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 10px 10px 1px rgb(0 0 0 / 30%);
}
.msgbox-content {
	padding: 3rem 0 3rem 0;
	text-align: center;
	word-break: break-word;
	overflow-y: auto;
	font-size: 13px;
	line-height: 150%;
}
.msgbox-foot {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.msgbox-foot a {
	background-color: #ffd213;
	padding: 10px 20px;
	min-width: 80px;
	border: 0;
	border-radius: 10px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
}
.msgbox-img {
	width: 10%;
	margin-bottom: 20px;
}

/* Dialog */
.dialog-container {
	display: none;
}

/* Component wrap */
.component-wrap {
	display: none;
}


/* Common Dialog */
.cdlg-matt {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	display: none;
}
.cdlg {
	position: fixed;
	margin: 0 auto;
	background-color: #fff;
	border: 1px #ccc solid;
	border-radius: 4px;
	box-shadow: 1px 3px 8px rgba(0,0,0,.3);
	text-align: center;
	top: 100px;
	/*max-height: calc(100% - 200px);*/
	display: none;
}
.cdlg form {
	display: block;
	margin: 0;
}
.cdlg .dlg-title-wrap {
	position: relative;
	height: 40px;
	background-color: #1c94c4;
	color: #fff;
	cursor: move;
	cursor: grab;
}
.cdlg .dlg-title {
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
}
.cdlg .dlg-title-wrap .close {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	background: url(/img/btn-close-white.png) no-repeat center center;
	cursor: pointer;
}

.cdlg .dlg-body {

}
.cdlg .dlg-content {
	padding: 20px 10px;
}
.cdlg .dlg-item-help {
	padding: 5px 0;
	color: #888;
}
.cdlg .dlg-foot {
	padding: 10px;
	text-align: center;
	border-top: 1px #ccc solid;
	background-color: #f1f1f1;
}

.cdlg .dlg-foot input[type=button],
.cdlg .dlg-foot input[type=submit] {
	padding: 0 20px 0 20px;
	height: 28px;
	background-color: #1c94c4;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-size: 12px;
}
.cdlg .dlg-foot input[type=button]:hover,
.cdlg .dlg-foot input[type=submit]:hover {
	background-color: #f80;
}

/* Toast message */
.toastbox {
	position: fixed;
	top: 50%;
	background-color: #444;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	display: none;
	z-index: 99999;
}
