<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*.nanumsquare {
    font-family: 'NanumSquare', sans-serif !important;
}*/


#wrap, html, body {;margin:0;padding:0;}
.clear { content:"" ; display:block;  height:0px; line-height:0px; font-size:0px; clear:both; }

body { min-width: 1320px; background: #f3f3f3; }

/*body {background: #fff url(http://cdn-img.kingkongsoft.kr/rich/web/bg/bg_main.png) 0 0 no-repeat;}*/
body {background: #f3f3f3;}
body.sub {background: none;}

#wrap {  min-width: 1320px; background: url(http://cdn-img.kingkongsoft.kr/rk/web/bg/bg.png) 0 bottom no-repeat;}
#wrap.sub {  min-width: 1300px; overflow: unset;padding-bottom: 300px;}
#smartPop_overlay { background: #000 !important; }
#smartPop_content { padding: 0px !important;  }
#smartPop_container {background-color:white; -webkit-box-shadow:none !important;}

.naver_login_btn { display: inline-block;*display: inline;*zoom: 1; font-size: 0pt;line-height:0pt; width: 35px;height: 35px;background: url(http://cdn-img.kingkongsoft.kr/rk/web/btn/btn_social_naver.png) 0 0 no-repeat;vertical-align: middle;margin-left: 2px;}
.naver_login_btn &gt; img {display: none;}
/*.kakao_login_btn { display: inline-block;*display: inline;*zoom: 1; font-size: 0pt;line-height:0pt; width: 35px;height: 35px;background: url(http://cdn-img.kingkongsoft.kr/rk/web/btn/login_k.jpg) 0 0 no-repeat;margin-left: 2px;vertical-align: middle;}
.kakao_login_btn &gt; img {display: none;}*/
.google_login_btn { display: inline-block;*display: inline;*zoom: 1; font-size: 0pt;line-height:0pt; width: 35px;height: 35px;background: url(http://cdn-img.kingkongsoft.kr/rk/web/btn/btn_social_google.png) 0 0 no-repeat;margin-left: 2px;vertical-align: middle;}
.google_login_btn &gt; img {display: none;}
.facebook_login_btn { display: inline-block;*display: inline;*zoom: 1; font-size: 0pt;line-height:0pt; width: 35px;height: 35px;background: url(http://cdn-img.kingkongsoft.kr/rk/web/btn/btn_social_facebook.png) 0 0 no-repeat;margin-left: 2px;vertical-align: middle;}
.facebook_login_btn &gt; img {display: none;}



/* 스크롤이 생기도록 강제로 변경 */
div[class^=sbHolder_type] {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
 }
ul[class^=sbOptions_type] {
    overflow-y: auto !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
ul[class^=sbOptions_type] &gt; li {
   -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
ul[class^=sbOptions_type] &gt; li &gt; a {
   -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

div.header { position: relative; background: #fff; margin-bottom: 50px;}
div.header &gt; div.top_content { width: 1200px; position: absolute;left:50%;transform: translateX(-50%);height: 98px;z-index: 5;}
div.header &gt; div.top_content &gt; a.logo { position: absolute; left: -200px; top: 10px; z-index: 99; }



/*div.header &gt; div.top_content &gt; div.navi { position: absolute; z-index: 998;  font-size: 0pt; left:290px;top:31px; line-height: 0pt; height:32px; z-index: 3;overflow: hidden;*/
div.header &gt; div.top_content &gt; div.navi { position: absolute; z-index: 998;  font-size: 0pt; left:0px;top:0px; line-height: 0pt; height:73px; z-index: 3;overflow: hidden;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
    padding-top: 30px;
}

div.header &gt; div.top_content &gt; div.navi &gt; span.top_line { border-top: 3px solid #ffc36e;z-index: 2; top:73px; left:0px; position: absolute; width: 150px; display: none;}

div.header &gt; div.top_content &gt; div.navi.hover,
div.header &gt; div.top_content &gt; div.navi:hover {
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    height:232px;

}
div.header div.navi_layer {
    z-index: 4;
    position: absolute;
    left:0px;
    right:0px;
    /*height: 95px;*/
    height: 0px;
    background: #000;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
}

div#wrap.sub div.header div.navi_layer {
    /*height: 95px;*/
    height: 0px;
    background: #000;
}
div#wrap.sub div.header div.navi_layer.hover {
    height: 232px;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    border: 1px solid #444;
}

div.header div.navi_layer.hover {
    height: 232px;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    border: 1px solid #444;
}


div.header &gt; div.top_content &gt; div.navi:hover dt a {color: #f7f4ed;font-weight: 900;}

div.navi &gt; ul { position: relative;z-index: 99; }
div.navi &gt; ul &gt; li:first-child { margin-left: 0px;  }
div.navi &gt; ul &gt; li.logo_area {width: 300px;}
div.navi &gt; ul &gt; li { width: 200px; display: inline-block;*display: inline;*zoom: 1; font-size: 10pt; line-height: 1.6; vertical-align: top; }
div.navi &gt; ul &gt; li &gt; dl {  }
div.navi &gt; ul &gt; li &gt; dl &gt; dt { text-align: center; }
div.navi &gt; ul &gt; li &gt; dl &gt; dt a { color: #f7f4ed; font-size: 20px;font-weight: 900; font-family: 'Nanum Gothic' !important; }
div#wrap.sub div.navi &gt; ul &gt; li &gt; dl &gt; dt a { color: #f7f4ed; font-size: 20px;font-weight: 900; font-family: 'Nanum Gothic' !important; }
div.navi &gt; ul &gt; li &gt; dl &gt; dt a:hover { color: #c03923; }
div.navi &gt; ul &gt; li &gt; dl &gt; dt a.hover { color: #c03923; }
div.navi &gt; ul &gt; li &gt; dl &gt; dd { text-align: center; line-height: 1.5; margin-top: 25px;  }
div.navi &gt; ul &gt; li &gt; dl &gt; dd &gt; a {  color: #f7f4ed;margin-bottom: 8px;font-size: 17px; font-family: 'Nanum Gothic' !important;}
div.navi &gt; ul &gt; li &gt; dl &gt; dd &gt; a:hover { color: #c03923; text-decoration: underline; }
div.navi &gt; ul &gt; li &gt; dl &gt; dd &gt; a.hover { color: #c03923; text-decoration: underline;}
div.navi dl &gt; dd a { display: block; height: 20px; margin-bottom: 3px; color: #cccccc;position: relative;}
div.navi dl &gt; dd a &gt; b {color: red; font-size: 8pt;position: absolute;right:24px;top:-3px;}
div.navi &gt; p.line { border-top: 0px solid #f7f4ed; position: absolute; width: 813px; right:39px; top:75px; }



div.header &gt; div.middle_content { height: 700px;position: relative;overflow: hidden;}
div.header &gt; div.middle_content &gt; img {position: relative;left:50%;transform: translateX(-50%);}

div.rolling_box { position: absolute; width: 600px;height: 400px;z-index: 3;left:50%;transform:translateX(-50%);bottom:100px;/*text-align: center;*/}
/*div.rolling_box.sub { position: absolute;left:340px;top:0px; width: 800px;height: 228px; }*/
div.rolling_box &gt; div.rolling_list { height: 400px; position: relative; overflow: hidden;/*text-align: center;*/}
div.rolling_box &gt; div.rolling_list &gt; a { display: inline-block;*display: inline;*zoom: 1;}

/*.bx-wrapper div.rolling_list a &gt; img {position: relative;left:50%;transform: translateX(-50%);}*/

div.rolling_box .bx-wrapper .bx-wrapper {position: relative;}
div.rolling_box .bx-wrapper .bx-controls {position: absolute; bottom:10px;z-index: 99;text-align: center; width: 600px;left:50%;transform: translateX(-50%);}
div.rolling_box .bx-wrapper .bx-controls .bx-pager-item {display: inline-block;*display: inline;*zoom: 1;}
div.rolling_box .bx-wrapper .bx-controls .bx-pager-item a {width: 20px;height: 20px;margin-left: 10px;background: #737574;display: inline-block;*display: inline;*zoom: 1;
    -webkit-border-radius:11.5px ;
    -moz-border-radius:11.5px ;
    -ms-border-radius:11.5px ;
    -o-border-radius:11.5px ;
    border-radius:11.5px ;
    font-size: 0pt;line-height: 0;
}
div.rolling_box .bx-wrapper .bx-controls .bx-pager-item a.active {background: #fff !important;}


div.header &gt; div.bottom_content {margin: 0px auto 10px auto;background: #000000;position: relative;font-size: 0pt;line-height: 0pt;}
div.header &gt; div.bottom_content.sub {}


/*div.ingame_event_box .bx-wrapper .bx-prev {
    width: 33px;
    height: 64px;
    font-size: 0pt;
    line-height: 0pt;
    background: url(http://cdn-img.kingkongsoft.kr/mhorigin/event/prev_event/page03/btn_l.png) center center no-repeat;
    position: absolute;
    top: 113px;
    left: -65px;
    z-index: 99;
}
div.ingame_event_box .bx-wrapper .bx-next {
        font-size: 0pt;
    line-height: 0pt;
    background: url(http://cdn-img.kingkongsoft.kr/mhorigin/event/prev_event/page03/btn_r.png) center center no-repeat;
    position: absolute;
    top: 113px;
    right: -62px;
    width: 33px;
    height: 64px;
    z-index: 99;
}*/
div.container { width: 1200px; min-height: 300px;  margin: 0px auto 0px auto; position: relative; font-size: 0pt;line-height: 0pt; }
div.container.main { width: 1200px; min-height: 840px;margin: 0px auto 0px auto; position: relative; font-size: 0pt;line-height: 0pt;}
div.container.sub { width: 1326px; min-height: 840px;margin: 0px auto 0px auto; position: relative; font-size: 0pt;line-height: 0pt;}

div.game_start_area { position: relative;}
/*div.game_start_area &gt; a.btn_start { position: relative;height: 100px;display: block;left:50%;transform: translateX(-50%);}*/
div.bottom_content div.game_start_area &gt; a.btn_start { position: relative;height: 100px;display: block;overflow-x: hidden;}
div.bottom_content div.game_start_area &gt; a.btn_start &gt; img {position: absolute;top:0px;left:50%;transform: translateX(-50%);z-index: 1;}
div.bottom_content div.game_start_area &gt; a.btn_start &gt; video.off {position: absolute;top:0px;left:50%;transform: translateX(-50%);z-index:2;}
div.bottom_content div.game_start_area &gt; a.btn_start &gt; video.on {position: absolute;top:0px;left:50%;transform: translateX(-50%);z-index:3;display: none;}
div.bottom_content div.game_start_area &gt; a.btn_start:hover &gt; video.on {display: block;}

div.bottom_content div.game_start_area &gt; a.btn_start &gt; img.off {position: absolute;top:0px;left:50%;transform: translateX(-50%);z-index:2;}
div.bottom_content div.game_start_area &gt; a.btn_start &gt; img.on {position: absolute;top:0px;left:50%;transform: translateX(-50%);z-index:3;opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
div.bottom_content div.game_start_area &gt; a.btn_start:hover &gt; img.on {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

div.float_banner { position: absolute;bottom:0px;z-index: 99; width: 1198px;left:50%;transform: translateX(-50%);}
div.sub div.float_banner { position: absolute;bottom:0px;z-index: 99; width: 1326px;left:50%;transform: translateX(-50%);}
div.float_banner &gt; a {position: absolute;bottom:213px;right:1px;}



/* floating banner */
/*div.fixed_layer{ position: absolute; right:4px;top:-490px; width: 0px;height: 0px; z-index: 99;}
div.fixed_layer &gt; a.float_banner { position: fixed;  }*/



div.left_content div.fixed_banner{ position: absolute; left:-310px;top:0px; width: 0px;height: 0px; z-index: 99;}
div.right_content div.fixed_banner{ margin-top: 10px; }
/*div.fixed_banner &gt; a.fixed { position: fixed;  }*/

/*div.float_banner {position: absolute;}
div.float_banner.type01 {top:204px;right:-274px;}
div.float_banner.type02 {top:-85px;right:-301px;}
div.float_banner.type03 {top:406px;right:-301px;}
div.float_banner &gt; a.fixed {position: fixed;}*/


input.og_agree {border: none; width: 180px; height: 39px; display: inline-block;*display: inline;*zoom: 1; background: url(http://cdn-img.kingkongsoft.kr/www/common/channel/ongate/btn_og_arr.jpg) 0 0 no-repeat; cursor:pointer;font-size: 0pt;line-height: 0pt;}

div.main div.login_area {position: absolute;width: 1198px;bottom: 0px;left:50%;transform: translateX(-50%);z-index: 10;}
div.login_area {position: absolute;width: 1326px;bottom: 0px;left:50%;transform: translateX(-50%);z-index: 10;}

div.login_box {width: 300px;display: inline-block;*display: inline;*zoom: 1; background: rgba(249,249,249,84%); height: 250px;padding: 21px 21px 0px 21px;border: 1px solid #b5b5b5;line-height: 1.6;position: absolute;right:0px;bottom:0px;border-bottom: 0px solid #000;}

div.login_box div.reg_input { position: relative; margin-bottom: 11px; height: 117px;}
div.login_box div.reg_input &gt; input.text { background: #fff; font-size: 14px; padding:9px 0px 9px 5px; color: #737373; width: 260px;margin-bottom: 2px;border: 1px solid #737373;}
div.login_box div.reg_input &gt; input.login_btn { color: #fff; font-weight: bold; width: 260px;height: 50px; background: #442020;border: 0px; font-size: 20px;line-height: 0pt;cursor:pointer;font-family: 'Nanum Gothic';}
/*div.login_box div.reg_input &gt; input.login_btn:hover { background: url(http://cdn-img.kingkongsoft.kr/boss/btn/login_on.png) 0 0 no-repeat;  }*/
div.login_box a.join {display: block;padding: 9px 0px; text-align: center;background: #fdc240;color: #442020;font-size: 16px;width: 260px;font-family: 'Nanum Gothic';font-weight: bold;margin-bottom: 10px;}

div.login_box p.short_link { font-size: 14px; color: #442020; line-height: 1.6;float:left;margin-top: 5px;vertical-align: middle;}
div.login_box p.short_link &gt; a { color: #442020; font-family:'Nanum Gothic';  }

div.login_box p.btn_box { line-height: 1.0; text-align: center; margin-top: 5px;}
div.login_box p.social_login { line-height: 1.0; text-align: center; margin-top: 0px; float:right;}

div.login_box.online {padding:20px 21px 0px 21px;}
div.login_box div.mem_info { line-height: 1.6; font-size: 11pt;  margin-bottom: 5px;min-height: 70px;}
div.login_box div.mem_info &gt; h3 { font-size: 24px; color: #3c3c3c; font-weight: 900; margin-bottom: 7px; position: relative;}
div.login_box div.mem_info &gt; h3 &gt; span { font-size: 19px; font-weight: bold; margin-left: 5px; }
div.login_box div.mem_info &gt; h3 &gt; a.logout_btn { position: absolute; right:5px; bottom:0px; font-size: 16px; color: #b6b6b6;}
div.login_box div.mem_info &gt; p.cash_info {  position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;-ms-box-sizing: border-box;margin-top: 20px;}
div.login_box div.mem_info &gt; p.cash_info &gt; span.cash_text { width: 255px;font-size: 17px;background: #eee;border: 1px solid #bdbdbd; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;-ms-box-sizing: border-box !important;margin-right: 3px;}
 div.login_box div.mem_info &gt; p.agree_text {  position: relative; text-align: center; color: #222; font-size: 12px; margin-top: 25px;padding: 0px;}
div.login_box div.mem_info &gt; p.agree_text &gt; b {  color: red; }

div.login_box a.logout_btn { font-size: 14px; color: #b6b6b6;margin-top: 10px;}

div.login_box div.mem_info &gt; p.cash_info &gt; span { border: 1px solid #b9b9b9; background: #a5a5a5; color: #000; font-size: 14px;font-weight: bold; width: 187px; padding: 5px 0px 5px 5px; display: inline-block;*display: inline;*zoom: 1;position: relative;}
div.login_box div.mem_info &gt; p.cash_info &gt; span &gt; b { position: absolute;right:5px; color: #ab2506; }
div.login_box div.mem_info &gt; p.cash_info &gt; a.cash_charge { background: #fdc240; border: 1px solid #f3af1a; padding: 8px 10px 8px 10px; width:255px;color: #333;font-size: 14px;font-weight: bold; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;-ms-box-sizing: border-box !important;display: inline-block;*display: inline;*zoom: 1;text-align: center;margin-top: 10px;}

div.login_box p.btn_box &gt; a.agree { display: inline-block;*display: inline;*zoom: 1;width: 226px; font-size: 16px; padding: 14px 14px; font-weight: bold; background: #5d1c1c; color: #fdc240; border: 1px solid #2e0e0e;}
div.login_box p.btn_box &gt; a.goldgift { display: inline-block;*display: inline;*zoom: 1;width: 226px; font-size: 16px; padding: 14px 14px; font-weight: bold; background: #000; color: #f6ca11; border: 1px solid #b2b2b2;}

div.login_box p.btn_box &gt; a.gold { display: inline-block;*display: inline;*zoom: 1;width: 104px; font-size: 10pt; padding: 24px 12px; font-weight: bold; background: #5d1c1c; color: #fff; border: 1px solid #2e0e0e;}
div.login_box p.btn_box &gt; a.coupon { display: inline-block;*display: inline;*zoom: 1;width: 104px; font-size: 10pt; padding: 24px 12px; font-weight: bold; background: #5d1c1c; color: #fff; border: 1px solid #2e0e0e;}

/*div.login_box p.btn_box &gt; a.gold { display: inline-block;*display: inline;*zoom: 1;width: 130px; height: 63px; overflow: hidden;}
div.login_box p.btn_box &gt; a.coupon { display: inline-block;*display: inline;*zoom: 1;width: 130px; height: 63px;overflow: hidden;}*/

div.login_box p.btn_box &gt; a.gold &gt; img {width: 100%;}
div.login_box p.btn_box &gt; a.coupon &gt; img {width: 100%;}


div.section {}
div.article {}

div.article.guide {position: relative;margin-top: 15px;}
div.article.guide &gt; a {display: block;margin-bottom: 15px;}


div.section.top_ranker { position: relative;vertical-align: top;width: 434px;height: 286px;display: inline-block;*display: inline;*zoom: 1; background: #fff;padding: 15px 25px 15px 25px;border: 1px solid #efefef; margin-right: 12px;margin-bottom: 15px;}

div.section.top_ranker &gt; h3 {line-height: 1;font-size: 20px; color: #442020;font-family: "Nanum Gothic";font-weight: bold;margin: 0px auto 0px auto;position: relative;}
div.section.top_ranker &gt; h3 &gt; span {font-size: 10px;vertical-align: middle; margin-top: -2px;display: inline-block;*display: inline;*zoom: 1;font-weight: normal;}
div.section.top_ranker &gt; h3 &gt; div.tab {position: absolute;right:0px; top:4px;color: #b1a8a8;font-size: 14px;}
div.section.top_ranker &gt; h3 &gt; div.tab &gt; a {color: #b1a8a8;font-family: 'Nanum Gothic'; font-size: 16px;font-weight: bold;}
div.section.top_ranker &gt; h3 &gt; div.tab &gt; a:hover {color: #db8531;}
div.section.top_ranker &gt; h3 &gt; div.tab &gt; a.on {color: #db8531;}
div.section.top_ranker &gt; div.info {position: absolute; top:80px;width: 382px;}
div.section.top_ranker &gt; div.info &gt; ul.status {position: absolute;right:0px;top:0px;line-height: 1.6;width: 220px;}
div.section.top_ranker &gt; div.info &gt; ul.status li { color: #442020; font-family: 'Nanum Gothic';text-align: center;letter-spacing: -1px; margin-bottom: 5px;}
div.section.top_ranker &gt; div.info &gt; ul.status li &gt; span {color: #fff;width: 185px;height: 35px;font-size: 20px;background:url(http://cdn-img.kingkongsoft.kr/rk/web/img/name_box.png) 0 0 no-repeat;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
div.section.top_ranker &gt; div.info &gt; ul.status li &gt; i {font-size: 10px; font-style: normal;vertical-align: middle;}
div.section.top_ranker &gt; div.info &gt; ul.status li:nth-child(2) {font-size: 25px;}
div.section.top_ranker &gt; div.info &gt; ul.status li:nth-child(3) {font-size: 24px;}
div.section.top_ranker &gt; div.info &gt; ul.status li:nth-child(4) {font-size: 18px;color: #737373;}
div.section.top_ranker &gt; div.info &gt; ul.status li &gt; b {font-weight: normal;color: #0d4cff;}
div.section.top_ranker &gt; p.wrn {position: absolute;bottom:10px;left:7px;right:7px;line-height: 1.6;font-size: 10pt;color: #e50000;}


div.section.news {position: relative;vertical-align: top;width: 434px; height: 286px; display: inline-block;*display: inline;*zoom: 1;background: #fff;border: 1px solid #efefef;margin-bottom: 18px;}

div.section.info {display: inline-block;*display: inline;*zoom: 1;vertical-align: top;margin-left: 25px;}
div.section.media {margin-top: 15px;}
div.section.ranking {display: inline-block;*display: inline;*zoom: 1;width: 437px;position: relative;background: #fff;border: 1px solid #efefef;}

div.section.news &gt; div.article.notice {width: 434px;height: 286px; font-size: 16px;line-height: 1.6;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;}

h4.title {position: relative;padding: 10px 5px 5px 15px;font-size: 20px;line-height: 1.6;font-family: 'Nanum Gothic'; font-weight: bold;color: #442020;}
h4.title &gt; span {font-size: 1pt;vertical-align: middle;margin-top: -2px;}
h4.title &gt; a.more {position: absolute;right:14px;top:17px;}
div.article.notice {overflow: hidden;}
div.article.notice &gt; ul  {padding: 10px 10px 10px 10px; height: 284px;overflow-y: hidden;background: #fff;}
div.article.notice &gt; ul &gt; li { position: relative;margin-bottom: 10px;}
div.article.notice &gt; ul &gt; li &gt; a { color: #8f8f8f; width: 358px; font-size: 15px; font-weight: bold; height: 25px; display: block;overflow: hidden; }
div.article.notice &gt; ul &gt; li &gt; a:hover {color: #ae1213;}
div.article.notice &gt; ul &gt; li &gt; b { color: #ababab; font-size: 13px; position: absolute; right:0px; top:1px; }

div.article.notice &gt; ul &gt; li &gt; a &gt; b { display: inline-block;*display: inline;*zoom: 1;line-height: 1;font-size: 0pt;line-height: 0;color: #fff; width: 61px;height: 25px;text-align: center;vertical-align: top;margin-right: 5px;}
div.article.notice &gt; ul &gt; li &gt; a &gt; b.notice { /*background: #a01c41;*/  background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_notice.png) 0 0 no-repeat; }
div.article.notice &gt; ul &gt; li &gt; a &gt; b.event { /*background: #846d4b;*/ background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_event.png) 0 0 no-repeat; }
div.article.notice &gt; ul &gt; li &gt; a &gt; b.check { /*background: #4c8a82;*/ background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_check.png) 0 0 no-repeat; }
div.article.notice &gt; ul &gt; li &gt; a &gt; b.open { /*background: #31467f;*/ background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_server_open.png) 0 0 no-repeat; }
div.article.notice &gt; ul &gt; li &gt; a &gt; b.update { /*background: #207f85;*/ background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_update.png) 0 0 no-repeat; }
div.article.notice &gt; ul &gt; li &gt; i {color: #c5c5c5; font-style: normal;font-size: 11pt;position: absolute;right:0px;top:1px;}
div.article.notice &gt; ul &gt; li:hover &gt; i {color: #ae1213; }
div.article.coupon_free {margin-top: 13px;}

div.section.ranking &gt; div.article.rank { width: 434px; height: 340px;background: #fff;  display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 17px;color: #000;line-height: 1.6;border: 1px solid #efefef;}
div.section.ranking &gt; div.article.rank &gt; h3.title {font-size: 11pt;font-weight: bold;color: #fff;position: relative;}
div.section.ranking &gt; div.article.rank &gt; h3.title &gt; img {}
div.section.ranking &gt; div.article.rank &gt; div.rank_serach {position: absolute;right:10px;top:9px;width: 230px;height: 35px;background: url(http://cdn-img.kingkongsoft.kr/rk/web/img/filter_box.png) 0 0 no-repeat;padding: 2px 0px 0px 3px;}
div.section.ranking &gt; div.article.rank &gt; div.rank_serach &gt; span {display: inline-block;*display: inline;*zoom: 1;color: #fff;font-weight: bold;font-size: 13px;margin-left: 5px;}
div.section.ranking &gt; div.article.rank &gt; div.rank_serach &gt; select {padding: 3px;width: 70px;font-size: 10pt;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list {width: 410px;margin: 0px auto;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list table {width: 100%;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list table thead th {text-align: center;color: #000;font-size: 14px;border-bottom: 1px solid #ddd;padding: 8px 0px;}

div.section.ranking &gt; div.article.rank &gt; div.rank_list table tbody th {text-align: center;color: #000;font-size: 13px;padding: 3px 0px 0px 0px;line-height: 1.6;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list table tbody th &gt; span.gold {width: 20px;height: 20px;line-height: 0pt;font-size: 0pt;background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/icon_gold.png) 0 0 no-repeat;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list table tbody th &gt; span.silver {width: 20px;height: 20px;line-height: 0pt;font-size: 0pt;background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/icon_silver.png) 0 0 no-repeat;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list table tbody th &gt; span.bronze {width: 20px;height: 20px;line-height: 0pt;font-size: 0pt;background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/icon_bronze.png) 0 0 no-repeat;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;}
div.section.ranking &gt; div.article.rank &gt; div.rank_list table tbody td {text-align: left;color: #000;font-size: 17px;;padding: 8px 0px;}

div.section.character {width: 750px;height: 340px;border: 1px solid #efefef;background: #fff;position: absolute;bottom:0px;left:449px;}
div.section.character &gt; div.info_char {width: 618px;height: 250px;position: absolute;left:50%;transform: translateX(-50%);}


div.info_char .bx-controls-direction a {position: absolute;width: 45px;height: 49px;font-size: 0pt;line-height: 0pt;z-index: 99;top:103px;}
div.info_char .bx-controls-direction a.bx-prev {background: url(http://cdn-img.kingkongsoft.kr/rk/web/btn/btn_arrow_left.png) 0 0 no-repeat;left:-48px;}
div.info_char .bx-controls-direction a.bx-next {background: url(http://cdn-img.kingkongsoft.kr/rk/web/btn/btn_arrow_right.png) 0 0 no-repeat;right:-48px;}


div.section.media &gt; a {margin-bottom: 15px;display: inline-block;*display: inline;*zoom: 1;}
div.section.media &gt; a:first-child {margin-right: 10px;}
div.section.media &gt; a:nth-child(3) {margin-right: 10px;}


div.left_content { position: relative;line-height: 1.6; margin-right: 317px;}
div.right_content {width: 301px;float: right;}
div.main div.right_content {}
div.sub div.right_content {/*padding-top: 92px;*/}
div.right_content &gt; div.section {}
div.right_content div.article {line-height: 0pt;font-size: 0pt;}


div.right_content div.article.app_download {width: 300px;padding: 0px 0px 0px 0px;font-size: 0pt;line-height: 0pt;text-align: center;border: 1px solid #efefef;}
div.right_content div.article.app_download &gt; a {display: inline-block;*display: inline;*zoom: 1;margin-bottom: 15px;}
div.right_content div.article.customer {  }
div.right_content div.article.customer &gt; a {margin-left: 2px;}
div.right_content div.article.customer &gt; a:first-child {margin-left: 0px;}



.footer { background: #151515;  min-height: 254px; padding-bottom: 15px;}
.footer ul,
.footer ol { margin: 0px; padding: 0px; list-style: none;}

div.footer_top {  border-bottom: 1px solid #999; }
div.footer_top &gt; ul.site_info { width: 1200px; margin: 0px auto; font-size: 0pt;line-height: 0pt; padding: 20px 0px;}
div.footer_top &gt; ul.site_info &gt; li {  display: inline-block;*display: inline;*zoom: 1; padding: 0px 20px 0px 25px; font-size: 16px;line-height: 1.0; position: relative;}
div.footer_top &gt; ul.site_info &gt; li &gt; a {  color: #ababb3;}
div.footer_top &gt; ul.site_info &gt; li &gt; a &gt; b { color: #ce0019; }
div.footer_top &gt; ul.site_info &gt; li:first-child { padding-left: 0px;  }
div.footer_top &gt; ul.site_info &gt; li:first-child:after {border: 0px;}
div.footer_top &gt; ul.site_info &gt; li:after { position: absolute; content:""; left:0px; top:0px; bottom:0px; border-left: 1px solid #494a4e; }

div.footer_bottom { width: 1200px; margin: 0px auto; padding-top: 30px; position: relative; }
div.footer_bottom &gt; ul { width: 146px; float: left; height: 100px; }
div.footer_bottom &gt; p.addr { margin-left: 130px; }

div.footer_bottom &gt; p.addr { margin-left: 160px; color: #7b7c81; font-size: 12px;}
div.footer_bottom &gt; div.grade { position: absolute; right: 0px; top:33px; }
div.footer_bottom &gt; div.grade &gt; img:first-child { margin-left: 0px;  }
div.footer_bottom &gt; div.grade &gt; img { margin-left: 3px; }
.bottom_logo { width: 146px; height: 43px; }
.king_mark { width: 109px; height: 37px;display:block; background: url(http://cdn-img.kingkongsoft.kr/sin/img/logo_kingkongsoft.png) 0 0 no-repeat; background-size: 100%; font-size: 0pt;margin: 0px auto;}

h2.page_title { position: relative;font-size: 30px;font-family:  GmarketSansBold; font-weight: 900; color: #262626; line-height: 1.0;z-index: 3;padding: 0px 15px 10px 0px; margin-bottom: 20px; letter-spacing: 2pt;}
h2.page_title &gt; b {position: absolute;font-size: 13pt; color: red;left: 131px;top:-1px;line-height: 1.6; font-weight: bold;}
div.board_content { position: relative;z-index: 3; padding: 30px 27px; min-height: 870px; line-height: 1.6; margin-right: 350px;background: #fff;border: 1px solid #ddd;}


h3.sub_text { position: relative;font-size: 18px; font-weight: 600; color: #666; line-height: 1.0;z-index: 3;padding: 15px 0px;}
div.board_content &gt; ul.tab { list-style:none;margin: 0px;padding: 0px;line-height: 0pt;font-size: 0pt; margin-bottom: 10px; position: relative;}
div.board_content &gt; ul.tab &gt; li { display: inline-block;*display: inline;*zoom: 1; position: relative;}
div.board_content &gt; ul.tab &gt; li:first-child {margin-left: 0px;}
div.board_content &gt; ul.tab &gt; li &gt; a { display: inline-block;*display: inline;*zoom: 1; padding: 9px 0px 9px 0px; text-align: center;color: #959595;font-size: 16px;font-family:'NanumSquare' ;width: 113px;position: relative;z-index: 3;line-height: 1;background: #fff; border: 1px solid #262626;}
div.board_content &gt; ul.tab.guide &gt; li &gt; a { width: 120px;  }
div.board_content &gt; ul.tab &gt; li &gt; a:hover { color: #fff;font-weight: bold;background: #262626;}
div.board_content &gt; ul.tab &gt; li &gt; a.hover { color: #fff;font-weight: bold; background: #262626;}
div.board_content &gt; ul.tab.faq &gt; li &gt; a {  width:109px;  }
div.board_content &gt; ul.tab.outpage &gt; li &gt; a {  width:140px;  }

div.board_content &gt; ul.tab &gt; li &gt; a &gt; span {/*position: absolute;top:13px;right:3px;*/font-size: 9pt;color: #cacaca;}
div.board_content &gt; ul.tab &gt; a.remote { position: absolute; right:0px; top:-5px;  }
table.board_table { width: 100%; border: 1px solid #d1d1d1; background: #fff; font-family: "Malgun Gothic"}
table.board_table thead th { background: #262626; color: #fff; font-size: 15px;text-align: center; padding: 7px 0px 8px 0px;border-bottom: 1px solid #959595;font-family: "NanumSquare";font-weight: bold;}
table.board_table thead th:first-child {border-left: 1px solid #d1d1d1;  }
table.board_table thead th:last-child {border-right: 1px solid #d1d1d1;  }
table.board_table tbody th { text-align: center; font-family: "Malgun Gothic"; color: #262626 !important; }
table.board_table tbody th,table.board_table tbody td { border-bottom: 1px solid #d1d1d1; padding: 3px 0px 3px 0px; font-size: 15px;color: #323232;}
table.board_table tbody th b {
    display: inline-block;*display: inline;*zoom: 1;line-height: 1;font-size: 13px; padding: 0px 0px;width: 62px;text-align: center;color: #fff;font-weight: 900;font-family: 'NanumSquare';vertical-align: middle !important;background: #4c5c8a;
    -webkit-border-radius:5px ;
    -moz-border-radius:5px ;
    -ms-border-radius:5px ;
    -o-border-radius:5px ;
    border-radius:5px ;
}
table.board_table tbody th &gt; img.rk_rank,table.board_table tbody td &gt; img.rk_rank {width: 25px; vertical-align: middle; margin-top: -4px; margin-right: 5px; }
table.board_table tbody th b {font-family: "Malgun Gothic";display: inline-block;*display: inline;*zoom: 1;width: 70px;height: 25px;font-size: 0pt;line-height: 0pt;vertical-align: top;}
table.board_table tbody th b.notice { background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/ico_board_01.png) 0 0 no-repeat; }
table.board_table tbody th b.event { background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/ico_board_04.png) 0 0 no-repeat;  }
table.board_table tbody th b.check { background: #4c8a82; color: #fff;font-size: 13px; line-height: 1.8; }
table.board_table tbody th b.open { background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/ico_board_03.png) 0 0 no-repeat;  }
table.board_table tbody th b.update { background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/ico_board_02.png) 0 0 no-repeat;  }
table.board_table tbody th b.best { background: url(http://cdn-img.kingkongsoft.kr/kmh/web/icon/ico_board_05.png) 0 0 no-repeat;  }


table.board_table tbody th b.red { background: red;  color: #fff !important; font-size: 13px !important;line-height: 1.8;}
table.board_table tbody th b.yellow { background: #7b7b3f; color: #000 !important; font-size: 13px !important;line-height: 1.8;}
table.board_table tbody th b.green { background: green; color: #fff !important; font-size: 13px !important;line-height: 1.8;}

table.board_table tbody th b.we { background: #00B050; color: #fff !important; }
table.board_table tbody th b.chock { background: #E1993E; color: #fff !important; }
table.board_table tbody th b.oh { background: #448ACA; color: #fff !important; }

table.board_table tbody th b.type01 { background: url(http://cdn-img.kingkongsoft.kr/rich/web/icon/ico_guide_01.png) 0 0 no-repeat;  }
table.board_table tbody th b.type02 { background: url(http://cdn-img.kingkongsoft.kr/rich/web/icon/ico_guide_02.png) 0 0 no-repeat;  }
table.board_table tbody th b.type03 { background: url(http://cdn-img.kingkongsoft.kr/rich/web/icon/ico_guide_03.png) 0 0 no-repeat;  }
table.board_table tbody th b.type04 { background: url(http://cdn-img.kingkongsoft.kr/rich/web/icon/ico_guide_04.png) 0 0 no-repeat;  }
table.board_table tbody th b.type05 { background: url(http://cdn-img.kingkongsoft.kr/rich/web/icon/ico_guide_05.png) 0 0 no-repeat;  }




table.board_table tbody td a { color: #262626; display: block;width: 458px; height: 21px; padding-left:10px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;font-family: "Malgun Gothic";font-size:11pt ;}
table.board_table tbody td a.gmaw { color: #00e7ff; }
table.board_table tbody td { font-family: "Malgun Gothic"}
table.board_table tbody th { font-family: "Malgun Gothic"}

table.board_table tbody tr.notice { position: relative; }
/*table.board_table tbody tr.notice { background: url(http://cdn-img.kingkongsoft.kr/jo/bg/notice_bg.png) 0 0 repeat;  }*/
table.board_table tbody tr.notice { /*background: #7d7d7d; */ background: rgba(218, 216, 216 ,0.65); }
table.board_table tbody tr.notice th,
table.board_table tbody tr.notice td {  padding: 3px 0px 3px 0px; font-family: "Malgun Gothic"}
table.board_table tbody tr.notice td &gt; a { font-weight: bold;  font-family: "Malgun Gothic"}

table.board_table tbody tr.best { position: relative; }
/*table.board_table tbody tr.best { background: url(http://cdn-img.kingkongsoft.kr/jo/bg/notice_bg.png) 0 0 repeat;  }*/

table.board_table tbody tr.best { background: rgba(228, 193, 160 , 0.25); }
table.board_table tbody tr.best th,
table.board_table tbody tr.best td {  padding: 3px 0px 3px 0px; font-family: "Malgun Gothic"}
table.board_table tbody tr.best td &gt; a { font-weight: bold;  font-family: "Malgun Gothic"}

/*i.adicon { display: inline-block;*display: inline;*zoom: 1;font-size: 0pt;line-height: 0pt; background: url(http://cdn-img.kingkongsoft.kr/rich/web//img/logo.png) 50% 50% no-repeat; background-size: 100%;width: 56px ; height: 35px; vertical-align: middle;}*/
i.adicon { display: inline-block;*display: inline;*zoom: 1;font-size: 0pt;line-height: 0pt; background: url(http://cdn-img.kingkongsoft.kr/rk/web/img/logo.png) 50% 50% no-repeat; background-size: 100%;width: 56px ; height: 35px; vertical-align: middle;}
i.gm_icon_01 { display: inline-block;*display: inline;*zoom: 1;font-size: 0pt;line-height: 0pt; background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_gm_01.png) 50% 50% no-repeat; background-size: 100%;width: 79px ; height: 31px; vertical-align: middle;}
i.gm_icon_02 { display: inline-block;*display: inline;*zoom: 1;font-size: 0pt;line-height: 0pt; background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_gm_02.png) 50% 50% no-repeat; background-size: 100%;width: 79px ; height: 31px; vertical-align: middle;}
i.gm_icon_03 { display: inline-block;*display: inline;*zoom: 1;font-size: 0pt;line-height: 0pt; background: url(http://cdn-img.kingkongsoft.kr/rk/web/icon/icon_gm_03.png) 50% 50% no-repeat; background-size: 100%;width: 79px ; height: 31px; vertical-align: middle;}


div.search_box { text-align: center; margin-top: 30px;}
div.search_box input.search_string { border: 1px solid #9f9f9f; font-size: 13px;padding:9px 0px 9px 5px; outline:0px;vertical-align: middle;width: 185px; background:#fff; opacity:0.8; color: #868686;margin-left: -1px;}
div.search_box input.search_btn { display: inline-block;*display: inline;*zoom: 1; border: 1px solid #959595; width: 63px;height: 35px;background: url(http://cdn-img.kingkongsoft.kr/boss/btn/search_icon.jpg) 0 0 no-repeat;line-height: 0pt;font-size: 0pt;vertical-align: middle; cursor:pointer; vertical-align: middle;}
div.search_box select.search_select {
    font-size: 11pt;
     width:80px;
     padding:7px 0px 8px 0px;
     margin-right: 2px;
     border:1px solid #b2b2b2;
     /*font-family:'Nanumgothic';*/
     background:url(http://img.noxgame.kr/images/noxgame/dg/icon/select-icons.png) no-repeat 95% 50%;
     border-radius:3px;
     /*-webkit-appearance: none;
     -moz-appearance: none;
     appearance : none;*/
     vertical-align: middle;
}
div.search_box select#search_key {
    font-size: 11pt;
     width:80px;
     padding:7px 0px 8px 0px;
     margin-right: 2px;
     border:1px solid #b2b2b2;
     /*font-family:'Nanumgothic';*/
     background:url(http://img.noxgame.kr/images/noxgame/dg/icon/select-icons.png) no-repeat 95% 50%;
     border-radius:3px;
     /*-webkit-appearance: none;
     -moz-appearance: none;
     appearance : none;*/
     vertical-align: middle;
}


div.pageing { text-align: center; line-height: 0pt;font-size: 0pt;margin-top: 30px;}
div.pageing &gt; ul {}
div.pageing &gt; ul &gt; li { display: inline-block; *display: inline;*zoom: 1;margin-left: 2px;}
div.pageing &gt; ul &gt; li:first-child { margin-left: 0px; }
div.pageing &gt; ul &gt; li &gt; a { display: inline-block;*display: inline;*zoom: 1; font-size: 12px; line-height: 1; padding:8px 0px 8px 0px; text-align: center; width:35px; background: #fff;color: #525a5d;border: 1px solid #9f9f9f;}
div.pageing &gt; ul &gt; li &gt; span.cur { display: inline-block;*display: inline;*zoom: 1;line-height: 1;padding: 8px 0px 8px 0px;font-size: 12px;width: 35px ;background: #5d1c1c;  color: #fff; border: 1px solid #5a493f;}
div.pageing &gt; ul &gt; li &gt; a.prev_f { width: 65px; }
div.pageing &gt; ul &gt; li &gt; a.next_l { width: 65px; }
div.pageing &gt; ul &gt; li &gt; a.prev { width: 40px;  }
div.pageing &gt; ul &gt; li &gt; a.next { width: 40px; }

dl.board_view { font-size: 10pt; line-height: 1.6; border: 1px solid #d1d1d1;}
dl.board_view &gt; dt {  }
dl.board_view &gt; dt.title { background: #262626;border: 1px solid #959595; color: #fff; font-weight: bold; padding: 18px 115px 19px 15px;line-height:1.3;font-size: 15px;position: relative;word-break: break-all;}
dl.board_view &gt; dt &gt; span.date { min-width: 100px; float:right;vertical-align: middle;  line-height: 1;font-size: 12px; position: absolute;right:0px;top:22px;}
dl.board_view &gt; dt.write_info { border-bottom: 1px solid #d1d1d1; padding: 8px 0px 8px 15px;position: relative; }
dl.board_view &gt; dt.write_info b { line-height: 1; position: relative;margin-left: 5px; font-weight: normal; color: #292929; }
dl.board_view &gt; dt.write_info &gt; span.count { position: absolute;right:33px; top:10px; color: #a5a5a5;font-size: 13px; }

dl.board_view &gt; dd.textarea { padding: 35px 25px 150px 25px; color: #262626; line-height: 2; /*border-bottom: 1px solid #d1d1d1;*/ word-wrap: break-word;}


dl.board_view &gt; dd.textarea img {  max-width:776px; }
dl.board_view &gt; dd.textarea.event { padding-left:0px !important;padding-right:0px !important; padding-bottom: 20px !important; }
dl.board_view &gt; dd.textarea.event img {  max-width:918px; }
/* 이벤트 업데이트 게시판에만 이미지 최대싸이즈 변경 */
div.section.pull-content div#left div.board_content dl.board_view &gt; dd.textarea.event img { max-width: 838px; }

dl.board_view &gt; dd.answer { padding:35px 25px 35px 100px ; position: relative;color: #444; border-bottom: 1px solid #d1d1d1;border-top: 1px dotted #fff;margin-top: -1px;}
dl.board_view &gt; dd.answer &gt; span { display: inline-block;*display: inline;*zoom: 1;width: 75px; position: absolute;left:25px;top:35px;}
/* 글쓰기 */
dl.board_write {  border: 1px solid #d1d1d1;background: #fff; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
dl.board_write &gt; dt {  border-bottom: 1px solid #d1d1d1; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
dl.board_write &gt; dt ul {  -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
dl.board_write &gt; dt ul li {  -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
dl.board_write &gt; dt div {  -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
dl.board_write &gt; dt &gt; span { display: inline-block;*display: inline;*zoom: 1; color:#262626; min-width: 65px;line-height: 1.2;margin-right: 20px;border-right: 1px solid #555; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
dl.board_write &gt; dt &gt; input.text { padding:10px 0px 9px 10px; font-size: 12px; border: 1px solid #d1d1d1;color: #7f7f7f; width: 790px;vertical-align: middle;background: #fff; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
dl.board_write &gt; dt &gt; input.text.type01 { width: 683px; margin-left: 5px; }
dl.board_write &gt; dt &gt; textarea[name=des] { width: 650px; vertical-align: middle; background: transparent;border: 1px solid #666; color: #7f7f7f; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
/*dl.board_write &gt; dt.subject { font-size: 12px; padding:9px 0px 8px 10px;  -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
dl.board_write &gt; dt.subject &gt; span { padding-left:10px;  }*/
dl.board_write &gt; dt { font-size: 12px; padding:7px 0px 6px 20px;  -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
dl.board_write &gt; dt &gt; span { padding-left:10px;  }

dl.board_write &gt; dt.etc { font-size: 12px; position: relative; color: #d7af8c;padding:7px 0px 6px 20px; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important;}
/*dl.board_write &gt; dt.etc &gt; select { font-size: 12px; }*/
dl.board_write &gt; dt.etc  input[type=checkbox] { vertical-align: middle; }
dl.board_write &gt; dt.etc label {color: #262626;}

dl.board_write &gt; dt.etc &gt; input#fileInput { padding:8px 0px 8px 10px; width: 620px;border: 1px solid #666;color: #000;}
dl.board_write &gt; dt.etc &gt; input.file_input_button { display:none; width: 103px;height: 31px;background: url(http://img.noxgame.kr/images/noxgame/cc/btn/btn_file_search.gif) 0 0 no-repeat;font-size: 0pt;line-height: 0pt; text-indent: -9999; border:none;position: absolute;right:0px;top:7px;z-index: 1;cursor:pointer;}
dl.board_write &gt; dt.etc &gt; input.file_input_hidden {
    width: 620px;
    padding:6px 0px 7px 0px;
    border: 1px solid #666;
    /*width: 75px;height: 28px; text-indent: -9999; border:none;position: absolute;right:29px;top:7px;display: inline-block;*display: inline;*zoom: 1;z-index: 98;
     -webkit-opacity:0 ; -moz-opacity:0 ; -ms-opacity:0 ; -o-opacity:0 ; opacity: 0; filter: alpha(opacity=0); cursor:pointer;*/
}

dl.board_write &gt; dd.textarea { /*background: #444;*/ }

ul.img_list { font-size: 0pt;line-height: 0pt;  width: 951px;position: relative;left:-30px;-webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-box-sizing: border-box !important;}
ul.img_list &gt; li { width: 287px; /*border: 1px solid #555;*/ display: inline-block;*display: inline;*zoom: 1;margin-left: 30px; margin-bottom: 30px;vertical-align: top; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-box-sizing: border-box !important;border: 1px solid #d1d1d1;}
ul.img_list &gt; li &gt; a { display: inline-block;*display: inline;*zoom: 1; position: relative; width: 285px;max-height: 138px; overflow: hidden;background: #fff;text-align: center;line-height:138px; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-box-sizing: border-box !important;}
ul.img_list &gt; li &gt; a &gt; img { width: 100%; vertical-align: middle; }
ul.img_list &gt; li &gt; a &gt; span.best { color: #262626; background: #2d5bb3; font-size: 12px;line-height: 1.0;padding: 8px 0px; width: 65px;position: absolute;left:0px;top:0px;text-align: center;font-weight: bold;}
ul.img_list &gt; li &gt; a &gt; div.subject { position: absolute; bottom:0px; left:0px; right:0px; height:38px;line-height: 1.6;}
ul.img_list &gt; li &gt; a &gt; div.subject &gt; span.text { color: #262626; line-height: 1.0; font-size: 14px;z-index: 3;position: relative; display: inline-block;*display: inline;*zoom: 1;margin: 10px 10px 10px 10px;width: 220px; height: 15px;overflow: hidden;}
ul.img_list &gt; li &gt; p { background: #fff; padding: 15px 15px; color: #262626;font-size: 13px;line-height: 1.0;border-top: 1px solid #262626;}
ul.img_list &gt; li &gt; p &gt; b { font-weight: normal; display: block; margin-bottom: 10px; color: #262626;}

ul.gallery_list { font-size: 0pt;line-height: 0pt;  width: 951px; position: relative;left:-30px; display: block; margin-top: 20px;-webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-box-sizing: border-box !important;}
/*ul.gallery_list.best { font-size: 0pt;line-height: 0pt;  width: 860px;height: 342px; margin-left: -16px; display: block;background: url(http://cdn-img.kingkongsoft.kr/boss/bg/best_image.jpg) 0 0 no-repeat; padding: 60px 0px 17px 0px;margin-top: 0px;}*/
ul.gallery_list &gt; li { width: 287px; height: 215px; border: 1px solid #d1d1d1; display: inline-block;*display: inline;*zoom: 1;margin-left: 30px; margin-bottom: 30px;vertical-align: top;-webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-box-sizing: border-box !important;}
ul.gallery_list &gt; li &gt; a { display: inline-block;*display: inline;*zoom: 1; position: relative; width: 285px;height:138px;max-height: 206px; overflow: hidden;background: #2e2e2e;text-align: center;line-height:138px; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; -ms-box-sizing: border-box !important;}
ul.gallery_list &gt; li &gt; a &gt; img { width: 100%; vertical-align: middle; }
ul.gallery_list &gt; li &gt; a &gt; span.best { font-size: 0pt;line-height: 0pt; background: url(http://cdn-img.kingkongsoft.kr/boss/icon/best.png) 0 0 no-repeat; width: 40px; height: 41px;position: absolute;left:0px;top:0px;text-align: center;font-weight: bold;}
ul.gallery_list &gt; li &gt; a &gt; div.subject { position: absolute; bottom:0px; left:0px; right:0px; height:38px;line-height: 1.6;background: #000; background: rgba(0,0,0,40%);}
ul.gallery_list &gt; li &gt; a &gt; div.subject &gt; span.text { color: #fff; line-height: 1.0; font-size: 14px;z-index: 3;position: relative; display: inline-block;*display: inline;*zoom: 1;margin: 9px 10px 9px 10px;width: 220px; height: 15px;overflow: hidden;}
ul.gallery_list &gt; li &gt; p { background: #fff; padding: 7px 15px; color: #262626;font-size: 13px;line-height: 1.0;border-top: 1px solid #d5d5d5;}
ul.gallery_list &gt; li &gt; p &gt; b { font-weight: normal; display: block; margin-bottom: 10px; color: #a5937b; vertical-align: middle; padding: 10px 0px 0px 0px; height:20px; position: relative;}
ul.gallery_list &gt; li &gt; p &gt; b &gt; i { position: absolute; left:0px; top:3px;  }
ul.gallery_list &gt; li &gt; p  i { font-style: normal; color: #e64a3b;  vertical-align: middle; }
ul.gallery_list &gt; li &gt; p &gt; span {float: right;}

div.board_content &gt; p.line { line-height: 0pt;font-size: 0pt; border-top: 1px solid #d1d1d1; }

div.board_content &gt; ul.update_list2 {  }
div.board_content &gt; ul.update_list2 &gt; li:first-child { padding-top: 0px;  }
div.board_content &gt; ul.update_list2 &gt; li { padding:0px 0px 0px 0px; position: relative;height: 122px;border: 1px solid #d1d1d1;background: #fff; margin-bottom: 20px;}
div.board_content &gt; ul.update_list2 &gt; li &gt; div { padding:0px 0px 0px 320px;  }
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; a { width: 492px; height: 26px; color: #000; overflow: hidden; display: block;margin-top: 30px;}
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; a &gt; img { position: absolute;left:5px; top:5px; width: 281px !important; height: 110px !important;}
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; a &gt; p { color: #5d5d5d; font-size: 16px;font-weight: bold; position: relative;}
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; a &gt; p &gt; span.count {font-size: 12px; color: #959595;font-weight: bold;}
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; p.des { color: #959595; font-size: 14px;  line-height: 1.2;margin-top: 5px;height: 65px;}
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; span.date { display: inline-block;*display: inline;*zoom: 1;font-size: 12px; color: #b3b3b3; vertical-align: middle}
div.board_content &gt; ul.update_list2 &gt; li &gt; div &gt; i { vertical-align: middle; margin-right: 10px;}



div.board_content &gt; ul.gmtip_list { margin-left: -22px; width: 876px;}
/*div.board_content &gt; ul.gmtip_list &gt; li:first-child { padding-top: 0px;  }*/
div.board_content &gt; ul.gmtip_list &gt; li { padding:0px 0px 0px 0px; position: relative;width: 402px;height: 236px; display: inline-block;*display: inline;*zoom: 1;margin-left: 22px; margin-bottom: 28px;}
div.board_content &gt; ul.gmtip_list &gt; li &gt; a {position: relative;height: 236px;display: block;width: 402px;}
div.board_content &gt; ul.gmtip_list &gt; li &gt; a &gt; span { position: absolute;bottom:0px; left:0px; right:0px; padding:10px 0px 10px 10px; background-color:rgba(0,0,0,0.5);color: #fff;font-size: 10pt;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
/*div.board_content &gt; ul.gmtip_list &gt; li &gt; div { padding:0px 0px 0px 350px;  }
div.board_content &gt; ul.gmtip_list &gt; li &gt; div &gt; a { width: 412px; height: 70px; color: #fff; overflow: hidden; display: block; }
div.board_content &gt; ul.gmtip_list &gt; li &gt; div &gt; a &gt; img { position: absolute;left:0px; top:28px; width: 320px; height: 150px;}
div.board_content &gt; ul.gmtip_list &gt; li &gt; div &gt; a &gt; p { color: #fff; font-size: 24px;font-weight: bold; margin-top: 42px;  }
div.board_content &gt; ul.gmtip_list &gt; li &gt; div &gt; p.des { color: #a0a0a0; font-size: 14px;  line-height: 1.2;margin-top: 5px;height: 65px;}
div.board_content &gt; ul.gmtip_list &gt; li &gt; div &gt; span.date { display: inline-block;*display: inline;*zoom: 1;font-size: 14px; color: #707070; }*/


div.btn_box { margin: 25px 0px 10px 0px; text-align:right; line-height: 0pt;font-size: 0pt;position: relative;}
div.btn_box a { display: inline-block;*display: inline;zoom: 1; margin-left: 2px; color: #fff; font-size: 11pt;line-height: 1;}
div.btn_box &gt; div.another { position: absolute;left:0px; line-height: 1.0;}

div.btn_box &gt; .btn {
    display: inline-block;*display: inline;*zoom: 1; padding:6px 4px 6px 4px; color: #f6ca11; line-height: 1; font-size: 14px; border: 1px solid #b2b2b2; background: #000;  text-align: center; min-width:85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}

/*div.btn_box &gt; .btn.list { width: 34px !important;height: 34px !important; background: url(http://cdn-img.kingkongsoft.kr/boss/btn/btn_list.jpg) 0 0 no-repeat; min-width:0px; padding: 0px;font-size: 0pt;line-height: 0pt;border: none;vertical-align: top;}*/

div.btn_box &gt; div.another &gt; .btn.prev { display: inline-block;*display: inline;*zoom: 1; width: 34px; height: 34px; background: url(http://cdn-img.kingkongsoft.kr/boss/btn/btn_list_prev.jpg) 0 0 no-repeat; font-size: 0pt;line-height: 0pt; }
div.btn_box &gt; div.another &gt; .btn.next { display: inline-block;*display: inline;*zoom: 1; width: 34px; height: 34px; background: url(http://cdn-img.kingkongsoft.kr/boss/btn/btn_list_next.jpg) 0 0 no-repeat;  font-size: 0pt;line-height: 0pt; }


div.reply_write_box { position: relative; margin-top: 30px; /*margin-bottom: 30px;*/ padding: 25px; line-height: 1.6; font-size: 12pt;background: #f7f7f7;border: 1px solid #d1d1d1;}
div.reply_write_box &gt; textarea { width: 764px;padding:10px; background: #fff; border: 1px solid #cbcbcb; height:48px;vertical-align:middle;color: #000;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
div.reply_write_box &gt; input.submit { width: 98px; padding: 22px 0px 23px 0px; display: inline-block;*display: inline;*zoom: 1; border:none;vertical-align: middle;cursor:pointer; background: #fff; font-size: 12pt;line-height: 1pt;color: #262626;font-weight: bold;font-family: 'NanumSquare';vertical-align:middle;letter-spacing: -1px;border: 1px solid #d0d0d0;}
p.reply_count { color: #000; margin-bottom: 5px; }
p.reply_count &gt; img { vertical-align: middle; }
p.reply_count &gt; b { vertical-align: middle;color: #000; font-weight: normal;}
ul.reply_list { border: 1px solid #d1d1d1;border-top: 0px solid #000; background: #fff;}
ul.reply_list &gt; li { padding:20px 0px 18px 20px; border-bottom:1px solid #d1d1d1; position: relative;color: #707070;}
ul.reply_list &gt; li &gt; span.writer { display: inline-block;*display: inline;*zoom: 1; margin-right: 10px;font-size: 10pt; font-weight: bold;vertical-align: middle;color: #292929;}
ul.reply_list &gt; li &gt; span.writer &gt; img { height: 30px; }
ul.reply_list &gt; li &gt; span.date {  display: inline-block;*display: inline;*zoom: 1; font-size: 12px; letter-spacing: -1px; vertical-align: middle;margin-right: 10px;color: #a0a0a0;}
ul.reply_list &gt; li &gt; span.func_btn { position: absolute; right:31px; top:25px; }
ul.reply_list &gt; li &gt; span.func_btn &gt; a.re_btn { vertical-align: top; font-size: 9pt;color: #a0a0a0;}
ul.reply_list &gt; li &gt; span.func_btn &gt; a.del_btn { vertical-align: top; font-size: 9pt;color: #a0a0a0;}
ul.reply_list &gt; li &gt; span.func_btn &gt; a  { vertical-align: top; }
ul.reply_list &gt; li &gt; span.func_btn &gt; a &gt; img { vertical-align: top; }
ul.reply_list &gt; li &gt; span.func_btn &gt; b { font-size: 8pt; color: #a0a0a0; vertical-align: middle;margin: 0px 3px 0px 3px;}


ul.reply_list &gt; li &gt; p { font-size: 10pt; margin-top: 5px; padding-right: 20px;line-height: 12pt;word-wrap: break-word;color: #262626;}
ul.reply_list &gt; li.depth { padding-left: 45px; }
/*ul.reply_list &gt; li.depth a.del_btn { overflow: hidden;display: inline-block;*display: inline;*zoom: 1;width: 42px;height: 13px;}
ul.reply_list &gt; li.depth a.del_btn &gt; img { margin: -2px; }*/
ul.reply_list &gt; li.depth a.del_btn { vertical-align: top; font-size: 9pt;color: #a0a0a0; }

ul.reply_list &gt; li &gt; span.reply_icon2 { display: inline-block;*display: inline;*zoom: 1;width: 14px;  height: 14px; background: url(http://cdn-img.kingkongsoft.kr/boss/icon/btn_reply.png) 0 0 no-repeat;position: absolute;left:20px;top:22px; margin-right: 5px;}
ul.reply_list &gt; li.reply_write {  }
ul.reply_list &gt; li.reply_write &gt; img { vertical-align: top;margin-right: 5px; }
ul.reply_list &gt; li.reply_write &gt; textarea { vertical-align: middle; padding:5px; height: 37px; width: 744px; border: 1px solid #d0d0d0; background: #fff;color: #000;font-size: 10pt;line-height: 1.6;margin: -1px 2px 0px 0px;}
ul.reply_list &gt; li.reply_write &gt; input.reply_reg { width: 98px; padding: 18px 0px 17px 0px; display: inline-block;*display: inline;*zoom: 1; border:none;vertical-align: middle;cursor:pointer; background: #fff; font-size: 11pt;line-height: 1pt;color: #262626;border: 1px solid #d0d0d0;font-weight: bold;font-family: 'NanumSquare'vertical-align:middle; }

.ready_box {
    position: relative;
    /*text-align: right;*/
    background: #fff;
}
.ready_box &gt; p { font-size: 26pt; font-weight: 900; color: #fff;  text-align: center; padding: 30px 0px 90px 0px;position: absolute;text-align: center;left:0px;right:0px;top:50%;transform: translateY(-50%);}
.ready_box &gt; img {width: 100%;}

div.movie_area { height:472px; }

div.media_box { border-top: 1px solid #555; margin-top: 30px; }
div.media_box &gt; ul.media_list { font-size: 0pt; line-height: 0pt;  padding: 30px 0px 15px 0px;margin-left: -11px;width: 925px;}
/*div.media_box &gt; ul.media_list &gt; li:first-child { margin-left: 0px; }*/
div.media_box &gt; ul.media_list &gt; li { display: inline-block;*display: inline;*zoom: 1; width: 297px; position: relative; margin-bottom: 18px; vertical-align: top; text-align: center;margin-left: 11px;}
div.media_box &gt; ul.media_list &gt; li &gt; a { display: inline-block;*display: inline;*zoom: 1;width: 297px; position: relative;}
div.media_box &gt; ul.media_list &gt; li &gt; a &gt; img.thum { width: 297px; height: 180px; }
div.media_box &gt; ul.media_list &gt; li &gt; a &gt; img.best_icon { position: absolute;left:0px; top:0px; }
div.media_box &gt; ul.media_list &gt; li &gt; a &gt; p { position: absolute; bottom:0px; left:0px; right:0px; height: 38px;}
div.media_box &gt; ul.media_list &gt; li &gt; a &gt; p &gt; span.op {
    background: #000;
     -webkit-opacity:0.7 ;
    -moz-opacity:0.7 ;
    -ms-opacity:0.7 ;
    -o-opacity:0.7 ;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:0;
}
div.media_box &gt; ul.media_list &gt; li &gt; a &gt; p &gt; b { color: #fff; font-size: 10pt;line-height: 1.6; position: absolute;z-index: 3; height: 22px; width: 220px; top:8px; left:10px; overflow: hidden;}
div.media_box &gt; ul.media_list &gt; li &gt; b { display: block; font-size: 9pt;line-height: 1.4; padding: 15px 0px 5px 10px; position: relative; min-height: 15px;}
div.media_box &gt; ul.media_list &gt; li &gt; b &gt; img { height:25px; position: absolute;left:3px; top:9px; }
div.media_box &gt; ul.media_list &gt; li &gt; span { display: block;font-size: 9pt;line-height: 1.4; padding: 5px 0px 0px 10px; margin-bottom: 10px;}
div.media_box &gt; ul.media_list &gt; li &gt; span &gt; b { color: #999; display: inline-block;*display: inline;*zoom: 1;font-size: 9pt; vertical-align: middle; height: 10px; margin: 0px 5px 0px 6px; line-height: 0.7;}

div.board_content &gt; ul.update_list { border-top: 2px solid #707070; border-bottom: 1px solid #9f9f9f;}
div.board_content &gt; ul.update_list &gt; li:first-child { padding-top: 0px;  }
div.board_content &gt; ul.update_list &gt; li { padding:0px 20px 20px 20px; position: relative;height: 208px;  border-top: 1px solid #eeeeee; }
div.board_content &gt; ul.update_list &gt; li &gt; div { padding:0px 0px 0px 350px;  }
div.board_content &gt; ul.update_list &gt; li &gt; div &gt; a { width: 412px; height: 70px; color: #fff; overflow: hidden; display: block; margin-bottom: 15px;}
div.board_content &gt; ul.update_list &gt; li &gt; div &gt; a &gt; img { position: absolute;left:0px; top:28px; width: 350px; height: 150px;}
div.board_content &gt; ul.update_list &gt; li &gt; div &gt; a &gt; p { color: #333; font-size: 24px;font-weight: bold;   }
div.board_content &gt; ul.update_list &gt; li &gt; div &gt; p.des { color: #a0a0a0; font-size: 14px;  line-height: 1.2;margin-top: 5px;height: 65px;}
div.board_content &gt; ul.update_list &gt; li &gt; div &gt; span.date { display: inline-block;*display: inline;*zoom: 1;font-size: 14px; color: #707070; }



div.page_tab_contents.newbie { position: relative;  }
div.page_tab_contents.newbie &gt; div.download_box { position: absolute;  }
div.page_tab_contents.newbie &gt; div.type01 { font-size: 0pt; line-height: 0pt; top:297px;left:111px;}
div.page_tab_contents.newbie &gt; div.type01 &gt; a {  display: inline-block;*display: inline; *zoom: 1; margin-left: 94px;}
div.page_tab_contents.newbie &gt; div.type01 &gt; a:first-child { margin-left: 0px;  }
div.page_tab_contents.newbie &gt; div.type02 { font-size: 0pt; line-height: 0pt; top:611px;left:111px; }
div.page_tab_contents.newbie &gt; div.type02 &gt; a {  display: inline-block;*display: inline; *zoom: 1; margin-left: 94px;}
div.page_tab_contents.newbie &gt; div.type02 &gt; a:first-child { margin-left: 0px;  }

div.page_tab_contents.newbie &gt; div.type03 { font-size: 0pt; line-height: 0pt; top:334px;left:49px; }
div.page_tab_contents.newbie &gt; div.type03 &gt; a {  display: inline-block;*display: inline; *zoom: 1; margin-left: 125px;}
div.page_tab_contents.newbie &gt; div.type03 &gt; a:first-child { margin-left: 0px;  }



div.gallery_box { font-size: 0pt;line-height: 0pt; }
div.gallery_box &gt; div.grid { width: 966px;  margin-left: -15px;/*padding: 0px 28px 0px 28px;*/}
div.gallery_box &gt; div.grid &gt; div.grid-item {margin-left: 15px;width: 300px;height: 185px;display: inline-block;*display: inline;*zoom: 1;position: relative;margin-bottom: 20px;overflow: hidden;}
div.gallery_box &gt; div.grid &gt; div.grid-item &gt; a &gt; img {width: 100%;}
div.gallery_box &gt; div.grid &gt; div.grid-item &gt; a.download {position: absolute;right:15px;bottom:15px;width: 32px;}
div.gallery_box &gt; div.grid &gt; div.grid-item &gt; a.download &gt; img {width: 100%;}

div#right a.buy_gold_btn {display: block;margin-bottom: 10px;}



div.page_tab_contents &gt; h4 {line-height: 1; margin-left: 25px;}
div.page_tab_contents &gt; img.arrow { position: absolute; top:670px; cursor: pointer;}
div.page_tab_contents &gt; img.left { left:15px; }
div.page_tab_contents &gt; img.right { right:15px; }
div.page_tab_contents.boss &gt; img.arrow { position: absolute; top:380px; cursor: pointer;}
div.page_tab_contents.boss &gt; img.left { left:10px; }
div.page_tab_contents.boss &gt; img.right { right:10px; }

h5.faq_title {font-size: 13pt; line-height: 1.6; padding: 8px 0px 8px 20px;color: #fff;background: #565656;border: 1px solid #414e5e;font-weight: bold;}
div.faq_list {font-size: 12pt;line-height: 1.6;background: #fff;border: 1px solid #d1d1d1;border-bottom: 0px;}
div.faq_list { }
div.faq_list &gt; dl {border-bottom: 1px solid #ddd;}
div.faq_list &gt; dl &gt; dt { padding: 6px 0px 6px 0px; color: #262626;font-size: 11pt;font-weight: bold; cursor: pointer;position: relative;}
div.faq_list &gt; dl &gt; dt:after {content:"";width: 13px; height: 7px; position: absolute; right:20px; top:15px;line-height: 1;font-weight: bold;background: url(http://cdn-img.kingkongsoft.kr/boss/icon/down_arrow.png) 0 0 no-repeat;}
div.faq_list &gt; dl &gt; dt.on:after {content:"";width: 13px; height: 7px; position: absolute; right:20px; top:15px;line-height: 1;font-weight: bold;background: url(http://cdn-img.kingkongsoft.kr/boss/icon/up_arrow.png) 0 0 no-repeat;}

div.faq_list &gt; dl &gt; dt &gt; span {color: #262626;font-size: 12pt;font-weight: bold;display: inline-block;*display: inline;*zoom: 1;width: 160px;text-align: center;}
div.faq_list &gt; dl &gt; dt.on { /*background: #a5937b;*/ background: #fdc23f; color: #000 ;font-weight: bold;}
div.faq_list &gt; dl &gt; dt.on &gt; span {color: #000;font-size: 11pt;font-weight: bold;}
div.faq_list &gt; dl &gt; dd { padding: 25px 60px; background: #eeeeee; font-size: 10pt;color: #313131;line-height: 1.6;display:none;}

div.movi_box { width: 700px; height: 380px;  }

div#payment_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 2%;
    /*display: block;*/

    font-size: 3vmin;
    top: 0px;
    width: 90%;
    max-width: 532px;
    min-width: 286px;
    height: 100%;

    /*background: url(http://static.123games.co.kr/h5/201706_ver2/payment_layer_bg.png) no-repeat center 0;*/
    background: url(http://cdn-img.kingkongsoft.kr/missh5/bg/payment_layer_bg.png) no-repeat center 0;
    background-size: 100%;
    display: none;
    z-index: 10000;
}

div.payment_box {width: 90%;position: relative;margin: 170px auto 0px auto; }
div.payment_box &gt; div.layer_title {margin-bottom: 30px;}
div.payment_box &gt; div.layer_title &gt; h1 {color: #000; font-weight: 600; font-size: 1.6rem;text-align: center;}
div.payment_box &gt; div.successPayment {}
div.payment_box &gt; div.successPayment div.paymentCash { margin-bottom: 30px; }
div.payment_box &gt; div.successPayment div.paymentCash &gt; table {width: 100%; border-collapse: collapse;font-size: 1rem;}
div.payment_box &gt; div.successPayment div.paymentCash &gt; table &gt; caption {display: none;}
div.payment_box &gt; div.successPayment div.paymentCash &gt; table tr th { text-align: center; padding: 10px 0vw; border: 1px solid #ddd;background: #f0f0f0; }
div.payment_box &gt; div.successPayment div.paymentCash &gt; table tr td { text-align: center; padding: 10px 0vw; border: 1px solid #ddd;}

div.payment_box &gt; div.successPayment div.caution_list {text-align: left; margin-bottom: 1.5vw;}
div.payment_box &gt; div.successPayment div.caution_list &gt; ul {list-style: none;padding: 0px;font-size: 1rem;}
div.payment_box &gt; div.successPayment div.btn_box {text-align: center;}
div.payment_box &gt; div.successPayment div.btn_box a {display: inline-block;*display: inline;*zoom: 1;width: 23vw;padding: 15px 0px; max-width: 160px;font-weight: bold;text-decoration: none;color: #000;}
div.payment_box &gt; div.successPayment div.btn_box a.okBtn { background: #ba1218; color: #fff; }
div.payment_box &gt; div.successPayment div.btn_box a.closeBtn { background: #ddd; }

div.payment_box &gt; div.successPayment div.need_cash_charge {text-align: center;margin-top: 20px; margin-bottom: 20px;}
div.payment_box &gt; div.successPayment div.need_cash_charge &gt; h3 {font-size: 1.3rem;color: #e47b7b;margin-bottom: 15px;}
div.payment_box &gt; div.successPayment div.need_cash_charge &gt; p {font-size: 1rem;color: #2bb2ca;}

div#layer_mask {display: none;background: #000;position: absolute;z-index: 998;}



div.buy_content { overflow: hidden; }
div.buy_content.cash { padding-left: 15px; }
div.buy_content &gt; h3 { color: #000; font-size: 11pt;font-weight: bold; margin-bottom: 10px;}
div.buy_content &gt; h3 &gt; img { vertical-align: middle; margin-top: -1px; margin-right: 2px;}
div.buy_content &gt; ul.cash_info { border: 1px solid #b5b5b5; position: relative;padding:28px 0px 27px 20px; margin-bottom: 30px;}
div.buy_content &gt; ul.cash_info &gt; li:first-child { width: 0px; }
div.buy_content &gt; ul.cash_info &gt; li:first-child &gt; a { position: absolute;right: 30px; top:50%; margin-top: -18px;}
div.buy_content &gt; ul.cash_info &gt; li { display: inline-block;*display: inline;*zoom: 1; font-size: 11pt; color: #666;width: 270px;}
div.buy_content &gt; ul.cash_info &gt; li &gt; span { font-weight: bold; color: #181818;}


div.buy_content &gt; div.gold_select { font-size: 0pt;line-height: 0pt;width: 927px; margin-bottom: 30px;margin-left: -5px;}
div.buy_content &gt; div.gold_select &gt; label { width: 226px;height: 185px; position: relative; display: inline-block;*display: inline;*zoom: 1; margin: 0px 0px 6px 5px;vertical-align: top; }
div.buy_content &gt; div.gold_select &gt; label &gt; input { display:none; }
div.buy_content &gt; div.gold_select &gt; label &gt; b {position: absolute; top:0px;right:0px;bottom:0px;left:0px; border: 1px solid #959595; background-color: rgba(0,0,0,0.1);}
div.buy_content &gt; div.gold_select &gt; label:hover &gt; b {display: block; background-color: rgba(251,251,251,0.30); border: 2px solid #d21e00;}
div.buy_content &gt; div.gold_select &gt; label.hover &gt; b {display: block; background-color: rgba(251,251,251,0.30); border: 2px solid #d21e00;}

div.buy_content &gt; div.gold_select &gt; label.gold30000 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_01.png) 50% 35% no-repeat;}
div.buy_content &gt; div.gold_select &gt; label.gold25000 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_02.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold20000 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_03.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold15000 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_04.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold10000 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_05.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold5950 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_06.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold3950 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_07.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold2850 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_08.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold1950 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_09.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold1100 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_10.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold600 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_11.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold295 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_12.png) 50% 35% no-repeat; }
div.buy_content &gt; div.gold_select &gt; label.gold60 { background: #131313 url(http://cdn-img.kingkongsoft.kr/sin/shop/gold_13.png) 50% 35% no-repeat; }


div.buy_content &gt; div.gold_select &gt; label &gt; i { position: absolute; left:0px; bottom:37px; width: 226px;  font-size: 13px;font-weight: bold;line-height: 1.2; text-align: center;padding:4px 0px 4px 0px; color: #fff;font-style: normal;font-family: 'NanumSquare'}
div.buy_content &gt; div.gold_select &gt; label &gt; span { position: absolute; left:0px; bottom:18px; width: 226px;  font-size: 12px;font-weight: bold;line-height: 1.2; text-align: center;padding:4px 0px 4px 0px; color: #ff2400;}
div.buy_content &gt; ul.gold_info { border: 1px solid #d1d1d1;background: #fff; position: relative;padding:15px 0px 15px 20px; margin-bottom: 30px;}
div.buy_content &gt; ul.gold_info &gt; li { display: inline-block;*display: inline;*zoom: 1; font-size: 10pt; color: #ff9f72;letter-spacing: -1px;margin: 0px 18px 10px 0px; ;min-width: 349px;}
div.buy_content &gt; ul.gold_info &gt; li &gt; span { font-weight: normal; color: #000;}
div.buy_content &gt; ul.gold_info &gt; li &gt; u { font-style: normal; margin-left: 5px; text-decoration: none;color: #000;}
div.buy_content &gt; ul.gold_info &gt; li &gt; img { vertical-align: middle; margin-top: -2px;margin-right: 5px;}
div.buy_content &gt; ul.coution &gt; li { font-size: 10pt; color: #000; font-weight: normal; }
div.buy_content a.cash_btn { display: inline-block;*display: inline;*zoom: 1;background: #fff; text-align: center; min-width: 90px; padding: 6px 0px 6px 0px; color: #594840;font-weight: bold; border: 1px solid #b5b5b5; font-size: 10pt;line-height: 1.6;}
div.buy_content a.charge_btn { display: inline-block;*display: inline;*zoom: 1;background: #a5937b; text-align: center; min-width: 125px; padding: 6px 0px 6px 0px; color: #fff;font-weight: bold; border: 1px solid #847f7a;font-size: 10pt;line-height: 1.6;}
div.buy_content a.gift_gold_btn { display: inline-block;*display: inline;*zoom: 1;background: #bb1219; text-align: center; min-width: 125px; padding: 6px 0px 6px 0px; color: #fff;font-weight: bold; border: 1px solid #8a2e32;font-size: 10pt;line-height: 1.6;margin-left: 10px;}
div.buy_content p.btn_box { text-align: center; margin: 15px 0px;  }
select#server_key { width: 200px; font-size: 11pt; font-weight: bold; padding: 5px 0px;}



div.swordinfo {position: relative;}
div.swordinfo div.job_content_layer { position: absolute; left: 0px;right:0px;top:0px;bottom:0px;z-index: 2;}

div.swordinfo ul.job_tab {position: absolute;top:250px;left:50%;z-index: 4;transform: translateX(-50%);width: 780px;}

div.swordinfo ul.job_tab &gt; li { display: inline-block;*display: inline;*zoom: 1;}

div.swordinfo ul.job_tab &gt; li:first-child {margin-left: 0px;}
div.swordinfo ul.job_tab &gt; li &gt; a { position: relative;display: block;width: 260px; height: 350px;}

div.swordinfo ul.job_tab &gt; li &gt; a &gt; img {position: absolute;left:0px;top:0px;}
div.swordinfo ul.job_tab &gt; li &gt; a &gt; img.on {display: none;}
div.swordinfo ul.job_tab &gt; li &gt; a:hover img.off { display: none; }
div.swordinfo ul.job_tab &gt; li &gt; a:hover img.on {display: block;}
div.swordinfo ul.job_tab &gt; li &gt; a.hover img.off { display: none; }
div.swordinfo ul.job_tab &gt; li &gt; a.hover img.on {display: block;}


div.page_tab_contents.job {position: absolute;left:0px;right:0px;top:621px;}

div.page_tab_contents.job &gt; div.character {display: inline-block;*display: inline;*zoom: 1;width: 100%;}
div.page_tab_contents.job &gt; div.character div.image {margin-bottom: 100px;}
div.page_tab_contents.job &gt; div.character div.skills {}



div.layer_server { position: fixed; top:0px;left:0px;bottom:0px;right:0px; z-index: 999; background: rgba(0,0,0,0.5);display: none;}
div.layer_server div.server_pop {background: url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/bg_v2.jpg) 50% 0 no-repeat;width: 1280px;height:660px; position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
div.layer_server div.server_pop &gt; span.close { position: absolute;right:25px;top:25px; cursor: pointer;}
div.server_pop div.list_content {position: absolute;left:0px;top:0px;width: 760px;height: 660px;background: url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/com_box.png) 0 0 no-repeat;}
div.server_pop div.list_content &gt; div.tab_box { width: 640px; text-align: left;font-size: 0pt;line-height: 0pt;padding: 0px 0px 0px 0px;position: absolute;top:63px;left:50%;transform:translateX(-50%);z-index: 3;}
div.server_pop div.list_content &gt; div.list_box {height: 100%; padding: 160px 0px 0px 0px;}

div.server_pop div.list_content &gt; div.tab_box &gt; a { display: inline-block;*display: inline;*zoom: 1; margin-bottom: 5px;width: 195px;height: 53px;font-size: 0pt;line-height: 0pt;margin-left: 30px;}
div.server_pop div.list_content &gt; div.tab_box &gt; a:first-child {margin-left: 0px;}
div.server_pop div.list_content &gt; div.tab_box &gt; a.tab01 {background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_01_off.png) 0 0 no-repeat;}
div.server_pop div.list_content &gt; div.tab_box &gt; a.tab01.on {background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_01_on.png) 0 0 no-repeat;}
div.server_pop div.list_content &gt; div.tab_box &gt; a.tab01:hover {background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_01_on.png) 0 0 no-repeat;}
div.server_pop div.list_content &gt; div.tab_box &gt; a.tab02 {background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_02_off.png) 0 0 no-repeat;}
div.server_pop div.list_content &gt; div.tab_box &gt; a.tab02.on {background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_02_on.png) 0 0 no-repeat;}
div.server_pop div.list_content &gt; div.tab_box &gt; a.tab02:hover {background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_02_on.png) 0 0 no-repeat;}

div.server_pop div.list_box &gt; div.list {position: relative;text-align: left;padding: 0px 0px 0px 27px;}
div.server_pop div.list_box &gt; div.list.all {height:498px;}
div.server_pop div.list_box &gt; div.list &gt; a {display: inline-block;*display: inline;*zoom: 1;width: 195px;height: 20px;background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_server_off.png) 0 0 no-repeat;position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Nanum Gothic";
    /*text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;*/
    padding: 15px 0px 18px 0px;
    margin: 0px 0px 15px 30px;
    text-align: center;
    vertical-align: top;
}
div.server_pop div.list_box &gt; div.list &gt; a:hover { background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_server_on.png) 0 0 no-repeat; }
div.server_pop div.list_box &gt; div.list &gt; a.on { background:url(http://cdn-img.kingkongsoft.kr/rk/web/serverlist/layer/btn_server_on.png) 0 0 no-repeat; }
div.server_pop div.list_box &gt; div.list &gt; a &gt; img {position: absolute;left:0px;top:0px;}
div.server_pop div.list_box &gt; div.list &gt; a &gt; b {position: absolute;left:0px;top:0px;}
div.server_pop div.list_box &gt; div.list &gt; a &gt; b &gt; img {margin-left: 0px;}
div.server_pop div.list_box &gt; div.list &gt; a &gt; b &gt; img:first-child {margin-left: 0px;}

div.server_pop div.list_box &gt; div.list &gt; a &gt; img.resent {position: absolute;left:unset !important;right:0px !important;top:0px;}

div.server_pop div.pager {
    text-align: center;
    margin-top:-68px;
    position: relative;
    z-index: 99;
}

div.server_pop div.pager span {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    color: #fff;
    /*border: 1px solid #000;*/
    /*background: #fff;*/
    margin-right: 0.5em;
    font-size: 22pt;
    font-family: "Nanum Gothic";
    font-weight: normal;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.75), 0 1px rgba(0, 0, 0, 0.75), 1px 0 rgba(0, 0, 0, 0.75), 0 -1px rgba(0, 0, 0, 0.75);
}

div.server_pop div.pager span.active {

    /*border: 1px solid #000;
    background: #000;*/
    /*width: 25px;*/
    color:#fdc13f;
    /*text-shadow: -1px 0 rgba(0, 0, 0, 0.75), 0 1px rgba(0, 0, 0, 0.75), 1px 0 rgba(0, 0, 0, 0.75), 0 -1px rgba(0, 0, 0, 0.75);*/
    font-family: "Nanum Gothic";
}




img.remote_image {margin:10px auto 0px auto;background: #fff;width: 832px;display: block;}


div.rp_info {position: relative;border: 1px solid #696969;padding: 10px 30px 10px 30px;margin-bottom: 13px;}
div.rp_info &gt; span {font-size: 16pt; font-weight: 900;color: #000;vertical-align: middle; font-family: serif;}
div.rp_info &gt; b {font-weight: 900;width: 120px;text-align: center;font-size: 26pt;color: #000;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;font-family: cursive;}

ul.rp_item_list { width: 850px; margin-left: -10px;margin-bottom: 50px;}
ul.rp_item_list &gt; li { border: 1px solid #696969; text-align: center; width: 202.4px; margin-left: 10px; margin-bottom: 10px; display: inline-block;*display: inline;*zoom: 1;font-size: 10pt;line-height: 1.6;padding: 15px 0px 15px 0px; background: #fff;}
ul.rp_item_list &gt; li &gt; img {width: 110px;border: 0px solid #4c4c4c;}
ul.rp_item_list &gt; li &gt; span.rp_point {display: block;color: #fff;font-size: 10pt;font-weight: bold; border: 1px solid #696969;
  width: 55px;
  background: #4e4e4e;
  margin: 0px auto 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
ul.rp_item_list &gt; li &gt; span.name {display: block;color: #000;font-size: 10pt;font-weight: bold; margin:5px 0px 5px 0px;}
ul.rp_item_list &gt; li &gt; a.change_btn { display: block;width:84px;height: 23px; font-size: 10pt;line-height: 1.6;margin: 0px auto;color: #fff;
  border: 1px solid #4e4e4e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #8e8e8e;
}

ul.rp_item_list &gt; li &gt; a#change_rp {background: #000;}
ul.rp_item_list &gt; li &gt; a.change_btn.entry {background: #bd3030 !important;}
ul.rp_item_list &gt; li &gt; a.change_btn.entry2 {background: #2330cc !important;}
ul.rp_item_list &gt; li.empty_item {display: block;width: 826px; color: #fff;font-size: 16pt;padding: 30px 0px;}

div.rp_banner {margin-bottom: 13px;}
div.rp_banner &gt; a {border: 1px solid #696969;display: inline-block;*display: inline;*zoom: 1;margin-left: 11px;}
div.rp_banner &gt; a &gt; img {width: 413px;}
div.rp_banner &gt; a:first-child {margin-left: 0px;}
div.rp_banner &gt; a.left {  }
div.rp_banner &gt; a.right {  }</pre></body></html>