@charset "utf-8";
@import "validation.css";
@import "notice.css";
@import "ui.css";
/** META STYLE */
.meta-wrapper {
	position: relative;
	width: 622px;
	height: 91px;
	padding: 0px 0px 30px 0px;
	background: url(../images/meta-wrapper-bg.png) no-repeat left top;
	top: 30px;
	left: -10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	color: #a3a3a3;
}

#meta-wrapper a {
	color: #FFFFFF;
}

#meta-wrapper .posted {
	float: left;
	color: #FFFFFF;
}

#meta-wrapper .links {
	float: right;
	color: #FFFFFF;
}

#box1 {
}

/** META STYLE 1 */
.meta-bg {
	overflow: hidden;
	position: relative;
	width: 542px;
	height: 50px;
	padding: 10px 45px 0px 35px;
	left: -10px;
	/*background: url(images/meta-wrapper-bg.png) no-repeat left top;*/
}

.meta p {
	text-transform: uppercase;
	font-family: serif;
}

.meta .tags {
	float: left;
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-03.png) no-repeat left 0px;
}

.meta .links {
	float: right;
}

.meta .more {
	padding: 0px 10px 3px 30px;
	background: url(../images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
	height: 22px;
	padding: 0px 15px;
	background: url(../images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
	text-decoration: underline;
}


.info-button {
	width: 250px;
	padding-bottom: 15px;
	margin: 0;
}
.info-button td {
	cursor: pointer;
	width: 65px;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.info-button #sButton-0 {
	background: url('../images/misc/server5.png') transparent center top no-repeat;text-shadow: 1px 1px 1px rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.95);
  color: #D86A6A;
}
.info-button #sButton-1 {
	background: url('../images/misc/server4.png') transparent center top no-repeat;text-shadow: 1px 1px 1px rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.95);
  color: #D86A6A;
}
.info-button #sButton-2 {
	background: url('../images/misc/server3.png') transparent center top no-repeat;text-shadow: 1px 1px 1px rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.95);
  color: #D86A6A;
}
.info-button #sButton-3 {
	background: url('../images/misc/server2.png') transparent center top no-repeat;text-shadow: 1px 1px 1px rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.95);
  color: #D86A6A;
}
.info-button #sButton-4 {
	background: url('../images/misc/server1.png') transparent center top no-repeat;text-shadow: 1px 1px 1px rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.95);
  color: #D86A6A;
}
.info-button #sButton-5 {
	background: url('../images/misc/server3.png') transparent center top no-repeat;text-shadow: 1px 1px 1px rgba(0,0,0,.45), 0 0 5px rgba(0,0,0,.95);
  color: #D86A6A;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #221f28;
	padding: 5px;
	opacity: 0.90;
	font: normal 10px Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#tooltip h3, 
#tooltip div {
	margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
	width: 404px;
	padding-bottom: 2px;
	display:none;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
	z-index:9999;
}













