﻿@charset "utf-8";
/*@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);*/
@import url('./reset.css');

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 400;
	src: local('SpoqaHanSansNeo-Regular'), local('SpoqaHanSansNeo-Regular'), url(../fonts/SpoqaHanSansNeo-Regular.woff) format('woff2'), url(../fonts/SpoqaHanSansNeo-Regular.woff) format('woff'), url(../fonts/SpoqaHanSansNeo-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 100;
	src: local('SpoqaHanSansNeo-Thin'), local('SpoqaHanSansNeo-Thin'), url(../fonts/SpoqaHanSansNeo-Thin.woff2) format('woff2'), url(../fonts/SpoqaHanSansNeo-Thin.woff) format('woff'), url(../fonts/SpoqaHanSansNeo-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 300;
	src: local('Noto KR DemiLight'), local('NotoSansKR-DemiLight'), url(../fonts/SpoqaHanSansNeo-Light.woff2) format('woff2'), url(../fonts/SpoqaHanSansNeo-Light.woff) format('woff'), url(../fonts/SpoqaHanSansNeo-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url(../fonts/NotoSansKR-Medium.woff2) format('woff2'), url(../fonts/NotoSansKR-Medium.woff) format('woff'), url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans Neo';
	font-style: normal;
	font-weight: 500;
	src: local('SpoqaHanSansNeo-Medium'), local('SpoqaHanSansNeo-Medium'), url(../fonts/SpoqaHanSansNeo-Medium.woff2) format('woff2'), url(../fonts/SpoqaHanSansNeo-Medium.woff) format('woff'), url(../fonts/SpoqaHanSansNeo-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Spoqa Han Sans NeoR';
	font-style: normal;
	font-weight: 700;
	src: local('SpoqaHanSansNeo-Bold'), local('SpoqaHanSansNeo-Bold'), url(../fonts/SpoqaHanSansNeo-Bold.woff2) format('woff2'), url(../fonts/SpoqaHanSansNeo-Bold.woff) format('woff'), url(../fonts/SpoqaHanSansNeo-Bold.otf) format('opentype');
}

html {
	width: 100%;
	height: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-family: 'Spoqa Han Sans Neo','Roboto','Dotum', '돋음';
	font-weight: 400;
	color: #333;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, th, strong, b {
	font-weight: 500;
}

legend, caption {
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	color: transparent;
	clip: rect(0px 0px 0px 0px);
	opacity: 0;
	text-indent: -9999rem;
	overflow: hidden;
}

li {
	list-style: none;
}

pre {
	white-space: pre-line;
	font-family: 'Spoqa Han Sans Neo','Roboto','Dotum', '돋음';
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

article, aside, dialog, footer, header, section, footer, nav {
	display: block;
	margin: 0;
	padding: 0;
}

img, fieldset, iframe {
	border: 0 none;
}

img {
	max-width: 100%;
}

input, select, button {
	vertical-align: middle;
	font-family: 'Spoqa Han Sans Neo';
}

button {
	cursor: pointer;
	background-color: transparent;
	padding: 0
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

i, em, address {
	font-style: normal;
}

a {
	color: #000;
	text-decoration: none;
}

	body, textarea:focus, input:focus, a:focus {
		-webkit-tap-highlight-color: rgba(107, 120, 245, .08);
	}

:focus {
	outline: none;
}

::placeholder {
	color: #555;
	font-size: 1.5rem;
}

.sr-only {
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
	text-indent: -9999px;
	color: transparent;
	clip: rect(0px 0px 0px 0px);
	opacity: 0;
	text-indent: -9999rem;
	overflow: hidden;
}

input::placeholder, textarea::placeholder {
	color: #929292;
}

.disnone {
	display: none;
}

.w36 {
	width: 36%;
}

.mb-28 {
	margin-bottom: 2.8rem;
}

.mt6 {
	margin-top: 6px;
}

.txt-underline {
}

.f-right {
	float: right
}

.f-left {
	float: left;
}

/*button*/
button:hover {
	color: #fff
}

.btn {
	display: inline-block;
}

.btn-square {
	width: 100%;
	height: 6.5rem;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: 700;
}

	.btn-square.btn-solid-orange {
		background-color: #fa9600;
	}

.btn-outline-round {
	display: inline-block;
	height: 4rem;
	border-radius: 20px;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 2.4rem;
}

	.btn-outline-round.orange {
		border: 1px solid #fa9600;
		color: #fa9600;
	}

	.btn-outline-round.gray {
		border: 1px solid #929292;
		color: #929292;
		min-width: 3rem;
		font-size: 1.2rem;
		padding: 0 8px;
		height: 3rem;
	}

	.btn-outline-round.black {
		border: 1px solid #212121;
		color: #212121;
		min-width: 3rem;
		font-size: 1.6rem;
		padding: 0 2.4rem;
		height: 4rem;
	}

	.btn-outline-round.lightgray {
		border: 1px solid #929292;
		color: #929292;
		min-width: 3rem;
		font-size: 1.2rem;
		padding: 0 8px;
		height: 3.6rem;
	}

	.btn-outline-round.dark-gray {
		background-color: #f2f2f2;
		border-color: #929292;
		border-radius: 4px;
		font-size: 1.2rem;
		color: #929292;
		height: 3rem;
		padding: 0 1.2rem;
		min-width: 5.3rem;
		font-weight: normal;
	}

	.btn-outline-round.white {
		height: 3.4rem;
		background-color: #ffffff;
		border-color: #929292;
		font-size: 1.2rem;
		color: #929292;
		padding: 0 0.6rem
	}

		.btn-outline-round.white.lg {
			height: 4rem;
			font-weight: normal;
		}

	.btn-outline-round.small {
		font-weight: normal;
	}

	.btn-outline-round.solid-white {
		background-color: #ffffff;
	}

	.btn-outline-round.solid-black {
		background-color: #212121;
		color: #ffffff
	}


	.btn-outline-round.dark-gray:disabled {
		opacity: 0.4;
	}

	.btn-outline-round.solid-orange {
		background-color: #fa9600;
		color: #ffffff
	}

.btn-round-solid {
	height: 3.9rem;
	line-height: 2.5rem;
	width: 100%;
	border-radius: 8px;
}

	.btn-round-solid.gray {
		background-color: var(--primary-light);
		color: #ffffff;
		font-size: 1.4rem;
	}

	.btn-round-solid.orange {
		background-color: #fa9600;
	}

.btn-download {
	max-width: 17.1rem;
	height: 3rem;
	border-radius: 3px;
	border: 1px solid #929292;
	text-align: left;
	font-size: 1.2rem;
	padding: 0 8px 0 8px;
	color: #929292;
}

.btn-search {
	background-color: #212121;
	color: #fff;
	height: 4.2rem;
	padding: 1.2rem 1.7rem;
	box-sizing: border-box;
	font-size: 1.2rem;
}

.btn-main-go {
	/* width:11.8rem; */
	border: 1px solid #929292;
	font-size: 1.2rem;
	font-family: 'Spoqa Han Sans Neo';
	color: #929292;
	background-color: #f2f2f2;
}

.btn-del {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url('../image/clear_lg.png') no-repeat 0 0;
	text-indent: -9999em;
}

.tag {
	display: inline-block;
	height: 2.6rem;
	background-color: #f2f2f2;
	padding: 0 1.2rem;
	color: #929292;
	font-size: 1.2rem;
	line-height: 2.6rem;
	border-radius: 1.3rem;
}

.txt-link {
	text-decoration: underline !important;
}


	.txt-link.gray {
		color: #929292
	}

.txt-black-link {
	color: #212121 !important;
}

.font-32 {
	font-size: 3.2rem;
}

.txt-small {
	font-size: 1.2rem;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.tac {
	text-align: center !important;
}

.black-color {
	color: #212121;
}

.blue-color {
	color: var(--blue);
}

.green-color {
	color: var(--green)
}

.red-color {
	color: var(--danger)
}

.gray-color {
	color: #929292
}

.orange-color {
	color: #fa9600 !important;
}

/* label */
.label-circle {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
}

	.label-circle.orange {
		color: #fff;
		background-color: #fa9600;
	}

	.label-circle.circle-large {
		width: 3.3rem;
		height: 3.3rem;
		font-size: 1.6rem;
		font-weight: 700;
		border-radius: 50%;
		border-color: transparent;
	}

.sort-label,
.date-label {
	font-size: 1.2rem;
}

.label-round {
	display: inline-block;
	width: 4.1rem;
	height: 2.3rem;
	line-height: 23px;
	border-radius: 1rem;
	padding: 0 8px;
	vertical-align: middle;
}

	.label-round.solid-black {
		color: #ffffff;
		background-color: #212121;
	}

.no-label {
	color: #929292;
}

.label-alpha {
	/* display: inline-block;
	width:3.2rem;
	height: auto;
	border-radius: 1.8rem; */
}

/* ico */
.ico {
	display: inline-block;
	vertical-align: middle;
	width: 2.4rem;
	height: 2.4rem;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 2.4rem auto;
}

.ico-sm {
	display: inline-block;
	vertical-align: middle;
	width: 1.4rem;
	height: 1.4rem;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.btn.btn-download {
	font-family: 'Spoqa Han Sans Neo';
}

.ico-sm.download {
	background-image: url('../image/file_download.png');
	margin-right: 5px;
}

.ico.computer {
	background-image: url('../image/ico_computer.png');
}

.ico-sm.computer-sm {
	background-image: url('../image/ico_sm_computer.png');
}

.ico.time {
	background-image: url('../image/ico_time.png');
}

.ico.editor {
	background-image: url('../image/editor.png');
}

.ico.library-books {
	background-image: url('../image/library_books.png');
}

.ico.category {
	background-image: url('../image/category.png');
}

.ico.inventory {
	background-image: url('../image/inventory.png');
}

.ico.settings {
	background-image: url('../image/settings.png');
}

.ico.account-circle {
	background-image: url('../image/account_circle.png');
}

.ico.toll {
	background-image: url('../image/toll.png');
}

.ico.help {
	background-image: url('../image/help.png');
}

.ico.newsbridge {
	background-image: url('../image/insert_chart_outlined.png');
}

.ico.layout {
	background-image: url('../image/layout.png')
}

.ico.quickst {
	background-image: url('../image/quickst.png')
}

.ico.mail {
	background-image: url('../image/mail.png')
}

.ico.hamburger {
	background-image: url('../image/more_dot.png')
}

.ico.prev {
	background-image: url('../image/btn_prev.png')
}

.ico.next {
	background-image: url('../image/btn_next.png')
}

.ico.plus {
	background-image: url('../image/plus.png')
}

.ico.plus {
	background-image: url('../image/plus.png')
}

.ico.arrow-left {
	background-image: url('../image/arrow_forward.png')
}

.ico.info {
	background-image: url('../image/info.png')
}

.ico.info-blue {
	background-image: url('../image/info_blue.png')
}

.ico.arrow-forward {
	background-image: url('../image/arrow_forward1.png');
}

.ico.calendar {
	background-image: url('../image/ico_calendar.png');
}

.ico.ballon {
	background: url('../image/ico_message.png');
}

.ico.drag {
	background-image: url('../image/file_download_lg.png');
}

.ico.ico-attach {
	background-image: url('../image/paperclip.png');
}

.ico.ico-del {
	width: 1.4rem;
	height: 1.4rem;
	background-image: url('../image/clear_sm.png');
	background-size: 1.4rem auto;
}

.ico.check {
	width: 1rem;
	height: 1.4rem;
	background-image: url('../image/check_sm.png');
	background-size: 1rem auto;
}

.ico-excel {
	display: inline-block;
	vertical-align: middle;
	width: 2.4rem;
	height: 2.4rem;
	background: url('../image/ico_excel.png') no-repeat 0 0;
}

.ico-star {
	display: inline-block;
	vertical-align: -6px;
	width: 2.4rem;
	height: 2.5rem;
	background: url('../image/point_star.png') no-repeat 0 0;
}

.gray-box {
	background-color: rgba(0,0,0,0.25);
}

.light-gray-box {
	background-color: var(--light);
}

.aster-txt {
	display: flex;
	align-items: center;
	margin: 0 1.6rem
}

/* 폼 */
.select-control {
}

	.select-control select {
		width: 100%;
		border: 1px solid #c8c8c8;
		padding: 8px 4rem 8px 1.6rem;
		background: #fff url('../image/select_arrow_down.png') no-repeat 95% 60%;
		font-size: 1.4rem;
		color: #929292;
		height: 4.2rem;
		border-radius: 8px;
	}


		.select-control select:disabled {
			background-color: #f2f2f2
		}

	.select-control.select-round select {
		border-radius: 8px;
	}

.input-control {
	position: relative;
}

	.input-control input[type="text"]::placeholder {
		color: #929292;
	}

	.input-control input[type="text"] {
		width: 100%;
		padding: 8px 1.6rem;
		border: 1px solid #c8c8c8;
		height: 4.2rem;
		box-sizing: border-box;
		border-radius: 8px;
	}

	.input-control .btn {
		position: absolute;
		top: 0;
		right: 0;
	}

input[type="radio"], input[type="checkbox"] {
	width: 2rem;
	height: 2rem;
}

.custom-control {
	margin-right: 3rem;
	padding-left: 3rem;
}

.custom-control-label {
	color: #929292;
}

	.custom-control-label::after {
		width: 2rem;
		height: 2rem;
		background: 100% / 100% 100% no-repeat;
	}

	.custom-control-label::before {
		width: 2rem;
		height: 2rem;
	}

/* .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
	background-image: url('../image/checkbox_on.png');
} */

/* .custom-control-input:checked ~ .custom-control-label::before{
	background-color: transparent;
	border-color: transparent
}

.custom-control-label{
	padding-left:1.6rem;
} */

.form-group {
	margin-top: 1rem;
}

.custom-control-label:before {
	background-color: transparent;
	top: -0.1rem;
	left: -3rem
}

.custom-control-label:after {
	background-color: transparent;
	top: 0.10rem;
	left: -2.5rem
}

.custom-control.custom-radio .custom-control-label:after {
	top: 0.20rem;
	left: -2.6rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #fa9600;
	border-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url('../image/checkbox_on.png');
	border-color: transparent;
}

.custom-control.custom-checkbox {
	padding-left: 3rem;
}

.custom-control-input:active ~ .custom-control-label::before {
	/* background-color:green; */
}

/** focus shadow pinkish **/
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
	/* box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25);  */
}

/* .form-group .custom-control.custom-control-inline ~ .custom-control.custom-control-inline{
	margin-left:2rem;
} */

/*레이아웃*/
.d-flex-items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.d-flex-half {
	display: flex;
	justify-content: space-between;
}

/*card*/
.card {
	border-radius: 5px;
	background-color: #fafafa;
}

.card-body {
	overflow: hidden;
}

.card .card-text {
	/* white-space: normal; */
}

.card-title {
	font-size: 1.4rem;
	font-weight: 700;
	/* white-space: normal; */
}

.card-header {
	display: flex;
	justify-content: space-between;
	background-color: #fafafa;
	border-bottom: none;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	align-items: center;
}

.card-footer {
	background-color: #fafafa;
	margin: 0 1.25rem;
	padding: 0.75rem 0;
}

.label-tit {
	font-size: 1.2rem;
}

/*tab*/
.tab {
	display: flex;
}

.circle-area {
	display: flex;
}

.circle-info {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	border: 1px solid #929292;
	background-color: #929292;
}

	.circle-info ~ .circle-info {
		margin-left: 10px
	}

.mark {
	display: inline-block;
	width: 1rem;
	height: 1.3rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

	.mark.default {
		background-image: url(../image/mark.png);
		background-size: 1rem 1.3rem;
	}

/*페이징*/
.pagination {
	justify-content: center;
	align-items: center;
	margin: 3.2rem 0 5.2rem;
}

.page-link {
	background-color: transparent;
	border-color: transparent;
	color: #929292 !important;
	font-size: 1.2rem;
	font-weight: 300;
	padding: 0.95rem 1.4rem;
	margin: 0 3px;
}

	.page-link:hover {
		border-color: #212121;
		border-radius: 50%;
		color: #212121;
		background-color: transparent;
	}

	.page-link.active {
		background-color: #fa9600;
		border-radius: 50%;
		border-color: transparent;
		color: #ffffff !important;
	}

.pagination .btn-fst,
.pagination .btn-lst {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.6rem;
	width: 3.6rem;
	border-radius: 1.8rem;
	border: 1px solid #c8c8c8
}

.pagination .ico-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 2.4rem;
	height: 2.4rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

	.pagination .ico-arrow.p-fst {
		background-image: url('../image/board_arrow2_left.png');
	}

	.pagination .ico-arrow.p-last {
		background-image: url('../image/board_arrow2_right.png');
	}

	.pagination .ico-arrow.p-prev {
		background-image: url('../image/keyboard_arrow_left.png');
		margin-left: -10px
	}

	.pagination .ico-arrow.p-next {
		background-image: url('../image/keyboard_arrow_right.png');
		margin-right: -10px
	}

.pagination .btn-prev,
.pagination .btn-next {
	padding: 0.6rem 1.5rem;
	height: 3.6rem;
	border-radius: 18px;
	border: 1px solid #c8c8c8;
	vertical-align: middle;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #929292;
	margin: 0 3px;
	background: #ffffff
}

/* table */
.tbl-border {
	border-top: 1px solid #212121;
	padding-top: 1.6rem;
}

.tbl-register {
}

	.tbl-register th {
		padding: 8px;
	}

	.tbl-register td {
		height: 5rem;
	}

/*form*/
.form-control {
	height: 4rem;
}

.custom-control-label:after {
	width: 1.5rem;
	height: 1.5rem;
	/* top:0.5rem; */
	left: -2.6rem;
}

.custom-control-label.custom-radio:after {
	top: 0.2rem
}

.custom-control-label.custom-checkbox:after {
	top: 0.2rem;
}

.custom-control-label::before {
	width: 2.2rem;
	height: 2.2rem;
	background-color: var(--light)
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #fa9600;
	background-color: #fa9600;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
}

.filebox label {
	display: inline-block;
	padding: 0.5rem 0.6rem;
	color: #929292;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f2f2f2;
	cursor: pointer;
	border: 1px solid #929292;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.box-file-wrap {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.filebox label:hover {
	/* background-color: #6ed36e; */
}

.filebox label:active {
	/* background-color: #367c36; */
}

.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* 모바일에서 안보이기 */
/* .hidden-pc{
    display: block;
} */

/* PC에서 안보이기 */
.hidden-md {
	display: none;
}

.circle-item {
	position: relative;
	margin-right: 6px;
}

	.circle-item .ballon-black {
		display: none;
	}

.ballon-black p {
	position: absolute;
	top: 0;
	left: 12px;
	background-color: #212121;
	padding: 4px;
	color: #ffffff;
	font-size: 1rem;
	border-radius: 4px;
	min-width: 5.6rem;
	z-index: 9;
}

.ballon-black:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 9px;
	left: 9px;
	background: url('../image/rectangle.png') no-repeat 0 0;
}

.circle-item button:hover + .ballon-black {
	display: block;
}

.circle-item button:hover .circle-info {
	border: 1px solid #c8c8c8;
	background-color: #ffffff;
}


.btn-solid-search {
	background-color: #232323;
	color: #fff;
	/* position: absolute;
	top: 0;
	right:1.6rem; */
	height: 9.8rem;
	font-size: 1.6rem;
	line-height: 9.3rem;
}


.ellipsis {
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-2 {
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
