@charset "utf-8";
/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 * date : 2022-07-26
******************************************************** */

/* ========================================================
 * SETTING
======================================================== */
:root {
	--main-color: #1361a7;
	--area-box-width: 1560px;
	--area-width: 1400px;
	--area-padding: 30px;
	--header-top: 0;
	--header-height: 180px;
	--header-fixed-height: 100px;
	--sub-visual-height: 635px;
	--sub-menu-height: 60px;
	--full-height: 100vh;
	--transition-custom: all 0.3s ease-in-out;
	--transition-custom2: all 0.8s ease-in-out;
	/* data-scroll */
	--font-family1: 'Poppins', 'Pretendard', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;
}

html:not(.is-mobile) *::-webkit-scrollbar {
	width: 10px;
	height: 15px;
}

html:not(.is-mobile) *::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

html:not(.is-mobile) *::-webkit-scrollbar-thumb {
	background-color: #000;
}

::selection {
	background: var(--main-color);
	color: #fff;
}

::-moz-selection {
	background: var(--main-color);
	color: #fff;
}

html {
	font-size: 10px;
}

body,
table,
th,
td,
button,
select,
input,
textarea {
	font-family: var(--font-family1);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	word-break: keep-all;
}

body {
	background-color: #fff;
}

table,
th,
td {
	word-break: break-word;
}

#wrap {
	overflow: hidden;
	width: 100%;
	min-width: 320px;
	position: relative;
}

/* ========================================================
 * LAYOUT
======================================================== */
/* ****************** 공통클래스 ********************** */
.area {
	max-width: var(--area-width);
	margin: 0px auto;
}

.area-box {
	max-width: var(--area-box-width);
	margin: 0px auto;
}

.full-height {
	height: var(--full-height);
}

/* Fullpage Layout */
.fullpage-html {
	overflow: hidden;
	height: 100%;
}

.fullpage-html #wrap {
	position: static;
}

/* br tag */
.m-br {
	display: none;
}

.display-m {
	display: none;
}

/* ****************** 
 * loading 
 ********************** */
#headerInnerWrap,
.nav-open-btn-box {
	transform: translateY(calc(-1 * (var(--header-height) + var(--header-top))));
}

#headerInnerWrap {
	transition: top 0.3s ease-in-out, height 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.nav-open-btn-box {
	transition: all 0.5s;
	transition-property: transform;
}

#headerInnerWrap.active {
	transform: translateY(0);
}

.nav-open-btn-box.effect-start {
	transform: translateY(0);
}

/* ****************** HEADER ********************** */
#header {
	position: fixed;
	height: var(--header-height);
	top: var(--header-top);
	left: 0;
	width: 100%;
	z-index: 999;
	transition: top 0.3s ease-in-out, transform 0.5s ease-in-out, height 0.5s ease-in-out;
}

#headerInnerWrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: var(--header-height);
	z-index: 9999;
}

#headerInner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-height);
	margin: 0px auto;
	padding: 0 11rem 0 8rem;
	transition: all 0.5s ease-in-out;
	transition-property: background-color, height;
}

#header .logo {
	position: relative;
	z-index: 100;
}

#header .logo a {
	position: relative;
	display: block;
	height: 7rem;
}

#header .logo img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	transition: var(--transition-custom);
}

#header .logo .white-ver {
	visibility: visible;
	opacity: 1;
}

#header .logo .black-ver {
	visibility: hidden;
	opacity: 0;
}

.sub-wrap #header {
	top: 15px;
	top: var(--header-top);
}

.sub-wrap #header .logo .white-ver {
	visibility: hidden;
	opacity: 0;
}

.sub-wrap #header .logo .black-ver {
	visibility: visible;
	opacity: 1;
}

.sub-wrap #header .header-lang-list li:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.sub-wrap #header .header-lang-list li a {
	color: #000;
}

.sub-wrap #header .header-lang-list li a:after {
	background-color: #000;
}

