@charset "utf-8";

header {
	display: block;
	position: fixed;
	height: 80px;
	width: 100%;
	z-index: 101;
	top:0;
	/* overflow: hidden;*/
	padding-bottom: 25px;
	transition: 0.3s all;
	/* border-top:1px solid #363636 !important; */
	/* border-bottom:1px solid #363636 !important; */
}

header .left {
	float: left;
	padding: 10px 0 0 10px;
	transition: 0.3s all;
	width:100%;
	display: flex;
	align-items: center;
    /* flex-direction: column; */
}

header a {
	color: #fff;
}

header h1 {
	/* float: left;
	padding: 0 60px 0 0; 
	float: none;
    left: 50%;
	top: 21px;
    transform: translateX(-50%) scale(1.0);*/
    padding: 0;
    /* position: absolute; */
}

header h1 a {
	display: block;
	width: 250px;
	height: 70px;
	background: url("../images/logo/shogun_logo.png") no-repeat;
	background-size: 186px auto;
	color: transparent;
	transition: 0.3s all;
	margin-top:-10px;
}


@media screen and (max-width: 768px) {
    header h1 a {
        width: 245px;
        height: 130px;
		margin-top: -42px;
        background-size: 245px auto;
		scale:.8;
    }
}


header nav {
	/* display: flex;
    justify-content: center; */
	display: block;
}

header nav>a {
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
}

header nav a:hover:before {
	width: 100%;
}

header .close,
header .all,
header .left>div>div,
header h2 {
	display: none;
}


header .left>div {
	float: left;
}

header .left>div nav li {
	float: left;
	padding: 0 20px 0 0;
}

header>ul {
	float: right;
	padding: 45px 60px 0 0;
}

header>ul li {
	float: left;
	margin-left: -1px;
}

header>ul li a {
	display: block;
    /* width: 96px; */
    text-align: center;
    font-size: 15px;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background-color: #d70006;
    padding: 5px 20px !important;
    /* margin-top: -10px;
    margin-right: 20px;
	text-decoration: underline; */
}


header>ul li.message a {
    background-color: transparent;
}

header>ul li:first-child a {
	border-radius: 10px;
}

header>ul li:nth-last-of-type(2) a {
	border-radius: 10px;
}

header>ul li.join {
	padding: 0 0 0 10px;
    transition: 0.3s all;
    top: 24px;
    right: 18px;
    position: absolute;
	display:flex;
	gap:0.8rem;
	align-items: center;
	flex-direction: row-reverse;
}

header>ul li.join a {
	/* background: rgba(255, 255, 255, 0.2); 
	background: rgba(44, 143, 200);*/
}

header>ul li.join i {
	color:#fff;
	font-size: 20px;
}

header>ul li.join button {
	background-color: unset;
}


header>ul li.message .message_icon{
	padding: 0 0 0 10px;
    transition: 0.3s all;
    top: 30px;
    right: 190px;
    position: absolute;
}


header>ul li.message .fa-bell {
	color: #ffffff;
	font-size:20px;
}

header>ul li.message .message-count {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: red;
	color: white;
	border-radius: 50%;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
}

header>ul li.my {
	padding: 0 0 0 10px;
    transition: 0.3s all;
    top: 85px;
    right: 20px;
    position: absolute;
}

header>ul li.my a{
display: block;
width: 80px;
text-align: center;
font-size: 12px;
border: 0px solid rgba(255, 255, 255, 0.5);
border-radius: 30px;
background-color:transparent;
padding: 5px !important;
margin-top: -5px;
margin-right: 2px;
}

.ul_left {display: flex; float: left;}
.ul_right {display: flex; float: right; padding-right:200px;}

.hZfEu {
	display: block;
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	padding: 5px 20px;
	border-width: 2px;
	border-style: solid;
	/* border-color: rgba(142, 102, 255, 0.3); 
	border-color: rgba(44, 143, 200, 0.3);
	border-image: initial;
	transition: border-color 0.3s ease-in-out 0s;
	border-radius: 20px;*/
	/* background: linear-gradient(to right top,
			rgb(200, 120, 55),
			rgb(193, 83, 232)); */
	background: rgb(255, 255, 255);
	color: transparent;
	-webkit-background-clip: text;
	font-family: "Play", sans-serif !important;
	height: auto;
	margin-top: 20px;
}

