* {font-family:"Malgun Gothic", "맑은고딕" !important;}

html {overflow-y:visible;}
html, body {width:100%; margin:0; padding:0;}
ul, ol, p, dl, dt, dd, address {margin:0; padding:0;}
ul, ol {list-style:none;}

h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-size:12px;}

img {border:0;}
fieldset {margin:0; padding:0; border:none;}
em, address {font-style:normal;}

/* [Layout] - Game Wrap */
.game_wrap {
	min-width:1280px;
	background:#f6f6f6;
}

/* [Layout] - Game Header */
.game_header {
	background:#fff;
}
.game_header_in {
	width:1280px;
	height:95px;
	margin:0 auto;
}
.game_header_in:after {
	content:"";
	display:block;
	clear:both;
}
/* [Layout] - Game Header > Logo */
.game_header .logo {
	float:left;
	/*margin-top:33px;*/
}
.game_header .logo img {
	vertical-align:middle;
}
.game_header .logo .h_para {
	display:inline-block;
	margin:38px 0 0 -60px;
	font-size:15px;
	color:#7f7f7f;
	letter-spacing:-0.25px;
	vertical-align:middle;
}
/* [Layout] - Game Header > User Info */
.game_header .user_info {
	float:right;
	margin-top:34px;
	font-weight:500;
	color:#444;
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_header .user_info .nick,
.game_header .user_info .charge {
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_header .user_info .nick {
	font-size:16px;
	color:#eb5e18;
}
.game_header .user_info .charge {
	display:inline-block;
	padding:3px 30px 5px;
	font-weight:700;
	font-size:17px;
	color:#151515;
	text-decoration:none;
	border:2px solid #444444;
	border-radius:18px;
}
.game_header .user_info .sub_logo {
	margin-top:3px;
}
.game_header .user_info .sub_logo a {
	display:inline-block;
	margin-left:20px;
}

/* [Layout] - Game Visual */
.game_visual {}
.game_visual_in {}
.game_visual .swiper-container-visual {
	overflow:hidden;
	position:relative;
	height:480px;
}
.game_visual .swiper-slide {
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.game_visual .swiper-slide a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.game_visual .swiper-slide a:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:135px;
	background:url("../image/game_visual_bg.png") 0 0  repeat-x;
}
.game_visual .swiper-pagination {
	left:0;
	bottom:30px;
	width:100%;
}
.game_visual .swiper-pagination .swiper-pagination-bullet {
	width:6px;
	height:6px;
	margin:0 5px;
	border:2px solid #fff;
	background:transparent;
	opacity:1;
	transition:all 0.3s;
}
.game_visual .swiper-pagination .swiper-pagination-bullet-active {
	width:56px;
	border-radius:5px;
	background:#fff;
}

/* [Layout] - Game Container */
.game_container {}

/* [Layout] - Game Content */
.game_content {
	width:1280px;
	margin:0 auto;
	padding:10px 0;
}

/* [Main] - Game List */
.game_list {
	width:100%;
}
.game_list:after {
	content:"";
	display:block;
	clear:both;
}
.game_list .unit {
	float:left;
	margin:60px 20px 0 0;
	transition:all 0.4s;
}
.game_list .last-child {
	margin-right:0;
}
.game_list .unit a {
	display:block;
	text-decoration:none;
}
.game_list .unit a .img {
	overflow:hidden;
}
.game_list .unit a .img img {
	vertical-align:top;
	transition:all 0.4s;
}
.game_list .unit .info {
	height:68px;
	padding:18px 22px 0 22px;
	background:#fff;
}
.game_list .unit .info .title {
	font-weight:700;
	font-size:18px;
	color:#151515;
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_list .unit .info .genre {
	margin-top:3px;
	font-weight:400;
	font-size:13px;
	color:#999999;
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_list .unit_ready .img {
	position:relative;
}
.game_list .unit_ready .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#5b5b5b;
	opacity:0.4;
	z-index:100;
}
.game_list .unit_ready .img .icon {
	position:absolute;
	left:10px;
	top:10px;
	z-index:101;
}
.game_list .unit_ready .img .icon img {
	width:auto;
	height:auto;
}
.game_list .active {
	box-shadow:0px 0px 20px #ccc;
}
.game_list .active a .img img {
	transform:scale(1.1);
}
/* [Main] - Game List 4ĭ */
.game_list4 .unit {
	width:305px;
}
.game_list4 .unit a .img img {
	width:305px;
	height:270px;
}
/* [Main] - Game List 5ĭ */
.game_list5 .unit {
	width:240px;
}
.game_list5 .unit a .img img {
	width:240px;
	height:270px;
}

/* [Layout] - Game Foter */
.game_footer {
	margin-top:90px;
	background:#262424;
}
.game_footer_in {
	overflow:hidden;
	width:1280px;
	margin:0 auto;
	padding:25px 0 25px;
}
.game_footer .txt {
	font-weight:500;
	font-size:13px;
	line-height:20px;
	color:#858585;
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_footer .company {
	font-size:13px;
	color:#a59f9f;
	text-align:center;
}
.game_footer .company .blank {
	display:inline-block;
	width:4px;
}
.game_footer .email {
	margin-top:3px;
	font-size:13px;
	color:#757272;
	text-align:center;
}
.game_footer .foot_logo {
	float:left;
	width:168px;
	margin:0 90px 0 0;
}
.game_footer .foot_content {
	float:left;
	padding-top:4px;
}
.game_footer .foot_content .menu {
	margin-left:-11px;
	zoom:1;
}
.game_footer .foot_content .menu:after {
	content:"";
	display:block;
	clear:both;
}
.game_footer .foot_content .menu li {
	float:left;
}
.game_footer .foot_content .menu li a {
	display:block;
	position:relative;
	padding:6px 13px 8px;
	font-weight:500;
	font-size:15px;
	color:#a59f9f;
	font-family:'Noto Sans KR', sans-serif !important;
	text-decoration:none;
}
.game_footer .foot_content .menu li a:after {
	content:"";
	position:absolute;
	right:0;
	top:11px;
	width:1px;
	height:12px;
	background:#706c6c;
}
.game_footer .foot_content .menu li:last-child a:after {
	display:none;
}
.game_footer .foot_content address {
	margin-top:15px;
	font-weight:500;
	font-size:13px;
	line-height:20px;
	color:#a59f9f;
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_footer .foot_content address .blank {
	display:inline-block;
	width:4px;
	height:10px;
}
.game_footer .foot_content .copyright {
	font-weight:500;
	font-size:13px;
	color:#757272;
	font-family:'Noto Sans KR', sans-serif !important;
}
.game_footer .foot_content .guide {
	margin-top:15px;
	font-weight:500;
	font-size:12px;
	line-height:18px;
	color:#7d5e5e;
	font-family:'Noto Sans KR', sans-serif !important;
}
