@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
 *
 */
/*******************************
             Reset
*******************************/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Roboto-Regular.woff2) format('woff2'), url(../fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Roboto-Medium.woff2) format('woff2'), url(../fonts/Roboto-Medium.woff) format('woff');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Roboto-Bold.woff2) format('woff2'), url(../fonts/Roboto-Bold.woff) format('woff');
}

/* Noto Sans KR */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansKR-Bold.otf);
}
@font-face {
	font-family: 'ChosunGu';
	src: url('../fonts/ChosunGu.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*  영어 */
:lang(en) {
	font-family: 'Roboto', 'Apple SD Gothic Neo', 'Helvetica', 'Noto Sans KR', sans-serif;
}
/* 일본어 */
:lang(jp) {
	font-family: 'Roboto', 'Meiryo', 'Noto Sans KR', sans-serif;
}
/* 중국어 (간체) */
:lang(cn) {
	font-family: 'Roboto', 'LiHei Pro Medium', 'Noto Sans KR', sans-serif;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
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;
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

html {
	display: flex;
	box-sizing: border-box;
}

body {
	display: flex;
	width: 100%;
	min-height: 100%;
	flex-direction: column;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	font-family: 'Noto Sans KR', 'Roboto', 'Malgun Gothic', sans-serif;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	display: inline-block;
	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);
}

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.9em;
	font-weight: 500;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	margin: 0;
	outline: none;
	background: transparent;
}

/********* button *********/
button {
	overflow: visible;
}

button,
select {
	font-size: 1em;
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.cur_point {
	-webkit-appearance: button;
	cursor: pointer;
}
.cur_default {
	cursor: default;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/********* select *********/
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 *********/
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	width: 16px;
	height: 16px;
	vertical-align: middle !important;
	box-sizing: border-box;
	padding: 0;
	margin: 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;
}

/*fieldset {border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em;}*/
legend {
	border: 0;
	padding: 0;
}

textarea {
	width: 100%;
	padding: 0.78571429em 1em;
	font-size: 1em;
	border: 1px solid rgba(34, 36, 38, 0.15);
	border-radius: 2px;
	overflow: auto;
}
/* 
textarea::placeholder,
textarea::-webkit-input-placeholder,
input::placeholder,
input::-webkit-input-placeholder {
    font-size: 0.95em !important;
    color: #3bc9db !important;
}

.ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="file"]:focus, .ui.form input[type="url"]:focus {
    color: #333 !important;
    border-color: #3bc9db !important;
    border-radius: 2px;
} */

optgroup {
	font-weight: bold;
}

/********* table *********/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
td,
th {
	padding: 0;
}
td[data-title] {
	word-break: break-all;
}

.blind {
	display: none !important;
}
.clearFix {
	clear: both;
	content: '';
}
.show {
	display: block !important;
}
.hide {
	position: absolute;
	width: 0;
	line-height: 0;
	height: 0;
	top: 0;
	left: -99999px;
	overflow: hidden;
}
.cpn {
	pointer-events: none !important;
}

.num {
	width: 62px !important;
}

.chk {
	width: 62px !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정리 */
.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_1 {
	flex: 1 !important;
}
.flex_wrap {
	flex-wrap: wrap;
}
.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-left-auto {
	margin-left: auto !important;
}

/* position-relative */
.position-relative {
	position: relative !important;
}

/* checkbox custom style */
.chk-custom {
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	user-select: none;
	font-size: 30px;
}
.chk-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: auto;
	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: #db2828 !important;
}
.fcOrange {
	color: #f2711c !important;
}
.fcDorange {
	color: #f76707;
}
.fcYellow {
	color: #fbbd08 !important;
}
.fcOlive {
	color: #b5cc18 !important;
}
.fcGreen {
	color: #21ba45 !important;
}
.fcDeepgreen {
	color: #087f5b !important;
}
.fcTeal {
	color: #00b5ad !important;
}
.fcBlue {
	color: #2185d0 !important;
}
.fcNavy {
	color: #0d47a1 !important;
}
.fcPurple {
	color: #a333c8 !important;
}
.fcViolet {
	color: #6435c9 !important;
}
.fcPink {
	color: #e03997 !important;
}
.fcBrown {
	color: #a5673f !important;
}
.fcGrey {
	color: #767676 !important;
}
.fcBlack {
	color: #000 !important;
}
.fcWhite {
	color: #fff !important;
}

/*** background color ***/
.bcRed {
	background: #db2828 !important;
}
.bcOrange {
	background: #ff922b !important;
}
.bcLYellow {
	background: #fff9db !important;
}
.bcYellow {
	background: #fab005 !important;
}
.bcOlive {
	background: #b5cc18 !important;
}
.bcGreen {
	background: #21ba45 !important;
}
.bcTeal {
	background: #00b5ad !important;
}
.bcLblue {
	background: #deeaf6 !important;
}
.bcBlue {
	background: #2185d0 !important;
}
.bcPurple {
	background: #a333c8 !important;
}
.bcViolet {
	background: #6435c9 !important;
}
.bcPink {
	background: #e03997 !important;
}
.bcBrown {
	background: #a5673f !important;
}
.bcLgrey {
	background: #cbcbcb !important;
}
.bcGrey {
	background: #767676 !important;
}
.bcBlack {
	background: #000 !important;
}
.bcWhite {
	background: #fff !important;
}

/* font size */
.f080 {
	font-size: 0.875em !important;
	line-height: 100%;
}
.f170 {
	font-size: 0.75em !important;
	line-height: 100%;
}
.f100 {
	font-size: 1em !important;
	line-height: 100%;
}
.f110 {
	font-size: 1.125em !important;
	line-height: 100%;
}
.f120 {
	font-size: 1.25em !important;
	line-height: 100%;
}
.f130 {
	font-size: 1.375em !important;
	line-height: 100%;
}
.f150 {
	font-size: 1.5em !important;
	line-height: 100%;
}
.f170 {
	font-size: 1.75em !important;
	line-height: 100%;
}

/* 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;
}

/* font-style */
.fsn {
	font-style: normal !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;
}
.w150 {
	width: 150px !important;
}
.w200 {
	width: 200px !important;
}
.w220 {
	width: 220px !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;
}
.w_p60 {
	width: 60% !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;
}
.p_w30 {
	width: 30% !important;
}
.p_w40 {
	width: 40% !important;
}
.p_w50 {
	width: 50% !important;
}
.p_w60 {
	width: 60% !important;
}
.p_w70 {
	width: 70% !important;
}
.p_w80 {
	width: 80% !important;
}
.p_w100 {
	width: 100% !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;
}
.mr3 {
	margin-right: 3px !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;
}

.mb5_em {
	margin-bottom: 0.5em;
}

/* word_break */
.word_brk {
	white-space: normal;
	word-break: break-all;
}

.content_pre {
	white-space: pre-wrap !important;
}

/* display추가 */
.dip_cont {
	display: contents !important;
}

/* #wrap .ui.message {
    font-weight: 500;
    padding: 1em;
} */
.ui.message.row {
	display: flex;
}
.ui.message.row i.icon {
	display: inline-block;
}
.ui.message.row .msg_cont {
	flex: 1;
}

#wrap .ui.small.label {
	font-size: 12px;
}

/* overflow-x: auto */
.footable_box {
	width: 100% !important;
	overflow-x: auto !important;
}

.ocu_ctn input[readonly] {
	border: none !important;
}

/* footable CSS */
.footable.table th,
table.footable > tbody > tr > td {
	text-align: center !important;
	padding-right: 8px !important;
}
.footable-details.table th,
.footable-details.table td {
	text-align: left !important;
}
/* footable 내 input placeholder */
table.footable tbody td .ui.input input[type='text']::placeholder {
	text-align: right;
}
.footable.table,
.footable-details.table {
	font-size: 0.93em !important;
}

.footable.table th,
table.footable > tbody > tr > td,
.footable-details.table th,
.footable-details.table td {
	white-space: nowrap;
}

/* Grid */
.grid_1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}
.grid_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.grid_3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.grid_4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.grid_5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.gap_5 {
	gap: 5px;
}
/* input disabled */
.ui.form .disabled.fields .field,
.ui.form .disabled.field,
.ui.form .field :disabled,
textarea:disabled {
	pointer-events: none;
	opacity: 0.8 !important;
	background: rgba(34, 36, 38, 0.035) !important;
}
.ui.disabled.input,
.ui.input input:disabled {
	pointer-events: none;
	opacity: 0.8 !important;
	background: rgba(34, 36, 38, 0.035) !important;
}

.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
	opacity: 0.8 !important;
	background: rgba(34, 36, 38, 0.035) !important;
}

/* 공문 css */
.official_wrap {
	font-family: 'ChosunGu';
	max-width: 768px;
	line-height: 1.7;
}
.official_wrap .tit {
	font-size: 1.125em;
	font-weight: bold;
}
.official_wrap .line {
	width: 100%;
	height: 1px;
	background-color: #333;
}
.official_wrap ul.cont li {
	display: flex;
}
.official_wrap ul.cont li.head {
	margin-top: 1em;
}
.official_wrap ul.cont li span.list_num {
	display: inline-block;
	margin-right: 5px;
}
.official_wrap ul.cont li .list_cont {
	flex: 1;
}

.official_wrap ul.cont li.sub {
	padding-left: calc(1em + 5px);
}

/* 230613추가 */
.min_label {
	display: inline-block;
	padding: 0.133em 0.467em;
	color: #fff;
	font-size: 0.867em !important;
	border-radius: 3px;
	font-weight: normal;
	margin: 0 5px;
}
