@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes fadein--left {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translatex(0px);
	}
}

@keyframes updown {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes heartbeat {
	from {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}
	10% {
		transform: scale(0.91);
		animation-timing-function: ease-in;
	}
	17% {
		transform: scale(0.98);
		animation-timing-function: ease-out;
	}
	33% {
		transform: scale(0.87);
		animation-timing-function: ease-in;
	}
	45% {
		transform: scale(1);
		animation-timing-0function: ease-out;
	}
}

@keyframes jackpot-ani {
	0% {
		text-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
	}
	50% {
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.86);
	}
	100% {
		text-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
	}
}

*::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

*::-webkit-scrollbar-thumb {
	height: 30px;
	border-radius: 10px;
	background: #000000ab;
}

*::-webkit-scrollbar-track {
	background: #ffffff33;
}

body {
	color: #333333;
	background-color: #ffffff;
}

a {
	color: inherit;
}

.t_red {
	color: #ff3300;
}

.t_primary {
	color: #385e96;
}

.t_yellow {
	color: #d28300;
}

.t_secondary {
	color: #5097ff;
}

.btn--primary {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: var(
			--Linear,
			linear-gradient(180deg, #252845 0%, #385e96 100%)
	);
}

.btn--primary:hover {
	color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 5px #385e9633;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn--secondary {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #590f0f 0%, #b52d2d 100%);
}

.btn--secondary:hover {
	color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0 5px #b52d2d33;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn--gray {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #777777 0%, #3e3e3e 100%);
}

.btn--gray:hover {
	box-shadow: 0 0 0 5px #55555533;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn--blue {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #4480da 0%, #2343c8 100%);
}

.btn--blue:hover {
	box-shadow: 0 0 0 5px #2343c833;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn--green {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #333333;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #a8d272 0%, #7ebc3b 100%);
}

.btn--green:hover {
	box-shadow: 0 0 0 5px #7ebc3b33;
}

.btn--orange {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #333333;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #ffcf54 0%, #ffb82b 100%);
}

.btn--orange:hover {
	box-shadow: 0 0 0 5px #ffb82b33;
}

.btn--purple {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #8163d7 0%, #4433c4 100%);
}

.btn--purple:hover {
	box-shadow: 0 0 0 5px #4433c433;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn--red {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #ff565c 0%, #ff2d30 100%);
}

.btn--red:hover {
	box-shadow: 0 0 0 5px #ff2d3033;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.btn--teal {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #333333;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background: linear-gradient(180deg, #6ed9f1 0%, #39c7ea 100%);
}

.btn--teal:hover {
	box-shadow: 0 0 0 5px #39c7ea33;
}

.btn--ghost {
	padding: 0 2.4rem;
	border-radius: 50px;
	transition: all 0.3s ease;
	color: #333333;
	font-size: 1.4rem;
	line-height: 4.4rem;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
	backdrop-filter: blur(6px);
}

.btn--ghost:hover {
	color: #222222;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset,
	0 0 0 5px rgba(0, 0, 0, 0.05);
}

.btn--full {
	width: 100%;
}

.btn--l {
	padding: 0 5rem;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 5rem;
}

.btn--s {
	padding: 0 1.4rem;
	font-size: 1.2rem;
	line-height: 3rem;
}

.ic--login {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url("../../../img/flex/flash/ic-sprite.png") -24px 0 no-repeat;
	background-size: 400px 200px;
}

.ic--logout {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url("../../../img/flex/flash/ic-sprite.png") -68px 0 no-repeat;
	background-size: 400px 200px;
}

.input-text-box {
	display: flex;
	flex-direction: row;
	position: relative;
	padding-top: 3.1rem;
	text-align: left;
	flex-wrap: wrap;
	gap: 0 0.8rem;
}

.input-text-box label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
}

.input-text-box input[type="text"],
.input-text-box input[type="password"] {
	width: 100%;
	height: 4.8rem;
	padding: 8px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	transition: all 0.3s ease;
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 0.9);
	flex: 1;
}

.input-text-box textarea::placeholder,
.input-text-box input[type="text"]::placeholder,
.input-text-box input[type="password"]::placeholder {
	color: rgba(0, 0, 0, 0.6);
	font-weight: normal;
}

.input-text-box input[type="text"]:disabled {
	border-color: rgba(0, 0, 0, 0.2);
	cursor: not-allowed;
	background-color: rgba(0, 0, 0, 0.05);
}

.input-text-box textarea {
	width: 100%;
	padding: 8px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	resize: none;
	transition: all 0.3s ease;
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 0.9);
}

.input-text-box input[type="text"]:focus,
.input-text-box input[type="password"]:focus,
.input-text-box textarea:focus {
	border-color: rgba(0, 0, 0, 0.5);
	outline: 0;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px rgba(0, 155, 255, 0.5);
}

.input-text-box input[type="text"]:focus::placeholder,
.input-text-box input[type="password"]:focus::placeholder,
.input-text-box textarea:focus::placeholder {
	color: #333333;
}

.input-text-box input[readonly="readonly"] {
	cursor: not-allowed;
}

.input-text-box input[type="text"].error,
.input-text-box input[type="password"].error,
.input-text-box textarea.error {
	border-color: #ef4444;
	background-color: rgb(239 68 68 / 10%);
}

.input-text-box input[type="text"].error:focus,
.input-text-box input[type="password"].error:focus,
.input-text-box textarea.error:focus {
	border-color: rgb(255 140 140) !important;
	outline: 0;
	box-shadow: 0 0 10px #ef44447a !important;
}

.input-text-box input[type="text"].error:focus::placeholder,
.input-text-box input[type="password"].error:focus::placeholder,
.input-text-box textarea.error:focus::placeholder {
	color: #ff8b8b;
}

.input-text-box--icon input[type="text"],
.input-text-box--icon input[type="password"] {
	padding-left: 3.8rem;
}

.input-text-box--no-label {
	padding-top: 0;
}

.input-text-box .input-text-box__help {
	flex: 100%;
}

.input-text-box__icon {
	position: absolute;
	top: 0;
	left: 0;
}

.input-text-box__icon svg {
	display: inline-block;
	position: absolute;
	top: -1rem;
	left: 12px;
	width: 2rem;
	height: 2rem;
	margin-top: 5.4rem;
}

.input-text-box__icon svg path {
	fill: rgba(0, 0, 0, 0.5);
}

.input-text-box__help {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	padding-top: 0.4rem;
	color: #666666;
	font-size: 1.3rem;
	line-height: 1.5rem;
	flex: 100%;
}

.input-text-box label.error {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	padding-top: 0.4rem;
	color: #666666;
	color: #ff6060;
	font-size: 1.3rem;
	line-height: 1.5rem;
	flex: 100%;
	order: 1;
}

