@charset "utf-8";

#max_wrap {
	float: left;
	width: 100%;
	background: linear-gradient(#6c5c4a 0%, #40372b 20%, #111111 60%);
	overflow: hidden;
	transition: all 0.5s;
}

.not_scroll {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%
}

/*-------------------------------------------------------------------------------------*
 *  Header                                                                             *
 *-------------------------------------------------------------------------------------*/

.max_header_wrap {
	float: left;
	width: 100%;
	height: 90px;
	transition: ease 0.5s;
}

.max_header_box {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 10px 0 0 0;
	transition: ease 0.5s;
}

.max_logo {
	float: left;
	margin: 0 30px 0 0;
	transition: ease 0.5s;
}

.max_top_notice_box {
	float: left;
	width: 300px;
	padding: 0 20px;
	border-radius: 100px;
	background: linear-gradient(to top,#1a1108 20%, #654d31 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	transition: ease 0.5s;
}

.max_top_notice {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #f6e5d3;
	white-space: nowrap;
	overflow: hidden;
	transition: ease 0.5s;
}

	.max_top_notice img {
		display: inline-block;
		margin: 0 10px 32px 0;
	}

.max_top_util {
	float: left;
	margin: 0 0 0 auto;
}

	.max_top_util li {
		float: left;
		margin: 0 0 0 5px;
	}

		.max_top_util li a img {
			display: inline-block;
			margin: 0 5px 0 0;
		}

.max_util01 {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	color: #ffffff;
}

.max_util01 {
	background: linear-gradient(#654d31 20%, #1a1108 80%);
	transition: ease 0.5s;
}

.max_util02 {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	color: #ffffff;
}

.max_util02 {
	background: linear-gradient(#785020 20%, #412304 80%);
	transition: ease 0.5s;
}

.max_util01:hover {
	filter: brightness(120%);
}

.max_util02:hover {
	filter: brightness(120%);
}

.max_gnb_wrap {
	float: left;
	width: 100%;
	position: fixed;
	top: 80px;
	z-index: 100;
	transition: ease 0.5s;
}

	.max_gnb_wrap.on {
		top: 0px;
	}

		.max_gnb_wrap.on .max_gnb_box {
			box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
		}

.max_gnb_box {
	width: 1440px;
	height: 60px;
	margin: 0 auto;
	border-radius: 100px;
	background: linear-gradient(#1a1108 20%, #654d31 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	transition: ease 0.5s;
}

	.max_gnb_box ul {
		float: left;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.max_gnb_box ul li {
			float: left;
			margin: 0 30px;
			transition: ease 0.5s;
		}

			.max_gnb_box ul li a {
				line-height: 60px;
				font-size: 16px;
				color: #ffffff;
				white-space: nowrap;
				transition: ease 0.5s;
			}

				.max_gnb_box ul li a img {
					display: inline-block;
					margin: 0 5px 0 0;
					width: 20px;
					transition: ease 0.5s;
				}

			.max_gnb_box ul li:hover a {
				color: #e7b777;
			}

				.max_gnb_box ul li:hover a img {
					filter: brightness(200%);
					transform: rotate(-15deg);
				}


.max_top_my {
	float: left;
	margin: 0 0 0 auto;
}

	.max_top_my ul {
		display: flex;
		align-items: center;
		justify-content: flex-end
	}

		.max_top_my ul:nth-child(2) {
			margin: 5px 0 0 0;
		}

	.max_top_my li {
		float: left;
		display: flex;
		align-items: center;
		margin: 0 0 0 10px;
		font-weight: 500;
		font-size: 14px;
		color: #ffffff;
	}

		.max_top_my li img {
			display: inline-block;
			margin: 0 5px 0 0;
		}

.my_box1 {
	display: inline-block;
	min-width: 50px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: linear-gradient(#9b764a 0%, #4c3620 80%);
	color: #ffffff;
	color: #ffffff;
}

.my_font1 {
	font-weight: 700;
	color: #ffffff;
}

.my_font2 {
	font-weight: 700;
	color: #ffff00;
}

.switch {
	width: 40px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	background-color: #000000;
	text-align: center;
	position: relative;
	border-radius: 30px;
	cursor: pointer;
	margin: 0 0 0 5px;
	font-family: 'EsaManru';
	font-weight: 500;
	font-size: 12px;
	color: #444444;
}

	.switch span {
		line-height: 28px;
		font-weight: 500;
		font-size: 12px;
	}

	.switch:before {
		content: "";
		width: 16px;
		height: 16px;
		background-color: #444444;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translate(-50%,-50%);
		transition: .3s all ease-out;
	}

	.switch.active {
		color: #ffffff;
	}

		.switch.active:before {
			background: #ffff00;
			left: 75%;
		}

.max_m_my {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	background: linear-gradient(#6c5c4a 0%, #40372b 20%, #111111 60%);
	border-radius: 10px;
	padding: 10px;
}

	.max_m_my li {
		float: left;
		width: 100%;
		line-height: 40px;
		font-weight: 500;
		font-size: 14px;
		color: #ffffff;
	}

@media screen and (max-width:1440px) {
	.max_header_wrap {
		padding: 0 10px;
	}

	.max_header_box {
		width: 100%;
	}

	.max_gnb_box {
		width: 100%;
	}

		.max_gnb_box ul li {
			margin: 0 1.6vw;
		}

			.max_gnb_box ul li a {
				font-size: 14px;
			}

	.max_top_my li {
		margin: 0 0 0 5px;
	}

	.my_font1 {
		font-size: 14px;
	}

	.my_font2 {
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	.max_gnb_wrap {
		display: none;
	}

	.max_top_util {
		display: none;
	}

	.max_top_my {
		display: none;
	}

	.max_logo {
		display: none;
	}

	.max_util01 {
		width: 100%;
	}

	.max_util02 {
		width: 100%;
	}

	.max_header_wrap {
		height: auto;
		padding: 0 0px;
	}

	.max_header_box {
		flex-wrap: wrap;
		padding: 0 0px;
	}

	.max_top_notice_box {
		width: 100%;
		border-radius: 0;
		background: #111111;
		box-shadow: none;
	}
}

@media screen and (max-width:768px) {
	.max_top_notice img {
		width: 16px;
	}
}

.mobile_menu {
	display: none;
	width: 100%;
	text-align: center;
	position: relative;
	align-items: center;
	padding: 10px 10px;
}

.mobile_menu1 {
	position: absolute;
	right: 10px;
}

	.mobile_menu1 img {
		display: inline-block;
		width: 30px;
	}

.m_logo {
	float: left;
	width: 100%;
}

	.m_logo img {
		display: inline-block;
		width: 170px;
	}

.max_mobile_util {
	display: none;
}


.max_mobile_util {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}

	.max_mobile_util li {
		float: left;
		width: 50%;
	}

		.max_mobile_util li a img {
			display: inline-block;
			margin: 0 5px 0 0;
		}

@media screen and (max-width:1440px) {
}

@media screen and (max-width:1024px) {
	.mobile_menu {
		display: flex;
	}

	.max_mobile_util {
		display: block;
	}
}

@media screen and (max-width:768px) {
}


/*-------------------------------------------------------------------------------------*
 *  Main                                                                                *
 *-------------------------------------------------------------------------------------*/
.main_slideshow_box {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	background: linear-gradient(to bottom,rgba(37,37,37,1) 10%, rgba(37,37,37,1) 90%,rgba(0,0,0,0.0) 90%);
	border-radius: 120px 120px 0 0;
	transition: ease 0.5s;
}

.main_slideshow_pc {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

	.main_slideshow_pc .swiper-slide {
		height: 25.44vw;
		transition: ease 0.5s;
	}

		.main_slideshow_pc .swiper-slide a {
			width: 100%;
			height: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column
		}
	/* .main_slideshow_pc .swiper-slide img{width:100%;} */
	.main_slideshow_pc .swiper-button-prev {
		background-image: url(../images/slide_arrow1.png);
		width: 39px;
		height: 49px;
		background-size: 39px 43px;
		bottom: 44%;
		left: 50px;
	}

	.main_slideshow_pc .swiper-button-next {
		background-image: url(../images/slide_arrow2.png);
		width: 39px;
		height: 49px;
		background-size: 39px 43px;
		bottom: 44%;
		right: 50px;
	}

.main_slideshow_bg_item {
	float: left;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
	text-align: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: ease 0.5s;
}

	.main_slideshow_bg_item img {
		width: 100%;
		max-width: 1920px;
		transition: ease 0.5s;
	}

.main_slideshow_title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	transition: ease 0.5s;
}

	.main_slideshow_title span {
		font-weight: 700;
		color: #f6e5d3;
	}

.main_slideshow_text {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	transition: ease 0.5s;
}

	.main_slideshow_text span {
		font-weight: 700;
		color: #ffff00;
	}


.main_slideshow_pc .swiper-slide .main_slideshow_title {
	opacity: 0;
}

.main_slideshow_pc .swiper-slide .main_slideshow_text {
	opacity: 0;
}

.main_slideshow_pc .swiper-slide .main_slideshow_bg_item {
	opacity: 0;
}

.main_slideshow_pc .swiper-slide.swiper-slide-active .main_slideshow_title {
	opacity: 1;
}

.main_slideshow_pc .swiper-slide.swiper-slide-active .main_slideshow_text {
	opacity: 1;
}

.main_slideshow_pc .swiper-slide.swiper-slide-active .main_slideshow_bg_item {
	opacity: 1;
}

@media screen and (max-width:1440px) {
	.main_slideshow_bg_item img {
		width: 120vw;
	}

	.main_slideshow_pc .swiper-slide {
		height: 40vw;
	}
}

@media screen and (max-width:1024px) {
	.main_slideshow_box {
		border-radius: 3.33vw 3.33vw 0 0;
		margin: 10px 0 0 0;
	}

	.main_slideshow_bg_item {
		align-items: center;
	}

		.main_slideshow_bg_item img {
			width: 150vw;
		}

	.main_slideshow_pc .swiper-slide {
	}

	.main_slideshow_pc .swiper-button-prev {
		display: none;
	}

	.main_slideshow_pc .swiper-button-next {
		display: none;
	}

	.main_slideshow_title {
		font-size: 2.54vw;
	}

	.main_slideshow_text {
		margin: 20px 0 0 0;
		font-size: 3.91vw;
	}
}

@media screen and (max-width:768px) {
	.main_slideshow_title {
		font-size: 16px;
	}

	.main_slideshow_text {
		font-size: 20px;
	}
}

@media screen and (max-width:440px) {
	.main_slideshow_pc .swiper-slide {
		height: 48vw;
	}

	.main_slideshow_bg_item img {
		width: 180vw;
	}
}

.max_main_game_list_wrap {
	float: left;
	width: 100%;
	position: relative;
}

.max_main_game_list_box {
	width: 1440px;
	margin: 0 auto;
	transition: ease 0.5s;
}

.max_main_game_list_tab {
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: -80px;
	z-index: 50;
	transition: ease 0.5s;
}

	.max_main_game_list_tab ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.max_main_game_list_tab ul li {
			float: left;
			margin: 0 5px;
			width: 350px;
			height: 100px;
			cursor: pointer;
			border-radius: 12px;
			background: linear-gradient(rgba(26,17,8,0.8) 20%, rgba(101,77,49,0.8) 100%);
			box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
			padding: 0 20px;
			transition: ease 0.5s;
		}

		.max_main_game_list_tab ul li {
			display: flex;
			align-items: center;
		}

			.max_main_game_list_tab ul li div:first-child {
				width: 110px;
				text-align: right
			}

			.max_main_game_list_tab ul li div:last-child {
				width: calc(100% -110px);
				padding: 0 0 0 20px;
			}

			.max_main_game_list_tab ul li div p {
				font-weight: 500;
				font-size: 26px;
				color: #8c775e;
				white-space: nowrap;
				transition: ease 0.5s;
			}

			.max_main_game_list_tab ul li div span {
				font-weight: 500;
				font-size: 16px;
				color: #82715d;
				transition: ease 0.5s;
			}

			.max_main_game_list_tab ul li div img {
				width: 100%;
				max-width: 79px;
				filter: grayscale(50%);
				transition: ease 0.5s;
			}


			.max_main_game_list_tab ul li.active div p {
				color: #e7b777;
			}

			.max_main_game_list_tab ul li.active div span {
				color: #f6e5d3;
			}

			.max_main_game_list_tab ul li.active div img {
				filter: grayscale(0%) drop-shadow(0 0 5px rgba(249,216,221,.5));
			}

			.max_main_game_list_tab ul li:hover div p {
				color: #e7b777;
			}

			.max_main_game_list_tab ul li:hover div span {
				color: #f6e5d3;
			}

			.max_main_game_list_tab ul li:hover div img {
				filter: grayscale(0%) drop-shadow(0 0 5px rgba(249,216,221,.5));
			}




@media screen and (max-width:1440px) {
}

@media screen and (max-width:1024px) {
	.max_main_game_list_tab {
		position: static;
	}

	.max_main_game_list_tab {
		padding: 0 10px;
	}

		.max_main_game_list_tab ul li {
			width: 33%;
			height: auto;
			padding: 10px;
		}

			.max_main_game_list_tab ul li div p {
				font-size: 2.54vw;
			}

			.max_main_game_list_tab ul li div span {
				font-size: 1.56vw;
			}

			.max_main_game_list_tab ul li div img {
				max-width: 7.71vw;
			}

			.max_main_game_list_tab ul li div:first-child {
				width: 30vw;
			}

			.max_main_game_list_tab ul li div:last-child {
				width: 70vw;
				padding: 0 0 0 10px;
			}
}

@media screen and (max-width:768px) {
	.max_max_main_game_list_tab ul li div p {
		font-size: 14px;
	}

	.max_max_main_game_list_tab ul li div span {
		font-size: 10px;
	}

	.max_main_game_list_tab ul {
		flex-wrap: wrap;
	}

		.max_main_game_list_tab ul li {
			margin: 5px;
			width: 42%;
		}

			.max_main_game_list_tab ul li div p {
				font-weight: 700;
				font-size: 16px;
			}

			.max_main_game_list_tab ul li div span {
				font-size: 10px;
			}
}


.max_main_game_list {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
	transition: ease 0.5s;
}

.max_main_game_list_inner {
	width: 100%;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	transition: ease 0.5s;
}

.max_main_game_btn {
	width: 100%;
	border-radius: 12px;
	position: relative;
	border: 1px solid #5c5143;
	background: radial-gradient(ellipse at center, rgba(183,147,97,1) 0%,rgba(0,0,0,1) 70%);
	background-size: 120% 100%;
	background-position: center center;
	cursor: pointer;
	transition: ease 0.5s;
}

.max_game_btn_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: url(../images/bg_game_btn_logo.png) center center;
	background-size: 100% 100%;
}

	.max_game_btn_logo:after {
		content: '';
		width: 54px;
		height: 54px;
		display: block;
		position: absolute;
		top: -5px;
		left: -5px;
		z-index: -1;
		background: url(../images/bg_game_btn_logo.png) center center;
		background-size: 100% 100%;
	}

.max_game_btn_text {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%);
	width: calc(100% - 20px);
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	border-radius: 12px;
	background: linear-gradient(#9b764a 0%, #4c3620 80%);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	transition: ease 0.5s;
}

.max_game_btn_hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	padding: 0 10px;
	font-weight: 500;
	font-size: 15px;
	color: #000000;
	background: url(../images/bg_btn.jpg) center top no-repeat;
	background-size: 100% 100%;
	transition: ease 0.5s;
}

.max_game_btn_img {
	width: 100%;
}

	.max_game_btn_img img {
		width: 100%;
		transition: ease 0.5s;
	}


.max_game_btn_hover:hover {
	filter: brightness(120%);
}

.max_main_game_btn:hover .max_game_btn_hover {
	transform: translate(-50%, -50%) scale(1);
}

.max_main_game_btn:hover .max_game_btn_logo {
	filter: brightness(120%);
}

.max_main_game_btn:hover {
	border: 1px solid #e7b777;
	background-size: 150% 150%;
}


@media screen and (max-width:1440px) {
	.max_main_game_list_wrap {
		padding: 0 10px;
	}

	.max_main_game_list_box {
		width: 100%;
	}

	.max_main_game_list {
		margin: 30px 0 0 0;
	}

	.max_game_btn_text {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.max_main_game_list_inner {
		grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
	}

	.max_game_btn_logo img {
		display: inline-block;
		width: 3.13vw;
		min-width: 30px;
	}

	.max_game_btn_logo:after {
		display: inline-block;
		width: 3.75vw;
		height: 3.75vw;
		top: -0.35vw;
		left: -0.35vw;
	}
}

@media screen and (max-width:1024px) {
	.max_main_game_list_inner {
		grid-gap: 5px;
		grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
	}

	.max_game_btn_hover {
		min-width: 100px;
	}

	.max_game_btn_text {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}


	.max_game_btn_logo:after {
		display: inline-block;
		width: 36px;
		height: 36px;
		top: -4px;
		left: -4px;
	}
}

@media screen and (max-width:768px) {
	.max_game_btn_hover {
		font-size: 12px;
	}

	.max_game_btn_text {
		font-size: 12px;
	}

	.max_main_game_list_inner {
		grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
	}

	.max_main_game_list {
		margin: 10px 0 0 0;
	}
}



.main_board_zone_wrap {
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
	background: #252525;
	border-radius: 120px 120px 0 0;
	padding: 40px 0;
	transition: ease 0.5s;
}

.main_board_zone_box {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	transition: ease 0.5s;
}

.notice_board_box {
	float: left;
	width: 32%;
	transition: ease 0.5s;
}

.notice_board_title {
	float: left;
	width: 100%;
	border-radius: 12px;
	height: 50px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	background: linear-gradient(#1a1108 20%, #654d31 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	transition: ease 0.5s;
}

	.notice_board_title a {
		float: left;
		margin: 0 0 0 auto;
		font-size: 14px;
		color: #f6e5d3;
	}

		.notice_board_title a:hover {
			text-decoration: underline;
		}

.notice_board {
	float: left;
	width: 100%;
	padding: 20px;
	transition: ease 0.5s;
}

.myTable {
	table-layout: fixed;
}

.notice_board td {
	color: #ffffff;
	font-size: 13px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.money_board_box {
	float: left;
	width: 32%;
	border-radius: 12px;
	overflow: hidden;
	transition: ease 0.5s;
}

.money_board_tab {
	float: left;
	width: 100%;
}

	.money_board_tab li {
		float: left;
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #31281f;
		font-weight: 700;
		font-size: 16px;
		color: #5c5143;
		cursor: pointer;
	}

		.money_board_tab li.active {
			background: linear-gradient(#9b764a 0%, #4c3620 80%);
			color: #ffffff;
		}

.money_board {
	float: left;
	width: 100%;
	padding: 20px;
	background: rgba(36,27,17,0.5);
}

	.money_board td {
		color: #ffffff;
		font-size: 13px;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.money_board td img {
			width: 100%;
			max-width: 48px;
		}


.customer_quick_box {
	float: left;
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: ease 0.5s;
}

.customer_box {
	float: left;
	width: 100%;
}

	.customer_box li {
		float: left;
		width: 100%;
		margin: 10px 0 0 0;
	}

		.customer_box li a {
			display: inline-block;
			width: 100%;
			height: 60px;
			line-height: 60px;
			text-align: center;
			padding: 0 20px;
			border-radius: 12px;
			font-size: 20px;
			color: #ffffff;
			background: linear-gradient(#1a1108 20%, #654d31 100%);
			box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
			transition: ease 0.5s;
		}

			.customer_box li a img {
				display: inline-block;
				margin: 0 10px 0 0;
			}

		.customer_box li:first-child {
			margin: 0;
		}

.quick_box {
	float: left;
	width: 100%;
	padding: 20px;
	background: rgba(36,27,17,0.5);
	transition: ease 0.5s;
}

.quick_box_title {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
	transition: ease 0.5s;
}

.quick_menu_list {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

	.quick_menu_list ul {
		float: left;
		width: 100%;
		display: flex;
	}

	.quick_menu_list li {
		float: left;
		width: 25%;
		position: relative;
	}

		.quick_menu_list li a {
			float: left;
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: center;
			font-size: 14px;
			color: #ffffff;
		}

			.quick_menu_list li a img {
				display: inline-block;
				margin: 0 0 10px 0;
				width: 100%;
				max-width: 60px;
			}

		.quick_menu_list li:after {
			position: absolute;
			display: block;
			content: '';
			width: 1px;
			height: 70%;
			background: rgba(255,255,255,0.1);
			right: 0;
			top: 50%;
			transform: translate(0, -50%);
		}

		.quick_menu_list li:last-child:after {
			display: none;
		}

.notice_board_font01 {
	color: #8c6f47;
}

.notice_board_font02 {
	font-weight: 700;
	color: #ff8400;
}

.customer_font01 {
	font-weight: 700;
	color: #fff200;
}

.customer_font02 {
	font-weight: 700;
	color: #00b2ff;
}



/* 신규머니보드 */
.money_board li {
	color: #ffffff;
	font-size: 13px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
}

.mb1 {
	width: 14%;
}

.mb2 {
	width: 26%;
	padding: 0 10px;
}

.mb3 {
	width: 36%;
	text-align: right;
}

.mb4 {
	width: 24%;
	text-align: right;
	padding: 0 0 0 10px;
}

.mb1 img {
	width: 100%;
	max-width: 48px;
}


@media screen and (max-width:1440px) {
	.main_board_zone_wrap {
		margin: 30px 0 0 0;
		padding: 30px 10px;
		border-radius: 3.33vw 3.33vw 0 0;
	}

	.main_board_zone_box {
		width: 100%;
	}

	.customer_box li a {
		font-size: 1.39vw;
	}

		.customer_box li a img {
			width: 3.26vw;
		}

	.quick_menu_list li a img {
		width: 80%;
	}
}

@media screen and (max-width:1024px) {
	.main_board_zone_box {
		flex-wrap: wrap;
	}

	.notice_board_box {
		width: 100%;
	}

	.money_board_box {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.customer_quick_box {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.customer_box li a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

		.customer_box li a img {
			width: 36px;
		}

	.notice_board {
		padding: 10px;
	}

	.money_board {
		padding: 10px;
	}

	.money_board_tab li {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.notice_board_title {
		height: 40px;
		font-size: 14px;
	}

		.notice_board_title a {
			font-size: 12px;
		}
}


@media screen and (max-width:768px) {
	.customer_box li a {
		font-size: 0px;
	}

	.customer_font01 {
		font-size: 16px;
	}

	.customer_font02 {
		font-size: 16px;
	}

	.quick_box {
		padding: 20px 10px;
	}

	.quick_box_title {
		font-size: 14px;
	}

	.quick_menu_list li a {
		font-size: 12px;
	}

		.quick_menu_list li a img {
			width: 100%;
			max-width: 40px;
		}
}



@media screen and (max-width:1440px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:768px) {
}









.footer_wrap {
	float: left;
	width: 100%;
	padding: 50px 30px;
}

.f_logo {
	float: left;
	width: 100%;
	text-align: center;
}

	.f_logo img {
		display: inline-block;
		width: 100%;
		max-width: 180px;
	}

.f_copy {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #535353;
}


@media screen and (max-width:768px) {
	.f_logo img {
		max-width: 120px;
	}

	.f_copy {
		font-size: 12px;
	}
}



/*-------------------------------------------------------------------------------------*
 *  login                                                                              *
 *-------------------------------------------------------------------------------------*/
#login {
	float: left;
	width: 100%;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	backdrop-filter: blur(10px);
}

.max_login_wrap {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	max-height: 700px;
	transition: all 0.5s;
}

#join {
	float: left;
	width: 100%;
	min-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	backdrop-filter: blur(10px);
}

.max_join_wrap {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	max-height: 80vh;
	transition: all 0.5s;
}

.max_join_box {
	width: 100%;
	padding: 40px 20px;
	max-height: 80vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	transition: all 0.5s;
}

	.max_join_box::-webkit-scrollbar {
		width: 3px; /* 스크롤바의 너비 */
	}

	.max_join_box::-webkit-scrollbar-thumb {
		height: 30%; /* 스크롤바의 길이 */
		background: rgba(255,255,255, 0.1); /* 스크롤바의 색상 */
		border-radius: 5px;
	}

	.max_join_box::-webkit-scrollbar-track {
		background: rgba(255,255,255, 0.1); /*스크롤바 뒷 배경 색상*/
	}

.max_loginbox {
	width: 100%;
	float: left;
	background: linear-gradient(#111111 20%, #252525 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	position: relative;
}

.max_close_btn_cu {
	text-align: center;
	color: #d4d4d4;
	font-weight: 700;
	position: absolute;
	right: 0px;
	top: -60px;
	z-index: 11;
	transition: all 0.3s;
}

	.max_close_btn_cu img {
		transition: all 0.3s;
	}

.max_loginbox_l {
	width: 50%;
	position: relative;
}

	.max_loginbox_l img {
		position: absolute;
		bottom: 0;
		left: -0px;
		width: 100%;
	}

.max_loginbox_r {
	width: 50%;
	padding: 40px 20px;
	height: 500px;
	max-height: 70vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.5s;
}

.max_loginbox_r1 {
	justify-content: flex-start;
	height: 600px;
}

.max_loginbox_r::-webkit-scrollbar {
	width: 3px; /* 스크롤바의 너비 */
}

.max_loginbox_r::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: rgba(255,255,255, 0.1); /* 스크롤바의 색상 */
	border-radius: 5px;
}

.max_loginbox_r::-webkit-scrollbar-track {
	background: rgba(255,255,255, 0.1); /*스크롤바 뒷 배경 색상*/
}

.max_login_logo {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}

	.max_login_logo img {
		width: 100%;
		max-width: 174px;
	}

.max_login {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

	.max_login li {
		float: left;
		width: 100%;
		padding: 1%;
		transition: all 0.2s;
	}
/* ysk 가로 100%로 변경시 세로형 */

.max_login1 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

	.max_login1 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.max_login1 li {
		float: left;
		width: 100%;
		padding: 1% 1%;
		transition: all 0.2s;
	}
/* ysk 가로 100%로 변경시 세로형 */
.max_join_title {
	float: left;
	width: 100%;
	padding: 0 0 5px;
	font-weight: 300;
	font-size: 12px;
	color: #ffffff;
}

.max_join_text {
	float: left;
	width: 100%;
	padding: 5px 0 0;
	font-weight: 300;
	font-size: 12px;
	color: #999999;
}

.max_join_phone {
	float: left;
	width: 100%;
	display: flex;
}

	.max_join_phone .max_login_btn1 {
		width: 45%;
	}


.max_login_input {
	background-color: #222222;
	border: 1px solid #111111;
	color: #ffffff;
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	padding: 0 0 0 15px;
}

	.max_login_input::placeholder {
		color: #ffffff;
		font-size: 12px;
		letter-spacing: 0pt;
	}

	.max_login_input:focus {
		border: 1px solid #ffffff;
	}

.max_login_font01 {
	font-size: 12px;
	color: #bababa;
}

.max_login_font02 {
	color: #ffffff;
}

.max_login_btn_box2 {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
}

	.max_login_btn_box2 li {
		float: left;
		width: 50%;
		padding: 1%;
		transition: all 0.2s;
		font-weight: 500;
		font-size: 14px;
		color: #ffffff;
	}

.max_login_btn1 {
	background: linear-gradient(#654d31 20%, #1a1108 80%);
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}

.max_login_btn2 {
	background: linear-gradient(#785020 20%, #412304 80%);
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}

.max_login_btn1:hover {
	filter: brightness(120%);
}

.max_login_btn2:hover {
	filter: brightness(120%);
}

.max_login1 .max_login_input {
	height: 40px;
	line-height: 40px;
}

@media screen and (max-width:1060px) {
	.max_loginbox_r {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.max_loginbox_l {
		display: none;
	}

	.max_loginbox_r {
		width: 100%
	}

	.max_login_logo {
		padding: 0 30px;
	}

	.max_login1 li {
		width: 100%;
	}


	.max_login_btn1 {
		font-size: 12px;
	}

	.max_login_btn2 {
		font-size: 12px;
	}

	#login {
		margin: -30px 0 0 0;
	}

	#join {
		margin: -30px 0 0 0;
	}
}



/*-------------------------------------------------------------------------------------*
 *  popup                                                                              *
 *-------------------------------------------------------------------------------------*/
.max_main_pop_wrap {
	float: left;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.max_main_pop_box {
	float: left;
	width: 500px;
	margin: 5px;
	border-radius: 10px;
	overflow: hidden;
}

.max_main_pop_title {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	background: linear-gradient(#6c5c4a 0%, #40372b 20%, #111111 60%);
	position: relative;
}

	.max_main_pop_title img {
		width: 120px;
	}

.close_btn_cu {
	color: #d4d4d4;
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	right: 10px;
	transition: all 0.3s;
}

	.close_btn_cu img {
		width: 30px;
	}


.max_main_pop_con {
	float: left;
	width: 100%;
	min-height: 600px;
	max-height: 600px;
	overflow: hidden;
	overflow-y: auto;
	background: #222222;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4;
}

	.max_main_pop_con img {
		width: 100%;
	}

	.max_main_pop_con::-webkit-scrollbar {
		width: 3px; /* 스크롤바의 너비 */
	}

	.max_main_pop_con::-webkit-scrollbar-thumb {
		height: 30%; /* 스크롤바의 길이 */
		background: rgba(255,255,255, 0.1); /* 스크롤바의 색상 */
		border-radius: 5px;
	}

	.max_main_pop_con::-webkit-scrollbar-track {
		background: rgba(255,255,255, 0.1); /*스크롤바 뒷 배경 색상*/
	}

.max_main_pop_con_title {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
	font-weight: 500;
	font-size: 18px;
	color: #e7b777;
}

.max_main_popup_close {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

	.max_main_popup_close button {
		background: linear-gradient(#9b764a 0%, #4c3620 80%);
		width: 100%;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		text-align: center;
		border-radius: 0px;
		font-weight: 500;
		font-size: 14px;
		color: #ffffff;
	}

		.max_main_popup_close button:hover {
			filter: brightness(120%);
		}

@media screen and (max-width:1024px) {
	.max_main_pop_wrap {
	}

	.max_main_pop_box {
		position: absolute;
		width: 90%;
		max-width: 500px;
		margin: 0;
	}
}