.sub-wrap #header .nav-open-btn,
.sub-wrap #header .sitemap-line-btn {
	border-color: rgba(0, 0, 0, 0.2);
}

.sub-wrap #header .nav-open-btn i,
.sub-wrap #header .sitemap-line-btn i {
	color: #000;
}

.sub-wrap #gnb>ul>li>a {
	color: #000;
}

/* -------- Header :: UTIL BOX -------- */
.header-util-box {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
}

/* Header :: 언어선택 */
.header-lang-list ul {
	display: flex;
	align-items: center;
}

.header-lang-list li {
	position: relative;
	margin-left: 20px;
}

.header-lang-list li select {
	line-height: 24px;
	padding: 0 25px 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

#header.top-fixed .header-lang-list li select {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.header-lang-list li:first-child {
	margin-left: 0
}

.header-lang-list li:before {
	position: absolute;
	top: 50%;
	left: -10px;
	content: '';
	width: 1px;
	height: 9px;
	background-color: rgba(255, 255, 255, 0.5);
	transition: var(--transition-custom);
	transition-property: background-color;
	transform: translateY(-50%);
}

.header-lang-list li:first-child:before {
	display: none;
}

.header-lang-list li a {
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.3;
	color: #fff;
	transition: var(--transition-custom);
}

.header-lang-list li a:after {
	position: absolute;
	bottom: -8px;
	left: -2px;
	right: -2px;
	height: 2px;
	background-color: #fff;
	content: "";
	transform: scaleX(0);
	transition: var(--transition-custom);
	transition-property: transform;
	transform-origin: 100% 0;
}

.header-lang-list li.cur a,
.header-lang-list li a:hover {
	opacity: 1.0;
}

.header-lang-list li a:hover:after {
	transform: scaleX(1);
	transform-origin: 0 0;
}

/* Header :: 사이트맵버튼 */
.sitemap-line-btn {
	margin-left: 2.5rem;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: transparent;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.sitemap-line-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 0;
	height: 0;
	background-color: #000;
	border-radius: 100%;
	transition: var(--transition-custom);
}

.sitemap-line-btn i {
	position: relative;
	z-index: 1;
	font-size: 32px;
	color: #fff;
	transition: var(--transition-custom);
	transition-property: transform;
}

.sitemap-line-btn:hover:before {
	width: 72px;
	height: 72px;
}

.sitemap-line-btn:hover i {
	transform: rotate(90deg);
	color: #fff !important;
}

.sitemap-line-btn.active:before {
	width: 5000px;
	height: 5000px;
	transition: all 0.8s ease-in-out;
}

.sitemap-line-btn.active i {
	opacity: 0;
}

.gnb-style-full .gnb-navigation-inner .lang-m {
	display: none;
}

.memver-balance.pc {
	left: 0;
	top: 0;
	background-color: #000;
	width: 100%;
	height: 40px;
	padding: 0 80px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
	box-sizing: border-box;
}

.memver-balance.pc .username {
	display: inline;
	float: left;
	font-size: 1.5rem;
}

.memver-balance.pc .username strong {
	color: #FFF;
}

.memver-balance.pc .balance-box {
	display: inline;
	float: right;
	font-size: 1.5rem;
	text-align: left;
}

.memver-balance.pc .balance-box ul {
	display: inline-block;
	text-align: left;
}

.memver-balance.pc .balance-box ul li {
	display: inline-block;
	line-height: 40px;
}

.memver-balance.pc .balance-box ul li button {
	width: 26px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	padding-top: 3px;
}

.memver-balance.pc .balance-box ul li button i {
	font-size: 1.5rem;
	color: #999;
}

.memver-balance.pc .balance-box ul~ul {
	margin-left: 10px;
}

.memver-balance.pc .balance-box ul li:nth-child(1) i {
	font-size: 2rem;
	position: relative;
	top: 4px;
	color: #2bb673;
}