.form_money {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0 auto;
	border: 1px solid rgb(255 255 255 / 23%);
	border-radius: 10px;
	background-color: rgb(152 152 152 / 17%);
	gap: 2rem;
}

.form_money .input-text-box {
	text-align: center;
}

.form_money .input-text-box input {
	height: 6rem;
	text-align: center;
	font-size: 3rem;
}

.form_money dl {
	display: flex;
	margin: 2rem auto;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	font-size: 1.4rem;
	flex-wrap: wrap;
	align-items: stretch;
}

.form_money dt {
	position: relative;
	width: 50%;
	padding: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.6);
	border-right: 1px solid rgba(0, 0, 0, 0.6);
}

.form_money dd {
	width: 50%;
	padding: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.6);
	word-break: break-all;
}

.form_money dt:first-child {
	border-top: 0;
}

.form_money dd:nth-child(2) {
	border-top: 0;
}

.btn_set {
	display: flex;
	gap: 0.8rem;
	justify-content: center;
	flex-wrap: wrap;
}

.table {
	table-layout: auto;
	color: #333333;
}

.table tbody {
	background-color: rgba(255, 255, 255, 0.2);
}

.table thead th {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.5rem;
	font-weight: normal;
	background: #403892;
}

.table td {
	padding: 1rem 0.8rem;
	transition: all 0.3s ease;
	word-break: break-word;
	font-size: 1.5rem;
}

.table .subject {
	text-align: left;
}

.table thead th {
	padding: 1.5rem 0.8rem;
}

.table tbody td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #f5f5f9;
}

.table tbody tr:hover td {
	background-color: #e8e8f6;
}

.table tbody td a {
	transition: all 0.3s ease;
	word-break: break-word;
}

.table tbody td a:hover {
	color: #403892;
}

.table-box {
	overflow: auto;
	position: relative;
}

.table-box table {
	width: 100%;
}

/*일자 검색 추가*/
.calendar-box {
	padding: 1rem 0;
	position: relative;
	text-align: right;
}

.calendar-box label{
	font-size: 1.5rem;
	padding-right: 1rem;
}

.calendar-box .input-text-box {
	padding: 0;
	max-width: 130px;
	min-width: 115px;
	display: inline-block;
}

.calendar-box .input-text-box input{
	height: 4rem;
	text-align: right;
}

.calendar-box .input-text-box:hover:before{
	opacity: 1;
}

.calendar-box .cal-input:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	margin-top: -1.2rem;
	background: url(../../../img/flex/flash/ic--calendar.png) center no-repeat;
	background-size: contain;
	user-select: none;
	pointer-events: none;
	opacity: 0.7;
	transition: all .3s ease;
}

@media (max-width: 1000px) {
	.calendar-box{
	}

	.calendar-box label{
		font-size: 1.4rem;
		padding-right: .5rem;
	}

	.calendar-box .input-text-box{
		max-width: 105px;
		min-width: 105px;
	}

	.calendar-box .input-text-box input{
		font-size: 1.3rem;
	}
}

/*/일자 검색*/

.board_view {
	position: relative;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	text-align: left;
	color: #333333;
}

.board_view li {
	padding: 1rem 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.board_view li:last-child {
	border-bottom: 0;
}

.board_view .content {
	border-block-width: 2px;
}

.board_view .info {
	padding-bottom: 0;
	border-bottom: 0;
}

.board_view .info span {
	position: relative;
	font-size: 1.4rem;
}

.board_view .info span:after {
	display: inline-block;
	position: relative;
	width: 1px;
	height: 14px;
	margin-top: -0.1rem;
	margin-right: 0.2rem;
	margin-left: 0.8rem;
	content: "";
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.2);
}

.board_view .info span:last-child:after {
	display: none;
}

.paging a {
	display: inline-block;
	width: 4rem;
	margin: 1rem 0.2rem 0 0.2rem;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.4rem;
	line-height: 3rem;
	background-color: rgba(255, 255, 255, 0.1);
}

.paging a:hover {
	border-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 10px #ffffff;
}

.paging a.on {
	border-color: #8b87b7;
}

.row-box {
	display: flex;
	gap: 4rem;
}

.row-box__item {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	gap: 1rem;
}

.row-box__item .btn_set {
	margin-top: 2rem;
}

.popup {
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 30%;
	z-index: 100;
	max-width: 500px;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	animation: fadein 1s ease both;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 10px #00000063;
	backdrop-filter: blur(4px);
}

.popup:hover {
	box-shadow: 0 0 20px 0 #0000007a;
}

.popup__title {
	position: relative;
	padding: 1rem 2rem;
	text-align: center;
	word-break: break-word;
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2rem;
	background-color: rgba(0, 0, 0, 0.8);
}

.popup__content {
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 200px;
	max-width: 500px;
	max-height: 700px;
	padding: 1rem;
	word-break: break-word;
	color: #333333;
	font-size: 1.4rem;
}

.popup__content img {
	max-width: 100%;
}

.popup__bottom {
	display: flex;
	width: 100%;
	padding: 0.4rem 1rem;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.3rem;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: space-between;
	align-items: center;
}

.popup__bottom label {
	cursor: pointer;
	vertical-align: middle;
	line-height: 2rem;
}

.popup__bottom input {
	position: relative;
	margin-top: -2px;
	margin-right: 7px;
	vertical-align: middle;
}

.popup__bottom__close {
	width: 60px;
	height: 3rem;
	margin: 5px 10px;
	padding: 0 1em;
	border-radius: 0.3rem;
	transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #292929;
	font-size: 1.4rem;
	font-weight: bold;
	background: #f1f1f1;
}

.popup__bottom__close:hover {
	background-color: #ff4d4d;
}

.layer-popup {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	animation: fadein 1s ease both;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(1px);
}

.layer-popup__inner {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	max-width: 500px;
	padding: 2rem;
	border-radius: 1.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	animation: fadein 1s ease both;
	background-color: rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 10px #00000063;
	backdrop-filter: blur(4px);
	gap: 1rem;
}

.layer-popup__title {
	text-align: center;
	font-size: 1.7rem;
}

.layer-popup__content {
	text-align: center;
	font-size: 1.4rem;
}

.layer-popup__inner:hover {
	box-shadow: 0 0 20px 0 #0000007a;
}

.layer-popup__bottom {
	display: flex;
	margin-top: 1rem;
	gap: 0.8rem;
	flex-wrap: wrap;
	justify-content: center;
}

.input-text-box__help--red {
	color: #ff6060;
}


.lang {
	position: relative;
	width: 36px;
	height: 44px;
	font-size: 1rem;
}