.jnqxyH {
	display: block;
	text-transform: uppercase;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	font-family: "TT Firs Neue", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
		sans-serif;
	cursor: pointer;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	padding: 0 20px;
	border-width: 2px;
	border-style: solid;
	/*border-color: rgba(44, 143, 200, 0.3);
	border-image: initial;
	transition: border-color 0.3s ease-in-out 0s;
	border-radius: 20px;
	 background: linear-gradient(to right top,
			rgb(216, 70, 50),
			rgb(193, 83, 232)); */
	background: rgb(255, 255, 255);
	color: transparent;
	-webkit-background-clip: text;
	/* font-family: "Play", sans-serif !important; */
	font-family: 'Noto Sans KR';
	height: auto;
	/* margin-top: 20px; */
}

.hZfEu:hover {
	/* border-color: rgba(142, 102, 255, 1);*/
	background: rgb(215, 0, 6);
	color: transparent;
	-webkit-background-clip: text;
	
}

.jnqxyH:hover {
	/* border-color: rgba(255, 141, 216, 1); 
	border-color: rgba(32, 174, 255, 1);*/
	background: rgb(215, 0, 6);
	color: transparent;
	-webkit-background-clip: text;
}

#toc-content {
    display: none;
  }
  #toc-toggle {
    cursor: pointer;
	text-align: center;
  }
  #toc-toggle:hover {
    text-decoration: underline;
  }

.black_footer {
	width:100%;
	background-color: #141414;
	padding:-2%; box-sizing: border-box;
	text-align:center;
	color:#949494;
	font-size: 0.9em;
	line-height:150%;
	list-style: none;
	
}

.toc_menu  {color:#fff; position: absolute; margin-top:26px; margin-left:-130px;}
.toc_menu li a:hover {color:#f7b526;}
.toc_menu li {padding:0 24px !important;}

/* loading */
#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
	opacity: 1;
}

#loading-overlay.slide-out {
	transform: translateX(-100%);
	opacity: 0;
}

#loading-overlay img {
	width:50%;
	max-width:400px;
}


.black_footer li {padding:20px 0;}

.footer_copyright {
	color:#fff;
	border-top:1px solid #ff0000;
	padding:2%;
	display: inline-block;
}


.tbt {
	text-align: center;
	margin-top: 18px;
	display: block;
	padding-right: 30px;
	background: url(/img/icon/arr.png)no-repeat right center;
	background-size: 25%;
}

.tbt span {
	font-size: 18px;
	display: block;
	color: #f7b526;
}

.my-mny-box {
	position: absolute;
	right: 36px;
	top: 90px;
	color: #fff;
	font-size: 14px;
	z-index: 10;
}

.my-mny-box dl {
	display: inline-block;
	float: left;
}

.my-mny-box dl:last-child {
	margin-left: 10px;
}

.my-mny-box dl dt {
	float: left;
	background: #800808;
	border-radius: 50%;
	text-align: center;
	height: 32px;
	width: 32px;
	color: #999;
}

.my-mny-box dl dt i {
	display: inline-block;
	margin-top: 9px;
}

.my-mny-box dl dd {
	float: left;
	line-height: 31px;
	color: #f7b526;
	background: #000;
	border-radius: 20px;
	padding: 0 15px;
	position: relative;
}

.my-mny-box dl dd::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 31px;
	background: #000;
	left: -20px;
	z-index: -1;
}

.my-mny-box dl dd a {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}

.flog-lang {
	position: absolute;
	right: 40px;
	top: 40px;
	display: inline-block;
}

.flog-lang a {
	width: 24px;
	display: inline-block;
}

.flog-lang a img {
	width: 100%;
}

header .left>div>nav .select-lang {
	display: none;
}

header nav {
	display:flex;
	align-items: center;
}


/* lobby */

.header_lobby {
	height:auto;
	background-color: #1a1710;
}


header .left_lobby {
	float: left;
	padding: 10px 0 0 60px;
	transition: 0.3s all;
	width:100%;
	display: flex;
    flex-direction: column;
}
header .left_lobby>div>div,
header h2 {
	display: none;
}

.left_lobby h1 {
	float: none;
    top: 0;
    padding: 0;
    position: absolute;
	left:20PX;
	transform: none;
}