.memver-balance.pc .balance-box span {
	display: inline-block;
	width: 150px;
	height: 24px;
	line-height: 22px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: #222;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: right;
	color: #FFF;
}

@media all and (min-width:1921px) {
	.sitemap-line-btn.active:before {
		width: 10000px;
		height: 10000px;
		transition: all 1s ease-in-out;
	}
}

@media all and (max-width:1920px) {
	.sitemap-line-btn.active:before {
		width: 5000px;
		height: 5000px;
	}
}

/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9997;
	transition: var(--transition-custom);
}

/* gnb overlay BG */
.gnb-overlay-bg.open {
	visibility: visible;
	opacity: 1.0;
}

#gnb {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	/* z-index:99; */
}

#gnb>ul {
	display: inline-block;
}

#gnb>ul>li {
	position: relative;
	float: left;
	word-break: keep-all;
}

#gnb>ul>li>a {
	position: relative;
	z-index: 100;
	display: block;
	line-height: var(--header-height);
	padding: 0 2.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	transition-property: line-height;
}

#gnb>ul>li>a:hover,
#gnb>ul>li>a:focus {
	color: var(--main-color);
}

/* GNB :: 2차 각각메뉴 */
#gnb.each-menu>ul>li .gnb-2dep {
	/* display:none; */
	position: absolute;
	top: calc(var(--header-fixed-height) + 20px);
	left: 50%;
	margin-left: -10rem;
	z-index: 999;
	width: 20rem;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

#gnb.each-menu>ul>li .gnb-2dep:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 0;
	background-color: var(--main-color);
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
}

#gnb.each-menu>ul>li .gnb-2dep ul {
	padding: 15px 0px;
}

#gnb.each-menu>ul>li .gnb-2dep ul li {
	position: relative;
	padding: 8px 10px;
	opacity: 0;
	transition: all 0s 0s;
}

#gnb.each-menu>ul>li .gnb-2dep ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.4;
	opacity: 0.9;
}

#gnb.each-menu>ul>li .gnb-2dep ul li a:hover {
	opacity: 1.0;
}

/* over했을때 */
#gnb.each-menu>ul>li .gnb-2dep.open {
	visibility: visible;
	opacity: 1.0;
}

#gnb.each-menu>ul>li .gnb-2dep.open:before {
	height: 100%;
}

#gnb>ul>li .gnb-2dep.open ul li {
	opacity: 1.0;
	transition: var(--transition-custom2);
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(1) {
	transition-delay: 0.1s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(2) {
	transition-delay: 0.2s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(3) {
	transition-delay: 0.3s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(4) {
	transition-delay: 0.4s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(5) {
	transition-delay: 0.5s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(6) {
	transition-delay: 0.6s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(7) {
	transition-delay: 0.7s;
}

#gnb>ul>li .gnb-2dep.open ul li:nth-child(8) {
	transition-delay: 0.8s;
}

/* -------- Header :: fixed -------- */
@media all and (min-width: 1281px) {
	#headerInner:before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(5px);
		visibility: hidden;
		opacity: 0;
		transition: var(--transition-custom);
	}

	#header.top-fixed #headerInnerWrap {
		position: fixed;
		z-index: 99;
	}

	#header.top-fixed #headerInner {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	#header.top-fixed #headerInner:before {
		visibility: visible;
		opacity: 1;
	}

	#header.top-fixed .logo .white-ver {
		visibility: hidden;
		opacity: 0;
	}

	#header.top-fixed .logo .black-ver {
		visibility: visible;
		opacity: 1;
	}

	#header.top-fixed .header-lang-list li:before {
		background-color: rgba(0, 0, 0, 0.5);
	}

	#header.top-fixed .header-lang-list li a {
		color: #000;
	}

	#header.top-fixed .header-lang-list li a:after {
		background-color: #000;
	}

	#header.top-fixed .nav-open-btn,
	#header.top-fixed .sitemap-line-btn {
		border-color: rgba(0, 0, 0, 0.2);
	}

	#header.top-fixed .nav-open-btn i,
	#header.top-fixed .sitemap-line-btn i {
		color: #000;
	}

	#header.top-fixed #gnb {
		/* z-index: 0; */
	}

	#header.top-fixed #gnb>ul>li>a {
		color: #000;
	}
}

