
		.banner-section {
			padding-top: 0;
			display: flex;  
			align-items: center;  
			justify-content: center; 
		}

	

		@media (max-width: 800px){
			.banner-section video{
				min-width: 550px;
			}
		}
		.banner-section .banner-bg {
			width: 100%;
			display: block;
			z-index: -1;
			position: relative;
			left: 0 !important;
		}
		.board-panel .header .title-panel .title {
			font-weight: 900;
		}
		.copyright img{
			max-width: 50%;
		}

			.sc-btn .g-panel {
				padding:0px 0px 5px 0px;
			}
			.btn-yellow, .form-container .form-group input.btn-yellow {
				color: rgba(0, 0, 0, 0.75);
				text-shadow: 0 1px 0 rgba(8, 8, 8, 0.4);
				background-color: #ffc657;
				background-image: linear-gradient(to right,#ffff6a, #ffe23f,#ffce6b);
				border: solid 1px #ffd273;
				border-radius: 15px;
				box-shadow: inset 0 0 0 2px #1d160e;
				font-family: noto-sans-bold;
				position: relative;
				z-index: 1;
				font-weight: 900;
			}
			.btn-yellow:before, .form-container .form-group input.btn-yellow:before {
				border-radius: 15px;
			}
	

			.sc-btn .play-btn {
				border-radius: 15px;

			}

			.btn-red {
				color: #ffffff;
				background-color: #be462a;
				background-image: linear-gradient(to right, #fa7a35,#f23e0c, #941e09);
				border: solid 1px #d85c38;
				border-radius: 15px;
				box-shadow: inset 0 0 0 2px #1d160e;
				text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
				position: relative;
				z-index: 1;
			}
			.btn-red:before{
				border-radius:15px ;
			}

			.before-login .desktop .login-btn, .before-login .desktop .join-link {
				border-radius: 15px;
			}




			.btn-gold {
				color: rgba(0, 0, 0, 0.75);
				text-shadow: 0 1px 0 rgba(12, 12, 12, 0.4);
				background-color: #dece8f;
				background-image: linear-gradient(to right,#ffe57f, #f6d660,#cfb041);
				border: solid 1px #dece8f;
				border-radius: 15px;
				box-shadow: inset 0 0 0 2px #1d160e;
				font-family: noto-sans-bold;
				position: relative;
				z-index: 1;
				font-weight: 900;
			}
			.btn-gold:before{
				border-radius: 15px;
				background-image: linear-gradient(to left,#ffe57f, #f6d660,#cfb041);
			}
			.btn-gold:hover{
				
			}

			.btn-success {
				color: rgba(0, 0, 0, 0.75);
				text-shadow: 0 1px 0 rgba(12, 12, 12, 0.4);
				background-color: #24cb03;
				background-image: linear-gradient(to right,#92ff7f, #50d330,#1b6901);
				border: solid 1px #0e8b00;
				border-radius: 15px;
				box-shadow: inset 0 0 0 2px #1d160e;
				font-family: noto-sans-bold;
				position: relative;
				z-index: 1;
				font-weight: 900;
			}
	







			.sc-btn .g-info .en-text {
				display: none;
			}
			.sc-btn .g-info .g-name {
				font-size: 16px;
				font-weight: 700;
				padding: 0px 0 5px 0;
			}
			.sc-btn {
				/* background-image: linear-gradient(to bottom left, #f5f57f, #ffe344, #ffc760); */
			}
		


		.sc-btn .g-footer{
			background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,1) 100%);

		}
		.sc-btn .g-logo:before {
			width: calc(100% - 0px);
			height: calc(100% - 0px);
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto;
			border-radius: 0;
			background: none;
		}
		.sc-btn .g-logo {
			width: 60px;
			height: 60px;
			border-radius: 50%;
			background-color: #b9975e;
			background-image: linear-gradient(#f7dfb1, #b9975e, #f7dfb1);
			background: none;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
			margin: -60px auto 0;
			transition: 0.3s;
		}
		.sc-btn .g-info {
			width: 100%;
			position: relative;
			left: 0;
			top: 0;
			margin: 0px 0 -5px;
			z-index: 3;
			/* background-color: #000; */
		}
		.sc-btn .g-info .en-text {
			display: none;
		}
		.sc-btn .g-info .g-name {
			font-size: 14px;
			white-space: nowrap;
			font-weight: 700;
			padding: 5px;
			border-top: #b9975e solid 1px;
			/* background-image: linear-gradient(#96653b, #59351d); */
		}

	
	

		.loginModal .modal-dialog {
			max-width: 650px;
		}





		.modal-content{
			background-image: linear-gradient(#966e2e, #251b0d, #251b0d,#966e2e);
			border-radius: 10px;
			padding: 1px;
		}



		.modal-header {
			border: none;
			border-radius: 10px 10px 0 0;
			background: #100c08;
			padding: 0px !important;
			overflow: hidden;
			flex-wrap: wrap;
		}
		.modal-banner{
			border-bottom: #957a4d solid 1px;
		}
		.modal-banner .modal-logo {
			width: 180px;
			display: inline-block;
			margin: 0 0 5px;
			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 1.0));
		}

		.modal-title .modal-icon {
			width: 90px;
			height: 90px;
			color: var(--white-yellow);
			font-size: 28px;
		}
		@media (max-width: 800px){
			.modal-banner .modal-logo {
				width: 100px;
			}
			.modal-title .modal-icon {
				width: 50px;
				height: 50px;
				font-size: 20px;
			}
		}

		.modal-title {
			margin: 0;
		}

		.modal-head-panel {
			/* min-height: 0;
			margin: 0; */
			margin-top: -40px;
		}
		@media (max-width: 767px){
			.modal-head-panel {
				width: 100%;
				margin: 10px auto 5px;
				padding: 0 30px;
				min-height: initial;
			}
		}


		.modal-body {
			width: 100%;
			/* background-color: #100c08; */
			background-color: rgba(0, 0, 0, 0.5);
			background-image: linear-gradient(#100c08, #251b0d, #1b1309);
			border-radius: 0 0 10px 10px;
			margin:  0;
		}






	.form-container .form-group input {
		border-radius: 3px;
		border: solid 1px #b9975e;
	}
	.form-container .form-group .select-input {
		border-radius: 3px;
	}
	.form-container .form-group .select-input select {
		border-radius: 3px;
		border: solid 1px #b9975e;

	}





	.toggle-btn .icon-panel:before {
		
		background-image: none;
	}


	.page-content {
		background-position: top center;
		background-size: 100% auto;
		background-repeat: no-repeat;  
		background-color: #100c08;
		position: relative;
		z-index: 1;
		padding: 0 0 30px;
	}


	@media (max-width: 500px){
		.toggle-btn {
			width: 45%;
		}
	}
	@media (max-width: 600px){
		.toggle-btn .icon-panel {
			display:block !important
		}
	}
	@media (max-width: 600px){
		.toggle-btn:last-child .btn-panel .category {
			margin-right: 0em;
		}

		.toggle-btn:first-child .btn-panel .category {
			margin-left: 0em;
		}
	}
	.toggle-btn .icon-panel img {
		filter: saturate(150%) brightness(120%); 
	}



	@media (max-width: 1280px){
		.main-menu {
			table-layout: auto !important;
		}
	}




/* 7.9 .toggle-btn */


	.toggle-btn.active .indicator {
		/* display: none; */
		opacity: 0;
	}

	@media (min-width: 1080px){
		.toggle-btn:last-child .btn-panel .category{
			padding-right: 30px;
		}
	}
	@media (min-width: 900px) and (max-width:1079px){
		.toggle-btn:last-child .btn-panel .category{
			padding-right: 0px;
			right: -20px;
		}
		.toggle-btn:first-child .btn-panel .category{
			padding-right: 0px;
			left: -20px;
		}
	}
	.toggle-btn.active .category{
		animation: togglebtnani 1.5s ease infinite;
	}
	.toggle-btn:hover .category{
		animation: togglebtnani 1.5s ease infinite;
	}	
	@keyframes togglebtnani {
		0% {
			text-shadow: 0 0 20px rgba(255, 242, 189, 0.7);
		}
		50% {
			text-shadow:  0 0 15px rgba(255, 177, 113, 0.2);
			color: #ffb92e;
		}
		100% {
			text-shadow: 0 0 20px rgba(255, 242, 189, 0.7);
		}
	}
	.page-content:before {
		background-image: none;
	}
	.toggle-btn.active .icon-panel img {
		animation: toggleimgani 1.5s ease infinite;
	}
	@keyframes toggleimgani {
		0% {
			transform: scale(1);
			filter: saturate(200%) brightness(150%); 
		}
		50% {
			transform: scale(0.95);
			filter: saturate(150%) brightness(120%); 
		}
		100% {
			transform: scale(1);
			filter: saturate(200%) brightness(150%); 
		}
	}
	.toggle-btn:hover .icon-panel img {
		transform: scale(0.95);
	}

	
	.toggle-btn:last-child .btn-panel:after {
		left: -28px;
	}








		/* 7.14 swal2-top */
		.swal2-container.swal2-top > .swal2-popup {
			justify-content: center;
			background-color:rgb(0, 0, 0)!important;
			border: solid 2px #ff3737;
			color: #ffffff;

		}
		.swal2-container.swal2-top .swal2-icon.swal2-info {
			border-color: #ff3737;
			color: #ff3737;
		}
		body.swal2-toast-shown .swal2-container.swal2-top {
			box-sizing: border-box;
			width: 300px;
		}
		.swal2-container.swal2-top > .swal2-popup.swal2-toast {
			padding: 0.6em;
			font-weight: bolder;
		}
		.swal2-container.swal2-top > .swal2-popup.swal2-toast .swal2-html-container {
			margin: 0.4em 0.5em;
			padding: 0;
			font-size: 1.1em;
			text-align: initial;
			font-weight: bold;
			/* color: #ffffff; */
		}



		/* 7.15 menu crowded*/
		.btn-orange {
			color: rgba(0, 0, 0, 0.75);
			font-weight: 900;
			font-family: noto-sans-bold;
			text-shadow: 0 1px 0 rgba(8, 8, 8, 0.4);
			background-color: #ffac66;
			background-image: linear-gradient(to right,#ffac66, #d77421);
			border: solid 1px #ffac66;
			border-radius: 15px;
			box-shadow: inset 0 0 0 2px #1d160e;
		}



		@media  (min-width: 1279px) and (max-width:1380px){
			.main-menu li a {
				padding: 0 10px;
			}
		}
		@media  (min-width: 1379px) and (max-width:1480px){
			.main-menu li a {
				padding: 0 15px;
			}
		}
		@media  (min-width: 1479px) and (max-width:1600px){
			.main-menu li a {
				padding: 0 18px;
			}
		}
		@media  (min-width: 1601px) {
			.main-menu li a {
				padding: 0 25px;
			}
		}
		@media (max-width: 1280px){
			.sidebar-fixed .al-inner, .sidebar .al-inner {
				max-width: 650px;
			}
		}
		@media(max-width:650px){ 

			.sidebar .al-inner {
				flex-wrap:wrap;
			}

			.sidebar .al-cont{
				width:50% !important;
				height:40px;
				margin:2px 0;
				padding:5px 10px;
			}

			.sidebar .al-cont:nth-child(1) {
				order: 1;
			}

			.sidebar .al-cont:nth-child(2) {
				order: 3;
			}

			.sidebar .al-cont:nth-child(3) {
				order: 5;
			}

			.sidebar .al-cont:nth-child(4) {
				order: 2;
			}

			.sidebar .al-cont:nth-child(5) {
				order: 4;
			}

			.sidebar .al-cont:nth-child(6) {
				order: 6;
			}

			.sidebar .al-cont .labels {
				top: 0;
				bottom: 0;
				left: 5px;
				margin: auto 0;
			}

			.sidebar .btn-group{
				padding:0;
				background-color:transparent;
				background-image: none;
				border:none;
			}

			.sidebar .btn-group button{
				width: calc(50% - 8px);
				height: 30px;
				font-size: 12px;
				margin: 0 4px;
			}

		}


		/* Prevent numbers too long */
		@media (min-width: 1281px){
			.sidebar-fixed .al-cont, .sidebar .al-cont.mypage-letter-panel {
				width: calc(23% - 4px);
			}
			.sidebar-fixed .al-cont, .sidebar .al-cont.mypage-qna-panel {
				width: calc(23% - 4px);
			}
			.sidebar-fixed .al-cont, .sidebar .al-cont.deposit-link {
				width: calc(27% - 4px);
			}
			.sidebar-fixed .al-cont, .sidebar .al-cont.point-link {
				width: calc(27% - 4px);
			}
		}



		/* mobile crowded */
		.mobile .al-cont {
			width: calc(49% - 4px);
		}







/* 7.23 modal menu  */

@media (max-width: 700px){
	.modal-menu{
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.modal-menu li a span{
		width: 100%;
		white-space: nowrap;
	}

	.modal-menu li{
		flex: 1;
	}
	.modal-menu li a.active .icon-panel {
		margin: 0;
	}
	.modal-menu .bs-ul li:nth-child(4n+0):before {
		display: block;
	}
}

