@charset "utf-8";
:root{--ver:1.0;}

#wrap {float:left; width:100%;/* background:url("../images/common/bg.jpg?var(--ver)") center top no-repeat; */background-color: black;}
#wrap_mini {float:left; width:100%;background:url("../images/common/mini_bg.jpg") center top no-repeat; background-size:cover;}
* {box-sizing: border-box;	-ms-box-sizing: border-box;	-webkit-box-sizing: border-box;}

/*-------------------------------------------------------------------------------------*
 *  Header                                                                             *
 *-------------------------------------------------------------------------------------*/
#header_wrap {width: 100%;max-width: 1500px;position: relative;margin: auto;display: flex;align-items: center;}
.logo {float:left; width:100%; text-align:center; margin:20px 0 0 0;}
.logo img {height: 130px;}

.gnb {width: 100%; max-width: 2560px;height: 55px;margin-top: 15px;text-align: center;margin: auto;background: url(../images/common/gnb_bg.jpg) center top no-repeat;background-size: 100%;}
.gnb ul li {display:inline-block; line-height:48px; margin:0 25px 0 25px; font-family:'nanumsquare', sans-serif; font-size:18px; letter-spacing:-1px; font-weight:400; color:black; text-shadow: 1px 0px 1px rgb(255 255 255 / 50%);}
.gnb ul li a {color: black;font-weight: bold;}
.gnb ul li a:hover {color: #ffe9c3;text-shadow: 3px 2px 5px black;}

.label-lvl-prefixed {
	background-image: url(../images/level/1.png);
	background-size: 1.5em;
	background-position: left 1em center;
	background-repeat: no-repeat;
}
.label-lvl-prefixed span {
	display: inline-block;
	transform: translateX(2em);
}
.label-lvl-prefixed.lvl1 {background-image: url(../images/level/1.png);}
.label-lvl-prefixed.lvl2 {background-image: url(../images/level/2.png);}
.label-lvl-prefixed.lvl3 {background-image: url(../images/level/3.png);}
.label-lvl-prefixed.lvl4 {background-image: url(../images/level/4.png);}
.label-lvl-prefixed.lvl5 {background-image: url(../images/level/5.png);}
.label-lvl-prefixed.lvl6 {background-image: url(../images/level/6.png);}
.label-lvl-prefixed.lvl7 {background-image: url(../images/level/7.png);}
.label-lvl-prefixed.lvl8 {background-image: url(../images/level/8.png);}
.label-lvl-prefixed.lvl9 {background-image: url(../images/level/9.png);}
.label-lvl-prefixed.lvl10 {background-image: url(../images/level/10.png);}
.label-lvl-prefixed.lvl11 {background-image: url(../images/level/11.png);}
.label-lvl-prefixed.lvl12 {background-image: url(../images/level/12.png);}
.label-lvl-prefixed.lvl13 {background-image: url(../images/level/13.png);}
.label-lvl-prefixed.lvl14 {background-image: url(../images/level/14.png);}
.label-lvl-prefixed.lvl15 {background-image: url(../images/level/15.png);}

.img_lvl {
	max-width: 1.5em;
	vertical-align: text-top;
}

.login {
	float: left;
	text-align: center;
	padding: .4em .5em;
	position: absolute;
    right: 0;
}
.login ul .info{margin-bottom: 5px}
.login ul .info li{padding:0 3px;}
.login ul li {display:inline; line-height:30px; margin:0 1px 0 1px; font-weight:700; font-size:14px; color:#e0d0b5; letter-spacing:-1px; text-shadow:1px 2px 2px rgba(0,0,0,0.5);}
.login ul li .nickName{color: #7bd8a3;font-size: 17px;}
.login-grad-btn {
	width: 100%;
	background: var(--gradient-gold-double);
	height: 35px;
	line-height: 35px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-weight: 700;
	border-radius: 1px;
	border: solid 1px #b4843c;
	border-left: none;
	border-right: none;
}
.input_login  {background-color:#292827; border:1px solid #393938; padding:4px 0 4px 10px; width:165px; height:30px; border-radius:0px; color:#ffffff; font-size:16px; }

.title1,
.title2 {
	float: left;
	width: 100%;
	height: 64px;
	line-height: 64px;
	background-color: rgba(0, 0, 0, 0.5);
	background: url(../images/common/bg_title.png) center center no-repeat;
	background-size: 100% 100%;
	border: 1px solid rgba(0, 0, 0, 0.6);
	font-family: 'nanumsquare', sans-serif;
	padding: 0 0 0 15px;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 700;
	text-align: center;
	/* color: #ffffff; */
	color: black;
	text-shadow: 1px 0px 1px rgb(255 255 255 / 50%);
	margin: 10px 0 0 0;
}
.title1-search {
	justify-content: space-between;
	flex-flow: row;
	float: initial;
	display: flex;
	line-height: initial;
	align-items: center;
	padding: 0 15px;
		font-size: 24px;
		letter-spacing: -1px;
		font-weight: 700;
		color: #ffffff;
		margin: 10px 0 0 0;
		background: rgba(0, 0, 0, 0.5);
		border: 1px solid rgba(0, 0, 0, 0.6);
		width: 100%;
		height: 50px;
}

.title2 {
	height: 48px;
	line-height:48px;
	font-size: 18px;
	background: rgba(0, 0, 0, 0.5);
	color: #e5a30b;
	font-weight: 600;
	letter-spacing: -1px;
}

/*-------------------------------------------------------------------------------------*
 *  Contents                                                                           *
 *-------------------------------------------------------------------------------------*/
#contents_wrap {float:left; width:100%; min-height:500px; margin:20px 0 40px 0; }
.contents_box {margin:0px auto; width:1300px;}

.con_box00 {float:left; width:100%; margin:0 0 0 0;}
.con_box10 {float:left; width:100%; margin:10px 0 0 0;}
.con_box20 {float:left; width:100%; margin:20px 0 0 0;}
.con_box30 {float:left; width:100%; margin:30px 0 0 0;}
.con_box40 {float:left; width:100%; margin:40px 0 0 0;}
.con_box50 {float:left; width:100%; margin:50px 0 0 0;}
.con_box60 {float:left; width:100%; margin:60px 0 0 0;}


/*-------------------------------------------------------------------------------------*
 *  Footer                                                                             *
 *-------------------------------------------------------------------------------------*/
.footer_wrap {float:left; width:100%; text-align:center; margin:40px 0 40px 0;}
.footer_wrap>img {
	max-width: 100%;
}

/*-------------------------------------------------------------------------------------*
 *  Scroll To Top                                                                      *
 *-------------------------------------------------------------------------------------*/
.go-top {
	position: fixed;
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-size: 1.2em;
	bottom: -3em;
	left: 0.75em;
	background: linear-gradient(to right, #ad7d25 0%, #fff0ae 50%, #ad7d25 100%);
	color: #000000;
	border-radius: 5em;
	z-index: 5001;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.go-top.show {
	bottom:0.5em;
}
.go-top:hover {
	/* background: rgb(0 0 0 / 21%); */
	/* color: #f2ddc0; */
	box-shadow: 0px 0px 0 .25em rgb(255 255 255 / 27%);
	transition-duration: .2s;
}

/*-------------------------------------------------------------------------------------*
 *  Main                                                                               *
 *-------------------------------------------------------------------------------------*/
.main_game_title {float:left; width:100%; text-align:center;display: flex;justify-content: center;margin-top: 20px;}
.main_game_wrap {float:left; width:100%;}
.main_game_box {width:1300px; margin:0px auto;}
.main_game_start {width:100%; float:left; background:rgba(0,0,0,0.5); padding:40px; position:relative; border:1px solid #321054;}

/* 메인 탭구현 요소 */
.main_popup_tab_wrap {float:left; width:100%; margin:0 0 10px 0;}
.main_popup_tab_box {max-width:1920px; margin:0px auto;}

.main_popup_tab_wrap          {width:100%;}
.main_popup_tab {
	display: flex;
	width: 100%;
	border-radius: 60px;
}
.main_popup_tab>li {
	flex-grow: 1;
	background: no-repeat center;
	background-size: 100% 100%;
	filter: grayscale(1);
}
.main_popup_tab>li.active {
    filter: grayscale(0);
}
.main_popup_tab>li>a {
	display: inline-block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	/*font-family: 'KoreanAH3R';*/
	letter-spacing: 0.2em;
	font-size: 18px;
	text-align: center;
	font-weight: 100;
}
.main_popup_tab>li>a:hover {
	color: #fff0ae;
}

.sk_tab_con_10           {display:block; clear:both;}
.sk_tab_hidden_10        {display:none;}
/* 메인 탭구현 요소 끝 */

.main_con_box {
	width: inherit;
	max-width: 1300px;
	margin: 0px auto;
	display: flex;
	flex: 1 1 0;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.main_con_wrap {float:left; width:100%; margin:30px 0 0 0;}
.main_con_wrap .more {
	/* float: right; */
	/* margin-right: 30px; */
	color: #dfc161;
	cursor: pointer;
	text-decoration: underline;
	position: absolute;
	right: 30px;
}
.main_con_wrap .more:hover{color: #af984c;}

.main_con1_wrap {
	display: flex;
	position: absolute;
	top: 50px;
	height: 40px;
	overflow: hidden;
	/* border: 1px solid #321054; */
	/* background: red; */
	flex-grow: 1;
	align-items: center;
}
.main_con1_wrap + .main_con1_wrap {
	margin-left: 10px;
}
.main_con1_title {
	text-align: center;
	position: relative;
	margin: 0 .5em;
}
.main_con1 {
	/* float: left; */
	width: 30em;
	height: 40px;
	overflow: hidden;
	/* padding: 17px 0 0 0; */
	margin: auto;
}
.main_con1 table {
	min-width: 25rem;
	width: 75%;
}
.main_con1 td {font-size:14px; line-height:40px; color:#fff;}
.main_con1 li {
	font-size: 14px; line-height: 40px;
}

.main_con2_wrap {float:right; width:635px; height:260px; background:rgba(0,0,0,0.5); border:1px solid #321054;}
.main_con2_title {float:left; margin:30px 0 0 30px;}
.main_con2 {float:left; width:635px; height:236px; padding:17px 0 0 0;}
.main_con2 td {font-size:14px; line-height:40px; color:#fff;}

.flow_list table tbody{
	position:relative;
	transform: translateY(0px);
	animation: scroll 5s linear .5s infinite;
	-webkit-animation: scroll 5s linear .5s infinite;
	animation-duration: var(--duration);
	-webkit-animation-duration: var(--duration);
}
.flow_list table tbody tr {
	color:white;
	margin:5px;
}
@keyframes scroll {
	100% { transform: var(--top-offset); }
}
@-webkit-keyframes scroll {
	100% { transform: var(--top-offset); }
}
#wrap .sns_wrap  {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
}
#wrap .sns_wrap a {
    border: 1px solid #321054;
    border-radius: 9px;
    min-width: 200px;
    padding: 5px;
    background: linear-gradient(45deg, #321054, transparent);
}
#wrap .sns_wrap a img{
    width: 35px;
    margin: 0 10px;
}
#wrap .sns_wrap a.full {
	background: unset;
	border: none;
}
#wrap .sns_wrap a.full img {
	width:auto;
	max-width: 100%;
	margin: 0;
}

/*-------------------------------------------------------------------------------------*
 *  팝업, 탭 (sk_tab)                                                                  *
 *-------------------------------------------------------------------------------------*/
.popup_none              {display:none;}
.popup_wrap              {width:1300px;}
.close_box               {width:100%; float:left; text-align:center; padding:10px 0 10px 0;}
.popupbox                {width:100%; float:left; background:url("../images/common/bg_popup.jpg") center top repeat-y; min-height:calc(100vh - 78px); border-radius:10px; padding:40px; position:relative; box-shadow:0px 0px 20px rgba(0,0,0,0.8);}

.popup_tab_wrap          {width:100%;}
.popup_tab               {float:left; width:100%; background:rgba(0,0,0,0.5); }
.popup_tab li            {float:left; min-width:120px; border-right:solid 1px rgba(255,255,255,0.05);}
.popup_tab li span       {display:inline-block; width:100%; height:40px; line-height:40px; font-size:12px; text-align:center; font-weight:600;}
.popup_tab li span:hover {display:inline-block; width:100%; height:40px; line-height:40px; font-size:12px; text-align:center; font-weight:600;}
.popup_tab li.active span {color:#000000; background:linear-gradient(to right, #ad7d25 0%,  #fff0ae 50%,  #ad7d25 100%);}

.popup-category {
	float: left;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.2);
}
.popup-category li {
	float: left;
	min-width: 120px;
	/* border-right: solid 1px rgba(255, 255, 255, 0.05); */
}
.popup-category li a {
	border-radius: 100px;
	padding: 2px 11px;
}
.popup-category li a:hover {
	background: rgb(255 255 255 / 20%);
}
.popup-category li.active a {
	/* color: #000000; */
	background: #ad7d25;
}

/** 콤프요률 카드 리스트 **/
.panel-comp-rate {
	display: flex;
}

.popup-sidebar {
	width: max(20%, 10em);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.popup-sidebar li {
	background-color: rgb(0 0 0 / 40%);
	color: white;
	font-size: .9em;
	font-weight: bold;
	padding: 1em 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
	margin-left: 1em;
	transition: .2s all;
}

.popup-sidebar li:hover {
	background: rgb(255 255 255 / 20%);
}

.popup-sidebar li.active {
	background: rgb(0 0 0 / 70%);
	color: #ffb400;
	margin-left: 0;
}

.panel-comp-rate .sidebar-content {
	flex-grow: 1;
	background: rgb(0 0 0 / 70%);
}
ul.comp_list {
	width: 100%;
	padding: 1em .5em;
	--grid-layout-gap: 5px;
	--grid-column-count: 4;
	--grid-item--min-width: 100px;
	--gap-count: calc(var(--grid-column-count) - 1);
	--total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
	--grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
	grid-gap: var(--grid-layout-gap);
}
ul.comp_list>.comp_card {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: .5em 0 1em;
	background: linear-gradient(#2c2c2c 0%,  #1c1c1c 100%);
	box-shadow: inset 0 0 0 5px rgb(255 255 255 / 10%);
	transition: .2s all;
}
ul.comp_list>.comp_card:hover {
	box-shadow: inset 0 0 0 5px rgb(254 238 172 / 70%);
}
ul.comp_list>.comp_card>.comp_rate {
	padding: .5em 0 0;
	font-size: 1.6em;
}
ul.comp_list>.comp_card>.comp_title {
	padding: .3em 0;
	opacity: .4;
	text-align: center;
}
ul.comp_list>.comp_card:hover>.comp_title {
	opacity: 1;
}

/* 입금신청, 출금신청, 머니이동, 쿠폰신청, 콤프신청, 이벤트, 공지사항 */
.sk_tab_active_01 span   {color:#000000; background:linear-gradient(to right, #ad7d25 0%,  #fff0ae 50%,  #ad7d25 100%);}
.sk_tab_con_01           {display:block; clear:both;}
.sk_tab_hidden_01        {display:none;}

/* 마이페이지, 정보수정, 입금/출금내역, 지인친구목록, 출석체크목록, 머니이동목록, 쪽지함 */
.sk_tab_active_02 span   {color:#000000; background:linear-gradient(to right, #ad7d25 0%,  #fff0ae 50%,  #ad7d25 100%);}
.sk_tab_con_02           {display:block; clear:both;}
.sk_tab_hidden_02        {display:none;}

/* 게임이용방법 */
.sk_tab_active_04 span   {color:#000000; background:linear-gradient(to right, #ad7d25 0%,  #fff0ae 50%,  #ad7d25 100%);}
.sk_tab_con_04           {display:block; clear:both;}
.sk_tab_hidden_04        {display:none;}

/* 카지노보유머니, 슬롯보유머니 */
.sk_tab_active_00 span   {display:inline-block; width:140px; height:40px; line-height:38px; color:#ffffff; text-align:center; font-weight:600; background:linear-gradient(#bfa86f 0%,  #84734d 100%);}
.sk_tab_con_00           {display:block; clear:both;}
.sk_tab_hidden_00        {display:none}

/* 슬롯 세부리스트 */
.slot_list {
	/* float: left; */
	width: 100%;
	margin-top: 15px;
	color: #fff
}
.slot_list>ul {
	display: grid;
    gap: 5px;
    grid-template-columns: var(--pc-slot-cnt);
}
.slot_list>ul>li {
	backdrop-filter: blur(3px);
	background: rgb(14 14 14 / 40%);
	margin-top: 10px;
	display: flex;
	flex-flow: column;
	transition: .1s all ease-out;
	border: 1px solid #666;
}
.slot_list>ul>li img {
	max-width: 100%;
}
.slot_list>ul>li .tit {
	padding: 10px 0px;
	margin: auto;
	text-align: center;
}
.slot_list>ul>li:hover {
	transform: scale(1.25);
	box-shadow: 0 0 .5em white;
	z-index: 1;
	cursor: pointer;
}

/* 게임리스트 리스트 */
.main_game_box {
	width: 100%;
	max-width: 1300px;
}

.game_list_wrap {
	width: 100%;
}
.game_list_wrap>ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}
.game_list_wrap>ul>li {
	margin: 4px;
	flex-grow: 0;
	width: 16%;
	position: relative;
}
.game_list_wrap .check {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: cyan;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #555555;
	position: absolute;
	visibility: hidden;
}
.game_list_wrap .check.active {
	visibility: visible;
}
.game_list_wrap .check img {
	max-width: 100%;
	width: 3em;
}
.game_wrap {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 88%;
	position: relative;
	overflow: hidden;
	background-image: var(--live-bg);
	border: 1px solid #7a12cf;
}
.game_wrap img.game{
	position: absolute;
	width: 87%;
	right: -8%;
	bottom: -5%;
}
.game_wrap.slot {
	background-image: var(--slot-bg);
	border: none;
}
.game_wrap.slot::before {
	content:'';
	background: url(../images/common/line.png) no-repeat;
	height: 10px;
	width: 100%;
	position:absolute;
	top: 0;
}
.game_wrap.slot::after {
	content:'';
	background: url(../images/common/line.png) no-repeat;
	height: 10px;
	width: 100%;
	position:absolute;
	bottom: 0;
	transform: scaley(-1);
}
.game_wrap.slot img.game{
	position: absolute;
	width: 75%;
	right: -9%;
	bottom: -9%;
}
.game_wrap .logo-wrap{
	position: absolute;
	width: 42%;
	text-align: center;
	top: 8%;
	left: 4%;
}
.game_wrap .logo-wrap .txt {
	white-space: nowrap;
}
.game_wrap img.mouseover {
	display: none;
}

/** neon styles */
.neon {
	animation: neon 1s ease infinite;
	-moz-animation: neon 1s ease infinite;
	-webkit-animation: neon 1s ease infinite;
}

@keyframes neon {
	0%,
	100% {
		text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
		color: #FED128;
	}

	50% {
		text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
		color: #806914;
	}
}

.text-neon {
	position: relative;
	overflow: hidden;
	filter: brightness(200%);
}

.text-text {
	background-color: black;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	text-transform: uppercase;
	position: relative;
	user-select: none;
}

.text-text::before {
	content: attr(data-text);
	position: absolute;
	color: white;
	filter: blur(0.5em);
	mix-blend-mode: difference;
}

.text-gradient {
	position: absolute;
	background: linear-gradient(45deg, red, gold, lightgreen, gold, red);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.text-spotlight {
	position: absolute;
	top: -100%;
	left: -100%;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle, white, transparent 25%) center / 25% 25%,
		radial-gradient(circle, white, black 25%) center / 12.5% 12.5%;
	animation: light 5s linear infinite;
	mix-blend-mode: color-dodge;
}

@keyframes light {
	to {
		transform: translate(50%, 50%);
	}
}


/*-------------------------------------------------------------------------------------*
 *  박스스타일                                                                         *
 *-------------------------------------------------------------------------------------*/
/* 콤프신청, 머니이동, 출석체크수*/
.box_wrap01    {background:rgba(0,0,0,0.5); border:1px solid rgba(0,0,0,0.6); padding:4px; float:left; width:100%; }
.box_box01     {background:rgba(0,0,0,0.3); float:left; width:100%; padding:10px 0 10px 0; text-align:center;} 
.box_font01    {float:left; width:100%; line-height:40px; font-weight:600; color:#dddddd; padding:0 0 0 0; font-size:18px; letter-spacing:-1px; font-family:'nanumsquare', sans-serif;}
.box_font02    {float:left; width:100%; line-height:20px; padding:0 0 3px 0; color:#ffc000; letter-spacing:-1px; font-size:16px;  font-weight:900; font-family:Arial, sans-serif; letter-spacing:-1pt;}

/* 카지노 로고박스, 마이페이지 카지노 로고 박스 */
.box_wrap02    {background:rgba(0,0,0,0.5); border:1px solid rgba(0,0,0,0.6); padding:6px; float:left; width:20%; cursor:pointer;}
.box_wrap02_on {background:rgba(0,0,0,0.9); border:solid 1px #e6d194; padding:6px;}
.box_box02     {background:rgba(0,0,0,0.3); float:left; width:100%; padding:5px 0 5px 0; text-align:center;} 
.box02         {float:left; width:100%; line-height:34px; font-weight:600; color:#dddddd; padding:0 0 0 0; font-size:14px; letter-spacing:-1px; font-family:'nanumgothic', sans-serif;}
.box022       {float:left; width:100%; line-height:20px; padding:0 0 3px 0; color:#ffffff; letter-spacing:-1px; font-size:14px;  font-weight:900; letter-spacing:0pt;}

/* 머니이동 */
.box_wrap03    {background:rgba(0,0,0,0.5); border:1px solid rgba(0,0,0,0.6); padding:6px; float:left; width:100%; }
.box_box03     {background:rgba(0,0,0,0.3); float:left; width:100%; padding:5px 0 5px 0; text-align:center;} 
.box03         {float:left; width:100%; line-height:40px; font-weight:400; color:#dddddd; padding:0 0 0 0; font-size:20px; letter-spacing:-1px; font-family:'nanumgothic', sans-serif;}

.money  {background:rgba(0,0,0,0.5); border:1px solid rgba(0,0,0,0.6); float:left; width:100%; text-align:center; padding:10px 0 10px 0;}
.money li { display:inline-block; padding:0 10px 0 10px; font-size:16px; letter-spacing:-1px; font-family:'nanumgothic', sans-serif;}


/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/
/* 외부로그인 */
.out_login_wrap  {background-color: black;background: url("../images/common/bg_popup.jpg") center top repeat-y;background-size: cover;padding: 50px 25px 30px;border-radius: 8px;border: 1px solid #626262;font-size: 18px;max-width: 400px;}
.out_login_wrap .close_box {position: absolute;top: 0;right: 10px;width: auto;}
.out_login_wrap .close_box img {width: 50px;}
.out_login_wrap .login_content {max-width: 30em; margin: 0 auto;}
.out_login_wrap .login_content .footer {display: flex; flex-flow: column;}
.out_login_wrap .sns_wrap {display: flex;gap: 3px;justify-content: center;margin-top: 16px}
.out_login_wrap .sns_wrap img {max-width: 100%;}
.out_login_box_wrap {width:600px; margin:0px auto;}
.out_login_tit {color:#8e7c53;text-align:center;margin-bottom:20px;}
.out_login_tit img{width: 170px;}
.out_login {width:100%; float:left; margin:50px 0 50px 0;}
.out_login_table {width:100%}
.out_login_td1 {width:100%; padding:0 0 5px 0}
.out_login_td2 {width:100%; padding:0 0 10px 0}
.out_login_td3 {width:100%; padding:0 0 10px 0}
.out_login_btn1 {width:100%; height:60px; line-height:60px; color:#e7d2b3; font-weight:600; font-size:20px; letter-spacing:-1px; text-align:center; display:inline-block; background:linear-gradient( #7f614a 0%,  #432e20 100%);  font-family:nanumgothic; }
.out_login_btn1:hover {background:linear-gradient(#937258 0%, #543928 100%);}
.out_input_login  {/* background-color:#222222; */border:1px solid #000000;width:100%;height:50px;/* color:#c7ae89; */border-radius: 3px;padding: 0 25px;font-size:16px;box-shadow: 0 0 10px 2px;}

textarea.out_input_login {height: auto; min-height: 120px;resize: vertical;padding: 10px 20px}
#bank_ask_pwd_popup .out_login_wrap {height: auto;padding: 30px 20px;}
#bank_ask_pwd_popup .out_login_wrap img{height: 30px;position: absolute;top: 12px;right: 12px;}

/* 공지팝업 */
.notice_popup_area {
	position: absolute;
	top: 100px;
	left: 100px;
	display: flex;
	flex-wrap: wrap;
	max-height: var(--popup-area-height);
	overflow: hidden;
}
.notice_popup {
	position: relative;
	z-index: 1;
	padding: 10px;
	min-width: 350px;
	min-height: 400px;
	margin-bottom: var(--popup-area-height);
}
.notice_popup * {
	max-width: 100%;
}
.notice_popup .no-padding p {
	margin-bottom: 0;
}

.notice_popup_wrap {width: 100%;height: 100%;}
.notice_popup_btn_wrap {float:right;}
.notice_popup_btn_wrap ul li {float:left; margin:0 0 0 5px;}
.notice_popup_btn {float:right; background:#dec277; min-width:60px; height:36px; line-height:40px; padding:0 15px 0 15px; text-align:center; display:inline-block; font-family:nanumgothic, sans-serif; color:#000000; font-size:12px; font-weight:600;}
.notice_popup_box {
	float: left;
	width: 100%;
	height: auto;
	border: 5px solid #dec277;
	background: black url(../images/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;
	text-align: center;
}
.notice_popup_font2 {float:left; width:100%; font-size:16px; letter-spacing:-1px; font-weight:400; color:#d4d4d4; line-height:28px;}

#notice_pop .notice_popup_text {float:left; min-width:400px; min-height:500px; padding:30px;}
#notice_pop .notice_popup_text img {
	max-width: 100%;
}

/* 로딩중 */
.loding_wrap {float:left; width:1100px; height:760px; background:url("../images/common/bg_loding.jpg") center top no-repeat; }
.loding {float:left; width:100%; line-height:40px; font-family:'nanumsquare', sans-serif; font-size:30px; letter-spacing:-1px; font-weight:700; color:#ffffff; margin:240px 0 0 0; text-align:center;}

/* 슬롯로딩 */
.slot_loding_wrap {float:left; width:100%; height:100vh; background:url("../images/common/bg_loding.jpg") center top no-repeat; background-size:cover;}
.slot_loding {float:left; width:100%; line-height:40px; font-family:'nanumsquare', sans-serif; font-size:30px; letter-spacing:-1px; font-weight:700; color:#ffffff; margin:150px 0 0 0; text-align:center;}

/*커스텀 서비스*/
.custome_srv{position:absolute; left:300px; top:240px; display: block;z-index: 1;}
.custome_srv>div{float:left; width:266px;height:266px;background:url(../images/common/bg_customer.png) center top no-repeat;font-family:'nanumsquare', sans-serif; line-height:56px; font-size:22px; letter-spacing:0px; font-weight:700; color:#ffffff;padding:70px 0 0 30px;}

.tb_empty{color: #c8c8c8;text-align: center;padding: 20px;background: #101010cf;}
.tr_content{background: #0e0e0e;color: #e4e4e4;padding: 20px 40px;width: 100%;font-family: 'NotoSans';border: 1px solid #909090;}
.tr_content .answer{padding-left: 10px;}
.letterContent .tr_content {
	white-space: pre-wrap;
}
.tr_content * {
	max-width: 100%;
}
.tr_content img {
	height: auto;
}

.board-list ul.imgList {display: grid;grid-template-columns: var(--pc-thumb-cnt);width: 100%;gap:10px;padding: 0;}
.board-list ul.imgList li {border-radius: 10px;overflow: hidden;}
.board-list ul.imgList li p {margin:0}
.board-list ul.imgList li img {width:100%;height:auto}
.board-list ul.imgList li .tit{padding: 8px;background: #282828;color: white;}
.board-tit {padding: 10px;background: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.6);margin-bottom: 10px;color: white;font-size: 18px;text-align: center;}
.board-content {padding: 20px;background: rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.6);margin-bottom: 10px;color: white;}

iframe.game{position: absolute;top: 0;right: 0;padding: 21px;}
.ic-new{position: relative;}
.ic-new::after{content: ""; background-color: red;border-radius: 50%;width: 7px;position: absolute;height: 7px;/* top: -7px; */}
.btn-new{position: relative;}
.btn-new::after{content: ""; background-color: red;border-radius: 50%;width: 7px;position: absolute;height: 7px;right: 3px;top: 0px;}
.tab-new{position: relative;}
.tab-new::after{content: ""; background-color: red;border-radius: 50%;width: 7px;position: absolute;height: 7px;right: 6px;top: 0px;}
.hamburger-new{position: relative;}
.hamburger-new::after{content: ""; background-color: red;border-radius: 50%;width: 7px;position: absolute;height: 7px;right: -0.1em;top: 0.2em;}

.skiptranslate {
	display: none !important;
}
.langs  {
	width: 40px !important;
	display: inline-block !important;
	vertical-align: middle;
}
.langs .dynamic-select {
	color: white;
}
.langs .dynamic-select .dynamic-select-header {
	justify-content: center;
    border: 2px solid #d9b85a;
}
.langs .dynamic-select .dynamic-select-header::after {
	display: none;
}
.langs .dynamic-select .dynamic-select-option-text {
	display: none;
}
.langs .dynamic-select .dynamic-select-options {
	background: #100f0f;
}
.langs .dynamic-select .dynamic-select-option:hover {
	background-color: #424242;
}

body.gate {
    background: fixed no-repeat center;
    background-size: cover;
    background-image: var(--gate-bg);
}
body.gate video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
