﻿@charset "utf-8";
html, body {font-size:12px;font-family:'돋움', dotum, 굴림;line-height:1.5;color:#fff;}
html, body, form, input, legend, label, select, option, button, fieldset, textarea, div, p, pre, blockquote, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li {margin:0;padding:0;}
img {vertical-align:top;}button {cursor:pointer;}ol, ul, dl, li {list-style:none;}fieldset, img {border:0;}input, select, button {vertical-align:middle;}
a {text-decoration:none;}a:hover {text-decoration:underline;}
table {border-collapse:collapse;}table caption {position:absolute;left:-3000px;top:-3000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}

.wrap_ingame {width:781px;height:480px;}
.wrap_main {background:url('bg_main_wrp.jpg') no-repeat;}
.wrap_main ul {width:465px;margin:0 auto;padding:57px 0 0 5px;}
.wrap_main li {float:left;padding:0 4px 5px 0;}
.wrp_tit {width:781px;height:60px;background:url('bg_tit_wrp.jpg') no-repeat;}
.wrp_tit h1 {float:left;padding-left:21px;}
.btn_list {float:right;padding:11px 15px 0 0;}
.btn_list .btn {float:left;position:relative;padding-right:3px;}
#menu_layer {position:absolute;left:-158px;top:38px;width:186px;height:254px;padding:15px 0 0 7px;background:url('bg_menu_wrp.png') no-repeat;z-index:9999;}
#menu_layer li {float:left;width:92px;height:24px;line-height:25px;text-align:center;overflow:hidden;}
#menu_layer li a {color:#fff;text-decoration:none;}

.wrp_contents {width:781px;height:420px;overflow-x:hidden;overflow-y:auto;}

/* Tiny Scrollbar
#scrollbar1 {
	width: 781px;
	background:#fff;
}
#scrollbar1 .viewport {
	width: 761px;
	height: 420px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}
#scrollbar1 .scrollbar {
	background: transparent url('bg-scrollbar-track-y.png') no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 20px;
}
#scrollbar1 .track {
	background: transparent;
	height: 100%;
	width:13px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb {
	background: transparent url('bg-scrollbar-thumb-y.png') no-repeat 50% 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -3px;
}
#scrollbar1 .thumb .end {
	background: transparent url('bg-scrollbar-thumb-y.png') no-repeat 50% 0;
	overflow: hidden;
	height: 5px;
	width: 25px;
}
#scrollbar1 .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
 */