@charset "utf-8";
/*!
 * # Semantic UI 2.2.9 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
:root {
	/* --primary #2558BC */
	--primary: #2558BC;
	--primary-bg: hsl(235, 93%, 95%);
	--primary-light01: hsl(232, 97%, 77%);
	--primary-light02: hsl(228, 96%, 68%);
	--primary-deep: hsl(224, 98%, 42%);
	/* --green #00E72E*/
	--green: hsl(132, 100%, 45%);
	/* --violet  #6002EE*/
	--violet: hsl(264, 98%, 47%);
	/* --teal #00A885 */
	--teal: hsl(168, 100%, 33%);
	/* --yellow #FCF412 */
	--yellow: hsl(58, 98%, 53%);
	/* --red ##FF3132 */
	--red: hsl(360, 100%, 60%);
	/* --blue #2F9CFE */
	--blue: hsl(208, 99%, 59%);
	/* --orange #FF8600 */
	--orange: hsl(32, 100%, 50%);
	--blue-alpha05: hsla(224, 98%, 50%, 0.05);
	--blue-alpha20: hsla(224, 98%, 50%, 0.2);
	--blue-alpha40: hsla(224, 98%, 50%, 0.4);
	--blue-alpha80: hsla(224, 98%, 50%, 0.8);
	--primary-alpha80: hsl(224, 98%, 50%, 0.8);
	--primary-dark: hsl(212, 90%, 19%);
	--primary2-dark: hsl(216, 89%, 36%);
	--gray9: hsl(240, 7%, 97%);
	--dark3: hsl(200, 6%, 81%);
	--dark2: hsl(206, 7%, 60%);
	/* --dark1: hsl(203, 20%, 25%); */
	--dark1: hsl(210, 11%, 15%);
	--dark0: hsl(204, 100%, 6%);
	--white-alpha90: hsla(0, 100%, 100%, 0.9);
	--white-alpha80: hsla(0, 100%, 100%, 0.8);
	--white-alpha70: hsla(0, 100%, 100%, 0.7);
	--white-alpha60: hsla(0, 100%, 100%, 0.6);
	--white-alpha50: hsla(0, 100%, 100%, 0.5);
	--white-alpha40: hsla(0, 100%, 100%, 0.4);
	--white-alpha30: hsla(0, 100%, 100%, 0.3);
	--white-alpha20: hsla(0, 100%, 100%, 0.2);
	--white-alpha15: hsla(0, 100%, 100%, 0.15);
	--white-alpha10: hsla(0, 100%, 100%, 0.1);
	--white-alpha05: hsla(0, 100%, 100%, 0.05);
	--border-radius30: 30px;
	--border-radius20: 20px;
	--border-radius10: 10px;
	--border-radius8: 8px;
	--border-radius5: 5px;
	--border-radius3: 3px;
	--border-radius0: 0px !important;
	--border-radius2: 2px;
	--border-radius100: 100em;
	--txt-color: #111;
	--txt-grey: #757575;
}
/*******************************
             Reset
*******************************/
/* pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('../fonts/pretendard/woff2/Pretendard-Black.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Black.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('../fonts/pretendard/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('../fonts/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('../fonts/pretendard/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('../fonts/pretendard/woff2/Pretendard-Medium.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('../fonts/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('../fonts/pretendard/woff2/Pretendard-Light.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Light.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('../fonts/pretendard/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('../fonts/pretendard/woff2/Pretendard-Thin.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Thin.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'), url(../fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'), url(../fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'), url(../fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
	font-family: 'SUITE Variable';
	font-weight: 300 900;
	src: url('../fonts/SUITE-Variable.woff2') format('woff2-variations');
}
/*  한국어 */
:lang(ko) {
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', sans-serif;
}
/*  영어 */
:lang(en) {
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', sans-serif;
}
/* 일본어 */
:lang(jp) {
	font-family: 'Pretendard', 'Meiryo', 'Noto Sans KR', sans-serif;
}
/* 중국어 (간체) */
:lang(cn) {
	font-family: 'Pretendard', 'LiHei Pro Medium', 'Noto Sans KR', sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, fieldset,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
*, *:before, *:after {
	box-sizing: inherit;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
html {
	box-sizing: border-box;
	font-size: 10px;
}
body {
	display: flex;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	flex-direction: column;
	font-size: .94em;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
	word-break: keep-all;
	font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
	color: #333;
}
html, body {
	-webkit-text-size-adjust: none;
	/* 크롬, 사파리, 오페라 신버전 */
	-ms-text-size-adjust: none;
	/* IE */
	-moz-text-size-adjust: none;
	/* 파이어폭스 */
	-o-text-size-adjust: none;
	/* 오페라 구버전 */
}
@media all and (max-width: 1024px) {
	body {
		font-size: .88em;
		font-size: 1.4rem !important;
	}
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: 500;
}
@media (max-width: 1024px) {
	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3, h4, h5, h6 {
		font-size: 1.6rem;
	}
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration: none;
	color: #333;
	background: transparent;
}
a:active, a:hover {
	outline: 0;
	color: #000;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
i, em {
	font-style: normal;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 500;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ol, ul {
	list-style: none;
}
button {
	border: none;
	padding: 0;
}
img {
	vertical-align: middle;
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
}
pre {
	overflow: auto;
	white-space: pre-wrap;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
caption, legend {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	display: none;
}
small {
	font-size: 0.875em;
	font-weight: 500;
}
button, input, optgroup, select, textarea {
	color: inherit;
	margin: 0;
	outline: none;
	background: transparent;
}
button {
	overflow: visible;
}
button, select {
	font-size: 1em;
	text-transform: none;
}
button, html input[type='button'],
input[type='reset'], input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
select {
	padding: 0.76em 2.1em 0.76em 1em !important;
	line-height: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../img/select_arrow.png) calc(100% - 10px) center no-repeat !important;
	cursor: pointer;
}
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	width: 16px;
	height: 16px;
	vertical-align: middle !important;
	box-sizing: border-box;
	padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee !important;
	opacity: 1;
}
/*fieldset {border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em;}*/
legend {
	border: 0;
	padding: 0;
}
textarea {
	padding: 0.78571429em 1em;
	font-size: 1em;
	border: 1px solid rgba(34, 36, 38, 0.15);
	border-radius: 2px;
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.show {
	display: block !important;
}
.blind {
	display: none !important;
}
/* 스크린리더 인식 text 화면 숨기기 */
.hide .hidden, .sr_only, .sr-only, .IR {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	overflow: hidden;
}
.clearFix {
	overflow: hidden;
}
.clearFix::after {
	display: block;
	content: '';
	clear: both;
}
.cpn {
	pointer-events: none !important;
}
.num {
	width: 62px !important;
}
.chk {
	width: 62px !important;
}
.btn100 {
	width: 100px !important;
}
@media (max-width: 480px) {
	.btn100 {
		width: auto !important;
	}
}
.overflow-hidden {
	overflow: hidden !important;
}
.blur {
	color: transparent;
	text-shadow: 0 0 32px black;
}
.d-inline-block {
	display: inline-block !important;
}
.text-truncate {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***********************************************************************
FLEX 설정
*************************************************************************/
.inline_flex_center {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
}
.flex {
	display: flex !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-item {
	display: flex !important;
	align-items: center !important;
}
.flex-item-center {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
}
.flex-item-column {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}
.flex-justify-right {
	justify-content: flex-end !important;
}
.flex-justify-left {
	justify-content: flex-start !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-highlight {
	flex: 1 !important;
}
.flex-left-auto {
	margin-left: auto !important;
}
.gap4 {
	gap: 4px !important;
}
.gap6 {
	gap: 6px !important;
}
.gap10 {
	gap: 10px !important;
}
.gap14 {
	gap: 14px !important;
}
.gap20 {
	gap: 20px !important;
}
.gap30 {
	gap: 30px !important;
}
.position-relative {
	position: relative !important;
}
/* checkbox custom style */
.chk-custom {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	user-select: none;
}
.chk-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.chk-custom input:checked~.checkmark {
	border: 1px solid #2196f3;
	background-color: #2196f3;
}
.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}
.chk-custom input~.checkmark:after {
	display: block;
}
.chk-custom input:checked~.checkmark:after {
	border: solid white;
	border-width: 0 2px 2px 0;
}
.chk-custom .checkmark:after {
	left: 9px;
	top: 5px;
	width: 7px;
	height: 14px;
	border: solid #ccc;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*-------------------
       Colors
--------------------*/
.fcRed {
	color: var(--red) !important;
}
.fcOrange {
	color: var(--orange) !important;
}
.fcYellow {
	color: #fbbd08 !important;
}
.fcOlive {
	color: #b5cc18 !important;
}
.fcGreen {
	color: var(--green) !important;
}
.fcTeal {
	color: var(--teal) !important;
}
.fcBlue {
	color: var(--blue) !important;
}
.fcNavy {
	color: #0d47a1 !important;
}
.fcPurple {
	color: #a333c8 !important;
}
.fcViolet {
	color: var(--violet) !important;
}
.fcPink {
	color: #e03997 !important;
}
.fcBrown {
	color: #a5673f !important;
}
.fcGrey {
	color: #767676 !important;
}
.fcBlack {
	color: #000 !important;
}
.fcWhite {
	color: #fff !important;
}
.bcRed {
	background: var(--red) !important;
}
.bcOrange {
	background: var(--orange) !important;
}
.bcYellow {
	background: #fbbd08 !important;
}
.bcOlive {
	background: #b5cc18 !important;
}
.bcGreen {
	background: var(--green) !important;
}
.bcTeal {
	background: var(--teal) !important;
}
.bcBlue {
	background: var(--blue) !important;
}
.bcPurple {
	background: #a333c8 !important;
}
.bcViolet {
	background: var(--violet) !important;
}
.bcPink {
	background: #e03997 !important;
}
.bcBrown {
	background: #a5673f !important;
}
.bcGrey {
	background: #767676 !important;
}
.bcBlack {
	background: #000 !important;
}
.bcWhite {
	background: #fff !important;
}
/* font weight */
.fweb {
	font-weight: 700 !important;
}
.fwb {
	font-weight: 500 !important;
}
.fwn {
	font-weight: 400 !important;
}
/* text align */
.tl {
	text-align: left !important;
}
.tc {
	text-align: center !important;
}
.tr {
	text-align: right !important;
}
/* vertical align */
.vb {
	vertical-align: baseline !important;
	vertical-align: -webkit-baseline-middle !important;
}
.vm {
	vertical-align: middle !important;
}
.vs {
	vertical-align: sub !important;
}
/* letter-spacing */
.ls0 {
	letter-spacing: 0 !important;
}
.ls1 {
	letter-spacing: -1px !important;
}
.ls2 {
	letter-spacing: -2px !important;
}
/* width size */
.w10 {
	width: 10px !important;
}
.w20 {
	width: 20px !important;
}
.w30 {
	width: 30px !important;
}
.w40 {
	width: 40px !important;
}
.w50 {
	width: 50px !important;
}
.w60 {
	width: 60px !important;
}
.w70 {
	width: 70px !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;
}
.w320 {
	width: 320px !important;
}
.w350 {
	width: 350px !important;
}
.w400 {
	width: 400px !important;
}
.w450 {
	width: 450px !important;
}
.w500 {
	width: 500px !important;
}
.w600 {
	width: 600px !important;
}
.w700 {
	width: 700px !important;
}
.w800 {
	width: 800px !important;
}
.wmax {
	width: 100% !important;
}
.wauto {
	width: auto !important;
}
.p_w3 {
	width: 3% !important;
}
.p_w5 {
	width: 5% !important;
}
.p_w10 {
	width: 10% !important;
}
.p_w15 {
	width: 15% !important;
}
.p_w20 {
	width: 20% !important;
}
.p_w25 {
	width: 25% !important;
}
/* min-width size */
.m-w10 {
	min-width: 10px !important;
}
.m-w20 {
	min-width: 20px !important;
}
.m-w30 {
	min-width: 30px !important;
}
.m-w40 {
	min-width: 40px !important;
}
.m-w50 {
	min-width: 50px !important;
}
.m-w60 {
	min-width: 60px !important;
}
.m-w70 {
	min-width: 70px !important;
}
.m-w80 {
	min-width: 80px !important;
}
/* float style */
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.fn {
	float: none !important;
}
/* padding, margin style */
.p0 {
	padding: 0 !important;
}
.p5 {
	padding: 5px !important;
}
.p10 {
	padding: 10px !important;
}
.p20 {
	padding: 20px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr20 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.ph5 {
	padding: 5px 0 !important;
}
.ph10 {
	padding: 10px 0 !important;
}
.ph15 {
	padding: 15px 0 !important;
}
.ph20 {
	padding: 20px 0 !important;
}
.ph25 {
	padding: 25px 0 !important;
}
.ph30 {
	padding: 30px 0 !important;
}
.ph35 {
	padding: 35px 0 !important;
}
.ph40 {
	padding: 40px 0 !important;
}
.ph45 {
	padding: 45px 0 !important;
}
.ph50 {
	padding: 50px 0 !important;
}
.pw5 {
	padding: 0 5px !important;
}
.pw10 {
	padding: 0 10px !important;
}
.pw15 {
	padding: 0 15px !important;
}
.pw20 {
	padding: 0 20px !important;
}
.pw25 {
	padding: 0 25px !important;
}
.pw30 {
	padding: 0 30px !important;
}
.pw35 {
	padding: 0 35px !important;
}
.pw40 {
	padding: 0 40px !important;
}
.pw45 {
	padding: 0 45px !important;
}
.pw50 {
	padding: 0 50px !important;
}
.m0 {
	margin: 0 !important;
}
.m5 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.mt-5 {
	margin-top: -5px !important;
}
.mt-4 {
	margin-top: -4px !important;
}
.mt-3 {
	margin-top: -3px !important;
}
.mt-2 {
	margin-top: -2px !important;
}
.mt-1 {
	margin-top: -1px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt6 {
	margin-top: 6px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb2 {
	margin-bottom: 2px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.mr-5 {
	margin-right: -5px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mh5 {
	margin: 5px 0 !important;
}
.mh10 {
	margin: 10px 0 !important;
}
.mh15 {
	margin: 15px 0 !important;
}
.mh20 {
	margin: 20px 0 !important;
}
.mh25 {
	margin: 25px 0 !important;
}
.mh30 {
	margin: 30px 0 !important;
}
.mh35 {
	margin: 35px 0 !important;
}
.mh40 {
	margin: 40px 0 !important;
}
.mh45 {
	margin: 45px 0 !important;
}
.mh50 {
	margin: 50px 0 !important;
}
.mw5 {
	margin: 0 5px !important;
}
.mw10 {
	margin: 0 10px !important;
}
.mw15 {
	margin: 0 15px !important;
}
.mw20 {
	margin: 0 20px !important;
}
.mw25 {
	margin: 0 25px !important;
}
.mw30 {
	margin: 0 30px !important;
}
.mw35 {
	margin: 0 35px !important;
}
.mw40 {
	margin: 0 40px !important;
}
.mw45 {
	margin: 0 45px !important;
}
.mw50 {
	margin: 0 50px !important;
}
/* ===========================================================================================
grid style
=========================================================================================== */
.row:not(.ui.grid) {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1.6rem;
	margin-right: -1rem;
	margin-left: -1rem;
}
.tbl-simple .row:not(.ui.grid) {
	display: block;
	row-gap: initial;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}
.row-cols-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}
.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}
.row-cols-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.align-items-center {
	align-items: center !important;
}
@media (min-width:767.98px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width:1023.98px) {
	.pad {
		display: none;
	}
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width:1023.98px) {
	.row .order1 {
		order: 1;
	}
	.row [class*="col-md"]:not(.order1) {
		order: 2;
	}
}
/* ===========================================================================================
바로가기
=========================================================================================== */
#key_access {
	position: fixed;
	top: 0;
	width: 100%;
	height: 57px;
	text-align: center;
	overflow: hidden;
	z-index: -1;
}
#key_access ul {
	position: relative;
}
#key_access ul li {
	position: absolute;
	width: 100%;
	height: 57px;
	left: 0;
	top: -9999px;
	background: #6d9bc0;
}
#key_access ul li.select {
	top: 0;
}
#key_access a {
	display: block;
	width: 100%;
	height: 57px;
	line-height: 57px;
	color: #fff;
}
#loading_page {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000;
}
#loading_page p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	font-size: 48px;
	z-index: auto;
}
#wrap {
	min-height: 100vh;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	-ms-flex-direction: column;
}
/* ===========================================================================================
동그란 아이콘 버튼
=========================================================================================== */
.r_btn {
	background-color: #dcdcdc;
	border-radius: 50%;
}
.r_btn i {
	display: inline-block;
	color: #333;
	font-size: 12px;
	margin: 0.35em;
}
.r_btn:hover {
	background-color: #333;
}
.r_btn:hover i {
	color: #fafafa;
}
/* ===========================================================================================
select_newType _옵션리스트에 삭제버튼 
=========================================================================================== */
.select_newType .menu .item {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 3px;
}
.select_newType .menu .item a {
	flex: 1;
}
.select_newType .menu .item button.r_btn,
.select_newType .menu .item a {
	display: inline-block;
}
.select_newType .text button.r_btn {
	display: none;
}
/* ===========================================================================================
써머노트 뷰어 내 텍스트 크기 확대
=========================================================================================== */
.summernote-viewer.font_rate>p span {
	font-size: calc(100% + 3px) !important;
	line-height: 2;
}
/* ===========================================================================================
.ui sytle 
=========================================================================================== */
.ui.radio.checkbox {
	line-height: normal;
}
.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
	background: #FFFFFF;
	border-color: var(--primary) !important;
}
.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {
	opacity: 1;
	color: #fff !important;
	background: var(--primary) !important;
}
.ui.radio.checkbox input:checked~.box:after,
.ui.radio.checkbox input:checked~label:after {
	background-color: var(--primary) !important;
}
@media only screen and (max-width: 480px) {
	.ui.form .fields {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 5px;
	}
}
/* ===========================================================================================
Button
=========================================================================================== */
/* button */
.btn.type1, .btn3.type1 {
	background: var(--darkblue, hsl(231deg, 48%, 48%));
	color: #fff;
	border-color: var(--darkblue, hsl(231deg, 48%, 48%));
}
/* #244883 */
.btn.type1:hover {
	background: var(--bluenavy, hsl(231deg, 48%, 28%));
	border-color: var(--bluenavy, hsl(231deg, 48%, 28%));
}
.btn.type2 {
	background: #282E3E;
	color: #fff;
	border-color: #282E3E;
}
.btn.type2:hover {
	background: #14171f;
	border: 1px solid #14171f;
}
.btn.type3 {
	background: #3d4968;
	color: #fff;
	border-color: #3d4968;
}
.btn.type3:hover {
	background: #2a3248;
	border: 1px solid #2a3248;
}
.btn.type4 {
	background: var(--primary);
	color: #fff;
	border-color: var(--primary);
}
.btn.type4:hover {
	background: var(--primary-deep);
	border: 1px solid var(--primary-deep);
}
.btn.type6 {
	background: #9966ff;
	color: #fff;
	border-color: #9966ff;
}
.btn.type6:hover {
	background: #7a4dd4;
	border: 1px solid #7a4dd4;
}
.btn.gray2, .btn3.gray2 {
	background: #4D4D4D;
	color: #fff;
	border-color: #4D4D4D;
}
.btn.gray2:hover {
	background: #343434;
	border: 1px solid #343434;
}
.btns {
	display: flex;
	justify-content: center;
	gap: .8rem;
}
.btns.justify {
	justify-content: space-between;
}
.btns.left {
	justify-content: flex-start;
}
.btns.right {
	justify-content: flex-end;
}
.table-wrap+.btns, .btns.bottom {
	margin-top: 3rem;
}
.btns .btn {
	min-width: 12rem;
	padding: 1.2rem 1.6rem;
}
.btn {
	padding: .8rem 1.4rem;
	line-height: 1.4285;
	border-radius: .4rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.btn:hover {
	border-color: #000;
	transition: .25s;
}
.btn.disabled, .btn3.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .65;
}
@media (max-width:400px) {
	.btns .btn {
		min-width: auto;
		word-break: keep-all;
	}
}
/* 아이콘만 있는 경우 추가_221221 */
.btn.icon {
	min-width: min-content;
	padding: .6rem 1rem;
	line-height: normal;
}
.btn-line {
	display: inline-block;
	min-width: 10rem;
	flex: 0 0 49%;
	max-width: 49%;
	border: 1px solid #999;
	background-color: #fff;
	padding: .7rem 1.5rem;
	font-size: 1.5rem;
	position: relative;
	transition: .25s;
}
.btn-line.btn-down i::after {
	content: '\eb7c';
	font-family: 'xeicon';
}
.btn-line.btn-view i::after {
	content: '\e97a';
	font-family: 'xeicon';
}
.btn-line i {
	position: absolute;
	transform: translate(0, -50%);
	right: 1.2rem;
	top: 50%;
	color: #333;
}
.btn-line:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.btn-line:hover i {
	color: #fff;
}
.btn-line.type2 {
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
}
/* 버튼 스타일 추가함 */
.btn3 {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-height: 2.25em;
	min-width: max-content;
	padding: 0 1em;
	line-height: 1;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: .4rem;
	margin: 0 2px;
}
.btn3:hover {
	border-color: #000;
	transition: .25s;
}
.btn3.solid {
	color: #fff !important;
}
.btn3.solid.fcBlack {
	background-color: #000;
	border-color: #000
}
.btn3.solid.fcGray {
	background-color: #ccc;
	border-color: #ccc
}
.btn3.solid.fcDarkgray {
	background-color: #666;
	border-color: #666
}
.btn3.solid.fcBlue {
	background-color: #36a2eb;
	border-color: #36a2eb;
}
.btn3.solid.fcBluesky {
	background-color: #00bff3;
	border-color: #00bff3
}
.btn3.solid.fcOrange {
	background-color: #ff9800;
	border-color: #ff9800
}
.btn3.solid.fcGreen {
	background-color: #71C045;
	border-color: #71C045
}
.btn3.solid.fcOlive {
	background-color: #669533;
	border-color: #669533
}
.btn3.solid.fcRed {
	background-color: #ff6384;
	border-color: #ff6384
}
.btn3.solid.fcSepia {
	background-color: #817b58;
	border-color: #817b58
}
.btn3.solid.fcViolet {
	background-color: #9966ff;
	border-color: #9966ff
}
table td .btn {
	display: inline-block;
	vertical-align: middle;
	max-height: 3.6rem;
	line-height: 1;
	font-size: .777777em;
}
/* 크기 */
.sm {
	font-size: 80%;
}
/*BtnArea*/
.BtnArea, .btn_area {
	text-align: center;
	margin-bottom: 3rem;
}
.BtnArea button, .btn_area button {
	min-width: 10rem;
	border: 1px solid #ddd;
	background: #fff;
	color: #555;
	padding: 1.2rem 0;
}
.BtnArea button:hover, .btn_area button:hover {
	border-color: #333;
	transition: all .2s;
}
.BtnArea .btn_list, .BtnArea .btn_submit, .btn_area .btn_list, .btn_area .btn_submit {
	background: #333;
	color: #fff;
	border-color: #333;
}
.BtnArea .btn_list:hover, .BtnArea .btn_submit:hover, .btn_area .btn_list:hover, .btn_area .btn_submit:hover {
	background: #fff;
	color: #555;
	border: 1px solid #333;
}
.BtnArea .btn_md, .btn_area .btn_md {
	min-width: 8.8rem;
	padding: 1rem 3rem;
	font-size: 1.5rem;
}
.BtnArea .btn_sm, .btn_area .btn_sm {
	min-width: 7.4rem;
	padding: .8rem 2.4rem;
	font-size: 1.5rem;
}
/* table>tbody>tr>td>span.footable-toggle.last-column {
	margin-top: 6px;
} */
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
	font-size: 1.5rem;
}
.option-content .button-area .buttons {
	flex-wrap: wrap;
}
.option-content .button-area .buttons .button {
	border: .1px solid #eee;
}
/* ===========================================================================================
footable overflow-x
=========================================================================================== */
.footable_box.wide_pc {
	width: 100% !important;
	overflow-x: auto !important;
}
@media all and (max-width: 1680px) {
	.footable_box {
		width: 100% !important;
		overflow-x: auto !important;
	}
}
/* footable 브레이크포인트 반응형 시 나오는 아이콘과 마지막 컬럼 내용에 겹침 오류 수정 */
.footable-last-visible .fooicon-plus.last-column+a:not(.button),
.footable-last-visible .last-column.fooicon-minus+a:not(.button) {
	padding-right: 2.5rem !important;
	display: inline;
}
@media (max-width: 1024px) {
	.footable.table, .footable-details.table {
		font-size: 1.4rem !important;
	}
	.footable-details.table>tbody>tr>th, .footable-details.table>tbody>tr>td {
		text-align: left;
	}
}
.footable_box .footable tbody td .ui.basic.button {
	white-space: nowrap;
}
#modalEzGraderIfm {
	height: 100% !important;
	background-color: #fff;
}
/* footable 브레이크포인트 반응형 시 나오는 아이콘과 마지막 컬럼 내용에 겹침 오류 수정 */
.footable-last-visible .fooicon-plus.last-column+a:not(.button),
.footable-last-visible .last-column.fooicon-minus+a:not(.button) {
	padding-right: 2.5rem !important;
	display: inline;
}
@media (max-width:768px) {
	.note-editor .note-btn-group {
		position: relative;
		display: inline-block;
		margin-right: 2px !important;
	}
}
.ui.form .fields~.field,
.ui.form .field~.fields {
	margin-top: 1rem;
}
.fooicon {
	line-height: 2 !important;
}
.table.footable colgroup {
	display: none;
}
/* summernote 내용 입력시 뷰창 너비이상으로 영역넓어지는 것을 텍스트 줄바꿈으로 수정 */
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
	word-break: break-word;
}
.ui.message {
	padding: 1.4rem 1.6rem;
	margin: .8rem 0;
	border-radius: .4rem;
}
.option-content .ui.message {
	margin: 0;
}
.ui.message.small {
	padding: 1rem 1.4rem;
}
.ui.message+.ui.message {
	margin-top: .8rem;
}
i.icon {
	width: auto;
	margin: 0em 0.2rem 0em 0em;
}
.ui.steps.mb_add {
	margin-bottom: 6rem;
}
@media all and (max-width: 767px) {
	.ui.steps.mb_add {
		margin-bottom: 3rem;
	}
}
.ui.steps .step {
	padding: 1.4rem 2rem !important;
}
/* Active */
.ui.steps .step.active {
	cursor: auto;
	background: #004F9F !important;
}
.ui.steps .step.active:after {
	background: #004F9F;
}
.ui.steps .step.active .title {
	color: #fff;
}
@media all and (max-width: 767px) {
	.ui.steps:not(.unstackable) .step {
		border-bottom: 1px solid #eee;
	}
	.ui.steps:not(.unstackable) .step:last-child {
		border-bottom: none;
	}
	.ui.steps:not(.unstackable) .step .content {
		margin-top: 0;
		text-align: center;
	}
}
.custom-input input[type=checkbox]+label::after {
	content: "\e929";
	text-align: center;
	background-color: #2A7ABF;
	border: 1px solid #2A7ABF;
	color: #fff;
	font-size: 1.5rem;
	font-family: "xeicon";
	z-index: 2;
	opacity: 0;
	line-height: 1;
}