/* -------- Header :: hidden -------- */
#header.top-fixed,
#header.top-fixed #headerInnerWrap,
#header.top-fixed #headerInner {
	height: var(--header-fixed-height);
}

#header.top-fixed #gnb>ul>li>a {
	line-height: var(--header-fixed-height);
}

#header.top-fixed #gnb.each-menu>ul>li .gnb-2dep {
	top: calc(var(--header-fixed-height) - 20px);
}

/* #header.top-fixed.scroll-up .nav-open-btn-box{transform: translateY(0);}
#header.top-fixed.scroll-up #headerInnerWrap{top: 0; transform: translateY(0);}
#header.top-fixed.scroll-down .nav-open-btn-box{transform: translateY(calc(-1 * var(--header-height)));}
#header.top-fixed.scroll-down #headerInnerWrap{top: 0; transform: translateY(calc(-1 * var(--header-height)));} */

/* -------- Header :: sitemap-open -------- */
@media all and (min-width: 1281px) {
	#header.sitemap-open #gnb {
		opacity: 0;
	}
}

/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn-box {
	display: none;
}

#gnbM {
	display: none
}

/* ****************** FOOTER ********************** */
/* -------- FOOTER :: 레이아웃 -------- */
#footer {
	background-color: #fff;
}

#footerInner {
	padding: 9.5rem 0 15rem;
	border-top: 1px solid #f2f2f2
}

.footer-left-con {
	float: left;
	display: flex;
}

.footer-right-con {
	float: right;
}

/* Footer :: TOP버튼 */
.to-top-btn {
	position: fixed;
	bottom: -100px;
	right: 15px;
	display: block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	text-align: center;
	color: #333;
	z-index: 99;
	border: 1px solid #eee;
	box-sizing: border-box;
	opacity: 0;
	transition: var(--transition-custom);
	border-radius: 50%;
}

.to-top-btn.bottom-fixed {
	bottom: 15px;
	opacity: 1.0;
}

.to-top-btn i {
	display: inline-block;
	font-size: 16px;
	line-height: 46px;
	transition: var(--transition-custom);
}

.to-top-btn:hover i {
	transform: translateY(-3px)
}

#fullpage .to-top-btn {
	display: none;
}


/* Footer :: 푸터로고 */
.foot-logo {
	display: block;
	margin-right: 5rem;
}

.foot-logo img {
	height: 9rem;
}

/* Footer :: 정보 */
.footer-address {
	padding-top: 1.5rem;
}

.footer-address .footer-address-txt {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -0.05em;
	font-weight: 500;
	color: #000;
}

.footer-address p {
	margin-right: 1.5rem;
	display: inline-block;
	vertical-align: middle;
}

.footer-address p:first-child {
	margin-right: 4rem;
}

.footer-address p:last-child {
	margin-right: 0;
}

.footer-address a {
	color: inherit
}

/* Footer :: Copyright */
.footer-copyright {
	margin-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.67);
}

/* Footer :: 푸터메뉴 */
.foot-menu {
	text-align: right;
}

.foot-menu li {
	margin-top: 0.5rem;
	display: block;
}

.foot-menu li:first-child {
	margin-top: 0;
}

.foot-menu li a {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #000;
}

.foot-menu li a:after {
	position: absolute;
	bottom: 0px;
	left: -2px;
	right: -2px;
	height: 2px;
	background-color: #000;
	content: "";
	transform: scaleX(0);
	transition: var(--transition-custom);
	transition-property: transform;
	transform-origin: 100% 0;
}