.header_lobby h1 a {
	display: block;
	width: 150px;
	height: 74px;
	background: url("../images/logo/winstar_logo.png") no-repeat;
	background-size: cover;
	color: transparent;
	transition: 0.3s all;
}


header .left_lobby>div {
	float: left;
}

header .left_lobby>div nav li {
	float: left;
	padding: 0 20px 0 0;
}
header .left_lobby>div>nav .select-lang {
	display: none;
}

.lobby_nav {
	padding-left:150px;
}

.flog-lang-lobby {
	position: absolute;
	right: 40px;
	top: 24px;
	display: inline-block;
}

.flog-lang-lobby a {
	width: 24px;
	display: inline-block;
}

.flog-lang-lobby a img {
	width: 100%;
}

.my-mny-box-lobby {
	position: absolute;
	right: 250px;
	top: 20px;
	color: #fff;
	font-size: 14px;
	z-index: 10;
}

.my-mny-box-lobby dl {
	display: inline-block;
	float: left;
}

.my-mny-box-lobby dl:last-child {
	margin-left: 10px;
}

.my-mny-box-lobby dl dt {
	float: left;
	background: #402152;
	border-radius: 50%;
	text-align: center;
	height: 32px;
	width: 32px;
	color: #999;
}

.my-mny-box-lobby dl dt i {
	display: inline-block;
	margin-top: 9px;
}

.my-mny-box-lobby dl dd {
	float: left;
	line-height: 31px;
	color: #f7b526;
	background: #000;
	border-radius: 20px;
	padding: 0 15px;
	position: relative;
}

.my-mny-box-lobby dl dd::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 31px;
	background: #000;
	left: -20px;
	z-index: -1;
}

.my-mny-box-lobby dl dd a {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}