.lang .now_lang {
	position: relative;
	cursor: pointer;
	line-height: 44px;
}

.lang .now_lang:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	height: 34px;
	margin-top: -2rem;
	border: 1px #9e9e9e solid;
	border-radius: 50%;
	content: "";
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lang .en:after {
	background-image: url("../../../img/common/lang/en2.png");
}

.lang .ch:after {
	background-image: url("../../../img/common/lang/ch2.png");
	background-position: top left;
}

.lang .jp:after {
	background-image: url("../../../img/common/lang/jp2.png");
}

.lang .ko:after {
	background-image: url("../../../img/common/lang/ko2.png");
}

.lang ul {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 122px;
	margin-top: 44px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(5px);
}

.lang:hover ul,
.lang:focus ul,
.lang:focus ul {
	display: block;
}

.lang ul li {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 10px 10px 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.3rem;
	line-height: 19px;
}

.lang ul li:after {
	position: absolute;
	top: 50%;
	left: 11px;
	width: 24px;
	height: 24px;
	margin-top: -14px;
	border: 1px #00047 solid;
	border-radius: 50%;
	content: "";
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lang ul li:hover {
	background: rgb(194 217 255 / 90%);
}

@media (min-width: 1001px) {
	.pc--hidden {
		display: none !important;
	}
	.row-box__item {
		max-width: 400px;
	}
}

@media (max-width: 1000px) {
	.mobile--hidden {
		display: none !important;
	}
}

@media (max-width: 1000px) {
	.lang {
		width: 7rem;
		height: 7rem;
		padding: 0 1.6rem;
	}
	.lang .now_lang {
		line-height: 7rem;
	}
	.lang ul {
		margin: 6rem 1.6rem;
	}
	.row-box {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.row-box__item {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.popup {
		top: 150px !important;
		left: 2.5% !important;
		width: 95%;
	}
	.popup__content {
		max-height: 50vh;
		overflow-y: auto;
	}
	.table thead th {
		padding: 1rem 0.8rem;
		font-size: 1.4rem;
	}
	.table td {
		font-size: 1.3rem;
	}
}

html {
	font-size: 62.5%;
}

body:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 500px;
	height: 600px;
	content: "";
	user-select: none;
	pointer-events: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 300px auto;
}

body:after {
	position: absolute;
	top: -150px;
	right: 0;
	z-index: -1;
	width: 500px;
	height: 600px;
	content: "";
	user-select: none;
	pointer-events: none;
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: 500px auto;
}

header {
	position: relative;
	z-index: 99;
	min-width: 1000px;
}

.header__notice {
	display: none;
}

.body--notice .header__notice {
	display: block;
	position: relative;
	width: 300px;
}

.header__notice:before {
	display: inline-block;
	opacity: 0.8;
	position: absolute;
	top: 10px;
	left: 1rem;
	width: 24px;
	height: 24px;
	content: "";
	vertical-align: middle;
	background: url("../../../img/flex/flash/ic-sprite.png") 0 0 no-repeat;
	background-size: 400px 200px;
}

.header__notice ul {
	overflow: hidden;
	width: 300px;
	height: 4.4rem;
	padding-left: 40px;
	border-radius: 30px;
	background-color: #ebebeb;
}

.header__notice li {
	display: block;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	word-break: break-all;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.4rem;
	font-weight: lighter;
	line-height: 4.4rem;
}

.header__inner {
	display: flex;
	flex-direction: row;
	max-width: 1600px;
	height: 148px;
	margin: 0 auto;
	padding: 0 1.6rem;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 1rem;
}

.header__menu-opener {
	display: none;
}

.header__logo {
	overflow: hidden;
	position: absolute;
	top: 32px;
	left: 50%;
	width: 300px;
	height: 84px;
	margin-left: -150px;
	text-indent: -9999px;
	color: #ffffff;
	font-size: 3rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 84px;
}

.header__gnb {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(8px);
}

.header__gnb .depth1 {
	width: 100%;
	min-width: 1000px;
	text-align: center;
}

.header__gnb .depth1--simple {
	display: none;
}

.header__gnb .depth1 > li {
	display: inline-block;
	position: relative;
	padding: 25px 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.5rem;
	font-weight: normal;
}

.header__gnb .depth1 > li b {
	color: #f75334;
}

.header__gnb .depth1 > li .svg--dropdown {
	opacity: 0.3;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-left: 4px;
	transition: all 0.3s ease;
	vertical-align: middle;
}

.header__gnb .depth1 > li:hover {
	color: #f75334;
	background-color: rgba(0, 0, 0, 0.04);
}

.header__gnb .depth1 > li:hover .svg--dropdown {
	opacity: 1;
	stroke: #f75334;
}

.header__gnb .depth2 {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	margin-top: 71px;
	user-select: none;
	transition: all 0.2s ease;
	transform: translateX(-50%);
	pointer-events: none;
	background-color: rgba(21, 19, 36, 0.95);
	backdrop-filter: blur(8px);
}

.header__gnb .depth1 > li:hover .depth2 {
	opacity: 1;
	pointer-events: all;
}

.header__gnb .depth2 > li {
	min-width: 150px;
	padding: 10px;
	transition: all 0.3s ease;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.5rem;
}

.header__gnb .depth2 > li:hover {
	color: #000000;
	font-weight: bold;
	background-color: rgba(247, 83, 52, 0.8);
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	width: 1600px;
	margin-left: -800px;
	text-align: right;
	height: 0;
}

.menu-wrap__inner {
	display: inline-flex;
	text-align: right;
	justify-content: flex-end;
	align-items: center;
	height: 148px;
}

.menu-wrap .login--after {
	display: inline-flex;
	max-width: 480px;
	padding: 15px;
	border-radius: 20px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 160%;
	background: rgb(255 255 255 / 46%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
	gap: 4px 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	backdrop-filter: blur(5px);
}

.menu-wrap .login--before {
	display: flex;
	height: 148px;
	color: #333333;
	font-size: 1.4rem;
	line-height: 160%;
	gap: 4px 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.menu-wrap .login .login-box {
	display: none;
}

.menu-wrap .login a {
	padding: 0 4px;
	border-radius: 8px;
	transition: all 0.3s ease;
	letter-spacing: -0.5px;
	color: #333333;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 160%;
	background-color: rgba(0, 0, 0, 0.04);
}

.menu-wrap .login b {
	transition: all 0.3s ease;
	color: #e70e0e;
	font-size: 1.4rem;
	font-weight: bold;
}

.menu-wrap .login b:hover {
	color: #0044cf;
}

.menu-wrap .login button .ic--login {
	margin-top: -2px;
	margin-right: 3px;
	margin-left: -8px;
}

.menu-wrap .login button .ic--logout {
	margin-right: 1px;
}

.menu-wrap .login .login__info__level {
	width: 20px;
}

.menu-wrap .login .info {
	display: flex;
	margin-right: 8px;
	font-size: 1.3rem;
	align-items: center;
	gap: 4px;
	justify-content: flex-end;
}

.menu-wrap .login .info:first-child {
	flex: 100%;
}

.menu-wrap .login .value {
	color: #ff3333;
	font-size: 1.4rem;
	font-weight: bold;
}

.menu-wrap .login a:hover {
	color: #0044cf;
	background-color: rgba(87, 134, 255, 0.2);
}

.menu-wrap .login--after button {
	line-height: 3.6rem;
}

.main {
	position: relative;
	min-width: 1000px;
	min-height: 600px;
}

.main__visual {
	display: flex;
	background-color: rgba(21, 19, 36, 0.93);
}

.main__visual__inner {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 40px auto 80px auto;
	padding: 0 424px 0 0;
	gap: 20px;
}

.main__visual__banner {
	position: relative;
	height: 400px;
	border-radius: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #d13535;
	background-size: cover;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.8);
}

.main__visual__logo {
	width: 100%;
	height: 130px;
	margin-bottom: 20px;
	animation: fadein 1s ease both;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.main__visual__banner .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main__visual__banner .img-box:before {
	position: absolute;
	bottom: 0;
	left: -25px;
	width: 500px;
	height: 107%;
	content: "";
	animation: fadein--left 2s ease both, updown 3s linear infinite;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.main__visual__banner .img-box:after {
	position: absolute;
	bottom: 0;
	left: 19px;
	width: 500px;
	height: 107%;
	content: "";
	animation: fadein--left 1s ease 0.2s both;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.main__visual__banner .txt-box {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	padding: 0 80px 0 46%;
	text-align: center;
	justify-content: center;
}

.main__visual__banner .txt-box h2 {
	padding-bottom: 20px;
	animation: fadein 1s ease 0.2s both;
}

.main__visual__banner .txt-box h2:before {
	color: #ffffff;
	font-size: 2.6rem;
}

.main__visual__banner .txt-box p {
	animation: fadein 1s ease 0.3s both;
}

.main__visual__banner .txt-box p:before {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.4rem;
}

.main__visual__jackpot {
	display: flex;
	padding: 20px 50px;
	border-radius: 25px;
	background-image: url(../../../img/flex/flash/mainvisual--jackpot-bg.jpg);
	background-color: #222222;
	background-position: 128% 84%;
	background-repeat: no-repeat;
	background-size: 70%;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.8);
	justify-content: space-between;
	align-items: center;
}

.main__visual__jackpot .jackpot-box {
	display: flex;
	align-items: center;
}

.main__visual__jackpot h2 {
	font-family: "Press Start 2P", cursive;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.3rem;
	font-weight: normal;
}

.main__visual__jackpot h2 b {
	display: block;
	padding-top: 10px;
	font-family: "Press Start 2P", cursive;
	color: #ffd951;
	font-size: 2rem;
	font-weight: normal;
}

.main__visual__jackpot .jackpot-box .value {
	margin-left: 10px;
	animation: jackpot-ani 2s ease infinite both;
	font-family: "Press Start 2P", cursive;
	color: rgba(255, 255, 255, 1);
	font-size: 2.5rem;
	font-weight: normal;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.56);
}

.main__visual__jackpot .jackpot-box b {
	letter-spacing: 2px;
	font-family: "Press Start 2P", cursive;
	color: rgba(255, 255, 255, 0.8);
	font-weight: normal;
}

.main__visual__cta {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 100%;
	border-radius: 25px;
	background: linear-gradient(
			180deg,
			#ff8642 0%,
			rgba(255, 115, 36, 0) 47.29%
	),
	#ffdb5a;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.8);
}

.main__visual__cta .img-box {
	position: absolute;
	top: 5%;
	left: 30px;
	width: 110%;
	height: 90%;
	user-select: none;
	animation: fadein 1s ease both;
	pointer-events: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.main__visual__cta .cta-box {
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 30px;
	padding: 12px 25px 10% 25px;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
	transition: all 0.3s ease;
	background: linear-gradient(
			180deg,
			#ff7e48 50%,
			rgba(255, 160, 72, 0.6) 100%
	);
}

.main__visual__cta:before {
	position: absolute;
	top: -39px;
	left: 60px;
	z-index: 1;
	width: 120px;
	height: 120px;
	content: "";
	animation: updown 2s infinite;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.main__visual__cta .cta-box p {
	text-align: center;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 3rem;
}

.main__visual__cta .cta-box p:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.main__visual__cta .cta-box:hover {
	opacity: 1;
	padding: 12px 25px 13% 25px;
}

.main__gamelist-box {
	text-align: center;
}

.main__gamelist-tab {
	display: inline-block;
	margin: -30px auto 0 auto;
	border-radius: 60px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.5);
}

.main__gamelist-tab li {
	display: inline-block;
	position: relative;
	padding: 0 50px;
	border-radius: 60px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	line-height: 6rem;
}

.main__gamelist-tab li:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 72px;
	content: "";
	background: var(
			--Linear,
			linear-gradient(180deg, #252845 0%, #385e96 100%)
	);
}

.main__gamelist-tab li b {
	position: relative;
	z-index: 1;
}

.main__gamelist-tab li svg {
	margin-right: 10px;
	vertical-align: -2px;
}

.main__gamelist-tab li:hover {
	color: #385e96;
	background-color: rgba(170, 202, 223, 0.2);
}

.main__gamelist-tab li:hover path {
	fill: #385e96;
}

.main__gamelist-tab li.active {
	padding: 0 70px;
	color: #ffffff;
}

.main__gamelist-tab li.active:before {
	opacity: 1;
	transition: all 0.3s ease;
}

.main__gamelist-tab li.active:hover:before {
	box-shadow: 0 0 50px rgba(25, 108, 238, 0.8) inset;
}

.main__bottom {
	display: flex;
	flex-direction: row;
	max-width: 1400px;
	margin: 60px auto 80px auto;
	flex-wrap: no-wrap;
	gap: 20px;
	justify-content: center;
}

.main__bottom__board {
	position: relative;
	margin-top: 4rem;
	padding: 10px 0;
	border-radius: 0 20px 20px 20px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.main__bottom__board--payment {
	width: 50%;
	background-color: #233355;
}

.main__bottom__board--payment ul li:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.04);
}

.main__bottom__board--payment ul li {
	display: flex;
	flex-direction: row;
	padding: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.3rem;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.main__bottom__board--payment ul li p {
	overflow: hidden;
	width: 20%;
	padding-left: 20px;
	text-overflow: ellipsis;
}

.main__bottom__board--payment ul li strong {
	color: #ff9393;
}

.main__bottom__board--payment ul li span {
	padding-right: 10px;
}

.main__bottom__board--payment h2 {
	position: absolute;
	top: -4rem;
	left: 0;
}

.payment__tab {
	display: inline-block;
	min-width: 150px;
	margin-right: 3px;
	padding: 0 30px 0 30px;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-weight: normal;
	line-height: 4rem;
	background: linear-gradient(180deg, #233355 0%, #1d1d2c 100%);
}

.payment__tab:hover {
	color: #ffffff;
	box-shadow: 0 0 50px rgba(25, 108, 238, 0.3) inset;
}

.payment__tab.on {
	color: rgba(255, 255, 255, 0.95);
	background: #233355;
}

.main__bottom__board--list {
	width: 30%;
	margin-top: 4rem;
	padding: 10px 0;
	border-radius: 0 20px 20px 20px;
	background-color: #f1f1f1;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.main__bottom__board--list table {
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
}

.main__bottom__board--list table tr {
	cursor: pointer;
}

.main__bottom__board--list table tr:hover td {
	background-color: rgba(0, 0, 0, 0.05);
}

.main__bottom__board--list table td {
	padding: 8px;
	transition: all 0.3s ease;
	font-size: 1.3rem;
}

.main__bottom__board--list table td:first-child {
	padding-left: 12px;
}

.main__bottom .main__bottom__board--list:nth-child(2) col:first-child {
	width: 80px;
}

.main__bottom .main__bottom__board--list:nth-child(3) col:first-child {
	width: 60px;
}

.main__bottom__board--list table .color {
	display: inline-block;
	padding: 0 8px;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 2.4rem;
	background-color: #ff7777;
}

.main__bottom__board--list h2 {
	display: inline-block;
	position: absolute;
	top: -4rem;
	left: 0;
	min-width: 150px;
	padding: 0 30px 0 30px;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
	text-align: center;
	line-height: 4rem;
	background-color: #f1f1f1;
}

.main__bottom__board--list p {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

footer {
	position: relative;
	padding-bottom: 30px;
	background-color: #1b1a1f;
}

.footer__top {
	position: relative;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
}

.footer__top-inner {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0 60px 0;
	justify-content: space-between;
}

.footer__menu {
	max-width: 34%;
	margin-right: 5%;
}

.footer__menu .footer__logo {
	position: relative;
	margin-bottom: 20px;
	padding: 56px 0 0 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 50px;
}

.footer__menu .footer__logo:after {
	word-break: keep-all;
	color: #999999;
	font-size: 1.3rem;
}

.footer__menu ul {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.footer__menu li {
	display: inline-block;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
	font-size: 1.4rem;
}

.footer__menu li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.fnb h2 {
	margin-bottom: 20px;
	font-family: "Press Start 2P", cursive;
	color: #666666;
	font-size: 2rem;
}

.fnb ul {
	display: flex;
	margin-top: 8px;
	gap: 8px;
}

.fnb ul li {
	display: inline-flex;
	flex-direction: column;
	width: 100px;
	padding: 10px;
	border: 2px solid #cccccc;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.2;
	justify-content: center;
}

.fnb ul li b {
	font-weight: normal;
}

.fnb ul li .ic {
	display: block;
	margin: 0 auto 10px auto;
}

.fnb ul li.fnb__li--24hcenter {
	position: relative;
	width: 260px;
	padding-left: 90px;
	border: 2px solid #d8a8a8;
	border-radius: 10px;
	text-align: left;
	background: #fff3f3;
}

.fnb ul li.fnb__li--24hcenter b {
	color: #d86363;
	font-size: 2rem;
	font-weight: bold;
}

.fnb ul li.fnb__li--24hcenter .ic {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: url(../../../img/flex/flash/fnb-ic--24hcenter.png) 0 0 no-repeat;
	background-size: contain;
}

.fnb__li--telegram .ic {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../../img/flex/flash/fnb-ic--telegram.png) center center no-repeat;
	background-size: contain;
}

.fnb__li--kakaotalk .ic {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../../img/flex/flash/fnb-ic--kakaotalk.png) center center no-repeat;
	background-size: contain;
}

.fnb__li--teamviewer .ic {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../../img/flex/flash/fnb-ic--teamviewer.png) center center no-repeat;
	background-size: contain;
}

.fnb__li--chrome .ic {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../../img/flex/flash/fnb-ic--chrome.png) center center no-repeat;
	background-size: contain;
}

.fnb ul li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.footer__ico {
	max-width: 1100px;
	margin: 50px auto;
	text-align: center;
}

.footer__ico img {
	width: auto;
	height: 30px;
	margin: 14px 14px;
}

.footer__guide {
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: 10px auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
	font-size: 1.1rem;
}

.footer__licence {
	overflow: hidden;
	position: relative;
	width: 70%;
	max-width: 1200px;
	margin: 30px auto;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	border-radius: 10px;
	text-align: left;
}

.footer__licence dt,
.footer__licence dd {
	float: left;
}

.footer__licence dt {
	width: 15%;
	padding: 10px 0;
	text-align: center;
}

.footer__licence dt img {
	width: 80%;
}

.footer__licence dd {
	width: 80%;
	padding: 10px;
	border-left: 1px rgba(255, 255, 255, 0.3) solid;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1rem;
}

.footer__copy {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 30px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.2rem;
}

.footer__copy b {
	margin-right: 10px;
	font-weight: bold;
}

.footer__copy img {
	opacity: 0.3;
	position: absolute;
	top: 20px;
	right: 5%;
	width: 40px;
}

.sub {
	position: relative;
	min-height: 600px;
	background-color: rgba(255, 255, 255, 0.8);
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(8px);
}

.sub:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
}

.sub .info--column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
}

.sub .info--table {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
	font-size: 1.4rem;
	gap: 1rem;
	align-items: flex-start;
}

.sub .info--table b {
	margin-left: 0.8rem;
	color: #3f75cc;
}

.sub .info svg {
	vertical-align: -0.6rem;
}

.sub.login {
	display: flex;
	width: 100%;
	height: 100vh;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	backdrop-filter: none;
}

.sub.join {
	display: flex;
	overflow-y: scroll;
	width: 100%;
	height: 100vh;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	backdrop-filter: none;
	align-items: flex-start;
}

.sub.login .sub__container {
	animation: fadein 1s ease both;
}

.sub.join .sub__container {
	animation: fadein 1s ease both;
}

.sub__logo {
	display: block;
	width: 100%;
	height: 9rem;
	animation: fadein 1s ease both;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sub__container {
	position: relative;
}

.sub__title {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 180px;
	text-align: center;
	background: #262438;
	align-items: center;
	justify-content: center;
}

.sub__title--bg01 {
	background: url(../../../img/flex/flash/subheader--bg01.jpg) right center no-repeat;
	background-size: cover;
}

.sub__title--bg02 {
	background: url(../../../img/flex/flash/subheader--bg02.jpg) right center no-repeat;
	background-size: cover;
}

.sub__title--bg03 {
	background: url(../../../img/flex/flash/subheader--bg03.jpg) right center no-repeat;
	background-size: cover;
}

.sub__title--bg04 {
	background: url(../../../img/flex/flash/subheader--bg04.jpg) right center no-repeat;
	background-size: cover;
}

.sub__title h2 {
	color: #ffffff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	line-height: 1.3;
}

.sub__title b {
	color: #ffffff;
	font-size: 2rem;
	font-weight: normal;
}

.sub__flex-content {
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 1600px;
	margin: 40px auto 100px auto;
	padding: 3rem 3rem 6rem 3rem;
	transition: all 0.3s ease;
	animation: fadein 0.5s both;
	text-align: center;
	font-size: 1.6rem;
	gap: 3rem;
	align-items: center;
}

.form_money .input-text-box input::placeholder {
	font-size: 2.4rem;
}

.form_money {
	padding: 1.6rem;
}

.form_money dl {
	width: 100%;
	max-width: 700px;
}

.form_money .btn_set svg {
	margin-right: 5px;
	vertical-align: -6px;
}

.sub__tab {
	display: flex;
	max-width: 80%;
	margin: 0 auto;
	border-radius: 50px;
	background-color: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	justify-content: center;
	gap: 0;
	justify-content: space-between;
}

.sub__tab li {
	padding: 2rem 3rem;
}

.sub__tab li {
	position: relative;
	min-width: 100px;
	padding: 2rem 2rem;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #333333;
	font-size: 1.5rem;
	font-weight: normal;
}

.sub__tab li .svg--dropdown {
	width: 16px;
	height: 16px;
	margin-top: -1px;
	vertical-align: middle;
}

.sub__tab li:hover {
	color: #385e96;
	background-color: rgba(170, 202, 223, 0.2);
}

.sub__tab li.on:before,
.sub__tab li:hover:before {
	opacity: 1;
	width: 100%;
}

.sub__tab li.on {
	color: #ffffff;
	font-weight: bold;
	background: var(--Linear,linear-gradient(180deg, #252845 0%, #385e96 100%));
}

.sub__tab-cont .btn_set {
	margin-top: 2rem;
}

.board_view .content {
	min-height: 200px;
	padding: 3rem;
	word-break: break-word;
	word-wrap: break-word;
}

.board_view .subject {
	word-break: break-word;
	font-size: 2rem;
}

.sub.join .sub__container {
	max-width: 1200px;
	margin: 80px auto;
	border-radius: 2rem;
	color: #ffffff;
	background: rgba(50, 50, 50, 0.3);
	box-shadow: 0 10px 37px rgba(0, 0, 0, 0.5), 0 0 0 5px #ffffff inset;
	backdrop-filter: blur(10px);
}

.sub.join .sub__container .input-text-box__help {
	color: rgba(255, 255, 255, 0.5);
}

.sub.login .sub__container {
	width: 90%;
	max-width: 500px;
	margin: 80px auto;
	border-radius: 2rem;
	color: #ffffff;
	background: rgba(50, 50, 50, 0.3);
	box-shadow: 0 10px 37px rgba(0, 0, 0, 0.5), 0 0 0 5px #ffffff inset;
	backdrop-filter: blur(10px);
}

.sub.login .sub__flex-content {
	margin: 0;
	padding: 3rem 3rem 6rem 3rem;
}

.sub.login .row-box__title {
	width: 100%;
	flex: 100%;
}

.sub.join .sub__flex-content {
	margin: 0;
	padding: 3rem 3rem 6rem 3rem;
}

.sub.join .row-box__title {
	width: 100%;
	flex: 100%;
}

.row-box__title h2 {
	font-size: 3rem;
}

.row-box__title b {
	display: block;
	font-size: 1.6rem;
}

.sub.login .row-box__item {
	width: 100%;
	max-width: 300px;
}

.sub.join .row-box__item {
	width: 100%;
	max-width: 500px;
}

.sub.login .sub__container .btn_set .btn--primary {
	flex-grow: 1;
}

.sub.mypage .sub__container {
	width: auto;
	min-width: auto;
}

.sub.mypage .sub__container .btn_set {
	flex-grow: 1;
	align-items: flex-end;
}

.input-text-box input[type="text"].error,
.input-text-box input[type="password"].error,
.input-text-box textarea.error {
	background: #ffb6b6;
}

.sub__tab-cont {
	width: 100%;
}

@media (min-width: 1001px) {
	.menu-wrap__close {
		display: none;
	}
	.menu-wrap__logo {
		display: none;
	}
	.menu-wrap__menu {
		display: none;
	}
}

/*mobile css*/

@media (max-width: 1000px) {
	html {
		font-size: 55%;
	}
	body:before {
		width: 15rem;
		height: 100rem;
		background-size: 15rem auto;
	}
	body:after {
		top: 2rem;
		width: 24rem;
		background-size: 24rem auto;
	}
	header {
		min-width: auto;
	}
	.body--notice .header__notice {
		top: 0;
		left: 0;
		width: 100%;
		order: -1;
		flex: 100%;
	}
	.header__notice ul {
		width: 100%;
		height: 3rem;
		border-radius: 0;
	}
	.header__notice li {
		line-height: 3rem;
	}
	.header__notice:before {
		top: 1px;
	}
	.header__inner {
		flex-direction: column;
		position: relative;
		min-width: auto;
		height: auto;
		padding: 0;
		align-items: flex-start;
		gap: 0;
	}
	.header__menu-opener {
		display: inline-block;
		position: absolute;
		bottom: -6rem;
		left: 0;
		z-index: 1;
		width: 115px;
		height: 6rem;
		padding-left: 50px;
		cursor: pointer;
		color: #f75334;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 6rem;
		background-color: #ffffff;
	}
	.header__menu-opener:before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 1.6rem;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: "";
		background: url("../../../img/flex/flash/ic-sprite.png") 0 -24px no-repeat;
		background-size: 400px 200px;
	}
	.header__logo {
		top: auto;
		bottom: 0;
		left: 50%;
		width: 40%;
		height: 7.6rem;
		margin-left: -20%;
		background-size: auto 4rem;
	}
	.header__gnb {
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 1.6rem 0 115px;
		white-space: nowrap;
	}
	.header__gnb .depth1 {
		min-width: auto;
	}
	.header__gnb::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.header__gnb .depth1 > li {
		padding: 0 1rem;
		line-height: 6rem;
	}
	.menu-wrap {
		overflow-y: scroll;
		position: fixed;
		top: 0;
		left: -90%;
		z-index: 900;
		width: 90%;
		height: 100vh;
		transition: left 0.3s ease;
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 0 35px #000000d1;
		backdrop-filter: blur(5px);
		margin-left: 0;
		opacity: 0;
	}
	.menu-wrap--open {
		left: 0;
		opacity: 1;
	}
	.menu-wrap__inner {
		display: flex;
		flex-direction: column;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1.6rem;
		text-align: left;
		gap: 2rem 0;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		align-items: stretch;
	}
	.menu-wrap__logo {
		width: 100%;
		height: 50px;
		margin: 2rem 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.menu-wrap__close {
		display: inline-block;
		position: absolute;
		top: 1.6rem;
		right: 1.6rem;
		width: 4.4rem;
		height: 4.4rem;
		border-radius: 1rem;
		cursor: pointer;
		transition: all 0.3s ease;
		background-color: rgba(0, 0, 0, 0.05);
	}
	.menu-wrap__close:before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 24px;
		margin: -12px 0 0 -12px;
		content: "";
		background: url("../../../img/flex/flash/ic-sprite.png") -24px -24px no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__close:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}
	.menu-wrap__menu li {
		position: relative;
		margin-bottom: 0rem;
		padding: 1rem 0 1rem 6.5rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 4rem;
	}
	.menu-wrap__menu li:active {
		background-color: #eee;
	}
	.menu-wrap__menu li:before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 1rem;
		width: 24px;
		height: 24px;
		margin-top: -17px;
		border: 5px solid #6f70cd;
		border-radius: 10px;
		content: "";
	}
	.menu-wrap__menu li:nth-child(1):before {
		border-color: #6f70cd;
		background: url("../../../img/flex/flash/ic-sprite.png") 0 -48px #6f70cd no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__menu li:nth-child(2):before {
		border-color: #9e5cb9;
		background: url("../../../img/flex/flash/ic-sprite.png") -48px -48px #9e5cb9
		no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__menu li:nth-child(3):before {
		border-color: #cd6f7e;
		background: url("../../../img/flex/flash/ic-sprite.png") -72px -48px #cd6f7e
		no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__menu li:nth-child(4):before {
		border-color: #cda46f;
		background: url("../../../img/flex/flash/ic-sprite.png") -96px -48px #cda46f
		no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__menu li:nth-child(5):before {
		border-color: #59b6af;
		background: url("../../../img/flex/flash/ic-sprite.png") -120px -48px #59b6af
		no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__menu li:nth-child(6):before {
		border-color: #4b91c6;
		background: url("../../../img/flex/flash/ic-sprite.png") -144px -48px #4b91c6
		no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap__menu li:nth-child(7):before {
		border-color: #41414b;
		background: url("../../../img/flex/flash/ic-sprite.png") -168px -48px #41414b
		no-repeat;
		background-size: 400px 200px;
	}
	.menu-wrap .login--before {
		height: auto;
		text-align: center;
		color: #333333;
		font-size: 1.4rem;
		line-height: 160%;
		justify-content: center;
	}
	.menu-wrap .login--after {
		width: 100%;
		max-width: 100%;
		padding: 1.6rem;
		border-radius: 1.6rem;
		text-align: center;
		color: #ffffff;
		font-size: 1.4rem;
		line-height: 160%;
		background: linear-gradient(0deg, black, #000000ba);
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
		backdrop-filter: blur(5px);
		justify-content: center;
		gap: 2px 8px;
		transform: none;
		top: auto;
	}
	.menu-wrap .login--after button {
		line-height: 4.4rem;
	}
	.menu-wrap .login a {
		padding: 0 4px;
		border-radius: 8px;
		transition: all 0.3s ease;
		letter-spacing: -0.5px;
		color: #008bff;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 160%;
		background-color: rgba(0, 0, 0, 0.04);
	}
	.menu-wrap .login b {
		transition: all 0.3s ease;
		color: #ff7777;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.menu-wrap .login b:hover {
		color: #ffffff;
	}
	.menu-wrap .login button .ic--login {
		margin-top: -2px;
		margin-right: 3px;
		margin-left: -8px;
	}
	.menu-wrap .login button .ic--logout {
		margin-right: 1px;
	}
	.menu-wrap .login .login__info__level {
		width: 20px;
	}
	.menu-wrap .login .info {
		display: inline-block;
		display: inline-block;
		margin: 0 8px;
		font-size: 1.43rem;
	}
	.menu-wrap .login .info:first-child {
		margin: 0;
	}
	.menu-wrap .login .value {
		color: #ff3333;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.menu-wrap .login a:hover {
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.menu-wrap .login .btn-box {
		display: flex;
		margin-top: 10px;
		gap: 0.8rem;
		justify-content: center;
		flex: 100%;
	}
	.main {
		min-width: auto;
		min-height: auto;
	}
	.main__visual {
		padding: 1.6rem;
	}
	.main__visual__inner {
		margin: 0 auto;
		padding: 0;
		gap: 1.6rem;
	}
	.main__visual__banner {
		height: 370px;
		border-radius: 2rem;
		background-position: 80% 0;
	}
	.main__visual__logo {
		height: 90px;
	}
	.main__visual__banner .img-box:before {
		width: 100%;
		height: 370px;
		background-position: left bottom;
	}
	.main__visual__banner .img-box:after {
		left: 0;
		width: 100%;
		height: 90%;
		background-position: bottom center;
	}
	.main__visual__banner .txt-box {
		padding: 2rem 0;
		justify-content: space-between;
	}
	.main__visual__banner .txt-box h2:before {
		letter-spacing: -0.5px;
		font-size: 2rem;
		font-weight: 500;
		text-shadow: 0 0 10px #000000, 0 0 5px #000000;
	}
	.main__visual__banner .txt-box p {
		display: none;
	}
	.main__visual__jackpot {
		flex-direction: column;
		padding: 1.6rem 2rem;
		border-radius: 2rem;
		background-position: center center;
		background-size: 110%;
		gap: 1.5rem;
	}
	.main__visual__jackpot h2 {
		font-size: 1.2rem;
	}
	.main__visual__jackpot h2 b {
		padding-top: 0.8rem;
	}
	.main__visual__jackpot .jackpot-box .value {
		margin-left: 0.8rem;
		font-size: 3.5vw;
	}
	.main__visual__cta {
		position: relative;
		width: 100%;
		height: 100px;
		border-radius: 2rem;
		background-position: 0 20%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.main__visual__cta .img-box {
		display: none;
	}
	.main__visual__cta .cta-box {
		right: 2rem;
		left: auto;
		padding: 12px 1.6rem 2rem 1.6rem;
		transition: all 0.3s ease;
	}
	.main__visual__cta:before {
		left: 0;
		width: 70px;
		height: 70px;
	}
	.main__visual__cta .cta-box:hover {
		padding: 12px 1.6rem 2rem 1.6rem;
	}
	.main__gamelist-tab {
		display: block;
		margin: 0 auto;
		border-radius: 0;
	}
	.main__gamelist-tab li {
		padding: 0 1rem;
		font-size: 1.4rem;
	}
	.main__gamelist-tab li.active {
		padding: 0 3rem;
	}
	.main__bottom {
		flex-direction: column;
		margin: 80px auto 40px auto;
		gap: 0;
	}
	.main__bottom__board {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
	}
	.main__bottom__board--payment ul li p {
		width: 20%;
	}
	.main__bottom__board--payment h2 {
		width: 100%;
		text-align: center;
	}
	.payment__tab {
		min-width: 42%;
		padding: 0;
	}
	.main__bottom__board--list h2 {
		width: 80%;
		margin: 0 10%;
	}
	.main__bottom .main__bottom__board:nth-child(1) {
		padding: 10px 0 6rem 0;
	}
	.main__bottom .main__bottom__board:nth-child(2) {
		margin-top: 0rem;
		background-color: #ffffff;
	}
	.main__bottom .main__bottom__board:nth-child(2) h2 {
		background-color: #ffffff;
	}
	.footer__top-inner {
		flex-direction: column;
		padding: 20px 1.6rem;
		align-items: center;
	}
	.footer__menu {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 3rem;
	}
	.footer__menu .footer__logo {
		margin-bottom: 1rem;
		padding: 48px 0 0 0;
		background-position: top center;
		background-size: auto 40px;
	}
	.footer__menu .footer__logo:after {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer__menu ul {
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.footer__menu li {
		margin-right: 0.8rem;
	}
	.fnb h2 {
		margin-bottom: 2rem;
		text-align: center;
	}
	.fnb ul {
		flex-wrap: wrap;
		gap: 1rem 1rem;
	}
	.fnb ul li {
		flex-direction: row;
		width: calc(50% - 0.5rem);
		align-items: center;
		gap: 0.8rem;
	}
	.fnb ul li .ic {
		float: left;
		width: 40px;
		height: 40px;
		margin: 0;
	}
	.fnb ul li.fnb__li--24hcenter {
		flex-direction: column;
		width: 100%;
	}
	.fnb ul li.fnb__li--24hcenter .ic {
		left: 50%;
		margin-left: -90px;
	}
	.footer__ico {
		margin: 3rem 0;
		padding: 0 5%;
	}
	.footer__ico img {
		height: 2rem;
		margin: 0.6rem 0.4rem;
	}
	.footer__licence {
		width: 95%;
		margin: 2rem auto;
	}
	.footer__licence dt {
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	.footer__licence dd {
		width: 100%;
		border-top: 1px rgba(255, 255, 255, 0.3) solid;
		border-left: 0;
	}
	.footer__copy {
		width: 95%;
		padding: 0;
		font-size: 1.1rem;
	}
	.sub__title {
		height: 100px;
		gap: 0.5rem;
	}
	.sub__title h2 {
		font-size: 2.4rem;
	}
	.sub__title b {
		font-size: 1.6rem;
	}
	.sub__flex-content {
		margin: 0 auto 40px auto;
		padding: 2rem 1.6rem;
	}
	.sub__tab {
		max-width: 100%;
	}
	.sub__tab li {
		overflow: hidden;
		min-width: auto;
		padding: 1.6rem 2rem;
		text-overflow: ellipsis;
	}
	.sub__tab-cont .btn_set {
		margin-top: 1.6rem;
	}
	.board_view .content {
		padding: 1rem;
	}
	.board_view .subject {
		padding: 1rem 1rem;
	}
	.board_view .info span {
		font-size: 1.3rem;
	}
	.sub.join .sub__container {
		width: 90%;
		margin: 2rem 0 3rem 0;
		box-shadow: 0 10px 37px rgba(0, 0, 0, 0.5), 0 0 0 3px #ffffff inset;
	}
	.sub.login .sub__container {
		box-shadow: 0 10px 37px rgba(0, 0, 0, 0.5), 0 0 0 3px #ffffff inset;
	}
	.sub.login .sub__container .btn_set .btn--secondary {
		flex-grow: 1;
	}
	.sub.login {
		background-position: 20% bottom;
	}
	.sub.join {
		background-position: 10% bottom;
	}
}

body:before{background-image:url(../../../img/flex/flash/layout-bg01.png);}
body:after{background-image:url(../../../img/flex/flash/layout-bg02.png);}
.header__logo{background-image:url(../../../img/flex/flash/logo.png);}
.main__visual__banner{background-image:url(../../../img/flex/flash/mainvisual--bg.jpg);}
.main__visual__logo{background-image:url(../../../img/flex/flash/mainvisual--logo.png);}
.main__visual__banner .img-box:before{background-image:url(../../../img/flex/flash/mainvisual--img02.png);}
.main__visual__banner .img-box:after{background-image:url(../../../img/flex/flash/mainvisual--img01.png);}
.main__visual__banner .txt-box h2:before{content:'운명을 바꿀 승부에 올인하라!';}
.main__visual__banner .txt-box p:before{content:'뛰어난 그래픽과 현실감 넘치는 플레이로 여러분을 아슬아슬한 승리로 안내할 준비가 되어 있습니다. 안전한 환경에서 최고의 게임을 경험하고 놀라운 보너스와 혜택을 놓치지 마세요.';}
.main__visual__cta .img-box{background-image:url(../../../img/flex/flash/mainvisual--cta-img01.png);}
.main__visual__cta:before{background-image:url(../../../img/flex/flash/mainvisual--cta-img02.png);}
.footer__menu .footer__logo{background-image:url(../../../img/flex/flash/logo.png);}
.footer__menu .footer__logo:after{content:'Online Live Casino. Bring Las Vegas to your home.';}
.sub.login{background-image:url(../../../img/flex/flash/login-bg.jpg);}
.sub.join{background-image:url(../../../img/flex/flash/join-bg.jpg);}
.sub__logo{background-image:url(../../../img/flex/flash/mainvisual--logo.png);}

@media (max-width: 1000px){
	.menu-wrap__logo{background-image:url(../../../img/flex/flash/logo.png);}
	.main__visual__cta{background-image:url(../../../img/flex/flash/mainvisual--cta-bgm.jpg);}
}