.foot-menu li a:hover:after {
	transform: scaleX(1);
	transform-origin: 0 0;
}

@keyframes colorWheel {
	0% {
		transform: rotate(0deg) translate(-20px) rotate(0deg);
	}

	100% {
		transform: rotate(720deg) translate(-20px) rotate(-720deg);
	}
}

@keyframes sub-active-animation {
	from {
		opacity: 0;
		filter: Alpha(opacity=0);
		transform: translateY(100%);
	}

	to {
		opacity: 1.0;
		filter: Alpha(opacity=100);
		transform: translateY(0);
	}
}

/* modal layer content */
.footer-modal-content {
	position: relative;
	width: 96%;
	max-width: 1000px;
	margin: 20px auto;
}

.footer-modal-content h1 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
	padding: 0 50px 20px;
	color: #fff;
}

.modal-close-btn {
	position: absolute;
	top: -6px;
	right: -6px;
	color: #fff;
}

.modal-close-btn i {
	font-size: 38px;
}

.modal-close-btn i:hover {
	color: #fff
}

.footer-inner-box {
	padding: 30px;
	background-color: #fff;
}

.footer-inner {
	padding: 20px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #ddd;
}

.show {
	opacity: 1 !important;
	z-index: 99999 !important;
	transition: all 0.5s;
}

.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;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	/* 초기에 약간 아래에 배치 */
	padding: 20px;
}


.pwbox input {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	height: 40px;
	margin-bottom: 20px;
	padding: 0 10px;
	font-size: 16px;
}

.window {
	position: relative;
	width: 100%;
	height: 100%;
}

.pop-contents {
	padding: 0 20px 20px;
	position: relative;
	overflow: hidden;
}

.w-fixd {
	width: 400px;
}

.pop-contents .cls {
	font-size: 30px;
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 20px;
	top: -10px;
	color: #999;
}

.pop-contents h2 {
	font-size: 20px;
	line-height: 26px;
	color: #2bb673;
	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: #e0ef37;
	word-break: break-all;
	cursor: pointer;
}

.btn-con {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.btn-con .default {
	background-color: rgba(0, 0, 0, 0.2);
	color: #666;
	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;
}

.btn-con button:last-child {
	color: #000;
	background-color: #0ba9b5;
}

.btn-con button {
	display: inline-block;
	width: 48%;
}

.info-code button.btw {
	width: 28% !important;
}

.group input.w70 {
	width: 70% !important;
}

.group input:focus,
.group textarea:focus,
.group select:focus {
	outline: none;
}

.group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	border-radius: 5px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	width: 20%;
	cursor: pointer;
	border: 0;
}

/* LABEL ======================================= */
.group label {
	color: rgba(0, 0, 0, 0.25);
	font-size: 18px !important;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 10px;
	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:focus {
	border: 1px solid #2bb673 !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:focus~label {
	top: -10px;
	font-size: 16px;
	color: #2bb673;
	padding: 0 5px;
	background-color: #FFF;
}

.group {
	position: relative;
	width: 100%;
}

.group input {
	font-size: 18px !important;
	padding: 12px 10px;
	display: block;
	width: 100%;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	color: #666;
	background-color: #FFF;
	margin-top: 15px;
}

.group-mt10 {
	margin-top: 15px;
}

.scroll-box {
	width: 600px;
	height: 600px;
	overflow-y: scroll;
}

.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);
}

.scroll-box p {
	display: block;
	color: #666;
	font-size: 14px;
}

.scroll-box p~p {
	margin-top: 50px;
}

.scroll-box p span {
	display: block;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	padding: 8px 0;
	font-weight: bold;
}

.scroll-box p em {
	font-style: normal;
	display: block;
	line-height: 24px;
}

.scroll-box p em~em {
	margin-top: 20px;
}

.memver-balance.m {
	display: none;
}