@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html{
	background-color:#fffbe6;
	min-width: 1300px;
}

body{
	font-family:'Roboto', sans-serif;
	background-color:#fffbe6;
	background-position:center top;
	background-repeat:no-repeat;
	}
@font-face { 
	font-family : custom_fonts; src: url('https://imgcdn.topgame.kr/tqgame/3d/fonts/HEIROFLIGHTBOLD.TTF');
}
@font-face { 
	font-family : GIANTS-BOLD; src: url('https://imgcdn.topgame.kr/tqgame/3d/fonts/GIANTS-BOLD.TTF');
}
@font-face { 
	font-family : GIANTS-REGULAR; src: url('https://imgcdn.topgame.kr/tqgame/3d/fonts/GIANTS-REGULAR.TTF');
}
@font-face { 
	font-family : NANUMSQUAREROUNDB; src: url('https://imgcdn.topgame.kr/tqgame/3d/fonts/NANUMSQUAREROUNDB.TTF');
}
@font-face {
	font-family: 'VITRO-CORE';
	src: url('https://3d.tqgame.kr/libs/font/VITRO-CORE.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video{margin:0; padding:0; outline:0; border:0;}:focus{outline:0;}
ol, ul, li {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
caption, th, td {font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a {text-decoration:none;}
#logo {width:281px; position:absolute; top:70px; left:50%; margin-left:-600px; z-index:10;}

#leftarea {width:322px; position:absolute; z-index:50; top:540px; left:50%; margin-left:275px; float:left;}

/*게임시작버튼*/

/*서브 페이지 게임시작버튼 위치를 마추기 위한 에이리어*/
/*#gamebtnarea {width:319px; height:122px; position:relative; top:0px; left:0px; cursor:pointer;background:url("https://imgcdn.topgame.kr/tqgame/3d/gamestart/3e_gamestart_off.png");}*/
/*#gamebtnarea:hover {width:319px; height:122px; position:relative; top:0px; left:0px; cursor:pointer;background:url("https://imgcdn.topgame.kr/tqgame/3d/gamestart/3e_game_a.gif");}
#gamebtnarea {width:319px; height:122px; position:relative; top:0px; left:0px; cursor:pointer;background:url("https://imgcdn.topgame.kr/tqgame/3d/gamestart/gamestart_back.gif");}*/
#pluginsetup {position:relative;width:319px; height:35px; position:relative; top:0px; left:0px; cursor:pointer; color:#fff; font-size:16px; font-weight:bold; text-align:center;line-height:35px;}
#start {width:300px; height:240px; cursor:pointer;}
#start div { position:absolute; width:300px; height:240px; top:0px; right:0px; }
#help {position:relative; float:left; width:319px; height:138px; text-align:right; top:27px; left:0px;border:1px solid #272b2e;}


/*게임시작버튼*/
#login {width:620px; height:125px; position:absolute; z-index:0;}
#login .box {overflow:hidden; padding:15px 15px 10px 15px;}
#login .box table {color:#ffffff;font-size:12px;}
#login .box input {width:90%; font-size:12px; color:#aaa; padding:10px 0; border:1px solid #333; background-color:#222; padding:10px 5%;}
#login .btn {overflow:hidden;}
#login .btn div {float:left; width:33.3%; height:34px;text-align:center;}
#login .btn div img {padding:15px 0 3px 0;}
#login .btn div p {color:#ddd; font-size:13px;}
#login .box_logout {overflow:hidden; padding:0px 5px 0px 5px;}
#login .box_logout .logout_top {overflow:hidden; height:34px; border-bottom:1px solid #333; line-height:34px;}
#login .box_logout .logout_top .left {float:left; font-size:14px; color:#fff;font-weight:bold;}
#login .box_logout .logout_top .left .user {font-family : 'Nanum Gothic'; color:#1875ee;font-weight:bold;}
#login .box_logout .logout_top .left .point {font-family : 'Nanum Gothic'; color:#ff1e20;font-weight:bold;}
#login .box_logout .logout_top .right {float:right;line-height:44px;}
#login .box_logout .logout_top .right img {vertical-align:right;}
#login .logins_btn {background-image:url('https://imgcdn.topgame.kr/tqgame/3d/login/btn_login.jpg'); background-size: 100% 100%;height:72px;width:83px !important;cursor:pointer;}
/*
MS
*/
.board_banner div{
	width: 413px;height: 134px;position: absolute;
}
.ch_banner div{
	width: 237px;height: 244px;position: absolute;
}
/*
3E
*/
.top {
	position: absolute; width:100%; top:60px;left:0px;float:left; z-index: 99;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.top:hover {
	background-image : url("https://imgcdn.topgame.kr/tqgame/3d/top/g_title_bg.png");
}
.topguide {
	position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
.box .inbox {
    position: relative;
    width:199px;
    height: 76px;
	margin-right: 5px;
	margin-top : 2px;
    float: left;
}
.box .inbox input {
	width: 83px;!important;
}
.box .login_btn {
	position: relative;
    width: 83px;
    height: 72px;
    float: left;
	margin-top : 2px;
}


#menu { position:relative; top:0px; left:0px; float:left; width:1200px; height:85px; text-align:center;font-family:"Nanum Gothic", sans-serif; margin-left : 0px;}
#menu li a { color : #fff }
#menu_on li a {color:#fff;}
#menu ul li{ position:relative; top:0px; left:0px; float:left; width:170px; height:85px; color:#fff; line-height:85px;font-weight: bold;font-size:18px; text-align:center;font-family:"Nanum Gothic", sans-serif;}
#menu_on { position:relative; top:0px; left:0px; float:left; width:1200px; height:0px; display:none; left:50%;margin-left:-600px; text-align:center;font-family:"Nanum Gothic", sans-serif;font-weight: bold;}
#menu_on ul li{ position:relative; top:0px; left:0px; float:left; width:170px; height:22px; color:#fff; line-height:18px;font-size:18px; text-align:center;font-family:"Nanum Gothic", sans-serif;font-weight: bold;}
#menu_on .submenu li {font-size:16px; color:#fff; padding-top:10px; text-align:center;font-family:"Nanum Gothic", sans-serif;font-weight: bold;}
#menu_on .submenu li div {padding:5px 0;font-family:"Nanum Gothic", sans-serif;font-weight: bold;}
#menu_on .submenu li div a:link {color:#fff;font-family:"Nanum Gothic", sans-serif;font-weight: bold;}
#menu_on .submenu li div a:hover {color:#f7d449;font-family:"Nanum Gothic", sans-serif;font-weight: bold;}

#main {position:absolute; z-index:1; width:100%; height:890px; overflow:hidden; background-size:cover; background-repeat:no-repeat; background-position:center top;}

#banner {width:1200px; position:relative; top:300px; left:50%; margin-left:-600px; z-index:4;}
#banner .board {width:370px; height:272px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/main/notice_back3.png'); }
#banner .board .title {overflow:hidden; padding:24px 30px 10px 30px;}
#banner .board .title .t {float:left; color:#fff; padding-bottom:5px; font-family : raleway_eb; font-size:20px;}
#banner .board .title .b {float:right;}
#banner .board .title .b img {margin-top:3px;}
#banner .board .text {overflow:hidden; padding:15px 30px 15px 30px; font-size:14px; color:#aaa; line-height:25px;}
#banner .banner {float:left; width:568px; height:286px;}
#banner .banner .b_01 {float:left; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/main/banner_011.png'); width:282px; height:134px; border:1px solid #272b2e;}
#banner .banner .b_02 {float:left; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/main/banner_022.png'); width:282px; height:134px; border:1px solid #272b2e;}
#banner .banner .b_03 {float:left; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/main/banner_033_1.jpg'); width:282px; height:134px; border:1px solid #272b2e;}
#banner .banner .b_04 {float:left; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/main/banner_044.png'); width:282px; height:134px; border:1px solid #272b2e;}
#banner .contents {font-size:14px; color:#bbb; padding:25px;}
#banner .contents p {font-size:21px; color:#fff; padding-bottom:5px; font-family : 'Nanum Gothic';}

.slide_title {color:#fff; font-size:14px; text-align:center; padding:20px 0 5px 0;}

#gall {overflow:hidden; width:871px; float:left; margin-bottom:50px; margin-right:15px;}
#gall .title {overflow:hidden;}
#gall .title .t {float:left; color:#fff; padding-bottom:5px; font-family : raleway_eb; font-size:20px;}
#gall .title .b {float:right;}
#gall .title .b img {margin-top:3px;} 
#gall .contents {width:100%; overflow:hidden;}

.sf {position:absolute; z-index:1; width:100%; height:504px; overflow:hidden; background-size:cover; background-repeat:no-repeat; background-position:center top;}

#sf_bar {position:absolute; width:100%;  height:10px; top:480px;text-align:center;}
#sf_bar ul {position:relative;float:center;width:586px;height:10px;text-align:center;margin-left: auto;margin-right: auto;}
.btitle {text-align:center; width:10px; height:10px;}
#sf_bar li {position:relative;float:left; width:10px; height:10px;cursor:pointer;background:#747474;border-radius:10px;-moz-border-radius : 10px;-webkit-border-radius : 10px;-ms-border-radius :10px;-khtml-border-radius : 10px;-o-border-radius :10px;margin-left: 5px;margin-right: 5px;}

#leftmenu {float:left; width:300px;}
#leftmenu ul {border:1px solid #374456; width:285px; background-color:#04090f; margin-bottom:30px;}
#leftmenu li {width:285px; padding:10px 0; border-bottom:1px solid #374456; text-align:center; font-size:16px; color:#7a7a7a; font-family : 'Nanum Gothic';}
#leftmenu .on {color:#fff; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/board/left_on_bg.png'); background-repeat:no-repeat; background-position:center top;}
#leftmenu li a {color:#fff;}

.sub_contents {width:1250px; margin:0 auto; overflow:hidden; padding:87px 0 80px 0;}
.sub_contents .contents{float:left; width:1200px; margin-top: 248px; left: 50%; margin-left: -600px; position: relative;} /* border: 1px solid white; */
.sub_title {background-image:url('https://imgcdn.topgame.kr/tqgame/3d/board/title_bg.jpg'); font-family: 'GIANTS-BOLD'; width:1160px; height:66px; vertical-align:middle; padding:25px 0 0 40px; text-align:left; font-size:30px; color:#483931; overflow:hidden;border-bottom: 1px solid #d3d3d3;}
.sub {background-image:url('https://imgcdn.topgame.kr/tqgame/3d/board/sub_bg.jpg'); width:1100px; padding:50px; overflow:hidden; color:#ccc; font-size:15px; line-height:22px; overflow:hidden;}
.sub_bottom {background-image:url('https://imgcdn.topgame.kr/tqgame/3d/board/sub_bottom.jpg'); width:1200px; height:25px; overflow:hidden;}

.sub_02_02_01 {height:1760px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/gameinfo/img_02_02_01.jpg'); background-repeat:no-repeat; background-position:center top; font-size:14px; text-align:right; line-height:25px;}
.sub_02_02_01 .title {padding:45px 0 25px 0;}

.sub_02_02_02 {height:550px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/gameinfo/img_02_02_02.png'); background-repeat:no-repeat; background-position:center top; font-size:14px; text-align:left; line-height:25px;}
.sub_02_02_02 .title {padding:45px 0 25px 0;}

.sub_02_02_03 {height:550px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/gameinfo/img_02_02_03.png'); background-repeat:no-repeat; background-position:center top; font-size:14px; text-align:right; line-height:25px;}
.sub_02_02_03 .title {padding:45px 0 25px 0;}

.sub_02_03 {width:100%; padding-top:50px; overflow:hidden;}
.sub_02_03 .img {float:left; width:250px; height:180px; background-color:#ddd; margin-left:50px;}
.sub_02_03 .contents {float:left; width:470px;}
.sub_02_03 .contents .title {font-size:28px; color:#fff; padding-bottom:20px;}
.sub_02_03 .contents .text {padding:5px 0; overflow:hidden;}
/*.sub_02_03 .contents .text .cate {float:left; width:50px; color:#349afe;}
.sub_02_03 .contents .text .t {float:left; width:420px;}
*/

.sub_02_04 {width:100%; padding-bottom:50px; overflow:hidden;color: #000;}
.sub_02_04 span {color:#81b85b;}
.sub_02_04 .title {font-size:22px; color:#000; font-family : 'custom_fonts'; padding-bottom:15px;}
.sub_02_04 .title img {vertical-align:middle; margin-right:8px;}

.sub_02_04 .box {overflow:hidden; padding:50px 0;}
.sub_02_04 .box li {float:left; width:22%; margin-right:2%; border:none; overflow:hidden; padding:20px 0; text-align:center;background: #000;}
.sub_02_04 .box li p {color:#FFF; font-size:15px; padding:15px 0;}
.sub_02_04 .box li .btn {width:70px; font-size:13px; color:#fff; padding:5px 0; text-align:center; margin:0 auto; background-color:#81b85b;}

.sub_02_04 .step {overflow:hidden; padding:50px 0; }
.sub_02_04 .step .c {float:left; width:20%; height:250px; border:1px solid #555; overflow:hidden; padding:20px 0; text-align:center; font-size:14px;background: #000;color: #FFF;}
.sub_02_04 .step .c .title {color:#FFF600; font-size:13px;}
.sub_02_04 .step .c .title p {color:#fff; font-size:17px; padding:5px 0 10px 0;}
.sub_02_04 .step .a {float:left; width: 6%; text-align:center;}
.sub_02_04 .step .a img {padding:130px 0 0 0;}


.sub_02_04 .guide {overflow:hidden; padding:50px 0; }
.sub_02_04 .guide .c {float:left; width:30%; margin-right:3%; border:1px solid #555; overflow:hidden; padding:20px 0; text-align:center; font-size:14px;background: #000;color: #FFF;}
.sub_02_04 .guide .c .title {color:#FFF600; font-size:13px;}
.sub_02_04 .guide .c .title p {color:#FFF; font-size:17px; padding:5px 0 10px 0;}
.sub_02_04 .guide .c .btn {width:70px; font-size:13px; color:#fff; padding:5px 0; text-align:center; margin:0 auto; background-color:#81b85b;}

.sub_04_01_title {overflow:hidden; padding:20px 0; border-bottom:1px solid #c3c3c3;}
.sub_04_01_title .gold_my {float:left;font-size:23px; padding-top:10px; color:#483932;    font-family: 'VITRO-CORE', sans-serif;}
.sub_04_01_title .gold_my .total {color:#E98A02; font-weight:bold;}
.sub_04_01_title .gold_my .name {color:#61A035; font-weight:bold;}
.sub_04_01_title .tp {float:right; color: #000;}
.sub_04_01_title .tp img {vertical-align:middle; margin-left:10px;}

.sub_05_01 {width:100%; height:340px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/data/msdown_bg.jpg'); background-repeat:no-repeat; background-position:center top;}
.sub_05_01 .text {float:left; padding-left:60px; text-align:left;}
.sub_05_01 .text img {padding:60px 0 15px 0;}
.sub_05_01 .btn {float:right; padding-right:40px;}
.sub_05_01 .btn img {padding-top:60px;}

.buy_gold {padding-top:50px;}

.sub_04_01 li {position: relative;float:left; width:20%; text-align:center; color:#000; font-size:16px; padding-bottom:20px;}
.sub_04_01 p {font-size:15px; color:#f15917; padding-top:145px;}
.sub_04_01 li > label { width: 220px; height: 218px; display: inline-block;*display: inline;*zoom: 1; cursor:pointer; }
.sub_04_01 li > label > input { width: 0px;height: 0px;font-size: 0pt;line-height: 0pt;display: inline-block;*display: inline;*display: inline; position: absolute;right:-10px; }
.sub_04_01 li > .box_01 {background-image:url('https://imgcdn.topgame.kr/tqgame/3d/shop/gold_box.png'); width:203px; height:203px;}
.sub_04_01 li > .box_01:hover { background-image:url('https://imgcdn.topgame.kr/tqgame/3d/shop/gold_box_on.png'); width:203px; height:203px; }
.sub_04_01 li > .box_01.hover { background-image:url('https://imgcdn.topgame.kr/tqgame/3d/shop/gold_box_on.png'); width:203px; height:203px; }


.board_list {}
.board_list th {color:#483931; font-size:14px; padding:10px 0; border-top:1px solid #ffd752; border-bottom:1px solid #ffd752; background-color:#ffd752;}
.board_list td {color:#000; font-size:14px; padding:0px 0; border-bottom:1px solid #d3d3d3; text-align:center;}
.board_list .subject {color:#aaa; text-align:left;}
.board_list .subject a {color:#3e3e3e;}
span.adminview { color: red; }
.board_list_guide {}
.board_list_guide th {color:#fff; font-size:14px; padding:10px 0; border-top:1px solid #79ba5e; border-bottom:1px solid #79ba5e; background-color:#79ba5e;}
.board_list_guide td {color:#aaa; font-size:14px; padding:10px 0; border-bottom:1px solid #79ba5e; text-align:center;}
.board_list_guide .subject {color:#aaa; text-align:left;}
.board_list_guide .subject a {color:#aaa;}

.board_view {}
.board_view .title {background-color:#000; border-top:1px solid #333; border-bottom:1px solid #333; padding:15px 0; color:#fff; overflow:hidden;}
.board_view .title .t {float:left; width:67%; margin-left:3%; text-align:left; font-size:16px; font-family : nskr_de;}
.board_view .title .d {float:left; width:27%; margin-right:3%; text-align:left; font-size:13px; color:#ccc; text-align:right;}
.board_view .title .d b {color:#fff; margin-left:10px;}
.board_view .text {border-bottom:1px solid #333; padding:30px 25px; overflow:hidden; color:#ccc; font-size:14px; line-height:22px;}
.board_view .btn {overflow:hidden; text-align:right; padding:20px 0;}

.board_re {border-top:1px solid #333;}
.board_re .write {overflow:hidden; padding:20px 0; width:100%;}
.board_re .write .t {float:left; }
.board_re .write .b {float:right;}
.board_re .write textarea {border:1px solid #333; font-family : nskr_right; width:630px; padding:2%; text-align:left; color:#ccc; font-size:14px; line-height:22px; background-color:#000;}
.board_re .list {overflow:hidden; padding:20px 0; width:100%;}
.board_re .list ul {border-bottom:1px dashed #555; overflow:hidden; padding:12px 0;}
.board_re .list .name {float:left; font-size:14px; color:#fff; width:10%;}
.board_re .list .text {float:left; font-size:14px; color:#ccc; width:70%; text-align:left;}
.board_re .list .date {float:left; font-size:14px; color:#999; width:20%; text-align:left; text-align:right;}
.board_re .list .re {float:left; width:10%;}
.board_re .list .re_name {float:left; font-size:14px; color:#ff4848; width:10%;}
.board_re .list .re_text {float:left; font-size:14px; color:#ccc; width:60%; text-align:left;}
.board_re .list .re_date {float:left; font-size:14px; color:#999; width:20%; text-align:left; text-align:right;}
.board_re .list img {vertical-align:middle; margin-right:5px;}

.board_write {}
.board_write th {color:#483931; font-size:14px; padding:10px 0; border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; background-color:#fffbe7;}
.board_write td {color:#aaa; font-size:14px; padding:10px 0 10px 15px; border-bottom:1px solid #d3d3d3; text-align:left;}

.brdWrite th {color:#483931; font-size:14px; padding:10px 0; border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; background-color:#fffbe7;}
.brdWrite td {color:#aaa; font-size:14px; padding:10px 0 10px 15px; border-bottom:1px solid #d3d3d3; text-align:left;}
.board_write input {background-color:#fff; border:1px solid #cacaca; padding:5px 10px; color:#000;}
.board_write textarea {background-color:#fff; border:1px solid #cacaca; padding:5px 10px; color:#000; width:600px; height:200px;  font-family : nskr_right; resize: none;}
.btn_wrap a{display:inline-block;width:82px;line-height:30px;text-align:center;font-size:14px;font-weight:normal;letter-spacing:-2px;color:#483931;background-color:#ffd752;}
.cansel {display:inline-block;width:82px;line-height:30px;text-align:center;font-size:14px;font-weight:normal;letter-spacing:-2px;color:#fff;background-color:#79ba5e;}
.btn_cmd_write{width:86px;line-height:65px;text-align:center;font-size:14px;font-weight:normal;letter-spacing:-2px;color:#fff;background-color:#79ba5e;float:right;cursor:pointer;}
.reply_List{width:100%;}
.reply_List tr th{height:23px;line-height:20px;border-bottom:1px solid #ccc;padding:15px 10px;color:#000;}
.reply_List tr td{height:23px;line-height:20px;border-bottom:1px solid #ccc;padding:15px 10px;color:#000;}
.reply_Write{height:90px;}

#board_gall {overflow:hidden;}
#board_gall li {float:left; width:31%; margin-right:2%; margin-bottom:2%; height:200px; background-size:cover;}
#board_gall .title {position:relative;width:100%; margin-top:160px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/top/g_title_bg.png'); text-align:center; font-size:15px; color:#fff; padding:10px 0;}
#board_gall .title_02 {width:100%; margin-top:140px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/top/g_title_bg.png'); text-align:center; font-size:15px; color:#fff; padding:10px 0;}
#board_gall .title_02 p {font-size:13px; color:#ddd;}

#board_gall_event {overflow:hidden;}
#board_gall_event li {/*float:left; width:100%; margin-right:2%; margin-bottom:2%; height:200px; background-size:cover;*/}
#board_gall_event .title {width:100%; margin-top:168px; font-size:15px; color:#fff; padding:10px 0; background: #000000ad;}
#board_gall_event .title_02 {width:100%; margin-top:140px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/top/g_title_bg.png'); text-align:center; font-size:15px; color:#fff; padding:10px 0;}
#board_gall_event .title_02 p {font-size:13px; color:#ddd;}

#board_gall_best {overflow:hidden;}
#board_gall_best li {float:left; width:48%; margin-right:2%; margin-bottom:2%; height:300px; background-size:cover;} /*background-image:url('https://imgcdn.topgame.kr/tqgame/3d/test/sum_test.jpg'); */
#board_gall_best .title_02 {width:100%; margin-top:-60px; background-image:url('https://imgcdn.topgame.kr/tqgame/3d/top/g_title_bg.png'); text-align:center; font-size:15px; color:#fff; padding:10px 0;}
#board_gall_best .title_02 p {font-size:13px; color:#ddd;}

#board_search {width:400px; margin:0 auto; padding:30px 0; overflow:hidden;}
#board_search input {width:200px; border:1px solid #d3d3d3; background-color:#fff; padding:4px 20px; text-align:left; font-size:14px; color:#000;}
#board_search img {vertical-align:middle;}
#board_search .search {float:left; width:250px;}
#board_search .btn {float:left; width:64px;height:26px;background:#ffd752; cursor:pointer; text-align:center;line-height: 26px;color:#483931;}
#board_search .select {float:left; width:68px; border:solid 1px #d3d3d3;margin-right:10px;}
#board_search .select select{background:#fff;border:0px;color:#000;}
#board_search .select select option{background:#fff;color:#000;}

.sub_media {overflow:hidden; padding:10px 0 40px 0; border-bottom:1px solid #333; margin-bottom:20px;}
.sub_media p {color:#fff; font-size:19px; font-family : 'Nanum Gothic'; padding-bottom:20px;}


#board_page {width:360px; margin:0 auto; overflow:hidden; padding-top:30px;}
#board_page .arrow {float:left; text-align:center; margin-right:5px; height:29px;}
#board_page .page {float:left; width:29px; height:29px; text-align:center; font-size:11px; color:#483931;  margin-right:5px;line-height: 27px;}
#board_page .page_on {float:left; width:29px; height:29px; text-align:center; color:#483931; background:#ffd752; font-size:11px; margin-right:5px;line-height: 27px;font-weight: bold;}
#board_page img {border:0px;margin:0px;padding:0px;}
#board_page a {color:#fff;}

.icon_01 {width:79px; height:34px; text-align:center; background:url("https://imgcdn.topgame.kr/tqgame/3d/board/icon_01.png") no-repeat; color:#fff; font-size:13px; margin:0 auto; line-height:38px;margin-top: 8px;}
.icon_02 {width:79px; height:34px; text-align:center; background:url("https://imgcdn.topgame.kr/tqgame/3d/board/icon_02.png") no-repeat; color:#fff; font-size:13px; margin:0 auto; line-height:38px;margin-top: 8px;}
.icon_03 {width:79px; height:34px; text-align:center; background:url("https://imgcdn.topgame.kr/tqgame/3d/board/icon_03.png") no-repeat; color:#fff; font-size:13px; margin:0 auto; line-height:38px;margin-top: 8px;}
.icon_04 {width:79px; height:34px; text-align:center; background:url("https://imgcdn.topgame.kr/tqgame/3d/board/icon_04.png") no-repeat; color:#fff; font-size:13px; margin:0 auto; line-height:38px;margin-top: 8px;}
.icon_05 {width:79px; height:34px; text-align:center; background:url("https://imgcdn.topgame.kr/tqgame/3d/board/icon_05.png") no-repeat; color:#fff; font-size:13px; margin:0 auto; line-height:38px;margin-top: 8px;}
#sub_tab {width:100%; overflow:hidden; margin-bottom:40px;}
#sub_tab li {float:left; width:120px; padding:7px 0; text-align:center; border:1px solid #d3d3d3; color:#483931; margin-right:5px;}
#sub_tab li a {color:#000;}
#sub_tab .on {background:#ffd752; color:#483931; font-weight: bold;}
#sub_tab .on a{background:#fff6c8; color:#000;}
form[name='site_search'] label {
	color: #000;
}
.btn_wrap2 { color : #483931; }
#sub_tab_guide {width:230px; overflow:hidden; margin-bottom:40px;}
#sub_tab_guide li {float:left; width:228px; margin-bottom:10px; margin-right:20px; height:52px; text-align:center; border:1px solid #38414a; color:#8198a9; margin-right:5px; background:url('https://imgcdn.topgame.kr/tqgame/3d/gameinfo/menu_btn_bg.jpg'); line-height:52px; font-size:20px; font-weight:bold;}
#sub_tab_guide li a {color:#8198a9;}
#sub_tab_guide .on {background:#79ba5e; color:#ffffff;}
#sub_tab_guide .on a{background:#79ba5e; color:#ffffff;}

#gold {float:left; width:319px; margin-top:8px;border:1px solid #272b2e;}
#gold div {float:left; width:33.3%; text-align:center;}
#gold div img {padding:10px 0 5px 0;}
#gold div p {font-size:14px; color:#fff; text-align:center;}
#gold div p a {color:#fff;}

.bottom {position:relative;width:1200px;margin-left:auto;margin-right:auto;}
#tail {position:relative; float: left;min-width:1920px;width:100%; left:50%; margin-left:-960px; overflow:hidden; z-index:-2;
background:#ffffff;}
#tail ul {width:1200px; margin:0 auto; padding:50px 0;padding-top:15px; overflow:hidden;}
#tail .btn {padding-bottom:10px; overflow:hidden; border-bottom:1px solid #ababab;}
#tail .btn .b_01 {float:left; color:#fff; font-size:13px; font-family : "NANUMSQUAREROUNDB"; line-height:63px;margin-right:0px;}
#tail .btn .b_01 a {color:#565656; margin-right:10px;}
#tail .btn .b_02 {float:right;}
#tail .copy {width:100%; overflow:hidden; padding:30px 0 0 0;}
#tail .copy .logo {float:left; width:180px;}
#tail .copy .text {float:left; width:1010px; color:#565656; font-size:11px; line-height:18px;font-weight: 500;}
#tail .copy .game {float:left; width:520px; color:#fff; font-size:11px; line-height:18px;font-weight: bold;}
.gamegrade { float: right;}

#backscreen {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url('https://imgcdn.topgame.kr/tqgame/3d/top/g_title_bg.png');z-index:8000;display:none;}
#backscreen_guide {position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:8100;}
#show_guide {position:relative;top:15%;width:820px;height:650px;margin-top:0px;margin-right:auto;margin-left:auto;z-index:8900;border:1px solid #272b2e;}
#btn_area	{position:relative;top:15%;width:820px;height:52px;margin-top:0px;margin-right:auto;margin-left:auto;}
#contents	{overflow-y:scroll;overflow-x:hidden;width:820px;height:650px;background:#08090a;z-index:9000;}
#guide_titles {color:#fff;}
#guide_titles:hover {color:red;}

/* banner List , on - off 필요*/
.charecter_0mini {position:relative;width:136px;height:328px;float:left;cursor:pointer;margin-right:4px;border:1px solid #272b2e; }
.charecter_0big {position:relative;width:447px;height:328px;float:left;border:1px solid #272b2e;margin-right:2px; }
.showimg {display:block;}
.hideimg {display:none;}
#charecter_01 { background:url('https://imgcdn.topgame.kr/tqgame/3d/main/3e_charecter_01_on.png');background-repeat:no-repeat;cursor:pointer; }
#charecter_02 { background:url('https://imgcdn.topgame.kr/tqgame/3d/main/3e_charecter_02_off.png');background-repeat:no-repeat;cursor:pointer; }
#charecter_03 { background:url('https://imgcdn.topgame.kr/tqgame/3d/main/3e_charecter_03_off.png');background-repeat:no-repeat;cursor:pointer; }
#charecter_04 { background:url('https://imgcdn.topgame.kr/tqgame/3d/main/3e_charecter_04_off.png');background-repeat:no-repeat;cursor:pointer; }
/* banner List */

.accordion {
list-style:none;padding:0;	
  width:100%;
  border-top: 1px solid #fff;
}
.accordion li {
list-style:none;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.accordion li p {
  display: none;
  padding: 10px 25px 30px;
  color: #000;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 17px;
  text-indent: 15px;
  user-select: none;
}
.accordion a img {vertical-align:middle; margin-right:10px;}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 15px;
  line-height: 2;
  padding: 10px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*이용동의 버튼 css*/
.greedbtn {
	  border-radius: 4px;
	  background-color: #f4511e;
	  border: none;
	  color: #FFFFFF;
	  text-align: center;
	  line-height:15px;
	  font-size: 15px;
	  padding: 5px 20px;
	  width: 200px;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;
	}

	.greedbtn span {
	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;
	}

	.greedbtn span:after {
	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;
	}

	.greedbtn:hover span {
	  padding-right: 25px;
	}

	.greedbtn:hover span:after {
	  opacity: 1;
	  right: 0;
	}

	.backgrd{
		background:url('https://imgcdn.topgame.kr/tqgame/3d/main/backgra.png');
	}

	.backbg{
		background:url('https://imgcdn.topgame.kr/tqgame/3d/main/backbg.png');
	}

.couponCopyBtn {
    cursor: pointer;
    height: 25px;
    line-hight: 25px;
    background: #79ba5e;
    border: 0px;
    color: #fff;
}

div.eventdiv {
	width:868px;position:relative;margin-left:1px;
}
span.cate {
/*	background: #FFF;padding: 5px; border-radius: 8px;*/
}

span.ch_charge {
	display:inline-block;
	width: 129px;
	height: 60px;
	background:url("https://imgcdn.topgame.kr/tqgame/3d/shop/charge-img.png");
	margin:0;padding:0;
}

div.nickWrap {
  position: relative;
  width: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.nickWrap > span.nickName {
  font-family: 'VITRO-CORE', sans-serif;
  color: #3c2a1a;
  font-size: 21.2px;
  display: inline-block;
  max-width: calc(100% - 1.6em); /* '님' 자리 확보 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.nickWrap > span.nickName-suffix {
  font-family: 'VITRO-CORE', sans-serif;
  color: #3c2a1a;
  font-size: 21.2px;
  flex-shrink: 0;
}

div.cashWrap {
  position: relative;
  width: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
div.cashWrap > span {
	font-family: 'VITRO-CORE', sans-serif;
  color: #3c2a1a;
  font-size: 18px;
  flex-shrink: 0;
}

div.pointWrap {
  position: relative;
  width: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
div.pointWrap > span {
	font-family: 'VITRO-CORE', sans-serif;
  color: #3c2a1a;
  font-size: 16px;
  flex-shrink: 0;
}

/* 햄버거 버튼 */
#top {
	z-index: 1000;
}

.hamburger {
	position: fixed;
	top: 49px;
	left: 9px;
	width: 119px;
	height: 93px;
	cursor: pointer;
	z-index: 1001;
	background: url('https://imgcdn.topgame.kr/tqgame/3d/top/hamburger.png') no-repeat center;
	background-size: contain;
	border: none;
	transition: top 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger.scrolled {
	top: 9px;
}
.hamburger.active { z-index: 0; }

/* 사이드 메뉴 */
.menu_sidebar {
	position: fixed;
	top: 0;
	left: -401px;
	width: 401px;
	height: 100%;
	background: #fdf7e3 url('https://imgcdn.topgame.kr/tqgame/3d/top/menu-back.png') repeat-y center top;
	background-size: 401px auto;
	box-shadow: 4px 0 10px rgba(0,0,0,0.3);
	z-index: 1000;
	overflow-y: auto;
	transition: left 0.3s ease;
}
.menu_sidebar.show { left: 0; }

/* 닫기 버튼 */
.menu_close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 54px;
	background: url('https://imgcdn.topgame.kr/tqgame/3d/top/menu-close.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
	border: none;
}

/* 로고 */
.menu_logo {
	text-align: center;
	padding: 80px 0 50px;
}
.menu_logo img {
	width: 200px;
	cursor:pointer;
}

/* 메뉴 리스트 */
.menu_list {
	list-style: none;
	padding: 0 60px;
	margin: 0;
	text-align: center;
}
.menu_list > li {
	font-size: 28.5px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #3c2a1a;
	margin: 24px 0;
	cursor: pointer;
	position: relative;
	font-family: 'VITRO-CORE', sans-serif;
}
.menu_list > li > a{
	font-size: 28.5px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #3c2a1a;
	margin: 24px 0;
	cursor: pointer;
	position: relative;
	font-family: 'VITRO-CORE', sans-serif;
}
.menu_list ul {
	list-style: none;
	margin-top: 20px;
	padding-left: 0;
	display: none;
}
.menu_list ul li {
	font-size: 18.5px;
	font-family: 'NANUMSQUAREROUNDB', sans-serif;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
/*	margin: 15px 0;*/
	color: #6b685a;
}
.menu-has-sub ul li a {
	display:block;
	width:100%;
	height:100%;
	padding:10px 0;
}
.menu_list ul li a {
	color: inherit;
	text-decoration: none;
}
.menu_list ul li:hover {
	color: #e38836;
}

.menu_divider {
	width: 245px;
	height: 2px;
	margin: 0 auto;
	opacity: 0.52;
	border-radius: 0.9px;
	background-color: #c1bca0;
}

/* 오버레이 */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	display: none;
	z-index: 999;
}
#sidebarMenu {
	user-drag: none; 
  -webkit-user-drag: none;
  user-select: none; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.gold_notice {
    text-align: center;
    width: 1081px;
    height: 275px;
    margin: auto;
    padding: 0px;
}