/* lobby */
.lobby_body {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	border-radius: 20px;
	position: relative;
	margin-top:150px;
	margin-bottom:50px;
}
.lobby_body .lobby_live {
	display: flex;
	gap:1.0rem;
	flex-direction: column-reverse;
}
.lobby_body .lobby_live .lobby_view {
	width:100%;
	background-color: #141414;
	border-radius: 20px;
}
.lobby_body .lobby_live .lobby_view iframe {
	border-radius: 20px;
}
.lobby_body .lobby_live .lobby_button {
	width:100%;
	display: flex;	
    justify-content: flex-start;
	gap:0.5rem;
}
.lobby_body .lobby_live .lobby_button img {
	height:1.0rem;
}
.lobby_body .lobby_live .lobby_button button {
	padding:10px;
	border-radius: 5px;
	border:0;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.btn_lobby_close {
	background-color: #d70006;
}
.btn_lobby_full {
	background-color: #9a6f1f;
}





@media (max-width: 1080px) {
	header {
		padding-bottom: 30px;
		transition: 0.3s all;
		top:0;
	}

	header h1 {
		float: none;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		padding: 0;
	}

	header .left {
		padding: 22px 0 0 38px;
		transition: 0.3s all;
	}

	header .all {
		position: relative;
		width: 32px;
		height: 14px;
		border-top: 2px solid #f7b526;
		border-bottom: 2px solid #f7b526;
		color: transparent;
	}

	header .all:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 2px;
		background: #fff;
		margin-top: -1px;
	}

	header nav {
		display: block;
	}

	header .left {width:auto;}

	header .left>div {
		float: none;
	}

	header>ul li.my {
		padding: 0 0 0 10px;
		transition: 0.3s all;
		top: 30px;
		right: 115px;
		position: absolute;
	}

	header>ul li.my a {
		margin-right:0;
	}

		
	
	header>ul {
		padding: 30px 40px 0 0;
	}

	header>ul li a {
		width: 98px;
	}

	
	header .close,
	header .all,
	header .left>div>div,
	header .left_lobby>div>div,
	header h2 {
		display: block;
	}

	header>ul li.join {position: absolute;}

	header .nav {
		position: fixed;
		left: -120%;
		top: 0;
		z-index: 101;
		transition: left 0.7s;
		padding: 15px 24px 15px 22px;
		width: calc(100% - 32px);
		height: 100%;
		/* background: rgb(32 26 37); */
		background: linear-gradient(to bottom, #000, #101010 );
        box-sizing: border-box;
	}


	
	header .nav.on {
		left: 0;
	}

	header .nav.on nav {
		padding: 0 0 24px;
		border-top: 1px solid #e36b0a;
	}

	header .nav.on nav a {
		height: 42px;
		line-height: 42px;
		text-align: center;
	}

	header .nav.on nav a:before {
		display: none;
	}

	.ul_left {display: block; float: none;}
    .ul_right {display: block; float: none; padding-right:0;}

	.hZfEu,
	.jnqxyH {
		border: 0;
		padding: 0;
		margin: 0;
	}

	header .nav.on nav li {
		float: none;
		/* border-bottom: 1px solid rgb(64 60 66); */
		border-bottom: 1px solid rgb(104, 105, 117);
		padding: 0;
	}

	header .nav.on div {
		display: flex;
		border: 1px solid rgb(104, 105, 117);
	}

	header .nav.on>div>a:first-child {
		border: none;
	}

	header .nav.on>div>a {
		flex: 1;
		height: 60px;
		border-left: 1px solid rgb(64 60 66);
		line-height: 60px;
		text-align: center;
		color: #9ea3ba;
		font-size: 13px;
		font-weight: bold;
	}

	header .nav.on .close {
		position: absolute;
		right: 24px;
		top: 24px;
		width: 38px;
		height: 38px;
		color: transparent;
	}

	header .nav.on .close:before {
		content: "";
		position: absolute;
		left: 45%;
		top: 0;
		width: 1px;
		height: 100%;
		background: #999;
		transform: rotate(45deg);
	}

	header .nav.on .close:after {
		content: "";
		position: absolute;
		right: 50%;
		top: 0;
		width: 1px;
		height: 100%;
		background: #999;
		transform: rotate(-45deg);
	}

	.flog-lang {
		position: absolute;
		left: 30px;
		right: auto;
		top: 15px;

	}

	.flog-lang a {
		width: 32px;
	}

	header .left>div>nav .select-lang {
		display: block;
		position: absolute;
		left: 30px;
		right: auto;
		top: 55px;
	}

	header .left>div>nav .select-lang select {
		width: 174px;
		font-size: 16px;
		color: #FFF;
		padding-left: 10px;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	header .left>div>nav .select-lang select option {
		background-color: #000;
	}

	header h2 {
		margin: 0 0 75px 0;
		width: 132px;
		height: 50px;
		color: transparent;
	}

	.my-mny-box {
		border: 0 !important;
		display: inline-block !important;
		right: auto;
		left: 24px;
		top: 95px;
	}

	.my-mny-box dl dd a {
		line-height: 32px !important;
		height: auto !important;
	}

	.dim {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

	/*header .nav.on nav ul li:nth-child(3) {
		display: none;
	}*/
	.tbt {
		display: block;
		margin-top: 0;
		padding-right: 0;
		background: none;
	}

	.tbt span {
		display: inline;
		margin-left: 5px;
	}


	#toc-toggle {height:42px;
		display: flex;
		flex-direction: column;
		justify-content: center;}
	.toc_menu  {color:#fff; position: relative; text-align: center; margin-top:0; margin-left:0;}

	.toc_menu_upline {border-top: 1px solid rgb(104, 105, 117);}


  /* lobby */
  header .left_lobby {
	padding: 22px 0 0 38px;
	transition: 0.3s all;
}

	header .left_lobby>div {
		float: none;
	}

	header .left_lobby>div>nav .select-lang {
	display: block;
	position: absolute;
	left: 30px;
	right: auto;
	top: 55px;
}

	header .left_lobby>div>nav .select-lang select {
	width: 174px;
	font-size: 16px;
	color: #FFF;
	padding-left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

	header .left_lobby>div>nav .select-lang select option {
	background-color: #000;
}

.header_lobby h1 {
	top:-6px;
	left:50%;
	transform: translateX(-50%) scale(0.8);
}

.flog-lang-lobby {
	position: absolute;
	left: 30px;
	right: auto;
	top: 15px;

}

.flog-lang-lobby a {
	width: 32px;
}

.my-mny-box-lobby {
	border: 0 !important;
	display: inline-block !important;
	right: auto;
	left: 24px;
	top: 95px;
}

.my-mny-box-lobby dl dd a {
	line-height: 32px !important;
	height: auto !important;
}


	
}

@media (max-width: 900px) {
	header {
		padding-bottom: 30px;
		transition: 0.3s all;
	}

	header h1 {
		float: none;
		/* top: -26px; */
		left: 50%;
		transform: translateX(-50%) scale(0.6);
		padding: 0;
		position: absolute;
		
	}

	header h1 a {
		/* background: url("../img/logo/gwc_m_logo.png") no-repeat;*/
		top:0;
	}

	header .left {
		padding: 16px 0 0 14px;
	}

	header .all {
		width: 32px;
		height: 14px;
		transform: scale(0.8);
	}

	header>ul {
		padding: 20px 17px 0 0;
	}

	header>ul li {
		display: none;
	}

	header>ul li.join {
		display: flex;
		transition: 0.3s all;
		gap:0.5rem;
	}

	header>ul li.join a {
		overflow: hidden;
		width: 20px;
		height: 20px;
		border: none;
		color: transparent;
		margin-top: -8px;
		margin-right:0;
	}

	header>ul li.message{
		display: block;
		transition: 0.3s all;
	}
	
	header>ul li.message .message_icon{
		right:80px;
		width: 20px;
		height: 20px;
		border: none;
		color: transparent;
		margin-top: -4px;
		margin-right:10px;
		top:20px;
	}


	header>ul li.message .fa-bell {
		color: #ffffff;
		font-size:14px;
	}

	header>ul li.message .message-count {
		position: absolute;
		top: -10px;
		right: -10px;
		background-color: red;
		color: white;
		border-radius: 50%;
		padding: 0px 6px;
		font-size: 12px;
		font-weight: bold;
	}

	header>ul li.my {
		display: block;
		transition: 0.3s all;
		top: 23px;
        right: 50px;
	}

	header>ul li.my a {
		overflow: hidden;
		width: 17px;
		height: 16px;
		background: url("../img/icon/user.png") no-repeat;
		background-size: 100%;
		border: none;
		color: transparent;
	}

	header>ul li a {
		width: 96px;
		padding:0 !important;
	}

	header>ul li.join i {		
		font-size: 16px;
	}

	header>ul li.join button {
		margin-top:-8px;
	}

	.m {
		background: url(/img/icon/logout.png) no-repeat !important;
		background-size: 100% !important;
	}

	.l {
		background: url(/img/icon/user.png) no-repeat !important;
		background-size: 100% !important;
	}

	/* lobby */
	header .left_lobby {
		padding: 16px 0 0 14px;
	}
	header .left_lobby {
		padding: 16px 0 0 14px;
	}
}


@media (max-width: 768px) {
   header {height:48px;}
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;

	
	z-index: -1;
	opacity: 0;
}

.background2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;


	z-index: -1;
	opacity: 0;
}

.show {
	opacity: 1;
	z-index: 1000;
	transition: all 0.5s;
}

.window {
	position: relative;
	width: 100%;
	height: 100%;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgb(22 22 22);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	border-radius: 15px;

	
	padding-top: 10px;
}

.lobby_body {
	margin-top:80px;
}

.lobby_live {
	padding:0 4%;
}


.info-code button.btw {
	width: 28% !important;
}

.pop-contents .cls {
	font-size: 30px;
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 20px;
	color: #999;
}

.pop-contents {
	padding: 0 30px 30px;
	position: relative;
}

.pop-contents h2 {
	font-size: 20px;
	line-height: 26px;
	color: #f7b526;
}

.pop-contents .listbox {
	border-top: 1px solid #999;
	border-bottom: 1px solid #666;
	width: 300px;
	padding: 0 10px;
	color: #999;
}


.scroll-box {
	width: 600px;
	height: 700px;
	overflow-y: scroll;
	padding:2%;
	margin-top:10px;
}

.scroll-box>ul {
	display: block;
	text-align: center;
	padding: 30px 0;
}

.scroll-box>ul>li {
	width: 30%;
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

.scroll-box>ul>li:nth-child(3n) {
	margin-right: 0;
}

.scroll-box>ul>li img {
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-box>ul>li img:hover {
	filter: grayscale(0);
	border: 2px solid #f7b526;
}

.scroll-box p {
	display: block;
	color: #999;
	font-size: 14px;
}

.scroll-box p~p {
	margin-top: 50px;
}

.scroll-box p span {
	display: block;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	padding: 8px 0;
}

.scroll-box p em {
	font-style: normal;
	display: block;
	line-height: 24px;
}

.scroll-box p em~em {
	margin-top: 20px;
}



.scroll-box::-webkit-scrollbar {
    width: 10px;
  }
.scroll-box::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }
.scroll-box::-webkit-scrollbar-track {
    background-color: grey;
  }

.qr-center {
	text-align: center;
}

.info-code-qr {
	display: inline-block;
	width: 200px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	padding: 40px;
	background-color: #102837;
}

.info-code {
	display: block;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}

.info-code>span {
	display: block;
	line-height: 30px;
}

.info-code dl {
	display: block;
	margin-bottom: 20px;
}

.info-code dl dt {
	display: block;
	color: #999;
	line-height: 24px;
}

.info-code dl dd {
	font-size: 14px;
	line-height: 24px;
	color: #f7b526;
	word-break: break-all;
	cursor: pointer;
}

.info-code dl dd textarea {
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 80px;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
}

.info-code button {
	width: 100% !important;
	line-height: 40px !important;
}

.btn-con {
	display: block;
	text-align: center;
}

.btn-con button {
	display: inline-block;
	width: 48%;
}

.btn-con button:last-child {
	color: #000;
	background-color: #f7b526;
}

.btn-con .default {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0.96, 0.96);
	-moz-transform: scale(0.96, 0.96);
	transform: scale(0.96, 0.96);
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	position: relative;
	-webkit-backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	backdrop-filter: blur(50px) brightness(1.2) saturate(1.2);
	cursor: pointer;
}

.pwbox {
	overflow: hidden;
	display: block;
}

.pwbox input {
	margin: 20px 0;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #FFF;
}

.group {
	position: relative;
	width: 100%;
}

.btinp {
	position: relative;
}

.btinp .group {
	width: 74%;
}

.btinp button {
	position: absolute;
	right: 0;
	top: 30px;
	width: 25%;
	background-color: #ef4037;
	color: #000;
	border-radius: 5px;
	padding: 16px 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.group span {
	top: -10px;
	font-size: 16px;
	color: #8aef37;
	padding: 0 5px;
	font-weight: normal;
	pointer-events: none;
	left: 20px;
}


.group input {
	font-size: 18px !important;
	padding: 15px 10px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	color: #fff !important;
	background-color: #151f2a !important;
}

.group select {
	font-size: 18px;
	padding: 15px 30px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	color: #fff;
	background-color: #151f2a !important;
	height: 53px;
}

.group textarea {
	font-size: 18px;
	padding: 15px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 5px;
	color: #fff;
	height: 150px;
	line-height: 24px;
	font-family: "Noto Sans KR";
}

.group select option {
	background-color: #252531;
	line-height: 40px;
}

.group input.w70 {
	width: 70% !important;
}

.group input.w78 {
	width: 78% !important;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	outline: none;
}



/* LABEL ======================================= */
.group label {
	color: rgba(255, 255, 255, 0.25);
	font-size: 18px !important;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 20px;
	top: 16px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.none-border {
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* active state */
input:read-only,
.group input:focus,
.group input:valid,
.group textarea:focus,
.group textarea:valid,
.group select{
	border: 1px solid #ef4037 !important;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

input:read-only~label,
.group input:focus~label,
.group input:valid~label,
.group textarea:focus~label,
.group textarea:valid~label,
.group select~label {
	top: -15px;
	font-size: 16px;
	color: #ef4037;
	padding: 0 5px;
	background-color: #151f2a;
}

.group select.on {
	border: 1px solid #f7b526;
}

.group select.on~label {
	top: -10px;
	font-size: 16px;
	color: #f7b526;
	padding: 0 5px;
	background-color: #151f2a !important;
}

.group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 18px;
	width: 20%;
	cursor: pointer;
	border: 0;
}

.p20 {
	padding-top: 20px;
}

.bclr {
	background-color: rgb(22 40 48) !important;
}

.confirmation {
	font-style: normal;
	color: #fff;
	display: block;
}

.none {
	font-style: normal;
	color: red;
	display: block;
}

.ctime text {
	display: inline-block;
	color: white;
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 14px;
	margin-right: 130px;
}