*:first-child+html body .hide {
	clear: both;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
	text-indent: -99999px
}

*:first-child+html body .hide {
	clear: both;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
	text-indent: -99999px
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--ck-table-selected-cell-background: none !important;
	--ck-color-table-focused-cell-background: none !important;

}

::selection {
	background: #000 !important;
	color: #fff !important;
}

body {
	word-break: keep-all;
	word-wrap: break-word;
	letter-spacing: -0.05rem;
	font-family: 'Noto Sans KR';
	line-height: 1.4;
	font-size: 14px;
}

html {
	scroll-behavior: smooth;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Noto Sans KR', sans-serif;
	vertical-align: baseline
}

dl,
ul,
ol,
li {
	list-style: none
}

[lang="en"] {
	font-family: 'Play', 'NotoSansKR', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

input,
button,
select,
textarea {
	font-family: 'Noto Sans KR', sans-serif;
}

textarea {
	width: 100%;
	padding: 10px;
	resize: none;
}

img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}

fieldset {
	border: 0 none;
	vertical-align: middle;
	width: 100%;
}

caption,
legend {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	display: none
}

strong {
	font-weight: 600
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #fff
}

a {
	color: #000;
	text-decoration: none
}

a:link,
a:hover,
a:active {
	text-decoration: none
}

em {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.hr {
	border: 0;
	border-top: 1px solid #eee;
}

.blind {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start editing from here */
a {
	text-decoration: none;
}

.clr {
	clear: both;
}

.clr::after {
	clear: both;
	display: block;
	content: '';
}

.txt-rt {
	text-align: right;
}

/* text align right */
.txt-lt {
	text-align: left;
}

/* text align left */
.txt-center {
	text-align: center;
}

/* text align center */
.float-rt {
	float: right;
}

/* float right */
.float-lt {
	float: left;
}

/* float left */
.clear {
	clear: both;
}

/* clear float */
.pos-relative {
	position: relative;
}

/* Position Relative */
.pos-absolute {
	position: absolute;
}

/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}

/* vertical align top */
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}

.red,
.fc_red {
	color: #ff7473 !important;
}

.blue,
.fc_blue {
	color: #5169d3 !important;
}

.green,
.fc_green {
	color: #69cdb8 !important;
}

.gray,
.fc_gray {
	color: #aaa !important;
}

.bg_black {
	background: #000 !important;
}

.bg_gray {
	background: #f8f8f8 !important;
}

.bg_blue {
	background: #e2e7ff !important;
}

.Input100 {
	width: 100px !important;
}

.Input150 {
	width: 150px !important;
}

.Input200 {
	width: 200px !important;
}

.Input250 {
	width: 250px !important;
}

.Input300 {
	width: 300px !important;
}

.Input400 {
	width: 400px !important;
}

.block5 {
	height: 5px;
	display: block;
}

.block20 {
	height: 20px;
	display: block;
}

.block30 {
	height: 20px;
	display: block;
}

/* horizontal menu */
img {
	max-width: 100%;
}

/* body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
} */

/* Input Style */
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
	/*    padding: 10px;*/
	border: 1px solid #ddd;
	border-radius: 5px !important;
	color: #000;
	background: #fff;
}

input[type="text"]:hover,
textarea:hover {
	border: 1px solid #ddd !important;
}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #5169d3 !important;
}

.bgcolor {
	background: #f5f6f7;
}


/*-- BUTTON START --*/
.btn-black-s {
	display: inline-block;
	min-width: 100px;
	height: 45px;
	vertical-align: middle;
	padding: 0 20px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border: 1px solid #000;
}

.btn-black-s:hover,
.btn-black-s:focus {
	color: #fff;
	background: #000;
	border: 1px solid #000;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.btn-red-s {
	display: inline-block;
	min-width: 100px;
	height: 45px;
	vertical-align: middle;
	padding: 0 20px;
	background-color: #54588b;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border: 1px solid #54588b;
}

.btn-red-s:hover,
.btn-red-s:focus {
	color: #fff;
	background: #54588b;
	border: 1px solid #54588b;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.btn-black-xs {
	display: inline-block;
	height: 41px;
	padding: 0px 15px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
}

/*--- BUTTON END ---*/


@media screen and (max-width: 768px) {

	.btn-black-s,
	.btn-red-s {
		height: 35px;
		min-width: auto;
		font-size: 13px;
	}
}

/*--- JOIN END ---*/


@media screen and (max-width: 768px) {
	/* device display */

	.only-mobile {
		display: block !important
	}

	/* mobile 에서만 보임 */
	.only-mobile-view {
		display: block !important
	}

	/* mobile 에서만 보임 */
	.only-pc {
		display: none !important
	}

	/* pc, tablet 에서만 보임 */
	.only-pc-view {
		display: none !important
	}

	/* pc, tablet 에서만 보임 */
	.tablecell-mobile {
		display: none
	}

	/* mobile 에서만 안보임 */
	.tablecell-view {
		display: table-cell
	}

	/* mobile 에서 보임 : td */

	.table_wrap_scroll {
		overflow-x: auto;
		/*overflow-x: scroll;*/
	}
}
/*--- TABEL WRITE END ---*/

.tab_all_row_form {
	min-width: 700px;
}



/* background-color  - 2024-01-02 ujung 추가 */
body[data-background-color=green3]{
	background: #f6f6f9 !important;
}

body[data-background-color=green3] .navbar-header{
	background: #76b900 !important;
	background: linear-gradient(45deg, #76b900, #127a59) !important;
}

body[data-background-color=green3] .main-header .navbar-header .navbar-nav .nav-item .nav-link {
	color: #fff !important;
}

body[data-background-color=green3] .main-header .navbar-header .navbar-nav .nav-item .nav-link:focus,
body[data-background-color=green3] .main-header .navbar-header .navbar-nav .nav-item .nav-link:hover {
	background: rgb(0 0 0 / 12%) !important;
}

body[data-background-color=green3] .main-header .navbar-header .navbar-nav .nav-item.active .nav-link {
	background: rgb(0 0 0 / 12%) !important;
	color: #fff !important;
	font-weight: 600;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a{
	background: rgb(118 185 0 / 10%) !important;
	border-radius: 6px;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a i {
	color: #127a59 !important;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a p{
	color: #127a59 !important;
}

body[data-background-color=green3] .logo-header .btn-toggle{
	color: #127a59 !important;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a:focus,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a:hover,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] {
	background: rgb(118 185 0 / 10%) !important;
	color: #127a59;
	font-weight: bold;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a:focus i,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a:focus p,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a:hover i,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a:hover p,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i,
body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p {
	color: #127a59 !important;
}

body[data-background-color=green3] .sidebar .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] .caret{
	color: #127a59 !important;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item a.groupmu_active {
	color: #127a59;
}

body[data-background-color=green3] .sidebar.sidebar-style-2 .nav .nav-item .active span {
	color: #156300;
}

