@charset "utf-8";

.btn {
	font-size: 1em;
}
.tb_empty {
	background-color: #f8f8f8;
	border-top: 1px solid rgb(255 255 255 / 20%);
	padding: 2em;
	color: black;
}
.no-padding {
	padding: 0 !important;
}

.notice_popup_area {
	position: absolute;
	top: 100px;
	left: 100px;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
	max-height: var(--popup-area-height);
	overflow: hidden;
}
.notice_popup_area a.btn {
	padding: 0;
	border: none;
}

.notice_popup {
	position: relative;
	padding: 10px;
	min-width: 350px;
	min-height: 400px;
	margin-bottom: var(--popup-area-height);
}
.notice_popup * {
	/* min-width: 5rem; */
	max-width: 100%;
}
.notice_popup img {
	width:100%;
	height:auto
}
.notice_popup .no-padding p {
	margin-bottom: 0;
}

.notice_popup_wrap {
	float: left;
	width: 550px;
	max-width: 100%;
}

.notice_popup_btn_wrap {
	/* float: right; */
}
.notice_popup_btn_wrap ul {
	width:100%;
	background: #d9d9d9;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.notice_popup_btn {
	/* background: #dec277; */
	height: 36px;
	/* line-height: 40px; */
	padding: 10px;
	text-align: center;
	display: inline-block;
	font-family: nanumgothic, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
}

.notice_popup_box {
	float: left;
	max-width: 100%;
	width: 550px;
	min-height: unset !important;
	/* border: 5px solid #dec277; */
	background: #f8f8f8 url(../common/bg_popup.jpg) center top no-repeat;
	background-size: cover;
}

.notice_popup_text {
	float: left;
	width: 100%;
	padding: 30px;
}

.notice_popup_font1 {
	float: left;
	width: 100%;
	font-family: 'nanumsquare', sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #ffc800;
	line-height: 40px;
}

.notice_popup_font2 {
	float: left;
	width: 100%;
	font-family: 'nanumgothic', sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 400;
	color: #d4d4d4;
	line-height: 28px;
}

.notice_popup_btn_wrap ul li {
	/* float: left; */
	/* margin: 0 0 0 5px; */
	width: auto;
}

.sc-btn.inspection {
	pointer-events: none;
}
.sc-btn.inspection .g-panel:after {
	content: attr(data-content);
	color: var(--white-yellow);
	background: rgb(64 61 61 / 70%);
	font-weight: 900;
	font-size: 1.2em;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	top: 0;
	z-index: 1;
}


