@charset "UTF-8";

/**------ font face ------**/
@font-face {
	font-family: 'SUIT Variable';
	font-weight: 100 900;
	src: url('../font/SUIT-Variable.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: url('../font/SUIT-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: url('../font/SUIT-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('../font/SUIT-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('../font/SUIT-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('../font/SUIT-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('../font/SUIT-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: url('../font/SUIT-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: url('../font/SUIT-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: url('../font/SUIT-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cafe24SsurroundAir';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24SsurroundAir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}


/**------ font face ------**/

/**------ reset ------**/

*{margin: 0; padding: 0; font-family: 'SUIT'; font-weight: 400;}
ol, ul, li{list-style: none;}
a{text-decoration: none; color: #000; display: inline-block;}
img{vertical-align: middle;}
.clear::after{content: ""; clear: both; display: block;}
.hover>li{position: relative;}
.hover>li::after{content:""; width: 0; height: 15px; display: block; background: #eee; transition:0.3s; position: absolute; transform: translate(0, -50%); top: 50%; left: 0;}
.hover>li:hover::after{width: 100%; transition:0.3s;}
.hover>li>a{display: block; position: relative; z-index: 1;}
h2{border-left: 5px solid #533ECE; color: #222; padding-left: 10px; font-family: 'Cafe24Ssurround';}
button{cursor: pointer;}
/**------ wrap ------**/
.wrap{width: 1200px;
margin: 0 auto;}

/** 각 이미지 사이즈 (1920 기준)

메인 배너 1200 * 500
메인 탭, 서브페이지 위쪽 광고배너 600 * 260
서브페이지 하단 광고배너 1200 * 260
메인 코인 획득 팝업의 게임 정보 이미지 600 * 200

○ 아래 목록은 이미지 비율 동일
● 메인 페이지 탭 섬네일 350 * 230
● 메인 페이지 카테고리별 섬네일 270 * 177
● 게임 상세 페이지 상단 이미지 760 * 500 (가장 큰 사이즈)
● 서브 페이지 상단 금주의 추천 게임 섬네일 350 * 230

**/

/* 컬러 테스트 */

/* .header a{color: #fff;}
.header input{background: transparent; border-bottom: 1px solid #fff !important;}
.header input::placeholder{color: #fff; opacity: 0.5;}
.logo{background: url(../images/logo_w.png) center no-repeat !important;}
.cate-bt span{background: #fff !important;}

.bgc1 {background: #533ece; color: #fff;}
.bgc2 {background: #e2276a; color: #fff;}
.bgc3 {background: #fc0; color: #fff;} */

/**------ header ------**/

header.header{width: 100%; height: 140px; /* border: 1px solid #eee; */ -webkit-box-sizing: border-box;
box-sizing: border-box;}
.head-wrap{height: 140px; line-height: 140px; position: relative;}

.cate-bt{float: left; width: 30px; height: 25px; margin-top: 57px; margin-left: 40px; cursor: pointer; transition: 0.3s;}
.cate-bt span{width: 100%; height: 3px; background: #000; display: block; transition:0.3s; margin-top: 8px; float: left;}
.cate-bt span:first-child{margin-top: 0;}
.cate-bt span:nth-child(2){opacity: 1;}
.cate-bt span:last-child{}

.cate-bt.enter{margin-top: 65px; transition:0.3s; }
.cate-bt.enter span:first-child{transform: rotate(45deg); margin-bottom: -11px;}
.cate-bt.enter span:nth-child(2){opacity: 0;}
.cate-bt.enter span:last-child{transform: rotate(-45deg); margin-top: -11px;}

.category{z-index: 999; background: #fff; /**/ display: none; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; top: 139px;}
.category .cate-list{width: 100%; border-bottom: 5px solid #ddd;}
.category .cate-list>li{height: 100%; line-height: 60px; position: relative; width: 180px; border-top: 5px solid #eee; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: right; z-index: 999;}
.category .cate-list>li:first-child{border-top: none;}
.category .cate-list>li .sub-cate{z-index: -1; background: #fff; width: 1200px; position: absolute; top: 0; left: 0; padding-left: 200px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.category .cate-list>li .sub-cate>li{float: left; width: 200px; text-align: center;}
.category .cate-list>li .sub-cate>li>a{}

.logo{background: url(../images/logo.png) center no-repeat; width: 196px; height: 140px; display: inline-block; margin-left: 70px; margin-right: 70px;}
.logo>a{display: block; width: 100%; height: 100%;}

.gnb{display: inline-block; margin-right: 30px;}
.gnb>li{float: left; width: 120px; text-align: center; cursor: pointer;}
.gnb>li:last-child{}
.gnb>li>a{font-weight: 500;}
.gnb>li .sub{border-bottom: 5px solid #ddd; display: none; /*min-height: 100px;*/ width: 1200px; position: absolute;	transform:translate(-50%, 0%);	left: 59%; background: #fff; z-index: 3; top: 139px;}
.gnb>li .sub li{float: left; margin-right: 5%; flex: 1; border-top: 5px solid #eee; -webkit-box-sizing: border-box; box-sizing: border-box;}
.gnb>li .sub li:last-child{margin-right: 0;}
.gnb>li .sub li>a{display: block; line-height: 100px; text-align: center; text-decoration: none; color: #000;}
.gnb>li .sub.sub1{}
.gnb>li .sub.sub2{margin-left: -120px;}
.gnb>li .sub>.subli-wrap{width: 1200px; display: flex; margin: 0 auto; padding: 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box;}

.serch{display: inline-block; height: 140px; line-height: 140px; width: 275px; position: relative;}
.serch>input{width: 275px; position: absolute; top: 50%; transform: translate(0%, -50%); border-top: none; border-right: none; border-left: none; border-bottom: 1px solid #000; height: 40px;}
.serch>a{position: absolute; right: 0;}

.headbt{display: inline-block; height: 140px; line-height: 140px; position: absolute; margin-left: 25px;}
.pc_logout{margin-left: 70px;}
.headbt>a{display: block;}
.headbt img{width: 32px;}

	/**------ header END ------**/

	/**------ m-header start ------**/

	/* 220411 모바일 검색창 start */

	ul.src-icon-bt{top: 65%; width: 80%; transform: translate(-50%, 0); left: 50%; display: none;}
	ul.src-icon-bt li{width: 100%; margin: 0;}
	.src-icon-bt input{width: 100%; height: 40px; border: none; border-bottom: 1px solid #000;}
	.src-icon-bt a{position: absolute; right: 0;}

	div.serch-mo{height: 40px; line-height: 40px;}
	div.serch-mo>input{right: 0; width: 200px;}

	/* 220411 모바일 검색창 end */

	header.m-header{display: none; width: 100%; height: 80px; background: #fff; position: relative;}

	.m-cate-bt{background: #fff; padding: 15px; border-radius: 30px; position: fixed; width: 30px; height: 25px; margin-top: 15px; margin-left: 15px; cursor: pointer; transition: 0.3s; z-index: 999;}
	.m-cate-bt span{width: 100%; height: 3px; background: #000; display: block; transition:0.3s; margin-top: 8px; float: left;}
	.m-cate-bt span:first-child{margin-top: 0;}
	.m-cate-bt span:nth-child(2){opacity: 1;}
	.m-cate-bt span:last-child{}

	.m-cate-bt.enter{margin-top: 17px; transition:0.3s; }
	.m-cate-bt.enter span{width: 33px;}
	.m-cate-bt.enter span:first-child{transform: rotate(45deg); margin-top: 10px;}
	.m-cate-bt.enter span:nth-child(2){opacity: 0;}
	.m-cate-bt.enter span:last-child{transform: rotate(-45deg); margin-top: -14px;}

	.m-logo{position: absolute; transform: translate(-50%, -50%); left: 50%; top: 50%; background: url(../images/logo.png) center / 90% auto no-repeat; width: 196px; height: 60px; display: inline-block;}
	.m-logo>a{display: block; width: 100%; height: 100%;}

	.m-gnb-logo{position: absolute; transform: translate(-50%, 0%); left: 50%; top: 10px; background: url(../images/logo.png) center / 90% auto no-repeat; width: 196px; height: 60px; display: inline-block;}
	.m-gnb-logo a{display: block; width: 100%; height: 100%;}

	.icon-bt{position: absolute; transform: translate(0%, -50%); top: 50%; right:15px;}
	.icon-bt li{float: left; margin-left: 15px;}

	.m-gnb-bg{background: rgba(0, 0, 0, 0.8); transition:0.3s; width: 0%; height: 100%; z-index: 2; position: fixed;}
	.m-gnb-bg-open{width: 100%; transition:0.3s;}
	.m-gnb-box{opacity: 0; transition:0.3s; width: 0%; position: fixed; background: #fff; z-index: 3; height: 100vh; overflow-y: auto;}
	.m-gnb-box-open{width: 60%; transition:0.3s; opacity: 1;}


	.semi-my{margin-bottom: 50px;}
	.smy-icon{overflow: hidden; width: 200px; height: 200px; border-radius: 100px; background: #eee; margin: 130px auto 10px auto;}
	.smy-icon img{width: 100%;}
	.smy-text{text-align: center;}
	.smy-text p{color: #666;}
	.smy-text.logout p{color: #666; font-size: 1.1rem;}
	.smy-text .member-name{font-weight: 600; font-size: 1.1rem;}
	.smy-text .member-id{}
	.smy-text .member-id span{text-transform: uppercase;}

	.my-bt{width: 100%; height: 40px; font-size: 0; margin-top: 20px;}
	.my-bt button{position: relative; border: none; width: 50%; height: 100%; background: none; color: #222; font-size: 1.1rem;}
	.my-bt button img{margin-right: 10px;}
	.my-bt.logout button{width: 100%;}
	.login{}
	.logout{display: block;}
/* background: #fff; */
	.m-gnb li{min-height: 50px; border-bottom: 1px solid #eee; line-height: 50px; padding-left: 50px; -webkit-box-sizing: border-box; box-sizing: border-box;}
	.m-gnb>li::before{content: ''; width: 20px; height: 20px; border-radius: 10px; background: #eee; display: inline-block; transition:0.3s;}
	.m-gnb>li.selected::before{background: #533ECE;}
	.m-gnb li a{height: 50px; -webkit-box-sizing: border-box; box-sizing: border-box;padding-left: 30px; width: 90%;}
	.m-gnb li .m-sub{display: none;}
	.m-gnb li .m-sub li{}
	.m-gnb li .m-sub li a{margin-left: -30px;}


	/**------ m-header END ------**/
	section{width: 100%;}

	/**------ footer ------**/

footer.footer{background: #eee;}
.footer-top{background: #444; height: auto; margin-bottom: 5px;}
.footer-logo{background: url(../images/footerlogo.png) center/contain no-repeat; width: 196px; height: 80px; display: inline-block; margin-right: 50px; margin-left: 20px;}
.footer-logo>a{display: block; width: 100%; height: 100%;}
.footer-menu{display: inline-grid; grid-template-columns: repeat(4, 1fr); vertical-align: top; width: 70%;}
.footer-menu>li{padding-top: 30px; text-align: center;}
.footer-menu>li>a{color: #eee;}
.footer-bottom{padding-top: 10px; padding-bottom: 10px;}
footer.footer dl,footer.footer dt,footer.footer dd{color: #222; font-size: 0.9rem;}
footer.footer dl::after{content:""; clear: both; display: block;}
footer.footer dt, footer.footer dd{float: left;}
footer.footer p{font-size: 0.9rem; margin-top: 5px; color: #222;}
footer.footer a{display: inline-block;}

.fam-container{height: 80px; position: relative; width: 1200px; overflow: hidden; display: block; margin: 0 auto;}
.fam-container h3.family-title{z-index: 2; position: absolute; height: 100%; width: 200px; line-height: 80px; text-align: center; color: #fff; font-weight: 600; font-size: 1.1em; text-align: center; background: #666;}
.family-box{position: relative; width: 1200px; height: 100%; display: block; margin: 0 auto; overflow-x: auto; overflow-y: hidden;}
.family-box::-webkit-scrollbar{width: 6px; height: 10px;}
.family-box::-webkit-scrollbar-track {background-color: transparent;}
.family-box::-webkit-scrollbar-thumb{background-color: #aaa; background-clip: padding-box; border-radius: 10px; border: 2px solid transparent;}

.family-site{position: absolute; left: 200px; height: 80px; margin: 0 auto; display: block; overflow: visible; width: fit-content;}
.family-site li{float: left; width: 200px; line-height: 80px;}
.family-site li a{display: block; margin: 0 auto; width: fit-content;}
.family-site li>img{}
.scr-x{border-radius: 50px; background: #666; border: none; position: absolute; transform:  translate(0%, -50%); right: 0; top: 50%;}
.scr-x img{transform: rotate(-90deg);}

	/**------ footer END ------**/


	/**------ mobile header ------**/

	@media only screen and (max-width:1200px){
		header.m-header{display: block;}
		header.header{display: none;}
		.fam-container{width: 100%;}
		.family-box{width: 100%;}
	}
	@media only screen and (max-width:768px){
		.m-gnb-box-open{width: 100%;}
	}

	/**------ mobile header END ------**/


	/**------ mobile footer ------**/

	@media only screen and (max-width:1024px){
		/* .footer-menu>li{width: auto; padding: 0 20px;} */
		.footer-logo{margin: 0;}
	}
	@media only screen and (max-width:768px){
		/* .footer-menu>li{padding: 0 10px;} */
		.wrap.footer-wrap{width: 96%;}
		.footer-menu{width: 79%;}
		.footer-logo{width: 20%; margin-right: 0;}
		.fam-container h3.family-title{width: 120px;}
		.family-site{left: 120px;}

		.icon-bt .serch{display: none;}
		ul.src-icon-bt{display: block;}
		header.m-header{height: 140px;}
		.m-logo, .icon-bt{top: 30%;}
	}
	@media only screen and (max-width:640px){
		.footer-menu{width: 100%;}
		.footer-menu li{padding: 20px 2px; font-size: 0.8rem;}
		.footer-logo{width: 30%; margin: 0 auto; display: block;}
	}
	@media only screen and (max-width:390px){
		.wrap.footer-wrap{width: 100%;}
		.footer-logo{display: block; width: 50%; margin: 0 auto;}
		/* .footer-menu{width: 100%;}
		.footer-menu>li{width: 22%;} */


	}
	@media only screen and (max-width:350px){
		/* .footer-menu>li{width: 21%;} */

	}

	/**------ mobile footer END ------**/