#item_filter_overlay{
	position: absolute;
    height:400px;
    width:300px;
	display:none;
	z-index:9999;
}
#item_filter{
	width: 300px;
	height:710px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);   
}
.item_filter_content{	
	height:600px;
	width: 285px;
	margin: 15px;
	overflow: auto;
}
html, body {font:normal 13px/1.2 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#333;}
html, body, legend, label, option, button, fieldset, textarea, div, p, pre, blockquote, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, iframe {margin:0;padding:0;}
img {vertical-align:top;}button {cursor:pointer;}fieldset, img {border:0;}input, select, button {vertical-align:middle;}
a {text-decoration:none;color:#666;}a:hover {text-decoration:underline;color:#666;}
table {width: 100%;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block;margin:0;padding:0;}
.blind {position:absolute;left:-3000px;top:-3000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
.ir_sprite {display:block;margin:0;padding:0;border:none;text-indent:-9999px;}

/* GNB, Footer controll */
#game_code_a2 #gnb_wrap {}
#game_code_a2 #footer_wrap { }

/* layout class define(main_roll_wrp, sub_roll_wrp) */
.main_roll_wrp {clear:both;position:relative;min-width:1140px;background:transparent;overflow:hidden;}
.main_roll_wrp .bg_video {position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;object-fit:cover;object-position:center center;pointer-events:none;}
.main_roll_wrp .visual_wrp, .main_roll_wrp .lnb_wrp {position:relative;z-index:3;}

/* ── lightning effects ── */
.lightning-container {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:hidden;}

@keyframes flashBig {
    0%,100%{opacity:0}
    8%{opacity:0}8.1%{opacity:0.55}8.3%{opacity:0}8.5%{opacity:0.7}9%{opacity:0}
    40%{opacity:0}40.1%{opacity:0.4}40.3%{opacity:0}
}
@keyframes flashSmall {
    0%,100%{opacity:0}
    20%{opacity:0}20.1%{opacity:0.35}20.4%{opacity:0}
    70%{opacity:0}70.1%{opacity:0.45}70.3%{opacity:0.1}70.6%{opacity:0}
}
.flash {position:absolute;top:0;left:0;width:100%;height:100%;}
.flash.f1 {background:radial-gradient(ellipse at 55% 0%, rgba(100,180,255,0.7) 0%, rgba(150,210,255,0.2) 50%, transparent 75%);animation:flashBig 5s linear infinite;}
.flash.f2 {background:radial-gradient(ellipse at 25% 0%, rgba(220,240,255,0.6) 0%, transparent 60%);animation:flashSmall 8s linear infinite 1.5s;}

@keyframes bolt1 {
    0%,100%{opacity:0;transform:scaleY(0)}
    8%{opacity:0;transform:scaleY(0)}
    8.1%{opacity:1;transform:scaleY(1)}
    8.5%{opacity:0.7;transform:scaleY(1)}
    9%{opacity:0}
}
@keyframes bolt2 {
    0%,100%{opacity:0;transform:scaleY(0)}
    35%{opacity:0;transform:scaleY(0)}
    35.1%{opacity:1;transform:scaleY(1)}
    35.4%{opacity:0.5}
    36%{opacity:0}
}
@keyframes bolt3 {
    0%,100%{opacity:0;transform:scaleY(0)}
    62%{opacity:0;transform:scaleY(0)}
    62.1%{opacity:1;transform:scaleY(1)}
    62.4%{opacity:0.8}
    63%{opacity:0}
}
@keyframes bolt4 {
    0%,100%{opacity:0;transform:scaleY(0)}
    80%{opacity:0;transform:scaleY(0)}
    80.1%{opacity:1;transform:scaleY(1)}
    80.5%{opacity:0.4}
    81%{opacity:0}
}
.lightning {
    position:absolute;top:0;
    transform-origin:top center;
    opacity:0;
    clip-path:polygon(42% 0%,58% 0%,54% 38%,72% 38%,36% 100%,46% 52%,28% 52%);
    filter:drop-shadow(0 0 8px rgba(100,200,255,1)) drop-shadow(0 0 20px rgba(80,160,255,0.9)) drop-shadow(0 0 40px rgba(150,200,255,0.6));
    background:linear-gradient(to bottom,transparent 0%,rgba(180,220,255,0.95) 5%,rgba(255,255,255,1) 25%,rgba(180,220,255,0.9) 55%,rgba(100,170,255,0.5) 80%,transparent 100%);
}
.lightning.l1 {left:18%;height:350px;width:55px;animation:bolt1 5s linear infinite;}
.lightning.l2 {left:60%;height:280px;width:45px;animation:bolt2 7s linear infinite 0.8s;}
.lightning.l3 {left:40%;height:400px;width:60px;animation:bolt3 9s linear infinite 2s;}
.lightning.l4 {left:82%;height:260px;width:40px;animation:bolt4 6s linear infinite 3.5s;}

@keyframes spark1 {
    0%,100%{opacity:0;transform:scale(0)}
    8.5%{opacity:0;transform:scale(0)}
    9%{opacity:1;transform:scale(1)}
    11%{opacity:0;transform:scale(3)}
}
@keyframes spark2 {
    0%,100%{opacity:0;transform:scale(0)}
    35.5%{opacity:0;transform:scale(0)}
    36%{opacity:1;transform:scale(1)}
    38%{opacity:0;transform:scale(3)}
}
@keyframes spark3 {
    0%,100%{opacity:0;transform:scale(0)}
    62.5%{opacity:0;transform:scale(0)}
    63%{opacity:1;transform:scale(1)}
    65%{opacity:0;transform:scale(3.5)}
}
@keyframes glowPulse {
    0%,100%{opacity:0.15;transform:scale(1)}
    50%{opacity:0.4;transform:scale(1.15)}
}
.spark {position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,1) 0%,rgba(150,210,255,0.9) 30%,rgba(80,160,255,0.4) 60%,transparent 75%);}
.spark.s1 {left:18%;top:340px;width:90px;height:90px;margin-left:-45px;animation:spark1 5s linear infinite;}
.spark.s2 {left:60%;top:270px;width:70px;height:70px;margin-left:-35px;animation:spark2 7s linear infinite 0.8s;}
.spark.s3 {left:40%;top:390px;width:110px;height:110px;margin-left:-55px;animation:spark3 9s linear infinite 2s;}

/* ambient electric glow orbs */
@keyframes orb1 {0%,100%{opacity:0.08;transform:scale(1)}50%{opacity:0.22;transform:scale(1.2)}}
@keyframes orb2 {0%,100%{opacity:0.05;transform:scale(1)}50%{opacity:0.18;transform:scale(1.3)}}
.lightning-container::before {
    content:'';position:absolute;
    width:400px;height:400px;
    top:-100px;left:10%;
    border-radius:50%;
    background:radial-gradient(circle,rgba(80,140,255,0.35) 0%,transparent 70%);
    animation:orb1 4s ease-in-out infinite;
}
.lightning-container::after {
    content:'';position:absolute;
    width:300px;height:300px;
    top:-50px;right:15%;
    border-radius:50%;
    background:radial-gradient(circle,rgba(120,80,255,0.3) 0%,transparent 70%);
    animation:orb2 6s ease-in-out infinite 1s;
}
.sub_roll_wrp {clear:both;position:relative;min-width:1140px;background:#fff url('../images/bg_main_wrap.jpg') no-repeat center top;}
/* visual area */
.visual_wrp {clear:both;}
.visual_view {position:relative;width:1140px;height:560px;margin:0 auto;}
/* GMT */
.gmt_wrap {position:absolute;left:40px;top:85px;width:260px;font-size:12px;color:#335b7b;}
.gmt_wrap dt {float:left;width:90px;height:20px;padding-left:10px;background:url('../images/icon_gmt_jum.png') no-repeat 0 5px;}
.gmt_wrap dd {float:left;width:145px;height:20px;}
/* TOP SNS */
.sns_wrap {  position: absolute;


  left: 40px;
  top: 490px;}.title1 {  height: 50px;
  width: 50px;
  text-indent: -888888px;}
.sns_wrap li {float:left;padding-left:7px;}
.sns_wrap li .sp_sns {display:block;width:33px;height:33px;font-size:0;line-height:0;background:url('../images/splite_sns_33_33.png') no-repeat;}
.sns_wrap li .sp_sns.face {background-position:-40px 0;}
.sns_wrap li .sp_sns.twt {background-position:0 0;}
.sns_wrap li .sp_sns.tube {background-position:-80px 0;}
.sns_wrap li .sp_sns.wikia {background-position:-120px 0;}
.sns_wrap li .sp_sns.face:hover {background-position:-40px -66px;}
.sns_wrap li .sp_sns.twt:hover {background-position:0 -66px;}
.sns_wrap li .sp_sns.tube:hover {background-position:-80px -66px;}
.sns_wrap li .sp_sns.wikia:hover {background-position:-120px -66px;}
/* LNB */
.lnb_wrp {clear:both;position:relative;height:65px;margin-top:0;background:rgba(0,0,0,0.45);border:none;overflow:visible;z-index:3;}
.lnb_wrp .lnb_bx {position:relative;width:1140px;margin:0 auto;}
.lnb_wrp nav {position:relative;width:1123px;padding-left:17px;margin:0 auto;}
/* logo animations */
@keyframes logoFloat {
    0%,100% { transform: translateY(0px); }
    50%      { transform: translateY(-10px); }
}
@keyframes logoShimmer {
    0%,100% { filter: drop-shadow(0 0 8px rgba(255,160,30,0.6)) brightness(1); }
    33%     { filter: drop-shadow(0 0 22px rgba(255,220,80,0.95)) brightness(1.15); }
    66%     { filter: drop-shadow(0 0 16px rgba(160,80,255,0.7)) brightness(1.08); }
}
/* random vanish: visible most of the time, quick flicker-fade twice per cycle */
@keyframes logoVanish {
    0%          { opacity: 1; }
    18%         { opacity: 1; }
    20%         { opacity: 0.08; }
    23%         { opacity: 1; }
    60%         { opacity: 1; }
    62%         { opacity: 0.05; }
    65%         { opacity: 0.9; }
    67%         { opacity: 0.05; }
    70%         { opacity: 1; }
    100%        { opacity: 1; }
}
.lnb_wrp .lnb_logo {position:absolute;left:-175px;top:220px;width:580px;margin-left:0;}
.lnb_wrp .srv_status_box {
    position:absolute;
    right:-175px;
    top:220px;
    width:260px;
    text-align:left;
}
.lnb_wrp .srv_status_box p {
    font-family:'Ebrima',Arial,sans-serif;
    font-size:13px;
    color:#fff;
    text-transform:uppercase;
    text-shadow:1px 1px 1px rgba(0,0,0,.6), 0 0 5px rgba(0,0,0,.95);
    padding:3px 0;
    font-weight:normal;
    margin:0;
}
.lnb_wrp .srv_status_box .info-button {width:auto;padding-bottom:10px;}
.lnb_wrp .lnb_logo a {
    display:block;
    position:relative;
    width:580px;
    height:250px;
    margin:0 auto;
    font-size:0;
    line-height:0;
    background:url('../images/logo_top.png') no-repeat center center;
    background-size:contain;
    animation:
        logoFloat 4s ease-in-out infinite,
        logoShimmer 5s ease-in-out infinite,
        logoVanish 13s ease-in-out infinite;
    transition: filter 0.5s ease, transform 0.5s ease;
}
.lnb_wrp .lnb_logo a:hover {
    filter: drop-shadow(0 0 20px rgba(255,200,60,0.6))
            drop-shadow(0 0 45px rgba(255,130,0,0.35))
            drop-shadow(0 0 70px rgba(200,100,255,0.2))
            brightness(1.2);
    transform: scale(1.04);
    animation-play-state: paused;
}
.lnb_wrp .menu_list {float:left;position:relative;display:inline-block;padding-top:0;}
.lnb_wrp .menu_list h2 a {display:flex;align-items:center;height:65px;padding:0 20px;}
.lnb_wrp .menu_list h2 a {display:block;position:relative;height:22px;padding:22px 20px 22px 20px;font:bold 15px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Arial, sans-serif;color:#d6d9df;}
.lnb_wrp .menu_list h2 a strong {position:relative;}
.lnb_wrp .menu_list h2 a.on {text-decoration:none;}
.lnb_wrp .menu_list h2 a:hover {text-decoration:none;}
.lnb_wrp .menu_list ul {display:none;position:absolute;left:13px;top:95px;background:url('/platform/ob/common/v1/contents/clear.gif') no-repeat;}
.lnb_wrp .menu_list ul li {padding-bottom:2px;}
.lnb_wrp .menu_list ul li a {display:block;width:130px;height:23px;padding:6px 10px 0 10px;font:normal 13px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Arial, sans-serif;color:#d6d9df;background:#14222c;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
#loading {
  background-image:url(../images/l_bg.png);
  border-radius:0 0 4px 4px;
  color:#fff;
  display:none;
  position:fixed;
  top:0;
  left:48%;
  z-index:1000;
  padding:6px;
}

.lnb_wrp .menu_list ul#gameSlideNav03 li a {width:180px;}

.lnb_wrp .menu_list ul li a:hover {color:#fff;background:#344a9c;text-decoration:none;}
/* starter */
.starter_wrp {clear:both;position:absolute;right:1px;top:-15px;}
.starter_wrp .btn_starter {position:relative;width:402px;height:98px;border:0;margin:0;padding:0;background:transparent;outline:none;}

/* main event rolling banner */
.promotion_wrp {display:none;}
.promotion_bx, #banner, #col1, .promRoundBox {background:transparent !important;}
.promotion_bx .visual_slider, .promotion_bx .visual_slider li {background:transparent !important;}
#banner #col1 .promRoundBox {background:transparent !important;}
#banner #col1 .items .item img {opacity:0.45;}
#banner #col1 .items .item {background:transparent !important;}
.promotion_bx {float:left;width:825px;height:280px;}
.promotion_bx .visual_slider {float:left;width:825px;height:280px;padding:0;margin:0;}
.promotion_bx .visual_slider li {float:left;width:825px;height:280px;padding:0;margin:0;}
.promotion_bx .visual_conts h3 {font:bold 35px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#fbfbfb;}
.promotion_wrp .visual_conts {position:absolute;left:0;top:0;width:1140px;margin:0 auto;}
.promotion_wrp .visual_conts a {display:block;width:1140px;height:280px;outline:none;}
.promotion_wrp .visual_conts a:hover {text-decoration:none;}
.promotion_wrp .visual_conts h3 {padding:40px 0 20px 45px;;font:bold 35px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#fbfbfb;outline:none;}
.promotion_wrp .visual_conts h3 strong.point {color:#c3232d;}
.promotion_wrp .visual_conts time {padding:0 0 0 45px;font-size:13px;color:#c4c4c4;}
.promotion_wrp .visual_conts p {padding:0 0 0 45px;font-size:13px;color:#c4c4c4;line-height:1.8;}
.promotion_title_box {position: relative;
  float: left;
  width: 290px;
  height: 235px;
  top: 20px;
  padding-left: 25px;
  margin: 0 0;
  overflow: hidden;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;}

.promotion_wrp {background: transparent !important;}
































































.title_slider_nav {width:275px;}
.title_slider_nav li {clear:both;;width:275px;height:59px;border-bottom:1px solid #333;}
.title_slider_nav li a {display:block;width:245px;height:52px;padding:7px 0 0 30px;font-size:15px;color:#5b5b5b;line-height:1.4;}
.title_slider_nav li a.center {height:42px;padding-top:17px;}
.title_slider_nav li a:hover {color:#e8e7e7;text-decoration:none;}
.title_slider_nav li a.active {color:#e8e7e7;background:url('../images/icon_main_silde_active.gif') no-repeat 10px 40%;}
.title_slider_nav li a.center:hover {background-position:10px 40%;}
.title_slider_nav li a.center.active {background-position:10px 47%;}
.promotion_title_box .bx-controls {position:absolute;width:40px;height:280px;right:0;top:0;z-index:200;background:#222;}
.promotion_title_box .bx-controls .bx-controls-direction a {display:block;width:40px;height:32px;background-image:url('../images/icon_main_silde_arrow.gif');margin:0;padding:0;border:0;font-size:0;line-height:0;cursor:pointer;z-index:200;}
.promotion_title_box .bx-controls a.bx-prev {position:absolute;left:0;top:-10px;background-position:0 0;}
.promotion_title_box .bx-controls a.bx-next {position:absolute;left:0;bottom:35px;background-position:0 -97px;}
.promotion_title_box .bx-controls a.bx-prev:hover {background-position:-61px 0;}
.promotion_title_box .bx-controls a.bx-next:hover {background-position:-61px -97px;}
.promotion_title_box .bx-wrapper .bx-controls-direction a.disabled {display:none;}
.promotion_title_box .bx-controls .bx-default-pager {display:none;}

/* linemap */
.linemap_wrp {clear:both;}
.linemap_wrp.catg_news {background:url('../images/bg_linemap_news.jpg') no-repeat;}
.linemap_wrp.catg_media {background:url('../images/bg_linemap_media.jpg') no-repeat;}
.linemap_wrp.catg_guide {background:url('../images/bg_linemap_guide.jpg') no-repeat;}
.linemap_wrp.catg_comm {background:url('../images/bg_linemap_comm.jpg') no-repeat;}
.linemap_wrp.catg_down {background:url('../images/bg_linemap_down.jpg') no-repeat;}
.linemap_wrp aside {position:relative;width:1140px;height:100px;margin:0 auto;}
.linemap_wrp aside h2 {position:absolute;left:37px;top:54px;font:bold 28px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#e0e2f2;}
.linemap_wrp .menu_list {position:absolute;right:39px;top:65px;}
.linemap_wrp .menu_list li {float:left;position:relative;padding-left:5px;color:#b9bac4;}
.linemap_wrp .menu_list li a {color:#b9bac4;}
.linemap_wrp .menu_list li a:hover {color:#b9bac4;}
.linemap_wrp .menu_list li.last_child {font-weight:600;color:#e0e2f2;}

/* news, media list view  */
.notice_wrp {clear:both;position:relative;}
.notice_wrp.redeem h1 {padding:15px 10px 20px 0;font-size:25px;}
.notice_wrp.redeem h2 {padding:60px 0 15px 0;font-size:18px;}
.notice_wrp hgroup {padding:30px 0 7px 0;overflow:hidden;}
.notice_wrp h3 {float:left;width:181px;height:40px;padding-right:3px;}
.notice_wrp h3 a {display:block;width:166px;height:28px;padding:12px 0 0 15px;font:bold 13px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#888;background:#e4e4e4;}
.notice_wrp h3.last_child {width:183px;padding-right:0;}
.notice_wrp h3.last_child a {width:167px;}
.notice_wrp h3 a:hover {color:#d6d9df;background:#303a45;text-decoration:none;}
.notice_wrp h3 a.on {color:#d6d9df;background:#303a45;}

.sub_roll_wrp .board_wrp {border-top:3px solid #e5e5e5;}
.notice_wrp .board_wrp {clear:both;width:735px;}
.board_conts_bx {clear:both;padding:20px 0 10px 0;border-bottom:1px solid #ddd;overflow:hidden;}
.board_conts_bx a {text-decoration:none;break-all;word-wrap:break-word;}
.board_conts_bx h1 {padding:0 10px 12px 10px;font-size:22px;color:#333;word-break:break-all;word-wrap:break-word;}
.sub_roll_wrp .board_conts_bx h1 {padding-bottom:7px;}
.board_conts_bx .conts_area {padding:0 10px 13px 10px;color:#666;line-height:1.5;}
.board_wrp.view .board_conts_bx .conts_area {padding:0 10px 40px 10px;color:#666;line-height:1.5;}
.board_conts_bx .conts_area .view_img {width:715px;height:auto;margin:10px 0 30px 0;}
.board_conts_bx .time_sell {float:left;color:#888;font-size:12px;vertical-align:middle;*zoom:1;}
.board_conts_bx .type {float:left;height:17px;padding:1px 0 0 10px;margin-right:10px;vertical-align:middle;font:bold 11px/1.2 Arial, 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;color:#4454b4;}
.board_conts_bx .type.evt {color:#b22929;}
.board_conts_bx .icon_more {float:right;color:#7f9ccb;font-size:12px;vertical-align:middle;}
.board_conts_bx.static_conts .type {padding-right:17px;background:url('../images/bg_static.png') no-repeat right 1px;}
.main_roll_wrp .board_conts_bx {padding:20px 0 23px 0;}

.sub_roll_wrp .thumnail_sty h1 {padding-bottom:15px;}
.thumnail_sty {padding-bottom:20px;}




.thumnail_sty .thum {float:left;width:280px;height:155px;padding-left:10px;margin-right:10px;}





.thumnail_sty .conts_area {float:left;width:410px;padding-top:0;}

.board_conts_bx .view_data {float:left;padding:2px 0 15px 10px;font-size:12px;overflow:hidden;}
.board_conts_bx .view_data dt {float:left;color:#888;}
.board_conts_bx .view_data dt span {font-size:11px;}
.board_conts_bx .view_data dd {float:left;padding:0 5px 0 3px;color:#7f9ccb;}
.media_list .view_data {padding-left:0;}
.view_data.movie {padding:20px 0 15px 10px;font-size:13px;font-weight:bold;}
.board_wrp.view .board_conts_bx .view_data {padding-top:20px;}

.board_wrp.view {border-top:0;}
.board_wrp.view h1 {padding:0 10px 0 10px;margin-bottom:-6px;}
.media_wrap .board_conts_bx {padding:20px 0 10px 0;border-bottom:1px solid #333;overflow:hidden;}
.board_wrp.view .board_conts_bx {padding:10px 0 5px 0;border-bottom:0;}
.media_list {float:left;padding:10px 10px 0 7px;overflow:hidden;}
.media_list a {display:block;width:228px;height:150px;}
.media_list .img_bx {position:relative;float:left;width:228px;height:132px;}
.media_list .img_bx img {position:absolute;left:5px;top:5px;width:218px;height:122px;z-index:1;}
.media_list .txt_bx {clear:both;padding:7px 0 0 6px;}
.media_list .txt_bx strong {display:block;margin-bottom:-5px;color:#333;}
.media_wrap .board_conts_bx .media_list .txt_bx .view_data {padding-top:10px;}
.media_list a .over_bg {display:none;}
.media_list a .over_icon {display:none;}
.media_list a:hover .over_bg {position:absolute;left:0;top:0;display:block;width:228px;height:132px;background:url('../images/bg_media_over.png') no-repeat;z-index:2;}
.media_list a:hover .over_icon {position:absolute;left:0;top:0;display:block;width:228px;height:132px;background:url('../images/bg_video_media_over.png') no-repeat center center;z-index:3;}
.media_view {padding-bottom:30px;text-align:center;border-bottom:1px solid #ddd;}
.media_view img {max-width:714px;height:auto;margin:0;}

.resolution_bx {padding:26px 0 0 10px;margin-bottom:-3px;overflow:hidden;}
.resolution_bx dt {float:left;}
.resolution_bx dd {float:left;padding-left:10px;}
.resolution_bx dd a {float:left;padding-right:15px;font-size:15px;font-weight:bold;color:#7f9ccb;}
.resolution_bx dd a:hover {color:#bd232d;text-decoration:underline;}

.notice_wrp .board_wrp article.board_conts_bx.last_child {border-bottom:0;}
.sub_roll_wrp .notice_wrp .board_wrp article.board_conts_bx.last_child {border-bottom:1px solid #000;}
.sub_roll_wrp .media_wrap .board_wrp article.board_conts_bx.last_child {border-bottom:1px solid #000;}
/* user review */
.review_wrap {clear:both;position:relative;}
.review_wrap select {width:190px;height:38px;padding:0.4em 5px;border:1px solid #c6c6c6;}
.review_write_wrp {padding:20px;background:#ededed;overflow:hidden;}
.lang_select_bx {float:left;}
.review_write_wrp .star_select_bx {float:left;padding:8px 15px 9px 12px;width:140px;margin-left:10px;border:1px solid #c6c6c6;background:#fff;overflow:hidden;}

.star_select_bx .star_rating input {position:absolute;top:32px;width:19px;cursor:pointer;z-index:1;visibility:hidden;}
/*
.star_select_bx .star_rating input {float:left;width:19px;margin-right:5px;cursor:pointer;z-index:1;}
*/
.star_select_bx .star_rating label {display:block;overflow:hidden;float:left;position:relative;width:19px;height:19px;margin-right:3px;white-space:nowrap;cursor:pointer;font-size:0;line-height:0;z-index:2;}
.star_select_bx .star_rating label span {display:block;width:19px;height:18px;font-size:0;line-height:0;}
.star_select_bx .star_rating label .off {background:url('../images/icon_star_big_off.gif') no-repeat;}
.star_select_bx .star_rating label .on {background:url('../images/icon_star_big_on.gif') no-repeat;}
.star_select_bx .star_rating .star_result_bx {float:left;color:#888;padding-left:10px;}
.star_select_bx .star_rating .star_result_bx span {font-weight:normal;color:#333;}
.txt_count {float:right;padding:23px 74px 0 0;font-size:12px;color:#888;}
.txt_count .short {color:#b22929;}
.review_write_area {clear:both;padding-top:10px;}
.review_write_area textarea {
	float:left;width:590px;height:57px;padding:15px;margin-right:6px;border:1px solid #c6c6c6;font:normal 13px/1.2 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#888;
	box-shadow: inset 3px 3px 4px #efefef;
}
.review_write_area .btn_review_submit {
	float:left;position:relative;width:65px;height:50px;padding-top:35px;font:normal 12px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#fff;text-align:center;text-decoration:none;
	box-shadow: 2px 3px 4px #b2b2b2;border-radius:2px;
	background-image: -webkit-linear-gradient(bottom, #31384e, #4e5a7c);
	background-image: -moz-linear-gradient(bottom, #31384e, #4e5a7c);
	background-image: -o-linear-gradient(bottom, #31384e, #4e5a7c);
	background-image: -ms-linear-gradient(bottom, #31384e, #4e5a7c);
	background-image: linear-gradient(to top, #31384e, #4e5a7c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5a7c', endColorstr='#31384e',GradientType=0 );
}
.review_write_area .btn_review_submit:hover {color:#c6ccef;text-decoration:none;}
.review_view_wrp  {clear:both;padding:30px 0 0 0;}
.review_view_wrp select {width:160px;border:1px solid #c6c6c6;}
.review_view_wrp select {padding:0.4em 5px;font-size:12px;}
.review_view_wrp .view_count {padding-top:10px;float:left;}
.review_view_wrp .view_count strong {color:#000;}
.review_view_wrp .lang_select_bx {float:right;padding-bottom:10px;}
.review_list_wrp {clear:both;border-top:3px solid #e5e5e5;}
.review_list {padding:20px 10px 25px 10px;border-bottom:1px solid #e5e5e5;}
.review_list:after {content:"";display:block;clear:both;}
.review_list .user {float:left;color:#7f9ccb;font-size:18px;}
.review_list time {float:left;padding:5px 10px 0 10px;color:#888;}
.review_list .star_select_bx {padding:7px 0 0 0;margin-left:0;border:0;}

.review_list .star_select_bx .star_view {position:relative;float:left;width:78px;height:13px;background:url('../images/icon_star.gif') no-repeat 0 -47px;}
.review_list .star_select_bx .star_view .over {position:absolute;left:0;top:0;height:13px;background:url('../images/icon_star.gif') no-repeat 0 0;z-index:1;}
.review_list .star_select_bx .star_count {float:left;padding:0 0 0 5px;margin-top:-2px;color:#888;}
.review_list .star_select_bx .star_count strong {font-weight:normal;color:#888;}
.review_txt_area {clear:both;padding-top:8px;}
.review_txt_area img {vertical-align:top;}
.review_view_wrp article.last_child {padding-bottom:30px;border-bottom:1px solid #000;}

.review_list_no {padding:35px 10px 40px 10px;;font-size:15px;color:#333;}
.review_view_wrp article.review_list_no {border-bottom:1px solid #e5e5e5;}

/* sitemap */
.sitemap_wrp {clear:both;margin-top:50px;background:#f8f8f8;overflow:hidden;}
.sitemap_wrp h1 {height:42px;font:normal 12px/1.2 Arial, 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;color:#888;background:#efefef;}
.sitemap_wrp h1 span {display:block;width:1120px;margin:0 auto;padding:14px 0 0 20px;}
.sitemap_wrp nav {position:relative;width:1120px;margin:0 auto;padding:0 0 40px 20px;*zoom:1;}
.sitemap_wrp nav:after {content:"";display:block;clear:both;}
.sitemap_wrp .menu_list {float:left;width:220px;padding-top:30px;}
.sitemap_wrp .menu_list h2 {padding-bottom:15px;font:bold 14px/1.2 Arial, 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;color:#333;}
.sitemap_wrp .menu_list li {padding-bottom:5px;}
.sitemap_wrp .menu_list li a {font:normal 12px/1.2 Arial, 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;color:#888;}

/* contents left, right line define */
.site_line_wrp {position:relative;min-width:1140px;margin-top:0;background:none;z-index:10;}
/* contents layout */
.contents_wrp {clear:both;width:1140px;margin:0 auto;background:rgba(0,0,0,0.45);overflow:hidden;
box-shadow: 0px 2px 5px #000;}
*+html .main_roll_wrp .contents_wrp {margin-top:28px;}
.contents_area_wrp {float:left;position:relative;width:735px;min-height:560px;padding:40px 50px 70px 40px;}
.main_roll_wrp .contents_area_wrp {padding-top:30px;}

/* side contents layout */
.side_area_wrp {float:left;position:relative;width:275px;padding:40px 0;}
.main_roll_wrp .side_area_wrp {padding-top:30px;}

/* left sidebar */
.left_area_wrp {float:left;position:relative;width:200px;padding:30px 8px 30px 0;}
.left_area_wrp .history_wrp {background:rgba(8,14,30,0.4);border:1px solid var(--border);border-radius:4px;margin-bottom:12px;padding:8px 10px;}
.left_area_wrp .server_bx {padding:4px 0;}
.left_area_wrp h3 {position:relative;padding:10px 0 8px;font-size:13px;color:#ccc;border-bottom:1px solid var(--border);margin-bottom:6px;}
.left_area_wrp h3 strong.point {color:var(--red);}
#content {margin-left:208px;}
.side_area_wrp h3 {position:relative;padding:27px 0 5px;font-size:18px;color:#333;}
.side_area_wrp h3 a.more {float:right;padding-top:5px;font-size:12px;color:#666;font-weight:normal;}
.side_area_wrp h3 strong.point {color:#c3232d;}
.sub_lnb_wrp {clear:both;margin-top:30px;border:1px solid #e5e5e5;}
.sub_lnb_wrp h3 {height:30px;padding:10px 0 0 20px;border-bottom:1px solid #e5e5e5;
	background-color:#f3f3f3;
	background-image: -webkit-linear-gradient(bottom, #f3f3f3, #fff);
	background-image: -moz-linear-gradient(bottom, #f3f3f3, #fff);
	background-image: -o-linear-gradient(bottom, #f3f3f3, #fff);
	background-image: -ms-linear-gradient(bottom, #f3f3f3, #fff);
	background-image: linear-gradient(to top, #f3f3f3, #fff);
}
.sub_lnb_wrp .sub_menu_bx {padding:0 8px;}
.sub_lnb_wrp .sub_menu_bx li {border-bottom:1px solid #e6e6e6;padding: 8px;list-style: none;}
.sub_lnb_wrp .sub_menu_bx li.last_child {border-bottom:0;padding-bottom:1px;}
.sub_lnb_wrp .sub_menu_bx li a {display:block;height:28px;font-size:15px;color:#333;font-weight:600;text-decoration:none;}
.sub_lnb_wrp .sub_menu_bx li a span {display:none;}
.sub_lnb_wrp .sub_menu_bx li a:hover {color:#b22929;}
.sub_lnb_wrp .sub_menu_bx li a.on {color:#b22929;font-size:16px;font-weight:bold;}
.sub_lnb_wrp .sub_menu_bx li a.on span {display:inline-block;width:20px;height:20px;margin-left:10px;background:url('../images/bg_sub_menu_on.png') no-repeat;vertical-align:middle;}
.sub_lnb_wrp .sub_menu_bx li .depth_bx {clear:both;padding:0 0 10px 12px;}
.sub_lnb_wrp .sub_menu_bx li .depth_bx a {height:22px;padding:3px 0 0 0;color:#666;font-size:13px;font-weight:600;}
.sub_lnb_wrp .sub_menu_bx li .depth_bx a:hover {color:#b22929;}
.sub_lnb_wrp .sub_menu_bx li .depth_bx a.on {color:#b22929;}

.user_wrap {position:relative;width:241px;height:57px;padding:15px 15px 0 19px;border:1px solid #ddd;background:#fff;z-index:1;}
.user_wrap a.name {color:#c3232d;font-size:15px;text-decoration:none;}
.user_wrap .infomation {clear:both;padding-top:5px;}
.user_wrap .btn_login {display:block;position:relative;left:-19px;top:-15px;width:275px;height:72px;color:#fff;z-index:2;}
.user_wrap .btn_login span {display:block;position:absolute;left:0;top:0;width:275px;height:47px;padding-top:25px;font:bold 15px/1.2 'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;text-align:center;text-decoration:underline;}
.user_wrap .btn_login {z-index:3;color:#fff;
	box-shadow: 3px 3px 4px #c0c0c0;
	background-image: -webkit-linear-gradient(bottom, #a0130d, #c31e14);
	background-image: -moz-linear-gradient(bottom, #a0130d, #c31e14);
	background-image: -o-linear-gradient(bottom, #a0130d, #c31e14);
	background-image: -ms-linear-gradient(bottom, #a0130d, #c31e14);
	background-image: linear-gradient(to top, #a0130d, #c31e14);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c31e14', endColorstr='#a0130d',GradientType=0 );
}
.user_wrap .btn_login:hover {z-index:3;color:#c6ccef;text-decoration:none;}
.video_wrp {clear:both;position:relative;width:275px;}
.video_wrp img {position:relative;width:275px;height:130px;z-index:1;}
.video_wrp a.arrow {position:absolute;display:block;width:275px;height:130px;background:url('../images/bg_video_arrow.png') no-repeat center center;z-index:2;}
.video_wrp a.arrow:hover {background:url('../images/bg_video_arrow_over.png') no-repeat center center;}
.sns_facebook_wrp {clear:both;}
.sns_facebook_wrp h3 {color:#3c4f81;}

.side_area_wrp .server_bx {padding:10px;text-align:center;}
.side_area_wrp select {width:250px;border:1px solid #c6c6c6;}
.side_area_wrp select {padding:0.5em 5px;font-size:12px;}

.side_area_wrp .history_wrp .server_bx {border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}

/* paging number Object GP GAME ?? */
.pager {clear:both;padding:30px 20px 10px 0;display:inline-block;}
.pager.even.last_child {border-bottom:0;}
.pager a{float:left;width:26px;height:26px;margin-right:2px;color:#888;text-align:center;background:#ededed;line-height:26px;}
.pager a:hover{color:#fff;text-decoration:none;background:#333;}
.pager .info{float:left;color:#888;line-height:26px;margin-left:10px;}
.pager .info .current2 {color:#000;}
.pager .first{float:left;background:url(../images/list_arrow03_off.gif) no-repeat;width:26px;height:26px;text-indent:-10000px;padding:0;}
.pager .previous{float:left;background:url(../images/list_arrow01_off.gif) no-repeat;width:26px;height:26px;text-indent:-10000px;padding:0;}
.pager .next{float:left;background:url(../images/list_arrow02_off.gif) no-repeat;width:26px;height:26px;text-indent:-10000px;padding:0;}
.pager .last{float:left;background:url(../images/list_arrow04_off.gif) no-repeat;width:26px;height:26px;text-indent:-10000px;padding:0;}
.pager a.first:hover{background:url(../images/list_arrow03_over.gif) no-repeat;}
.pager a.previous:hover{background:url(../images/list_arrow01_over.gif) no-repeat;}
.pager a.next:hover{background:url(../images/list_arrow02_over.gif) no-repeat;}
.pager a.last:hover{background:url(../images/list_arrow04_over.gif) no-repeat;}
.pager a.first:hover,.pager a.previous:hover,.pager a.next:hover,.pager a.last:hover{padding:0;}
.pager .current{float:left;width:26px;height:26px;margin-right:2px;color:#fff;text-align:center;background:#333;line-height:26px;}
.pager .disabled{display:none;}
.pager span,.pager a,.pager a:hover{display:inline-block;}
.contentsGuideWrap .pager{margin-left:-20px;}
*+html .pager{margin-top:0;}

/*
.paginate_complex{padding:30px 0;line-height:normal;text-align:center}
.paginate_complex a,
.paginate_complex strong {display:inline-block;position:relative;z-index:2;margin:0 1px;padding:4px 9px 6px 9px;background-color:#ededed;color:#888;text-decoration:none;vertical-align:top}
.paginate_complex a:hover,
.paginate_complex a:active,
.paginate_complex a:focus {color:#fff;background-color:#333}
.paginate_complex strong {color:#fff;font-weight:normal;background-color:#333;}
.paginate_complex .direction {width:8px;height:12px;margin:0;background:url('../images/icon_paging.png') no-repeat;background-color:#fff !important;}
.paginate_complex .prev {background-position:0 0;margin:7px -10px 0 0;}
.paginate_complex .next {background-position:0 -48px;margin:7px 0 0 8px;}
.paginate_complex .prev:hover {background-position:0 -24px;}
.paginate_complex .next:hover {background-position:0 -72px;}
*/
/* etc define */
.tit_conts {position:relative;}
.tit_conts p {display:none;position:absolute;}
.tit_conts:hover p {display:block;position:absolute;left:15px;top:15px;width:300px;height:100px;background:yellow;}

.sprite {display:inline-block;font-size:0;line-height:0;overflow:hidden;background:url('../images/splite_icon_set.png') no-repeat;vertical-align:middle;*zoom:1;}
.sprite.more {width:6px;height:9px;padding-left:10px;background-position:5px 0px;}
.sprite.new {width:21px;height:16px;padding-left:5px;background-position:5px -46px;}
.sprite.hot {width:21px;height:16px;padding-left:5px;background-position:5px -91px;}

.banner_main {  clear: both;
  width: 765px;
  height: 72px;
}
.banner_main a {  float: left;
  width: 245px;
  height: 72px;
  margin-left: 4px;}
.banner_main a.cnum1 {margin:0 8px 0 7px;}

.sns_count_bx {clear:both;height:26px;padding:8px 10px 0 0;margin:30px 0 25px 0;background:#e4e4e4;border:1px solid #e4e4e4;border-radius:1px;}
html.ie7 .sns_count_bx {margin-top:15px;}
.sns_count_bx ul {float:right;}
.sns_count_bx li {float:left;margin-right:10px;}
/* btn define */
.btn_bx {clear:both;padding:20px 0 0 0;text-align:right;}
.btn_8px_30px {display:inline-block;height:26px;padding:8px 29px 0 29px;text-decoration:underline;
	font-family:'Lucida Sans Unicode', 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;color:#fff;text-align:center;text-decoration:none;
	border:1px solid #4d597b;border-radius:2px;
	box-shadow: 2px 2px 4px #c0c0c0;
	background-image: -webkit-linear-gradient(bottom, #31394e, #4e5a7c);
	background-image: -moz-linear-gradient(bottom, #31394e, #4e5a7c);
	background-image: -o-linear-gradient(bottom, #31394e, #4e5a7c);
	background-image: -ms-linear-gradient(bottom, #31394e, #4e5a7c);
	background-image: linear-gradient(to top, #31394e, #4e5a7c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5a7c', endColorstr='#31394e',GradientType=0 );
}
.btn_8px_30px.red {border:1px solid #a3130d;
background-image: -webkit-linear-gradient(top, #c51f15, #a3130d);
background-image: -moz-linear-gradient(top, #c51f15, #a3130d);
background-image: -o-linear-gradient(top, #c51f15, #a3130d);
background-image: -ms-linear-gradient(top, #c51f15, #a3130d);
background-image: linear-gradient(to top, #a3130d, #c51f15);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3130d', endColorstr='#31394e',GradientType=0 );
}
.btn_8px_30px:hover {color:#fff;text-decoration:none;}

.admin_write_wrp {padding-top:30px;}


/* mouse hover animation */
@keyframes mouse_over {from{opacity:0.3;}to{1.0}}
@-moz-keyframes mouse_over {from{opacity:0.3;}to{1.0}}
@-webkit-keyframes mouse_over {from{opacity:0.3;}to{1.0}}

@keyframes cla_over {0%{opacity:0.0;}25%{opacity:0.0;}50%{opacity:0.0;}75%{opacity:0.7;}100%{opacity:1.0;}}
@-moz-keyframes cla_over {0%{opacity:0.0;}25%{opacity:0.0;}50%{opacity:0.0;}75%{opacity:0.7;}100%{opacity:1.0;}}
@-webkit-keyframes cla_over {0%{opacity:0.0;}25%{opacity:0.0;}50%{opacity:0.0;}75%{opacity:0.7;}100%{opacity:1.0;}}

@keyframes menu_over {0%{opacity:0.0;}25%{opacity:0.0;}50%{opacity:0.0;}75%{opacity:0.7;}100%{opacity:1.0;}}
@-moz-keyframes menu_over {0%{opacity:0.0;}25%{opacity:0.0;}50%{opacity:0.0;}75%{opacity:0.7;}100%{opacity:1.0;}}

.promotion_title_box .bx-controls a:hover {animation:mouse_over 0.9s linear;-webkit-animation:mouse_over 0.9s linear;}
.sns_wrap li .sp_sns:hover {animation:mouse_over 0.2s ease-in;-webkit-animation:mouse_over 0.2s ease-in;}
.video_wrp a.arrow:hover {animation:mouse_over 0.5s linear;-webkit-animation:mouse_over 0.5s linear;}
.board_conts_bx .media_list a:hover {animation:mouse_over 0.1s linear;-webkit-animation:mouse_over 0.1s linear;}

.lnb_wrp .menu_list h2 a span {position:absolute;display:block;left:50%;top:0;width:113px;height:55px;margin-left:-55px;}

@keyframes menu_over01 {0%{opacity:0.0;}10%{opacity:0.9;}20%{opacity:1.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over02 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.9;}30%{opacity:1.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over03 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.9;}40%{opacity:1.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over04 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.9;}50%{opacity:1.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over05 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.9;}60%{opacity:1.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over06 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.9;}70%{opacity:1.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over07 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.9;}80%{opacity:1.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@keyframes menu_over08 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.9;}90%{opacity:1.0;}100%{opacity:0.0;}}
@keyframes menu_over09 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.9;}100%{opacity:1.0;}}

@-moz-keyframes menu_over01 {0%{opacity:0.0;}10%{opacity:0.9;}20%{opacity:1.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over02 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.9;}30%{opacity:1.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over03 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.9;}40%{opacity:1.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over04 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.9;}50%{opacity:1.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over05 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.9;}60%{opacity:1.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over06 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.9;}70%{opacity:1.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over07 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.9;}80%{opacity:1.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over08 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.9;}90%{opacity:1.0;}100%{opacity:0.0;}}
@-moz-keyframes menu_over09 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.9;}100%{opacity:1.0;}}

@-webkit-keyframes menu_over01 {0%{opacity:0.0;}10%{opacity:0.9;}20%{opacity:1.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over02 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.9;}30%{opacity:1.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over03 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.9;}40%{opacity:1.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over04 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.9;}50%{opacity:1.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over05 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.9;}60%{opacity:1.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over06 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.9;}70%{opacity:1.0;}80%{opacity:0.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over07 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.9;}80%{opacity:1.0;}90%{opacity:0.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over08 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.9;}90%{opacity:1.0;}100%{opacity:0.0;}}
@-webkit-keyframes menu_over09 {0%{opacity:0.0;}10%{opacity:0.0;}20%{opacity:0.0;}30%{opacity:0.0;}40%{opacity:0.0;}50%{opacity:0.0;}60%{opacity:0.0;}70%{opacity:0.0;}80%{opacity:0.0;}90%{opacity:0.9;}100%{opacity:1.0;}}

.lnb_wrp .menu_list h2 a span {background:none;}
.lnb_wrp .menu_list h2 a:hover span {}
.lnb_wrp .menu_list h2 a:hover .menu_ani01 {animation:menu_over01 1.5s ease-in infinite;-webkit-animation:menu_over01 1.5s ease-in infinite;background:url('../images/menu_ani01.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani02 {animation:menu_over02 1.5s ease-in infinite;-webkit-animation:menu_over02 1.5s ease-in infinite;background:url('../images/menu_ani02.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani03 {animation:menu_over03 1.5s ease-in infinite;-webkit-animation:menu_over03 1.5s ease-in infinite;background:url('../images/menu_ani03.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani04 {animation:menu_over04 1.5s ease-in infinite;-webkit-animation:menu_over04 1.5s ease-in infinite;background:url('../images/menu_ani04.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani05 {animation:menu_over05 1.5s ease-in infinite;-webkit-animation:menu_over05 1.5s ease-in infinite;background:url('../images/menu_ani05.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani06 {animation:menu_over06 1.5s ease-in infinite;-webkit-animation:menu_over06 1.5s ease-in infinite;background:url('../images/menu_ani06.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani07 {animation:menu_over07 1.5s ease-in infinite;-webkit-animation:menu_over07 1.5s ease-in infinite;background:url('../images/menu_ani07.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani08 {animation:menu_over08 1.5s ease-in infinite;-webkit-animation:menu_over08 1.5s ease-in infinite;background:url('../images/menu_ani08.png') no-repeat;}
.lnb_wrp .menu_list h2 a:hover .menu_ani09 {animation:menu_over09 1.5s ease-in infinite;-webkit-animation:menu_over09 1.5s ease-in infinite;background:url('../images/menu_ani09.png') no-repeat;}

@keyframes back_img {from{opacity:0.0;}to{1.0}}
@-moz-keyframes back_img {from{opacity:0.0;}to{1.0}}
@-webkit-keyframes back_img {from{opacity:0.0;}to{1.0}}

.starter_wrp .btn_starter span {display:block;position:absolute;left:0;top:0;width:402px;height:98px;}
.starter_wrp .btn_starter .front {background:none;}
.starter_wrp .btn_starter .blind {
    position:relative !important;
    left:auto !important;
    top:auto !important;
    width:auto !important;
    height:auto !important;
    font-size:26px !important;
    line-height:95px !important;
    font-weight:bold;
    color:#fff;
    letter-spacing:3px;
    text-transform:uppercase;
    text-shadow:0 0 12px rgba(100,180,255,0.9), 0 0 25px rgba(80,150,255,0.6);
    text-align:center;
    display:block !important;
    overflow:visible !important;
    font-family:'Lucida Sans Unicode','Segoe UI',Arial,sans-serif;
}
.starter_wrp .btn_starter:hover .front {}

.starter_wrp .btn_starter .back02 {background:none;}
.starter_wrp .btn_starter .back03 {background:none;}
.starter_wrp .btn_starter .back04 {background:none;}
.starter_wrp .btn_starter .back05 {background:none;}
.starter_wrp .btn_starter .back06 {background:none;}
.starter_wrp .btn_starter .back07 {background:none;}
.starter_wrp .btn_starter .back08 {background:none;}
.starter_wrp .btn_starter .back09 {background:none;}
.starter_wrp .btn_starter .back10 {background:none;}
.starter_wrp .btn_starter .back11 {background:none;}
.starter_wrp .btn_starter:hover .back02,
.starter_wrp .btn_starter:hover .back03,
.starter_wrp .btn_starter:hover .back04,
.starter_wrp .btn_starter:hover .back05,
.starter_wrp .btn_starter:hover .back06,
.starter_wrp .btn_starter:hover .back07,
.starter_wrp .btn_starter:hover .back08,
.starter_wrp .btn_starter:hover .back09,
.starter_wrp .btn_starter:hover .back10,
.starter_wrp .btn_starter:hover .back11 {background:none;}
.starter_wrp .btn_starter:hover .blind {
    filter:drop-shadow(0 0 18px rgba(100,180,255,1)) drop-shadow(0 0 35px rgba(80,150,255,0.8));
}

/* guide html */
.conts_wrp_guide{font-family:"Segoe UI";color:#333;}
.guide_wrp{width:1061px; margin:auto; }
.guide_wrp .intro{margin-top:15px; margin-bottom:33px;}
.guide_wrp .intro h1{ font-size:25px; margin-bottom:20px;}
.guide_wrp .intro p{font-size:13px; line-height:20px;}
.guide_wrp .list_wrp{ background-image:url('../images/bg_guide.jpg'); background-repeat: no-repeat; background-position:bottom center; padding-bottom:299px; margin-bottom:90px;}
.tb_guide{width:1026px;  margin:auto;}
.tb_guide tr td{position:relative;vertical-align:top; background-image:url('../images/bg_gdlist.jpg'); background-repeat: no-repeat; background-position:0px 59px; padding-bottom:11px;}
.bottom_radius {position:absolute; left:0; bottom:0;width:241px; height:7px;background-image:url('../images/bg_gdlist_bt.jpg'); background-repeat: no-repeat;  }
.tb_guide h2{width:241px; height:32px; text-align:center;background:url('../images/bg_gdlist_tit.jpg') 0 0 no-repeat; font-weight:normal;font-size:15px; color:#c8f4ff;padding-top:27px; }
.tb_guide ul{ margin-top:18px; margin-left:25px;}
.tb_guide ul li{ height:24px;background-image:url('../images/ico_gdlist.gif');background-repeat: no-repeat; background-position: 0px 7px; text-indent:8px; }
.tb_guide ul li a{ font-size:13px;color:#dde4ef; }
.tb_guide .noBG{background-image:none;}
.tb_guide .h_space{padding:0px;height:15px;}

/* download */
.conts_wrp_download {clear:both;width:1040px;margin:0 auto;padding:57px 0 30px 0;}
.conts_wrp_download h1 {padding-bottom:5px;font-size:20px;}
.conts_wrp_download p.txt {padding-bottom:20px;}
.conts_wrp_download article {position:relative;padding-bottom:50px;}
.client_btn_area {position:relative;height:170px;background:url('../images/bg_downloader.jpg') no-repeat;}
.client_btn_area a {position:absolute;top:37px;display:block;width:344px;height:56px;padding-top:38px;text-align:center;font-size:18px;color:#c8f4ff;font-weight:bold;background:url('../images/btn_downloader.png') no-repeat;}
.client_btn_area a:hover {text-decoration:none;}
.client_btn_area a.install {left:170px;}
.client_btn_area a.torrent {left:530px;}
.system_spec_bx {}
.system_spec_bx .check_com {display:block;position:absolute;right:0;top:55px;height:20px;padding:0 0 0 27px;font-size:15px;font-weight:bold;color:#000;text-decoration:none;background:url('../images/icon_download.png') no-repeat;}
.system_spec_bx p.txt {padding-bottom:40px;}
.system_spec_bx .my_pc {clear:both;padding-top:20px;border-left:1px solid #e5e5e5;}
.system_spec_bx .my_pc th {padding:10px 0;color:#fff;font-weight:normal;border-right:1px solid #425983;background:#516ea3}
.system_spec_bx .my_pc td {padding:10px 0;text-align:center;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
.system_spec_bx .my_pc td.head {background:#f4f4f4;}
.system_spec_bx .my_pc th.last_child {background:#b0423b;}
.driver_bx ul {border:1px solid #ddd;overflow:hidden;}
.driver_bx ul li {float:left;width:190px;padding:20px 0 15px 17px;text-align:center;}
.driver_bx ul li div {padding-bottom:10px;}
.driver_bx ul li a {display:inline-block;height:20px;padding:0 0 0 27px;margin-left:-10px;font-size:15px;font-weight:bold;color:#000;text-decoration:none;background:url('../images/icon_download.png') no-repeat;}

.redeem_bx .lang_select_bx {margin-bottom:10px;}
.redeem_bx .lang_select_bx select {width:250px;border:1px solid #c6c6c6;}
.redeem_bx .lang_select_bx select {padding:0.7em 5px;font-size:12px;}

.redeem_bx {clear:both;position:relative;padding:20px 20px 30px 20px;background:#ededed;overflow:hidden;}
.redeem .btn_bx {position:absolute;right:20px;top:115px;padding:0 0 0 0;}
.redeem .btn_bx .disable {color:#fff; cursor:auto;}
.disable {
	border:1px solid #bbbec8;border-radius:2px;
	box-shadow: 2px 2px 4px #bbbec8;
	background-image: -webkit-linear-gradient(bottom, #bbbec8, #bbbec8);
	background-image: -moz-linear-gradient(bottom, #bbbec8, #bbbec8);
	background-image: -o-linear-gradient(bottom, #bbbec8, #bbbec8);
	background-image: -ms-linear-gradient(bottom, #bbbec8, #bbbec8);
	background-image: linear-gradient(to top, #bbbec8, #bbbec8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbec8', endColorstr='#bbbec8',GradientType=0 );
}

.redeem p.info {padding-bottom:20px;}
.redeem .note li {padding:0 0 0 10px;line-height:1.5;background:url('../images/ico_note_list.gif') no-repeat 0 9px;}
.redeem .note li a {color:#7f9ccb;}

input.log_type::-ms-clear {display:none;}
input.log_type {height:38px;padding-left:10px;font-size:13px;line-height:38px;color:#222;border:1px solid #bdbdbd;background:#fff;box-shadow: inset 1px 2px 3px #e6e6e6;}
input.log_type:focus {height:38px;padding-left:10px;font-size:15px;line-height:38px;color:#222;font-weight:bold;border:1px solid #888;box-shadow:inset 0 0 0 #fff;}

input::-ms-clear {display:none;}
input {height:28px;padding-left:10px;font-size:13px;line-height:28px;color:#222;border:1px solid #bdbdbd;background:#fff;box-shadow: inset 1px 2px 3px #e6e6e6;}
input:focus {}

.input_div_wrp {clear:both;position:relative;display:inline-block;width:100%;padding-bottom:10px;}
.input_label {position:absolute;left:10px;top:12px;color:#888;}
.Input_has_focus {border:1px solid #bdbdbd;}

.error_bx {height:300px;padding-top:40px;margin:0 0 100px;background:url('../images/bg_error.jpg') no-repeat right top;}
.error_bx h1 {font-size:25px;}
.error_bx p.txt {padding:20px 0;line-height:1.6;}
.error_bx .btn_bx {clear:both;padding:10px 0 0 0;text-align:left;}
.error_bx  .btn_8px_30px {padding:8px 20px 0 20px;margin-right:5px;}

.system_message {float:left;width:470px;font-size:13px;padding:5px 0;}
.system_message.alert {color:#b22929;}
.system_message.ok {color:#909090;}
/* ?? ? 3??? */
.battle_tap {clear:both;margin-top:5px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#e6e6e6;overflow:hidden;}
.battle_tap a {float:left;width:137px;height:23px;padding-top:7px;font-size:12px;color:#888;text-align:center;border-left:1px solid #d9d9d9;}
.battle_tap a:first-child {border-left:0;}
.battle_tap a:hover {color:#000;text-decoration:none;}
.battle_tap a.on {color:#000;text-decoration:none;}
/* ?? ? 4???
.battle_tap {clear:both;margin-top:5px;border-left:1px solid #d9d9d9;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;background:#e6e6e6;overflow:hidden;}
.battle_tap a {float:left;width:136px;height:23px;padding-top:7px;font-size:12px;color:#888;text-align:center;border-bottom:1px solid #d9d9d9;}
.battle_tap a:first-child {border-left:0;}
.battle_tap a:hover {color:#000;text-decoration:none;}
.battle_tap a.on {color:#000;text-decoration:none;}
 */

.battle_wrp ul {clear:both;}
.battle_wrp ul li {clear:both;height:40px;padding-top:10px;border-top:1px solid #e5e5e5;overflow:hidden;}
.battle_wrp ul li .number {float:left;width:51px;height:28px;background:url('../images/icon_ranking_num.png') no-repeat;}
.battle_wrp ul li .number span {font-size:0;line-height:0;overflow:hidden;}
.battle_wrp ul li .number.w01 {background-position:11px 0;}
.battle_wrp ul li .number.w02 {background-position:11px -55px;}
.battle_wrp ul li .number.w03 {background-position:11px -111px;}
.battle_wrp ul li .number.w04 {background-position:11px -168px;}
.battle_wrp ul li .number.w05 {background-position:11px -224px;}
.battle_wrp ul li .char {color:#333;}
.battle_wrp ul li .point {padding-top:3px;color:#888;font-size:12px;}

.history_wrp .winner {clear:both;height:93px;border:1px solid #e6e6e6;border-top:0;text-align:center;line-height:90px;}
.history_wrp .winner .char {height:93px;padding:0 0 0 105px;background:url('../images/icon_winner.png') no-repeat 20px 15px;}

.ranking_tab {clear:both;}
.ranking_tab li {float:left;width:103px;padding-left:2px;}
.ranking_tab li a {display:block;position:relative;width:103px;height:43px;padding-top:12px;font-size:12px;font-weight:bold;color:#444;text-align:center;background:url('../images/bg_battle_tab.png') no-repeat;}
.ranking_tab li a:hover {background-position:0 -95px;color:#fff;text-decoration:none;}
.ranking_tab li a.on {background-position:0 -95px;color:#fff;}

.ranking_div {position:relative;margin-bottom:23px;border-bottom:2px solid #4b5778;overflow:hidden;}
.ranking_div li {float:left;}
.ranking_div li a {display:block;width:158px;height:26px;padding-top:10px;text-align:center;text-decoration:none;font-size:14px;color:#444;font-weight:bold;border-radius:3px 3px 0 0;border:1px solid #ededed;background:#ededed;}
.ranking_div li a:hover {background:#4b5778;color:#fff;border-radius:3px 3px 0 0;border:1px solid #4b5778;}
.ranking_div li a.on {background:#4b5778;color:#fff;border-radius:3px 3px 0 0;border:1px solid #4b5778;}
.ranking_div time {position:absolute;right:0;top:10px;font-size:12px;color:#888;}

.ranking_tab li a .end {display:none;}
.ranking_tab li a.check .end {display:block;position:absolute;left:21px;top:46px;width:60px;height:19px;background:url('../images/bg_battle_end.png') no-repeat;}
.ranking_tab li a.check:hover .end {background-position:0 -31px;}
.ranking_tab li a.check.on .end {background-position:0 -31px;}
.ranking_tab.schedule li.cnum6 a {width:83px;height:43px;padding-left:20px;background:url('../images/bg_battle_final.png') no-repeat;}
.ranking_tab.schedule li.cnum6 a:hover {background-position:0 -95px;}
.ranking_tab.schedule li.cnum6 a.on {background-position:0 -95px;color:#fff;}

.battle_user_select {clear:both;padding-top:30px;border-bottom:1px solid #e5e5e5;overflow:hidden;}
.battle_user_select dt {float:left;width:100px;padding:7px 0 10px 20px;font-weight:600;color:#333;}
.battle_user_select dd {float:left;width:600px;padding-bottom:10px;}
.battle_user_select dd.tab_box a {float:left;width:130px;height:22px;padding-top:6px;margin-right:5px;border:1px solid #c6c6c6;border-radius:2px;color:#888;text-align:center;}
.battle_user_select dd.tab_box a:hover {border:1px solid #cc2834;border-radius:2px;color:#b22929;text-decoration:none;}
.battle_user_select dd.tab_box a.on {border:1px solid #cc2834;border-radius:2px;color:#b22929;}
.battle_user_select dd select {width:270px;border:1px solid #c6c6c6;}
.battle_user_select dd select {padding:0.5em 5px;font-size:12px;}
.battle_user_select dd .date {padding-left:5px;font-size:12px;color:#888;}

.search_char_wrp {clear:both;padding:10px 0 3px 20px;margin-top:13px;background:#ededed;}
.search_char_wrp .input_div_wrp {width:265px;*display:inline;zoom:1;}
.search_char_wrp .input_label {position:absolute;left:10px;top:7px;color:#888;}
.search_char_wrp .btn_search_submit {
	display:inline-block;position:relative;width:30px;height:30px;font-size:0;line-height:0;vertical-align:middle;
	box-shadow: 2px 3px 4px #b2b2b2;border-radius:2px;
	background:url('../images/btn_char_search.gif') no-repeat;*display:inline;zoom:1;*margin-top:-20px;
}

.ranking_tbl {clear:both;border-top:3px solid #4b5778;border-bottom:2px solid #e5e5e5;}
.ranking_tbl th {height:36px;border-bottom:1px solid #4b5778;font-size:12px;color:#434e6b;}
.ranking_tbl td {height:38px;color:#444;text-align:center;border-bottom:1px solid #e5e5e5;}
.ranking_tbl td.char {padding-left:20px;text-align:left;}
.ranking_tbl td.chage {text-align:left;padding-left:15px;}
.ranking_tbl td.nodata {padding:45px 0;}
.ranking_tbl td .num_tb {display:inline-block;width:25px;height:33px;font-size:0;line-height:0;vertical-align:top;background:url('../images/num_rank_tbl.png') no-repeat;}
.ranking_tbl td .num_tb.num01 {background-position:0 0;}
.ranking_tbl td .num_tb.num02 {background-position:0 -73px;}
.ranking_tbl td .num_tb.num03 {background-position:0 -147px;}
.ranking_tbl td .new {display:inline-block;width:25px;height:9px;font-size:0;line-height:0;vertical-align:middle;background:url('../images/icon_rank_new.png') no-repeat;}
.ranking_tbl td .same {display:inline-block;width:7px;height:2px;font-size:0;line-height:0;vertical-align:middle;background:url('../images/icon_ranking_same.gif') no-repeat;}
.ranking_tbl td .up {display:inline-block;padding-left:15px;font-size:12px;color:#4e5d89;vertical-align:middle;background:url('../images/icon_ranking_up.png') no-repeat 0 5px;}
.ranking_tbl td .up span {font-size:0;line-height:0;display:none;}
.ranking_tbl td .down {display:inline-block;padding-left:15px;font-size:12px;color:#f51b1b;vertical-align:middle;background:url('../images/icon_rank_down.png') no-repeat 0 5px;}
.ranking_tbl td .down span {font-size:0;line-height:0;display:none;}

.rank_attention {clear:both;padding:15px;margin-top:20px;border:1px solid #e5e5e5;color:#666;line-height:1.5;}

.rank_camp_score {clear:both;padding:30px 25px 0 25px;margin-top:20px;background:#eef1f5;overflow:hidden;}
.rank_camp_score .camp_score {float:left;position:relative;width:234px;height:125px;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:22px;font-weight:bold;color:#484848;background:url('../images/bg_rank_camp.png') no-repeat;}
.rank_camp_score .camp_score .win {color:#397cc6;}
.rank_camp_score .camp_score .rose {color:#9a1818;}
.rank_camp_score .camp_score .right {position:absolute;left:70px;top:40px;}
.rank_camp_score .camp_score span {position:absolute;left:114px;top:38px;}
.rank_camp_score .camp_score .rose {position:absolute;left:140px;top:40px;}
.rank_camp_score .battle_intro {float:left;width:420px;padding:0 0 15px 25px;}
.rank_camp_score .battle_intro strong {display:block;padding:0 0 3px 8px;color:#000;font-size:22px;}
.rank_camp_score .battle_intro li {font-size:12px;color:#444;line-height:1.5;}

.rank_time_notice {clear:both;padding:30px 0 30px 0;margin-top:20px;text-align:center;background:#eef1f5;overflow:hidden;}
.rank_time_notice .tit {display:inline-block;font-size:22px;color:#000;}
.rank_time_notice .tit span {color:#b22929;}
.rank_time_notice ul {width:370px;padding:20px 0;margin:0 auto;}
.rank_time_notice ul li {padding:0 0 0 12px;line-height:1.8;color:#444;text-align:left;background:url('../images/icon_rank_time.gif') no-repeat 0 10px;}
.rank_time_notice .go {display:inline-block;color:#000;}

h2.king {padding:20px 0 10px;font-size:18px;color:#333;}
.battle_week_wrp {clear:both;position:relative;width:735px;height:180px;background:url('../images/bg_rank_king.png') no-repeat;}
.battle_week_wrp .mark {position:absolute;left:175px;top:18px;font-size:0;line-height:0;}
.battle_week_wrp .mark .right {display:block;width:66px;height:125px;background:url('../images/rank_mark_right.png') no-repeat;}
.battle_week_wrp .mark .dark {display:block;width:66px;height:125px;background:url('../images/rank_mark_dark.png') no-repeat;}
.battle_week_wrp .number {position:absolute;left:290px;top:25px;font-size:25px;color:#d4e1f3;}
.battle_week_wrp .char {position:absolute;left:290px;top:87px;font-size:15px;color:#fff;}

.king_archlord_wrp {clear:both;position:relative;width:735px;height:130px;background:#eef1f5;}
.king_archlord_wrp ul.king_archlord_slider {width:715px;padding-left:20xp;}
.king_archlord_wrp ul.king_archlord_slider li {float:left;position:relative;width:230px;height:130px;}
.king_archlord_wrp ul.king_archlord_slider li .mark {position:absolute;left:24px;top:15px;font-size:0;line-height:0;}
.king_archlord_wrp ul.king_archlord_slider li .mark .right {display:block;width:66px;height:125px;background:url('../images/rank_mark_right.png') no-repeat;}
.king_archlord_wrp ul.king_archlord_slider li .mark .dark {display:block;width:66px;height:125px;background:url('../images/rank_mark_dark.png') no-repeat;}
.king_archlord_wrp ul.king_archlord_slider li .number {position:absolute;left:97px;top:30px;font-size:18px;color:#333;}
.king_archlord_wrp ul.king_archlord_slider li .number span {color:#b22929;}
.king_archlord_wrp ul.king_archlord_slider li .char {position:absolute;left:97px;top:60px;font-size:13px;color:#444;}
.king_archlord_wrp ul.king_archlord_slider li .char strong {display:block;}
.king_archlord_wrp ul.king_archlord_slider li.nodata .number {left:50px;}
.king_archlord_wrp ul.king_archlord_slider li.nodata .char {left:50px;width:120px;text-align:center;}
.king_archlord_wrp ul.king_archlord_slider li.nodata .char strong {display:inline;}

.king_archlord_wrp .bx-controls {position:absolute;width:735px;height:1px;z-index:200;top:54px;}
.king_archlord_wrp .bx-controls a {display:block;width:11px;height:20px;margin:0;padding:0;border:0;font-size:0;line-height:0;cursor:pointer;z-index:200;}
.king_archlord_wrp .bx-controls a.bx-prev {position:absolute;left:-15px;top:54px;background:url('../images/rank_slide_arrow01.gif') no-repeat;}
.king_archlord_wrp .bx-controls a.bx-next {position:absolute;right:40px;top:54px;background:url('../images/rank_slide_arrow02.gif') no-repeat;}
.king_archlord_wrp .bx-wrapper .bx-controls-direction a {position:absolute;top:0;margin-top:0;outline:0;width:11px;height:20px;text-indent:-9999px;z-index:1000;}
.king_archlord_wrp .bx-wrapper .bx-controls-direction a.disabled {display: none;}

/* Clara view reset */
.board_wrp.view .conts_area h1 {padding:5px inherit;margin:inherit;font-size:34px;}
.board_wrp.view .conts_area h2 {padding:5px inherit;margin:inherit;font-size:26px;color:#333;}
.board_wrp.view .conts_area h3 {padding:5px inherit;margin:inherit;font-size:22px;color:#333;float:none;width:auto;height:auto;}
.board_wrp.view .conts_area h4 {padding:5px inherit;margin:inherit;color:#333;}
.board_wrp.view .conts_area h5 {padding:5px inherit;margin:inherit;color:#333;}
.board_wrp.view .conts_area h6 {padding:5px inherit;margin:inherit;color:#333;}
.conts_area ul {margin-left:15px;}
.conts_area ol {margin-left:15px;}
.conts_area ul li {list-style:initial;}
.conts_area ol li {list-style:decimal;}
.conts_area table {border-collapse:separate;padding:0;margin:0;border:1px solid #ccc;}
.conts_area table caption{position:static;left:0;top:0;width:auto;height:auto;font-size:inherit;line-height:inherit;}
.conts_area table th {padding:5px;border:1px solid #ddd;}
.conts_area table td {padding:5px;border:1px solid #ddd;}
.conts_area blockquote {padding:inherit;margin:inherit;}
.conts_area div {padding: 0px; margin: 11px;}
.conts_area span {padding:inherit;margin:inherit;}
.conts_area p {padding: 0px; margin: 11px;}
.conts_area a {text-decoration:underline;}






@charset "utf-8";

.gnb_one_wrp {font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;padding:0;margin:0;}
.gnb_one_wrp form, .gnb_one_wrp input, .gnb_one_wrp legend, .gnb_one_wrp label, .gnb_one_wrp select, .gnb_one_wrp option, .gnb_one_wrp button, .gnb_one_wrp fieldset, .gnb_one_wrp textarea, .gnb_one_wrp div, .gnb_one_wrp p, .gnb_one_wrp pre, .gnb_one_wrp blockquote, .gnb_one_wrp img, .gnb_one_wrp h1, .gnb_one_wrp h2, .gnb_one_wrp h3, .gnb_one_wrp h4, .gnb_one_wrp h5, .gnb_one_wrp h6, .gnb_one_wrp dl, .gnb_one_wrp dt, .gnb_one_wrp dd, .gnb_one_wrp ul, .gnb_one_wrp ol, .gnb_one_wrp li, .gnb_one_wrp a {font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;padding:0;margin:0;}

.gnb_one_wrp .none {position:absolute;left:-3000px;top:-3000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}


html .gnb_one_wrp, body .gnb_one_wrp {font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;padding:0;margin:0;}
.gnb_one_wrp form, .gnb_one_wrp input, .gnb_one_wrp legend, .gnb_one_wrp label, .gnb_one_wrp select, .gnb_one_wrp option, .gnb_one_wrp button, .gnb_one_wrp fieldset, .gnb_one_wrp textarea, .gnb_one_wrp div, .gnb_one_wrp p, .gnb_one_wrp pre, .gnb_one_wrp blockquote, .gnb_one_wrp img, .gnb_one_wrp h1, .gnb_one_wrp h2, .gnb_one_wrp h3, .gnb_one_wrp h4, .gnb_one_wrp h5, .gnb_one_wrp h6, .gnb_one_wrp dl, .gnb_one_wrp dt, .gnb_one_wrp dd, .gnb_one_wrp ul, .gnb_one_wrp ol, .gnb_one_wrp li, .gnb_one_wrp a {font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;padding:0;margin:0;}
.gnb_one_wrp .none {position:absolute;left:-3000px;top:-3000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
ol, ul, dl, li {list-style:none;}

.gnb_one_wrp {position:relative;min-width:960px;height:60px;font-size:12px;background:#111;z-index:6000;}
.gnb_one_bx {width:960px;margin:0 auto !important;}
.gnb_one_bx .gnb_logo {float:left;width:60px;height:60px;}
.gnb_one_bx .gnb_logo {background-color:#f42626;background-image:url('/platform/ob/common/v1/contents/gnb_logo.png');background-position:center 15px;background-repeat:no-repeat;}
.gnb_one_bx nav {float:left;width:555px;}
.gnb_one_bx nav li {float:left;}
.gnb_one_bx nav li a {display:block;height:40px;padding:20px 13px 0 13px;color:#fff;font-size:13px;text-align:center;font-weight:bold;}
.gnb_one_bx nav li a:hover {color:#f42626;text-decoration:none;}
.gnb_one_bx nav li a.game {width:130px;color:#f42626;padding:20px 0 0 0;background:url('/platform/ob/common/v1/contents/gnb_menu_open.gif') no-repeat 105px 25px;}
.gnb_one_bx nav li a.game.on {color:#222;background:#f2f2f2;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 105px 25px;}
.gnb_one_bx nav li a.game:hover {color:#222;background:#f2f2f2;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 105px 25px;}

.gnb_one_bx nav li a.community {width:170px;color:#f42626;padding:20px 0 0 0;background:url('/platform/ob/common/v1/contents/gnb_menu_open.gif') no-repeat 147px 25px;}
.gnb_one_bx nav li a.community.on {color:#222;background:#f2f2f2;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 147px 25px;}
.gnb_one_bx nav li a.community:hover {color:#222;background:#f2f2f2;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 147px 25px;}

.gnb_one_wrp .game_list_wrp {position:absolute;top:60px;width:100%;}
.gnb_one_wrp .game_list_bx {display:none;min-width:960px;height:98px;background:url('/platform/ob/common/v1/contents/gnb_line.png') repeat-x left bottom;z-index:6000;}
.game_list_bx .game_list {clear:both;width:860px;height:80px;margin:0 auto;padding:18px 0 0 50px;}







.game_list_bx .game_list.on {display:block;height:80px;}
.game_list_bx .game_list li {float:left;padding:0;}
.game_list_bx .game_list li a {display:block;position:relative;width:75px;height:auto;color:#222;text-align:center;}
.game_list_bx .game_list li a img {width:45px;height:45px;}
.game_list_bx .game_list li a:hover {color:#f42626;text-decoration:none;}
.game_list_bx .game_list li a:hover span {display:block;position:absolute;left:15px;top:0;width:41px;height:41px;border:2px solid #f42626;}
.game_list_bx .game_list li a strong {display:block;margin-top:4px;font-weight:normal;font-size:11px;}
.game_list_bx .game_list li a:hover span.aow {background:url('/platform/ob/common/v1/contents/game_s_sum_01_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.fly {background:url('/platform/ob/common/v1/contents/game_s_sum_02_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.rapp {background:url('/platform/ob/common/v1/contents/game_s_sum_03_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.terra {background:url('/platform/ob/common/v1/contents/game_s_sum_05_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.mu_r {background:url('/platform/ob/common/v1/contents/game_s_sum_06_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.mu {background:url('/platform/ob/common/v1/contents/game_s_sum_07_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.c9 {background:url('/platform/ob/common/v1/contents/game_s_sum_08_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.a2 {background:url('/platform/ob/common/v1/contents/game_s_sum_09_on.jpg') no-repeat;}
.game_list_bx .game_list li a:hover span.sevencore {background:url('/platform/ob/common/v1/contents/game_s_sum_10_on.jpg') no-repeat;}
.game_list_bx .game_list li a strong.new {padding-right:10px;background:url('/platform/ob/common/v1/contents/ico_new.gif') no-repeat right 4px;}

.gnb_one_wrp .comm_list_wrp {position:absolute;top:60px;width:100%;}
.gnb_one_wrp .comm_list_bx {display:none;min-width:960px;height:98px;background:url('/platform/ob/common/v1/contents/gnb_line.png') repeat-x left bottom;z-index:6000;}
.comm_list_bx .comm_list {clear:both;width:860px;height:80px;margin:0 auto;padding:13px 0 0 270px;}
.comm_list_bx .comm_list.on {display:block;height:80px;}
.comm_list_bx .comm_list li {float:left;padding:0;}
.comm_list_bx .comm_list li a {display:block;position:relative;width:100px;height:auto;color:#222;text-align:center;line-height:1.0;}
.comm_list_bx .comm_list li:first-child a {width:65px;}
.comm_list_bx .comm_list li a img {width:45px;height:45px;}
.comm_list_bx .comm_list li a:hover {color:#f42626;text-decoration:none;}
.comm_list_bx .comm_list li a:hover span {display:block;position:absolute;left:15px;top:0;width:41px;height:41px;border:2px solid #f42626;}
.comm_list_bx .comm_list li a strong {display:block;margin-top:4px;font-weight:normal;font-size:11px;}
.comm_list_bx .comm_list li a strong.new {padding-right:10px;background:url('/platform/ob/common/v1/contents/ico_new.gif') no-repeat right 4px;}

.gnb_one_bx .user_conect_wrp {float:right;}
.gnb_one_bx .user_conect {float:left;width:193px;}



.gnb_one_bx .user_conect .user_join_before a {float:left;height:40px;padding-top:20px;color:#ffaa30;font-size:13px;text-align:center;}
.gnb_one_bx .user_conect .user_join_before a.login {width:75px;color:#fff;}
.gnb_one_bx .user_conect .user_join_before a.register {width:95px;}
.gnb_one_bx .user_conect .user_join_after {position:relative;}
.gnb_one_bx .user_conect .user_join_after a.join {float:left;width:158px;height:40px;padding:20px 35px 0 0;color:#ffaa30;font-size:13px;text-align:right;background:url('/platform/ob/common/v1/contents/gnb_menu_open.gif') no-repeat 165px 25px;}
.gnb_one_bx .user_conect .user_join_after a.join:hover {color:#444;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 165px 25px;}
.gnb_one_bx .user_conect .user_join_after a.join.on {color:#444;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 165px 25px;}
.gnb_one_bx .user_conect .user_join_after .pulldown_user_link {display:none;position:absolute;left:0;top:50px;width:193px;padding-top:5px;background:#f2f2f2;}
.gnb_one_bx .user_conect .user_join_after .pulldown_user_link a {display:block;font-size:13px;color:#888;padding:0 5px 17px 22px;}
.gnb_one_bx .user_conect .user_join_after .pulldown_user_link a:hover {color:#f44141;}

.gnb_one_bx .lang {float:right;width:150px;background:url('/platform/ob/common/v1/contents/gnb_user_line.gif') no-repeat left 0;}
.gnb_one_bx .lang .list {position:relative;}
.gnb_one_bx .lang .list a.lang_tit {display:block;width:125px;height:40px;padding:20px 0 0 25px;color:#ccc;font-size:13px;text-align:left;background:url('/platform/ob/common/v1/contents/gnb_menu_open_lang.gif') no-repeat 125px 25px;}
.gnb_one_bx .lang .list a.lang_tit:hover {color:#444;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 125px 25px;}
.gnb_one_bx .lang .list a.lang_tit.on {color:#444;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_menu_close.gif') no-repeat 125px 25px;}
.gnb_one_bx .lang .list .pulldow_lang_link {display:none;position:absolute;left:0;top:50px;width:150px;padding-top:5px;background:#f2f2f2;}
.gnb_one_bx .lang .list .pulldow_lang_link a {display:block;font-size:13px;color:#888;padding:0 5px 17px 22px;}
.gnb_one_bx .lang .list .pulldow_lang_link a:hover {color:#f44141;}

/* s:game gnb */
.gnb_one_wrp.game_gnb {min-width:1140px;height:38px;background:#232323;}

.game_gnb .gnb_one_bx {width:1140px;margin:0 auto;}


.game_gnb .gnb_one_bx .gnb_logo {
  display: block;
  width: 28px;
  height: 24px;
  margin: 5px 20px 0 0;
  background-color: #232323;
  background-image: url('../images/logo.png');
  background-position: 0 0;
}


.game_gnb .gnb_one_bx nav li a {display:block;height:28px;padding:10px 20px 0 20px;color:#d9d9d9;font-weight:600;}
.game_gnb .gnb_one_bx nav li a:hover {color:#ed1c24;}
.game_gnb .gnb_one_bx nav li a.game {color:#d9d9d9;width:85px;background:url('/platform/ob/common/v1/contents/gnb_game_menu_open.gif') no-repeat 105px 17px;}
.game_gnb .gnb_one_bx nav li a.game.on {color:#ed1c24;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_game_menu_close.gif') no-repeat 105px 17px;}
.game_gnb .gnb_one_bx nav li a.game:hover {color:#ed1c24;background:#f2f2f2 url('/platform/ob/common/v1/contents/gnb_game_menu_close.gif') no-repeat 105px 17px;}
.gnb_one_wrp.game_gnb .game_list_wrp {top:38px;}
.gnb_one_wrp.game_gnb .game_list_bx {min-width:1140px;height:98px;background:url('/platform/ob/common/v1/contents/gnb_line.png') repeat-x left bottom;z-index:6000;}

.gnb_one_wrp.game_gnb .game_list_bx .game_list {clear:both;width:1090px;height:80px;margin:0 auto;padding:18px 0 0 50px;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list.on {height:80px;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li {padding:0;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a {position:relative;width:75px;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a img {width:45px;height:45px;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover {text-decoration:none;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span {position:absolute;left:15px;top:0;width:41px;height:41px;border:2px solid #f42626;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a strong {font-size:11px;margin-top:4px;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.aow {background:url('/platform/ob/common/v1/contents/game_s_sum_01_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.fly {background:url('/platform/ob/common/v1/contents/game_s_sum_02_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.rapp {background:url('/platform/ob/common/v1/contents/game_s_sum_03_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.terra {background:url('/platform/ob/common/v1/contents/game_s_sum_05_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.mu_r {background:url('/platform/ob/common/v1/contents/game_s_sum_06_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.mu {background:url('/platform/ob/common/v1/contents/game_s_sum_07_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.c9 {background:url('/platform/ob/common/v1/contents/game_s_sum_08_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.a2 {background:url('/platform/ob/common/v1/contents/game_s_sum_09_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a:hover span.sevencore {background:url('/platform/ob/common/v1/contents/game_s_sum_10_on.jpg') no-repeat;}
.gnb_one_wrp.game_gnb .game_list_bx .game_list li a strong.new {padding-right:10px;background:url('/platform/ob/common/v1/contents/ico_new.gif') no-repeat right 4px;}

.game_gnb .gnb_one_bx .user_conect {float:left;width:205px;}
.game_gnb .gnb_one_bx .user_conect .user_join_before a.login {width:100px;}
.game_gnb .gnb_one_bx .user_conect .user_join_before a {height:28px;padding-top:10px;}
.game_gnb .gnb_one_bx .user_conect .user_join_after a.join {width:150px;height:28px;padding:10px 43px 0 0;color:#d9d9d9;background-image:url('/platform/ob/common/v1/contents/gnb_game_menu_open.gif');background-position:165px 16px;}
.game_gnb .gnb_one_bx .user_conect .user_join_after a.join:hover {color:#444;background-image:url('/platform/ob/common/v1/contents/gnb_menu_close.gif');background-position:165px 16px;}
.game_gnb .gnb_one_bx .user_conect .user_join_after a.join.on {color:#444;background-image:url('/platform/ob/common/v1/contents/gnb_menu_close.gif');background-position:165px 16px;}
.game_gnb .gnb_one_bx .user_conect .user_join_after .pulldown_user_link {top:38px;}
.game_gnb .gnb_one_bx .lang .list a.lang_tit {height:28px;padding:10px 0 0 25px;color:#d9d9d9;background-position:120px 16px;}
.game_gnb .gnb_one_bx .lang .list a.lang_tit:hover {color:#444;background-position:120px 16px;}
.game_gnb .gnb_one_bx .lang .list a.lang_tit.on {color:#444;background-position:120px 16px;}
.game_gnb .gnb_one_bx .lang .list .pulldow_lang_link {top:38px;}
.game_gnb .gnb_one_bx .user_conect .user_join_nick a {display:block;height:28px;padding:10px 25px 0 0;color:#ffaa30;font-size:13px;text-align:right;}

.gnb_one_wrp.game_gnb .gnb_one_bx nav li a.community {display:none;}
.gnb_one_wrp.game_gnb .comm_list_wrp {display:none;}

.gnb_one_wrp.game_gnb .gnb_one_bx nav li.support {display:none;}
/* e:game gnb */

html .footer_one_wrp, body .footer_one_wrp {font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;padding:0;margin:0;}
.footer_one_wrp form, .footer_one_wrp input, .footer_one_wrp legend, .footer_one_wrp label, .footer_one_wrp select, .footer_one_wrp option, .footer_one_wrp button, .footer_one_wrp fieldset, .footer_one_wrp textarea, .footer_one_wrp div, .footer_one_wrp p, .footer_one_wrp pre, .footer_one_wrp blockquote, .footer_one_wrp img, .footer_one_wrp h1, .footer_one_wrp h2, .footer_one_wrp h3, .footer_one_wrp h4, .footer_one_wrp h5, .footer_one_wrp h6, .footer_one_wrp dl, .footer_one_wrp dt, .footer_one_wrp dd, .footer_one_wrp ul, .footer_one_wrp ol, .footer_one_wrp li, .footer_one_wrp a {font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;padding:0;margin:0;}
.footer_one_wrp .none {position:absolute;left:-3000px;top:-3000px;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
.footer_one_wrp ol, .footer_one_wrp ul, .footer_one_wrp dl, .footer_one_wrp li {list-style:none;}

.footer_one_wrp {clear:both;min-width:960px;padding:46px 0 40px 0;font-size:12px;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;background:#121212;overflow:hidden;}
.footer_one_bx {width:960px;margin:0 auto !important;}
.footer_one_bx h1 {clear:both;padding:27px 0 27px 0;font-size:12px;color:#666;font-weight:normal;line-height:1.5;border-top:1px solid #3b3b3b;border-bottom:1px solid #3b3b3b;text-align:justify;}
.footer_one_bx h2 {clear:both;padding-bottom:20px;border-bottom:1px solid #3b3b3b;font-size:13px;color:#999;font-weight:normal;}
.footer_one_bx h3 {clear:both;padding-bottom:27px;font-size:16px;color:#fff;font-weight:600;}

.footer_one_bx .category {float:left;padding:26px 0 24px 0;width:320px;}
.footer_one_bx .category.game {width:330px;}
.footer_one_bx .category.game ul {float:left;}
.footer_one_bx .category ul.genres {float:left;width:190px;}
.footer_one_bx .category.service {width:315px;}
.footer_one_bx .category.about {width:200px;}
.footer_one_bx .category.game li {}
.footer_one_bx .category ul.genres li {width:190px;}
.footer_one_bx .category.service li {clear:both;}

.footer_one_bx .category li {padding:0 0 7px 8px;background:url('/platform/ob/common/v1/contents/icon_footer_gamelist.gif') no-repeat left 6px;}
.footer_one_bx .category li a {font-size:12px;color:#f42626;}
.footer_one_bx .category li span {color:#666;font-weight:normal;}

.footer_one_wrp.webzen .footer_one_bx h2 {padding-top:20px;}
.footer_one_bx small {float:left;padding-top:5px;font-size:12px;font-family: Tahoma, 'Segoe UI', Arial, sans-serif;color:#555;line-height:1.3;}
.footer_one_wrp.webzen .footer_one_bx small {height:44px;padding:20px 0 0 65px;color:#666;background:url('/platform/ob/common/v1/contents/img_portal_logo_webzen.png') no-repeat 0 9px;}
.footer_one_bx .agree {float:right;}
.footer_one_wrp.webzen .footer_one_bx .agree {padding-top:20px;}
.footer_one_bx .agree li {float:left;padding:0 8px 0 8px;background:url('/platform/ob/common/v1/contents/ft_agree_line.gif') no-repeat left 5px;}
.footer_one_wrp.webzen .footer_one_bx .agree li {float:left;padding:0 8px 0 8px;background:none;}
.footer_one_bx .agree li:first-child {background-image:none;}
.footer_one_bx .agree li a {color:#444;text-decoration:underline;}
.footer_one_wrp.webzen .footer_one_bx .agree li a {color:#666;text-decoration:underline;}

.datetime {width:300px;margin-top:-10px;overflow:hidden;}
.datetime strong {float:left;font-size:46px;font-family:Tahoma, Arial, Helvetica, sans-serif;font-weight:normal;color:#fff;}
.datetime span {float:left;padding:10px 0 0 10px;width:100px;font-size:15px;color:#fff;}

.footer_one_wrp.offical_game {min-width:980px;padding:0 0 30px 0;border-top:0;background:#f8f8f8;}
.footer_one_wrp.offical_game .footer_one_bx {position:relative;width:960px;padding:25px 10px 0 10px;border-top:1px solid #e5e5e5;overflow:hidden;}
.footer_one_wrp.offical_game .footer_one_bx small {width:415px;padding-top:5px;font-size:11px;font-family: Arial, Tahoma, 'Segoe UI', sans-serif;color:#9a8c71;}
.footer_one_wrp.offical_game .footer_one_bx .agree li {padding:2px 6px 0 6px;background:url('/platform/ob/common/v1/contents/icon_footer_link_line.gif') no-repeat left 8px;}
.footer_one_wrp.offical_game .footer_one_bx .agree li:first-child {background-image:none;}
.footer_one_wrp.offical_game .footer_one_bx .agree li a {color:#333;font-size:11px;font-family: Arial, Tahoma, 'Segoe UI', sans-serif;text-decoration:none;}
.footer_one_wrp.offical_game img.logo {float:left;margin-right:10px;}

.footer_one_wrp.offical_game.a2 {min-width:1140px;}
.footer_one_wrp.offical_game.a2 .footer_one_bx {width:1120px;}
.footer_one_wrp.offical_game.a2 small {color:#888;}

.footer_one_wrp.offical_game.c9 small {color:#888;}

.footer_one_wrp.offical_game.mu small {color:#888;}

.footer_one_wrp.offical_game.aow {background:#fff;padding:0;}
.footer_one_wrp.offical_game.aow .footer_one_bx {height:100px;border-top:0;padding:0;}
.footer_one_wrp.offical_game.aow img.logo {margin-top:35px;}
.footer_one_wrp.offical_game.aow img.logo.snail {margin-top:35px;}
.footer_one_wrp.offical_game.aow .footer_one_bx small {position:absolute;right:0;bottom:28px;width:440px;padding-top:0;font-size:10px;color:#666;text-align:right;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;}
.footer_one_wrp.offical_game.aow .footer_one_bx .agree li {padding:2px 0 0 20px;background:url('/platform/ob/common/v1/contents/icon_footer_link_line_10.gif') no-repeat 10px 5px;}
.footer_one_wrp.offical_game.aow .footer_one_bx .agree li:first-child {background-image:none;}
.footer_one_wrp.offical_game.aow .footer_one_bx .agree li a {font-size:12px;font-weight:bold;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;text-decoration:none;}
.footer_one_wrp.offical_game.aow .footer_one_bx .agree {position:absolute;right:0;top:25px;}

.footer_one_wrp.offical_game.fly {background:#fff;padding:0;}
.footer_one_wrp.offical_game.fly .footer_one_bx {height:100px;border-top:0;padding:0;}
.footer_one_wrp.offical_game.fly img.logo {margin-top:35px;}
.footer_one_wrp.offical_game.fly img.logo.gpotato {margin-top:41px;}
.footer_one_wrp.offical_game.fly .footer_one_bx small {position:absolute;right:0;bottom:28px;width:440px;padding-top:0;font-size:10px;color:#666;text-align:right;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;}
.footer_one_wrp.offical_game.fly .footer_one_bx .agree li {padding:2px 0 0 20px;background:url('/platform/ob/common/v1/contents/icon_footer_link_line_10.gif') no-repeat 10px 5px;}
.footer_one_wrp.offical_game.fly .footer_one_bx .agree li:first-child {background-image:none;}
.footer_one_wrp.offical_game.fly .footer_one_bx .agree li a {font-size:12px;font-weight:bold;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;text-decoration:none;}
.footer_one_wrp.offical_game.fly .footer_one_bx .agree {position:absolute;right:0;top:25px;}

.footer_one_wrp.offical_game.rapp {background:#fff;padding:0;}
.footer_one_wrp.offical_game.rapp .footer_one_bx {height:100px;border-top:0;padding:0;}
.footer_one_wrp.offical_game.rapp img.logo {margin-top:35px;}
.footer_one_wrp.offical_game.rapp img.logo.gpotato {margin-top:41px;}
.footer_one_wrp.offical_game.rapp .footer_one_bx small {position:absolute;right:0;bottom:28px;width:440px;padding-top:0;font-size:10px;color:#666;text-align:right;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;}
.footer_one_wrp.offical_game.rapp .footer_one_bx .agree li {padding:2px 0 0 20px;background:url('/platform/ob/common/v1/contents/icon_footer_link_line_10.gif') no-repeat 10px 5px;}
.footer_one_wrp.offical_game.rapp .footer_one_bx .agree li:first-child {background-image:none;}
.footer_one_wrp.offical_game.rapp .footer_one_bx .agree li a {font-size:12px;font-weight:bold;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;text-decoration:none;}
.footer_one_wrp.offical_game.rapp .footer_one_bx .agree {position:absolute;right:0;top:25px;}

.footer_one_wrp.offical_game.seven {background:#fff;padding:0;}
.footer_one_wrp.offical_game.seven .footer_one_bx {height:100px;border-top:0;padding:0;}
.footer_one_wrp.offical_game.seven img.logo {margin-top:35px;}
.footer_one_wrp.offical_game.seven img.logo.noria {margin-top:46px;}
.footer_one_wrp.offical_game.seven .footer_one_bx small {position:absolute;right:0;bottom:28px;width:440px;padding-top:0;font-size:10px;color:#666;text-align:right;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;}
.footer_one_wrp.offical_game.seven .footer_one_bx .agree li {padding:2px 0 0 20px;background:url('/platform/ob/common/v1/contents/icon_footer_link_line_10.gif') no-repeat 10px 5px;}
.footer_one_wrp.offical_game.seven .footer_one_bx .agree li:first-child {background-image:none;}
.footer_one_wrp.offical_game.seven .footer_one_bx .agree li a {font-size:12px;font-weight:bold;font-family: 'Segoe UI', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Arial, sans-serif;text-decoration:none;}
.footer_one_wrp.offical_game.seven .footer_one_bx .agree {position:absolute;right:0;top:25px;}

.footer_one_wrp.offical_game.seven {background:#fff;}

/*animation alpha*/
@keyframes mouse_over {from{opacity:0.5;}to{1.0}}
@-moz-keyframes mouse_over {from{opacity:0.5;}to{1.0}}
@-webkit-keyframes mouse_over {from{opacity:0.5;}to{1.0}}

.game_list_bx .game_list li a:hover {animation:mouse_over .5s ease-out;-webkit-animation:mouse_over .5s ease-out;}

.footer_one_wrp.mobile_forum {padding:46px 0 40px;}
.footer_one_wrp.mobile_forum .footer_one_bx small {height:44px;padding:20px 0 0 65px;color:#666;background:url('/platform/ob/common/v1/contents/img_portal_logo_webzen.png') no-repeat 0 9px;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree {padding-top:20px;}

/* s:forum response */
@media only screen and (max-width:1023px) {

.gnb_one_wrp.mobile_forum {min-width:320px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx {width:100%;}
.gnb_one_wrp.mobile_forum .gnb_one_bx nav {display:none;}
.gnb_one_wrp.mobile_forum .game_list_wrp {display:none;}

.footer_one_wrp.mobile_forum {min-width:320px;padding:0;}
.footer_one_wrp.mobile_forum .footer_one_bx {width:96%;padding:0 2%;}
.footer_one_wrp.mobile_forum .footer_one_bx h1 {display:none;}
.footer_one_wrp.mobile_forum .footer_one_bx h2 {display:none;}
.footer_one_wrp.mobile_forum .footer_one_bx h3 {display:none;}
.footer_one_wrp.mobile_forum .footer_one_bx .category {display:none;}
.footer_one_wrp.mobile_forum .footer_one_bx small {float:left;width:80%;background:none;padding:20px 0 0 0;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree {float:left;width:80%;padding-top:0;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree li {float:left;padding:0 2px;background:none;}

}
@media only screen and (max-width:729px) { /* mobile */
.gnb_one_wrp.mobile_forum {height:30px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .gnb_logo {float:left;width:30px;height:30px;background-size:20px 20px;background-position:5px 5px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect {float:left;width:145px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_before a {height:22px;padding-top:8px;font-size:10px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_before a.login {width:70px;color:#fff;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_before a.register {width:70px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_after a.join {float:left;width:100px;height:22px;padding:8px 35px 0 0;font-size:10px;background-position:105px 12px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_after a.join:hover {background-position:105px 12px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_after a.join.on {background-position:105px 12px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_after .pulldown_user_link {display:none;position:absolute;left:0;top:30px;width:135px;padding-top:5px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_after .pulldown_user_link a {font-size:10px;padding:0 5px 5px 10px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .user_conect .user_join_after .pulldown_user_link a:hover {color:#f44141;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .lang {float:left;width:100px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .lang .list a.lang_tit {display:block;width:80px;height:22px;padding:8px 0 0 20px;font-size:10px;background-position:85px 12px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .lang .list a.lang_tit:hover {background-position:85px 12px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .lang .list a.lang_tit.on {background-position:85px 12px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .lang .list .pulldow_lang_link {display:none;position:absolute;left:0;top:30px;width:100px;padding-top:5px;}
.gnb_one_wrp.mobile_forum .gnb_one_bx .lang .list .pulldow_lang_link a {display:block;font-size:10px;padding:0 5px 5px 10px;}

.footer_one_wrp.mobile_forum {padding:5px 0 0 0;font-size:10px;}
.footer_one_wrp.mobile_forum .footer_one_bx small {float:left;width:80%;padding-top:0px;font-size:10px;background:none;padding:10px 0 0 0;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree {clear:both;width:80%;padding-top:0;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree li {float:left;padding:0 2px;background:none;}
}
@media only screen and (max-width:470px) { /* mobile */
.footer_one_wrp.mobile_forum .footer_one_bx small {float:left;background:none;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree {clear:both;width:80%;padding-top:0;}
.footer_one_wrp.mobile_forum .footer_one_bx .agree li {float:left;padding:0 2px;background:none;}
}
/* e:forum response */

.cookie_wrp {position:fixed;left:0;bottom:0;width:100%;height:40px;z-index:9999;}
.cookie_wrp .back {position:relative;width:100%;height:40px;background:#000;opacity:0.8;z-index:1;}
.cookie_wrp .notice_bx {position:absolute;left:0;top:0;width:100%;z-index:2;}
.cookie_wrp .notice_txt {width:960px;height:30px;padding-top:10px;margin:0 auto;color:#999;font-size:14px;}
.cookie_wrp .notice_txt a {color:#f42626;text-decoration:underline;}
.cookie_wrp .notice_txt a.cookie_close {float:right;width:20px;height:20px;background:url('/platform/ob/common/v1/contents/btn_cookie_close.gif') no-repeat;font-size:0;line-height:0;}




















/** IMAGE BORDER STYLE 2 */
.image-style2 {
	position: relative;
	width: 304px;
	height: 155px;
	margin: 0px 15px 0px 0px;
	top: -5px;
	left: -15px;
}

.image-style2 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style2 img {
	position: absolute;
	top: 20px;
	left: 20px;
}

.image-style2a span {
	background: url(../images/image-style2-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 3 */
.image-style3 {
	position: relative;
	float: left;
	width: 85px;
	height: 85px;
	margin: 0px 10px 0px 0px;
	top: -5px;
	left: -10px;
}

.image-style3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style3 img {
	position: absolute;
	top: 15px;
	left: 15px;
}

.image-style3a span {
	background: url(../images/image-style3-border.png) no-repeat left top;
}

/** IMAGE BORDER STYLE 4 */
.image-style4 {
	position: relative;
	width: 252px;
	height: 145px;
	margin: 0px 0px 25px 0px;
	left: -15px;
}

.image-style4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style4 img {
	position: absolute;
	top: 15px;
	left: 20px;
}

.image-style4a span {
	background: url(../images/image-style4-border.png) no-repeat left top;
}

/** BUTTON STYLE 1 */
.button-style {
width: auto;
  /* margin-bottom: 15px; */
  height: 36px;
  position: relative;
  border: none;
  cursor: pointer;
  line-height: 0;
  text-transform: capitalize;
  padding: 0 21px 2px 21px;
  vertical-align: top;
  margin: 11px 0px 14px 0px;
  background: #A6150E;
  font-family: 'Ebrima';
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3px;
  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);
  box-shadow: inset 0 2px 0 #BB1C13, inset 0 0 8px rgba(0, 0, 0, 0.13), 0 0 7px rgba(211, 135, 131, 1), 0 1px 2px rgba(0, 0, 0, 1);
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
}

/** BUTTON STYLE 2 */
.button-style2 {
width: auto;
  /* margin-bottom: 15px; */
  height: 36px;
  position: relative;
  border: none;
  cursor: pointer;
  line-height: 0;
  text-transform: capitalize;
  padding: 0 21px 2px 21px;
  vertical-align: top;
  margin: 11px 0px 14px 0px;
  background: #A6150E;
  font-family: 'Ebrima';
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3px;
  text-shadow: 0 0 6px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.55);
  box-shadow: inset 0 2px 0 #BB1C13, inset 0 0 8px rgba(0, 0, 0, 0.13), 0 0 7px rgba(211, 135, 131, 1), 0 1px 2px rgba(0, 0, 0, 1);
  transition: all 500ms;
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
}

.text-align {
	/*padding-top: 20px;*/
}

/** TWO COLUMNS */
.two-column {
	overflow: hidden;
	margin-top: -10px;
	padding: 0px 30px 0px 50px;
}

.two-column .colA {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colB {
	float: right;
	width: 275px;
	padding: 10px 0px 0px 0px;
}

.two-column .colC {
	float: left;
	width: 275px;
	padding: 10px 25px 0px 0px;
	background: url(../images/divider3-bg.png) repeat-y right top;
}

.two-column .colD {
	float: right;
	width: 275px;
	padding: 10px 0px 10px 0px;
}

/** META STYLE */
.meta-wrapper {
	position: relative;
	width: 622px;
	height: 91px;
	padding: 0px 0px 30px 0px;
	background: url(../images/meta-wrapper-bg.png) no-repeat left top;
	top: 30px;
	left: -10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	color: #a3a3a3;
}

#meta-wrapper a {
	color: #FFFFFF;
}

#meta-wrapper .posted {
	float: left;
	color: #FFFFFF;
}

#meta-wrapper .links {
	float: right;
	color: #FFFFFF;
}

#box1 {
}

/** META STYLE 1 */
.meta-bg {
	overflow: hidden;
	position: relative;
	width: 542px;
	height: 50px;
	padding: 10px 45px 0px 35px;
	left: -10px;
	/*background: url(images/meta-wrapper-bg.png) no-repeat left top;*/
}

.meta p {
	text-transform: uppercase;
	font-family: serif;
}

.meta .tags {
	float: left;
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-03.png) no-repeat left 0px;
}

.meta .links {
	float: right;
}

.meta .more {
	padding: 0px 10px 3px 30px;
	background: url(../images/meta-icons-01.png) no-repeat left 0px;
}

.meta .comments {
	padding: 0px 0px 3px 30px;
	background: url(../images/meta-icons-02.png) no-repeat left 0px;
}

.meta .divider {
	height: 22px;
	padding: 0px 15px;
	background: url(../images/meta-divider-bg.jpg) repeat-y center top;
}

.meta a {
	text-decoration: underline;
}

/** BANNER */
#banner {
	overflow: hidden;
	margin: 0px auto;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	text-transform: uppercase;
	font-family: serif;
}

#banner h2 {
	padding: 52px 0px 10px 0px;
	letter-spacing: 3px;
	line-height: 145%;
	font-size: 20px;
	color: #FFFFFF;
}

#banner p {
	letter-spacing: 1px;
	line-height: 70%;
	color: #837e7e;
}

#banner #col1 {
	width: 825px;
	height: 280px;
	overflow: hidden;
	position: relative;
	float: left;
}
#banner #col1 ol, #banner #col1 li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#banner #col1 .items {
	width: 2000em;
	position: absolute;
}

#banner #col1 .items .item {
	float: left;
}
#banner #col1 .items .item span{
	position: absolute;
	width: 825px;
	height: 280px;
	z-index: 11;
}
#banner #col1 .promRoundBox {
	position: absolute;
	width: 825px;
	height: 280px;

	z-index: 10;
}
#banner #col1 .rollingIconWrap {
	position: absolute;
	right: 0;
	/*top: 0;*/
	z-index: 12;
}
#banner #col1 .rollingIconWrap .bgFirst {
	float: left;
	width: 53px;
	height: 40px;
	background: url('../images/misc/main_prom_rollTop.png') no-repeat;
}
#banner #col1 .rollingIconWrap .rollingIcon {
	float: left;
	height: 30px;
	padding: 10px 15px 0 0;
	background: url('../images/misc/main_prom_rollMiddle.png') no-repeat right top;
	overflow: hidden;
}
#banner #col1 .rollingIconWrap .rollingIcon button {
	float: left;
	width: 19px;
	height: 21px;
	margin-right: 3px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background:url('../images/misc/main_prom_icon_off.gif') no-repeat
}
#banner #col1 .rollingIconWrap .rollingIcon button.active {
	background-image:url('../images/misc/main_prom_icon_on.gif')
}

#banner #col2 {
	width: 260px;
	margin: 15px 0 0 694px;
	color: white;
}

#banner #col2 p span {
	float: right;
	color: #837E7E;
	padding-right: 20px;
}
#banner #col2 p a span{
	text-decoration: underline;
}
#banner #col2 img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.5s ease;
	vertical-align: middle;
}
#banner #col2 img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#banner #col2 .info-button {
	width: 250px;
	padding-bottom: 15px;
	margin: 0;
}
#banner #col2 .info-button td {
	cursor: pointer;
	width: 65px;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#banner #col2 .info-button #sButton-0 {
	background: url('../images/misc/server5.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-1 {
	background: url('../images/misc/server4.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-2 {
	background: url('../images/misc/server3.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-3 {
	background: url('../images/misc/server2.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-4 {
	background: url('../images/misc/server1.png') transparent center top no-repeat;
}
#banner #col2 .info-button #sButton-5 {
	background: url('../images/misc/server3.png') transparent center top no-repeat;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #221f28;
	padding: 5px;
	opacity: 0.90;
	font: normal 10px Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
}

#tooltip h3, 
#tooltip div {
	margin: 0;
}

#lean_overlay {
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#buy_windows, #add_to_card_windows, #select_server, #auction_bet{
	width: 404px;
	padding-bottom: 2px;
	display:none;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
	z-index:9999;
}
#item_filter_overlay{
	position: absolute;
    height:400px;
    width:300px;
	z-index:9999;
}
#item_filter{
	width: 300px;
	height:700px;
	padding-bottom: 2px;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);   
}
.item_filter_content{	
	height:600px;
	width: 285px;
	margin: 15px;
	overflow: auto;
}

.modal-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.modal-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.modal-header2 { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; cursor:move;}
.modal-header2  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/close.png); z-index: 2; }

.form {
	margin: 0px auto;
}

.form input:not([type="checkbox"]), .form select, .form textarea {
	padding: 7px 9px;
	margin: 2px 0;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 200px;
}

.form select {
	width: 216px;
}

.right { float:right; }
.left{ float:left; }
.fixed{
  position: fixed;
  top: 50px;
  left: 50px;
}

.QapTcha {width:215px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:215px;height:30px;float:left;border:1px solid #CCC;background-color:#FFF;box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);}
.QapTcha .slider {width:30px;height:30px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;background-size:30px 30px;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .txtStatus {width:215px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both;padding-bottom: 10px;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}

/* RANKING */
.ranking-table{text-align:center;width:100%;border-collapse:collapse;line-height:26px;background: url(../images/divider4-bg.png) repeat-x left top;}
.ranking-table th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.ranking-table th.end{border-right:0}
.ranking-table td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.ranking-table td.end{border-right:0}
.ranking-table tr{}
.ranking-table tbody tr:hover{
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0.4);
/*filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}

.i_note, .s_note, .w_note, .e_note {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 40px;
background-repeat: no-repeat;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em; 
text-align: left;
}
.i_note {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
background-position: left center;
}
.s_note {
color: #4F8A10;
background-color: #E8EFD3;
background-image:url('../images/success.png');
background-position: left center;
}
.w_note {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
background-position: left center;
}
.e_note {
color: #D8000C;
background-color: #F7E0CC;
background-image: url('../images/error.png');
background-position: left center;
}
.buttonn {
	float: right;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #660000; 
	border: none;
	width: auto;
	overflow: visible;
	font-size: 1.4em;
	color: #FFF;
	padding: 7px 10px;  
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	font-weight: bold; 
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
} 
.btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }
.tabrow {
	text-align: center;
	list-style: none;
	margin: 0px 0 10px;
	padding: 0;
	line-height: 24px;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}
.tabrow li {
background: #fbb450;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #a34221));
background: -moz-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -webkit-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -o-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: -ms-linear-gradient(top, #fbb450 5%, #a34221 100%);
background: linear-gradient(to bottom, #302F2D 5%, #222222 100%);
display: inline-block;
position: relative;
z-index: 0;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #3C3C3C;
text-shadow: 0 1px #000;
margin: 0 -5px;
padding: 0 20px;
border: 1px solid #363434;
}
.tabrow a {
  color:#ffffff;
  text-decoration: none;
}
.tabrow li.selected {
color: #ffffff;
z-index: 2;
-moz-box-shadow: inset 0px 1px 0px 0px #f0a899;
-webkit-box-shadow: inset 0px 1px 0px 0px #f0a899;
box-shadow: inset 0px 1px 0px 0px #f0a899;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #915044), color-stop(1, #552a22) );
background: -moz-linear-gradient( center top, #915044 5%, #552a22 100% );
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#915044', endColorstr='#552a22');*/
background-color: #915044;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topleft: 3px;
border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topright: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-left-radius: 3px;
font-family: Arial;
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 0px #000000;
border: 1px solid #613333;
}
.tabrow:before {
	position: absolute;
	content: " ";
	width: 80%;
	bottom: 0;
	left: 0;
	right:0;
	margin:0 auto;
	border-bottom: 1px solid #363636;
	z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
	border: 1px solid #613333;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}
.tabrow li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #232323;
}
.tabrow li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #232323;
}
.tabrow li.selected:before {
	box-shadow: 2px 2px 0 #5c2f26;
}
.tabrow li.selected:after {
	box-shadow: -2px 2px 0 #5c2f26;
}

.rankings{
	display: none;
}

.custom_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #80615c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #80615c;
	box-shadow:inset 0px 1px 0px 0px #80615c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d3d34), color-stop(1, #4f2922) );
	background:-moz-linear-gradient( center top, #6d3d34 5%, #4f2922 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d3d34', endColorstr='#4f2922');*/
	background-color:#6d3d34;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #5c3129;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #050005;
}
.custom_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4f2922), color-stop(1, #6d3d34) );
	background:-moz-linear-gradient( center top, #4f2922 5%, #6d3d34 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f2922', endColorstr='#6d3d34');*/
	background-color:#4f2922;
	text-decoration:none;
}.custom_button:active {
	position:relative;
	top:0px;
}
.custom_button2 {	
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);	*/
	background-color:#d0451b;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	border:1px solid #942911;	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 13px;
	text-decoration:none;	
	text-shadow:0px 1px 0px #854629;	
}
.custom_button2:hover {	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);	*/
	background-color:#bc3315;
	cursor: pointer;
}
.custom_button2:active {
	position:relative;
	top:1px;
}
#ucp_info{
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.15);

}
#ucp_info .half {
	float: left;
	width: 47%;
	padding: 5px;
	position:relative;
}
#ucp_info  .full {
	width: 100%;
}
*#ucp_info .half table {
	margin-left: auto;
	margin-right: auto;
}
#ucp_info td {
	padding: 2px;
}
#ucp_info .half:first-child {
	border-right: 1px solid rgb(223, 221, 221);
}
#character-info{
width: 100%;
height: auto;
margin: 0 auto;
padding: 0px;
}
#character-info ul{
list-style-type: none;
display: inline;
margin: 0px;
padding: 0px;
}
#character-info ul li{
float: left;
padding: 0px;
margin: 0px;
}
#character-info tbody tr {
background: none;
border: none;
}
#character-info tbody tr td{
width: 50%;
margin: 0 auto;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: rgba(0, 0, 0, 0.55);
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
color: #e0e0e0;
}
#character-info tbody tr td a{
font-size: 14px;
font-weight: bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
#character-info div{
padding-left: 10px;
}
#small_menu ul {
	margin: 0px;
	padding: 0px;
}

#small_menu li {
list-style: none;
}
ul#vote-options{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#vote-options { list-style:none; }
ul#vote-options h5{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

#vote-options {
	color:#555;
	font-size:auto;
	line-height:auto;
	list-style-type:none;
	margin:0;
}

#vote-options li {
	border-radius:5px;
	line-height:45px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-top:10px;
	padding:10px;
	background: rgba(255, 255, 255, 0.6);
}

#vote-options li img {
	width:75px;
	height:45px;
}

#vote-options li button {
	border:1px solid #999;
	line-height:28px;
	margin:6px 0;
	padding:0 5px;
}
#vote-options li h5 {
	color:#444;
	font-weight:bolder;
	font-size:24px;
	border-left:1px solid #453129;
	padding-left:10px;
	margin-left:10px;
}

ul#paypal-options{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#paypal-options { list-style:none; }
ul#paypal-options h4{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
ul#paypal-options h3{
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

#paypal-options {
	color:#555;
	font-size:auto;
	line-height:auto;
	list-style-type:none;
	margin:0;
}

#paypal-options li {
	border-radius:5px;
	line-height:45px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-top:10px;
	padding:10px;
	background: rgba(255, 255, 255, 0.6);
}

#paypal-options li h4 {
	color:#444;
	font-weight:bolder;
	font-size:22px;
	padding-left:10px;
	margin-left:10px;
}
#paypal-options li h3 {
	color:#444;
	font-size:18px;
	padding-left:10px;
	margin-left:10px;
}

#helm{
	position:absolute; 
	left:73px; 
	top:58px; 
	width:56px; 
	height:66px; 
}

#wings{
	position:absolute; 
	left:272px;	
	top:59px; 	
	width:127px; 
	height:110px; 
}

#pendant{
	position:absolute; 
	left:233px;	
	top:80px; 	
	width:29px; 
	height:29px; 
}

#sword{
	position:absolute; 
	left:6px; 
	top:242px; 
	width:69px; 
	height:129px; 
}

#armor{
	position:absolute; 
	left:40px; 
	top:138px; 
	width:82px; 
	height:98px; 
}

#shield{
	position:absolute; 
	left:330px; 
	top:242px; 
	width:69px; 
	height:129px; 
}

#gloves{
	position:absolute; 
	left:271px;	
	top:178px;	
	width:85px;	
	height:55px; 
}
#pants{
	position:absolute; 
	left:89px;	
	top:297px;	
	width:58px; 
	height:74px; 
}
#ring_left{
	position:absolute; 
	left:102px;	
	top:252px; 	
	width:29px; 
	height:29px; 
}
#ring_right{
	position:absolute; 
	left:272px;	
	top:252px; 	
	width:29px; 
	height:29px; 
}

#boots{
	position:absolute; 
	left:258px;	
	top:297px; 	
	width:58px; 
	height:74px; 
}

/* AUCTION */
.inv { 
table-layout : fixed;
background-color : #212121; 
border : 1px solid #100f0d; 
margin : 0px;
padding : 0px;
} 

.waretitle { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px;
background:	#610000;
font-style: oblique;
font-weight: bold;
color:#fff;
} 

/* AUCTION END */
/* ------------------- PAGINATION ---------------------- */
 
#pagination {
	color: #4C9AEB;
	font: normal 12px verdana, arial, helvetica, serif;
	line-height: 17px;
	margin: 0;
	padding: 12px 8px 8px 12px;
	-webkit-border-radius: 0 0 6px 6px;  
	-moz-border-radius: 0 0 6px 6px;  
	-khtml-border-radius: 0 0 6px 6px;  
	border-radius: 0 0 6px 6px;
}

#pagination a {
	border: 1px solid #ccc;
	background: #fff;
	color: #8e9091;
	font: bold 12px verdana, arial, helvetica, serif;
	margin-right: 8px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}

#pagination a.on {
	border: 1px solid #660000; 
	background: #f7f7f7;
	color: #660000; 
	margin-right: 8px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}

#pagination a:hover {
	border: 1px solid #660000; 
	color: #660000; 
}

#pagination ul {
	height: 21px;
}

#pagination li {
	list-style-type: none;
	float: left;
}

/* ------------------- PAGINATION END ---------------------- */

.item_table{
	width: 200px;
	border: 0;
	margin: auto;
}
 .item_table td{
	padding: 3px;
 }
.each_item{
	width: 10px;
	border: 0;
	border-collapse: collapse;

}
.each_item td{
	padding: 0px;	
}
.each_item .item_name{
	background: url(../images/ws_item_name.png);
	background-size:136px 34px;
	height: 34px;
}
.each_item .item_bg{
	background-image: url(../images/ws_item_bg.png);
	background-size:136px 140px;
	height: 140px;
}
.each_item .item_footer{
	background: url(../images/ws_item_footer.png);
	background-size:136px 6px;
	height: 6px;
}
.item_image{
	text-align: center;
	height: 140px;
	width: 136px;
}
.items{
	text-align: center;
}
.items a{ 
	color:#FFFFFF; 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:13px; 
	text-decoration:none; 
	padding-bottom:5px;
}
.items a:hover{ 
	color:#000000; 
}
#item_buy{
	margin-left:5px;
	margin-right:5px;
	width: 100%;
}
#item_buy_left{
	float: left;
	padding-right: 5px;
}
#item_buy_right{
	float: left;
	background-color: #3e1d1c;
	width: 492px;
	padding: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#item_buy_right .full{
	margin: 1px;
	padding: 1px;
	width: 488px;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 18px;	
	line-height: 18px;
}
#item_buy_right .opt_title{
	margin: 1px;
	padding-left: 1px;
	width: 250px;
	float: left;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 20px;	
	line-height: 20px;
}
#item_buy_right .opt{
	margin: 1px;
	padding-left: 1px;
	width: 236px;
	float: left;
	background-color:#76403f;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;
	height: 20px;
	line-height: 20px;
}

#item_buy_right .opt select{
	border:0px; 














	border-radius: 0;
	width:70%; 
	font-size:12px; 
	line-height: 1;
	background:#5d302f; 
	color:#fff;
	margin-top: 1px;
	padding:0;
	-webkit-appearance: none;
}

#item_image_bg{
	position:relative;
	background:url(../images/item_bg.png) no-repeat;
	width: 129px;
	height: 184px;	
}
#item_image_bg img{
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto; 
}
.item_info{
	margin-top: 2px;
	background:url(../images/item_desc.png) no-repeat;
	width: 129px;
	height: 36px;
	line-height: 36px;	
	z-index:500;
}

.item_info .info{
	padding-left: 5px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px;

}
.item_info .info .btimes{ color:#ed7876;}
.item_info .info .goldcr{ color:#ffaf04; }
.item_info .info .normalcr{ color:#d9a08a;}
#buy_buttons{
	margin-right:10px;
	width: 99%;
}
#buy_buttons button{
	margin: 2px;
}
.buy_button { background:url(../images/slect_btn.png); 
	width:155px; 
	height:42px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#FFFFFF;
	text-shadow:#000 0px 1px 0px; 
	border:0;
	float:right;
}
.buy_button:hover{
	cursor: pointer;
}
.payment-method-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}
.payment-method-button label {
    float:left;
}
.payment-method-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	cursor: pointer;
}
.payment-method-button label input {
    position:absolute;
    top:-20px;
}
.auction_bet_button{
	margin: 0 auto;
    background: #660000; 
    color:#fff;
    border-radius:4px;
    border:1px solid #D0D0D0;
	text-align:center;
    padding:3px 0px;
    display:block;
	width: 220px;
	height: 35px;
	cursor: pointer;
}
.span_red{
	background: #660000; 
    color:#fff;
}


#sell_item {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.6);
	padding: 5px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.38);
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: none;
}


.input-main {
  padding: 2px 30px;
  margin: 2px 0;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.input-main:hover {
  padding: 2px 30px;
  margin: 2px 0;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.style4 span {
	float:right;
}

/** BUTTON STYLE 1 */
.services-link-style1 {
	border: none;
	cursor: pointer;
	position: relative;
	display: block;
	width: 222px;
	height: 71px;
	left: -10px;
	background: url(../images/button-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
}
.services-link-style1 img {
	padding-left: 18px;
}

/** SERVICES BUTTON STYLE 1 */
.services-button-style1 {
	position: relative;
	display: block;
	width: 182px;
	height: 71px;
	left: -10px;
	background: url(../images/banner-buttong-bg.png) no-repeat left bottom;
	line-height: 71px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-shadow: 2px 1px 0px rgba(0,0,0,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor:pointer;
}


/** BOX STYLE 5 */
.box-style5 {
	overflow: hidden;
	margin-bottom: 55px;
}

.box-style5 .title {
	padding: 0px 30px 20px 10px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 23px;
	color: #2f2a22;
}

.box-style5 .entry {
	line-height: 180%;
	padding: 20px 10px;
	background: url(../images/box-content-shadow.png) no-repeat -40px top;
}

/** BOX STYLE 6 */
.box-style6 {
	margin-top: -20px;
	padding: 0px 40px 0px 50px;
}


/* MAIN-TABLE */
.main-table{text-align:center;width:100%;border-collapse:collapse;line-height:26px;background: url(../images/divider4-bg.png) repeat-x left top}
.main-table th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table th.end{border-right:0}
.main-table td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table td.end{border-right:0}
.main-table tr{}
.main-table tbody tr:hover{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* MAIN-TABLE2 */
.main-table2{text-align:left;width:100%;border-collapse:collapse;line-height:26px;background: url(../images/divider4-bg.png) repeat-x left top}
.main-table2 th{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table2 th.end{border-right:0}
.main-table2 td{background: url(../images/divider4-bg.png) repeat-x left bottom}
.main-table2 td.end{border-right:0}
.main-table2 tr{}
.main-table2 tbody tr:hover{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.4);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.main-tr {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4);
}

.w-coins, .wcoins {
	color: #CC6600;
	font-weight: bold;
}

.zz-coins, .zzcoins {
	color: #003399;
	font-weight: bold;
}

.event_list_name{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
.event_list_time{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6a2f3c;
}

.offline{
	color: red;
}

.online{
	color: green;
}



#timer_div_title {
position: absolute;
height: 16px;
width:210px;
top: 10px;
left:560px;
font-size: 16px;
text-align:center;
}
#timer_div_time {
position: absolute;
height: 70px;
width:220px;
top: 30px;
left:560px;
}

.timmer_inner_block{
	width: 50px;
	height: 65px;
	background-color: #fff;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin: 2px;
	float:left;
	opacity:0.2;

	/*filter:alpha(opacity=20); */
	
}

#timer_div_time .timmer_inner_block .title{
	text-align:center;
}

#timer_div_time .timmer_inner_block .count{
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	padding-top:10px;
}

.add_to_card {
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width:100%;
}
.add_to_card th {
	padding:15px 20px 16px 20px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.add_to_card th:first-child {
	text-align: left;
	padding-left:20px;
}
.add_to_card tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.add_to_card tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.add_to_card tr {
	text-align: center;
	padding-left:20px;
}
.add_to_card td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.add_to_card td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.add_to_card tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.add_to_card tr:last-child td {
	border-bottom:0;
}
.add_to_card tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.add_to_card tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.add_to_card tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.discount_notice{
  margin: 20px auto;
  left:200px;
  width: 280px;
  height: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 90;
  opacity: 0.9;
}

.discount_notice .content{
	padding:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #6a2f3c;
	font-weight: bold;
	position: relative;
	display:block;
}

.ribbon-discount-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}?


/** BOX STYLE 3 */
.box-style3 .entry {
	margin-top: -20px;
	padding: 0px 40px 0px 50px;
}

/** BOX STYLE 4 */
.box-style4 {
	overflow: hidden;
}

.box-style4 .title {
	padding: 0px 30px 20px 40px;
	text-shadow: 2px 1px 0px rgba(255,255,255,.5);
	text-transform: uppercase;
	font-family: serif;
	font-size: 23px;
	color: #2f2a22;
}

.box-style4 .entry {
	padding: 30px 20px 0px 30px;
	background: url(../images/box-content-shadow.png) no-repeat left top;
}

.avatar_frame {
  padding: 3px;
  border: 1px solid #333333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/** IMAGE BORDER STYLE 1 */
.image-style1 {
	position: relative;
	float: left;
	width: 250px;
	height: 239px;
	margin: 0px 15px 0px 0px;
	top: -3px;
	left: -10px;
}

.image-style1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-style1 img {
	position: absolute;
	top: 15px;
	left: 15px;
}

.image-style1a span {
	background: url(../images/image-style1-border.png) no-repeat left top;
}







































































































































































































































































































































































































































































































































































































































/* ════════════════════════════════════════════════
   PROFESSIONAL UPGRADE — MU ULTIMATE ONLINE
   ════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Rajdhani:wght@400;500;600;700&display=swap');

:root {
  --gold:    #c8a84b;
  --gold2:   #f0d080;
  --blue:    #4a90d9;
  --blue2:   #7ab8ff;
  --red:     #c3232d;
  --dark:    rgba(8,14,28,0.82);
  --glass:   rgba(10,20,45,0.55);
  --border:  rgba(100,160,255,0.18);
  --text:    #d8e4f0;
  --glow-b:  0 0 12px rgba(74,144,217,0.7), 0 0 30px rgba(74,144,217,0.3);
  --glow-g:  0 0 12px rgba(200,168,75,0.7), 0 0 30px rgba(200,168,75,0.3);
}

/* ── NAV BAR ── */
.lnb_wrp {
  background: linear-gradient(180deg, rgba(5,10,25,0.75) 0%, rgba(8,16,35,0.65) 100%) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}
.lnb_wrp .menu_list h2 a strong {
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #b8cde8;
  text-transform: uppercase;
  transition: color 0.3s, text-shadow 0.3s;
}
.lnb_wrp .menu_list h2 a:hover strong {
  color: var(--gold2);
  text-shadow: var(--glow-g);
}
/* active underline on hover */
.lnb_wrp .menu_list h2 a::after {
  content:'';
  position:absolute;
  bottom:12px; left:50%;
  width:0; height:2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: width 0.3s, left 0.3s;
}
.lnb_wrp .menu_list h2 a:hover::after { width:80%; left:10%; }

/* DOWNLOAD button */
.starter_wrp .btn_starter .blind {
  font-family: 'Cinzel', serif !important;
  font-size: 18px !important;
  letter-spacing: 4px !important;
  color: var(--gold2) !important;
  text-shadow: var(--glow-g) !important;
  transition: text-shadow 0.3s !important;
}
.starter_wrp .btn_starter:hover .blind {
  text-shadow: 0 0 20px rgba(240,208,128,1), 0 0 50px rgba(200,168,75,0.8) !important;
}

/* ── LOGO ── */
.lnb_wrp .lnb_logo a {
  filter: drop-shadow(0 0 10px rgba(200,168,75,0.4)) drop-shadow(0 0 25px rgba(74,144,217,0.3));
}

/* ── CONTENT AREA ── */
.contents_wrp {
  background: linear-gradient(135deg, rgba(8,14,30,0.72) 0%, rgba(12,22,48,0.68) 100%) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
}

/* ── VOTE / REGISTER / FORUMS BANNERS ── */
.banner_main a {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(100,160,255,0.2);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.banner_main a:hover {
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(200,168,75,0.4), 0 4px 20px rgba(0,0,0,0.5);
  transform: translateY(-3px);
}

/* ── REGISTRATION BUTTON ── */
.user_wrap .btn_login span,
.side_area_wrp > aside.user_wrap a.btn_login span {
  background: linear-gradient(135deg, #9b1c24 0%, #c3232d 50%, #9b1c24 100%);
  border: 1px solid rgba(255,100,100,0.3);
  letter-spacing: 2px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  transition: background 0.3s, box-shadow 0.3s;
}

/* ── LOGIN FORM ── */
.input-main {
  background: rgba(8,14,30,0.7) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 3px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
  font-family: 'Rajdhani', sans-serif !important;
}
.input-main:focus {
  border-color: var(--blue) !important;
  box-shadow: var(--glow-b) !important;
  outline: none !important;
}
.button-style, #submit {
  background: linear-gradient(135deg, #8b1520 0%, #c3232d 50%, #8b1520 100%) !important;
  border: 1px solid rgba(200,50,50,0.4) !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  transition: box-shadow 0.3s, transform 0.2s !important;
  cursor: pointer !important;
}
.button-style:hover, #submit:hover {
  box-shadow: 0 0 20px rgba(195,35,45,0.6), 0 4px 15px rgba(0,0,0,0.4) !important;
  transform: translateY(-1px) !important;
}

/* ── SIDEBAR HEADINGS ── */
.side_area_wrp h3 {
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--text) !important;
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px !important;
}
.side_area_wrp h3 strong.point { color: var(--red) !important; }

/* ── ACCOUNT PANEL ── */
.side_area_wrp {
  background: transparent !important;
}
.battle_wrp, .history_wrp {
  background: rgba(8,14,30,0.4);
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px 12px;
}

/* ── SERVER STATUS BOX ── */
.lnb_wrp .srv_status_box p {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  color: #b0c8e8 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8) !important;
}

/* ── SNS ICONS ── */
.sns_wrap li .sp_sns {
  transition: filter 0.3s, transform 0.3s;
  filter: brightness(0.7);
}
.sns_wrap li .sp_sns:hover {
  filter: brightness(1.3) drop-shadow(0 0 6px rgba(100,180,255,0.8));
  transform: scale(1.15);
}

/* ── NEWS / CONTENT ── */
.box-style1 {
  background: rgba(8,14,30,0.5) !important;
  border: 1px solid var(--border) !important;
  border-radius: 4px !important;
  padding: 16px !important;
  margin-bottom: 16px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}
.box-style1:hover {
  border-color: rgba(100,160,255,0.4) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important;
}
.box-style1 h2.title a {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--gold2) !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  transition: color 0.3s, text-shadow 0.3s !important;
}
.box-style1 h2.title a:hover {
  color: #fff !important;
  text-shadow: var(--glow-b) !important;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: rgba(8,14,30,0.8); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--blue), var(--gold)); border-radius: 3px; }

/* ── FOOTER ── */
.footer_one_wrp {
  background: linear-gradient(180deg, rgba(5,10,20,0.95) 0%, #050a14 100%) !important;
  border-top: 1px solid var(--border) !important;
}

/* ════════════════════════════════════════════════
   WOW LEVEL UPGRADE — ADVANCED FX
   ════════════════════════════════════════════════ */

/* ── ANIMATED BORDER GLOW on content ── */
@keyframes borderPulse {
  0%,100% { border-color: rgba(74,144,217,0.18); box-shadow: 0 8px 40px rgba(0,0,0,0.6), 0 0 0px rgba(74,144,217,0); }
  50%      { border-color: rgba(200,168,75,0.35);  box-shadow: 0 8px 40px rgba(0,0,0,0.6), 0 0 30px rgba(200,168,75,0.12); }
}
.contents_wrp { animation: borderPulse 6s ease-in-out infinite; }

/* ── NAV: shimmer sweep on hover ── */
@keyframes navSweep {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.lnb_wrp .menu_list h2 a strong {
  background: linear-gradient(90deg, #b8cde8 40%, #f0d080 50%, #b8cde8 60%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lnb_wrp .menu_list h2 a:hover strong {
  animation: navSweep 0.8s linear forwards;
  -webkit-text-fill-color: transparent;
}

/* ── GLOWING CORNER BRACKETS on content ── */
.contents_wrp { position: relative; }
.contents_wrp::before, .contents_wrp::after {
  content: '';
  position: absolute;
  width: 20px; height: 20px;
  z-index: 2;
}
.contents_wrp::before {
  top: -1px; left: -1px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  box-shadow: -2px -2px 8px rgba(200,168,75,0.4);
}
.contents_wrp::after {
  bottom: -1px; right: -1px;
  border-bottom: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  box-shadow: 2px 2px 8px rgba(200,168,75,0.4);
}

/* ── BANNER BUTTONS: epic hover ── */
@keyframes btnShine {
  0%   { left: -100%; }
  100% { left: 150%; }
}
.banner_main a { overflow: hidden; }
.banner_main a::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: skewX(-20deg);
}
.banner_main a:hover::after { animation: btnShine 0.6s ease forwards; }

/* ── REGISTRATION BUTTON: pulse glow ── */
@keyframes regPulse {
  0%,100% { box-shadow: 0 0 10px rgba(195,35,45,0.4); }
  50%      { box-shadow: 0 0 25px rgba(195,35,45,0.8), 0 0 50px rgba(195,35,45,0.3); }
}
.side_area_wrp > aside a.btn_login {
  animation: regPulse 3s ease-in-out infinite;
}

/* ── LOGIN FORM: glassmorphism card ── */
.side_area_wrp .battle_wrp:first-of-type,
form#login_form {
  background: linear-gradient(135deg, rgba(8,14,30,0.7) 0%, rgba(15,25,55,0.6) 100%);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 8px 32px rgba(0,0,0,0.4);
}

/* ── ANIMATED GRADIENT TITLE ── */
@keyframes titleFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.side_area_wrp h3 {
  background: linear-gradient(90deg, #d8e4f0, var(--gold2), #7ab8ff, var(--gold2), #d8e4f0);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: titleFlow 5s linear infinite;
}
.side_area_wrp h3 strong.point {
  background: linear-gradient(90deg, #ff4444, #ff8866);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── SERVER STATUS: elegant card ── */
.lnb_wrp .srv_status_box {
  background: linear-gradient(135deg, rgba(8,14,30,0.6), rgba(12,22,50,0.5));
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 12px 16px !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.05);
}
.lnb_wrp .srv_status_box p {
  border-bottom: 1px solid rgba(100,160,255,0.08);
  padding: 4px 0 !important;
  margin: 0 !important;
}
.lnb_wrp .srv_status_box p:last-child { border-bottom: none; }

/* ── WINNER CARD: styled ── */
.history_wrp .winner {
  background: linear-gradient(135deg, rgba(200,168,75,0.08), rgba(8,14,30,0.6)) !important;
  border: 1px solid rgba(200,168,75,0.25) !important;
  border-radius: 4px !important;
  color: var(--gold2) !important;
}

/* ── i_note (No News) ── */
.i_note {
  background: linear-gradient(135deg, rgba(74,144,217,0.08), rgba(8,14,30,0.5)) !important;
  border: 1px solid rgba(74,144,217,0.2) !important;
  border-radius: 4px !important;
  color: #8ab4d8 !important;
  font-family: 'Rajdhani', sans-serif !important;
  letter-spacing: 1px !important;
}

/* ── FOOTER: pro level ── */
@keyframes footerLine {
  0%,100% { opacity: 0.3; }
  50%      { opacity: 0.8; }
}
.footer_one_wrp::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--blue), var(--gold), transparent);
  animation: footerLine 4s ease-in-out infinite;
}
.footer_one_bx a { color: #6890b8 !important; transition: color 0.3s !important; }
.footer_one_bx a:hover { color: var(--gold2) !important; }

/* ── SERVER STATUS BAR (progress) ── */
div[style*="border: 1px solid #e6e6e6"] {
  background: rgba(8,14,30,0.6) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
}

/* ── GLOBAL LINK STYLE ── */
.contents_area_wrp a, .side_area_wrp a {
  transition: color 0.25s, text-shadow 0.25s;
}
.contents_area_wrp a:hover {
  color: var(--gold2) !important;
  text-shadow: 0 0 8px rgba(200,168,75,0.5);
}

/* ── RANKING TABLE ── */
.ranking_tbl {
  border-top: 2px solid var(--gold) !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}
.ranking_tbl tr:hover td {
  background: rgba(74,144,217,0.08) !important;
  color: var(--gold2) !important;
}

/* ── BODY BACKGROUND ── */
body {
  background: #050a14 !important;
}

/* ── CASTLE SIEGE CARD ── */
.history_wrp {
  position: relative;
  overflow: hidden;
}
.history_wrp::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(200,168,75,0.03) 0%, transparent 70%);
  pointer-events: none;
}

/* ── SNS WRAP: bottom glow bar ── */
.sns_wrap {
  background: linear-gradient(90deg, rgba(8,14,30,0.5), rgba(12,22,50,0.4), rgba(8,14,30,0.5));
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 10px !important;
  backdrop-filter: blur(8px);
}

/* ── PAGE TITLE AREA ── */
.title1 h1 {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  background: linear-gradient(135deg, #d8e4f0, var(--gold2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none !important;
}

/* ═══════════════════════════════════════════════════
   ★  ULTRA WOW TIER — NEXT LEVEL EFFECTS
   ═══════════════════════════════════════════════════ */

/* ── STAR-FIELD PARALLAX (CSS only, 3 layers) ── */
@keyframes starDrift1 { 0%{background-position:0 0}    100%{background-position:-2000px 1000px} }
@keyframes starDrift2 { 0%{background-position:0 0}    100%{background-position:1500px -800px}  }
@keyframes starDrift3 { 0%{background-position:0 0}    100%{background-position:-1000px 1400px} }

.main_roll_wrp::before,
.main_roll_wrp::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.main_roll_wrp::before {
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.55) 0%, transparent 100%),
    radial-gradient(1px 1px at 35% 60%, rgba(200,168,75,0.45) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 62% 15%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 75%, rgba(74,144,217,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 45%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(2px 2px at 92% 30%, rgba(200,168,75,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 18% 85%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 70% 55%, rgba(74,144,217,0.35) 0%, transparent 100%);
  background-size: 600px 400px;
  animation: starDrift1 90s linear infinite;
  opacity: 0.6;
}
.main_roll_wrp::after {
  background-image:
    radial-gradient(1px 1px at 25% 35%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(2px 2px at 55% 80%, rgba(200,168,75,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 10%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 40% 65%, rgba(74,144,217,0.45) 0%, transparent 100%),
    radial-gradient(1px 1px at 72% 40%, rgba(255,255,255,0.45) 0%, transparent 100%),
    radial-gradient(1px 1px at 8% 55%, rgba(200,168,75,0.35) 0%, transparent 100%);
  background-size: 900px 600px;
  animation: starDrift2 140s linear infinite;
  opacity: 0.45;
}

/* ── LOGO GLITCH SCANLINE OVERLAY ── */
@keyframes glitchShift {
  0%,92%,100% { clip-path: inset(0 0 100% 0); opacity:0; }
  93%         { clip-path: inset(20% 0 60% 0); opacity:0.6; transform: translateX(-4px); }
  95%         { clip-path: inset(50% 0 20% 0); opacity:0.4; transform: translateX(4px); }
  97%         { clip-path: inset(30% 0 40% 0); opacity:0.5; transform: translateX(-2px); }
  99%         { clip-path: inset(60% 0 10% 0); opacity:0.3; transform: translateX(3px); }
}
.lnb_wrp .lnb_logo a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  filter: hue-rotate(90deg) saturate(3) brightness(1.5);
  animation: glitchShift 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

/* ── NAV MENU: 3D TILT + SWEEP ── */
@keyframes menuReveal {
  from { opacity:0; transform: translateY(-8px) skewX(-3deg); }
  to   { opacity:1; transform: translateY(0)    skewX(0deg); }
}
.lnb_nav .menu_list {
  animation: menuReveal 0.6s ease-out both;
  perspective: 800px;
  transform-style: preserve-3d;
}
.lnb_nav .menu_list:nth-child(1){ animation-delay:0.05s; }
.lnb_nav .menu_list:nth-child(2){ animation-delay:0.12s; }
.lnb_nav .menu_list:nth-child(3){ animation-delay:0.19s; }
.lnb_nav .menu_list:nth-child(4){ animation-delay:0.26s; }
.lnb_nav .menu_list:nth-child(5){ animation-delay:0.33s; }

.lnb_nav .menu_list h2 a strong {
  display: inline-block;
  transition: transform 0.25s cubic-bezier(.2,.8,.4,1.2), color 0.2s, text-shadow 0.2s;
}
.lnb_nav .menu_list h2 a:hover strong {
  transform: translateY(-3px) scale(1.07);
  color: var(--gold2) !important;
  text-shadow:
    0 0 6px rgba(200,168,75,0.7),
    0 0 18px rgba(200,168,75,0.35),
    0 0 35px rgba(200,168,75,0.15) !important;
}

/* active underline that slides in from center */
.lnb_nav .menu_list h2 a::after {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold2), var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(200,168,75,0.6);
}
.lnb_nav .menu_list h2 a:hover::after { transform: scaleX(1); }

/* ── NEWS CARD ENTRANCE ANIMATION ── */
@keyframes cardFadeUp {
  from { opacity:0; transform: translateY(30px); }
  to   { opacity:1; transform: translateY(0); }
}
.box-style1 {
  animation: cardFadeUp 0.55s ease-out both;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}
.box-style1:nth-child(1){ animation-delay: 0.1s; }
.box-style1:nth-child(2){ animation-delay: 0.22s; }
.box-style1:nth-child(3){ animation-delay: 0.34s; }
.box-style1:nth-child(4){ animation-delay: 0.46s; }
.box-style1:nth-child(5){ animation-delay: 0.58s; }

.box-style1:hover {
  transform: translateY(-4px) rotateX(1deg) !important;
  box-shadow:
    0 8px 30px rgba(0,0,0,0.6),
    0 0 25px rgba(74,144,217,0.12),
    inset 0 1px 0 rgba(200,168,75,0.15) !important;
}

/* ── NEWS TITLE LINKS: gold reveal ── */
.box-style1 h2.title a {
  font-family: 'Cinzel', serif !important;
  font-size: 14px !important;
  letter-spacing: 1.5px !important;
  background: linear-gradient(90deg, #d8e4f0 0%, var(--gold2) 50%, #d8e4f0 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background-position 0.5s ease !important;
}
.box-style1 h2.title a:hover {
  background-position: right center !important;
  -webkit-text-fill-color: transparent;
}

/* ── SERVER STATUS TABLE: glowing row selection ── */
@keyframes selectedPulse {
  0%,100% { box-shadow: 0 0 6px rgba(200,168,75,0.3),  inset 0 0 6px rgba(200,168,75,0.05);  }
  50%      { box-shadow: 0 0 18px rgba(200,168,75,0.6), inset 0 0 14px rgba(200,168,75,0.12); }
}
table.info-button td {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  padding: 4px 10px !important;
  border: 1px solid rgba(100,160,255,0.1) !important;
  background: rgba(8,14,30,0.45) !important;
  color: #8ab4d8 !important;
  cursor: pointer !important;
  transition: background 0.3s, color 0.3s, border-color 0.3s !important;
}
table.info-button td:hover,
table.info-button td.active {
  background: rgba(200,168,75,0.1) !important;
  color: var(--gold2) !important;
  border-color: rgba(200,168,75,0.35) !important;
  animation: selectedPulse 2s ease-in-out infinite !important;
}

/* ── SIDEBAR MENU ITEMS: reveal line ── */
.sub_lnb_wrp .sub_menu_bx li {
  position: relative;
  overflow: hidden;
  transition: padding-left 0.25s ease !important;
}
.sub_lnb_wrp .sub_menu_bx li::before {
  content: '▶';
  position: absolute;
  left: -16px;
  top: 50%; transform: translateY(-50%);
  font-size: 8px;
  color: var(--gold);
  opacity: 0;
  transition: left 0.25s ease, opacity 0.25s ease;
}
.sub_lnb_wrp .sub_menu_bx li:hover {
  padding-left: 18px !important;
}
.sub_lnb_wrp .sub_menu_bx li:hover::before {
  left: 5px;
  opacity: 1;
}

/* ── REGISTRATION/DOWNLOAD AREA BUTTONS ── */
@keyframes btnGlow {
  0%,100% { box-shadow: 0 0 8px rgba(200,168,75,0.3);  }
  50%      { box-shadow: 0 0 22px rgba(200,168,75,0.65), 0 0 40px rgba(200,168,75,0.2); }
}
.banner_main a {
  display: inline-block !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  transition: transform 0.25s ease, filter 0.25s ease !important;
  animation: btnGlow 3s ease-in-out infinite !important;
}
.banner_main a:nth-child(2) { animation-delay: 1s !important; }
.banner_main a:nth-child(3) { animation-delay: 2s !important; }
.banner_main a:hover {
  transform: translateY(-3px) scale(1.03) !important;
  filter: brightness(1.2) saturate(1.2) !important;
}

/* ── SOCIAL LINK ICONS: hover color burst ── */
.sns_wrap li a.sp_sns {
  position: relative;
  transition: color 0.3s, text-shadow 0.3s !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}
.sns_wrap li a.twt:hover  { color: #1da1f2 !important; text-shadow: 0 0 12px rgba(29,161,242,0.6) !important; }
.sns_wrap li a.face:hover { color: #4267b2 !important; text-shadow: 0 0 12px rgba(66,103,178,0.6) !important; }
.sns_wrap li a.tube:hover { color: #ff0000 !important; text-shadow: 0 0 12px rgba(255,0,0,0.6) !important; }
.sns_wrap li a.wikia:hover{ color: #b5d0ff !important; text-shadow: 0 0 12px rgba(181,208,255,0.6) !important; }

/* ── SECTION TITLES: animated left border ── */
@keyframes borderGrow {
  from { height: 0; opacity: 0; }
  to   { height: 100%; opacity: 1; }
}
.history_wrp h3, .battle_wrp h3 {
  position: relative !important;
  padding-left: 12px !important;
  font-family: 'Cinzel', serif !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  color: var(--gold) !important;
  text-transform: uppercase !important;
}
.history_wrp h3::before, .battle_wrp h3::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--gold2), var(--gold));
  border-radius: 2px;
  animation: borderGrow 0.8s ease-out 0.3s both;
  box-shadow: 0 0 8px rgba(200,168,75,0.5);
}

/* ── GLOW DIVIDER ── */
.contents_wrp > .contents_area_wrp::before {
  content: '';
  display: block;
  height: 1px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, transparent, rgba(200,168,75,0.5), rgba(74,144,217,0.5), rgba(200,168,75,0.5), transparent);
  box-shadow: 0 0 10px rgba(200,168,75,0.2);
}

/* ── DOWNLOAD BUTTON INNER GLOW RINGS ── */
@keyframes ringExpand {
  0%   { opacity:0.7; transform:scale(0.85); }
  100% { opacity:0;   transform:scale(1.6);  }
}
.starter_wrp .btn_starter {
  position: relative !important;
}
.starter_wrp .btn_starter::after {
  content: '';
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(200,168,75,0.5);
  border-radius: 4px;
  animation: ringExpand 2s ease-out infinite;
  pointer-events: none;
}

/* ── RANKING TABLE: number badges ── */
.ranking_tbl td:first-child {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  color: var(--gold) !important;
  font-size: 13px !important;
}
.ranking_tbl tr:nth-child(1) td:first-child { color: #ffd700 !important; text-shadow: 0 0 8px rgba(255,215,0,0.6) !important; }
.ranking_tbl tr:nth-child(2) td:first-child { color: #c0c0c0 !important; text-shadow: 0 0 8px rgba(192,192,192,0.5) !important; }
.ranking_tbl tr:nth-child(3) td:first-child { color: #cd7f32 !important; text-shadow: 0 0 8px rgba(205,127,50,0.5) !important; }

/* ── LOGIN FORM INPUT: focus glow ── */
#login_form .input-main {
  background: rgba(5,10,20,0.6) !important;
  border: 1px solid var(--border) !important;
  color: #d8e4f0 !important;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
  outline: none !important;
}
#login_form .input-main:focus {
  border-color: rgba(200,168,75,0.55) !important;
  box-shadow: 0 0 10px rgba(200,168,75,0.25), inset 0 0 6px rgba(200,168,75,0.06) !important;
}
#login_form .input-main::placeholder { color: rgba(180,200,230,0.4) !important; }

/* ── SUBMIT BUTTON: animated gradient ── */
@keyframes btnShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
#login_form #submit,
.button-style {
  background: linear-gradient(135deg, #8b6914, #c8a84b, #f0d080, #c8a84b, #8b6914) !important;
  background-size: 300% 300% !important;
  animation: btnShift 4s ease infinite !important;
  border: none !important;
  border-radius: 4px !important;
  color: #050a14 !important;
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  font-size: 11px !important;
  padding: 8px 22px !important;
  box-shadow: 0 0 14px rgba(200,168,75,0.35) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
#login_form #submit:hover,
.button-style:hover {
  transform: translateY(-2px) scale(1.04) !important;
  box-shadow: 0 0 24px rgba(200,168,75,0.6), 0 4px 12px rgba(0,0,0,0.5) !important;
}

/* ── GLOBAL SELECTION COLOR ── */
::selection {
  background: rgba(200,168,75,0.3);
  color: #fff;
}

/* ── SECTION FADE-IN ON LOAD ── */
@keyframes sectionIn {
  from { opacity:0; transform: translateY(20px); }
  to   { opacity:1; transform: translateY(0); }
}
.site_line_wrp {
  animation: sectionIn 0.9s ease-out 0.3s both;
}
.side_area_wrp {
  animation: sectionIn 0.9s ease-out 0.5s both;
}
.lnb_wrp {
  animation: sectionIn 0.5s ease-out 0.1s both;
}

/* ── SCROLLBAR: custom ── */
::-webkit-scrollbar       { width: 6px; }
::-webkit-scrollbar-track { background: #050a14; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold), var(--blue));
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold2); }

/* ── CASTLE SIEGE GUILD NAME: epic gold ── */
.history_wrp .winner .char strong {
  font-family: 'Cinzel', serif !important;
  font-size: 15px !important;
  color: var(--gold2) !important;
  text-shadow: 0 0 10px rgba(200,168,75,0.55), 0 0 25px rgba(200,168,75,0.25) !important;
  letter-spacing: 2px !important;
}

/* ── LOST PASSWORD / REGISTRATION LINK ── */
.entry > div > a {
  color: #6890b8 !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
  transition: color 0.2s, text-shadow 0.2s !important;
}
.entry > div > a:hover {
  color: var(--gold) !important;
  text-shadow: 0 0 8px rgba(200,168,75,0.4) !important;
}

/* ── GNAV (top vote bar): slim glass ── */
.gnb_one_wrp {
  background: rgba(3,6,15,0.75) !important;
  border-bottom: 1px solid rgba(100,160,255,0.1) !important;
  backdrop-filter: blur(6px) !important;
}
.gnb_one_bx .menu li a {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #8ab4d8 !important;
  transition: color 0.25s, text-shadow 0.25s !important;
}
.gnb_one_bx .menu li a:hover {
  color: var(--gold2) !important;
  text-shadow: 0 0 10px rgba(200,168,75,0.5) !important;
}

/* ── DISCORD WIDGET ── */
.discord_wrp iframe {
  border-radius: 6px !important;
  border: 1px solid rgba(88,101,242,0.35) !important;
  box-shadow: 0 0 20px rgba(88,101,242,0.2) !important;
  display: block;
}
.discord_wrp h3 .point {
  color: #5865f2 !important;
  text-shadow: 0 0 10px rgba(88,101,242,0.5) !important;
}

/* ── LOGO TEXT FALLBACK (if image fails) ── */
.lnb_logo a {
  color: transparent !important;
  text-shadow: none !important;
}

/* ═══════════════════════════════════════════════════
   ★  BY NEW ANGEL — AGENCY FOOTER BLOCK
   ═══════════════════════════════════════════════════ */

/* Footer title override */
.sitemap_wrp h1 span {
  font-family: 'Cinzel', serif !important;
  font-size: 13px !important;
  letter-spacing: 3px !important;
  background: linear-gradient(90deg, var(--gold), var(--gold2), #fff, var(--gold2), var(--gold));
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: btnShift 6s ease infinite;
}

@keyframes agencyGlow {
  0%,100% { box-shadow: 0 0 18px rgba(200,168,75,0.15), inset 0 0 18px rgba(200,168,75,0.04); }
  50%      { box-shadow: 0 0 35px rgba(200,168,75,0.28), inset 0 0 30px rgba(200,168,75,0.08); }
}

.footer_agency_box {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 14px 0 18px;
  padding: 18px 22px;
  background: linear-gradient(135deg, rgba(200,168,75,0.07), rgba(8,14,30,0.65), rgba(74,144,217,0.06));
  border: 1px solid rgba(200,168,75,0.22);
  border-radius: 6px;
  animation: agencyGlow 5s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

/* shimmer sweep across the whole box */
.footer_agency_box::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(200,168,75,0.07), transparent);
  animation: navSweep 7s ease-in-out infinite;
  pointer-events: none;
}

.footer_agency_left {
  flex: 1;
}

.footer_agency_tagline {
  font-family: 'Cinzel', serif !important;
  font-size: 13px !important;
  color: var(--gold2) !important;
  letter-spacing: 2px !important;
  margin: 0 0 10px !important;
  text-shadow: 0 0 10px rgba(200,168,75,0.4) !important;
}

.footer_agency_features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer_agency_features li {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  color: #a8c4e0 !important;
  letter-spacing: 0.8px !important;
  padding: 3px 0 !important;
  border: none !important;
  background: none !important;
  transition: color 0.25s, padding-left 0.25s !important;
}
.footer_agency_features li:hover {
  color: var(--gold2) !important;
  padding-left: 6px !important;
}

.footer_agency_right {
  text-align: center;
  min-width: 180px;
}

.footer_contact_label {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  color: #6890b8 !important;
  text-transform: uppercase !important;
  margin: 0 0 8px !important;
}

@keyframes phonePulse {
  0%,100% { text-shadow: 0 0 8px rgba(200,168,75,0.4); }
  50%      { text-shadow: 0 0 20px rgba(200,168,75,0.8), 0 0 40px rgba(200,168,75,0.3); }
}

.footer_phone {
  display: block !important;
  font-family: 'Cinzel', serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: var(--gold2) !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  animation: phonePulse 2.5s ease-in-out infinite !important;
  margin-bottom: 10px !important;
  -webkit-text-fill-color: var(--gold2) !important;
  transition: transform 0.2s !important;
}
.footer_phone:hover {
  transform: scale(1.05) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.footer_whatsapp {
  display: inline-block !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: #25d366 !important;
  -webkit-text-fill-color: #25d366 !important;
  text-decoration: none !important;
  border: 1px solid rgba(37,211,102,0.35) !important;
  border-radius: 4px !important;
  padding: 5px 14px !important;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s !important;
  margin-bottom: 10px !important;
}
.footer_whatsapp:hover {
  background: rgba(37,211,102,0.12) !important;
  box-shadow: 0 0 14px rgba(37,211,102,0.35) !important;
  transform: translateY(-2px) !important;
}

.footer_agency_note {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 11px !important;
  color: #5a7a9a !important;
  letter-spacing: 0.8px !important;
  font-style: italic !important;
  margin: 6px 0 0 !important;
}

/* ═══════════════════════════════════════════════════════════
   SIDEBAR VISUAL UPGRADE v2 — left & right
   ═══════════════════════════════════════════════════════════ */

@keyframes sb-top-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}
@keyframes sb-pulse-border {
  0%,100% { border-color: rgba(200,168,75,0.18); }
  50%      { border-color: rgba(200,168,75,0.42); }
}
@keyframes sb-header-glow {
  0%,100% { text-shadow: 0 0 6px rgba(195,35,45,0.5); }
  50%      { text-shadow: 0 0 14px rgba(195,35,45,0.9), 0 0 30px rgba(195,35,45,0.3); }
}
@keyframes sb-dot-pulse {
  0%,100% { box-shadow: 0 0 4px #56af23; }
  50%      { box-shadow: 0 0 12px #56af23, 0 0 20px rgba(86,175,35,0.4); }
}

/* ── Bar base — glass morphism ── */
.side_area_wrp .history_wrp,
.side_area_wrp .battle_wrp,
.left_area_wrp  .history_wrp {
  background: linear-gradient(160deg,
    rgba(12,18,40,0.92) 0%,
    rgba(6,10,24,0.97)  100%) !important;
  border: 1px solid rgba(200,168,75,0.18) !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
  padding: 10px 12px 12px !important;
  box-shadow:
    0 4px 28px rgba(0,0,0,0.55),
    0 1px 0 rgba(255,255,255,0.03) inset,
    0 -1px 0 rgba(0,0,0,0.4) inset !important;
  position: relative !important;
  overflow: hidden !important;
  transition: border-color 0.35s, box-shadow 0.35s !important;
  animation: sb-pulse-border 4s ease-in-out infinite !important;
}

/* golden shimmer line at top of each bar */
.side_area_wrp .history_wrp::before,
.side_area_wrp .battle_wrp::before,
.left_area_wrp  .history_wrp::before {
  content: '' !important;
  position: absolute !important;
  top: 0; left: 0; right: 0 !important;
  height: 2px !important;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(200,168,75,0.0) 10%,
    rgba(255,215,0,0.7)  50%,
    rgba(200,168,75,0.0) 90%,
    transparent 100%) !important;
  background-size: 200% auto !important;
  animation: sb-top-shimmer 3s linear infinite !important;
}

/* hover glow */
.side_area_wrp .history_wrp:hover,
.side_area_wrp .battle_wrp:hover,
.left_area_wrp  .history_wrp:hover {
  border-color: rgba(200,168,75,0.45) !important;
  box-shadow:
    0 6px 36px rgba(0,0,0,0.65),
    0 0 22px rgba(200,168,75,0.08),
    0 1px 0 rgba(255,255,255,0.05) inset !important;
  animation: none !important;
}

/* ── h3 headers ── */
.side_area_wrp h3,
.left_area_wrp  h3 {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #c8d8f0 !important;
  padding: 0 0 8px !important;
  margin: 0 0 8px !important;
  border-bottom: 1px solid rgba(200,168,75,0.2) !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  position: relative !important;
}

/* glowing red point */
.side_area_wrp h3 strong.point,
.left_area_wrp  h3 strong.point {
  color: #e8303a !important;
  animation: sb-header-glow 2.5s ease-in-out infinite !important;
  font-weight: 900 !important;
}

/* decorative right corner on header */
.side_area_wrp h3 a.more,
.left_area_wrp  h3 a.more {
  margin-left: auto !important;
  font-size: 9px !important;
  color: #4a6080 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  transition: color 0.2s !important;
}
.side_area_wrp h3 a.more:hover,
.left_area_wrp  h3 a.more:hover {
  color: #ffd700 !important;
}

/* ── Table rows ── */
.side_area_wrp .sb-tbl tbody tr,
.side_area_wrp table tr,
.left_area_wrp  table tr {
  transition: background 0.2s !important;
}
.side_area_wrp .sb-tbl tbody tr:hover td,
.side_area_wrp table tbody tr:hover td,
.left_area_wrp  table tbody tr:hover td {
  background: rgba(200,168,75,0.06) !important;
}

/* rank backgrounds — bolder */
.sb-rank-1 { background: linear-gradient(90deg,rgba(255,200,50,0.14) 0%,transparent 75%) !important; }
.sb-rank-2 { background: linear-gradient(90deg,rgba(192,192,192,0.10) 0%,transparent 75%) !important; }
.sb-rank-3 { background: linear-gradient(90deg,rgba(205,127,50,0.12) 0%,transparent 75%) !important; }

/* ── Online dot pulse ── */
.sb-online-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #56af23;
  animation: sb-dot-pulse 1.8s ease-in-out infinite;
  vertical-align: middle;
  margin-right: 4px;
}

/* ── Registration button ── */
.side_area_wrp aside.user_wrap a.btn_login {
  background: linear-gradient(135deg,#8b0000,#c8392b,#e04030) !important;
  border-radius: 6px !important;
  box-shadow: 0 3px 14px rgba(200,57,43,0.4), 0 1px 0 rgba(255,255,255,0.1) inset !important;
  transition: box-shadow 0.25s, transform 0.2s !important;
  letter-spacing: 2px !important;
}
.side_area_wrp aside.user_wrap a.btn_login:hover {
  box-shadow: 0 5px 22px rgba(200,57,43,0.65), 0 0 20px rgba(200,57,43,0.25) !important;
  transform: translateY(-1px) !important;
}

/* ── Login button ── */
#login_form #submit {
  background: linear-gradient(135deg,#c8a84b,#f0d060) !important;
  color: #1a1000 !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 12px rgba(200,168,75,0.35) !important;
  transition: box-shadow 0.25s, transform 0.2s !important;
}
#login_form #submit:hover {
  box-shadow: 0 5px 20px rgba(200,168,75,0.6), 0 0 16px rgba(200,168,75,0.25) !important;
  transform: translateY(-1px) !important;
}

/* ── Castle Siege winner box ── */
.history_wrp .winner {
  background: linear-gradient(135deg, rgba(200,168,75,0.10), rgba(100,84,37,0.05)) !important;
  border: 1px solid rgba(200,168,75,0.22) !important;
  border-radius: 6px !important;
  padding: 10px !important;
  text-align: center !important;
  box-shadow: 0 2px 12px rgba(200,168,75,0.12) !important;
}

/* ── Left sidebar wrapper accent ── */
.left_area_wrp {
  border-right: 1px solid rgba(200,168,75,0.08) !important;
  padding-right: 10px !important;
}

/* ── Right sidebar wrapper accent ── */
.side_area_wrp {
  border-left: 1px solid rgba(200,168,75,0.08) !important;
  padding-left: 8px !important;
}

/* ── VIP badge pop ── */
.side_area_wrp span[style*="VIP"],
.left_area_wrp  span[style*="VIP"] {
  box-shadow: 0 0 6px rgba(200,168,75,0.5) !important;
}