tr.tr-new td.title-td:before {
	content: 'N';
	background-color: #dc664a;
	background-image: linear-gradient(to left, #dc664a, #af3936);
	text-align: center;
	margin-right: 8px;
	color: var(--orange);
	box-shadow: 0 0 10px rgb(253 126 103 / 50%);
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 0.75em;
	transform: skewX(350deg);
	display: inline-block;
}
tr.tr-new td.title-td:before {
	content: 'N';
	background-color: #dc664a;
	background-image: linear-gradient(to left, #dc664a, #af3936);
	text-align: center;
	margin-right: 8px;
	color: var(--orange);
	box-shadow: 0 0 10px rgb(253 126 103 / 50%);
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 0.75em;
	transform: skewX(350deg);
	display: inline-block;
}
tr.tr-wait td {
	color: #ebcf3c;
}

.card {
	color: #f96969;
	text-align: left;
}
.card .card-title {
	text-align: center;
	font-weight: bold;
}
.card .card-text button {
	color: rgba(0, 0, 0, 0.75);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-image: linear-gradient(#fff494, #dfb94e);
	border: none;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	font-size: .9em;
	padding: .4em 1em;
	vertical-align: baseline;
}
.bank_req {
	margin-top: 10px
	/* color: var(--yellow); */
}

.bank_req p {
	margin: 0;
}
.question-container,
.answer-container {
	text-align: left;
	padding: 1em 0 1em 1.5em;
}
.answer-container {
	padding-left: 3em;
	padding: 1em 0 2em 1.5em;
	border-top: 1px solid rgb(255 255 255 / 30%);
}
.answer-container:before {
	content: attr(data-content);
	font-size: 1.1em;
	color: var(--yellow);
	font-weight: bold;
	margin-left: -1.2em;
}


.tox-tinymce {
	width: 100%;
	border-width: 0 !important;
	border-radius: 10px !important;
}
.tox-tinymce-aux {
	z-index: 2001;
}

/*-------------------------------------------------------------------------------------*
 * Clearable text inputs                                                               *
 *-------------------------------------------------------------------------------------*/
.clearable {
	position: relative;
	width: 200px;
	font-size: 1em;
	display: inline-block;
}

.clearable input {
	width: 100%;
	padding-right: 2em;
	box-sizing: border-box;
}

.clearable input:placeholder-shown+button {
	opacity: 0;
	pointer-events: none;
}

.clearable input+button {
	position: absolute;
	border: none;
	display: block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1em;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	background: #ddd;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .1s;
}
/* ------------- new mark & pulse effect -------------------*/
.ic-new {
	position: relative;
}

.ic-new::after {
	content: "";
	background-color: red;
	border-radius: 50%;
	width: 5px;
	position: absolute;
	height: 5px;
	top: -5px;
	right: -2px;
	box-shadow: 0 0 3px 3px red;
}

.pulse-rect {
	position: relative;
}
.pulse-rect:after {
	content: ' ';
	width: calc(100% + 0.2em);
	height: calc(100% + 0.2em);
	position: absolute;
	top: -0.1em;
	left: -0.1em;
	animation: anim_pulse_border 1s ease-out infinite;
	border-radius: inherit;
	z-index: -1;
}

.tab-attendance .notice {
	width: 100%;
    max-width: 700px;
    display: inline-block;
}

.tab-attendance table .week {
	background: rgb(231 101 41);
    color: #f0f0f0;
    line-height: 30px;
    text-align: center;
    border-width: 1px;
    border-bottom: 1px solid rgb(231 101 41);
}

.tab-attendance table .day {
	background: rgb(206 155 60 / 55%);
    color: #f0f0f0;
    line-height: 30px;
    text-align: center;
    border-width: 1px;
    border-bottom: 1px solid rgb(206 155 60 / 55%);
}

.tab-attendance table .section {
	background: rgb(58 49 35 / 49%);
    border-left: 1px solid rgba(255,255,255,0.1);
    color: #999999;
    line-height: 40px;
    text-align: center;
}

.tab-attendance .ac-month-year  {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.5em;
	display: flex;
    width: 20%;
}

.tab-attendance .ac-cnt-info {
	font-size: 18px;
}

.tab-attendance .ac-cnt {
	color: #ffe498;
}

.tab-attendance .h35 {
	height: 35px;
}

.attendance-reward-wrap {
	position: absolute;
    right: 3px;
    top: 9px;
}

.attendance-reward-wrap button {
	width: 80px;
    height: 34px;
}

/* Roulette */
.roulette-box {
	position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/common/roul-bg.png) no-repeat left top #fff;
    background-size: 100% auto;
    overflow: hidden;
}


.roulette-bg {
	height: 64%;
    display: flex;
    z-index: 10;
    margin-top: 4em;
    margin-left: -3em;
}

.roulette-money {
	position: absolute;
    bottom: 0px;
    left: -285px;
    z-index: 100;
    width: 1024px
}

.roulette-container {
	position: absolute;
	right: 24px;
	top: 90px;
	width: 450px;
	z-index: 100;
	background: none;
}

.roulette {
	width: 100%;
	position: relative;
	display: block;
}

.roulette .wheel {
	position: absolute;
	width: 74%;
	top: 15%;
	left: 13%;
	transition: transform 6.5s cubic-bezier(0.3, 1, 0.7, 1),
		6.5s filter cubic-bezier(0.1, 1, 0.8, 1),
		6.5s -webkit-filter cubic-bezier(0.1, 1, 0.8, 1);
}

.roulette .wheel .roulete_img {
	will-change: transform;
	border-radius: 50%;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.roulette .wheel .coupon {
	width: 40%;
}

.roulette .outside{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}

.roulette-container img {
	width: 100%;
	height: auto;
}

.roulette .roulette-btn {
	z-index: 103;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 45.5%;
	left: 50%;
}

.roulette .start-btn {
	background-image: url(../images/common/start.png);
	background-size: cover;
	width: 95px;
	height: 95px;
	border-radius: 100px;
	border-style: none;
}

.roulette .start-btn:hover, .roulette .start-btn:disabled {
	background-image: url(../images/common/start_disable.png);
	background-size: cover;
	width: 98px;
	height: 98px;
	border-radius: 100px;
}

.roulette .money1 {
	color: aliceblue;
	font-size: 1.5em;
	position: inherit;
	left: 44%;
	top: 16%;
	width: 30%;
	height: 7%;
	color:#000;
	font-weight: 900;
	text-align: center;
	transform: rotate(287deg);
	-ms-transform:rotate(287deg); 	/* IE 9 */
	-moz-transform:rotate(287deg); 	/* Firefox */
	-webkit-transform: rotate(287deg); /* Safari Chrome */
	-o-transform:rotate(287deg);
}
.roulette .money2 {
	color: magenta;
	font-size: 1.5em;
	position: inherit;
	left: 58%;
	top: 24%;
	width: 30%;
	height: 12%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(315deg);
	-ms-transform:rotate(315deg); 	/* IE 9 */
	-moz-transform:rotate(315deg); 	/* Firefox */
	-webkit-transform: rotate(315deg); /* Safari Chrome */
	-o-transform:rotate(315deg);
}
.roulette .money3 {
	color: aliceblue;
	font-size: 1.5em;
	position: absolute;
	left: 63.5%;
	top: 38.5%;
	width: 30%;
	height: 7%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(348deg);
	-ms-transform:rotate(348deg); 	/* IE 9 */
	-moz-transform:rotate(348deg); 	/* Firefox */
	-webkit-transform: rotate(345deg); /* Safari Chrome */
	-o-transform:rotate(348deg);
}
.roulette .money4 {
	color: magenta;
	font-size: 1.5em;
	position: absolute;
	left: 64%;
	top: 54%;
	width: 30%;
	height: 10%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(14deg);
	-ms-transform:rotate(14deg); 	/* IE 9 */
	-moz-transform:rotate(14deg); 	/* Firefox */
	-webkit-transform: rotate(14deg); /* Safari Chrome */
	-o-transform:rotate(14deg);
}
.roulette .money5 {
	color: aliceblue;
	font-size: 1.5em;
	position: absolute;
	left: 56%;
	top: 67.5%;
	width: 30%;
	height: 11%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(39deg);
	-ms-transform:rotate(39deg); 	/* IE 9 */
	-moz-transform:rotate(39deg); 	/* Firefox */
	-webkit-transform: rotate(39deg); /* Safari Chrome */
	-o-transform:rotate(39deg);
}
.roulette .money6 {
	color: magenta;
	font-size: 1.5em;
	position: absolute;
	left: 42%;
	top: 75%;
	width: 30%;
	height: 10%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(74deg);
	-ms-transform:rotate(74deg); 	/* IE 9 */
	-moz-transform:rotate(74deg); 	/* Firefox */
	-webkit-transform: rotate(74deg); /* Safari Chrome */
	-o-transform:rotate(74deg);
}
.roulette .money7 {
	color: aliceblue;
	font-size: 1.5em;
	position: absolute;
	left: 26.4%;
	top: 74%;
	width: 30%;
	height: 10%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(109deg);
	-ms-transform:rotate(109deg); 	/* IE 9 */
	-moz-transform:rotate(109deg); 	/* Firefox */
	-webkit-transform: rotate(109deg); /* Safari Chrome */
	-o-transform:rotate(109deg);
}
.roulette .money8 {
	color: magenta;
	font-size: 1.5em;
	position: absolute;
	left: 13%;
	top: 66%;
	width: 30%;
	height: 10%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(136deg);
	-ms-transform:rotate(136deg); 	/* IE 9 */
	-moz-transform:rotate(136deg); 	/* Firefox */
	-webkit-transform: rotate(136deg); /* Safari Chrome */
	-o-transform:rotate(136deg);
}
.roulette .money9 {
	color: aliceblue;
	font-size: 1.5em;
	position: absolute;
	left: 5%;
	top: 55%;
	width: 30%;
	height: 6%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(165deg);
	-ms-transform:rotate(165deg); 	/* IE 9 */
	-moz-transform:rotate(165deg); 	/* Firefox */
	-webkit-transform: rotate(165deg); /* Safari Chrome */
	-o-transform:rotate(165deg);
}
.roulette .money10 {
	color: magenta;
	font-size: 1.5em;
	position: absolute;
	left: 5%;
	top: 36%;
	width: 30%;
	height: 10%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(195deg);
	-ms-transform:rotate(195deg); 	/* IE 9 */
	-moz-transform:rotate(195deg); 	/* Firefox */
	-webkit-transform: rotate(195deg); /* Safari Chrome */
	-o-transform:rotate(195deg);
}
.roulette .money11 {
	color: aliceblue;
	font-size: 1.5em;
	position: absolute;
	left: 12.5%;
	top: 23.5%;
	width: 30%;
	height: 7%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(225deg);
	-ms-transform:rotate(225deg); 	/* IE 9 */
	-moz-transform:rotate(225deg); 	/* Firefox */
	-webkit-transform: rotate(225deg); /* Safari Chrome */
	-o-transform:rotate(225deg);
}
.roulette .money12 {
	color: magenta;
	font-size: 1.5em;
	position: absolute;
	left: 27.6%;
	top: 16.8%;
	width: 30%;
	height: 8%;
	color:#000;
	font-weight:900;
	text-align: center;
	transform:rotate(254deg);
	-ms-transform:rotate(254deg); 	/* IE 9 */
	-moz-transform:rotate(254deg); 	/* Firefox */
	-webkit-transform: rotate(254deg); /* Safari Chrome */
	-o-transform:rotate(254deg);
}

.roulette-title {
	position: absolute;
    right: 28%;
    width: 40%;
    font-size: 1em;
    justify-content: center;
    align-items: center;
    /* margin-right: 18.8em; */
    margin-top: -0.8em;
}

.roulette-title .coupon {
	width: 36%;
    flex-grow: 1;
}

.roulette-title .coupon-cnt {
    font-size: 1.2em;
}

.roulette-title-coupon-box {
	position: absolute;
	right: 0;
	width: 30%;
	font-size: 1em;
	justify-content: center;
	align-items: center;
	margin-right: 41.7em;
	margin-top: 18.2em;
}

.roulette-title-coupon-box .coupon{
	width: 37%;
    flex-grow: 1;
}

.roulette-title-coupon-box .coupon-cnt {
    font-size: 3em;
    color: brown;
}

@-webkit-keyframes anim_pulse_border {
	0% {
		-webkit-box-shadow: 0 0 0 0 #ff2d2d;
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px transparent;
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
	}
}
@keyframes anim_pulse_border {
	0% {
		-moz-box-shadow: 0 0 0 0 #ff2d2d;
		box-shadow: 0 0 0 0 #ff2d2d;
	}

	70% {
		-moz-box-shadow: 0 0 0 10px transparent;
		box-shadow: 0 0 0 10px transparent;
		background-color: rgb(255 61 61 / 60%);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
	}
}

@keyframes anim_pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		-webkit-transform: scale(0.1);
		opacity: 0.1;
	}

	50% {
		-webkit-transform: scale(0.5);
		opacity: 0.3;
	}

	75% {
		-webkit-transform: scale(0.8);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}


@media (max-width: 960px) {}