@charset "utf-8";

@import url(/resource/css/vendor/all.min.css);
@import url(/resource/css/fonts.css);

/* reset */
html * {max-height: 999999px} /* font size bug fix */
html,body{margin:0px;padding:0px;width:100%;font-size:10px;font-family:"Nanum Gothic","나눔고딕",'HelveticaNeue','AppleSDGothicNeo-Regular','MalgunGothic','맑은고딕',sans-serif;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;letter-spacing:-0.5px}
ul,ol,li,dl,dd,dt,input,h1,h2,h3,h4,h5,h6,p,input,button,textarea,fieldset,legend,td,th{margin:0px;padding:0px;font-weight:normal;word-break:keep-all}
strong, b {margin:0px;padding:0px;font-weight:bold;word-break:keep-all}
li{list-style:none}
fieldset,img,a{border:0px}
form{margin:0}
a{text-decoration:none}
legend,.blind{position:absolute;top:0;left:-10000px;width:0;height:0;overflow:hidden;font-size:0;line-height:0}
caption{display:none}
button,label{cursor:pointer}
button{overflow:visible\9}	/* button fix for ie8 */
input,textarea,button{font-family:"Nanum Gothic","나눔고딕",'HelveticaNeue','AppleSDGothicNeo-Regular','MalgunGothic','맑은고딕',sans-serif}
table{width:100%;border-collapse:collapse;border-spacing:0;text-align:left}
table th, table td{text-align:left;border-radius:0;-webkit-appearance:none;-webkit-border-radius:0px;}
input::-webkit-input-placeholder{color:#ccc}
input::-moz-placeholder{color:#ccc}
input:-moz-placeholder{color:#ccc}
input:-ms-input-placeholder{color:#ccc}
textarea::-webkit-input-placeholder{color:#ccc}
textarea::-moz-placeholder{color:#ccc}
textarea:-moz-placeholder{color:#ccc}
textarea:-ms-input-placeholder{color:#ccc}
header, footer, section, article, aside, nav, address { display: block; margin:0; } /* ie8 */
input[type="password"]{font-family:"맑은고딕","돋움"}
body *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.clear_wrap:before,.clear_wrap:after{content:" ";display:table}
.clear_wrap:after{clear:both}
.clear_wrap{*zoom:1}
.clear_ine{clear:both}
.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.appearance{border:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}
.boxsizing{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.mobilescrolling{-webkit-overflow-scrolling:touch}
.selectdisable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-moz-tap-highlight-color:rgba(0, 0, 0, 0);-o-tap-highlight-color:rgba(0, 0, 0, 0);tap-highlight-color:rgba(0, 0, 0, 0);}

.btns,
.expand_box .btn_expand,
.expand_box .expand_menu,
.btn_group_expand .icons,
.group_box,
.project_list,
.project_list .btn_project,
.btn_project_select,
.popup_window,
#header .logo .link,
#gnb .btn_menu,
.toggle_box .text,
.toggle_box .text::before,
.table_donation td,
#score_board,
.table_donation .input_donation,
.scroll_loading,
#header .payment_top,
#popup_payment .payment_type .btn_payment,
#feature_slide .swiper-arrow,
.ani{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}

/* 공통 */
.mt10{margin-top:10px!important}
.mt20{margin-top:20px!important}
.mt30{margin-top:30px!important}
.mt40{margin-top:40px!important}
.mt50{margin-top:50px!important}
.mb10{margin-bottom:10px!important}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px!important}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px!important}

.mt0{margin-top:0!important}
.mb0{margin-bottom:0!important}
.mr0{margin-right:0!important}

body:not(.player){min-width:940px;background:#f5f5f5}
.contains{margin:0 auto;padding:0 20px;min-width:1100px;max-width:1400px}

.scrollY{overflow:hidden;overflow-y:auto}
.scrollY::-webkit-scrollbar{width:6px}
.scrollY::-webkit-scrollbar-track{-webkit-border-radius:3px;border-radius:3px;background:#ebebeb}
.scrollY::-webkit-scrollbar-thumb{-webkit-border-radius:3px;border-radius:3px;background:#ccc}
.scrollY::-webkit-scrollbar-thumb:window-inactive{background:#ccc}

/* 폼 */
.input_text{padding:0 10px;width:100%;height:30px;font-size:14px;color:#000;border:1px solid #ddd;border-radius:5px;box-shadow:inset 2px 2px 2px rgba(0,0,0,0.05);background:#f0f0f0}
.input_text.md{padding:0 5px;height:24px;font-size:13px}
.input_text.inline{display:inline-block!important;vertical-align:middle}
.select_box{width:100%;height:30px;font-size:14px;color:#000;border:1px solid #ddd;border-radius:5px;box-shadow:inset 2px 2px 2px rgba(0,0,0,0.05);background:#f0f0f0}
.select_box.md{height:24px;font-size:13px}
.check_box{display:inline-flex;align-items:center;position:relative;height:30px}
.check_box.inline{display:inline-flex!important;vertical-align:middle}
.check_box .check{margin-right:5px;width:16px;height:16px}
.check_box .text{font-size:14px;color:#000;font-weight:700}
.input_text:focus,
.select_box:focus,
.check_box .check:focus{outline:1px solid #496bcd}
.toggle_box{cursor:pointer;display:inline-flex;align-items:center;position:relative;width:65px;height:30px}
.toggle_box .check{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;z-index:10}
.toggle_box .text{display:block;position:absolute;left:0;top:0;width:65px;height:30px;line-height:30px;border:3px solid #acacac;border-radius:15px;background:#acacac}
.toggle_box .text::before{display:block;content:"";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;background:#fff}
.toggle_box .text span{display:block;position:absolute;left:0;top:0;padding:0 5px;line-height:26px;font-size:14px;color:#fff;font-weight:700;white-space:nowrap}
.toggle_box .text .on{left:auto;right:0}
.toggle_box .text .off{opacity:0}
.toggle_box .check:checked + .text{border-color:#496bcd;background:#496bcd}
.toggle_box .check:checked + .text::before{left:35px}
.toggle_box .check:checked + .text .on{opacity:0}
.toggle_box .check:checked + .text .off{opacity:1}
.toggle_box.wide{width:90px}
.toggle_box.wide .text{width:90px}
.toggle_box.wide .check:checked + .text::before{left:60px}

/* 버튼 */
.btns{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;min-width:60px;height:30px;font-size:14px;color:#fff;font-weight:700;border-radius:5px;border:0;background:#496bcd}
.btns.left{justify-content:left;padding:0 0 0 15px}
.btns.md{padding:0 5px;min-width:40px;height:24px;font-size:13px}
.btns.gray{background:#acacac}
.btns.active{background:#496bcd!important}
.btns.green{background:#05af48}
.btns.red{background:#af0505}
.btns.white{color:#496bcd;background:#fff}
.btns:hover{filter:brightness(1.2)}
.icons{display:inline-flex;align-items:center;justify-content:center;margin-right:6px}

.bold{font-weight:700}
.text_blue{color:#496bcd!important}

/* 레이아웃 */
#header{position:fixed;left:0;top:0;right:0;height:auto;border-bottom:1px solid #e1e1e1;background:rgba(235,235,235,0.9);z-index:100}
#header .contains,
#footer .contains{min-width:820px}
#header .header_wrap{position:relative;height:50px}
#header .left_box{display:flex;align-items:center;gap:0 10px;position:absolute;left:0;top:10px}
#header .left_box .logo{position:relative;left:auto;top:auto}
#header .left_box .period{font-size:14px;color:#111;font-weight:700}
#header .left_box .period b{font-size:20px;font-weight:700}
#header .logo{position:absolute;left:0;top:10px}
#header .logo .link{display:inline-block;position:relative;padding-left:35px;height:30px;line-height:30px;font-size:14px;color:#000;font-weight:700}
#header .logo .link .profile{display:block;position:absolute;left:0;top:0;width:30px;height:30px;border:1px solid #000;border-radius:50%;background-size:cover}
#header .logo .link:hover{color:#496bcd}
#header .user_menu{display:flex;gap:0 10px;position:absolute;right:0;top:10px}
#header .user_menu .login_name{line-height:30px;font-size:14px;color:#000}
#header .user_menu .login_name .btn_user_setup{margin-left:5px;color:#496bcd}
#header .user_menu .update_time{line-height:30px;font-size:14px;color:#000}
#gnb{display:flex;gap:0 5px;padding-right:100px;position:absolute;left:50%;top:0;transform:translateX(-50%)}
#gnb .btn_menu{display:inline-flex;align-items:center;justify-content:center;padding:10px;height:50px;line-height:48px;font-size:16px;color:#000;font-weight:700;border-bottom:3px solid transparent}
#gnb .btn_menu:hover{color:#496bcd}
#gnb .btn_menu.active{border-color:#496bcd}
#footer{position:fixed;left:0;bottom:0;right:0;height:40px;border-top:1px solid #e1e1e1;background:#ebebeb;z-index:100}
#footer .copyright{text-align:center;line-height:40px;font-size:13px;color:#999;font-weight:700}
#footer .btn_agree{display:block;position:absolute;right:60px;top:5px;padding:0 5px;height:30px;line-height:30px;font-size:14px;color:#496bcd;font-weight:700}
#content{padding:70px 0 60px 0;min-height:100vh;background:#f9f9f9}

.desc{position:relative;padding-left:18px;margin-top:5px;font-size:12px;line-height:18px;color:#999}
.desc .icons{position:absolute;left:0;top:2px;margin:0;font-size:14px;color:#496bcd}
.desc .blue_dot,
.desc .green_dot{display:inline-block;margin:-2px 4px 0 4px;width:4px;height:18px;vertical-align:middle;background:#496bcd}
.desc .green_dot{background:#05af48}
.desc.warning{padding-left:0;color:#af0505!important;font-weight:700}
.desc.info{color:#496bcd!important;font-weight:800!important}
.desc.help .icons{top:6px}
.desc .warn{color:#af0505}

.content_group{position:relative;margin-bottom:10px;padding:10px;border:1px solid #e3e3e3;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,0.05);background:#fff}
.content_group:last-child{margin-bottom:0!important}
.content_group .group_box{position:relative;padding:0 100px 0 100px;margin-top:5px;min-height:30px}
.content_group .group_box:first-child{margin-top:0!important}
.content_group .group_box .label{position:absolute;left:0;top:0;padding:3px 0;line-height:24px;font-size:16px;color:#000;font-weight:700}
.content_group .group_box .btn_box{position:absolute;right:0;top:0}
.content_group .group_box .btn_box .btns{width:95px}
.content_group .group_box .btn_box .fixed{display:none}
.content_group .group_width{padding-right:0}
.content_group .group_box .tool_box{position:absolute;left:0;top:42px;width:100px}
.content_group .group_box .tool_box .btns{margin-bottom:5px}
.content_group .group_box .tool_box .hide{display:none}
.content_group .btn_group_expand{display:block;position:absolute;right:10px;top:10px;font-size:20px;color:#496bcd;font-weight:700;z-index:10}
.content_group .expand_group{max-height:40px;overflow:hidden}
.content_group .expand_group:not(.active){-webkit-mask:linear-gradient(180deg, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%)}
.content_group .expand_group.active{max-height:100%}
.content_group .expand_group.active + .btn_group_expand .icons{transform:rotate(180deg)}

.content_group.group_sub{background:#e5f6ff}
.content_group.multi,
.content_group.multi2{display:none}
#content.multi .content_group.multi,
#content.multi2 .content_group.multi2{display:block}
.content_group.group_sub.multi,
.content_group.group_sub.multi2{margin-top:25px}
.content_group.group_sub.multi::before,
.content_group.group_sub.multi2::before{display:block;content:"";position:absolute;left:10px;top:-14px;right:10px;height:2px;background:#ccc}

/* .content_group.expand_area .btn_group_expand{cursor:pointer;padding-left:20px}
.content_group.expand_area .btn_group_expand .icons{position:absolute;left:-10px;top:0;margin:0;width:30px;height:30px;font-size:20px;color:#496bcd}
.content_group.expand_area .btn_group_expand.active .icons{transform:rotate(180deg)}
.content_group.expand_area .group_box.hide{display:none} */

.filter_box{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.filter_box .select_remote_fontsize{width:100px}
.filter_box .select_remote_theme{display:none;width:120px}
#content.addtheme .select_remote_theme{display:block}
.filter_box .btn_remote_tablealign:not(.bottom) .bottom{display:none}
.filter_box .btn_remote_tablealign:not(.top) .top{display:none}
.filter_box .btn_remote_tablealign .top .icons{transform:rotate(180deg)}
/* #content.simple .check_box.zerobj{opacity:0;visibility:hidden} */
.filter_box .timer_box{position:relative}
.filter_box .timer_box .input_battle_timer{padding:0 20px 0 10px;width:70px;text-align:right;border:1px solid #496bcd}
.filter_box .timer_box .unit{position:absolute;right:0;top:0;width:24px;line-height:30px;text-align:center;font-size:14px}
.filter_box .select_battle_type{width:80px}
.filter_box .burn_percent{display:none;position:relative;padding-right:15px}
.filter_box .burn_percent .input_text{width:50px;text-align:right}
.filter_box .burn_percent .unit{position:absolute;right:0;top:0;font-size:12px;color:#000;height:30px;line-height:30px}
.filter_box .select_rankup_type{width:110px}
.filter_box .select_team_list.rankup1,
.filter_box .select_team_list.rankup2{width:110px}

body.fixed_remote_btn .logo .link{opacity:0;visibility:hidden}
body.fixed_remote_btn .form_filter{position:fixed;left:20px;top:10px;z-index:101}
body.fixed_remote_btn.payment .form_filter{top:60px}
body.fixed_remote_btn .form_filter .btns,
body.fixed_remote_btn .form_filter .select_box{display:none!important}
body.fixed_project_save_btn #btn_project_save{position:fixed;left:260px;top:10px;padding:0 10px;width:auto;z-index:101}
body.fixed_project_save_btn #btn_project_save .fixed{display:inline;margin-right:5px}
body.fixed_project_save_btn.payment #btn_project_save{top:60px}

/* 펼침 메뉴 */
.expand_box{position:absolute;right:0;top:0;z-index:10}
.expand_box .btn_expand{display:flex;align-items:center;justify-content:center;position:absolute;right:0;top:0;width:20px;height:30px;font-size:20px;color:#fff}
.expand_box .expand_menu{position:absolute;right:-5px;top:30px;padding:5px;border:1px solid #e1e1e1;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.1);background:#fff;opacity:0;visibility:hidden}
.expand_box .expand_menu .btns{margin-top:5px}
.expand_box .expand_menu .btns:first-child{margin-top:0!important}
.expand_box.active{z-index:20}
.expand_box.active .expand_menu{opacity:1;visibility:visible}

/* 프로젝트 */
/* .content_group.project .group_box{padding-right:200px} */
.content_group.project .group_box .input_box{display:flex;flex-wrap:wrap;gap:0 5px}
.content_group.project .group_box .input_box:first-child{margin-bottom:5px}
.content_group.project .group_box .form_title{margin-right:5px;height:30px;line-height:30px;font-size:14px;color:#000;font-weight:700}
.content_group.project .group_box .input_text + .form_title,
.content_group.project .group_box .select_box + .form_title{margin-left:10px}
.content_group.project .group_box .form_box .input_text,
.content_group.project .group_box .form_box .select_box{flex:0 0 100px;width:100px}
.content_group.project .group_box .form_box .input_project_title{padding-right:30px;flex:auto;width:100%}
.content_group.project .group_box .form_box .project_box{position:relative;flex:auto}
.content_group.project .group_box .btn_box{width:95px}
.content_group.project .group_box .btn_box .btns:first-child{margin-bottom:5px}
.content_group .project_box .btn_project_select{display:block;position:absolute;right:0;top:0;width:30px;height:30px}
.content_group .project_box .btn_project_select .icons{width:30px;height:30px;font-size:16px;color:#496bcd}
.content_group .project_box .project_list{position:absolute;left:0;top:30px;right:0;max-height:300px;border:1px solid #e1e1e1;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.1);background:#fff;z-index:10;opacity:0;visibility:hidden;overflow:hidden;overflow-y:auto}
.content_group .project_box .project_list .btn_project{display:block;position:relative;padding:0 140px 0 10px;line-height:30px;font-size:14px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.content_group .project_box .project_list .btn_project:hover{background:#f5f5f5}
.content_group .project_box .project_list .btn_project.hide{display:none}
.content_group .project_box .project_list .btn_project .date{display:block;position:absolute;right:10px;top:0;font-size:12px}
.content_group .project_box.active .btn_project_select{transform:rotate(180deg)}
.content_group .project_box.active .project_list{opacity:1;visibility:visible}

/* 테이블 */
.content_group .content_table{width:100%;table-layout:fixed;border:1px solid #ddd}
.content_group .content_table th,
.content_group .content_table td{padding:5px;height:36px;vertical-align:top;line-height:24px;font-size:14px;color:#000;border-bottom:1px solid #eaeaea;background:#f0f0f0}
.content_group .content_table th{text-align:center;font-weight:700;border-bottom:1px solid #ddd;background:#e5e5e5}
.content_group .content_table tbody tr:nth-child(even) td{background:#f8f8f8}
.content_group .content_table b{font-weight:700}
.content_group .content_table .left{text-align:left}
.content_group .content_table .center{text-align:center}
.content_group .content_table .right{text-align:right}
.content_group .content_table .input_text{background:#fff}
.content_group .content_table .select_box{background:#fff}
.content_group .content_table .check_box{display:flex;height:24px;font-size:13px}
.content_group .content_table .sp-replacer{display:block;margin:0 auto;width:40px;height:24px}
.content_group .content_table .sp-replacer .sp-dd{line-height:24px}
.content_group .content_table.border th,
.content_group .content_table.border td{border-left:1px solid #ddd}
.content_group .content_table.border tr th:first-child,
.content_group .content_table.border tr td:first-child{border-left:0}
.content_group .content_table th.align{cursor:pointer}
.content_group .content_table th.align::after{display:none;content:"▼"}
.content_group .content_table th.align.asc::after{content:"▲"}
.content_group .content_table th.align.asc::after,
.content_group .content_table th.align.desc::after{display:inline-block}
.content_group .content_table tr:not(.input) td.drag_box{position:relative;padding-left:30px;}
.content_group .content_table tr:not(.input) td.drag_box .icon_drag{display:block;position:absolute;left:3px;top:50%;transform:translateY(-50%);padding:5px;cursor:pointer;font-size:16px}
.content_group .content_table tr.input .icon_drag{display:none!important}
.sp-picker-container .sp-top-inner .sp-clear-display{display:block;position:absolute;right:0;bottom:auto;top:231px;padding:0 8px;width:auto;height:auto;line-height:24px;font-size:12px;color:#fff;font-weight:700;white-space:nowrap;background:#af0505;z-index:10}
.sp-picker-container .sp-button-container .sp-choose{margin-right:42px}
/* 호칭 */
.content_group .tag_input{display:flex;flex-wrap:wrap;gap:3px}
.content_group .tag_input .tag{display:inline-flex;align-items:center;position:relative;padding:0 17px 0 3px;height:24px;font-size:12px;color:#fff;border-radius:3px;background:#496bcd}
.content_group .tag_input .tag .btn_delete{display:block;position:absolute;right:0;top:0;padding:0 2px 0 0;width:11px;height:24px;font-size:10px;color:#fff}
.content_group .tag_input .tag .btn_delete .icons{margin:0}
.content_group .tag_input .input_text{width:50px}

.table_bj.close .tag_input:not(.open){position:relative;padding-left:55px;height:24px;overflow:hidden}
.table_bj.close .tag_input:not(.open) .input_text{position:absolute;left:0;top:0;z-index:2}

/* 참여bj 테이블 */
.content_group .group_table{display:flex;flex-wrap:wrap;justify-content:space-between}
.content_group .group_table .table_box{flex:0 0 calc(100% - 265px);width:auto}
.content_group .group_table .table_box:last-child{flex:0 0 260px}
#content.aliaswon .content_group .group_table .table_box{flex:0 0 calc(100% - 305px)}
#content.aliaswon .content_group .group_table .table_box:last-child{flex:0 0 300px}
#content.simple:not(.simple_alias) .content_group .table_box.bj{flex:0 0 100%!important}
#content.simple:not(.simple_alias) .content_group .table_box.alias{display:none!important}

.table_box > .desc:first-child{margin-top:0;margin-bottom:5px;padding-top:5px}
.table_box > .desc:first-child .icons{top:7px}
.table_box > .desc_box:first-child{padding-top:1px;margin-bottom:5px}
/* .group_table .desc + .content_table{margin-top:5px} */
.input_box.won_box,
.input_box.won_box2,
.input_box.won_box3{display:none;margin-top:10px}
#content.wonvalue .input_box.won_box.active,
#content.wonvalue .input_box.won_box2.active,
#content.wonvalue .input_box.won_box3.active{display:block}
.input_box.won_box .form_title,
.input_box.won_box2 .form_title,
.input_box.won_box3 .form_title{height:30px;line-height:30px;font-size:14px;color:#000;font-weight:700}
.input_box.won_box .form_title .desc,
.input_box.won_box2 .form_title .desc,
.input_box.won_box3 .form_title .desc{padding:0;font-weight:normal}

.table_bj .btns{width:50px}
.table_bj .input_lang_donation,
.table_bj .input_lang_add{width:70px}
.table_bj tr.input .btn_modify,
.table_bj tr.input .btn_delete,
.table_bj tr:not(.input) .btn_add{display:none}
.table_bj thead th{white-space:nowrap;}
.table_bj thead .input_text::-webkit-input-placeholder{color:#666}
.table_bj thead .input_text::-moz-placeholder{color:#666}
.table_bj thead .input_text:-moz-placeholder{color:#666}
.table_bj thead .input_text:-ms-input-placeholder{color:#666}
.table_alias thead .input_text::-webkit-input-placeholder{color:#666}
.table_alias thead .input_text::-moz-placeholder{color:#666}
.table_alias thead .input_text:-moz-placeholder{color:#666}
.table_alias thead .input_text:-ms-input-placeholder{color:#666}
.table_bj .input_text,
.table_alias .input_text{display:block}
#content.simple .table_bj .before_prefix{display:none!important}
.table_bj:not(.ck) col.ck,
.table_bj:not(.ck) th.ck,
.table_bj:not(.ck) td.ck{display:none}
.table_bj.ck col.before_prefix,
.table_bj.ck col.name,
.table_bj.ck col.ck{width:auto!important}
.table_bj.ck col.plus,
.table_bj.ck col.minus,
.table_bj.ck th.plus,
.table_bj.ck th.minus,
.table_bj.ck td.plus,
.table_bj.ck td.minus{display:none}
.table_bj .ck .ck_name{position:relative;padding-left:28px;font-size:14px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.table_bj .ck .ck_name .profile{display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background-position:center center;background-repeat:no-repeat;background-size:cover}

#content:not(.double) .table_bj .double{display:none!important}
#content .table_bj tr.input .double .check{display:none!important}

/* 상금 설정 */
#content:not(.aliasaward) .table_alias .award{display:none}
#content:not(.aliaswon) .table_alias .won{display:none}
#content.aliasaward .table_alias .input_text{padding:0 3px;font-size:11px}
.table_alias td.won{white-space:nowrap}
.table_alias td.won .input_text{display:inline-block;width:50px}
#content.aliaswon.wonvalue .table_alias td.won .unit{display:none}
#content.aliaswon.wonvalue .table_alias td.won .input_text{width:70px}

/* 배수 설정 */
.content_group.times .group_box{padding-right:0}
.content_group.times .setup_box{max-width:370px}
.table_times tr.input td{background:#ccc}
.table_times .btns{width:70px}
.table_times tr.input .btn_delete,
.table_times tr:not(.input) .btn_add{display:none}

/* 후원 리스트 */
.content_group.donation .table_box .btn_right{display:flex;gap:0 5px;position:absolute;right:0;top:0}
.content_group.bj .table_bj tr.input td,
.content_group.donation .table_donation tr.input td{background:#ccc}
.content_group.donation .table_donation td{font-size:13px}
.content_group.donation .table_donation .id,
.content_group.donation .table_donation .name,
.content_group.donation .table_donation .chat{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.table_donation .empty_text{width:82px;text-align:center;color:#496bcd}
.table_donation .btn_donation_add{display:none;width:82px}
.table_donation .btn_donation_force{width:82px}
.table_donation .btn_donation_modify{display:none;margin-right:3px}
.table_donation .btn_donation_delete{display:none;width:82px}
.table_donation tbody tr td:first-child,
.table_donation tbody tr td:last-child{position:relative}
.table_donation tbody tr.active td:first-child::before{display:block;content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#496bcd}
.table_donation tbody tr.active.auto td:first-child::before{background:#05af48}
/* .table_donation tbody tr.active td:last-child::before{left:auto;right:0} */
/* .table_donation tbody tr.active td{background:#d9d9d9!important} */
/* .table_donation tbody tr.active .btns{display:inline-flex}
.table_donation tbody tr.active .btn_donation_add{display:none} */
.table_donation tbody tr.active .empty_text{display:none}
.table_donation tbody tr.active .btn_donation_delete{display:inline-flex}
.table_donation tbody tr.new td{background:#daeeff!important}
/* .table_donation tbody tr.active:not(.input) .input_donation{background:#cfe9ff!important}
.table_donation tbody tr.active.minus .input_donation{background:#ffcfcf!important} */
.table_donation tbody tr.active:not(.input) .input_donation{background:#cfe9ff!important}
.table_donation tbody tr.active:not(.input) .input_donation_type.minus + .input_donation{background:#ffcfcf!important}
.table_donation tbody tr:not(.input):not(.active) .select_bj_list{background:#cfe9ff!important}

.table_donation td.donation .times_wrap{display:flex;justify-content:space-between}
.table_donation td.donation .select_times_donation{width:44%}
.table_donation:not(.calc) td.donation .select_times_donation{display:none}
.table_donation.times td.donation .input_box,
.table_donation.calc td.donation .input_box{display:inline-block;width:54%}
.table_donation.times td.donation.times .select_times_donation,
.table_donation.calc td.donation.times .select_times_donation{display:inline-block}
#content:not(.burn_on) .table_donation tbody .check_burn{display:none!important}
#content.burn_on .table_donation tbody .times_wrap .input_box{padding-right:55px}
#content.burn_on .table_donation tbody .times_wrap .input_box .check_burn{cursor:pointer;position:absolute;right:0;top:0}
#content.burn_on .table_donation col.donation{width:160px!important}

body.guest .table_donation .select_bj_list,
body.guest .table_donation .input_text,
body.guest .table_donation .btns{cursor:not-allowed;pointer-events:none;opacity:0.5}
body.guest .table_donation colgroup col:last-child,
body.guest .table_donation tr th:last-child,
body.guest .table_donation tr td:last-child{display:none}

.table_donation .input_box{position:relative;padding-left:23px}
.table_donation .input_donation_type{display:block;position:absolute;left:0;top:0;padding:0;flex:0 0 24px;width:24px;height:24px;min-width:24px;border-radius:5px 0 0 5px}
.table_donation .input_donation_type .icons{display:none;margin:0;width:24px;height:24px}
.table_donation .input_donation_type:not(.minus) .icons:first-child{display:inline-flex}
.table_donation .input_donation_type.minus .icons:last-child{display:inline-flex}
.table_donation .input_donation_type.minus{background:#af0505}
.table_donation .input_donation{border-radius:0 5px 5px 0}

/* 팀 설정 */
/* .content_group.team .group_box{padding-right:165px} */
.table_team tr.input .btn_delete,
.table_team tr:not(.input) .btn_add{display:none}
.table_team .btns{width:60px}
.table_team tr.input td{background:#ccc}
.table_team .select_team_list{width:110px}
.table_team .input_team_before,
.table_team .input_team_name{width:80px}
.table_team tr.input .drag_box{padding-left:30px}
.content_group .team_select{display:flex;flex-wrap:wrap;gap:3px}
.content_group .team_select .team{display:inline-flex;align-items:center;position:relative;padding:0 17px 0 3px;height:24px;font-size:12px;color:#fff;border-radius:3px;background:#496bcd}
.content_group .team_select .team .btn_delete{display:block;position:absolute;right:0;top:0;padding:0 2px 0 0;width:11px;height:24px;font-size:10px;color:#fff}
.content_group .team_select .team .btn_delete .icons{margin:0}
.vs_check_box{display:none;margin-left:10px}
#content.vs .vs_check_box{display:inline-flex}

/* 랭크업 설정 */
.content_group.rankup:not(.bj) .select_team_list{display:none}
.content_group.rankup .table_rankup{width:300px}

/* 배틀 설정 */
.content_group.battle .filter_box{padding-right:100px}
.content_group.battle .group_box{padding-right:0}
/* .content_group.battle .group_box.url{padding-right:405px}
.content_group.battle .group_box.url .btn_box{right:305px} */
.content_group.battle .group_box.url{padding-right:100px}
.content_group.battle.timer_hide .filter_box .timer_box,
.content_group.battle.timer_hide .filter_box #score_battle_time_reset{display:none}
.content_group.battle .filter_box #score_battle_time_pause .play{display:none}
.content_group.battle .filter_box #score_battle_time_pause.pause .pause{display:none}
.content_group.battle .filter_box #score_battle_time_pause.pause .play{display:inline}
.table_battle tr.input .btn_delete,
.table_battle tr:not(.input) .btn_add{display:none}
.table_battle .btns{width:60px}
.table_battle tr.input td{background:#ccc}
.table_battle .select_team_list{width:110px}


.scroll_loading{position:relative;height:0;opacity:0;visibility:hidden}
.scroll_loading.active{height:40px;opacity:1;visibility:visible}
.scroll_loading .icons{position:absolute;left:50%;top:5px;margin-left:-15px;margin:0;width:30px;height:30px;font-size:20px;color:#496bcd}
.scroll_loading .icons{-webkit-animation:loading_spinner 2s infinite linear;animation:loading_spinner 2s infinite linear}
@-webkit-keyframes loading_spinner {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}
@keyframes loading_spinner {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}

.content_group.simulate{background:#9cb9e3}
.content_group.simulate .form_box{display:flex;flex-wrap:wrap;gap:0 5px}
.content_group.simulate .form_box .input_text{flex:0 0 150px;width:150px}
.content_group.simulate .form_box .input_simulate_uchat{flex:auto;width:auto}
.content_group.simulate .group_box:nth-child(2) .form_box .input_text{flex:0 0 calc(20% - 4px);width:calc(20% - 4px)}
.content_group.simulate .desc{color:#f0f0f0}

/* 신기능 */
.feature_wrap{margin-bottom:10px;margin-left:-20px;width:calc(100% + 40px);overflow:hidden}
#feature_slide{position:relative;padding:0 20px}
#feature_slide .swiper-dots{position:absolute;left:0;bottom:6px;right:0;text-align:center;z-index:10}
#feature_slide .swiper-dots .swiper-pagination-bullet{width:10px;height:10px}
#feature_slide .swiper-dots .swiper-pagination-bullet-active{background:#496bcd}
#feature_slide .swiper-arrow{display:none;cursor:pointer;position:absolute;left:2px;top:50%;transform:translateY(-50%);font-size:26px;color:#496bcd;z-index:10;opacity:0.7}
#feature_slide .swiper-arrow.right{left:auto;right:2px}
#feature_slide .swiper-arrow:hover{opacity:1}
.content_group.feature{min-height:90px;background:#f0ffe9}
.content_group.feature .group_box{padding-right:0}
.content_group.feature .label .icons{color:#496bcd}
.content_group.feature .group_box.sign .feature_box{position:relative;padding-left:110px;z-index:10}
.content_group.feature .group_box.sign .img{display:block;position:absolute;left:100px;top:6px;height:55px;border:1px solid #000;border-radius:4px;transform:rotate(-20deg);z-index:1}
.content_group.feature .group_box.sign .img.right{left:900px;transform:rotate(20deg)}
.content_group.feature .group_box.new .feature_box{position:relative;padding-left:210px;z-index:10}
.content_group.feature .group_box.new .feature_box .img{display:block;position:absolute;left:0;top:0;width:190px;border:1px solid #000;border-radius:4px}
.content_group.feature .group_box.new .feature_box p{font-size:13px;color:#000;line-height:1.5;}
.content_group.feature .group_box.new .feature_box .feature_title{margin-bottom:5px;font-size:15px;font-weight:700;color:#496bcd}
.content_group.feature .feature_box .btn_boxs{display:flex;gap:0 10px;align-items:center;margin-top:6px}
.content_group.feature .feature{padding:3px 0}
.content_group.feature .feature{font-size:14px;color:#111}
.content_group.feature .feature b{margin-right:5px;font-weight:700}
.content_group.feature .feature .new{display:inline-block;padding:0 5px;margin:-2px 2px 0 0;height:16px;line-height:16px;vertical-align:middle;font-size:10px;color:#fff;font-weight:700;border-radius:8px;background:#496bcd}
.content_group.feature .desc{margin-top:4px}
.content_group.feature .desc::before{display:block;content:"-";position:absolute;left:10px;top:1px}
.content_group.feature .link{color:#496bcd;font-weight:700}

.content_group.feature .group_box.battle{display:flex;gap:0 20px}
.content_group.feature .group_box.battle .feature_box{position:relative;z-index:10}
.content_group.feature .group_box.battle .img_box{margin:-5px 0;flex:0 0 230px;width:230px}
.content_group.feature .group_box.battle .img{display:block;width:100%;z-index:1}
.content_group.feature .group_box.battle .img:first-child{margin-bottom:-5px;z-index:2}

.content_group.feature .group_box.rankup .feature_box{padding-left:280px}
.content_group.feature .group_box.rankup .feature_box .img{width:260px;border:0}

.content_group.feature .btns .kakao,
.content_group.feature .feature .kakao{display:inline-block;margin:-2px 4px 0 0;width:24px;height:24px;vertical-align:middle;border-radius:50%;background:url("/resource/img/btn_kakaoch.png") no-repeat center center;background-size:contain}

.content_group.feature .group_box.multi{display:flex;gap:0 20px}
.content_group.feature .group_box.multi .img_box{margin:-3px 0;flex:0 0 100px;width:100px}
.content_group.feature .group_box.multi .img{display:block;width:100%;z-index:1}


/* 업데이트 표시 */
.content_group.update{background:#e9fcff}
.content_group.update .label .icons{color:#496bcd}
.content_group.update .update_box{padding:5px 0}
.content_group.update .update{cursor:pointer;font-size:14px;color:#111}
.content_group.update .update b{margin-right:5px;font-weight:700}
.content_group.update .update .new{display:inline-block;padding:0 5px;margin:-2px 2px 0 0;height:16px;line-height:16px;vertical-align:middle;font-size:10px;color:#fff;font-weight:700;border-radius:8px;background:#496bcd}
.content_group.update .desc{margin-top:4px}
.content_group.update .desc::before{display:block;content:"-";position:absolute;left:10px;top:1px}
.content_group.update .desc.warn::before{display:none}
.content_group.update .desc.warn{padding-left:7px;color:#af0505;font-weight:700}
.content_group.update .desc.blue{color:#496bcd}
.content_group.update .toggle_box{display:inline-block;margin:0 2px 0 5px;margin-top:-2px;vertical-align:middle}
.content_group.update .toggle_box .text{padding:0 5px;color:#fff;line-height:24px}
.content_group.update .toggle_box .check:not(:checked) + .text{text-align:right}
.content_group.update .expand_group{max-height:75px}
.content_group.update .expand_group.active{max-height:100%}
.content_group.update .expand_group:not(.active) .desc{display:none}

.content_group.help{display:none;background:#ffe9e9}
.content_group.help .group_box .label{top:3px}

/* 알림 메시지 */
#notice_msg{position:fixed;left:0;top:5px;right:0;z-index:10000}
#notice_msg .contains{max-width:640px;min-width:640px;height:0}
#notice_msg .msg_box{position:relative;margin-bottom:5px;padding:8px 30px 8px 33px;border-radius:5px}
#notice_msg .msg_box p{font-size:14px;line-height:20px}
#notice_msg .msg_box .icon{position:absolute;left:8px;top:9px;font-size:20px;width:20px;height:20px;font-size:16px}
#notice_msg .msg_box .icons{margin:0;width:20px;height:20px}
#notice_msg .msg_box .icon .icons{display:none}
#notice_msg .msg_box.success .icons.success,
#notice_msg .msg_box.info .icons.info,
#notice_msg .msg_box.warn .icons.warn,
#notice_msg .msg_box.alert .icons.alert{display:block}
#notice_msg .msg_box .btn_close{display:block;position:absolute;right:8px;top:8px;width:20px;height:20px;font-size:20px}
#notice_msg .msg_box.success{border:1px solid rgba(38, 179, 3, 1);background:rgba(227, 253, 235, 1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#notice_msg .msg_box.success p,
#notice_msg .msg_box.success .icons,
#notice_msg .msg_box.success .btn_close{color:#129114}
#notice_msg .msg_box.info{border:1px solid rgba(126, 182, 193, 1);background:rgba(217, 237, 247, 1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#notice_msg .msg_box.info p,
#notice_msg .msg_box.info .icons,
#notice_msg .msg_box.info .btn_close{color:#137eb3}
#notice_msg .msg_box.warn{border:1px solid rgba(177, 161, 129, 1);background:rgba(252, 248, 227, 1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#notice_msg .msg_box.warn p,
#notice_msg .msg_box.warn .icons,
#notice_msg .msg_box.warn .btn_close{color:#bb7909}
#notice_msg .msg_box.alert{border:1px solid rgba(220, 53, 69, 1);background:rgba(248, 215, 218, 1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#notice_msg .msg_box.alert p,
#notice_msg .msg_box.alert .icons,
#notice_msg .msg_box.alert .btn_close{color:#c50012}

/* 팝업 */
.popup_window{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;opacity:0;visibility:hidden}
.popup_window.active{opacity:1;visibility:visible}
.popup_window .popup_area{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px;background:#fff;overflow:hidden}
.popup_window .popup_header{position:relative;padding:10px;height:40px;border-bottom:1px solid #496bcd;background:#496bcd}
.popup_window .popup_header .title{line-height:20px;font-size:14px;color:#fff}
.popup_window .popup_header .btn_close{display:block;position:absolute;right:0;top:5px;width:30px;height:30px;font-size:20px;color:#fff;z-index:10}
.popup_window .popup_header .btn_close .icons{margin:0;width:30px;height:30px}
.popup_window .popup_footer{padding:10px 20px;height:50px;text-align:center;border-top:1px solid #e1e1e1;background:#f0f0f0}
.popup_window .popup_footer .btns{margin:0 5px;vertical-align:middle}
.popup_window .popup_content{padding:10px}
.popup_window .popup_content p{font-size:14px;line-height:20px;color:#000}

#popup_msg .popup_area .popup_content{min-width:250px;min-height:100px}

#popup_agree .btn_close{display:none}
#popup_agree.agree .btn_close{display:block}
#popup_agree .popup_area .popup_content{width:500px;height:440px}
#popup_agree .popup_content .agree_top p{font-size:16px;font-weight:700}
#popup_agree .popup_content .agree_title{margin:20px 0 5px 0;font-size:16px;font-weight:700}
.dot_list .dot{position:relative;margin-top:5px;padding-left:25px}
.dot_list .dot:first-child{margin-top:0}
.dot_list .dot::before{display:block;content:"-";position:absolute;left:10px;top:0}
.dot_list .dot.warn{color:#af0505}
.dot_list .dot.warn::before{content:"※"}


/* 통계 */
.content_group.stats .input_box{display:flex;flex-wrap:wrap;gap:0 5px}
.content_group.stats .input_box:first-child{margin-bottom:5px}
.content_group.stats .form_title{margin-right:5px;height:30px;line-height:30px;font-size:14px;color:#000;font-weight:700}
.content_group.stats .input_text + .form_title,
.content_group.stats .select_box + .form_title{margin-left:10px}
.content_group.stats .form_box .input_text,
.content_group.stats .form_box .select_box{flex:0 0 80px;width:80px}
.content_group.stats .form_box .input_project_title{padding-right:30px;flex:auto;width:100%}
.content_group.stats .form_box .project_box{position:relative;flex:auto}
.content_group.stats .tag_input .tag{padding:0 20px 0 5px;height:30px;line-height:30px;font-size:14px}
.content_group.stats .project_box .input_project_title{cursor:pointer}
.content_group.stats .project_box .project_list .list_box:nth-child(even){background:#f8f8f8}
.content_group.stats .project_box .project_list .list_box:hover{background:#f5f5f5}
.content_group.stats .project_box .project_list .check_box{display:block;position:relative;padding:0 160px 0 35px}
.content_group.stats .project_box .project_list .check_box .check{position:absolute;left:10px;top:7px}
.content_group.stats .project_box .project_list .check_box .text{display:block;line-height:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.content_group.stats .project_box .project_list .check_box .date{display:block;position:absolute;right:10px;top:0;line-height:30px;font-size:14px}
.content_group.stats .btn_box{padding-top:35px;width:95px}
.content_group.stats .table_box{width:240px}
.content_group.stats .content_table .empty{text-align:center;background:#fff}


/* 플레이어 */
body.player{overflow:hidden}
body.player #footer{display:none}
/* 점수판 */
#score_board{padding:1em;font-size:16px}
#score_board.hide{opacity:0}

#score_board{position:absolute;left:0;bottom:0;right:0}
#score_board.top{top:0;bottom:auto}

#score_board th,
#score_board td,
#score_board p{font-family:"PuradakGentleGothic"}
#score_board td.won p,
#score_board td.rank p,
#score_board td.add p,
#score_board td.add_total p,
#score_board td.add_cur p,
#score_board td.add_sum p,
#score_board td.burn p{font-family:"S-CoreDream";font-weight:800;letter-spacing:-1px}
/* #score_board .table_wrap{padding:2em;border:2px solid #201f1f;border-radius:3.5em;background:#2b2928}
#score_board .table_inner{border:2px solid #201f1f;border-radius:1.5em;background:#1b1a1a} */
#score_board .table_wrap{padding:0.3em;border:2px solid #201f1f;border-radius:1em;background:#2b2928}
#score_board .table_inner{border:2px solid #201f1f;border-radius:0.8em;background:#1b1a1a}
#score_board .table_score{border-radius:0.8em;overflow:hidden}
/* #score_board .table_score.normal{table-layout:fixed} */
/* #score_board .table_score td.name{width:15%} */
#score_board.rank .table_score col.add,
#score_board.rank .table_score th.add,
#score_board.rank .table_score td.add{display:none!important}

/* 버닝 */
#score_board:not(.burn) .table_score col.burn,
#score_board:not(.burn) .table_score th.burn,
#score_board:not(.burn) .table_score td.burn{display:none!important}

/* 상금 */
#score_board .table_score colgroup{display:none}
#score_board .table_score:not(.total):not(.award) colgroup.normal,
#score_board .table_score.award colgroup.award,
#score_board .table_score.won colgroup.won,
#score_board .table_score.total colgroup.total{display:table-column-group}

/* 상금 */
#score_board .table_score:not(.award) col.award,
#score_board .table_score:not(.award) th.award,
#score_board .table_score:not(.award) td.award{display:none}

/* 일급 */
#score_board .table_score th.won{width:18%}
#score_board .table_score:not(.won) col.won,
#score_board .table_score:not(.won) th.won,
#score_board .table_score:not(.won) td.won{display:none}

/* 직급 */
#score_board .table_score:not(.alias):not(.team_alias) col.alias,
#score_board .table_score:not(.alias):not(.team_alias) th.alias,
#score_board .table_score:not(.alias):not(.team_alias) td.alias{display:none}
/* 순위 */
/* 순위 직급 동시에 표시  */
/* #score_board:not(.theme_tc):not(.theme_ch1716) .table_score.alias col.number,
#score_board:not(.theme_tc):not(.theme_ch1716) .table_score.alias th.number,
#score_board:not(.theme_tc):not(.theme_ch1716) .table_score.alias td.number{display:none} */
#score_board:not(.theme_tc):not(.ck) .table_score.alias col.number,
#score_board:not(.theme_tc):not(.ck) .table_score.alias th.number,
#score_board:not(.theme_tc):not(.ck) .table_score.alias td.number{display:none}
/* 결산 */
#score_board .table_score:not(.total) col.add_total,
#score_board .table_score:not(.total) th.add_total,
#score_board .table_score:not(.total) td.add_total,
#score_board .table_score:not(.total) col.add_cur,
#score_board .table_score:not(.total) th.add_cur,
#score_board .table_score:not(.total) td.add_cur,
#score_board .table_score:not(.total) col.add_sum,
#score_board .table_score:not(.total) th.add_sum,
#score_board .table_score:not(.total) td.add_sum{display:none}

#score_board .table_score th{padding:0.2em;text-align:center;font-size:2em;color:#efa93a;background:#1b1a1a;white-space:nowrap}
#score_board .table_score th.align .icon_left,
#score_board .table_score th.align .icon{display:none}
#score_board .table_score th.align .icons{display:none;margin:0 0 0 0.2em}
#score_board .table_score.rank:not(.merge) th.rank .icon,
#score_board .table_score.add:not(.total):not(.merge) th.add .icon,
#score_board .table_score.add.total th.add_sum .icon,
#score_board .table_score.rank.merge th.add_total .icon,
#score_board .table_score.add.merge th.add_sum .icon,
#score_board .table_score.rank th.rank .icon_left,
#score_board .table_score.add:not(.total) th.add .icon_left,
#score_board .table_score.add.total th.add_sum .icon_left{display:inline-block;margin-left:-0.2em;width:0.5em}
#score_board .table_score td{padding:0.1em;text-align:center;font-size:2em;color:#121111;border-top:2px solid #201f1f;background:#efa93a}
#score_board .table_score td.right{padding-right:0.5em;text-align:right}
#score_board .table_score td.number{font-size:2em}
#score_board .table_score td.name{color:#fff;background:#a4968b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board .table_score td.award,
#score_board .table_score td.alias{white-space:nowrap}
#score_board .table_score td.won{padding-left:0.5em}
#score_board.theme_normal .table_score:not(.team) tbody tr:nth-child(1) td.name{background:#c2811b}
#score_board.theme_normal .table_score:not(.team) tbody tr:nth-child(2) td.name{background:#93641a}
#score_board.theme_normal .table_score:not(.team) tbody tr:nth-child(3) td.name{background:#7f5513}
#score_board .table_score td .prev{font-size:0.7em;opacity:0.8}
#score_board .table_score.rank:not(.merge) th.rank,
#score_board .table_score.add:not(.total):not(.merge) th.add,
#score_board .table_score.add.total th.add_sum,
#score_board .table_score.rank.merge th.add_total,
#score_board .table_score.add.merge th.add_sum{color:#fff}
#score_board.theme_normal .table_score.rank td.rank,
#score_board.theme_normal .table_score.add:not(.total) td.add,
#score_board.theme_normal .table_score.add.total td.add_sum,
#score_board.theme_normal .table_score.rank.merge td.add_total,
#score_board.theme_normal .table_score.add.merge td.add_sum{background:#ffc867}
#score_board.theme_normal .table_score.rank.merge td.rank,
#score_board.theme_normal .table_score.add.merge td.add{background:#efa93a}
#score_board .table_score.rank th.align.rank .icons,
#score_board .table_score.add:not(.total) th.align.add .icons,
#score_board .table_score.add.total th.align.add_sum .icons{display:inline-flex}
#score_board .table_score tbody tr.input p{-webkit-animation:score_updatet 0.5s ease-out;animation:score_updatet 0.5s ease-out;transform-origin:center center}
@-webkit-keyframes score_updatet {
	0% { transform:scale(1); }
	25% { transform:scale(1.2); }
	50% { transform:scale(1); }
	75% { transform:scale(1.2); }
	100% { transform:scale(1); }
}
@keyframes score_updatet {
	0% { transform:scale(1); }
	25% { transform:scale(1.2); }
	50% { transform:scale(1); }
	75% { transform:scale(1.2); }
	100% { transform:scale(1); }
}
/* #score_board .table_score tbody tr.change{position:relative;-webkit-animation:score_change 1s ease-in-out;animation:score_change 1s ease-in-out;transform-origin:center center} */
#score_board .table_score:not(.team) tbody tr.change{position:relative;}
#score_board .table_score:not(.team) tbody tr.change::after{display:block;content:"";position:absolute;left:0;left:-150%;width:200%;height:100%;background:linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);animation:score_change 0.6s forwards;animation-iteration-count:3;}
#score_board .table_score:not(.team) tbody tr.change_last::after{background:linear-gradient(120deg, transparent 0%, rgba(240, 0, 0, 0.4) 50%, transparent 100%)}
@keyframes score_change {
	0% { left:-150%; }
	100% { left:150%; }
}
/* @-webkit-keyframes score_change {
	0% { transform:scale(1); }
	12% { transform:scale(1.2); }
	24% { transform:scale(1.1); }
	36% { transform:scale(1.2); }
	48% { transform:scale(1.1); }
	60% { transform:scale(1.2); }
	100% { transform:scale(1); }
}
@keyframes score_change {
	0% { transform:scale(1); }
	12% { transform:scale(1.2); }
	24% { transform:scale(1.1); }
	36% { transform:scale(1.2); }
	48% { transform:scale(1.1); }
	60% { transform:scale(1.2); }
	100% { transform:scale(1); }
} */

#score_board .table_score.team col.award,
#score_board .table_score.team th.award,
#score_board .table_score.team td.award,
#score_board .table_score.team col.won,
#score_board .table_score.team th.won,
#score_board .table_score.team td.won,
#score_board .table_score.team:not(.team_alias) col.alias,
#score_board .table_score.team:not(.team_alias) th.alias,
#score_board .table_score.team:not(.team_alias) td.alias,
#score_board .table_score.team col.number,
#score_board .table_score.team th.number,
#score_board .table_score.team td.number{display:none}
#score_board .table_mark{display:none;position:absolute;left:2em;top:2em;right:2em;bottom:2em;overflow:hidden}

#score_board .table_score.team thead tr:first-child th:nth-child(3){border-top-left-radius:15px}
#score_board .table_score.team tbody tr:last-child td:nth-child(3){border-bottom-left-radius:15px}
#score_board .table_score.team tr.team td.name{padding-left:0.4em;text-align:left}
/* #score_board .table_score.team tr.team{font-size:1.2em;opacity:0.8}
#score_board .table_score.team tr.team{font-size:1.2em}
#score_board .table_score.team tr.team:not(:nth-child(1)) td{border-top-width:10px}
#score_board .table_score.team tr.team td{padding-top:0.2em;padding-bottom:0.2em;border-top-width:10px}
#score_board .table_score.team tr.team td.name p,
#score_board .table_score.team tr.team td.rank p,
#score_board .table_score.team tr.team td.add p{color:#fff;text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px} */

#score_board .table_score.onlyadd col.rank,
#score_board .table_score.onlyadd th.rank,
#score_board .table_score.onlyadd td.rank{display:none}
#score_board .table_score.onlyrank col.add,
#score_board .table_score.onlyrank th.add,
#score_board .table_score.onlyrank td.add{display:none}

/* 테이블 숨김 */
#score_board .table_score:not(.simple):not(.team).hide_rank col.rank,
#score_board .table_score:not(.simple):not(.team).hide_rank th.rank,
#score_board .table_score:not(.simple):not(.team).hide_rank td.rank,
#score_board .table_score:not(.simple):not(.team).hide_add col.add,
#score_board .table_score:not(.simple):not(.team).hide_add th.add,
#score_board .table_score:not(.simple):not(.team).hide_add td.add,
#score_board .table_score:not(.simple).team.hide_rank_team col.rank,
#score_board .table_score:not(.simple).team.hide_rank_team th.rank,
#score_board .table_score:not(.simple).team.hide_rank_team td.rank,
#score_board .table_score:not(.simple).team.hide_add_team col.add,
#score_board .table_score:not(.simple).team.hide_add_team th.add,
#score_board .table_score:not(.simple).team.hide_add_team td.add,
#score_board .table_score:not(.simple).team.merge.hide_rank_team col.add_total,
#score_board .table_score:not(.simple).team.merge.hide_rank_team th.add_total,
#score_board .table_score:not(.simple).team.merge.hide_rank_team td.add_total,
#score_board .table_score:not(.simple).team.merge.hide_add_team col.add_sum,
#score_board .table_score:not(.simple).team.merge.hide_add_team th.add_sum,
#score_board .table_score:not(.simple).team.merge.hide_add_team td.add_sum{display:none!important}

#score_board .table_score.settitle:not(.team).hide_rank col.rank,
#score_board .table_score.settitle:not(.team).hide_rank th.rank,
#score_board .table_score.settitle:not(.team).hide_rank td.rank,
#score_board .table_score.settitle:not(.team).hide_add col.add,
#score_board .table_score.settitle:not(.team).hide_add th.add,
#score_board .table_score.settitle:not(.team).hide_add td.add,
#score_board .table_score.settitle.team.hide_rank_team col.rank,
#score_board .table_score.settitle.team.hide_rank_team th.rank,
#score_board .table_score.settitle.team.hide_rank_team td.rank,
#score_board .table_score.settitle.team.hide_add_team col.add,
#score_board .table_score.settitle.team.hide_add_team th.add,
#score_board .table_score.settitle.team.hide_add_team td.add,
#score_board .table_score.settitle.team.merge.hide_rank_team col.add_total,
#score_board .table_score.settitle.team.merge.hide_rank_team th.add_total,
#score_board .table_score.settitle.team.merge.hide_rank_team td.add_total,
#score_board .table_score.settitle.team.merge.hide_add_team col.add_sum,
#score_board .table_score.settitle.team.merge.hide_add_team th.add_sum,
#score_board .table_score.settitle.team.merge.hide_add_team td.add_sum{display:none!important}

/* 멀티 로고 감추기 */
#score_board.url2:not(.multilogo) .score_top,
#score_board.url3:not(.multilogo2) .score_top{display:none!important}

/* 총합 */
#score_board .table_score tbody tr.total td p{font-size:1.1em}

/* 지코 이전 */
#score_board.theme_coredream .table_score,
#score_board.theme_coredream p{font-family:"S-CoreDream"}
#score_board.theme_coredream .table_wrap{padding:4px;border:2px solid #0d0d0c;border-radius:25px;background:#ffffff}
#score_board.theme_coredream .table_inner{padding:8px;border:0;border-radius:20px;background:#7522e7}
#score_board.theme_coredream .table_score th{text-align:center;font-size:2.2em;color:#5c19b8;background:#ffffff;white-space:nowrap}
#score_board.theme_coredream .table_score th p{font-weight:900}
#score_board.theme_coredream .table_score td{text-align:center;line-height:1.25em;font-size:2.4em;color:#181516;border-top:2px solid #7522e7;background:#c291fa}
#score_board.theme_coredream .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_coredream .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_coredream .table_score td p{font-weight:800}
#score_board.theme_coredream .table_score td.number{padding:0 0.1em;font-size:2.6em;color:#5c19b8;background:#d5c0f3}
#score_board.theme_coredream .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.theme_coredream .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#ffe400;background:#5c19b8}
#score_board.theme_coredream .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#ffe400;background:#7737cf}
#score_board.theme_coredream .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#ffe400;background:#a16ee7}
#score_board.theme_coredream .table_score.rank th.rank,
#score_board.theme_coredream .table_score.add:not(.total) th.add,
#score_board.theme_coredream .table_score.add.total th.add_sum{color:#131212}
#score_board.theme_coredream .table_score.rank td.rank,
#score_board.theme_coredream .table_score.add:not(.total) td.add,
#score_board.theme_coredream .table_score.add.total td.add_sum{background:#d5c0f3}
/* #score_board.theme_coredream .table_score.team tr.team td.name p{color:#fff} */



/* 박퍼니 이전 */
#score_board.theme_roket0829h p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829h .table_wrap{padding:20px 15px 15px 15px;border:0;border-radius:15px;background:#1a1a1a}
#score_board.theme_roket0829h .table_inner{position:relative;padding:30px 5px 5px 5px;border:1px solid #ddd;border-radius:2px;background:#fff}
#score_board.theme_roket0829h .table_inner::before{display:block;content:"";position:absolute;left:0;top:-17px;right:0;height:60px;background:url("/resource/img/score/theme/roket0829/clipboard_top.png") no-repeat center top;background-size:contain}
#score_board.theme_roket0829h .table_score{border-radius:0}
#score_board.theme_roket0829h .table_score tr:not(.score_top) th{border-top:2px solid #201f1f}
#score_board.theme_roket0829h .table_score .score_top th{padding:0.1em;font-size:3em}
#score_board.theme_roket0829h .table_score th,
#score_board.theme_roket0829h .table_score td{color:#1a1a1a;background:transparent}
#score_board.theme_roket0829h .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829h .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829h .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_roket0829h .table_score.rank td.rank,
#score_board.theme_roket0829h .table_score.add:not(.total) td.add,
#score_board.theme_roket0829h .table_score.add.total td.add_sum{background:#e5e5e5}
#score_board.theme_roket0829h .table_score.rank th.rank,
#score_board.theme_roket0829h .table_score.add:not(.total) th.add,
#score_board.theme_roket0829h .table_score.add.total th.add_sum{color:#1a1a1a;background:#e5e5e5}
#score_board.theme_roket0829h .table_score th.bj,
#score_board.theme_roket0829h .table_score td.name{border-left:2px solid #201f1f}
#score_board.theme_roket0829h .table_mark{display:block}
#score_board.theme_roket0829h .table_mark::after{display:block;content:"JS \A COMPANY";white-space:pre;position:absolute;left:0;top:55%;right:0;transform:translateY(-50%);text-align:center;font-family:"NanumSquareNeoTTFeHv";font-weight:900;font-size:4em;color:rgba(0,0,0,0.1)}



/* 박퍼니 */
#score_board.theme_roket0829 p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829 .table_wrap{padding:20px 15px 23px 23px;border:0;border-radius:15px;box-shadow:0 5px 10px rgba(0,0,0,0.5);background:#1a1a1a}
#score_board.theme_roket0829 .table_inner{position:relative;padding:30px 15px 0 0;border:0;border-radius:2px;background:#fafafa}
#score_board.theme_roket0829 .table_inner::before{display:block;content:"";position:absolute;left:0;top:-17px;right:0;height:60px;background:url("/resource/img/score/theme/roket0829/clipboard_top.png") no-repeat center top;background-size:contain;z-index:2}
#score_board.theme_roket0829 .table_inner::after{display:block;content:"";position:absolute;left:-8px;bottom:-8px;width:100%;height:100%;border:1px solid #ddd;border-radius:2px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,0.2);z-index:1}
#score_board.theme_roket0829 .table_score{position:relative;border-radius:0;z-index:3}
#score_board.theme_roket0829 .table_score .score_top th{padding:0.1em;font-size:3em;border:0;background:transparent}
#score_board.theme_roket0829 .table_score .score_top th p{color:#000}
#score_board.theme_roket0829 .table_score th,
#score_board.theme_roket0829 .table_score td{padding-top:0.02em;padding-bottom:0.02em;color:#fff;border:2px solid #ddd;background:#444}
#score_board.theme_roket0829 .table_score th{font-size:2em}
#score_board.theme_roket0829 .table_score td{font-size:2.2em}
#score_board.theme_roket0829 .table_score tr:not(.score_top) th p,
#score_board.theme_roket0829 .table_score tr:not(.score_top) td p{text-shadow: rgba(0, 0, 0, 0.2) 3px 0px 0px, rgba(0, 0, 0, 0.2) 2.83487px 0.981584px 0px, rgba(0, 0, 0, 0.2) 2.35766px 1.85511px 0px, rgba(0, 0, 0, 0.2) 1.62091px 2.52441px 0px, rgba(0, 0, 0, 0.2) 0.705713px 2.91581px 0px, rgba(0, 0, 0, 0.2) -0.287171px 2.98622px 0px, rgba(0, 0, 0, 0.2) -1.24844px 2.72789px 0px, rgba(0, 0, 0, 0.2) -2.07227px 2.16926px 0px, rgba(0, 0, 0, 0.2) -2.66798px 1.37182px 0px, rgba(0, 0, 0, 0.2) -2.96998px 0.42336px 0px, rgba(0, 0, 0, 0.2) -2.94502px -0.571704px 0px, rgba(0, 0, 0, 0.2) -2.59586px -1.50383px 0px, rgba(0, 0, 0, 0.2) -1.96093px -2.27041px 0px, rgba(0, 0, 0, 0.2) -1.11013px -2.78704px 0px, rgba(0, 0, 0, 0.2) -0.137119px -2.99686px 0px, rgba(0, 0, 0, 0.2) 0.850987px -2.87677px 0px, rgba(0, 0, 0, 0.2) 1.74541px -2.43999px 0px, rgba(0, 0, 0, 0.2) 2.44769px -1.73459px 0px, rgba(0, 0, 0, 0.2) 2.88051px -0.838247px 0px}
#score_board.theme_roket0829 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:#444}
#score_board.theme_roket0829 .table_score.rank td.rank,
#score_board.theme_roket0829 .table_score.add:not(.total) td.add,
#score_board.theme_roket0829 .table_score.add.total td.add_sum{background:#333}
#score_board.theme_roket0829 .table_score.rank th.rank,
#score_board.theme_roket0829 .table_score.add:not(.total) th.add,
#score_board.theme_roket0829 .table_score.add.total th.add_sum{background:#333}
#score_board.theme_roket0829 .table_mark{display:block}
#score_board.theme_roket0829 .table_mark::after{display:block;content:"JS \A COMPANY";white-space:pre;position:absolute;left:0;top:60%;right:0;transform:translateY(-50%);text-align:center;font-family:"NanumSquareNeoTTFeHv";font-weight:900;font-size:5em;color:rgba(255,255,255,0.2)}
/* #score_board.theme_roket0829 .table_score th.align .icon{display:none!important} */

/* 별풍 숨기기 */
/* #score_board.theme_roket0829 .table_score.total:not(.to_addsum) col.rank,
#score_board.theme_roket0829 .table_score.total:not(.to_addsum) th.rank,
#score_board.theme_roket0829 .table_score.total:not(.to_addsum) td.rank{display:none} */
/* 기여도 숨기기 */
#score_board.theme_roket0829 .table_score.total:not(.to_addsum) col.add,
#score_board.theme_roket0829 .table_score.total:not(.to_addsum) th.add,
#score_board.theme_roket0829 .table_score.total:not(.to_addsum) td.add{display:none}
/* #score_board.theme_roket0829 .table_score:not(.total):not(.team) col.add,
#score_board.theme_roket0829 .table_score:not(.total):not(.team) th.add,
#score_board.theme_roket0829 .table_score:not(.total):not(.team) td.add{display:none} */

/* 박퍼니2 */
/* 스타일 초기화 */
/* #score_board.theme_roket0829a .table_score,
#score_board.theme_roket0829a p{font-family:"NEXON Lv1 Gothic"} */
#score_board.theme_roket0829a .table_score,
#score_board.theme_roket0829a p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829a .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829a .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829a .table_score{border-radius:0}
#score_board.theme_roket0829a .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_roket0829a .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_roket0829a .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829a .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829a .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_roket0829a .table_score.rank td.rank,
#score_board.theme_roket0829a .table_score.add:not(.total) td.add,
#score_board.theme_roket0829a .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_roket0829a .table_inner{position:relative;padding:4.5em 2em 5em 2em;overflow:hidden}
#score_board.theme_roket0829a .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:11.1em;background:url("/resource/img/score/theme/roket0829a/bg_top_bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_roket0829a .table_t{position:absolute;left:0;top:0;right:0;width:100%;height:11.1em;background:url("/resource/img/score/theme/roket0829a/bg_top.png") no-repeat center center;background-size:100% 100%;z-index:6}
#score_board.theme_roket0829a .table_mid{position:absolute;left:0;top:11em;right:0;bottom:5.4em;width:100%;background:url("/resource/img/score/theme/roket0829a/bg_mid_bg.png") no-repeat center center;background-size:100% 100%;z-index:1}
#score_board.theme_roket0829a .table_r{position:absolute;left:0;top:11em;right:0;bottom:5.4em;width:100%;background:url("/resource/img/score/theme/roket0829a/bg_mid.png") no-repeat center center;background-size:100% 100%;z-index:6}
#score_board.theme_roket0829a .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:5.5em;background:url("/resource/img/score/theme/roket0829a/bg_bot_bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_roket0829a .table_b{position:absolute;left:0;bottom:0;right:0;width:100%;height:5.5em;background:url("/resource/img/score/theme/roket0829a/bg_bot.png") no-repeat center center;background-size:100% 100%;z-index:6}
#score_board.theme_roket0829a .table_lt{position:absolute;top:9em;bottom:3em;left:0.6em;width:12px;background:url("/resource/img/score/theme/roket0829a/bg_mid_line_l.png") no-repeat center center;background-size:auto 100%;z-index:5}
#score_board.theme_roket0829a .table_rt{position:absolute;top:9em;bottom:3em;right:0.6em;width:12px;background:url("/resource/img/score/theme/roket0829a/bg_mid_line_r.png") no-repeat center center;background-size:auto 100%;z-index:5}
#score_board.theme_roket0829a .table_line{position:absolute;left:0;top:7em;right:0;bottom:1.2em;background:url("/resource/img/score/theme/roket0829a/bg_light.png") no-repeat center center;background-size:100% 100%;z-index:4}
#score_board.theme_roket0829a .table_l{position:absolute;left:1em;top:9em;right:1em;bottom:3em;z-index:3;background:radial-gradient(ellipse at center,  #0a3337 0%,#021b1f 100%)}
#score_board.theme_roket0829a .table_score{position:relative;z-index:10}
#score_board.theme_roket0829a .table_score thead .score_top th{padding:0.2em 0 1.2em 0}
#score_board.theme_roket0829a .table_score thead .score_top .logo{display:block;margin:0 auto;height:2.5em}
#score_board.theme_roket0829a .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/roket0829a/bg_th.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_roket0829a .table_score th{padding:0.02em 0;font-size:1.6em;color:#000!important}
#score_board.theme_roket0829a .table_score td{padding:0.1em 0.1em 0 0.1em;font-size:1.6em}
#score_board.theme_roket0829a .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_roket0829a .table_score td.right{padding-right:0.2em}
#score_board.theme_roket0829a .table_score tbody tr{background:url("/resource/img/score/theme/roket0829a/bg_line.png") no-repeat center top;background-size:100% 3px}
#score_board.theme_roket0829a .table_score tbody tr:first-child{background:transparent}

/* 박퍼니 봄 */
#score_board.theme_roket0829b .table_score,
#score_board.theme_roket0829b p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829b .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829b .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829b .table_score{border-radius:0;overflow:visible}
#score_board.theme_roket0829b .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_roket0829b .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_roket0829b .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829b .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829b .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_roket0829b .table_score.rank td.rank,
#score_board.theme_roket0829b .table_score.add:not(.total) td.add,
#score_board.theme_roket0829b .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_roket0829b{padding-top:8em}
#score_board.theme_roket0829b .table_wrap{background:url("/resource/img/score/theme/roket0829b/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_roket0829b .table_inner{padding:0 2em 2em 2em}
#score_board.theme_roket0829b .score_top{position:relative;height:6em}
#score_board.theme_roket0829b .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:6em}
#score_board.theme_roket0829b .table_score thead tr:not(.score_top) th{color:#53393a!important;border:2px solid #fff;background:#fff}
#score_board.theme_roket0829b .table_score tbody tr{background:rgba(237,149,157,0.2)}
#score_board.theme_roket0829b .table_score tbody td{padding:0.05em;color:#fff;border:2px solid #fff;text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_roket0829b .table_score tbody td.right{padding-right:0.4em}

/* 박퍼니 여름 */
#score_board.theme_roket0829c .table_score,
#score_board.theme_roket0829c p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829c .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829c .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829c .table_score{border-radius:0;overflow:visible}
#score_board.theme_roket0829c .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_roket0829c .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_roket0829c .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829c .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829c .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_roket0829c .table_score.rank td.rank,
#score_board.theme_roket0829c .table_score.add:not(.total) td.add,
#score_board.theme_roket0829c .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_roket0829c{padding-top:8em}
#score_board.theme_roket0829c .table_wrap{border:10px solid #fff;border-radius:15px;background:#fff url("/resource/img/score/theme/roket0829c/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_roket0829c .table_inner{padding:0 2em 2em 2em}
#score_board.theme_roket0829c .score_top{position:relative;height:6em}
#score_board.theme_roket0829c .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:6em}
#score_board.theme_roket0829c .table_score thead tr:not(.score_top) th{color:#53393a!important;border:2px solid #fff;background:#fff}
#score_board.theme_roket0829c .table_score tbody tr{background:rgba(255,255,255,0.2)}
#score_board.theme_roket0829c .table_score tbody td{padding:0.05em;color:#fff;border:2px solid #fff;text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_roket0829c .table_score tbody td.right{padding-right:0.4em}

/* #score_board.theme_roket0829c .table_score.total.to_sum col.add,
#score_board.theme_roket0829c .table_score.total.to_sum th.add,
#score_board.theme_roket0829c .table_score.total.to_sum td.add{display:none!important} */

/* 박퍼니 가을 */
#score_board.theme_roket0829d .table_score,
#score_board.theme_roket0829d p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829d .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829d .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829d .table_score{border-radius:0;overflow:visible}
#score_board.theme_roket0829d .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_roket0829d .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_roket0829d .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829d .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829d .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_roket0829d .table_score.rank td.rank,
#score_board.theme_roket0829d .table_score.add:not(.total) td.add,
#score_board.theme_roket0829d .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_roket0829d{padding-top:8em}
#score_board.theme_roket0829d .table_wrap{background:url("/resource/img/score/theme/roket0829d/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_roket0829d .table_inner{padding:0 4.5em 2em 4.5em}
#score_board.theme_roket0829d .score_top{position:relative;height:7em}
#score_board.theme_roket0829d .score_top .logo{display:block;position:absolute;left:50%;bottom:0.5em;transform:translateX(-50%);height:6em}
#score_board.theme_roket0829d .table_score thead tr:not(.score_top) th{color:#53393a!important;border:2px solid #fff;background:#fff}
#score_board.theme_roket0829d .table_score tbody tr{background:rgba(255,255,255,0.2)}
#score_board.theme_roket0829d .table_score tbody td{padding:0.05em;color:#fff;border:2px solid #fff;text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_roket0829d .table_score tbody td.right{padding-right:0.4em}

#score_board.theme_roket0829d .table_score.total.to_sum col.add,
#score_board.theme_roket0829d .table_score.total.to_sum th.add,
#score_board.theme_roket0829d .table_score.total.to_sum td.add{display:none!important}

/* 박퍼니 겨울2 */
#score_board.theme_roket0829e .table_score,
#score_board.theme_roket0829e p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_roket0829e .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829e .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_roket0829e .table_score{border-radius:0;overflow:visible}
#score_board.theme_roket0829e .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_roket0829e .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_roket0829e .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_roket0829e .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_roket0829e .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_roket0829e .table_score.rank td.rank,
#score_board.theme_roket0829e .table_score.add:not(.total) td.add,
#score_board.theme_roket0829e .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_roket0829e{padding-top:7em}
#score_board.theme_roket0829e .table_wrap{background:url("/resource/img/score/theme/roket0829e/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_roket0829e .table_inner{position:relative;padding:7.5em 5% 2em 5%}
#score_board.theme_roket0829e .score_top{position:relative;height:0}
#score_board.theme_roket0829e .score_top .logo{display:block;position:absolute;left:50%;bottom:1em;transform:translateX(-50%);height:6em}
#score_board.theme_roket0829e .table_score{background:url("/resource/img/score/theme/roket0829e/bg_table.png") no-repeat center bottom;background-size:cover}
#score_board.theme_roket0829e .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/roket0829e/bg_th.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_roket0829e .table_score thead tr:not(.score_top) th{border-top:2px solid #fff;color:#fff!important;text-shadow: #40516a 2px 0px 0px, #40516a 1.75517px 0.958851px 0px, #40516a 1.0806px 1.68294px 0px, #40516a 0.141474px 1.99499px 0px, #40516a -0.832294px 1.81859px 0px, #40516a -1.60229px 1.19694px 0px, #40516a -1.97998px 0.28224px 0px, #40516a -1.87291px -0.701566px 0px, #40516a -1.30729px -1.5136px 0px, #40516a -0.421592px -1.95506px 0px, #40516a 0.567324px -1.91785px 0px, #40516a 1.41734px -1.41108px 0px, #40516a 1.92034px -0.558831px 0px}
#score_board.theme_roket0829e .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #fff;}
#score_board.theme_roket0829e .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #fff;}
#score_board.theme_roket0829e .table_score tbody tr{background:rgba(133,152,181,0.3)}
#score_board.theme_roket0829e .table_score tbody td{padding:0.05em;color:#fff;border:2px solid #fff;text-shadow: #40516a 2px 0px 0px, #40516a 1.75517px 0.958851px 0px, #40516a 1.0806px 1.68294px 0px, #40516a 0.141474px 1.99499px 0px, #40516a -0.832294px 1.81859px 0px, #40516a -1.60229px 1.19694px 0px, #40516a -1.97998px 0.28224px 0px, #40516a -1.87291px -0.701566px 0px, #40516a -1.30729px -1.5136px 0px, #40516a -0.421592px -1.95506px 0px, #40516a 0.567324px -1.91785px 0px, #40516a 1.41734px -1.41108px 0px, #40516a 1.92034px -0.558831px 0px}
#score_board.theme_roket0829e .table_score tbody td.right{padding-right:0.4em}

#score_board.theme_roket0829e .snow_effect_box{display:block!important;font-size:1em;color:#fff}

#score_board.theme_roket0829b.url2:not(.multilogo) .table_inner{padding-top:1.5em}

/* 철구 */
/* #score_board.theme_y1026 .table_score th.align .icon{display:none!important} */
/* 스타일 초기화 */
#score_board.theme_y1026 .table_score,
#score_board.theme_y1026 p{font-family:"NanumSquareNeoTTFcBd"}
#score_board.theme_y1026 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_y1026 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_y1026 .table_score{border-radius:0}
#score_board.theme_y1026 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_y1026 .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_y1026 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_y1026 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_y1026 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_y1026 .table_score.rank td.rank,
#score_board.theme_y1026 .table_score.add:not(.total) td.add,
#score_board.theme_y1026 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_y1026 .table_wrap{position:relative;padding:1.5em 1em 1em 1em;border-radius:30px;box-shadow:4px 4px 8px rgba(0,0,0,0.4),inset 0 0 40px rgba(92,56,8,1);background:url("/resource/img/score/theme/toos12a/bg_board.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_y1026 .table_wrap::before{display:block;content:"";position:absolute;left:0;top:0.1em;right:0;height:3em;background:url("/resource/img/score/theme/toos12a/clip.png") no-repeat center center;background-size:auto 100%;z-index:2}
#score_board.theme_y1026 .table_inner{position:relative;padding:15px 10px 10px 10px;border-radius:20px;box-shadow:3px 3px 10px rgba(0,0,0,0.5);background:url("/resource/img/score/theme/toos12a/bg_table.png") no-repeat center center;background-size:100% 100%;z-index:1}
#score_board.theme_y1026 .score_top th{padding:5px 0 25px 0;text-align:center;background:url("/resource/img/score/theme/no3miggi/line_dotted.png") repeat-x left bottom 4px}
#score_board.theme_y1026 .table_score{border-radius:0 0 15px 15px}
#score_board.theme_y1026 .table_score .score_top th{padding:0 0 0.2em 0;font-size:4em;border:0}
#score_board.theme_y1026 .table_score .score_top th p{color:#000;font-family:"PyeongChangPeace"!important;font-weight:700}
#score_board.theme_y1026 .table_score tr:not(.score_top) th{padding:0.2em 0;color:#fff;background:#000}
#score_board.theme_y1026 .table_score tr:not(.score_top) th p{font-family:"PuradakGentleGothic"}
#score_board.theme_y1026 .icon_left{display:none!important}
#score_board.theme_y1026 .table_score tbody td.right{padding-right:0.4em}
#score_board.theme_y1026 .table_score td{padding:0.1em;line-height:1.2em;color:#000}
#score_board.theme_y1026 .table_score td p{font-weight:700}
/* #score_board.theme_y1026 .table_score{border-spacing:0 5px;border-collapse:separate} */
#score_board.theme_y1026 .table_score td.award p,
#score_board.theme_y1026 .table_score td.alias p,
#score_board.theme_y1026 .table_score td.name p{font-family:"NanumSquareNeoTTFeHv"}
#score_board.theme_y1026 .table_score td.number{font-size:2.2em}
#score_board.theme_y1026 .table_score td.number p{font-family:"ChosunLo";font-weight:700}
#score_board.theme_y1026 .table_score.total col.add,
#score_board.theme_y1026 .table_score.total th.add,
#score_board.theme_y1026 .table_score.total td.add{display:none}

/* 스타일 초기화 */
#score_board.theme_y10262 .table_score,
#score_board.theme_y10262 p{font-family:"NanumSquareNeoTTFcBd"}
#score_board.theme_y10262 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_y10262 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_y10262 .table_score{border-radius:0}
#score_board.theme_y10262 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_y10262 .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_y10262 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_y10262 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_y10262 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_y10262 .table_score.rank td.rank,
#score_board.theme_y10262 .table_score.add:not(.total) td.add,
#score_board.theme_y10262 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_y10262{padding-top:6em}
#score_board.theme_y10262 .table_wrap{background:url("/resource/img/score/theme/y10262/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_y10262 .score_top{position:relative;height:10em}
#score_board.theme_y10262 .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:15em}
#score_board.theme_y10262 .table_inner{padding:0 4em 4em 5em}
#score_board.theme_y10262 .table_score{border-radius:1em;background:#002e80}
#score_board.theme_y10262 .table_score tr:not(.score_top) th{padding:0.1em;background:rgba(70,224,255,1)}
#score_board.theme_y10262 .table_score tr:not(.score_top) th p{color:#002c82;font-family:"S-CoreDream"!important;font-weight:800}
#score_board.theme_y10262 .table_score tbody td{padding:0.05em;border-bottom:2px dashed #d3d1bd}
#score_board.theme_y10262 .table_score tbody td.right{padding-right:0.4em}
#score_board.theme_y10262 .table_score tbody tr:last-child td{border-bottom:0}
#score_board.theme_y10262.total .table_inner{padding:0 6em 5em 7em}
#score_board.theme_y10262 .table_score.total col.add,
#score_board.theme_y10262 .table_score.total th.add,
#score_board.theme_y10262 .table_score.total td.add{display:none}

#score_board.theme_y10262 .table_score.merge tr.team_top:not(:first-child) td{border-top:4px dashed #d3d1bd}
#score_board.theme_y10262 .table_score.merge td.alias{border-right:2px dashed #d3d1bd}
#score_board.theme_y10262 .table_score.merge td.add_total,
#score_board.theme_y10262 .table_score.merge td.add_sum{border-left:2px dashed #d3d1bd}

#score_board.theme_y10262.url2:not(.multilogo) .table_inner,
#score_board.theme_y10262.url3:not(.multilogo2) .table_inner{padding-top:3em}


/* 춤추는 곰돌 이전꺼 */
/* #score_board.theme_rlaquf0130 .table_mark::after{display:block;content:"";position:absolute;left:0;right:0;top:55%;transform:translateY(-50%);height:20em;background:url("/resource/img/score/theme/rlaquf0130/logo.png") no-repeat center center;background-size:contain;opacity:0.1}
#score_board.theme_rlaquf0130 .table_score th.align .icon{display:none!important} */



/* 춤추는곰돌 */
#score_board.theme_rlaquf0130{font-size:12px!important}
/* 스타일 초기화 */
#score_board.theme_rlaquf0130 .table_score,
#score_board.theme_rlaquf0130 p{font-family:"Jamsil"}
#score_board.theme_rlaquf0130 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_rlaquf0130 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_rlaquf0130 .table_score{border-radius:0}
#score_board.theme_rlaquf0130 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_rlaquf0130 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_rlaquf0130 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_rlaquf0130 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_rlaquf0130 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_rlaquf0130 .table_score.rank td.rank,
#score_board.theme_rlaquf0130 .table_score.add:not(.total) td.add,
#score_board.theme_rlaquf0130 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_rlaquf0130 .table_score th.align .icon{display:none!important}
/* //스타일 초기화 */
#score_board.theme_rlaquf0130 .table_inner{position:relative;padding:0 6% 40px 4%}
#score_board.theme_rlaquf0130 .table_score{position:relative;z-index:3}
#score_board.theme_rlaquf0130 .table_top{position:absolute;left:0;top:0;right:0;height:186px;background:url("/resource/img/score/theme/rlaquf0130/bg_top.png") no-repeat center top;background-size:100% 100%;z-index:2}
#score_board.theme_rlaquf0130 .table_mid{position:absolute;left:0;top:185px;bottom:136px;right:0;background:url("/resource/img/score/theme/rlaquf0130/bg_mid.png") no-repeat center top;background-size:100% 100%;z-index:1}
#score_board.theme_rlaquf0130 .table_bot{position:absolute;left:0;bottom:0;right:0;height:137px;background:url("/resource/img/score/theme/rlaquf0130/bg_bot.png") no-repeat center top;background-size:100% 100%;z-index:2}
#score_board.theme_rlaquf0130 .table_score th{padding:0.25em 0.2em;font-size:2em}
#score_board.theme_rlaquf0130 .table_score th p{font-weight:700}
#score_board.theme_rlaquf0130 .table_score td{padding:0 0.3em;font-size:2.2em}
#score_board.theme_rlaquf0130 .table_score td p{font-weight:700}
#score_board.theme_rlaquf0130 .table_score td{border-left:1px solid rgba(255,255,255,0.1)}
#score_board.theme_rlaquf0130 .table_score tr td:first-child{border-left:0}
#score_board.theme_rlaquf0130 .table_score thead .score_top th{padding:40px 0 17px 0}
#score_board.theme_rlaquf0130 .table_score thead .score_top .logo{display:block;margin:0 auto;height:32px}
#score_board.theme_rlaquf0130 .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/rlaquf0130/th_line.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_rlaquf0130 .table_inner::after{display:block;content:"";position:absolute;right:2.7%;top:69px;width:3.4%;height:58px;background:url("/resource/img/score/theme/rlaquf0130/th_line_right.png") no-repeat center center;background-size:100% 100%;z-index:4}
#score_board.theme_rlaquf0130 .table_score tbody::before{display:block;content:"-";height:10px;text-indent:-9999px}
#score_board.theme_rlaquf0130 .table_score td.number{font-size:2.6em}
#score_board.theme_rlaquf0130 .table_score td.number p{font-weight:800}
#score_board.theme_rlaquf0130 .table_score td.rank,
#score_board.theme_rlaquf0130 .table_score td.add{font-size:2.6em;color:#fead1a}
#score_board.theme_rlaquf0130 .table_score td.rank p,
#score_board.theme_rlaquf0130 .table_score td.add p{font-weight:800}
/* #score_board.theme_rlaquf0130 .table_score.rank th.rank, */
#score_board.theme_rlaquf0130 .table_score.rank td.rank{color:#fc710b}
/* #score_board.theme_rlaquf0130 .table_score.add th.add, */
#score_board.theme_rlaquf0130 .table_score.add td.add{color:#fc710b}
#score_board.theme_rlaquf0130 .table_mark{display:block;z-index:5}
#score_board.theme_rlaquf0130 .table_mark::after{display:block;content:"";position:absolute;left:0;right:0;top:60%;transform:translateY(-50%);height:20em;background:url("/resource/img/score/theme/rlaquf0130/bg_logo.png") no-repeat center center;background-size:contain;opacity:0.1}



/* 시조새 */
#score_board.theme_superbsw123 .table_score thead .score_top th{padding:0.2em;background:#fff}
#score_board.theme_superbsw123 .table_score thead .score_top .logo{display:block;margin:0 auto;height:4.5em}
/* #score_board.theme_superbsw123 .table_score{background:url("/resource/img/score/theme/superbsw123/logo.gif") no-repeat center 75%;background-size:auto 80%}
#score_board.theme_superbsw123 .table_score tbody{opacity:0.85} */

/* 시조새 */
/* 스타일 초기화 */
#score_board.theme_superbsw1232.theme .table_score,
#score_board.theme_superbsw1232.theme p{font-family:"NEXON Lv1 Gothic"}
#score_board.theme_superbsw1232.theme .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1232.theme .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1232.theme .table_score{border-radius:0}
#score_board.theme_superbsw1232.theme .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_superbsw1232.theme .table_score td{padding:0;color:#fff;border:0;background:rgba(252,152,17,0.14)}
#score_board.theme_superbsw1232.theme .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_superbsw1232.theme .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_superbsw1232.theme .table_score:not(.team) tbody tr:nth-child(3) td.name{background:rgba(252,152,17,0.14)}
#score_board.theme_superbsw1232.theme .table_score.rank td.rank,
#score_board.theme_superbsw1232.theme .table_score.add:not(.total) td.add,
#score_board.theme_superbsw1232.theme .table_score.add.total td.add_sum{background:rgba(252,152,17,0.14)}
#score_board.theme_superbsw1232.theme .table_score th.align .icon{margin-left:0!important}
#score_board.theme_superbsw1232 .score_top{display:none}

#score_board.theme_superbsw1232.theme{padding-top:4em}
#score_board.theme_superbsw1232.theme .table_inner{position:relative;padding:1.5em 4.5vw 2em 4.5vw;background:url("/resource/img/score/theme/superbsw1232/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_superbsw1232.theme .table_inner::before,
#score_board.theme_superbsw1232.theme .table_inner::after{display:block;content:"";position:absolute;left:1.5vw;bottom:2.2em;width:1em;height:3em;background:url("/resource/img/score/theme/superbsw1232/dot.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_superbsw1232.theme .table_inner::after{left:auto;right:1.8vw;bottom:auto;top:1.5em}
#score_board.theme_superbsw1232.theme div.score_top.theme{display:block;position:relative;height:8em;background:url("/resource/img/score/theme/superbsw1232/bg_top.png") no-repeat center center;background-size:100% 100%;z-index:10}
#score_board.theme_superbsw1232.theme div.score_top .logo{position:absolute;left:50%;bottom:-0.8em;transform:translateX(-50%);height:95%;z-index:2}
#score_board.theme_superbsw1232.theme div.score_top::before,
#score_board.theme_superbsw1232.theme div.score_top::after{display:block;content:"";position:absolute;left:3em;bottom:-0.3em;width:5em;height:2em;background:url("/resource/img/score/theme/superbsw1232/light.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_superbsw1232.theme div.score_top::after{left:auto;right:2.5em;bottom:-0.5em}
#score_board.theme_superbsw1232.theme .table_score thead th{color:#000;font-size:1.6em;font-weight:700;border:2px solid #f39600;background:#f39600}
#score_board.theme_superbsw1232.theme .table_score thead th p{font-weight:700}
#score_board.theme_superbsw1232.theme .table_score tbody td{padding:0.1em 0;font-size:1.5em;color:#fff;border:2px solid #f39600}
#score_board.theme_superbsw1232.theme .table_score td.right{padding-right:0.5em}


/* 스타일 초기화 */
#score_board.theme_superbsw1232.theme2 .table_score,
#score_board.theme_superbsw1232.theme2 p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_superbsw1232.theme2 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1232.theme2 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1232.theme2 .table_score{border-radius:0}
#score_board.theme_superbsw1232.theme2 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_superbsw1232.theme2 .table_score td{padding:0;color:#fff;border:0;background:rgba(51,51,51,0.2)}
#score_board.theme_superbsw1232.theme2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_superbsw1232.theme2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_superbsw1232.theme2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:rgba(51,51,51,0.2)}
#score_board.theme_superbsw1232.theme2 .table_score.rank td.rank,
#score_board.theme_superbsw1232.theme2 .table_score.add:not(.total) td.add,
#score_board.theme_superbsw1232.theme2 .table_score.add.total td.add_sum{background:rgba(51,51,51,0.2)}
#score_board.theme_superbsw1232.theme2 .table_score th.align .icon{margin-left:0!important}

#score_board.theme_superbsw1232.theme2 .table_inner{position:relative;padding:0 55px 20px 55px}
#score_board.theme_superbsw1232.theme2 .table_lt{display:none;position:absolute;left:0;top:2.6em;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1233/bg_lt.png") no-repeat;z-index:2}
#score_board.theme_superbsw1232.theme2 .table_rt{display:none;position:absolute;right:0;top:2.6em;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1233/bg_rt.png") no-repeat;z-index:2}
#score_board.theme_superbsw1232.theme2 .table_lb{display:none;position:absolute;left:0;bottom:0;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1233/bg_lb.png") no-repeat}
#score_board.theme_superbsw1232.theme2 .table_rb{display:none;position:absolute;right:0;bottom:0;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1233/bg_rb.png") no-repeat}
#score_board.theme_superbsw1232.theme2 .table_l{display:none;position:absolute;left:0;top:3em;bottom:60px;width:59px;background:url("/resource/img/score/theme/superbsw1233/bg_l.png") repeat-y}
#score_board.theme_superbsw1232.theme2 .table_r{display:none;position:absolute;right:0;top:3em;bottom:60px;width:59px;background:url("/resource/img/score/theme/superbsw1233/bg_r.png") repeat-y}
#score_board.theme_superbsw1232.theme2 .table_top{position:absolute;left:40px;top:0;right:40px;height:5em;background:url("/resource/img/score/theme/superbsw1233/bg_top.png") no-repeat;background-size:100% 100%}
#score_board.theme_superbsw1232.theme2 .table_mid{position:absolute;left:40px;bottom:5px;right:40px;top:5em;background:url("/resource/img/score/theme/superbsw1233/bg.png") no-repeat;background-size:100% 100%}
#score_board.theme_superbsw1232.theme2 .table_score{position:relative;z-index:10;overflow:visible}
#score_board.theme_superbsw1232.theme2 .table_score thead .score_top.theme2{display:table-row}
#score_board.theme_superbsw1232.theme2 .table_score thead .score_top th{height:4.6em}
#score_board.theme_superbsw1232.theme2 .table_score thead .score_top .logo{position:absolute;left:50%;top:-0.8em;transform:translateX(-50%);height:5em}
#score_board.theme_superbsw1232.theme2 .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/superbsw1233/th_bg.png") no-repeat;background-size:100% 100%}
#score_board.theme_superbsw1232.theme2 .table_score thead tr:not(.score_top) th{color:#000!important;border:2px solid #fde7bd;border-left:0;border-right:0}
#score_board.theme_superbsw1232.theme2 .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #fde7bd}
#score_board.theme_superbsw1232.theme2 .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #fde7bd}
#score_board.theme_superbsw1232.theme2 .table_score th{padding:0.1em 0;font-size:1.6em}
#score_board.theme_superbsw1232.theme2 .table_score td{padding:0.15em 0.1em 0.1em 0.1em;font-size:1.5em;border:2px solid #fde7bd}
#score_board.theme_superbsw1232.theme2 .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_superbsw1232.theme2 .table_score td.right{padding-right:0.3em}

/* 스타일 초기화 */
#score_board.theme_superbsw1232.theme3 .table_score,
#score_board.theme_superbsw1232.theme3 p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_superbsw1232.theme3 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1232.theme3 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1232.theme3 .table_score{border-radius:0}
#score_board.theme_superbsw1232.theme3 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_superbsw1232.theme3 .table_score td{padding:0;color:#fff;border:0;background:rgba(255,255,255,0.2)}
#score_board.theme_superbsw1232.theme3 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_superbsw1232.theme3 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_superbsw1232.theme3 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:rgba(255,255,255,0.2)}
#score_board.theme_superbsw1232.theme3 .table_score.rank td.rank,
#score_board.theme_superbsw1232.theme3 .table_score.add:not(.total) td.add,
#score_board.theme_superbsw1232.theme3 .table_score.add.total td.add_sum{background:rgba(255,255,255,0.2)}
#score_board.theme_superbsw1232.theme3 .table_score th.align .icon{margin-left:0!important}

#score_board.theme_superbsw1232.theme3 .table_inner{position:relative;padding:0 55px 20px 55px}
#score_board.theme_superbsw1232.theme3 .table_lt{display:none;position:absolute;left:0;top:2.6em;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1234/bg_lt.png") no-repeat;z-index:2}
#score_board.theme_superbsw1232.theme3 .table_rt{display:none;position:absolute;right:0;top:2.6em;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1234/bg_rt.png") no-repeat;z-index:2}
#score_board.theme_superbsw1232.theme3 .table_lb{display:none;position:absolute;left:0;bottom:0;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1234/bg_lb.png") no-repeat}
#score_board.theme_superbsw1232.theme3 .table_rb{display:none;position:absolute;right:0;bottom:0;width:59px;height:60px;background:url("/resource/img/score/theme/superbsw1234/bg_rb.png") no-repeat}
#score_board.theme_superbsw1232.theme3 .table_l{display:none;position:absolute;left:0;top:3em;bottom:60px;width:59px;background:url("/resource/img/score/theme/superbsw1234/bg_l.png") repeat-y}
#score_board.theme_superbsw1232.theme3 .table_r{display:none;position:absolute;right:0;top:3em;bottom:60px;width:59px;background:url("/resource/img/score/theme/superbsw1234/bg_r.png") repeat-y}
#score_board.theme_superbsw1232.theme3 .table_top{position:absolute;left:40px;top:0;right:40px;height:7em;background:url("/resource/img/score/theme/superbsw1234/bg_top.png") no-repeat;background-size:100% 100%}
#score_board.theme_superbsw1232.theme3 .table_mid{position:absolute;left:40px;bottom:5px;right:40px;top:7em;background:url("/resource/img/score/theme/superbsw1234/bg.png") no-repeat;background-size:100% 100%}
#score_board.theme_superbsw1232.theme3 .table_score{position:relative;z-index:10;overflow:visible}
#score_board.theme_superbsw1232.theme3 .table_score thead .score_top.theme3{display:table-row}
#score_board.theme_superbsw1232.theme3 .table_score thead .score_top th{height:4.6em}
#score_board.theme_superbsw1232.theme3 .table_score thead .score_top .logo{position:absolute;left:50%;top:-0.8em;transform:translateX(-50%);height:5em}
#score_board.theme_superbsw1232.theme3 .table_score thead tr:not(.score_top) th{color:#000!important;border:2px solid #fff;background:#fff}
#score_board.theme_superbsw1232.theme3 .table_score th{padding:0.1em 0;font-size:1.6em;color:#000}
#score_board.theme_superbsw1232.theme3 .table_score td{padding:0.15em 0.1em 0.1em 0.1em;color:#fff;font-size:1.5em;border:2px solid #fff}
#score_board.theme_superbsw1232.theme3 .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_superbsw1232.theme3 .table_score td.right{padding-right:0.3em}

#score_board.theme_superbsw1232 .table_score.total.to_sum col.add,
#score_board.theme_superbsw1232 .table_score.total.to_sum th.add,
#score_board.theme_superbsw1232 .table_score.total.to_sum td.add{display:none!important}

#score_board.theme_superbsw1235.theme .table_score,
#score_board.theme_superbsw1235.theme p{font-family:"NEXON Lv1 Gothic"}
#score_board.theme_superbsw1235.theme .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1235.theme .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1235.theme .table_score{border-radius:0}
#score_board.theme_superbsw1235.theme .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_superbsw1235.theme .table_score td{padding:0;color:#fff;border:0;background:rgba(252,152,17,0.14)}
#score_board.theme_superbsw1235.theme .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_superbsw1235.theme .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_superbsw1235.theme .table_score:not(.team) tbody tr:nth-child(3) td.name{background:rgba(252,152,17,0.14)}
#score_board.theme_superbsw1235.theme .table_score.rank td.rank,
#score_board.theme_superbsw1235.theme .table_score.add:not(.total) td.add,
#score_board.theme_superbsw1235.theme .table_score.add.total td.add_sum{background:rgba(252,152,17,0.14)}
#score_board.theme_superbsw1235.theme .table_score th.align .icon{margin-left:0!important}
#score_board.theme_superbsw1235:not(.theme2):not(.theme3) .score_top{display:none}

#score_board.theme_superbsw1235.theme{padding-top:4em}
#score_board.theme_superbsw1235.theme .table_inner{position:relative;padding:1.5em 4.5vw 2em 4.5vw;background:url("/resource/img/score/theme/superbsw1232/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_superbsw1235.theme .table_inner::before,
#score_board.theme_superbsw1235.theme .table_inner::after{display:block;content:"";position:absolute;left:1.5vw;bottom:2.2em;width:1em;height:3em;background:url("/resource/img/score/theme/superbsw1232/dot.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_superbsw1235.theme .table_inner::after{left:auto;right:1.8vw;bottom:auto;top:1.5em}
#score_board.theme_superbsw1235.theme div.score_top.theme{display:block;position:relative;height:8em;background:url("/resource/img/score/theme/superbsw1232/bg_top.png") no-repeat center center;background-size:100% 100%;z-index:10}
#score_board.theme_superbsw1235.theme div.score_top .logo{position:absolute;left:50%;bottom:-0.8em;transform:translateX(-50%);height:95%;z-index:2}
#score_board.theme_superbsw1235.theme div.score_top::before,
#score_board.theme_superbsw1235.theme div.score_top::after{display:block;content:"";position:absolute;left:3em;bottom:-0.3em;width:5em;height:2em;background:url("/resource/img/score/theme/superbsw1232/light.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_superbsw1235.theme div.score_top::after{left:auto;right:2.5em;bottom:-0.5em}
#score_board.theme_superbsw1235.theme .table_score thead th{color:#000;font-size:1.6em;font-weight:700;border:2px solid #f39600;background:#f39600}
#score_board.theme_superbsw1235.theme .table_score thead th p{font-weight:700}
#score_board.theme_superbsw1235.theme .table_score tbody td{padding:0.1em 0;font-size:1.5em;color:#fff;border:2px solid #f39600}
#score_board.theme_superbsw1235.theme .table_score td.right{padding-right:0.5em}

/* #score_board.theme_superbsw1235.theme2 .table_score,
#score_board.theme_superbsw1235.theme2 p{font-family:"NEXON Lv1 Gothic"!important;font-weight:700!important} */
#score_board.theme_superbsw1235.theme2 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1235.theme2 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1235.theme2 .table_score{border-radius:0;overflow:visible}
#score_board.theme_superbsw1235.theme2 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_superbsw1235.theme2 .table_score td{padding:0;color:#000;border:0;background:transparent}
#score_board.theme_superbsw1235.theme2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_superbsw1235.theme2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_superbsw1235.theme2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_superbsw1235.theme2 .table_score.rank td.rank,
#score_board.theme_superbsw1235.theme2 .table_score.add:not(.total) td.add,
#score_board.theme_superbsw1235.theme2 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_superbsw1235.theme2 .table_score th.align .icon{margin-left:0!important}

#score_board.theme_superbsw1235.theme2{padding-top:7em}
#score_board.theme_superbsw1235.theme2 div.score_top{display:none}
#score_board.theme_superbsw1235.theme2 .table_wrap{padding:0.3em;background: linear-gradient(to bottom,  #96b3fb 0%,#f4bfdf 22%,#bd99c8 52%,#f4bfe0 79%,#99b4fa 100%);}
#score_board.theme_superbsw1235.theme2 .table_inner{padding:0 4% 4% 4%;background:url("/resource/img/score/theme/superbsw1235/bg.png") no-repeat center center;background-size:104% 104%}
#score_board.theme_superbsw1235.theme2 .table_score thead tr.score_top{position:relative;height:4em}
#score_board.theme_superbsw1235.theme2 .table_score thead tr.score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:5.5em}
#score_board.theme_superbsw1235.theme2 .table_score thead tr:not(.score_top){background: linear-gradient(to right,  #b5b9f4 0%,#f4c1e2 50%,#d2a6cf 100%);}
#score_board.theme_superbsw1235.theme2 .table_score thead tr:not(.score_top) th{padding:0.2em 0 0.1em 0;font-size:1.7em}
#score_board.theme_superbsw1235.theme2 .table_score thead tr:not(.score_top) th p{text-shadow:0px 0px 0.15em #8150A4,0px 0px 0.15em #8150A4,0px 0px 0.15em #8150A4}
#score_board.theme_superbsw1235.theme2 .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #b5b9f4}
#score_board.theme_superbsw1235.theme2 .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #d2a6cf}
#score_board.theme_superbsw1235.theme2 .table_score tbody tr{background:rgba(255,255,255,0.4)}
#score_board.theme_superbsw1235.theme2 .table_score tbody td.border_right{padding-right:0.4em}
#score_board.theme_superbsw1235.theme2 .table_score tbody td{padding:0.1em 0.1em 0 0.1em;line-height:1.3;font-size:1.7em;border-left:2px solid rgba(155,136,210,0.5);border-bottom:2px solid rgba(155,136,210,0.5);border-right:2px solid rgba(155,136,210,0.5)}
#score_board.theme_superbsw1235.theme2 .table_score tbody td.right{padding-right:0.2em}
#score_board.theme_superbsw1235.theme2 .table_score tbody td p{text-shadow:0px 0px 0.15em #fff,0px 0px 0.15em #fff,0px 0px 0.15em #fff}

/* #score_board.theme_superbsw1235.theme3 .table_score,
#score_board.theme_superbsw1235.theme3 p{font-family:"NEXON Lv1 Gothic"!important;font-weight:700!important} */
#score_board.theme_superbsw1235.theme3 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1235.theme3 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_superbsw1235.theme3 .table_score{border-radius:0;overflow:visible}
#score_board.theme_superbsw1235.theme3 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_superbsw1235.theme3 .table_score td{padding:0;color:#000;border:0;background:transparent}
#score_board.theme_superbsw1235.theme3 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_superbsw1235.theme3 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_superbsw1235.theme3 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_superbsw1235.theme3 .table_score.rank td.rank,
#score_board.theme_superbsw1235.theme3 .table_score.add:not(.total) td.add,
#score_board.theme_superbsw1235.theme3 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_superbsw1235.theme3 .table_score th.align .icon{margin-left:0!important}

#score_board.theme_superbsw1235.theme3{padding-top:7em}
#score_board.theme_superbsw1235.theme3 div.score_top{display:none}
/* #score_board.theme_superbsw1235.theme3 .table_wrap{padding:0.3em;background: linear-gradient(to bottom,  #96b3fb 0%,#f4bfdf 22%,#bd99c8 52%,#f4bfe0 79%,#99b4fa 100%);}
#score_board.theme_superbsw1235.theme3 .table_inner{padding:0 4% 4% 4%;background:url("/resource/img/score/theme/superbsw1235/bg.png") no-repeat center center;background-size:104% 104%} */
#score_board.theme_superbsw1235.theme3 .table_wrap{padding:0.3em;background: linear-gradient(to bottom,  #96defb 0%,#f1bff4 22%,#ac9ac9 52%,#edbaf0 79%,#96defb 100%);}
#score_board.theme_superbsw1235.theme3 .table_inner{padding:0 4% 4% 4%;background:url("/resource/img/score/theme/superbsw1235/bg2.png") no-repeat center center;background-size:104% 104%}
#score_board.theme_superbsw1235.theme3 .table_score thead tr.score_top{position:relative;height:4em}
#score_board.theme_superbsw1235.theme3 .table_score thead tr.score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:5.5em}
/* #score_board.theme_superbsw1235.theme3 .table_score thead tr:not(.score_top){background: linear-gradient(to right,  #b5b9f4 0%,#f4c1e2 50%,#d2a6cf 100%);} */
#score_board.theme_superbsw1235.theme3 .table_score thead tr:not(.score_top){background: linear-gradient(to right,#b7f4de 0%,#c2c0f4 50%,#a5b2d1 100%);}
#score_board.theme_superbsw1235.theme3 .table_score thead tr:not(.score_top) th{padding:0.2em 0 0.1em 0;font-size:1.7em}
#score_board.theme_superbsw1235.theme3 .table_score thead tr:not(.score_top) th p{text-shadow:0px 0px 0.15em #8150A4,0px 0px 0.15em #8150A4,0px 0px 0.15em #8150A4}
#score_board.theme_superbsw1235.theme3 .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #b7f4de}
#score_board.theme_superbsw1235.theme3 .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #a5b2d1}
#score_board.theme_superbsw1235.theme3 .table_score tbody tr{background:rgba(255,255,255,0.4)}
#score_board.theme_superbsw1235.theme3 .table_score tbody td.border_right{padding-right:0.4em}
#score_board.theme_superbsw1235.theme3 .table_score tbody td{padding:0.1em 0.1em 0 0.1em;line-height:1.3;font-size:1.7em;border-left:2px solid rgba(155,136,210,0.5);border-bottom:2px solid rgba(155,136,210,0.5);border-right:2px solid rgba(155,136,210,0.5)}
#score_board.theme_superbsw1235.theme3 .table_score tbody td.right{padding-right:0.2em}
#score_board.theme_superbsw1235.theme3 .table_score tbody td p{text-shadow:0px 0px 0.15em #fff,0px 0px 0.15em #fff,0px 0px 0.15em #fff}

#score_board.theme_superbsw1235.url2:not(.multilogo) .table_inner{padding-top:3%}


/* 파퀴 */
#score_board.theme_skpod .table_score thead .score_top th{background:#fff}
#score_board.theme_skpod .table_score thead .score_top .logo{display:block;margin:0 auto;height:2.5em}
#score_board.theme_skpod .table_score.total col.add,
#score_board.theme_skpod .table_score.total th.add,
#score_board.theme_skpod .table_score.total td.add,
#score_board.theme_skpod .table_score.total col.add_cur,
#score_board.theme_skpod .table_score.total th.add_cur,
#score_board.theme_skpod .table_score.total td.add_cur{display:none}


/* 용스 */
#score_board.theme_ys .table_score,
#score_board.theme_ys p{font-family:"S-CoreDream"}
#score_board.theme_ys .table_wrap{padding:4px;border:2px solid #0d0d0c;border-radius:35px;background:#ffffff}
#score_board.theme_ys .table_inner{position:relative;padding:20px;border:0;border-radius:30px;background:#5c5c5c}
#score_board.theme_ys .table_score{border-radius:20px}
#score_board.theme_ys .table_score th{text-align:center;font-size:2.2em;color:#535353;background:#ffffff;white-space:nowrap}
#score_board.theme_ys .table_score th p{font-weight:900}
#score_board.theme_ys .table_score td{text-align:center;line-height:1.2em;font-size:2.4em;color:#181516;border-top:2px solid #5c5c5c;background:#c0c0c0}
#score_board.theme_ys .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_ys .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_ys .table_score td p{font-weight:800}
#score_board.theme_ys .table_score td.number{padding:0 0.1em;font-size:2.6em;color:#5c19b8;background:#d5c0f3}
#score_board.theme_ys .table_score td.number,
#score_board.theme_ys .table_score td.award,
#score_board.theme_ys .table_score td.alias{background:#eaeaea}
#score_board.theme_ys .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.theme_ys .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#f7d202;background:#494949}
#score_board.theme_ys .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#f7d202;background:#7c7c7c}
#score_board.theme_ys .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#f7d202;background:#d0d0d0}
#score_board.theme_ys .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_ys .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_ys .table_score:not(.team) tbody tr:nth-child(3) td.name{text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px}
#score_board.theme_ys .score_top th{font-size:4em;border-bottom:2px solid #111010}
#score_board.theme_ys .score_top .title{color:#131212;font-family:"PuradakGentleGothic";font-weight:500;letter-spacing:0.25em}
#score_board.theme_ys .table_score.rank th.rank,
#score_board.theme_ys .table_score.add:not(.total) th.add,
#score_board.theme_ys .table_score.add.total th.add_sum{color:#131212}
#score_board.theme_ys .table_score.rank td.rank,
#score_board.theme_ys .table_score.add:not(.total) td.add,
#score_board.theme_ys .table_score.add.total td.add_sum{background:#eaeaea}
/* #score_board.theme_ys .table_score.team tr.team td.name p{color:#fff} */



/* 세야 */
#score_board.theme_tc .table_score:not(.total):not(.award).alias colgroup.normal{display:none}
#score_board.theme_tc .table_score:not(.total):not(.award).alias colgroup.normal_number{display:table-column-group}
#score_board.theme_tc .table_score.award.alias colgroup.award{display:none}
#score_board.theme_tc .table_score.award.alias colgroup.award_number{display:table-column-group}
#score_board.theme_tc .table_score.total col.number,
#score_board.theme_tc .table_score.total th.number,
#score_board.theme_tc .table_score.total td.number{display:none}

#score_board.theme_tc .table_score,
#score_board.theme_tc p{font-family:"NanumSquareNeoTTFdEb"}
#score_board.theme_tc .table_wrap{position:relative;padding:15px 20px;border:0;border-radius:0;background:#f7f7f7}
#score_board.theme_tc .table_wrap::before{display:block;content:"";position:absolute;left:0;top:-8px;right:0;height:9px;background:url("/resource/img/score/theme/tc_paper_top.png") repeat-x left top}
#score_board.theme_tc .table_wrap::after{display:block;content:"";position:absolute;left:0;bottom:-8px;right:0;height:9px;background:url("/resource/img/score/theme/tc_paper_bot.png") repeat-x left bottom}
#score_board.theme_tc .score_tc_top{position:relative;margin-bottom:12px}
#score_board.theme_tc .score_tc_top p{line-height:1.2em;font-size:1.4em;color:#000;font-family:"NanumSquareNeoTTFcBd"}
#score_board.theme_tc .score_tc_top .tc_right{position:absolute;right:0;top:0;padding:3px;border:4px solid #000000}
#score_board.theme_tc .score_tc_top .tc_right p{padding:0.3em 0.5em;border:2px solid #000;font-size:3em;color:#000;font-family:"HSBomBaram";font-weight:300}
#score_board.theme_tc .table_score th{padding:0.2em;font-size:1.7em}
#score_board.theme_tc .table_score td{position:relative;font-size:1.9em;border-top:0;background:none}
#score_board.theme_tc .table_score td::before{display:block;content:"";position:absolute;left:0;top:0;right:0;height:2px;background:url("/resource/img/score/theme/tc_table_line.png") repeat-x left top}
#score_board.theme_tc .table_score td.number{font-family:"NanumSquareNeoTTFeHv"}
#score_board.theme_tc .table_score td.rank,
#score_board.theme_tc .table_score td.add{letter-spacing:-1px}
#score_board.theme_tc .table_inner{padding-top:10px;border:0;border-radius:0;background:url("/resource/img/score/theme/tc_table_line_double.png") repeat-x left top}
#score_board.theme_tc .table_score{border-radius:0}
#score_board.theme_tc .table_score th{color:#000;background:none}
#score_board.theme_tc .table_score td{color:#000;background:none}
#score_board.theme_tc .table_score.rank th.rank,
#score_board.theme_tc .table_score.add:not(.total) th.add,
#score_board.theme_tc .table_score.add.total th.add_sum{color:#000}
#score_board.theme_tc .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tc .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tc .table_score:not(.team) tbody tr:nth-child(3) td.name{background:none}
/* #score_board.theme_tc .table_score:not(.team) tbody tr:nth-child(1){background:url("/resource/img/score/theme/tc_rank_1.png") no-repeat;background-size:cover}
#score_board.theme_tc .table_score:not(.team) tbody tr:nth-child(2){background:url("/resource/img/score/theme/tc_rank_2.png") no-repeat;background-size:cover}
#score_board.theme_tc .table_score:not(.team) tbody tr:nth-child(3){background:url("/resource/img/score/theme/tc_rank_3.png") no-repeat;background-size:cover} */
#score_board.theme_tc .table_score.rank td.rank,
#score_board.theme_tc .table_score.add:not(.total) td.add,
#score_board.theme_tc .table_score.add.total td.add_sum{background:none}
/* #score_board.theme_tc .table_score.team tr.team td{padding-top:0.35em;background:rgba(0,0,0,0.1)!important}
#score_board.theme_tc .table_score.team tr.team td::before{height:10px;background:url("/resource/img/score/theme/tc_table_line_double.png") repeat-x left top}
#score_board.theme_tc .table_score.team tr.team td.name p{color:#fff} */
/* #score_board.theme_tc .table_score.total.alias colgroup.total{display:none}
#score_board.theme_tc .table_score.total.alias colgroup.total_alias{display:table-column-group} */

#score_board.theme_tc .table_score.total col.add,
#score_board.theme_tc .table_score.total th.add,
#score_board.theme_tc .table_score.total td.add,
#score_board.theme_tc .table_score.total col.add_cur,
#score_board.theme_tc .table_score.total th.add_cur,
#score_board.theme_tc .table_score.total td.add_cur{display:none}
#score_board.theme_tc .table_score.total th.rank,
#score_board.theme_tc .table_score.total th.add_total{width:20%}
#score_board.theme_tc .table_score.total th.add_sum{width:20%}

#score_board.theme_tc:not(.theme2) .score_tc_top .title.theme2{display:none}
#score_board.theme_tc.theme2 .score_tc_top .title:not(.theme2){display:none}

#score_board.theme_tc .table_score.rank.merge th.add_total p,
#score_board.theme_tc .table_score.add.merge th.add_sum p{color:#000}
#score_board.theme_tc .table_score.merge tr.team_top:not(:first-child) td{border-top:2px solid #000}
#score_board.theme_tc .table_score.merge tr.team_top:not(:first-child) td::before{display:none}
#score_board.theme_tc .table_score.merge td.alias{border-right:2px solid #000}
#score_board.theme_tc .table_score.merge td.add_total,
#score_board.theme_tc .table_score.merge td.add_sum{border-left:2px solid #000}


/* 지코 */
#score_board.theme_no3miggi .table_score,
#score_board.theme_no3miggi p{font-family:"NanumSquareNeoTTFcBd"}
#score_board.theme_no3miggi{padding:120px 60px 60px 30px}
#score_board.theme_no3miggi .table_wrap{position:relative;padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_no3miggi .table_wrap::before{display:block;content:"";position:absolute;left:12px;top:-12px;right:-12px;bottom:12px;;border:3px solid #000;background:#e1e7ee;z-index:2}
#score_board.theme_no3miggi .table_wrap::after{display:block;content:"";position:absolute;left:24px;top:-24px;right:-24px;bottom:24px;border:3px solid #000;background:#f3d3d6;z-index:1}
#score_board.theme_no3miggi .table_inner{position:relative;padding:0 20px 30px 20px;border:3px solid #000000;border-bottom:0;border-radius:3px;background:#fff;z-index:3}
#score_board.theme_no3miggi .table_inner::before{display:block;content:"";position:absolute;left:5%;top:-74px;width:110px;height:94px;background:url("/resource/img/score/theme/no3miggi/clip.png") no-repeat center center;background-size:contain;z-index:10}
#score_board.theme_no3miggi .table_inner::after{display:block;content:"";position:absolute;left:0;bottom:-20px;right:0;width:100%;height:24px;background:url("/resource/img/score/theme/no3miggi/bg_bottom.png") repeat-x;background-size:100% 24px;z-index:10}
#score_board.theme_no3miggi .table_score{border-radius:0;overflow:inherit}
#score_board.theme_no3miggi .table_score th{color:#000;border-radius:0!important;background:#fff}
#score_board.theme_no3miggi .table_score .score_top th{padding:0 0 40px 0;font-size:2.6em;background:url("/resource/img/score/theme/no3miggi/line_dotted.png") repeat-x left bottom 10px}
#score_board.theme_no3miggi .table_score .score_top p{display:inline-block;padding:5px 30px;border:3px solid #000;border-top:0;border-radius:0 0 30px 30px;font-family:"ChosunLo"}
#score_board.theme_no3miggi .table_score thead tr:not(.score_top) th{color:#fff;font-size:2em;font-weight:700;background:#000}
#score_board.theme_no3miggi .table_score thead tr:not(.score_top) th p{font-family:"PuradakGentleGothic"}
#score_board.theme_no3miggi .table_score td{color:#000;line-height:1em;border:0;border-top:2px solid #fff;background:#e1e7ee}
#score_board.theme_no3miggi .table_score:not(.team) td{border-top:6px solid #fff}
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(1) td,
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(2) td,
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(3) td{border-top-width:10px}
/* #score_board.theme_no3miggi .table_score tbody tr:nth-child(1) td{background:#fff8bb!important}
#score_board.theme_no3miggi .table_score tbody tr:nth-child(2) td{background:#ffbbfa!important}
#score_board.theme_no3miggi .table_score tbody tr:nth-child(3) td{background:#b5ecff!important} */
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(1) td{background:#fff8bb}
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(2) td{background:#ffbbfa}
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(3) td{background:#b5ecff}
/* #score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(1) td.alias::before,
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(2) td.alias::before,
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(3) td.alias::before{display:block;content:"";position:absolute;left:-6px;top:-6px;right:0;bottom:-4px;background:url("/resource/img/score/theme/no3miggi/rank_1.png") no-repeat center center;background-size:95% 95%!important;z-index:1}
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(2) td.alias::before{background:url("/resource/img/score/theme/no3miggi/rank_2.png") no-repeat center center}
#score_board.theme_no3miggi .table_score:not(.team) tbody tr:nth-child(3) td.alias::before{background:url("/resource/img/score/theme/no3miggi/rank_3.png") no-repeat center center} */
#score_board.theme_no3miggi .table_score tbody td.alias{position:relative;overflow:visible}
#score_board.theme_no3miggi .table_score tbody td.alias p{position:relative;z-index:2}
#score_board.theme_no3miggi .table_score td.award p,
#score_board.theme_no3miggi .table_score td.alias p,
#score_board.theme_no3miggi .table_score td.name p{font-family:"NanumSquareNeoTTFeHv"}
#score_board.theme_no3miggi .table_score td.number{font-size:2.2em}
#score_board.theme_no3miggi .table_score td.number p{font-family:"ChosunLo";font-weight:700}
#score_board.theme_no3miggi .table_line{margin-top:10px;height:10px;background:url("/resource/img/score/theme/no3miggi/line_dotted.png") repeat-x left center}
/* #score_board.theme_no3miggi .table_score.team tr.team td.name p{color:#fff} */
#score_board.theme_no3miggi .table_score.total.to_addsum col.add_total,
#score_board.theme_no3miggi .table_score.total.to_addsum th.add_total,
#score_board.theme_no3miggi .table_score.total.to_addsum td.add_total{display:none}
#score_board.theme_no3miggi .table_score.total.to_addsum th.rank{width:22%}
#score_board.theme_no3miggi .table_score.total.to_addsum th.align{width:22%}
#score_board.theme_no3miggi .table_score.total.to_addsum th.add_sum{width:25%}
/* #score_board.theme_no3miggi .table_score.won td.won{width:30%}
#score_board.theme_no3miggi .table_score.won td.rank,
#score_board.theme_no3miggi .table_score.won td.add{width:25%} */
#score_board.theme_no3miggi .table_score.won td.won{width:30%}
#score_board.theme_no3miggi .table_score.won col.number,
#score_board.theme_no3miggi .table_score.won th.number,
#score_board.theme_no3miggi .table_score.won td.number{display:none}

#score_board.theme_no3miggi .table_score .score_top .title:not(.normal){display:none}
#score_board.theme_no3miggi.theme2 .table_score .score_top .title:not(.theme2){display:none}
#score_board.theme_no3miggi.theme2 .table_score .score_top .title.theme2{display:inline-block}
#score_board.theme_no3miggi.theme3 .table_score .score_top .title:not(.theme3){display:none}
#score_board.theme_no3miggi.theme3 .table_score .score_top .title.theme3{display:inline-block}
#score_board.theme_no3miggi.theme_2_2 .table_score .score_top .title:not(.theme2){display:none}
#score_board.theme_no3miggi.theme_2_2 .table_score .score_top .title.theme2{display:inline-block}
#score_board.theme_no3miggi.theme_2_3 .table_score .score_top .title:not(.theme3){display:none}
#score_board.theme_no3miggi.theme_2_3 .table_score .score_top .title.theme3{display:inline-block}
#score_board.theme_no3miggi .table_score.rank:not(.merge) th.rank p,
#score_board.theme_no3miggi .table_score.add:not(.total):not(.merge) th.add p,
#score_board.theme_no3miggi .table_score.add.total th.add_sum p,
#score_board.theme_no3miggi .table_score.rank.merge th.add_total p,
#score_board.theme_no3miggi .table_score.add.merge th.add_sum p{color:#fabf61}
#score_board.theme_no3miggi .table_score.merge tr.team_top:not(:first-child) td{border-top:6px solid #fff}
#score_board.theme_no3miggi .table_score.merge td.alias{border-right:2px solid #fff}
#score_board.theme_no3miggi .table_score.merge td.add_total,
#score_board.theme_no3miggi .table_score.merge td.add_sum{border-left:2px solid #fff}

#score_board.theme_no3miggi.url2:not(.multilogo) .table_inner{padding-top:40px}

/* 차돈 */
/* 스타일 초기화 */
#score_board.theme_toos12 .table_score,
#score_board.theme_toos12 p{font-family:"PuradakGentleGothic"}
#score_board.theme_toos12 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_toos12 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_toos12 .table_score{border-radius:0}
#score_board.theme_toos12 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_toos12 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_toos12 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_toos12 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_toos12 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_toos12 .table_score.rank td.rank,
#score_board.theme_toos12 .table_score.add:not(.total) td.add,
#score_board.theme_toos12 .table_score.add.total td.add_sum{background:transparent}
/* #score_board.theme_toos12 .table_score th.align .icon{display:none!important} */
/* //스타일 초기화 */
#score_board.theme_toos12 .table_wrap{padding:4px;border:3px solid #9a1011;background: #8b0007; /* Old browsers */
background: -moz-linear-gradient(top,  #8b0007 0%, #ff0000 48%, #8b0007 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8b0007 0%,#ff0000 48%,#8b0007 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8b0007 0%,#ff0000 48%,#8b0007 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
#score_board.theme_toos12 .table_logo{position:relative;padding:0.5em 0 1em 0}
#score_board.theme_toos12 .table_logo .logo{display:block;margin:0 auto;height:7em}
#score_board.theme_toos12 .table_logo .obj.left{display:block;position:absolute;left:-4px;top:-4px;height:130%}
#score_board.theme_toos12 .table_logo .obj.right{display:block;position:absolute;right:-4px;top:-4px;height:130%}
#score_board.theme_toos12 .table_inner{position:relative;padding:16px}
#score_board.theme_toos12 .table_lt{position:absolute;left:0;top:0;width:24px;height:24px;background:url("/resource/img/score/theme/toos12/line_lt.png") no-repeat}
#score_board.theme_toos12 .table_rt{position:absolute;right:0;top:0;width:24px;height:24px;background:url("/resource/img/score/theme/toos12/line_rt.png") no-repeat}
#score_board.theme_toos12 .table_rb{position:absolute;right:0;bottom:0;width:24px;height:24px;background:url("/resource/img/score/theme/toos12/line_rb.png") no-repeat}
#score_board.theme_toos12 .table_lb{position:absolute;left:0;bottom:0;width:24px;height:24px;background:url("/resource/img/score/theme/toos12/line_lb.png") no-repeat}
#score_board.theme_toos12 .table_t{position:absolute;left:23px;top:0;right:23px;height:24px;background:url("/resource/img/score/theme/toos12/line_t.png") repeat-x}
#score_board.theme_toos12 .table_r{position:absolute;top:23px;right:0;bottom:23px;width:24px;background:url("/resource/img/score/theme/toos12/line_r.png") repeat-y}
#score_board.theme_toos12 .table_b{position:absolute;left:23px;bottom:0;right:23px;height:24px;;background:url("/resource/img/score/theme/toos12/line_b.png") repeat-x}
#score_board.theme_toos12 .table_l{position:absolute;top:23px;left:0;bottom:23px;width:24px;background:url("/resource/img/score/theme/toos12/line_l.png") repeat-y}
#score_board.theme_toos12 .table_score{border-spacing:0 2px;border-collapse:separate}
#score_board.theme_toos12 .table_score thead tr{border-radius:6px;background:#9a1011}
#score_board.theme_toos12 .table_score thead th{position:relative;border-top:2px solid #ffffb5;border-bottom:2px solid #ffffb5;padding:0.2em;font-size:2em}
#score_board.theme_toos12 .table_score thead th:first-child,
#score_board.theme_toos12 .table_score.award.alias thead th.award,
#score_board.theme_toos12 .table_score.alias:not(.award) thead th.alias,
#score_board.theme_toos12 .table_score.team thead th.name{border-left:2px solid #ffffb5;border-top-left-radius:6px;border-bottom-left-radius:6px}
#score_board.theme_toos12 .table_score:not(.total) thead th.add,
#score_board.theme_toos12 .table_score.total thead th.add_sum{border-right:2px solid #ffffb5;border-top-right-radius:6px;border-bottom-right-radius:6px}
#score_board.theme_toos12 .table_score th.align .icon{display:none!important}
#score_board.theme_toos12 .table_score.rank th.align.rank p,
#score_board.theme_toos12 .table_score.add:not(.total) th.align.add p,
#score_board.theme_toos12 .table_score.add.total th.align.add_sum p{color:#ffffb5}

/* #score_board.theme_toos12 .table_score thead .icon,
#score_board.theme_toos12 .table_score thead .icon_left{width:18px;height:18px;margin:-4px 0 0 2px;vertical-align:middle;text-align:left;text-indent:-9999px;background:url("/resource/img/score/theme/toos12/dot_1.png") no-repeat center center}
#score_board.theme_toos12 .table_score thead .icon_left{margin:-4px 2px 0 0} */
/* #score_board.theme_toos12 .table_score thead th::before{display:block;content:"";position:absolute;left:-9px;top:48%;transform:translateY(-50%);width:18px;height:18px;background:url("/resource/img/score/theme/toos12/dot_1.png") no-repeat center center}
#score_board.theme_toos12 .table_score thead th:first-child::before{display:none} */
#score_board.theme_toos12 .table_score tbody tr{border-radius:6px;background:#fff}
#score_board.theme_toos12 .table_score tbody td{position:relative;border-top:2px solid #a00f10;border-bottom:2px solid #a00f10;padding:0 0.2em;font-size:2.2em;color:#000}
#score_board.theme_toos12 .table_score tbody td:first-child,
#score_board.theme_toos12 .table_score.award.alias tbody td.award,
#score_board.theme_toos12 .table_score.alias:not(.award) tbody td.alias,
#score_board.theme_toos12 .table_score.team tbody td.name{border-left:2px solid #a00f10;border-top-left-radius:6px;border-bottom-left-radius:6px}
#score_board.theme_toos12 .table_score:not(.total) tbody td.add,
#score_board.theme_toos12 .table_score.total tbody td.add_sum{border-right:2px solid #a00f10;border-top-right-radius:6px;border-bottom-right-radius:6px}
#score_board.theme_toos12 .table_score tbody td.right{padding-right:0.4em}
/* #score_board.theme_toos12 .table_score tbody td::before{display:block;content:"";position:absolute;left:-9px;top:48%;transform:translateY(-50%);width:18px;height:18px;background:url("/resource/img/score/theme/toos12/dot_2.png") no-repeat center center}
#score_board.theme_toos12 .table_score tbody td:first-child::before{display:none}
#score_board.theme_toos12 .table_score tbody td.name{overflow:visible}
#score_board.theme_toos12 .table_score tbody td.add::before{left:5%} */


/* 차돈 */
/* 스타일 초기화 */
#score_board.theme_toos12a .table_score,
#score_board.theme_toos12a p{font-family:"PuradakGentleGothic"}
#score_board.theme_toos12a .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_toos12a .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_toos12a .table_score{border-radius:0}
#score_board.theme_toos12a .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_toos12a .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_toos12a .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_toos12a .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_toos12a .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_toos12a .table_score.rank td.rank,
#score_board.theme_toos12a .table_score.add:not(.total) td.add,
#score_board.theme_toos12a .table_score.add.total td.add_sum{background:transparent}
/* 차돈 테마 */
#score_board.theme_toos12a .table_wrap{position:relative;padding:22px;border-radius:30px;box-shadow:4px 4px 8px rgba(0,0,0,0.4),inset 0 0 40px rgba(92,56,8,1);background:url("/resource/img/score/theme/toos12a/bg_board.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_toos12a .table_wrap::before{display:block;content:"";position:absolute;left:0;top:-2.2em;right:0;height:6em;background:url("/resource/img/score/theme/toos12a/clip.png") no-repeat center center;background-size:auto 100%;z-index:2}
#score_board.theme_toos12a .table_inner{position:relative;padding:20px;border-radius:20px;box-shadow:3px 3px 10px rgba(0,0,0,0.5);background:url("/resource/img/score/theme/toos12a/bg_table.png") no-repeat center center;background-size:100% 100%;z-index:1}
#score_board.theme_toos12a p{font-family:"NEXON Lv1 Gothic"}
#score_board.theme_toos12a .score_top th{padding:5px 0 25px 0;text-align:center;background:url("/resource/img/score/theme/toos12a/line.png") repeat-x left bottom}
#score_board.theme_toos12a .score_top .logo{height:3.4em}
#score_board.theme_toos12a thead tr:not(.score_top) th{padding:20px 0 10px 0}
#score_board.theme_toos12a thead tr:not(.score_top) th p{display:inline-block;padding:3px 10px;min-width:3em;color:#fff;background:#643c08}
#score_board.theme_toos12a .icon_left{display:none!important}
#score_board.theme_toos12a .table_score tbody td.right{padding-right:0.4em}
#score_board.theme_toos12a .table_score td{color:#643c08}
#score_board.theme_toos12a .table_score td p{font-weight:700}


/* 디자인수 */
#score_board.theme_vgloldv .table_score,
#score_board.theme_vgloldv p{font-family:"S-CoreDream"}
#score_board.theme_vgloldv .table_wrap{padding:4px;border:2px solid #0d0d0c;border-radius:25px;background:#ffffff}
#score_board.theme_vgloldv .table_inner{padding:14px;border:0;border-radius:20px;background:#f2949f}
#score_board.theme_vgloldv .table_score th{text-align:center;font-size:2.2em;color:#cc5d6a;border-top:2px solid #f2949f;background:#ffffff;white-space:nowrap}
#score_board.theme_vgloldv .table_score th p{font-weight:900}
#score_board.theme_vgloldv .table_score thead .score_top th{border-top:0!important}
#score_board.theme_vgloldv .table_score thead .score_top .logo{display:block;margin:0 auto;height:3em}

/* #score_board.theme_vgloldv .table_score thead .score_top .title{font-size:2em;color:#000;font-weight:900}
#score_board.theme_vgloldv .table_score thead .score_top .title.url2{display:none}
#score_board.theme_vgloldv.url2 .table_score thead .score_top .title.url{display:none}
#score_board.theme_vgloldv.url2 .table_score thead .score_top .title.url2{display:block} */

#score_board.theme_vgloldv .table_score td{text-align:center;line-height:1.25em;font-size:2.4em;color:#181516;border-top:2px solid #f2949f;background:#fcb8c0}
#score_board.theme_vgloldv .table_score td.right{padding-right:0.4em;text-align:right}
#score_board.theme_vgloldv .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_vgloldv .table_score td p{font-weight:800}
#score_board.theme_vgloldv .table_score td.number{padding:0 0.1em;font-size:2.6em;color:#cc5d6a;background:#ffd3d8}
#score_board.theme_vgloldv .table_score td.alias{color:#cc5d6a;background:#ffd3d8}
#score_board.theme_vgloldv .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.theme_vgloldv .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#ffe400;background:#f17584;text-shadow: -2px -1px 0px #000, -2px 0px 0px #000, -2px 1px 0px #000, -2px 2px 0px #000, -1px -2px 0px #000, -1px 0px 0px #000, -1px 1px 0px #000, -1px 2px 0px #000, 0px -2px 0px #000, 0px -1px 0px #000, 0px 1px 0px #000, 0px 2px 0px #000, 1px -2px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, 1px 2px 0px #000, 2px -2px 0px #000, 2px -1px 0px #000, 2px 0px 0px #000, 2px 1px 0px #000}
#score_board.theme_vgloldv .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#ffe400;background:#f2949f;text-shadow: -2px -1px 0px #000, -2px 0px 0px #000, -2px 1px 0px #000, -2px 2px 0px #000, -1px -2px 0px #000, -1px 0px 0px #000, -1px 1px 0px #000, -1px 2px 0px #000, 0px -2px 0px #000, 0px -1px 0px #000, 0px 1px 0px #000, 0px 2px 0px #000, 1px -2px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, 1px 2px 0px #000, 2px -2px 0px #000, 2px -1px 0px #000, 2px 0px 0px #000, 2px 1px 0px #000}
#score_board.theme_vgloldv .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#ffe400;background:#ffbcc9;text-shadow: -2px -1px 0px #000, -2px 0px 0px #000, -2px 1px 0px #000, -2px 2px 0px #000, -1px -2px 0px #000, -1px 0px 0px #000, -1px 1px 0px #000, -1px 2px 0px #000, 0px -2px 0px #000, 0px -1px 0px #000, 0px 1px 0px #000, 0px 2px 0px #000, 1px -2px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, 1px 2px 0px #000, 2px -2px 0px #000, 2px -1px 0px #000, 2px 0px 0px #000, 2px 1px 0px #000}
#score_board.theme_vgloldv .table_score.rank th.rank,
#score_board.theme_vgloldv .table_score.add:not(.total) th.add,
#score_board.theme_vgloldv .table_score.add.total th.add_sum{color:#131212}
#score_board.theme_vgloldv .table_score.rank td.rank,
#score_board.theme_vgloldv .table_score.add:not(.total) td.add,
#score_board.theme_vgloldv .table_score.add.total td.add_sum{background:#ffd3d8}

#score_board.theme_vgloldv .table_score.total col.add,
#score_board.theme_vgloldv .table_score.total th.add,
#score_board.theme_vgloldv .table_score.total td.add{display:none}
#score_board[data-theme='theme_vgloldv'].battle{top:0;bottom:auto}

#score_board.theme_itsme1922 .table_score.total col.add,
#score_board.theme_itsme1922 .table_score.total th.add,
#score_board.theme_itsme1922 .table_score.total td.add{display:none}

/* 메이 */
#score_board.theme_itsme1923 .table_score,
#score_board.theme_itsme1923 p{font-family:"S-CoreDream"}
#score_board.theme_itsme1923 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_itsme1923 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_itsme1923 .table_score{border-radius:0}
#score_board.theme_itsme1923 .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_itsme1923 .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_itsme1923 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_itsme1923 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_itsme1923 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_itsme1923 .table_score.rank td.rank,
#score_board.theme_itsme1923 .table_score.add:not(.total) td.add,
#score_board.theme_itsme1923 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_itsme1923{padding-top:5em}
#score_board.theme_itsme1923 .table_wrap{position:relative}
#score_board.theme_itsme1923 .table_inner{padding:5.2em 7.5% 3.2em 7.5%}
#score_board.theme_itsme1923 .table_wrap .table_top{position:absolute;left:0;top:0;right:0;height:4.6em;background:url("/resource/img/score/theme/itsme1923/bg_top.png");background-size:100% 100%}
#score_board.theme_itsme1923 .table_wrap .table_mid{position:absolute;left:0;top:4.59em;bottom:4.59em;right:0;background:url("/resource/img/score/theme/itsme1923/bg_mid.png");background-size:100% 100%}
#score_board.theme_itsme1923 .table_wrap .table_bot{position:absolute;left:0;bottom:0;right:0;height:4.6em;background:url("/resource/img/score/theme/itsme1923/bg_bot.png");background-size:100% 100%}
#score_board.theme_itsme1923 .table_score{position:relative;z-index:2;overflow:visible}
#score_board.theme_itsme1923 .table_score tr.score_top th{position:relative}
#score_board.theme_itsme1923 .table_score tr.score_top .logo{position:absolute;left:50%;bottom:0.35em;transform:translateX(-50%);height:4.5em}
#score_board.theme_itsme1923 .table_score thead tr:not(.score_top){background:linear-gradient(to right, #c7e8fb 0%,#fec4c1 100%)}
#score_board.theme_itsme1923 .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #c7e8fb}
#score_board.theme_itsme1923 .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #fec4c1}
#score_board.theme_itsme1923 .table_score thead th{color:#616161}
#score_board.theme_itsme1923 .table_score.rank th.rank,
#score_board.theme_itsme1923 .table_score.add:not(.total) th.add,
#score_board.theme_itsme1923 .table_score.add.total th.add_sum{color:#f49a93}
#score_board.theme_itsme1923 .table_score tbody tr{background:rgba(255,255,255,0.4)}
#score_board.theme_itsme1923 .table_score tbody td{border:2px solid #c6cfe0}
#score_board.theme_itsme1923 .table_score tbody tr:first-child td{border-top:0}
#score_board.theme_itsme1923 .table_score tbody td{color:#616161}
#score_board.theme_itsme1923 .table_score tbody td.right{padding-right:0.2em}
#score_board.theme_itsme1923 .table_score thead th,
#score_board.theme_itsme1923 .table_score tbody td{text-shadow:rgb(255,255,255) 2px 0px 0px, rgb(255,255,255) 1.75517px 0.958851px 0px, rgb(255,255,255) 1.0806px 1.68294px 0px, rgb(255,255,255) 0.141474px 1.99499px 0px, rgb(255,255,255) -0.832294px 1.81859px 0px, rgb(255,255,255) -1.60229px 1.19694px 0px, rgb(255,255,255) -1.97998px 0.28224px 0px, rgb(255,255,255) -1.87291px -0.701566px 0px, rgb(255,255,255) -1.30729px -1.5136px 0px, rgb(255,255,255) -0.421592px -1.95506px 0px, rgb(255,255,255) 0.567324px -1.91785px 0px, rgb(255,255,255) 1.41734px -1.41108px 0px, rgb(255,255,255) 1.92034px -0.558831px 0px}


/* 스타일 초기화 */
#score_board.theme_vgloldva .table_score,
#score_board.theme_vgloldva p{font-family:"NanumSquareNeoTTFcBd"}
#score_board.theme_vgloldva .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_vgloldva .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_vgloldva .table_score{border-radius:0}
#score_board.theme_vgloldva .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_vgloldva .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_vgloldva .table_score.rank td.rank,
#score_board.theme_vgloldva .table_score.add:not(.total) td.add,
#score_board.theme_vgloldva .table_score.add.total td.add_sum{background:transparent}
/* 차돈 테마 */
#score_board.theme_vgloldva .table_wrap{position:relative;padding:1.5em 1em 1em 1em;border-radius:30px;box-shadow:4px 4px 8px rgba(0,0,0,0.4),inset 0 0 40px rgba(92,56,8,1);background:url("/resource/img/score/theme/toos12a/bg_board.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_vgloldva .table_wrap::before{display:block;content:"";position:absolute;left:0;top:0.1em;right:0;height:3em;background:url("/resource/img/score/theme/toos12a/clip.png") no-repeat center center;background-size:auto 100%;z-index:2}
#score_board.theme_vgloldva .table_inner{position:relative;padding:20px;border-radius:20px;box-shadow:3px 3px 10px rgba(0,0,0,0.5);background:url("/resource/img/score/theme/toos12a/bg_table.png") no-repeat center center;background-size:100% 100%;z-index:1}
#score_board.theme_vgloldva .score_top th{padding:5px 0 20px 0;text-align:center;background:url("/resource/img/score/theme/no3miggi/line_dotted.png") repeat-x left bottom}
#score_board.theme_vgloldva .score_top .logo{height:3.4em}
#score_board.theme_vgloldva .table_score tr:not(.score_top) th{padding:0.1em;color:#fff;background:#000}
#score_board.theme_vgloldva .table_score tr:not(.score_top) th p{font-family:"PuradakGentleGothic"}
#score_board.theme_vgloldva .icon_left{display:none!important}
#score_board.theme_vgloldva .table_score tbody td.right{padding-right:0.4em}
#score_board.theme_vgloldva .table_score td{line-height:1.2em;color:#000}
#score_board.theme_vgloldva .table_score td p{font-weight:700}
#score_board.theme_vgloldva .table_score{border-spacing:0 5px;border-collapse:separate}
#score_board.theme_vgloldva .table_score td.award p,
#score_board.theme_vgloldva .table_score td.alias p,
#score_board.theme_vgloldva .table_score td.name p{font-family:"NanumSquareNeoTTFeHv"}
#score_board.theme_vgloldva .table_score td.number{font-size:2.2em}
#score_board.theme_vgloldva .table_score td.number p{font-family:"ChosunLo";font-weight:700}

#score_board.theme_vgloldva:not(.theme_no3miggi) .table_score:not(.team) tbody tr:nth-child(1) td{background:#fff8bb}
#score_board.theme_vgloldva:not(.theme_no3miggi) .table_score:not(.team) tbody tr:nth-child(2) td{background:#ffbbfa}
#score_board.theme_vgloldva:not(.theme_no3miggi) .table_score:not(.team) tbody tr:nth-child(3) td{background:#b5ecff}


/* 지현e */
#score_board.theme_o3o0501 .table_score thead .score_top th{background:#fff}
#score_board.theme_o3o0501 .table_score thead .score_top .logo{display:block;margin:0 auto;height:2.5em}

#score_board.theme_o3o0501 .table_score{border-radius:20px}
#score_board.theme_o3o0501 .table_score,
#score_board.theme_o3o0501 p{font-family:"S-CoreDream"}
#score_board.theme_o3o0501 .table_wrap{padding:6px;border:2px solid #0d0d0c;border-radius:36px;background:#ffffff}
#score_board.theme_o3o0501 .table_inner{padding:20px;border:0;border-radius:30px;
	background: #d7e2f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7e2f8 0%, #f9c8db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7e2f8 0%,#f9c8db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7e2f8 0%,#f9c8db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e2f8', endColorstr='#f9c8db',GradientType=0 ); /* IE6-9 */
}

#score_board.theme_o3o0501 .table_score th{text-align:center;font-size:2.2em;color:#f493b9;border-top:2px solid #f493b9;background:#ffffff;white-space:nowrap}
#score_board.theme_o3o0501 .table_score th p{font-weight:900}
#score_board.theme_o3o0501 .table_score thead .score_top th{border-top:0!important}
#score_board.theme_o3o0501 .table_score thead .score_top .logo{display:block;margin:0 auto;height:3em}
#score_board.theme_o3o0501 .table_score td{text-align:center;line-height:1.25em;font-size:2.4em;color:#393436;border-top:2px solid #f493b9;background:transparent}
#score_board.theme_o3o0501 .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_o3o0501 .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_o3o0501 .table_score td.won,
#score_board.theme_o3o0501 .table_score td.add_sum{padding-right:0.4em}
#score_board.theme_o3o0501 .table_score th.add_sum{width:18%}
#score_board.theme_o3o0501 .table_score td p{font-weight:800}
#score_board.theme_o3o0501 .table_score td.number{padding:0 0.1em;font-size:2.6em}
#score_board.theme_o3o0501 .table_score td.number,
#score_board.theme_o3o0501 .table_score td.alias{color:#f17daa;background:transparent}
#score_board.theme_o3o0501 .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.theme_o3o0501 .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#3e6be7;background:#a7b3f4}
#score_board.theme_o3o0501 .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#3e6be7;background:#c8cff5}
#score_board.theme_o3o0501 .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#3e6be7;background:#dadef4}
#score_board.theme_o3o0501 .table_score.rank th.rank,
#score_board.theme_o3o0501 .table_score.add:not(.total) th.add,
#score_board.theme_o3o0501 .table_score.add.total th.add_sum{color:#3e6be7}
#score_board.theme_o3o0501 .table_score.rank td.rank,
#score_board.theme_o3o0501 .table_score.add:not(.total) td.add,
#score_board.theme_o3o0501 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_o3o0501 .table_score.total col.rank,
#score_board.theme_o3o0501 .table_score.total th.rank,
#score_board.theme_o3o0501 .table_score.total td.rank{display:none}
#score_board.theme_o3o0501 .table_score.total th.add{width:20%;font-size:2em}
#score_board.theme_o3o0501 .table_score.total th.add_total{font-size:2em}

#score_board.battle .battle_wrap.theme_o3o0501 .vs_top{background: linear-gradient(to bottom, #d7e2f8 0%,#f9c8db 100%)}
#score_board.battle .battle_wrap.theme_o3o0501 .vs_top .vs_timer{background: linear-gradient(to bottom, #d7e2f8 0%,#f9c8db 100%)}
#score_board.battle .battle_wrap.theme_o3o0501 .vs_mid{background: linear-gradient(to bottom, #d7e2f8 0%,#f9c8db 100%)}
#score_board.battle .battle_wrap.theme_o3o0501 .vs_mid .name_box{background: linear-gradient(to bottom, #f9c8db 0%,#d7e2f8 100%)}
#score_board.battle .battle_wrap.theme_o3o0501 .mvs_timer .vs_timer{background: linear-gradient(to bottom, #f9c8db 0%,#d7e2f8 100%)}
#score_board.battle .battle_wrap.theme_o3o0501 .mvs_box{background:#f9c8db}


/* 감동란 */
/* 스타일 초기화 */
#score_board.theme_xiaoeun .table_score,
#score_board.theme_xiaoeun p{font-family:"S-CoreDream"!important}
#score_board.theme_xiaoeun .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_xiaoeun .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_xiaoeun .table_score{border-radius:0}
#score_board.theme_xiaoeun .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_xiaoeun .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_xiaoeun .table_score.rank td.rank,
#score_board.theme_xiaoeun .table_score.add:not(.total) td.add,
#score_board.theme_xiaoeun .table_score.add.total td.add_sum{background:transparent}
/* //스타일 초기화 */
#score_board.theme_xiaoeun .table_wrap{position:relative;padding:20px;background:#fff1d3 url("/resource/img/score/theme/xiaoeun/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_xiaoeun .table_inner{padding:0.5em 0.5em 1.5em 0.5em;border:2px solid #000;border-radius:16px;background:#fff}
#score_board.theme_xiaoeun .table_score th{padding:0.2em 0;font-size:2em;color:#000!important}
#score_board.theme_xiaoeun .table_score th p{font-weight:900}
#score_board.theme_xiaoeun .table_score thead .score_top th{padding:0.2em;font-size:3.5em;color:#000;letter-spacing:0.5em}
#score_board.theme_xiaoeun .table_score thead .score_top th .title{font-weight:900}
#score_board.theme_xiaoeun .table_score td{padding:0.2em 0;text-align:center;line-height:1.4em;font-size:2em;color:#000}
#score_board.theme_xiaoeun .table_score td p{font-weight:800}
#score_board.theme_xiaoeun .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_xiaoeun .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_xiaoeun .table_score td.add.right{padding-right:1em}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr{background:url("/resource/img/score/theme/xiaoeun/td_violet.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(1){background:url("/resource/img/score/theme/xiaoeun/td_red.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(2){background:url("/resource/img/score/theme/xiaoeun/td_orange.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(3){background:url("/resource/img/score/theme/xiaoeun/td_yellow.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(4){background:url("/resource/img/score/theme/xiaoeun/td_blue.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(5){background:url("/resource/img/score/theme/xiaoeun/td_blue.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score:not(.team) tbody tr:nth-child(6){background:url("/resource/img/score/theme/xiaoeun/td_blue.png") no-repeat right center;background-size:90% 90%}
#score_board.theme_xiaoeun .table_score.alias:not(.team) tbody tr{background-size:100% 90%}

/* 감동란2 */
/* 스타일 초기화 */
#score_board.theme_xiaoeun2 .table_score,
#score_board.theme_xiaoeun2 p{font-family:"S-CoreDream"!important}
#score_board.theme_xiaoeun2 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_xiaoeun2 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_xiaoeun2 .table_score{border-radius:0}
#score_board.theme_xiaoeun2 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_xiaoeun2 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_xiaoeun2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_xiaoeun2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_xiaoeun2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_xiaoeun2 .table_score.rank td.rank,
#score_board.theme_xiaoeun2 .table_score.add:not(.total) td.add,
#score_board.theme_xiaoeun2 .table_score.add.total td.add_sum{background:transparent}
/* //스타일 초기화 */
/* #score_board.theme_xiaoeun2 .table_inner{background:url("/resource/img/score/theme/xiaoeun2/border.png") no-repeat center center;background-size:100% 100%} */
#score_board.theme_xiaoeun2 .table_wrap{position:relative}
#score_board.theme_xiaoeun2 .table_wrap .table_dot_lt{position:absolute;left:-0.25em;top:1.7em;bottom:3em;width:0.6em;background:url("/resource/img/score/theme/xiaoeun2/table_left.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_xiaoeun2 .table_wrap .table_dot_rt{position:absolute;right:-0.25em;top:1.7em;bottom:3em;width:0.6em;background:url("/resource/img/score/theme/xiaoeun2/table_right.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_xiaoeun2 .table_wrap .table_dot_lb{position:absolute;left:-0.25em;top:-0.25em;right:-0.25em;height:1.7em;background:url("/resource/img/score/theme/xiaoeun2/table_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_xiaoeun2 .table_wrap .table_dot_rb{position:absolute;left:-0.25em;bottom:-0.25em;right:-0.25em;height:3em;background:url("/resource/img/score/theme/xiaoeun2/table_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_xiaoeun2 .table_inner{padding:0 2em 2em 2em;border-radius:5%;background:#fff}
#score_board.theme_xiaoeun2 .table_score{overflow:visible}
#score_board.theme_xiaoeun2 .table_score .score_top th{position:relative;padding:0;height:4.5em}
#score_board.theme_xiaoeun2 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:5em;z-index:10}
#score_board.theme_xiaoeun2 .table_score th{padding:0.2em 0;font-size:2em;color:#000!important}
#score_board.theme_xiaoeun2 .table_score th p{font-weight:900}
#score_board.theme_xiaoeun2 .table_score td{padding:0.05em 0 0.1em 0;text-align:center;line-height:1.4em;font-size:2em;color:#000}
#score_board.theme_xiaoeun2 .table_score td p{font-weight:800}
#score_board.theme_xiaoeun2 .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_xiaoeun2 .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_xiaoeun2 .table_score td.add.right{padding-right:1em}
#score_board.theme_xiaoeun2 .table_score tbody tr{background:linear-gradient(to top, #141414 0 1px, transparent 2px 100%)}
#score_board.theme_xiaoeun2 .table_score:not(.team) tbody tr:nth-child(1){background:url("/resource/img/score/theme/xiaoeun2/td_1.png") no-repeat right center;background-size:100% 100%}
#score_board.theme_xiaoeun2 .table_score:not(.team) tbody tr:nth-child(2){background:url("/resource/img/score/theme/xiaoeun2/td_2.png") no-repeat right center;background-size:100% 100%}
#score_board.theme_xiaoeun2 .table_score:not(.team) tbody tr:nth-child(3){background:url("/resource/img/score/theme/xiaoeun2/td_3.png") no-repeat right center;background-size:100% 100%}
/* https://angel-rs.github.io/css-color-filter-generator/ */


/* 블리 */
/* 스타일 초기화 */
#score_board.theme_dmsgp0810 .table_score,
#score_board.theme_dmsgp0810 p{font-family:"S-CoreDream"!important}
#score_board.theme_dmsgp0810 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_dmsgp0810 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_dmsgp0810 .table_score{border-radius:0}
#score_board.theme_dmsgp0810 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_dmsgp0810 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_dmsgp0810 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_dmsgp0810 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_dmsgp0810 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_dmsgp0810 .table_score.rank td.rank,
#score_board.theme_dmsgp0810 .table_score.add:not(.total) td.add,
#score_board.theme_dmsgp0810 .table_score.add.total td.add_sum{background:transparent}
/* //스타일 초기화 */
#score_board.theme_dmsgp0810 .table_wrap{
	padding:8px;border-radius:30px;box-shadow:0 0 12px 1px rgba(107,0,255,0.5);
	background: #99fffb; /* Old browsers */
	background: -moz-linear-gradient(top,  #99fffb 0%, #fa74ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #99fffb 0%,#fa74ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #99fffb 0%,#fa74ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99fffb', endColorstr='#fa74ff',GradientType=0 ); /* IE6-9 */
}
#score_board.theme_dmsgp0810 .table_inner{padding:20px;border-radius:22px;overflow:hidden;box-shadow:inset 0 0 12px 1px rgba(107,0,255,0.5);background:#666}
#score_board.theme_dmsgp0810 .table_score{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #be8fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#be8fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#be8fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#be8fff',GradientType=0 ); /* IE6-9 */
}
#score_board.theme_dmsgp0810 .table_score{box-shadow:6px 6px 8px rgba(0,0,0,0.8);overflow:visible}
#score_board.theme_dmsgp0810 .table_score th{font-size:1.8em;color:#fff}
#score_board.theme_dmsgp0810 .table_score td{text-align:center;line-height:1.2em;font-size:1.8em;color:#fff}
#score_board.theme_dmsgp0810 .table_score th p,
#score_board.theme_dmsgp0810 .table_score td p{padding:0.2em;text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_dmsgp0810 .table_score thead .number{width:10px}
#score_board.theme_dmsgp0810 .table_score th p{padding:0.1em 0.2em}
#score_board.theme_dmsgp0810 .table_score tbody td{border-top:6px solid rgba(0,0,0,0.8)}
#score_board.theme_dmsgp0810 .table_score .number{padding:0;position:relative;vertical-align:top}
#score_board.theme_dmsgp0810 .table_score .number p{display:flex;align-items:center;justify-content:center;margin:-5px 0 0 -5px;width:100%;height:100%;box-shadow:5px 5px 12px rgba(148,65,218,0.5);background:#ca8bff url("/resource/img/score/theme/dmsgp0810/number.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_dmsgp0810 .table_score td.right{padding-right:0.5em;text-align:right}
#score_board.theme_dmsgp0810 .table_score td.left{padding-left:0.5em;text-align:left}


/* 최군 */
/* 스타일 초기화 */
#score_board.theme_ch1716 .table_score,
#score_board.theme_ch1716 p{font-family:"Wemakeprice"!important}
#score_board.theme_ch1716 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_ch1716 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_ch1716 .table_score{border-radius:0}
#score_board.theme_ch1716 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_ch1716 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_ch1716 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_ch1716 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_ch1716 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_ch1716 .table_score.rank td.rank,
#score_board.theme_ch1716 .table_score.add:not(.total) td.add,
#score_board.theme_ch1716 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_ch1716 .table_score th.align .icon{margin-left:0!important}
/* //스타일 초기화 */
#score_board.theme_ch1716.theme .table_inner{padding:0;border:6px solid #554475;border-radius:15px;background:#f0e7ef;overflow:hidden}
#score_board.theme_ch1716.theme .table_score thead .score_top th{padding:0.2em 0 0 0;background:transparent;overflow:hidden}
#score_board.theme_ch1716.theme .table_score thead .score_top .logo{display:block;margin:0 auto -0.1em auto;height:4em}
#score_board.theme_ch1716.theme .table_score th{padding:0.25em 0 0.2em 0;font-size:1.8em;color:#302643!important;background:#dbd7f8;border-left:1px solid #c4bdf1}
/* #score_board.theme_ch1716 .table_score th p{font-weight:700} */
#score_board.theme_ch1716.theme .table_score td{padding:0.3em 0 0.2em 0;text-align:center;line-height:1.2em;font-size:1.8em;color:#302643;border-left:1px solid #c4bdf1;border-top:1px solid #c4bdf1}
#score_board.theme_ch1716.theme .table_score th:first-child,
#score_board.theme_ch1716.theme .table_score td:first-child{border-left:0}
#score_board.theme_ch1716.theme .table_score td.right{padding-right:0.5em;text-align:right}
#score_board.theme_ch1716.theme .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_ch1716.theme .table_wrap .table_inner .table_score tbody tr:nth-child(even) td{background:#fff}
#score_board.theme_ch1716.theme .score_top.theme2{display:none}

/* 스타일 초기화 */
#score_board.theme_ch1716.theme2{padding:0}
#score_board.theme_ch1716.theme2 p{font-family:"Jamsil"!important;font-weight:700}
#score_board.theme_ch1716.theme2 .table_wrap{padding:1em 1.5em 1.5em 1.5em;background:url("/resource/img/score/theme/ch17163/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch1716.theme2 .score_top{display:block;margin-bottom:0.7em}
#score_board.theme_ch1716.theme2 .score_top .logo{display:block;margin:0 auto;height:8em}
#score_board.theme_ch1716.theme2 .table_inner{padding:0.5em;border:0.2em solid #000000;background:#1f1f1f}
#score_board.theme_ch1716.theme2 .table_score thead th{padding:0.05em 0.1em 0 0.1em;border:0.1em solid #5a5a5a;border-left:0;background:#5a5a5a}
#score_board.theme_ch1716.theme2 .table_score tbody td{padding:0.05em 0.1em;border:0.1em solid #5a5a5a;border-left:0}
#score_board.theme_ch1716.theme2 .table_score thead th.border_left,
#score_board.theme_ch1716.theme2 .table_score tbody td.border_left{border-left:0.1em solid #5a5a5a;}
#score_board.theme_ch1716.theme2 .table_score tbody td.border_right{padding-right:0.4em}
#score_board.theme_ch1716.theme2 .table_score p{text-shadow:0.04em 0.04em 0 #000, -0.04em 0.04em 0 #000, 0.04em -0.04em 0 #000, -0.04em -0.04em 0 #000, 0.04em 0 0 #000, 0 0.04em 0 #000, -0.04em 0 0 #000, 0 -0.04em 0 #000, 0.08em 0.08em 0 #000, 0.08em 0 0 #000, 0 0.08em 0 #000;}
#score_board.theme_ch1716.theme2 .table_score td.rank p,
#score_board.theme_ch1716.theme2 .table_score td.add p{font-family:"S-CoreDream"!important;font-weight:800;letter-spacing:-1px}


/* 스타일 초기화 */
#score_board.theme_ch17162 .table_score,
#score_board.theme_ch17162 p{font-family:"STUNNING-Bd"!important;font-weight:700}
#score_board.theme_ch17162 td.won p,
#score_board.theme_ch17162 td.rank p,
#score_board.theme_ch17162 td.add p,
#score_board.theme_ch17162 td.add_total p,
#score_board.theme_ch17162 td.add_cur p,
#score_board.theme_ch17162 td.add_sum p,
#score_board.theme_ch17162 td.burn p{font-family:"S-CoreDream"!important;font-weight:800!important;letter-spacing:-1px;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}

#score_board.theme_ch17162 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_ch17162 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_ch17162 .table_score{border-radius:0;overflow:visible}
#score_board.theme_ch17162 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_ch17162 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_ch17162 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_ch17162 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_ch17162 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_ch17162 .table_score.rank td.rank,
#score_board.theme_ch17162 .table_score.add:not(.total) td.add,
#score_board.theme_ch17162 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_ch17162 .table_score th.align .icon{margin-left:0!important}

#score_board.theme_ch17162.theme .table_wrap{padding-top:2em}
#score_board.theme_ch17162.theme .table_wrap .score_top{position:relative;z-index:1}
#score_board.theme_ch17162.theme .table_wrap .score_top th{padding:0}
#score_board.theme_ch17162.theme .table_wrap .score_top .logo{display:block;position:absolute;left:50%;bottom:0.2em;transform:translateX(-50%);height:3.2em}
#score_board.theme_ch17162.theme .table_inner{position:relative;padding:4.4em 9% 2.4em 9%}
#score_board.theme_ch17162.theme .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:7em;background:url("/resource/img/score/theme/ch17164/bg_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme .table_inner .table_mid{position:absolute;left:0;top:6.99em;bottom:5.99em;right:0;background:url("/resource/img/score/theme/ch17164/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:6em;background:url("/resource/img/score/theme/ch17164/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme .table_score{position:relative;z-index:2}
#score_board.theme_ch17162.theme .table_score thead tr:not(.score_top){position:relative;background:linear-gradient(180deg, rgba(47, 6, 101, 1) 0%, rgba(80, 10, 174, 1) 100%)}
#score_board.theme_ch17162.theme .table_score thead tr:not(.score_top)::before{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:url("/resource/img/score/theme/ch17164/td.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme .table_score thead tr:not(.score_top)::after{display:block;content:""}
#score_board.theme_ch17162.theme .table_score th{padding:0.3em 0.1em;line-height:1.2em}
#score_board.theme_ch17162.theme .table_score th p{display:inline-block;padding:0 0.2em;color:#e9d367;
	text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em
}
#score_board.theme_ch17162.theme .table_score td{padding:0.1em 0.1em}
/* #score_board.theme_ch17162.theme .table_score td p{text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em} */
#score_board.theme_ch17162.theme .table_score p{text-shadow:0.04em 0.04em 0 #000, -0.04em 0.04em 0 #000, 0.04em -0.04em 0 #000, -0.04em -0.04em 0 #000, 0.04em 0 0 #000, 0 0.04em 0 #000, -0.04em 0 0 #000, 0 -0.04em 0 #000, 0.08em 0.08em 0 #000, -0.08em 0.08em 0 #000, 0.08em -0.08em 0 #000, -0.08em -0.08em 0 #000, 0.08em 0 0 #000, 0 0.08em 0 #000, -0.08em 0 0 #000, 0 -0.08em 0 #000}
#score_board.theme_ch17162.theme .table_score td.right{padding-right:0.4em}
#score_board.theme_ch17162.theme .table_score th.border_right,
#score_board.theme_ch17162.theme .table_score td.border_right{padding-right:0.6em}
#score_board.theme_ch17162.theme .table_score tbody td{border-top:1px solid #000}
#score_board.theme_ch17162.theme .table_score tbody tr{position:relative}
#score_board.theme_ch17162.theme .table_score tbody tr::before{display:block;content:"";position:absolute;left:0;top:1px;right:0;bottom:1px;background:url("/resource/img/score/theme/ch17164/td.png") no-repeat center center,linear-gradient(to top, rgba(255,255,255,0.2), transparent 60%);background-size:100% 100%}
/* #score_board.theme_ch17162.theme .table_score tbody tr::after{display:block;content:"";position:absolute;left:0;top:40%;right:0;bottom:3px;background:linear-gradient(to top, rgba(255,255,255,0.2), transparent)} */
#score_board.theme_ch17162.theme .score_top.theme2{display:none}

#score_board.theme_ch17162.theme2 .table_wrap{padding-top:1em}
#score_board.theme_ch17162.theme2 .table_wrap .score_top{position:relative;z-index:1}
#score_board.theme_ch17162.theme2 .table_wrap .score_top th{padding:0}
#score_board.theme_ch17162.theme2 .table_wrap .score_top .logo{display:block;position:absolute;left:50%;bottom:0.2em;transform:translateX(-50%);height:3.1em}
#score_board.theme_ch17162.theme2 .table_inner{position:relative;padding:6.2em 8.4% 4em 8.4%}
#score_board.theme_ch17162.theme2 .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:6.5em;background:url("/resource/img/score/theme/ch17165/bg_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme2 .table_inner .table_mid{position:absolute;left:0;top:6.49em;bottom:4.99em;right:0;background:url("/resource/img/score/theme/ch17165/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme2 .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:5em;background:url("/resource/img/score/theme/ch17165/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme2 .table_score{position:relative;z-index:2}
#score_board.theme_ch17162.theme2 .table_score thead tr:not(.score_top){position:relative;background:linear-gradient(180deg, #1c1e26 0%, #2f3240 100%)}
#score_board.theme_ch17162.theme2 .table_score thead tr:not(.score_top)::before{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:url("/resource/img/score/theme/ch17164/td.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_ch17162.theme2 .table_score thead tr:not(.score_top)::after{display:block;content:""}
#score_board.theme_ch17162.theme2 .table_score th{padding:0.3em 0.1em;line-height:1.2em}
#score_board.theme_ch17162.theme2 .table_score th p{display:inline-block;padding:0 0.2em;color:#e9d367;
	text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em
}
#score_board.theme_ch17162.theme2 .table_score td{padding:0.1em 0.1em}
/* #score_board.theme_ch17162.theme2 .table_score td p{text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em} */
/* #score_board.theme_ch17162.theme2 .table_score p{text-shadow:0.04em 0.04em 0 #000, -0.04em 0.04em 0 #000, 0.04em -0.04em 0 #000, -0.04em -0.04em 0 #000, 0.04em 0 0 #000, 0 0.04em 0 #000, -0.04em 0 0 #000, 0 -0.04em 0 #000, 0.08em 0.08em 0 #000, 0.08em 0 0 #000, 0 0.08em 0 #000;} */
#score_board.theme_ch17162.theme2 .table_score p{text-shadow:0.04em 0.04em 0 #000, -0.04em 0.04em 0 #000, 0.04em -0.04em 0 #000, -0.04em -0.04em 0 #000, 0.04em 0 0 #000, 0 0.04em 0 #000, -0.04em 0 0 #000, 0 -0.04em 0 #000, 0.08em 0.08em 0 #000, -0.08em 0.08em 0 #000, 0.08em -0.08em 0 #000, -0.08em -0.08em 0 #000, 0.08em 0 0 #000, 0 0.08em 0 #000, -0.08em 0 0 #000, 0 -0.08em 0 #000}
#score_board.theme_ch17162.theme2 .table_score td.right{padding-right:0.4em}
#score_board.theme_ch17162.theme2 .table_score th.border_right,
#score_board.theme_ch17162.theme2 .table_score td.border_right{padding-right:0.6em}
#score_board.theme_ch17162.theme2 .table_score tbody td{border-top:1px solid #000}
#score_board.theme_ch17162.theme2 .table_score tbody tr{position:relative}
#score_board.theme_ch17162.theme2 .table_score tbody tr::before{display:block;content:"";position:absolute;left:0;top:1px;right:0;bottom:1px;background:url("/resource/img/score/theme/ch17164/td.png") no-repeat center center, linear-gradient(to top, rgba(255,255,255,0.2), transparent 60%);background-size:100% 100%}
/* #score_board.theme_ch17162.theme2 .table_score tbody tr::after{display:block;content:"";position:absolute;left:0;top:40%;right:0;bottom:3px;background:linear-gradient(to top, rgba(255,255,255,0.2), transparent)} */
#score_board.theme_ch17162.theme2 .score_top.theme{display:none}


/* 마예준 */
/* 스타일 초기화 */
#score_board.theme_tiger3006 .table_score,
#score_board.theme_tiger3006 p{font-family:"jalnan"!important}
#score_board.theme_tiger3006 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006 .table_score{border-radius:0}
#score_board.theme_tiger3006 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger3006 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger3006 .table_score.rank td.rank,
#score_board.theme_tiger3006 .table_score.add:not(.total) td.add,
#score_board.theme_tiger3006 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_tiger3006 .table_score th.align .icon{display:none!important}
/* //스타일 초기화 */
#score_board.theme_tiger3006 .score_top{position:relative}
#score_board.theme_tiger3006 .score_top .logo{display:block;margin:0 0 -25px 0;height:10em}
#score_board.theme_tiger3006 .score_top .hand_box{position:absolute;left:0;bottom:15px;right:0}
#score_board.theme_tiger3006 .score_top .hand_left{position:absolute;left:0;bottom:0;width:150px;height:29px;background:url("/resource/img/score/theme/tiger3006/hand_left.png") no-repeat}
#score_board.theme_tiger3006 .score_top .hand_right{position:absolute;right:0;bottom:0;width:150px;height:29px;background:url("/resource/img/score/theme/tiger3006/hand_right.png") no-repeat}
#score_board.theme_tiger3006 .score_top .hand_mid{position:absolute;left:149px;right:149px;bottom:0;height:29px;background:url("/resource/img/score/theme/tiger3006/hand_mid.png") repeat-x}
#score_board.theme_tiger3006 .table_inner{padding:10px 10px 10px 5px;border:5px solid #a7752a;border-top:0;background:#222122 url("/resource/img/score/theme/tiger3006/bg.png") no-repeat center bottom;background-size:cover}
#score_board.theme_tiger3006 .table_score th{padding:0.2em;font-size:1.8em;font-weight:300}
/* #score_board.theme_tiger3006 .table_score th p{font-style:italic;font-family:"TmonMonsori"!important}
#score_board.theme_tiger3006 .table_score th p,
#score_board.theme_tiger3006 .table_score th span{position:relative}
#score_board.theme_tiger3006 .table_score th .over{display:inline;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-shadow:none;
	background: linear-gradient(to bottom, #6c738c, #ffffff, #6c738c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */
#score_board.theme_tiger3006 .table_score th p{font-style:italic;font-family:"TmonMonsori"!important;
	background: linear-gradient(to bottom, #6c738c, #ffffff, #6c738c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.5px #ffcb1b;
	font-weight:300;
}
#score_board.theme_tiger3006 .table_score td{padding:0.2em;text-align:center;line-height:1.3em;font-size:1.8em}
#score_board.theme_tiger3006 .table_score td.right{padding-right:0.4em;text-align:right}
#score_board.theme_tiger3006 .table_score td.left{padding-left:0.2em;text-align:left}
/* #score_board.theme_tiger3006 .table_score th p{text-shadow:0px 0px 0px #ffa416,1px 1px 0px #ffa416} */
#score_board.theme_tiger3006 .table_score td p{text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}

#score_board.theme_tiger3006 .table_score td.rank p,
#score_board.theme_tiger3006 .table_score td.add p{font-family:"TmonMonsori"!important}
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(1) td.number,
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#00ff24}
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(2) td.number,
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#80ffaa}
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(3) td.number,
#score_board.theme_tiger3006 .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#94ffda}

/* 스타일 초기화 */
#score_board.theme_tiger30062 .table_score,
#score_board.theme_tiger30062 p{font-family:"YEONGJUPunggiGinseng"!important}
#score_board.theme_tiger30062 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger30062 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger30062 .table_score{border-radius:0}
#score_board.theme_tiger30062 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger30062 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger30062 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger30062 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger30062 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger30062 .table_score.rank td.rank,
#score_board.theme_tiger30062 .table_score.add:not(.total) td.add,
#score_board.theme_tiger30062 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_tiger30062 .table_score th.align .icon,
#score_board.theme_tiger30062 .table_score th.align .icon_left{display:none!important}
/* //스타일 초기화 */
#score_board.theme_tiger30062 .score_top{position:relative;padding:10px 3em}
#score_board.theme_tiger30062 .score_top .logo{display:block;height:10em;background:url("/resource/img/score/theme/tiger30062/logo.png") no-repeat center bottom;background-size:contain}
#score_board.theme_tiger30062 .table_inner{position:relative;padding:0.7em 3.5em 1.5em 3.5em;background:url("/resource/img/score/theme/tiger30062/bg.png") no-repeat center bottom;background-size:100% 100%}
#score_board.theme_tiger30062 .table_inner .table_lt,
#score_board.theme_tiger30062 .table_inner .table_rt{position:absolute;left:0.7em;top:0.7em;width:2.2em;height:2.3em;background:url("/resource/img/score/theme/tiger30062/line_top.png") no-repeat center top;background-size:100% auto}
#score_board.theme_tiger30062 .table_inner .table_l,
#score_board.theme_tiger30062 .table_inner .table_r{position:absolute;left:0.7em;top:2.9em;bottom:2.9em;width:2.2em;height:auto;background:url("/resource/img/score/theme/tiger30062/line_mid.png") repeat-y center center;background-size:100% auto}
#score_board.theme_tiger30062 .table_inner .table_lb,
#score_board.theme_tiger30062 .table_inner .table_rb{position:absolute;left:0.7em;bottom:0.7em;width:2.2em;height:2.3em;background:url("/resource/img/score/theme/tiger30062/line_bot.png") no-repeat center bottom;background-size:100% auto}
#score_board.theme_tiger30062 .table_inner .table_rt,
#score_board.theme_tiger30062 .table_inner .table_r,
#score_board.theme_tiger30062 .table_inner .table_rb{left:auto;right:0.7em}
#score_board.theme_tiger30062 .table_score th{padding:0.2em 0.2em 0.4em 0.2em;font-size:2em;line-height:1.2em;color:#ffcb7a!important}
#score_board.theme_tiger30062 .table_score th p{display:inline-block;border-bottom:0.1em solid #ffcb7a}
#score_board.theme_tiger30062 .table_score td{padding:0.2em;text-align:center;line-height:1em;font-size:1.8em}
#score_board.theme_tiger30062 .table_score td.right{padding-right:0.4em;text-align:right}
#score_board.theme_tiger30062 .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_tiger30062 .table_score td.rank p,
#score_board.theme_tiger30062 .table_score td.add p{font-family:"YEONGJUPunggiGinseng"!important;font-weight:400!important;letter-spacing:-1px!important}
#score_board.theme_tiger30062 .table_score th p,
#score_board.theme_tiger30062 .table_score td p{text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}


/* 마예준2 */
/* 스타일 초기화 */
#score_board.theme_tiger3006a .table_score,
#score_board.theme_tiger3006a p{font-family:"TTTtangsbudaejjigaeB"!important}
#score_board.theme_tiger3006a .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006a .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006a .table_score{border-radius:0}
#score_board.theme_tiger3006a .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger3006a .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger3006a .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger3006a .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger3006a .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger3006a .table_score.rank td.rank,
#score_board.theme_tiger3006a .table_score.add:not(.total) td.add,
#score_board.theme_tiger3006a .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_tiger3006a .table_score th.align .icon_left{display:none!important}

#score_board.theme_tiger3006a .table_inner{padding:0 5em 2em 6em;background:url("/resource/img/score/theme/tiger3006a/bg.png");background-size:100% 100%}
#score_board.theme_tiger3006a .table_score{overflow:visible}
#score_board.theme_tiger3006a .table_score tr.score_top th{position:relative;padding:0;height:10em}
#score_board.theme_tiger3006a .table_score tr.score_top .logo{display:block;position:absolute;left:50%;bottom:-0.5em;transform:translateX(-50%);width:130%;max-width:25em}
#score_board.theme_tiger3006a .table_score th{padding-bottom:0.5em;line-height:1em}
#score_board.theme_tiger3006a .table_score th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;font-family:"PyeongChangPeace"!important;border-bottom:1px solid #ffcb7a}
#score_board.theme_tiger3006a .table_score td{padding:0.25em 0.1em 0 0.1em}
#score_board.theme_tiger3006a .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_tiger3006a .table_score td.right{padding-right:0.4em}
/* #score_board.theme_tiger3006a .table_score th.border_left,
#score_board.theme_tiger3006a .table_score td.border_left{padding-left:4em!important}
#score_board.theme_tiger3006a .table_score th.border_right,
#score_board.theme_tiger3006a .table_score td.border_right{padding-right:3em!important} */

/* 스타일 초기화 */
#score_board.theme_tiger3006b .table_score,
#score_board.theme_tiger3006b p{font-family:"TTTtangsbudaejjigaeB"!important}
#score_board.theme_tiger3006b .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006b .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006b .table_score{border-radius:0}
#score_board.theme_tiger3006b .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger3006b .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger3006b .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger3006b .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger3006b .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger3006b .table_score.rank td.rank,
#score_board.theme_tiger3006b .table_score.add:not(.total) td.add,
#score_board.theme_tiger3006b .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_tiger3006b .table_score th.align .icon,
#score_board.theme_tiger3006b .table_score th.align .icon_left{display:none!important}
/* //스타일 초기화 */
#score_board.theme_tiger3006b .score_top{position:relative;padding:0;height:5em;z-index:10}
#score_board.theme_tiger3006b .score_top .logo{display:block;position:absolute;left:50%;bottom:-1.3em;transform:translateX(-50%);width:90%;max-width:40em}
#score_board.theme_tiger3006b .table_inner{position:relative;padding:1.5em 3.5em 1.5em 3.5em;background:url("/resource/img/score/theme/tiger3006b/bg.png") no-repeat center bottom;background-size:100% 100%}
#score_board.theme_tiger3006b .table_inner .table_lt,
#score_board.theme_tiger3006b .table_inner .table_rt{position:absolute;left:0.7em;top:0.7em;width:2.2em;height:2.3em;background:url("/resource/img/score/theme/tiger3006b/line_top.png") no-repeat center top;background-size:100% auto}
#score_board.theme_tiger3006b .table_inner .table_l,
#score_board.theme_tiger3006b .table_inner .table_r{position:absolute;left:0.7em;top:2.9em;bottom:2.9em;width:2.2em;height:auto;background:url("/resource/img/score/theme/tiger3006b/line_mid.png") repeat-y center center;background-size:100% auto}
#score_board.theme_tiger3006b .table_inner .table_lb,
#score_board.theme_tiger3006b .table_inner .table_rb{position:absolute;left:0.7em;bottom:0.7em;width:2.2em;height:2.3em;background:url("/resource/img/score/theme/tiger3006b/line_bot.png") no-repeat center bottom;background-size:100% auto}
#score_board.theme_tiger3006b .table_inner .table_rt,
#score_board.theme_tiger3006b .table_inner .table_r,
#score_board.theme_tiger3006b .table_inner .table_rb{left:auto;right:0.7em}
/* #score_board.theme_tiger3006b .table_score th{padding:0.2em 0.2em 0.4em 0.2em;font-size:2em;line-height:1.2em;color:#ffcb7a!important}
#score_board.theme_tiger3006b .table_score th p{display:inline-block;border-bottom:0.1em solid #ffcb7a} */
#score_board.theme_tiger3006b .table_score th{padding-bottom:0.3em;line-height:1em}
#score_board.theme_tiger3006b .table_score th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;font-family:"PyeongChangPeace"!important;font-weight:300!important;border-bottom:1px solid #ffcb7a}
#score_board.theme_tiger3006b .table_score td{padding:0.2em;text-align:center;line-height:1em;font-size:1.8em}
#score_board.theme_tiger3006b .table_score td.right{padding-right:0.4em;text-align:right}
#score_board.theme_tiger3006b .table_score td.left{padding-left:0.2em;text-align:left}
/* #score_board.theme_tiger3006b .table_score td.rank p,
#score_board.theme_tiger3006b .table_score td.add p{font-family:"PyeongChangPeace"!important;font-weight:400!important} */
/* #score_board.theme_tiger3006b .table_score th p, */
#score_board.theme_tiger3006b .table_score td p{text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}

/* 스타일 초기화 */
#score_board.theme_tiger30063 .table_score,
#score_board.theme_tiger30063 p{font-family:"Maplestory"!important;font-weight:700}
#score_board.theme_tiger30063 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger30063 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger30063 .table_score{border-radius:0}
#score_board.theme_tiger30063 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger30063 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger30063 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger30063 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger30063 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger30063 .table_score.rank td.rank,
#score_board.theme_tiger30063 .table_score.add:not(.total) td.add,
#score_board.theme_tiger30063 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_tiger30063 .table_score th.align .icon_left{display:none!important}

#score_board.theme_tiger30063 .table_wrap{padding:2em;border-radius:1.5em;box-shadow:0 10px 10px 0 rgba(0,0,0,0.4);background:#252166}
#score_board.theme_tiger30063 .table_inner{padding:1.5em;border-radius:1em;background:#fff}
#score_board.theme_tiger30063 .table_score{border-radius:0.5em;background:#fde8dc}
#score_board.theme_tiger30063 .table_score tr.score_top th{padding:1em 0 0.3em 0}
#score_board.theme_tiger30063 .table_score tr.score_top .logo{height:3.5em}
#score_board.theme_tiger30063 div.score_top{padding:0.5em 0 0 0}
#score_board.theme_tiger30063 div.score_top .logo{display:block;position:absolute;left:50%;top:1.8em;transform:translateX(-50%);height:6.2em}
#score_board.theme_tiger30063 .table_score tr:not(.score_top) th{padding:0.1em 0;background:#000}
#score_board.theme_tiger30063 .table_score tr:not(.score_top) th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;border-bottom:2px solid #ffcb7a}
#score_board.theme_tiger30063 .table_score tbody td{padding:0.1em 0.1em}
#score_board.theme_tiger30063 .table_score tbody td.right{padding-right:0.4em}
#score_board.theme_tiger30063 .table_score tbody td p{text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_tiger30063 .table_score tbody td.won p,
#score_board.theme_tiger30063 .table_score tbody td.rank p,
#score_board.theme_tiger30063 .table_score tbody td.add p,
#score_board.theme_tiger30063 .table_score tbody td.add_total p,
#score_board.theme_tiger30063 .table_score tbody td.add_cur p,
#score_board.theme_tiger30063 .table_score tbody td.add_sum p{font-family:"S-CoreDream"!important;font-weight:800;letter-spacing:-1px}


/* 마예준 20240516 */
#score_board.theme_tiger3006c .table_score,
#score_board.theme_tiger3006c p{font-family:"62570";font-weight:400}
#score_board.theme_tiger3006c .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006c .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006c .table_score{border-radius:0;overflow:visible}
#score_board.theme_tiger3006c .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger3006c .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger3006c .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger3006c .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger3006c .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger3006c .table_score.rank td.rank,
#score_board.theme_tiger3006c .table_score.add:not(.total) td.add,
#score_board.theme_tiger3006c .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_tiger3006c .table_wrap{background:url("/resource/img/score/theme/tiger3006c/bg.png");background-size:100% 100%}
#score_board.theme_tiger3006c .table_inner{padding:11.5em 17% 1em 17%}
#score_board.theme_tiger3006c .table_wrap .table_top{position:absolute;left:0;top:0;right:0;height:13em;background:url("/resource/img/score/theme/tiger3006c/bg_top.png");background-size:100% 100%}
#score_board.theme_tiger3006c .table_wrap .table_mid{position:absolute;left:0;top:13em;bottom:3em;right:0;background:url("/resource/img/score/theme/tiger3006c/bg_mid.png");background-size:100% 100%}
#score_board.theme_tiger3006c .table_wrap .table_bot{position:absolute;left:0;bottom:0;right:0;height:3em;background:url("/resource/img/score/theme/tiger3006c/bg_bot.png");background-size:100% 100%}
#score_board.theme_tiger3006c .table_score{position:relative;z-index:2}
#score_board.theme_tiger3006c .table_score tr.score_top th{position:relative}
#score_board.theme_tiger3006c .table_score tr.score_top .logo{position:absolute;left:51%;bottom:1em;transform:translateX(-50%);height:7.5em}
#score_board.theme_tiger3006c .table_score tr:not(.score_top) th{padding-bottom:0.3em}
#score_board.theme_tiger3006c .table_score tr:not(.score_top) th p{display:inline-block;position:relative;padding:0 0.1em 0.1em 0.1em;color:#ffcd7d;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_tiger3006c .table_score tr:not(.score_top) th p::before{display:block;content:"";position:absolute;left:0;bottom:0;right:0;height:0.1em;border-radius:0.1em;border:2px solid #000;background:#ffcd7d}
#score_board.theme_tiger3006c .table_score td p{color:#000}
#score_board.theme_tiger3006c .table_score th.align .icon_left{display:none!important}
#score_board.theme_tiger3006c .table_score th.align .icon{width:0.7em!important}


/* 마예준 20240909 */
#score_board.theme_tiger3006d .table_score,
#score_board.theme_tiger3006d p{font-family:"TmonMonsori";font-weight:900}
#score_board.theme_tiger3006d .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006d .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006d .table_score{border-radius:0;overflow:visible}
#score_board.theme_tiger3006d .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger3006d .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger3006d .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger3006d .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger3006d .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger3006d .table_score.rank td.rank,
#score_board.theme_tiger3006d .table_score.add:not(.total) td.add,
#score_board.theme_tiger3006d .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_tiger3006d .table_wrap{position:relative;padding:215px 122px 166px 128px}
#score_board.theme_tiger3006d .table_inner{padding:0.8em 0 0.3em 0;background:#000 url("/resource/img/score/theme/tiger3006d/bg.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_t{position:absolute;left:128px;top:0;right:122px;height:269px;background:url("/resource/img/score/theme/tiger3006d/bg_t.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_lt{position:absolute;left:0;top:0;width:128px;height:269px;background:url("/resource/img/score/theme/tiger3006d/bg_lt.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_rt{position:absolute;top:0;right:0;width:122px;height:269px;background:url("/resource/img/score/theme/tiger3006d/bg_rt.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_r{position:absolute;top:269px;bottom:166px;right:0;width:122px;background:url("/resource/img/score/theme/tiger3006d/bg_r.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_b{position:absolute;left:128px;bottom:0;right:122px;height:166px;background:url("/resource/img/score/theme/tiger3006d/bg_b.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_lb{position:absolute;left:0;bottom:0;width:128px;height:166px;background:url("/resource/img/score/theme/tiger3006d/bg_lb.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_rb{position:absolute;bottom:0;right:0;width:122px;height:166px;background:url("/resource/img/score/theme/tiger3006d/bg_rb.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_l{position:absolute;left:0;top:269px;bottom:166px;width:128px;background:url("/resource/img/score/theme/tiger3006d/bg_l.png");background-size:100% 100%}
#score_board.theme_tiger3006d .table_inner .table_top{position:absolute;left:0;top:24px;right:0;height:131px;background:url("/resource/img/score/theme/tiger3006d/logo.png") no-repeat center center;background-size:auto 100%;z-index:10}
#score_board.theme_tiger3006d .table_score{position:relative;z-index:20}
#score_board.theme_tiger3006d .table_score tr:not(.score_top) th{padding-bottom:0.5em;font-size:1.8em}
#score_board.theme_tiger3006d .table_score tr:not(.score_top) th p{display:inline-block;position:relative;padding:0 0.1em 0.1em 0.1em;color:#ffcd7d;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_tiger3006d .table_score tr:not(.score_top) th p::before{display:block;content:"";position:absolute;left:0;bottom:0;right:0;height:0.1em;border-radius:0.1em;border:2px solid #000;background:#ffcd7d}
#score_board.theme_tiger3006d .table_score td{padding:0.1em;font-size:1.7em}
#score_board.theme_tiger3006d .table_score td.border_right{padding-right:0.3em}
#score_board.theme_tiger3006d .table_score th.align .icon_left{display:none!important}

/* 마예준 20241122 */
#score_board.theme_tiger3006e .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006e .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_tiger3006e .table_score{border-radius:0;overflow:visible}
#score_board.theme_tiger3006e .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_tiger3006e .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_tiger3006e .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_tiger3006e .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_tiger3006e .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_tiger3006e .table_score.rank td.rank,
#score_board.theme_tiger3006e .table_score.add:not(.total) td.add,
#score_board.theme_tiger3006e .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_tiger3006e .table_score thead .score_top{display:none}
#score_board.theme_tiger3006e.theme .table_score,
#score_board.theme_tiger3006e.theme p{font-family:"TmonMonsori";font-weight:900}
#score_board.theme_tiger3006e.theme2 .table_score,
#score_board.theme_tiger3006e.theme2 p{font-family:"Cafe24Ohsquare";font-weight:400}
#score_board.theme_tiger3006e.theme .table_score thead .score_top.theme,
#score_board.theme_tiger3006e.theme2 .table_score thead .score_top.theme2{display:table-row}

#score_board.theme_tiger3006e.theme .table_wrap{position:relative;padding:215px 122px 166px 128px}
#score_board.theme_tiger3006e.theme .table_inner{padding:0.8em 0 0.3em 0;background:#000 url("/resource/img/score/theme/tiger3006d/bg.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_t{position:absolute;left:128px;top:0;right:122px;height:269px;background:url("/resource/img/score/theme/tiger3006d/bg_t.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_lt{position:absolute;left:0;top:0;width:128px;height:269px;background:url("/resource/img/score/theme/tiger3006d/bg_lt.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_rt{position:absolute;top:0;right:0;width:122px;height:269px;background:url("/resource/img/score/theme/tiger3006d/bg_rt.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_r{position:absolute;top:269px;bottom:166px;right:0;width:122px;background:url("/resource/img/score/theme/tiger3006d/bg_r.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_b{position:absolute;left:128px;bottom:0;right:122px;height:166px;background:url("/resource/img/score/theme/tiger3006d/bg_b.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_lb{position:absolute;left:0;bottom:0;width:128px;height:166px;background:url("/resource/img/score/theme/tiger3006d/bg_lb.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_rb{position:absolute;bottom:0;right:0;width:122px;height:166px;background:url("/resource/img/score/theme/tiger3006d/bg_rb.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_l{position:absolute;left:0;top:269px;bottom:166px;width:128px;background:url("/resource/img/score/theme/tiger3006d/bg_l.png");background-size:100% 100%}
#score_board.theme_tiger3006e.theme .table_inner .table_top{position:absolute;left:0;top:24px;right:0;height:131px;background:url("/resource/img/score/theme/tiger3006d/logo.png") no-repeat center center;background-size:auto 100%;z-index:10}
#score_board.theme_tiger3006e.theme .table_score{position:relative;z-index:20}
#score_board.theme_tiger3006e.theme .table_score tr:not(.score_top) th{padding-bottom:0.5em;font-size:1.8em}
#score_board.theme_tiger3006e.theme .table_score tr:not(.score_top) th p{display:inline-block;position:relative;padding:0 0.1em 0.1em 0.1em;color:#ffcd7d;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_tiger3006e.theme .table_score tr:not(.score_top) th p::before{display:block;content:"";position:absolute;left:0;bottom:0;right:0;height:0.1em;border-radius:0.1em;border:2px solid #000;background:#ffcd7d}
#score_board.theme_tiger3006e.theme .table_score td{padding:0.1em;font-size:1.7em}
#score_board.theme_tiger3006e.theme .table_score td.border_right{padding-right:0.3em}
#score_board.theme_tiger3006e.theme .table_score th.align .icon_left{display:none!important}

#score_board.theme_tiger3006e.theme.total .table_score td.add_sum p{color:#ff3737}

#score_board.theme_tiger3006e.theme2 .table_wrap{position:relative;padding:8.5em 5% 6em 2%}
#score_board.theme_tiger3006e.theme2 .score_top th{position:relative;height:0}
#score_board.theme_tiger3006e.theme2 .score_top .logo{display:block;position:absolute;left:53%;bottom:0.6em;transform:translateX(-50%);height:5em}
#score_board.theme_tiger3006e.theme2 .table_score tr:not(.score_top) th{padding-bottom:0.7em;line-height:1}
#score_board.theme_tiger3006e.theme2 .table_score th{font-size:1.8em}
#score_board.theme_tiger3006e.theme2 .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_tiger3006e.theme2 .table_score td{padding:0.1em;font-size:1.7em}
#score_board.theme_tiger3006e.theme2 .table_score td.border_right{padding-right:0.5em}
#score_board.theme_tiger3006e.theme2 .table_score{position:relative;z-index:10}
#score_board.theme_tiger3006e.theme2 .table_top{position:absolute;left:0;top:2em;right:0;width:100%;height:9em;background:url("/resource/img/score/theme/tiger3006e/top.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_tiger3006e.theme2 .table_mid{position:absolute;left:0;top:11em;bottom:5em;right:0;width:100%;background:url("/resource/img/score/theme/tiger3006e/mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_tiger3006e.theme2 .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:5em;background:url("/resource/img/score/theme/tiger3006e/bot.png") no-repeat center center;background-size:100% 100%;z-index:2}



/* 김인호 */
#score_board.theme_pookygamja .table_score.total col.add,
#score_board.theme_pookygamja .table_score.total th.add,
#score_board.theme_pookygamja .table_score.total td.add{display:none}
#score_board.theme_pookygamja:not(.theme_no3miggi) .table_wrap .table_inner .table_score tbody tr td{color:#000;background:#fff}
/* 스타일 초기화 */
#score_board.theme_pookygamja .table_score,
#score_board.theme_pookygamja p{font-family:"NEXON Lv1 Gothic"!important;font-weight:700}
#score_board.theme_pookygamja .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_pookygamja .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_pookygamja .table_score{border-radius:0}
#score_board.theme_pookygamja .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_pookygamja .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_pookygamja .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_pookygamja .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_pookygamja .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_pookygamja .table_score.rank td.rank,
#score_board.theme_pookygamja .table_score.add:not(.total) td.add,
#score_board.theme_pookygamja .table_score.add.total td.add_sum{background:transparent}
/* 김인호 스타일일 */
#score_board.theme_pookygamja{padding:7em 3em 3em 3em;overflow:hidden}
#score_board.theme_pookygamja .score_top{height:5em;text-align:center}
#score_board.theme_pookygamja .score_top .logo{display:inline-block;transform:translateY(-55%);height:200%}
#score_board.theme_pookygamja .table_wrap{position:relative;padding:0 1.5em 1.5em 1.5em;border-radius:3em;background:#fff}
#score_board.theme_pookygamja .table_inner{border:3px solid #172155;border-radius:0 0 2em 2em;overflow:hidden}
#score_board.theme_pookygamja .table_wrap::after{display:block;content:"";position:absolute;right:-2.7em;top:-0.8em;bottom:0;width:10em;background:url("/resource/img/score/theme/pookygamja/star_right.png") no-repeat right top;background-size:contain}
#score_board.theme_pookygamja .table_wrap::before{display:block;content:"";position:absolute;left:-1.2em;bottom:-2.3em;top:0;width:12em;background:url("/resource/img/score/theme/pookygamja/star_left.png") no-repeat left bottom;background-size:contain}
#score_board.theme_pookygamja .table_score{margin-left:-2px;width:calc(100% + 2px)}
#score_board.theme_pookygamja .table_score th{padding:0.1em 0.1em 0 0.1em;line-height:1.25m;font-weight:700;color:#ffb820;border-left:2px solid #172155;background:#172155}
#score_board.theme_pookygamja .table_score td{padding:0.1em;line-height:1.25em;font-weight:700;color:#000000;border-top:2px solid #172155;border-left:2px solid #172155}
#score_board.theme_pookygamja .table_score td.right{padding-right:0.2em}
#score_board.theme_pookygamja .table_score th.align .icon_left,
#score_board.theme_pookygamja .table_score th.align .icon{display:none!important}
#score_board.theme_pookygamja .table_score.rank th.rank,
#score_board.theme_pookygamja .table_score.add:not(.total) th.add,
#score_board.theme_pookygamja .table_score.add.total th.add_sum{color:#ff4598}
#score_board.theme_pookygamja td.won p,
#score_board.theme_pookygamja td.rank p,
#score_board.theme_pookygamja td.add p,
#score_board.theme_pookygamja td.add_total p,
#score_board.theme_pookygamja td.add_cur p,
#score_board.theme_pookygamja td.add_sum p{font-family:"S-CoreDream"!important;letter-spacing:-2px}

/* 김인호 */
#score_board.theme_pookygamjab .table_score.total col.add,
#score_board.theme_pookygamjab .table_score.total th.add,
#score_board.theme_pookygamjab .table_score.total td.add{display:none}
#score_board.theme_pookygamjab:not(.theme_no3miggi) .table_wrap .table_inner .table_score tbody tr td{color:#000;background:#fff}
/* 스타일 초기화 */
#score_board.theme_pookygamjab .table_score,
#score_board.theme_pookygamjab p{font-family:"NEXON Lv1 Gothic"!important;font-weight:700}
#score_board.theme_pookygamjab .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_pookygamjab .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_pookygamjab .table_score{border-radius:0}
#score_board.theme_pookygamjab .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_pookygamjab .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_pookygamjab .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_pookygamjab .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_pookygamjab .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_pookygamjab .table_score.rank td.rank,
#score_board.theme_pookygamjab .table_score.add:not(.total) td.add,
#score_board.theme_pookygamjab .table_score.add.total td.add_sum{background:transparent}
/* 김인호 스타일일 */
#score_board.theme_pookygamjab{overflow:hidden}
#score_board.theme_pookygamjab .score_top{display:none}
#score_board.theme_pookygamjab .score_top .logo{display:inline-block;transform:translateY(-55%);height:200%}
#score_board.theme_pookygamjab .table_wrap{position:relative;padding:0 1.5em 1.5em 1.5em;border-radius:3em;background:#fff}
#score_board.theme_pookygamjab .table_inner{border:3px solid #969696;overflow:hidden}
/* #score_board.theme_pookygamjab .table_wrap::after{display:block;content:"";position:absolute;right:-2.7em;top:-0.8em;bottom:0;width:10em;background:url("/resource/img/score/theme/pookygamja/star_right.png") no-repeat right top;background-size:contain}
#score_board.theme_pookygamjab .table_wrap::before{display:block;content:"";position:absolute;left:-1.2em;bottom:-2.3em;top:0;width:12em;background:url("/resource/img/score/theme/pookygamja/star_left.png") no-repeat left bottom;background-size:contain} */
#score_board.theme_pookygamjab .table_score{margin-left:-2px;width:calc(100% + 2px)}
#score_board.theme_pookygamjab .table_score th{padding:0.1em 0.1em 0 0.1em;line-height:1.25m;font-weight:700;color:#000000;border-left:2px solid #969696;background:#ffffff}
#score_board.theme_pookygamjab .table_score td{padding:0.1em;line-height:1.25em;font-weight:700;color:#000000;border-top:2px solid #969696;border-left:2px solid #969696}
#score_board.theme_pookygamjab .table_score th.border_left,
#score_board.theme_pookygamjab .table_score td.border_left{border-left:0}
#score_board.theme_pookygamjab .table_score td.right{padding-right:0.2em}
#score_board.theme_pookygamjab .table_score th.align .icon_left,
#score_board.theme_pookygamjab .table_score th.align .icon{display:none!important}
#score_board.theme_pookygamjab .table_score.rank th.rank,
#score_board.theme_pookygamjab .table_score.add:not(.total) th.add,
#score_board.theme_pookygamjab .table_score.add.total th.add_sum{color:#ff4598}
#score_board.theme_pookygamjab td.won p,
#score_board.theme_pookygamjab td.rank p,
#score_board.theme_pookygamjab td.add p,
#score_board.theme_pookygamjab td.add_total p,
#score_board.theme_pookygamjab td.add_cur p,
#score_board.theme_pookygamjab td.add_sum p{font-family:"S-CoreDream"!important;letter-spacing:-2px}

/*박가린 */
#score_board.theme_janjju .table_score .score_top th{padding:0.2em;font-size:3em;border:0;background:#fff}
#score_board.theme_janjju .table_score .score_top th p{color:#000}

#score_board.theme_janjjua .table_score,
#score_board.theme_janjjua p{font-family:"S-CoreDream"!important}
#score_board.theme_janjjua .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjjua .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjjua .table_score{border-radius:0}
#score_board.theme_janjjua .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjjua .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_janjjua .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjjua .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjjua .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjjua .table_score.rank td.rank,
#score_board.theme_janjjua .table_score.add:not(.total) td.add,
#score_board.theme_janjjua .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjjua .table_inner{padding:0 4em 3em 3em;background:url("/resource/img/score/theme/janjjua/bg.png");background-size:100% 100%}
#score_board.theme_janjjua .table_score{overflow:visible}
#score_board.theme_janjjua .table_score tr.score_top th{position:relative;padding:0;height:5em}
#score_board.theme_janjjua .table_score tr.score_top .logo{display:block;position:absolute;left:50%;bottom:2em;transform:translateX(-50%);width:130%;max-width:25em}
#score_board.theme_janjjua .table_score th{padding-bottom:0.3em;line-height:1em}
#score_board.theme_janjjua .table_score th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;font-family:"PyeongChangPeace"!important;border-bottom:1px solid #ffcb7a;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_janjjua .table_score td{padding:0.05em}
#score_board.theme_janjjua .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_janjjua .table_score td.right{padding-right:0.4em}

/* 박가린2 */
/* #score_board.theme_janjjua2 .table_score,
#score_board.theme_janjjua2 p{font-family:"Ghanachocolate"!important}
#score_board.theme_janjjua2 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjjua2 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjjua2 .table_score{border-radius:0}
#score_board.theme_janjjua2 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjjua2 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_janjjua2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjjua2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjjua2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjjua2 .table_score.rank td.rank,
#score_board.theme_janjjua2 .table_score.add:not(.total) td.add,
#score_board.theme_janjjua2 .table_score.add.total td.add_sum{background:transparent} */

#score_board.theme_janjju2 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_janjju2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjju2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjju2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjju2 .table_score.rank td.rank,
#score_board.theme_janjju2 .table_score.add:not(.total) td.add,
#score_board.theme_janjju2 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjju2 .table_wrap{padding:2px}
#score_board.theme_janjju2 .table_inner{background:#fff}
#score_board.theme_janjju2 .table_score{overflow:visible}
#score_board.theme_janjju2 .table_score .score_top th{position:relative;padding:0;height:1.3em;border:0;border-radius:15px 15px 0 0;background:#fff}
#score_board.theme_janjju2 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:-0.2em;transform:translateX(-50%);height:5.5em}
#score_board.theme_janjju2 .table_score th p,
#score_board.theme_janjju2 .table_score td p{font-family:"Vitro_core"!important}
#score_board.theme_janjju2 .table_score th{padding:0.1em;color:#ffa4b3}
#score_board.theme_janjju2 .table_score th p{position:relative;z-index:10}
#score_board.theme_janjju2 .table_score th .icon_left{display:none!important}
#score_board.theme_janjju2 .table_score td{padding:0.1em;color:#000;border-bottom:3px solid #000}
#score_board.theme_janjju2 .table_score tbody tr:last-child td{border-bottom:0}
#score_board.theme_janjju2 .table_score tbody tr:last-child td.border_left{border-radius:0 0 0 15px}
#score_board.theme_janjju2 .table_score tbody tr:last-child td.border_right{border-radius:0 0 15px 0}
#score_board.theme_janjju2 .table_score td.right{padding-right:0.4em}
#score_board.theme_janjju2 .table_score td.rank p,
#score_board.theme_janjju2 .table_score td.add p,
#score_board.theme_janjju2 .table_score td.add_total p,
#score_board.theme_janjju2 .table_score td.add_sum p{font-family:"Vitro_core"!important}
#score_board.theme_janjju2 .table_score th.bj{width:15%}
#score_board.theme_janjju2 .table_score.total th.bj{width:10%}
#score_board.theme_janjju2.url2 .table_score .score_top{display:none}


/* 스타일 초기화 */
#score_board.theme_janjju3 .table_score,
#score_board.theme_janjju3 p{font-family:"S-CoreDream"!important}
#score_board.theme_janjju3 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjju3 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjju3 .table_score{border-radius:0}
#score_board.theme_janjju3 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjju3 .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_janjju3 .table_score td p{font-weight:400}
#score_board.theme_janjju3 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjju3 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjju3 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjju3 .table_score.rank td.rank,
#score_board.theme_janjju3 .table_score.add:not(.total) td.add,
#score_board.theme_janjju3 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjju3{padding-top:6em}
#score_board.theme_janjju3 .table_wrap{padding:1em;border-radius:4em;box-shadow:0 0 2em rgba(150,21,138,0.5);overflow:visible;
	background: linear-gradient(to bottom,  #441fae 0%,#ce0e72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#score_board.theme_janjju3 .table_inner{
	position:relative;padding:0 1em 1.2em 1em;border-radius:3.2em;overflow:visible;
	background:url("/resource/img/score/theme/janjju3/bg.png") no-repeat center center;background-size:100% 100%;
}
#score_board.theme_janjju3 .table_top{position:absolute;left:-2.2em;top:-2.2em;width:6em;height:6em;background:url("/resource/img/score/theme/janjju3/star1.png") no-repeat center center;background-size:contain}
#score_board.theme_janjju3 .table_bot{position:absolute;right:-2.5em;bottom:-2.8em;width:6em;height:6em;background:url("/resource/img/score/theme/janjju3/star2.png") no-repeat center center;background-size:contain}
#score_board.theme_janjju3 .table_score{overflow:visible}
#score_board.theme_janjju3 .score_top{position:relative;height:7em}
#score_board.theme_janjju3 .score_top .logo{display:block;position:absolute;left:47%;top:-4em;transform:translateX(-50%);height:8em;z-index:-2}
#score_board.theme_janjju3 .score_top .char{display:block;position:absolute;right:-2em;top:-2.2em;height:7em;z-index:-1}
#score_board.theme_janjju3 .table_score thead{position:relative;z-index:9}
#score_board.theme_janjju3 .table_score tbody{position:relative;z-index:10}
#score_board.theme_janjju3 .table_score th{padding-bottom:0.3em;line-height:1em}
#score_board.theme_janjju3 .table_score th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_janjju3 .table_score td{padding:0.05em}
#score_board.theme_janjju3 .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_janjju3 .table_score td.right{padding-right:0.4em}


/* 스타일 초기화 */
#score_board.theme_janjju4 .table_score,
#score_board.theme_janjju4 p{font-family:"S-CoreDream"!important}
#score_board.theme_janjju4 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjju4 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjju4 .table_score{border-radius:0}
#score_board.theme_janjju4 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjju4 .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_janjju4 .table_score td p{font-weight:400}
#score_board.theme_janjju4 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjju4 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjju4 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjju4 .table_score.rank td.rank,
#score_board.theme_janjju4 .table_score.add:not(.total) td.add,
#score_board.theme_janjju4 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjju4{padding-top:6em}
#score_board.theme_janjju4 .table_wrap{padding:0 6% 8% 6%;background:url("/resource/img/score/theme/janjju4/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju4 .table_score{overflow:visible}
#score_board.theme_janjju4 .score_top{position:relative;height:7em}
#score_board.theme_janjju4 .score_top .logo{display:block;position:absolute;left:50%;bottom:-1.5em;transform:translateX(-50%);height:8em}
#score_board.theme_janjju4 .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/janjju4/title_bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju4 .table_score thead tr:not(.score_top) th{padding:0.1em 0;color:#ffcb7a}
#score_board.theme_janjju4 .table_score thead tr:not(.score_top) th.border_left{padding-left:0.3em}
#score_board.theme_janjju4 .table_score thead tr:not(.score_top) th.border_right{padding-right:0.3em}
#score_board.theme_janjju4 .table_score thead::after{display:block;content:"";height:0.5em}
#score_board.theme_janjju4 .table_score td{line-height:1.3}
#score_board.theme_janjju4 .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_janjju4 .table_score td.right{padding-right:0.4em}


/* 스타일 초기화 */
#score_board.theme_janjju5 .table_score,
#score_board.theme_janjju5 p{font-family:"S-CoreDream"!important}
#score_board.theme_janjju5 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjju5 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjju5 .table_score{border-radius:0;overflow:visible}
#score_board.theme_janjju5 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjju5 .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_janjju5 .table_score td p{font-weight:400}
#score_board.theme_janjju5 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjju5 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjju5 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjju5 .table_score.rank td.rank,
#score_board.theme_janjju5 .table_score.add:not(.total) td.add,
#score_board.theme_janjju5 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjju5 .table_wrap{padding-top:4.5em}
#score_board.theme_janjju5 .table_inner{position:relative;padding:9em 5% 5% 5%}
#score_board.theme_janjju5 .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:13em;background:url("/resource/img/score/theme/janjju5/bg_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju5 .table_inner .table_mid{position:absolute;left:0;top:12.99em;bottom:2.49em;right:0;background:url("/resource/img/score/theme/janjju5/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju5 .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:2.5em;background:url("/resource/img/score/theme/janjju5/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju5 .score_top{position:relative;height:0}
#score_board.theme_janjju5 .score_top .logo{display:block;position:absolute;left:50%;bottom:0.5em;transform:translateX(-50%);height:7em}
#score_board.theme_janjju5 .table_score{position:relative;z-index:2}
#score_board.theme_janjju5 .table_score th{padding-bottom:0.3em;line-height:1em}
#score_board.theme_janjju5 .table_score th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_janjju5 .table_score td{padding:0.05em}
#score_board.theme_janjju5 .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_janjju5 .table_score td.right{padding-right:0.5em}


/* 스타일 초기화 */
#score_board.theme_janjju6 .table_score,
#score_board.theme_janjju6 p{font-family:"S-CoreDream"!important}
#score_board.theme_janjju6 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjju6 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjju6 .table_score{border-radius:0;overflow:visible}
#score_board.theme_janjju6 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjju6 .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_janjju6 .table_score td p{font-weight:400}
#score_board.theme_janjju6 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjju6 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjju6 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjju6 .table_score.rank td.rank,
#score_board.theme_janjju6 .table_score.add:not(.total) td.add,
#score_board.theme_janjju6 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjju6 .table_wrap{padding-top:13em}
#score_board.theme_janjju6 .table_wrap .score_top{position:relative;z-index:1}
#score_board.theme_janjju6 .table_wrap .score_top .logo{display:block;position:absolute;left:50%;bottom:-3em;transform:translateX(-50%);height:20em}
#score_board.theme_janjju6 .table_inner{position:relative;padding:4em 4% 2em 4%}
#score_board.theme_janjju6 .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:3.5em;background:url("/resource/img/score/theme/janjju6/bg_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju6 .table_inner .table_mid{position:absolute;left:0;top:3.49em;bottom:3.49em;right:0;background:url("/resource/img/score/theme/janjju6/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju6 .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:3.5em;background:url("/resource/img/score/theme/janjju6/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju6 .table_score{position:relative;z-index:2}
#score_board.theme_janjju6 .table_score thead tr{background:url("/resource/img/score/theme/janjju6/th.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju6 .table_score th{padding:0.3em 0.1em;line-height:1.2em}
#score_board.theme_janjju6 .table_score th p{display:inline-block;padding:0 0.2em;color:#ffc0cb;
	/* text-shadow:#ecb2b9 2px 0px 0px, #ecb2b9 1.75517px 0.958851px 0px, #ecb2b9 1.0806px 1.68294px 0px, #ecb2b9 0.141474px 1.99499px 0px, #ecb2b9 -0.832294px 1.81859px 0px, #ecb2b9 -1.60229px 1.19694px 0px, #ecb2b9 -1.97998px 0.28224px 0px, #ecb2b9 -1.87291px -0.701566px 0px, #ecb2b9 -1.30729px -1.5136px 0px, #ecb2b9 -0.421592px -1.95506px 0px, #ecb2b9 0.567324px -1.91785px 0px, #ecb2b9 1.41734px -1.41108px 0px, #ecb2b9 1.92034px -0.558831px 0px; */
	text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em
}
#score_board.theme_janjju6 .table_score th.border_left{padding-left:0.4em}
#score_board.theme_janjju6 .table_score th.border_right{padding-right:0.2em}
#score_board.theme_janjju6 .table_score td{padding:0.05em}
#score_board.theme_janjju6 .table_score td p{text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em}
#score_board.theme_janjju6 .table_score td.right{padding-right:0.5em}


/* 스타일 초기화 */
#score_board.theme_janjju7 .table_score,
#score_board.theme_janjju7 p{font-family:"S-CoreDream"!important}
#score_board.theme_janjju7 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_janjju7 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_janjju7 .table_score{border-radius:0;overflow:visible}
#score_board.theme_janjju7 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_janjju7 .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_janjju7 .table_score td p{font-weight:400}
#score_board.theme_janjju7 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_janjju7 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_janjju7 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_janjju7 .table_score.rank td.rank,
#score_board.theme_janjju7 .table_score.add:not(.total) td.add,
#score_board.theme_janjju7 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_janjju7 .table_wrap{padding-top:13em}
#score_board.theme_janjju7 .table_wrap .score_top{position:relative;z-index:1}
#score_board.theme_janjju7 .table_wrap .score_top .logo{display:block;position:absolute;left:50%;bottom:1em;transform:translateX(-50%);height:15em}
#score_board.theme_janjju7 .table_inner{position:relative;padding:4em 4% 2em 4%}
#score_board.theme_janjju7 .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:3.5em;background:url("/resource/img/score/theme/janjju7/bg_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju7 .table_inner .table_mid{position:absolute;left:0;top:3.49em;bottom:3.49em;right:0;background:url("/resource/img/score/theme/janjju7/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju7 .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:3.5em;background:url("/resource/img/score/theme/janjju7/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju7 .table_score{position:relative;z-index:2}
#score_board.theme_janjju7 .table_score thead tr{background:url("/resource/img/score/theme/janjju7/th.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_janjju7 .table_score th{padding:0.3em 0.1em;line-height:1.2em}
#score_board.theme_janjju7 .table_score th p{display:inline-block;padding:0 0.2em;color:#ffc0cb;
	/* text-shadow:#ecb2b9 2px 0px 0px, #ecb2b9 1.75517px 0.958851px 0px, #ecb2b9 1.0806px 1.68294px 0px, #ecb2b9 0.141474px 1.99499px 0px, #ecb2b9 -0.832294px 1.81859px 0px, #ecb2b9 -1.60229px 1.19694px 0px, #ecb2b9 -1.97998px 0.28224px 0px, #ecb2b9 -1.87291px -0.701566px 0px, #ecb2b9 -1.30729px -1.5136px 0px, #ecb2b9 -0.421592px -1.95506px 0px, #ecb2b9 0.567324px -1.91785px 0px, #ecb2b9 1.41734px -1.41108px 0px, #ecb2b9 1.92034px -0.558831px 0px; */
	text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em
}
#score_board.theme_janjju7 .table_score th.border_left{padding-left:0.4em}
#score_board.theme_janjju7 .table_score th.border_right{padding-right:0.2em}
#score_board.theme_janjju7 .table_score td{padding:0.05em}
#score_board.theme_janjju7 .table_score td p{text-shadow: rgb(0, 0, 0) 0.1em 0em 0em, rgb(0, 0, 0) 0.0878em 0.048em 0em, rgb(0, 0, 0) 0.054em 0.0841em 0em, rgb(0, 0, 0) 0.0071em 0.0997em 0em, rgb(0, 0, 0) -0.0416em 0.0909em 0em, rgb(0, 0, 0) -0.0801em 0.0598em 0em, rgb(0, 0, 0) -0.099em 0.0141em 0em, rgb(0, 0, 0) -0.0936em -0.0351em 0em, rgb(0, 0, 0) -0.0654em -0.0757em 0em, rgb(0, 0, 0) -0.0211em -0.0978em 0em, rgb(0, 0, 0) 0.0284em -0.0959em 0em}
#score_board.theme_janjju7 .table_score td.right{padding-right:0.5em}


/* 케이 */
/* 스타일 초기화 */
#score_board.theme_zpdl1313 .table_score,
#score_board.theme_zpdl1313 p{font-family:"PuradakGentleGothic"!important}
#score_board.theme_zpdl1313 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313 .table_score{border-radius:0}
#score_board.theme_zpdl1313 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_zpdl1313 .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_zpdl1313 .table_score td p{font-weight:400}
#score_board.theme_zpdl1313 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:#050505}
#score_board.theme_zpdl1313 .table_score.rank td.rank,
#score_board.theme_zpdl1313 .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313 .table_score.add.total td.add_sum{background:#050505}

#score_board.theme_zpdl1313 .table_wrap{padding:1.5em 2em;border-radius:0.5em;background:url("/resource/img/score/theme/zpdl1313/bg_black.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_zpdl1313 .table_score{border-collapse:separate;border-spacing:0 0.2em}
#score_board.theme_zpdl1313 .table_score .score_top th{padding:0}
#score_board.theme_zpdl1313 .table_score .score_top .sub_title{line-height:1em;text-indent:-0.4em;font-size:0.9em;color:#050505;font-family:"ChosunLo"!important;letter-spacing:0.18em;text-shadow: -1px -1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(255,255,255,0.5), -1px 1px 0px rgba(255,255,255,0.5), 1px -1px 0px rgba(255,255,255,0.5), 0px 0px 0px rgba(255,255,255,0.5)}
#score_board.theme_zpdl1313 .table_score .score_top .title{line-height:1.1em;font-size:2.5em;color:#050505;font-family:"OKCHAN"!important;font-weight:normal;letter-spacing:0.2em;text-shadow:0 0.05em 0.01em rgba(255,255,255,1)}
#score_board.theme_zpdl1313 .table_score .score_top .line{margin:0.2em 0 -0.2em 0;max-width:100%;width:90%}
#score_board.theme_zpdl1313 .table_score th{padding:0.1em 0;font-size:1.4em;color:#050505!important;text-shadow:0 0.1em 0.01em rgba(255,255,255,1)}
#score_board.theme_zpdl1313 .table_score td{padding:0.1em;font-size:1.4em;color:#efe2c5;background:#050505}
#score_board.theme_zpdl1313 .table_score td.right{padding-right:0.3em}

#score_board.theme_zpdl1313 .table_score td.rank p,
#score_board.theme_zpdl1313 .table_score td.add p,
#score_board.theme_zpdl1313 .table_score td.add_total p,
#score_board.theme_zpdl1313 .table_score td.add_sum p,
#score_board.theme_zpdl1313 .table_score td.won p{font-family:"YEONGJUPunggiGinseng"!important}
#score_board.theme_zpdl1313a .table_score col.add,
#score_board.theme_zpdl1313a .table_score td.add,
#score_board.theme_zpdl1313a .table_score th.add{display:none}
#score_board.theme_zpdl1313b .table_score td,
#score_board.theme_zpdl1313b .table_score th{padding-top:0.04em;padding-bottom:0.04em;font-size:2.3em}

/* 케이 추가 스타일 */
#score_board.theme_zpdl1313c .table_score,
/* #score_board.theme_zpdl1313c p{font-family:"S-CoreDream"!important} */
/* #score_board.theme_zpdl1313c p{font-family:"NanumSquareNeoTTFdEb"!important} */
/* #score_board.theme_zpdl1313c p{font-family:"Jamsil"!important} */
#score_board.theme_zpdl1313c p{font-family:"S-CoreDream"!important}
#score_board.theme_zpdl1313c .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313c .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313c .table_score{border-radius:0}
#score_board.theme_zpdl1313c .table_score th{padding:0.05em 0;color:#000;font-size:2em;background:#fff}
/* #score_board.theme_zpdl1313c .table_score th p{font-family:"S-CoreDream"!important;font-weight:800} */
#score_board.theme_zpdl1313c .table_score th p{font-family:"ROKAFSans"!important;font-weight:800}
#score_board.theme_zpdl1313c .table_score td{padding:0.15em 0 0.1em 0;line-height:1em;font-size:2.2em;color:#000;border:0;background:#fff}
/* #score_board.theme_zpdl1313c .table_score td{padding:0.15em 0.1em;line-height:1em;font-size:2.2em;color:#000;border:0;background:#fff} */
#score_board.theme_zpdl1313c .table_score td p{font-weight:800}
#score_board.theme_zpdl1313c .table_score.rank th.rank,
#score_board.theme_zpdl1313c .table_score.add:not(.total) th.add,
#score_board.theme_zpdl1313c .table_score.add.total th.add_sum{color:#000}
#score_board.theme_zpdl1313c .table_score th.align .icon_left,
#score_board.theme_zpdl1313c .table_score th.align .icon{display:none!important}
/* #score_board.theme_zpdl1313c .table_score th.align .icon{margin-left:-0.1em!important} */
#score_board.theme_zpdl1313c .table_score.rank th.rank.align p,
#score_board.theme_zpdl1313c .table_score.add:not(.total) th.add.align p,
#score_board.theme_zpdl1313c .table_score.add.total th.add_sum p{color:#fff;text-shadow: -2px -1px 0px #000, -2px 0px 0px #000, -2px 1px 0px #000, -2px 2px 0px #000, -1px -2px 0px #000, -1px 0px 0px #000, -1px 1px 0px #000, -1px 2px 0px #000, 0px -2px 0px #000, 0px -1px 0px #000, 0px 1px 0px #000, 0px 2px 0px #000, 1px -2px 0px #000, 1px -1px 0px #000, 1px 0px 0px #000, 1px 2px 0px #000, 2px -2px 0px #000, 2px -1px 0px #000, 2px 0px 0px #000, 2px 1px 0px #000}

#score_board.theme_zpdl1313c .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313c .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313c .table_score:not(.team) tbody tr:nth-child(3) td.name{background:#fff}
#score_board.theme_zpdl1313c .table_score.rank td.rank,
#score_board.theme_zpdl1313c .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313c .table_score.add.total td.add_sum{background:#fff}

#score_board.theme_zpdl1313c .table_wrap{position:relative;padding:20px;border-radius:6px;border:2px solid #222;box-shadow:3px 3px 10px 5px rgba(0,0,0,0.4);overflow:hidden;
	background: linear-gradient(35deg, #171e1f 0%,#171e1f 50%,#8f95a1 70%,#171e1f 90%,#171e1f 100%);
}
#score_board.theme_zpdl1313c .table_dot_lt,
#score_board.theme_zpdl1313c .table_dot_rt,
#score_board.theme_zpdl1313c .table_dot_lb,
#score_board.theme_zpdl1313c .table_dot_rb{position:absolute;width:13px;height:13px;border:1px solid #000;border-radius:50%;
	background: linear-gradient(to bottom,  #ffffff 0%,#3c3c3c 100%);
}
#score_board.theme_zpdl1313c .table_dot_lt{left:6px;top:6px}
#score_board.theme_zpdl1313c .table_dot_rt{right:6px;top:6px}
#score_board.theme_zpdl1313c .table_dot_lb{left:6px;bottom:6px}
#score_board.theme_zpdl1313c .table_dot_rb{right:6px;bottom:6px}

#score_board.theme_zpdl1313c .table_inner{position:relative;padding:0 25px 30px 25px;border:2px solid #fff;border-radius:5px;background:#fff;overflow:hidden}
#score_board.theme_zpdl1313c .table_inner::before{display:block;content:"";position:absolute;left:-20px;top:-128px;right:-20px;transform:rotate(-4.5deg);height:165px;background:#000}
/* #score_board.theme_zpdl1313c .table_inner::after{display:block;content:"";position:absolute;left:-20px;bottom:-125px;right:-20px;transform:rotate(-4deg);height:155px;background:#000} */

#score_board.theme_zpdl1313c .table_score{position:relative;border-collapse:separate;border-radius:5px;overflow:hidden;z-index:10}
#score_board.theme_zpdl1313c .table_score tr.score_top th{padding:10px 0;border:0;background:transparent}
#score_board.theme_zpdl1313c .table_score tr.score_top .logo{height:44px}
#score_board.theme_zpdl1313c .table_score th{border-top:2px solid #000;border-bottom:2px solid #000}
#score_board.theme_zpdl1313c .table_score th.border_left,
#score_board.theme_zpdl1313c .table_score td.border_left{border-left:2px solid #000}
#score_board.theme_zpdl1313c .table_score th.border_right,
#score_board.theme_zpdl1313c .table_score td.border_right{border-right:2px solid #000}
#score_board.theme_zpdl1313c .table_score th.border_right,
#score_board.theme_zpdl1313c .table_score td.border_right{padding-right:0.4em}
#score_board.theme_zpdl1313c .table_score tbody tr:first-child td{border-top:2px solid #000}
#score_board.theme_zpdl1313c .table_score tbody tr:last-child td{border-bottom:2px solid #000}
#score_board.theme_zpdl1313c .table_score thead th.border_left{border-radius:5px 0 0 5px}
#score_board.theme_zpdl1313c .table_score thead th.border_right{border-radius:0 5px 5px 0}
#score_board.theme_zpdl1313c .table_score tbody tr:first-child td.border_left{border-top-left-radius:5px}
#score_board.theme_zpdl1313c .table_score tbody tr:first-child td.border_right{border-top-right-radius:5px}
#score_board.theme_zpdl1313c .table_score tbody tr:last-child td.border_left{border-bottom-left-radius:5px}
#score_board.theme_zpdl1313c .table_score tbody tr:last-child td.border_right{border-bottom-right-radius:5px}
#score_board.theme_zpdl1313c .table_score tbody::before{display:block;content:"";height:10px}
#score_board.theme_zpdl1313c .table_score tbody td{border-top:2px solid #000}

/* #score_board.theme_zpdl1313c .table_score.total col.add_total,
#score_board.theme_zpdl1313c .table_score.total th.add_total,
#score_board.theme_zpdl1313c .table_score.total td.add_total{display:none!important} */


/* 케이2 */
/* 스타일 초기화 */
#score_board.theme_zpdl1313d .table_score,
#score_board.theme_zpdl1313d p{font-family:"S-CoreDream";font-weight:800}
#score_board.theme_zpdl1313d .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313d .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313d .table_score{border-radius:0}
#score_board.theme_zpdl1313d .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_zpdl1313d .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_zpdl1313d .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313d .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313d .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_zpdl1313d .table_score.rank td.rank,
#score_board.theme_zpdl1313d .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313d .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_zpdl1313d .score_top{margin-bottom:-2px}
#score_board.theme_zpdl1313d .score_top .logo{display:block;width:100%}
#score_board.theme_zpdl1313d .table_inner{padding:0 4em 1.5em 3em;background:url("/resource/img/score/theme/zpdl1313d/bg.png") no-repeat center bottom;background-size:100% 100%}
#score_board.theme_zpdl1313d .table_score th{font-weight:400}
#score_board.theme_zpdl1313d .table_score th p{display:inline-block;padding:0 0.2em;color:#ffcb7a;font-family:"PyeongChangPeace"!important;
	text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px
}
#score_board.theme_zpdl1313d .table_score td{padding:0.05em}
#score_board.theme_zpdl1313d .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313d .table_score td.right{padding-right:0.4em}

/* 스타일 초기화 */
#score_board.theme_zpdl1313e .table_score,
#score_board.theme_zpdl1313e p{font-family:"S-CoreDream"!important}
#score_board.theme_zpdl1313e .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313e .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313e .table_score{border-radius:0}
#score_board.theme_zpdl1313e .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_zpdl1313e .table_score td{padding:0;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_zpdl1313e .table_score td p{font-weight:400}
#score_board.theme_zpdl1313e .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313e .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313e .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_zpdl1313e .table_score.rank td.rank,
#score_board.theme_zpdl1313e .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313e .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_zpdl1313e .score_top{position:relative;z-index:10}
/* #score_board.theme_zpdl1313e .score_top .logo{display:block;position:absolute;left:50%;bottom:-5em;transform:translateX(-42.5%);width:70%;max-width:50vw} */
#score_board.theme_zpdl1313e .score_top .logo{display:block;position:absolute;left:50%;bottom:-5em;transform:translateX(-42.5%);height:10em}
#score_board.theme_zpdl1313e .table_inner{position:relative;padding:4em 3em 3em 3em;background:url("/resource/img/score/theme/zpdl1313e/bg.png") no-repeat center bottom;background-size:100% 100%}
#score_board.theme_zpdl1313e .table_inner::before{display:block;content:"";width:100%;height:2.5em;background:url("/resource/img/score/theme/zpdl1313e/line_top.png") no-repeat center bottom;background-size:100% 100%}
#score_board.theme_zpdl1313e .table_inner::after{display:block;content:"";width:100%;height:2em;background:url("/resource/img/score/theme/zpdl1313e/line_bot.png") no-repeat center bottom;background-size:100% 100%}
#score_board.theme_zpdl1313e .table_score{margin:0 0 1em 0;border:2px solid #5a5a5a}
#score_board.theme_zpdl1313e .table_score th{padding:0.1em;font-size:1.6em;background:#5a5a5a}
#score_board.theme_zpdl1313e .table_score td{padding:0.1em;line-height:1.2em;font-size:1.7em;border-top:2px solid #5a5a5a}
#score_board.theme_zpdl1313e .table_score tbody tr:first-child td{border-top:0}
#score_board.theme_zpdl1313e .table_score th p{font-weight:700;font-family:"NEXON Lv1 Gothic"!important}
#score_board.theme_zpdl1313e .table_score th p,
#score_board.theme_zpdl1313e .table_score td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313e .table_score td{padding:0.05em}
#score_board.theme_zpdl1313e .table_score td.right{padding-right:0.4em}
#score_board.theme_zpdl1313e .table_score td p{font-weight:600}

#score_board.theme_zpdl1313e .table_score.merge tr.team_top:not(:first-child) td{border-top:4px solid #5a5a5a}
#score_board.theme_zpdl1313e .table_score.merge td.alias{border-right:2px solid #5a5a5a}
#score_board.theme_zpdl1313e .table_score.merge td.add_total,
#score_board.theme_zpdl1313e .table_score.merge td.add_sum{border-left:2px solid #5a5a5a}

/* 스타일 초기화 */
#score_board.theme_zpdl1313f .table_score,
#score_board.theme_zpdl1313f p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_zpdl1313f .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313f .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313f .table_score{border-radius:0}
#score_board.theme_zpdl1313f .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_zpdl1313f .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_zpdl1313f .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313f .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313f .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_zpdl1313f .table_score.rank td.rank,
#score_board.theme_zpdl1313f .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313f .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_zpdl1313f .table_score{position:relative;border:2px solid #cd8549;z-index:10}
#score_board.theme_zpdl1313f .table_score th{background:#cd8549}
#score_board.theme_zpdl1313f .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313f .table_score td{border-top:2px solid #cd8549}
#score_board.theme_zpdl1313f .table_inner{position:relative;padding:12em 5em 6em 5em;overflow:hidden}
#score_board.theme_zpdl1313f .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:12em;background:url("/resource/img/score/theme/zpdl1313f/top.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313f .table_mid{position:absolute;left:0;top:11.9em;bottom:6.49em;right:0;width:100%;background:url("/resource/img/score/theme/zpdl1313f/mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313f .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:6.5em;background:url("/resource/img/score/theme/zpdl1313f/bot.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313f .table_score td.right{padding-right:0.4em}

#score_board.theme_zpdl1313g .table_score,
#score_board.theme_zpdl1313g p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_zpdl1313g .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313g .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313g .table_score{border-radius:0}
#score_board.theme_zpdl1313g .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_zpdl1313g .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_zpdl1313g .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313g .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313g .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_zpdl1313g .table_score.rank td.rank,
#score_board.theme_zpdl1313g .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313g .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_zpdl1313g.theme .table_score{position:relative;z-index:10}
#score_board.theme_zpdl1313g.theme .table_score th{padding-top:0.5em;background:rgba(45,93,233,0.25)}
#score_board.theme_zpdl1313g.theme .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313g.theme .table_score td{border-top:2px solid #fff;border-bottom:2px solid #fff}
#score_board.theme_zpdl1313g.theme .table_score td.border_left{border-left:2px solid #fff}
#score_board.theme_zpdl1313g.theme .table_score td.border_right{border-right:2px solid #fff}
#score_board.theme_zpdl1313g.theme .table_inner{position:relative;padding:9em 5.5% 4em 5%;overflow:hidden}
#score_board.theme_zpdl1313g.theme .table_t{position:absolute;left:0;top:0;right:0;width:100%;height:11.5em;background:url("/resource/img/score/theme/zpdl1313g/thek_top.png") no-repeat center center;background-size:100% 100%;z-index:11}
#score_board.theme_zpdl1313g.theme .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:11.5em;background:url("/resource/img/score/theme/zpdl1313g/thek_top_bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme .table_mid{position:absolute;left:0;top:11.49em;bottom:6.49em;right:0;width:100%;background:url("/resource/img/score/theme/zpdl1313g/thek_mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:6.5em;background:url("/resource/img/score/theme/zpdl1313g/thek_bot_bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme .table_b{position:absolute;left:0;bottom:0;right:0;width:100%;height:6.5em;background:url("/resource/img/score/theme/zpdl1313g/thek_bot.png") no-repeat center center;background-size:100% 100%;z-index:11}
#score_board.theme_zpdl1313g.theme .table_score td.right{padding-right:0.4em}

#score_board.theme_zpdl1313g.theme2 .table_score{position:relative;z-index:10}
#score_board.theme_zpdl1313g.theme2 .table_score th{padding-top:0.5em;background:rgba(19,80,99,0.3)}
#score_board.theme_zpdl1313g.theme2 .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313g.theme2 .table_score td{border-top:2px solid #fff;border-bottom:2px solid #fff}
#score_board.theme_zpdl1313g.theme2 .table_score td.border_left{border-left:2px solid #fff}
#score_board.theme_zpdl1313g.theme2 .table_score td.border_right{border-right:2px solid #fff}
#score_board.theme_zpdl1313g.theme2 .table_inner{position:relative;padding:11.5em 5.3% 4.7em 5%;overflow:hidden}
#score_board.theme_zpdl1313g.theme2 .table_t{position:absolute;left:0;top:0;right:0;width:100%;height:15em;background:url("/resource/img/score/theme/zpdl1313g/rookie_top.png") no-repeat center center;background-size:100% 100%;z-index:11}
#score_board.theme_zpdl1313g.theme2 .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:15em;background:url("/resource/img/score/theme/zpdl1313g/rookie_top_bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme2 .table_mid{position:absolute;left:0;top:14.99em;bottom:6.99em;right:0;width:100%;background:url("/resource/img/score/theme/zpdl1313g/rookie_mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme2 .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:7em;background:url("/resource/img/score/theme/zpdl1313g/rookie_bot_bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme2 .table_b{position:absolute;left:0;bottom:0;right:0;width:100%;height:7em;background:url("/resource/img/score/theme/zpdl1313g/rookie_bot.png") no-repeat center center;background-size:100% 100%;z-index:11}
#score_board.theme_zpdl1313g.theme2 .table_score td.right{padding-right:0.4em}

#score_board.theme_zpdl1313g.theme3{padding:1em}
#score_board.theme_zpdl1313g.theme3 .table_inner{position:relative;padding:6em 9.6% 4.1em 9.5%}
#score_board.theme_zpdl1313g.theme3 .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:10em;background:url("/resource/img/score/theme/zpdl1313i/bg_top.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme3 .table_mid{position:absolute;left:0;top:9.99em;bottom:4.99em;right:0;width:100%;background:url("/resource/img/score/theme/zpdl1313i/bg_mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme3 .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:5em;background:url("/resource/img/score/theme/zpdl1313i/bg_bot.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313g.theme3 .table_score{position:relative;z-index:10}
#score_board.theme_zpdl1313g.theme3 .table_score th{font-size:1.6em}
#score_board.theme_zpdl1313g.theme3 .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313g.theme3 .table_score tbody td{border-bottom:2px solid #fff}
#score_board.theme_zpdl1313g.theme3 .table_score tbody td.border_left{border-left:2px solid #fff}
#score_board.theme_zpdl1313g.theme3 .table_score tbody td.border_right{border-right:2px solid #fff}
#score_board.theme_zpdl1313g.theme3 .table_score tbody tr:first-child td{border-top:2px solid #fff}
#score_board.theme_zpdl1313g.theme3 .table_score tbody tr{background:rgba(0,0,0,0.1)}
#score_board.theme_zpdl1313g.theme3 .table_score tbody td{font-size:1.6em}
#score_board.theme_zpdl1313g.theme3 .table_score tbody td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313g.theme3 .table_score td.right{padding-right:0.4em}

#score_board.theme_zpdl1313h .table_score,
#score_board.theme_zpdl1313h p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_zpdl1313h .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313h .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313h .table_score{border-radius:0}
#score_board.theme_zpdl1313h .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_zpdl1313h .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_zpdl1313h .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313h .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313h .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_zpdl1313h .table_score.rank td.rank,
#score_board.theme_zpdl1313h .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313h .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_zpdl1313h .table_inner{position:relative;padding:0 6.2% 7.5% 5.5%;background:url("/resource/img/score/theme/zpdl1313h/bg.png") no-repeat center center;background-size:100% 100%}
/* #score_board.theme_zpdl1313h .table_inner::before{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:url("/resource/img/score/theme/zpdl1313h/bg_frame.png") no-repeat center center;background-size:100% 100%} */
#score_board.theme_zpdl1313h .table_score{overflow:visible}
#score_board.theme_zpdl1313h .table_score .score_top .logo{display:none;margin:0 auto;margin-top:-1em;margin-bottom:-0.5em;height:4em}
#score_board.theme_zpdl1313h.theme .table_score .score_top .logo.theme,
#score_board.theme_zpdl1313h.theme2 .table_score .score_top .logo.theme2{display:block}
#score_board.theme_zpdl1313h.theme2 .table_score .score_top .logo{margin-top:-1.4em;margin-bottom:-0.8em;height:4.4em}
#score_board.theme_zpdl1313h .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313h .table_score tbody td{border-bottom:2px solid #fff}
#score_board.theme_zpdl1313h .table_score tbody td.border_left{border-left:2px solid #fff}
#score_board.theme_zpdl1313h .table_score tbody td.border_right{border-right:2px solid #fff}
#score_board.theme_zpdl1313h .table_score tbody tr:first-child td{border-top:2px solid #fff}
#score_board.theme_zpdl1313h .table_score tbody tr{background:rgba(0,0,0,0.5)}
#score_board.theme_zpdl1313h .table_score tbody td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313h .table_score td.right{padding-right:0.4em}

#score_board.theme_zpdl1313i .table_score,
#score_board.theme_zpdl1313i p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_zpdl1313i .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313i .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_zpdl1313i .table_score{border-radius:0}
#score_board.theme_zpdl1313i .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_zpdl1313i .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_zpdl1313i .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_zpdl1313i .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_zpdl1313i .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_zpdl1313i .table_score.rank td.rank,
#score_board.theme_zpdl1313i .table_score.add:not(.total) td.add,
#score_board.theme_zpdl1313i .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_zpdl1313i{padding:1em;}
#score_board.theme_zpdl1313i .table_inner{position:relative;padding:5.6em 9.6% 4.1em 9.5%}
#score_board.theme_zpdl1313i .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:9em;background:url("/resource/img/score/theme/zpdl1313i/bg_top.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313i .table_mid{position:absolute;left:0;top:8.99em;bottom:4.99em;right:0;width:100%;background:url("/resource/img/score/theme/zpdl1313i/bg_mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313i .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:5em;background:url("/resource/img/score/theme/zpdl1313i/bg_bot.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_zpdl1313i .table_score{position:relative;z-index:10}
#score_board.theme_zpdl1313i .table_score th{font-size:1.6em}
#score_board.theme_zpdl1313i .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313i .table_score tbody td{border-bottom:2px solid #fff}
#score_board.theme_zpdl1313i .table_score tbody td.border_left{border-left:2px solid #fff}
#score_board.theme_zpdl1313i .table_score tbody td.border_right{border-right:2px solid #fff}
#score_board.theme_zpdl1313i .table_score tbody tr:first-child td{border-top:2px solid #fff}
#score_board.theme_zpdl1313i .table_score tbody tr{background:rgba(0,0,0,0.1)}
#score_board.theme_zpdl1313i .table_score tbody td{font-size:1.6em}
#score_board.theme_zpdl1313i .table_score tbody td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_zpdl1313i .table_score td.right{padding-right:0.4em}



/* 보람이 */
#score_board.theme_asas28 .table_score{border-radius:20px}
#score_board.theme_asas28 .table_score,
#score_board.theme_asas28 p{font-family:"S-CoreDream"}
#score_board.theme_asas28 .table_wrap{padding:6px;border:5px solid #f4afcb;border-radius:36px;background:#ffffff}
#score_board.theme_asas28 .table_inner{padding:20px;border:0;border-radius:25px;
	background: #d7e2f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7e2f8 0%, #f9c8db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7e2f8 0%,#f9c8db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7e2f8 0%,#f9c8db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e2f8', endColorstr='#f9c8db',GradientType=0 ); /* IE6-9 */
}

#score_board.theme_asas28 .table_score th{text-align:center;font-size:2.2em;color:#f493b9;background:#ffffff;white-space:nowrap}
#score_board.theme_asas28 .table_score th p{font-weight:900}
#score_board.theme_asas28 .table_score thead .score_top th{border-top:0!important}
#score_board.theme_asas28 .table_score thead .score_top .logo{display:block;margin:0 auto;height:3em}
#score_board.theme_asas28 .table_score td{text-align:center;line-height:1.25em;font-size:2.4em;color:#393436;border-top:2px solid #f493b9;background:transparent}
#score_board.theme_asas28 .table_score td.right{padding-right:0.4em;text-align:right}
#score_board.theme_asas28 .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_asas28 .table_score td.won,
#score_board.theme_asas28 .table_score td.add_sum{padding-right:0.4em}
#score_board.theme_asas28 .table_score th.add_sum{width:18%}
#score_board.theme_asas28 .table_score td p{font-weight:800}
#score_board.theme_asas28 .table_score td.number{padding:0 0.1em;font-size:2.6em}
#score_board.theme_asas28 .table_score td.number,
#score_board.theme_asas28 .table_score td.alias{color:#f17daa;background:transparent}
#score_board.theme_asas28 .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
/* #score_board.theme_asas28 .table_score td.rank, */
#score_board.theme_asas28 .table_score td.add{border-left:2px solid #f493b9}
#score_board.theme_asas28 .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#3e6be7;background:#a7b3f4}
#score_board.theme_asas28 .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#3e6be7;background:#c8cff5}
#score_board.theme_asas28 .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#3e6be7;background:#dadef4}
#score_board.theme_asas28 .table_score.rank th.rank,
#score_board.theme_asas28 .table_score.add:not(.total) th.add,
#score_board.theme_asas28 .table_score.add.total th.add_sum{color:#3e6be7}
#score_board.theme_asas28 .table_score.rank td.rank,
#score_board.theme_asas28 .table_score.add:not(.total) td.add,
#score_board.theme_asas28 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_asas28 .table_score.total col.rank,
#score_board.theme_asas28 .table_score.total th.rank,
#score_board.theme_asas28 .table_score.total td.rank{display:none}
#score_board.theme_asas28 .table_score.total th.add{width:20%;font-size:2em}
#score_board.theme_asas28 .table_score.total th.add_total{font-size:2em}


/* 범프리카 */
/* 스타일 초기화 */
#score_board.theme_120510 .table_score,
#score_board.theme_120510 p{font-family:"KRSM"}
#score_board.theme_120510 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_120510 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_120510 .table_score{border-radius:0}
#score_board.theme_120510 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_120510 .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_120510 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_120510 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_120510 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_120510 .table_score.rank td.rank,
#score_board.theme_120510 .table_score.add:not(.total) td.add,
#score_board.theme_120510 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_120510 .table_inner{padding:4.5em 3em 3em 2.5em;border:1.2em solid #e6e6e6;border-radius:6em 1em 6em 1em;box-shadow:inset 2px 2px 10px 3px rgba(108,114,121,0.6);background:url("/resource/img/score/theme/120510/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_120510 .table_score{overflow:visible}
#score_board.theme_120510 .table_score .score_top th{position:relative}
#score_board.theme_120510 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0.5em;transform:translateX(-50%);height:5.5em}
#score_board.theme_120510 .table_score tr:not(.score_top){position:relative}
#score_board.theme_120510 .table_score thead tr:not(.score_top):after{content:"@";display:block;position:absolute;left:-10px;right:-10px;bottom:0;top:0;border-radius:2em;box-shadow:2px 2px 6px 3px rgba(188,131,32,0.3);background:#ffc07d;z-index:0;text-indent:-99999px}
#score_board.theme_120510 .table_score tr:not(.score_top) th{position:relative;padding:0.1em;z-index:1}
#score_board.theme_120510 .table_score tr:not(.score_top) th p{color:#fff}
/* #score_board.theme_120510 .table_score tr:not(.score_top) th.border_left{border-radius:1em 0 0 1em}
#score_board.theme_120510 .table_score tr:not(.score_top) th.border_right{border-radius:0 1em 1em 0} */
#score_board.theme_120510 .table_score tbody td{border:2px solid #fff}
#score_board.theme_120510 .table_score:before{content:"@";display:block;line-height:1.2em;text-indent:-99999px}
#score_board.theme_120510 .table_score tbody td{color:#000}
#score_board.theme_120510 .table_score tbody td.right{padding-right:0.2em}

/* #score_board.theme_120510 .table_score.merge th.alias,
#score_board.theme_120510 .table_score.merge td.alias{display:none!important} */


/* 도아 */
/* 스타일 초기화 */
#score_board.theme_lyl9095 .table_score,
#score_board.theme_lyl9095 p{font-family:"KRSM"}
#score_board.theme_lyl9095 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_lyl9095 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_lyl9095 .table_score{border-radius:0}
#score_board.theme_lyl9095 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_lyl9095 .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_lyl9095 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_lyl9095 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_lyl9095 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_lyl9095 .table_score.rank td.rank,
#score_board.theme_lyl9095 .table_score.add:not(.total) td.add,
#score_board.theme_lyl9095 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_lyl9095 .table_inner{position:relative;padding:5em 2em 2em 2em;border:0.2em solid #ececec;border-radius:1em;background:url("/resource/img/score/theme/lyl9095/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_lyl9095 .table_inner::before{display:block;content:"";position:absolute;left:50%;top:-0.25em;transform:translateX(-50%);width:12.5em;height:0.3em;background:url("/resource/img/score/theme/lyl9095/bg.png") no-repeat center top}
#score_board.theme_lyl9095 .table_score{overflow:visible}
#score_board.theme_lyl9095 .table_score .score_top th{position:relative}
#score_board.theme_lyl9095 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:1em;transform:translateX(-50%);height:6.5em}
#score_board.theme_lyl9095 .table_score{border:1px solid #c2bebd}
#score_board.theme_lyl9095 .table_score tr:not(.score_top) th{padding:0.1em 0.05em;font-size:1.8em;background:url("/resource/img/score/theme/lyl9095/bg_th.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_lyl9095 .table_score tr:not(.score_top) th p{color:#242626}
#score_board.theme_lyl9095 .table_score td{padding:0.05em;font-size:1.8em;border:2px solid #c2bebd}
#score_board.theme_lyl9095 .table_score td.right{padding-right:0.2em}

#score_board.theme_lyl9095 .table_score.total.to_sum col.add,
#score_board.theme_lyl9095 .table_score.total.to_sum th.add,
#score_board.theme_lyl9095 .table_score.total.to_sum td.add{display:none!important}

#score_board.theme_lyl9095a .table_score,
#score_board.theme_lyl9095a p{font-family:"NEXON Lv1 Gothic"}
#score_board.theme_lyl9095a .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_lyl9095a .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_lyl9095a .table_score{border-radius:0}
#score_board.theme_lyl9095a .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_lyl9095a .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_lyl9095a .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_lyl9095a .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_lyl9095a .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_lyl9095a .table_score.rank td.rank,
#score_board.theme_lyl9095a .table_score.add:not(.total) td.add,
#score_board.theme_lyl9095a .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_lyl9095a .table_wrap{padding-top:3em}
#score_board.theme_lyl9095a .table_inner{position:relative;padding:4em 3% 4% 3%;background:url("/resource/img/score/theme/lyl9095a/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_lyl9095a .table_score{overflow:visible}
#score_board.theme_lyl9095a .table_score .score_top th{position:relative}
#score_board.theme_lyl9095a .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:4em}
#score_board.theme_lyl9095a .table_score tr:not(.score_top) th{padding:0.1em 0;border-bottom:2px solid #c0c0c0}
#score_board.theme_lyl9095a .table_score tr:not(.score_top) th p{font-family:"DNFForgedBlade";font-weight:500;color:#fff;text-shadow:0 0 0.2em #000,0 0 0.2em #000,0 0 0.2em #000}
#score_board.theme_lyl9095a .table_score tbody tr td{padding:0;font-size:1.8em;border-bottom:2px solid #c0c0c0}
#score_board.theme_lyl9095a .table_score tbody tr td{border-left:2px solid #c0c0c0}
#score_board.theme_lyl9095a .table_score tbody tr td.border_left{border-left:0}
/* #score_board.theme_lyl9095a .table_score tbody tr td p{font-weight:700;
	text-shadow:0.06em 0.06em 0 #000, -0.06em 0.06em 0 #000, 0.06em -0.06em 0 #000, -0.06em -0.06em 0 #000, 0.06em 0 0 #000, 0 0.06em 0 #000, -0.06em 0 0 #000, 0 -0.06em 0 #000;
} */
#score_board.theme_lyl9095a .table_score tbody tr td p{font-weight:700;
}
#score_board.theme_lyl9095a .table_score tbody tr td.right{padding-right:0.2em}
#score_board.theme_lyl9095a .table_score.total.to_sum col.add,
#score_board.theme_lyl9095a .table_score.total.to_sum th.add,
#score_board.theme_lyl9095a .table_score.total.to_sum td.add{display:none!important}

#score_board.theme_lyl9095a td.won p,
#score_board.theme_lyl9095a td.rank p,
#score_board.theme_lyl9095a td.add p,
#score_board.theme_lyl9095a td.add_total p,
#score_board.theme_lyl9095a td.add_cur p,
#score_board.theme_lyl9095a td.add_sum p{font-family:"S-CoreDream"!important;letter-spacing:-2px}


/* 문찬 */
/* 스타일 초기화 */
#score_board.theme_munchan2 .table_score,
#score_board.theme_munchan2 p{font-family:"GmarketSans"}
#score_board.theme_munchan2 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_munchan2 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_munchan2 .table_score{border-radius:0}
#score_board.theme_munchan2 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_munchan2 .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.theme_munchan2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_munchan2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_munchan2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_munchan2 .table_score.rank td.rank,
#score_board.theme_munchan2 .table_score.add:not(.total) td.add,
#score_board.theme_munchan2 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_munchan2 .table_score th.align .icon{margin-left:0!important}

#score_board.theme_munchan2{padding-top:4em}
#score_board.theme_munchan2 .table_inner{position:relative;padding:7.6em 8vw 3.5em 8vw;background:url("/resource/img/score/theme/munchan2/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_munchan2 .table_score{overflow:visible}
#score_board.theme_munchan2 .table_score .score_top th{position:relative}
#score_board.theme_munchan2 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0.5em;transform:translateX(-50%);height:5em}
#score_board.theme_munchan2 .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/munchan2/th_bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_munchan2 .table_score thead tr:not(.score_top) th{padding:0.25em 0.1em 0.15em 0.1em}
#score_board.theme_munchan2 .table_score thead tr:not(.score_top) p{color:#000;font-weight:700;text-shadow: -1px -1px 0px rgba(255,255,255,0.5), 1px 1px 0px rgba(255,255,255,0.5), -1px 1px 0px rgba(255,255,255,0.5), 1px -1px 0px rgba(255,255,255,0.5), 0px 0px 0px rgba(255,255,255,0.5)}
#score_board.theme_munchan2 .table_score tbody td{border:2px solid rgba(255,255,255,0.3);border-left:0;border-right:0}
#score_board.theme_munchan2 .table_score tbody td.border_left{border-left:2px solid rgba(255,255,255,0.3)}
#score_board.theme_munchan2 .table_score tbody td.border_right{border-right:2px solid rgba(255,255,255,0.3)}
#score_board.theme_munchan2 .table_score td.right{padding-right:0.5em}

/* 박진우 */
#score_board.theme_pyh3646 .table_score,
#score_board.theme_pyh3646 p{font-family:"S-CoreDream"}
#score_board.theme_pyh3646 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_pyh3646 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_pyh3646 .table_score{border-radius:0;overflow:visible}
#score_board.theme_pyh3646 .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_pyh3646 .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_pyh3646 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_pyh3646 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_pyh3646 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_pyh3646 .table_score.rank td.rank,
#score_board.theme_pyh3646 .table_score.add:not(.total) td.add,
#score_board.theme_pyh3646 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_pyh3646{padding-top:8em}
#score_board.theme_pyh3646 .table_wrap{border-radius:1.5em;border:0.4em solid #fff;background:url("/resource/img/score/theme/pyh3646/bg.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_pyh3646 .table_inner{position:relative;padding:0 2em 2.5em 2em}
#score_board.theme_pyh3646 .score_top{position:relative;height:6em}
#score_board.theme_pyh3646 .score_top .logo{display:block;position:absolute;left:50%;bottom:0.5em;transform:translateX(-50%);height:4.5em}
#score_board.theme_pyh3646 .table_score{position:relative;z-index:2}
#score_board.theme_pyh3646 .table_score thead tr:not(.score_top) th{font-size:1.9em;color:#23313c!important;border:2px solid #fff;background:#fff}
/* #score_board.theme_pyh3646 .table_score tbody tr{background:rgba(255,255,255,0.4)} */
#score_board.theme_pyh3646 .table_score tbody tr{background:rgba(69, 135, 173,0.8)}
#score_board.theme_pyh3646 .table_score tbody td{padding:0.1em 0.05em;font-size:1.8em;color:#fff;border:2px solid #fff;text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_pyh3646 .table_score tbody td.right{padding-right:0.4em}
/* #score_board.theme_pyh3646 .table_line{position:absolute;left:-2.5em;top:-3.5em;right:-2.5em;bottom:-2.5em;background:url("/resource/img/score/theme/pyh3646/star.png") no-repeat center center;background-size:100% 100%;z-index:1;} */
#score_board.theme_pyh3646 .table_lt{position:absolute;left:-1.4em;top:-2.2em;width:9em;height:8em;background:url("/resource/img/score/theme/pyh3646/star_lt.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_pyh3646 .table_l{position:absolute;left:-1.2em;top:40%;transform:translateY(-50%);width:3.5em;height:3.2em;background:url("/resource/img/score/theme/pyh3646/star_l.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_pyh3646 .table_lb{position:absolute;left:-1.4em;bottom:-1em;width:9em;height:12em;background:url("/resource/img/score/theme/pyh3646/star_lb.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_pyh3646 .table_b{position:absolute;left:50%;bottom:-1em;transform:translateX(-50%);width:4.5em;height:4.2em;background:url("/resource/img/score/theme/pyh3646/star_b.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_pyh3646 .table_rb{position:absolute;right:-1.2em;bottom:-1em;width:7em;height:14em;background:url("/resource/img/score/theme/pyh3646/star_rb.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_pyh3646 .table_r{position:absolute;right:-1.5em;top:45%;transform:translateY(-50%);width:4em;height:3.6em;background:url("/resource/img/score/theme/pyh3646/star_r.png") no-repeat center center;background-size:contain;z-index:1}
#score_board.theme_pyh3646 .table_rt{position:absolute;right:-1.5em;top:-2em;width:9em;height:8.5em;background:url("/resource/img/score/theme/pyh3646/star_rt.png") no-repeat center center;background-size:contain;z-index:1}

/* #score_board.theme_pyh3646 .table_score.total.to_sum col.add,
#score_board.theme_pyh3646 .table_score.total.to_sum th.add,
#score_board.theme_pyh3646 .table_score.total.to_sum td.add{display:none!important} */

/* 박진우 디자인2 */
#score_board.theme_pyh3646a .table_score,
/* #score_board.theme_pyh3646a p{font-family:"Binggrae"!important;font-weight:700} */
#score_board.theme_pyh3646a p{font-family:"NanumSquareNeoTTFdEb";font-weight:700}
#score_board.theme_pyh3646a .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_pyh3646a .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_pyh3646a .table_score{border-radius:0;overflow:visible}
#score_board.theme_pyh3646a .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_pyh3646a .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_pyh3646a .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_pyh3646a .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_pyh3646a .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_pyh3646a .table_score.rank td.rank,
#score_board.theme_pyh3646a .table_score.add:not(.total) td.add,
#score_board.theme_pyh3646a .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_pyh3646a .table_wrap{padding-top:0.5em}
#score_board.theme_pyh3646a .table_inner{position:relative;padding:2.5em 3.5% 3.5% 3.5%}
#score_board.theme_pyh3646a .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:1.5em;background:url("/resource/img/score/theme/pyh3646a/bg_top.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_pyh3646a .table_inner .table_mid{position:absolute;left:0;top:1.49em;bottom:1.49em;right:0;background:url("/resource/img/score/theme/pyh3646a/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_pyh3646a .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:1.5em;background:url("/resource/img/score/theme/pyh3646a/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_pyh3646a .score_top{position:relative;height:0}
#score_board.theme_pyh3646a .score_top .logo{display:block;position:absolute;left:50%;bottom:0.2em;transform:translateX(-50%);height:1.5em}
#score_board.theme_pyh3646a .table_score{position:relative;z-index:2}
#score_board.theme_pyh3646a .table_score thead tr:not(.score_top){background:radial-gradient(ellipse at center, #bebebe 0%,#d8d8d8 100%)}
#score_board.theme_pyh3646a .table_score thead tr:not(.score_top) th{padding:0.2em 0;font-size:1.5em;color:#000!important;border:2px solid #fff;text-shadow:rgb(255,255,255) 2px 0px 0px, rgb(255,255,255) 1.75517px 0.958851px 0px, rgb(255,255,255) 1.0806px 1.68294px 0px, rgb(255,255,255) 0.141474px 1.99499px 0px, rgb(255,255,255) -0.832294px 1.81859px 0px, rgb(255,255,255) -1.60229px 1.19694px 0px, rgb(255,255,255) -1.97998px 0.28224px 0px, rgb(255,255,255) -1.87291px -0.701566px 0px, rgb(255,255,255) -1.30729px -1.5136px 0px, rgb(255,255,255) -0.421592px -1.95506px 0px, rgb(255,255,255) 0.567324px -1.91785px 0px, rgb(255,255,255) 1.41734px -1.41108px 0px, rgb(255,255,255) 1.92034px -0.558831px 0px}
#score_board.theme_pyh3646a .table_score thead tr:not(.score_top) th{border-right:0;border-left:0}
#score_board.theme_pyh3646a .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #fff}
#score_board.theme_pyh3646a .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #fff}
#score_board.theme_pyh3646a .table_score td{border:2px solid #fff}
#score_board.theme_pyh3646a .table_score tbody tr{background:rgba(0,0,0,0.1)}
#score_board.theme_pyh3646a .table_score tbody td{padding:0 0.1em;font-size:1.6em;color:#000;line-height:1.3}
#score_board.theme_pyh3646a .table_score tbody td.right{padding-right:0.4em}

#score_board.theme_pyh3646a:not(.url2) .table_score:not(.team) th.number,
#score_board.theme_pyh3646a:not(.url2) .table_score:not(.team) td.number{display:table-cell!important}

/* 쌍디 */
#score_board.theme_dlrnf:not(.ck) .table_score,
#score_board.theme_dlrnf:not(.ck) p{font-family:"S-CoreDream"}
#score_board.theme_dlrnf:not(.ck) .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_dlrnf:not(.ck) .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_dlrnf:not(.ck) .table_score{border-radius:0;overflow:visible}
#score_board.theme_dlrnf:not(.ck) .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_dlrnf:not(.ck) .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}
#score_board.theme_dlrnf:not(.ck) .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_dlrnf:not(.ck) .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_dlrnf:not(.ck) .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_dlrnf:not(.ck) .table_score.rank td.rank,
#score_board.theme_dlrnf:not(.ck) .table_score.add:not(.total) td.add,
#score_board.theme_dlrnf:not(.ck) .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_dlrnf:not(.ck) div.score_top{display:none}

#score_board.theme_dlrnf:not(.ck){padding-top:7em}
#score_board.theme_dlrnf:not(.ck) .table_wrap{background:url("/resource/img/score/theme/dlrnf/bg2.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_dlrnf:not(.ck) .table_inner{position:relative;padding:5em 5% 6% 5%}
#score_board.theme_dlrnf:not(.ck) .table_score .score_top{position:relative;height:0}
#score_board.theme_dlrnf:not(.ck) .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0.2em;transform:translateX(-50%);height:6em}
#score_board.theme_dlrnf:not(.ck) .table_score{position:relative;z-index:2}
#score_board.theme_dlrnf:not(.ck) .table_score thead tr:not(.score_top){background:radial-gradient(ellipse at center, #ab8b57 0%,#ffdd9c 100%)}
#score_board.theme_dlrnf:not(.ck) .table_score thead tr:not(.score_top) th{font-size:1.7em;color:#fff!important;border:2px solid #ffdd9c;text-shadow:#876337 2px 0px 0px, #876337 1.75517px 0.958851px 0px, #876337 1.0806px 1.68294px 0px, #876337 0.141474px 1.99499px 0px, #876337 -0.832294px 1.81859px 0px, #876337 -1.60229px 1.19694px 0px, #876337 -1.97998px 0.28224px 0px, #876337 -1.87291px -0.701566px 0px, #876337 -1.30729px -1.5136px 0px, #876337 -0.421592px -1.95506px 0px, #876337 0.567324px -1.91785px 0px, #876337 1.41734px -1.41108px 0px, #876337 1.92034px -0.558831px 0px}
#score_board.theme_dlrnf:not(.ck) .table_score thead tr:not(.score_top) th{border-right:0;border-left:0}
#score_board.theme_dlrnf:not(.ck) .table_score thead tr:not(.score_top) th.border_left{border-left:2px solid #ffdd9c}
#score_board.theme_dlrnf:not(.ck) .table_score thead tr:not(.score_top) th.border_right{border-right:2px solid #ffdd9c}
#score_board.theme_dlrnf:not(.ck) .table_score td{border:2px solid #ffdd9c}
#score_board.theme_dlrnf:not(.ck) .table_score tbody tr{background:rgba(0,0,0,0.5)}
#score_board.theme_dlrnf:not(.ck) .table_score tbody td{padding:0 0.1em;font-size:1.6em;color:#fff;line-height:1.3}
#score_board.theme_dlrnf:not(.ck) .table_score tbody td.right{padding-right:0.4em}

#score_board.theme_dlrnf.ck .table_score,
#score_board.theme_dlrnf.ck p{font-family:"LotteMartHappy"}
#score_board.theme_dlrnf.ck .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_dlrnf.ck .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_dlrnf.ck .table_score{border-radius:0;overflow:visible}
#score_board.theme_dlrnf.ck .table_score th{padding:0;color:#fff;background:transparent}
#score_board.theme_dlrnf.ck .table_score td{padding:0;color:#fff;border:0;background:transparent;overflow:visible}

#score_board.theme_dlrnf.ck .table_inner{padding:0.5em;border-radius:0.5em;background:#000}
#score_board.theme_dlrnf.ck .score_top{display:block;position:relative;margin-bottom:1.1em;z-index:3;}
#score_board.theme_dlrnf.ck .score_top .logo{display:block;margin:0 auto;width:98%}
#score_board.theme_dlrnf.ck .table_score{position:relative;margin-top:-1.7em;z-index:2;}
#score_board.theme_dlrnf.ck .table_score .score_top{display:none}
#score_board.theme_dlrnf.ck .table_score thead tr{background:url("/resource/img/score/theme/dlrnf2/bg_th.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_dlrnf.ck .table_score thead tr th{padding:0.1em}
#score_board.theme_dlrnf.ck .table_score tbody tr td{border:3px solid #000;border-radius:0.4em;background:#315524}
#score_board.theme_dlrnf.ck .table_score tbody tr td.number{background:#aace16}
#score_board.theme_dlrnf.ck .table_score tbody tr td.alias{background:#ffff44}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-child(1) td.number{background:linear-gradient(to bottom, #39880f 0%,#82ba12 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-child(2) td.number{background:linear-gradient(to bottom, #88bd12 0%,#aace16 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-last-child(1) td.number{background:linear-gradient(to bottom, #82ba12 0%,#39880f 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-last-child(2) td.number{background:linear-gradient(to bottom, #aace16 0%,#88bd12 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-child(1) td.alias{background:linear-gradient(to bottom, #a1c01c 0%,#e4ee20 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-child(2) td.alias{background:linear-gradient(to bottom, #e9f221 0%,#ffff44 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-last-child(1) td.alias{background:linear-gradient(to bottom, #e4ee20 0%,#a1c01c 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr:nth-last-child(2) td.alias{background:linear-gradient(to bottom, #ffff44 0%,#e9f221 100%);}
#score_board.theme_dlrnf.ck .table_score tbody tr td.number p{font-family:"GongNormal"}
#score_board.theme_dlrnf.ck .table_score tbody tr td p{color:#000;text-shadow:0.04em 0.04em 0 #fff, -0.04em 0.04em 0 #fff, 0.04em -0.04em 0 #fff, -0.04em -0.04em 0 #fff, 0.04em 0 0 #fff, 0 0.04em 0 #fff, -0.04em 0 0 #fff, 0 -0.04em 0 #fff;}
#score_board.theme_dlrnf.ck .table_score thead th p,
#score_board.theme_dlrnf.ck .table_score tbody tr td:not(.number):not(.alias) p{color:transparent;background-image:url("/resource/img/score/theme/dlrnf2/bg_text.png");background-clip:text;-webkit-background-clip:text;-webkit-filter:drop-shadow(0 0 0.04em #000)drop-shadow(0.04em 0.04em 0.04em #000);filter:drop-shadow(0 0 0.04em #000)drop-shadow(0.04em 0.04em 0.04em #000);text-shadow:none;}
#score_board.theme_dlrnf.ck .table_score tbody td.right{padding-right:0.4em}


/* 하루s2 */
#score_board.theme_sol3712 .table_score thead .score_top th{background:#fff}
#score_board.theme_sol3712 .table_score thead .score_top .logo{display:block;margin:0 auto;height:2.5em}

#score_board.theme_sol3712 .table_score{border-radius:1.5em}
#score_board.theme_sol3712 .table_score,
#score_board.theme_sol3712 p{font-family:"S-CoreDream"}
#score_board.theme_sol3712 .table_wrap{padding:0.4em;border:2px solid #0d0d0c;border-radius:2.5em;background:#ffffff}
#score_board.theme_sol3712 .table_inner{padding:1.2em;border:0;border-radius:2em;
	background: #d7e2f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7e2f8 0%, #f9c8db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7e2f8 0%,#f9c8db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7e2f8 0%,#f9c8db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e2f8', endColorstr='#f9c8db',GradientType=0 ); /* IE6-9 */
}

#score_board.theme_sol3712 .table_score th{text-align:center;font-size:2.2em;color:#f493b9;border-top:2px solid #f493b9;background:#ffffff;white-space:nowrap}
#score_board.theme_sol3712 .table_score th p{font-weight:900}
#score_board.theme_sol3712 .table_score thead .score_top th{border-top:0!important}
#score_board.theme_sol3712 .table_score thead .score_top .logo{display:block;margin:0 auto;height:4em}
#score_board.theme_sol3712 .table_score td{padding:0.05em;text-align:center;line-height:1.2em;font-size:2.4em;color:#393436;border-top:2px solid #f493b9;background:transparent}
#score_board.theme_sol3712 .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_sol3712 .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_sol3712 .table_score td.won,
#score_board.theme_sol3712 .table_score td.add_sum{padding-right:0.4em}
#score_board.theme_sol3712 .table_score th.add_sum{width:18%}
#score_board.theme_sol3712 .table_score td p{font-weight:800}
#score_board.theme_sol3712 .table_score td.number{padding:0 0.1em;font-size:2.6em}
#score_board.theme_sol3712 .table_score td.number,
#score_board.theme_sol3712 .table_score td.alias{color:#f17daa;background:transparent}
#score_board.theme_sol3712 .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
/* #score_board.theme_sol3712 .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#3e6be7;background:#a7b3f4}
#score_board.theme_sol3712 .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#3e6be7;background:#c8cff5}
#score_board.theme_sol3712 .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#3e6be7;background:#dadef4} */
#score_board.theme_sol3712 .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#3e6be7;background:#d7a7f4}
#score_board.theme_sol3712 .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#3e6be7;background:#e6baf3}
#score_board.theme_sol3712 .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#3e6be7;background:#e9ccf5}
#score_board.theme_sol3712 .table_score.rank th.rank,
#score_board.theme_sol3712 .table_score.add:not(.total) th.add,
#score_board.theme_sol3712 .table_score.add.total th.add_sum{color:#3e6be7}
#score_board.theme_sol3712 .table_score.rank td.rank,
#score_board.theme_sol3712 .table_score.add:not(.total) td.add,
#score_board.theme_sol3712 .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_sol3712 .table_score.total col.rank,
#score_board.theme_sol3712 .table_score.total th.rank,
#score_board.theme_sol3712 .table_score.total td.rank{display:none}
#score_board.theme_sol3712 .table_score.total th.add{width:20%;font-size:2em}
#score_board.theme_sol3712 .table_score.total th.add_total{font-size:2em}


/* 염보성 */
/* 스타일 초기화 */
#score_board.theme_yuambo .table_score,
#score_board.theme_yuambo p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_yuambo .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_yuambo .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_yuambo .table_score{border-radius:0}
#score_board.theme_yuambo .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_yuambo .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_yuambo .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_yuambo .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_yuambo .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_yuambo .table_score.rank td.rank,
#score_board.theme_yuambo .table_score.add:not(.total) td.add,
#score_board.theme_yuambo .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_yuambo .table_score{position:relative;overflow:visible;z-index:10}
#score_board.theme_yuambo .table_score .score_top{position:relative;height:6.8em}
#score_board.theme_yuambo .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0.5em;transform:translateX(-50%);height:3.8em}
#score_board.theme_yuambo .table_score thead tr:not(.score_top){background: linear-gradient(to bottom,  #ffce78 0%,#ffeea0 100%)}
#score_board.theme_yuambo .table_score thead tr:not(.score_top) th{position:relative;padding-top:0.25em}
#score_board.theme_yuambo .table_score thead tr:not(.score_top) th.border_left::before,
#score_board.theme_yuambo .table_score thead tr:not(.score_top) th.border_right::before{display:block;content:"";position:absolute;left:-1px;top:0;bottom:0;width:2px;background: linear-gradient(to bottom,  #ffce78 0%,#ffeea0 100%)}
#score_board.theme_yuambo .table_score thead tr:not(.score_top) th.border_right::before{left:auto;right:-1px}
#score_board.theme_yuambo .table_score th{color:#000!important;font-weight:700}
#score_board.theme_yuambo .table_score th p{text-shadow:rgb(255,255,255) 2px 0px 0px, rgb(255,255,255) 1.75517px 0.958851px 0px, rgb(255,255,255) 1.0806px 1.68294px 0px, rgb(255,255,255) 0.141474px 1.99499px 0px, rgb(255,255,255) -0.832294px 1.81859px 0px, rgb(255,255,255) -1.60229px 1.19694px 0px, rgb(255,255,255) -1.97998px 0.28224px 0px, rgb(255,255,255) -1.87291px -0.701566px 0px, rgb(255,255,255) -1.30729px -1.5136px 0px, rgb(255,255,255) -0.421592px -1.95506px 0px, rgb(255,255,255) 0.567324px -1.91785px 0px, rgb(255,255,255) 1.41734px -1.41108px 0px, rgb(255,255,255) 1.92034px -0.558831px 0px}
#score_board.theme_yuambo .table_score td{border-top:2px solid #ffeea0;border-bottom:2px solid #ffeea0;background:#1b1b1b}
#score_board.theme_yuambo .table_score td.border_left{border-left:2px solid #ffeea0}
#score_board.theme_yuambo .table_score td.border_right{border-right:2px solid #ffeea0}
#score_board.theme_yuambo .table_inner{position:relative;padding:0 7% 3em 7%}
#score_board.theme_yuambo .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:11.5em;background:url("/resource/img/score/theme/yuambo/top.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_yuambo .table_mid{position:absolute;left:0;top:11.49em;bottom:5.49em;right:0;width:100%;background:url("/resource/img/score/theme/yuambo/mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_yuambo .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:5.5em;background:url("/resource/img/score/theme/yuambo/bot.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_yuambo .table_score td.right{padding-right:0.4em}
#score_board.theme_yuambo .table_score.total col.add,
#score_board.theme_yuambo .table_score.total th.add,
#score_board.theme_yuambo .table_score.total td.add{display:none}

/* 스타일 초기화 */
#score_board.theme_yuambo2 .table_score,
#score_board.theme_yuambo2 p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_yuambo2 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_yuambo2 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_yuambo2 .table_score{border-radius:0}
#score_board.theme_yuambo2 .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_yuambo2 .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_yuambo2 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_yuambo2 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_yuambo2 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_yuambo2 .table_score.rank td.rank,
#score_board.theme_yuambo2 .table_score.add:not(.total) td.add,
#score_board.theme_yuambo2 .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_yuambo2 .table_score{position:relative;overflow:visible;z-index:10}
#score_board.theme_yuambo2 .table_score .score_top{position:relative;height:0}
#score_board.theme_yuambo2 .table_score .score_top th{padding:0!important}
#score_board.theme_yuambo2 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:-1.2em;transform:translateX(-50%);height:6em}
#score_board.theme_yuambo2 .table_score thead tr:not(.score_top){background:#7cb4ff}
#score_board.theme_yuambo2 .table_score thead tr:not(.score_top) th{position:relative;padding-top:0.25em}
#score_board.theme_yuambo2 .table_score thead tr:not(.score_top) th.border_left::before,
#score_board.theme_yuambo2 .table_score thead tr:not(.score_top) th.border_right::before{display:block;content:"";position:absolute;left:-1px;top:0;bottom:0;width:3px;background:#7cb4ff}
#score_board.theme_yuambo2 .table_score thead tr:not(.score_top) th.border_right::before{left:auto;right:-1px}
#score_board.theme_yuambo2 .table_score th{color:#ffeca7!important;font-weight:700}
#score_board.theme_yuambo2 .table_score th p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_yuambo2 .table_score td{border-top:3px solid #000;border-bottom:3px solid #000}
#score_board.theme_yuambo2 .table_score td.border_left{border-left:3px solid #000}
#score_board.theme_yuambo2 .table_score td.border_right{border-right:3px solid #000}
/* #score_board.theme_yuambo2 .table_score tbody tr:first-child td{border-top:0} */
#score_board.theme_yuambo2 .table_wrap{padding-top:7.5em}
#score_board.theme_yuambo2 .table_inner{position:relative;padding:18px 2.5% 17px 2.5%}
#score_board.theme_yuambo2 .table_top{position:absolute;left:0;top:0;right:0;width:100%;height:24px;background:url("/resource/img/score/theme/yuambo2/bg_top.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_yuambo2 .table_mid{position:absolute;left:0;top:23.9px;bottom:23.9px;right:0;width:100%;background:url("/resource/img/score/theme/yuambo2/bg_mid.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_yuambo2 .table_bot{position:absolute;left:0;bottom:0;right:0;width:100%;height:24px;background:url("/resource/img/score/theme/yuambo2/bg_bot.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.theme_yuambo2 .table_score td.right{padding-right:0.4em}
#score_board.theme_yuambo2 .table_score.total col.add,
#score_board.theme_yuambo2 .table_score.total th.add,
#score_board.theme_yuambo2 .table_score.total td.add{display:none}

/* 킹기훈 */
/* 스타일 초기화 */
#score_board.theme_kimdhun .table_score,
#score_board.theme_kimdhun p{font-family:"NEXON Lv1 Gothic";font-weight:700}
#score_board.theme_kimdhun .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_kimdhun .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_kimdhun .table_score{border-radius:0}
#score_board.theme_kimdhun .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_kimdhun .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_kimdhun .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_kimdhun .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_kimdhun .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_kimdhun .table_score.rank td.rank,
#score_board.theme_kimdhun .table_score.add:not(.total) td.add,
#score_board.theme_kimdhun .table_score.add.total td.add_sum{background:transparent}

#score_board.theme_kimdhun .table_wrap{padding-top:5em}
#score_board.theme_kimdhun .table_score{position:relative;overflow:visible;z-index:10}
#score_board.theme_kimdhun .table_score .score_top{position:relative;height:0}
#score_board.theme_kimdhun .table_score .score_top th{padding:0}
#score_board.theme_kimdhun .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:-0.8em;transform:translateX(-50%);height:5.5em}
#score_board.theme_kimdhun .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/kimdhun/th_top.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score thead tr:not(.score_top) th{padding-top:0.2em;padding-bottom:0.2em}
#score_board.theme_kimdhun .table_score th{color:#000!important;font-weight:700}
#score_board.theme_kimdhun .table_score th p{text-shadow:rgb(255,255,255) 2px 0px 0px, rgb(255,255,255) 1.75517px 0.958851px 0px, rgb(255,255,255) 1.0806px 1.68294px 0px, rgb(255,255,255) 0.141474px 1.99499px 0px, rgb(255,255,255) -0.832294px 1.81859px 0px, rgb(255,255,255) -1.60229px 1.19694px 0px, rgb(255,255,255) -1.97998px 0.28224px 0px, rgb(255,255,255) -1.87291px -0.701566px 0px, rgb(255,255,255) -1.30729px -1.5136px 0px, rgb(255,255,255) -0.421592px -1.95506px 0px, rgb(255,255,255) 0.567324px -1.91785px 0px, rgb(255,255,255) 1.41734px -1.41108px 0px, rgb(255,255,255) 1.92034px -0.558831px 0px}
#score_board.theme_kimdhun .table_inner{position:relative;padding:2.2em 7.5% 3.9em 7.4%}
#score_board.theme_kimdhun .table_inner .table_top{position:absolute;left:0;top:0;right:0;height:3em;background:url("/resource/img/score/theme/kimdhun/bg_top.png?ver=20250130") no-repeat center center;background-size:100% 100%}
#score_board.theme_kimdhun .table_inner .table_mid{position:absolute;left:0;top:2.99em;bottom:3.99em;right:0;background:url("/resource/img/score/theme/kimdhun/bg_mid.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_kimdhun .table_inner .table_bot{position:absolute;left:0;bottom:0;right:0;height:4em;background:url("/resource/img/score/theme/kimdhun/bg_bot.png") no-repeat center center;background-size:100% 100%}
#score_board.theme_kimdhun .table_score td.right{padding-right:0.4em}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+1){background:url("/resource/img/score/theme/kimdhun/line_01.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+2){background:url("/resource/img/score/theme/kimdhun/line_02.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+3){background:url("/resource/img/score/theme/kimdhun/line_03.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+4){background:url("/resource/img/score/theme/kimdhun/line_04.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+5){background:url("/resource/img/score/theme/kimdhun/line_05.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+6){background:url("/resource/img/score/theme/kimdhun/line_06.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+7){background:url("/resource/img/score/theme/kimdhun/line_07.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+8){background:url("/resource/img/score/theme/kimdhun/line_08.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody tr:nth-child(9n+9){background:url("/resource/img/score/theme/kimdhun/line_09.png") no-repeat center center;background-size:100% 100%;}
#score_board.theme_kimdhun .table_score tbody td{padding-top:0.2em}
#score_board.theme_kimdhun .table_score tbody td p{text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px}
#score_board.theme_kimdhun .table_score.total col.add,
#score_board.theme_kimdhun .table_score.total th.add,
#score_board.theme_kimdhun .table_score.total td.add{display:none}

/* 류시아 */
/* 스타일 초기화 */
#score_board.theme_viviana7 .table_score,
#score_board.theme_viviana7 p{font-family:"GmarketSans";font-weight:600}
#score_board.theme_viviana7 .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.theme_viviana7 .table_inner{border:0;border-radius:0;background:transparent}
#score_board.theme_viviana7 .table_score{border-radius:0}
#score_board.theme_viviana7 .table_score th{padding:0.1em 0;font-size:1.9em;color:#fff;background:transparent}
#score_board.theme_viviana7 .table_score td{padding:0;font-size:1.9em;color:#fff;border:0;background:transparent;font-weight:400}
#score_board.theme_viviana7 .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_viviana7 .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_viviana7 .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.theme_viviana7 .table_score.rank td.rank,
#score_board.theme_viviana7 .table_score.add:not(.total) td.add,
#score_board.theme_viviana7 .table_score.add.total td.add_sum{background:transparent}


/* 윤하랑 */
#score_board.theme_xx00uxx .table_score{border-radius:1.3em}
#score_board.theme_xx00uxx .table_score,
#score_board.theme_xx00uxx p{font-family:"S-CoreDream"}
#score_board.theme_xx00uxx .table_wrap{padding:6px;border:5px solid #f4afcb;border-radius:2em;background:#ffffff}
#score_board.theme_xx00uxx .table_inner{padding:0.8em;border:0;border-radius:1.5em;
	background: #d7e2f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d7e2f8 0%, #f9c8db 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d7e2f8 0%,#f9c8db 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d7e2f8 0%,#f9c8db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e2f8', endColorstr='#f9c8db',GradientType=0 ); /* IE6-9 */
}

#score_board.theme_xx00uxx .table_score th{text-align:center;font-size:2em;color:#f493b9;background:#ffffff;white-space:nowrap}
#score_board.theme_xx00uxx .table_score th p{font-weight:900}
#score_board.theme_xx00uxx .table_score thead .score_top th{border-top:0!important}
#score_board.theme_xx00uxx .table_score thead .score_top .logo{display:block;margin:0 auto;height:3em}
#score_board.theme_xx00uxx .table_score td{text-align:center;line-height:1.25em;font-size:2.4em;color:#393436;border-top:2px solid #f493b9;background:transparent}
#score_board.theme_xx00uxx .table_score td.right{padding-right:0.4em;text-align:right}
#score_board.theme_xx00uxx .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_xx00uxx .table_score td.won,
#score_board.theme_xx00uxx .table_score td.add_sum{padding-right:0.4em}
#score_board.theme_xx00uxx .table_score th.add_sum{width:18%}
#score_board.theme_xx00uxx .table_score td p{font-weight:800}
#score_board.theme_xx00uxx .table_score td.number{padding:0 0.1em;font-size:2.6em}
#score_board.theme_xx00uxx .table_score td.number,
#score_board.theme_xx00uxx .table_score td.alias{color:#f17daa;background:transparent}
#score_board.theme_xx00uxx .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
/* #score_board.theme_xx00uxx .table_score td.rank, */
#score_board.theme_xx00uxx .table_score td.add{border-left:2px solid #f493b9}
#score_board.theme_xx00uxx .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#3e6be7;background:#a7b3f4}
#score_board.theme_xx00uxx .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#3e6be7;background:#c8cff5}
#score_board.theme_xx00uxx .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#3e6be7;background:#dadef4}
#score_board.theme_xx00uxx .table_score.rank th.rank,
#score_board.theme_xx00uxx .table_score.add:not(.total) th.add,
#score_board.theme_xx00uxx .table_score.add.total th.add_sum{color:#3e6be7}
#score_board.theme_xx00uxx .table_score.rank td.rank,
#score_board.theme_xx00uxx .table_score.add:not(.total) td.add,
#score_board.theme_xx00uxx .table_score.add.total td.add_sum{background:transparent}
#score_board.theme_xx00uxx .table_score.total col.rank,
#score_board.theme_xx00uxx .table_score.total th.rank,
#score_board.theme_xx00uxx .table_score.total td.rank{display:none}
#score_board.theme_xx00uxx .table_score.total th.add{width:20%;font-size:2em}
#score_board.theme_xx00uxx .table_score.total th.add_total{font-size:2em}

/* #score_board.theme_viviana7 .table_wrap{padding:5em 0 0 0}
#score_board.theme_viviana7 .table_inner{position:relative;padding:9em 100px 90px 100px}
#score_board.theme_viviana7 .table_lt{display:block;position:absolute;left:0;top:0;width:135px;height:100px;background:url("/resource/img/score/theme/viviana7/bg_lt.png") no-repeat;z-index:2}
#score_board.theme_viviana7 .table_rt{display:block;position:absolute;right:0;top:0;width:135px;height:100px;background:url("/resource/img/score/theme/viviana7/bg_rt.png") no-repeat;z-index:2}
#score_board.theme_viviana7 .table_lb{display:block;position:absolute;left:0;bottom:0;width:135px;height:100px;background:url("/resource/img/score/theme/viviana7/bg_lb.png") no-repeat}
#score_board.theme_viviana7 .table_rb{display:block;position:absolute;right:0;bottom:0;width:135px;height:100px;background:url("/resource/img/score/theme/viviana7/bg_rb.png") no-repeat}
#score_board.theme_viviana7 .table_t{display:block;position:absolute;left:134px;right:134px;top:0;height:100px;;background:url("/resource/img/score/theme/viviana7/bg_t.png") no-repeat;background-size:100% 100px}
#score_board.theme_viviana7 .table_b{display:block;position:absolute;left:134px;right:134px;bottom:0;height:100px;background:url("/resource/img/score/theme/viviana7/bg_b.png") no-repeat;background-size:100% 100px}
#score_board.theme_viviana7 .table_l{display:block;position:absolute;top:99px;bottom:99px;left:0;width:135px;background:url("/resource/img/score/theme/viviana7/bg_l.png") no-repeat;background-size:135px 100%}
#score_board.theme_viviana7 .table_r{display:block;position:absolute;top:99px;bottom:99px;right:0;width:135px;background:url("/resource/img/score/theme/viviana7/bg_r.png") no-repeat;background-size:135px 100%}
#score_board.theme_viviana7 .table_line{display:block;position:absolute;left:134px;top:99px;right:134px;bottom:99px;background:#171932}
#score_board.theme_viviana7 .table_score{position:relative;border-spacing:0 0.8em;border-collapse:separate;overflow:visible;z-index:3}
#score_board.theme_viviana7 .table_score .score_top{position:relative;height:0}
#score_board.theme_viviana7 .table_score .score_top th{padding:0}
#score_board.theme_viviana7 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:8em}
#score_board.theme_viviana7 .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/viviana7/bg_th.png") no-repeat;background-size:100% 100%}
#score_board.theme_viviana7 .table_score thead th,
#score_board.theme_viviana7 .table_score tbody td{padding:0.15em 0.1em 0 0.1em}
#score_board.theme_viviana7 .table_score thead th .icon{margin:0!important}
#score_board.theme_viviana7 .table_score thead th.border_left{padding-left:0.3em}
#score_board.theme_viviana7 .table_score thead th p{
	text-shadow:0.04em 0.04em 0 #000, -0.04em 0.04em 0 #000, 0.04em -0.04em 0 #000, -0.04em -0.04em 0 #000, 0.04em 0 0 #000, 0 0.04em 0 #000, -0.04em 0 0 #000, 0 -0.04em 0 #000, 
	0.08em 0.08em 0 #000, 0.08em 0 0 #000, 0 0.08em 0 #000;
}
#score_board.theme_viviana7 .table_score tbody tr{background:url("/resource/img/score/theme/viviana7/bg_td.png") no-repeat;background-size:100% 100%}
#score_board.theme_viviana7 .table_score tbody td{color:#000}
#score_board.theme_viviana7 .table_score tbody td.rank,
#score_board.theme_viviana7 .table_score tbody td.add{padding-top:0;padding-bottom:0.05em}
#score_board.theme_viviana7 .table_score tbody td.border_right{padding-right:0.5em} */

#score_board.theme_viviana7 .table_wrap{padding:5em 0 0 0}
#score_board.theme_viviana7 .table_inner{position:relative;padding:8em 6.5em 5.5em 6.5em}
#score_board.theme_viviana7 .table_lt{display:block;position:absolute;left:0;top:0;width:9em;height:6.5em;background:url("/resource/img/score/theme/viviana7/bg_lt.png") no-repeat;;background-size:100% 100%;z-index:2}
#score_board.theme_viviana7 .table_rt{display:block;position:absolute;right:0;top:0;width:9em;height:6.5em;background:url("/resource/img/score/theme/viviana7/bg_rt.png") no-repeat;;background-size:100% 100%;z-index:2}
#score_board.theme_viviana7 .table_lb{display:block;position:absolute;left:0;bottom:0;width:9em;height:6.5em;background:url("/resource/img/score/theme/viviana7/bg_lb.png") no-repeat;background-size:100% 100%}
#score_board.theme_viviana7 .table_rb{display:block;position:absolute;right:0;bottom:0;width:9em;height:6.5em;background:url("/resource/img/score/theme/viviana7/bg_rb.png") no-repeat;background-size:100% 100%}
#score_board.theme_viviana7 .table_t{display:block;position:absolute;left:8.96em;right:8.96em;top:0;height:6.5em;;background:url("/resource/img/score/theme/viviana7/bg_t.png") no-repeat;background-size:100% 6.5em}
#score_board.theme_viviana7 .table_b{display:block;position:absolute;left:8.96em;right:8.96em;bottom:0;height:6.5em;background:url("/resource/img/score/theme/viviana7/bg_b.png") no-repeat;background-size:100% 6.5em}
#score_board.theme_viviana7 .table_l{display:block;position:absolute;top:6.46em;bottom:6.46em;left:0;width:9em;background:url("/resource/img/score/theme/viviana7/bg_l.png") no-repeat;background-size:9em 100%}
#score_board.theme_viviana7 .table_r{display:block;position:absolute;top:6.46em;bottom:6.46em;right:0;width:9em;background:url("/resource/img/score/theme/viviana7/bg_r.png") no-repeat;background-size:9em 100%}
#score_board.theme_viviana7 .table_line{display:block;position:absolute;left:8.96em;top:6.46em;right:8.96em;bottom:6.46em;background:#171932}
#score_board.theme_viviana7 .table_score{position:relative;border-spacing:0 0.8em;border-collapse:separate;overflow:visible;z-index:3}
#score_board.theme_viviana7 .table_score .score_top{position:relative;height:0}
#score_board.theme_viviana7 .table_score .score_top th{position:relative;padding:0}
#score_board.theme_viviana7 .table_score .score_top .logo{display:block;position:absolute;left:50%;bottom:0;transform:translateX(-50%);height:7.5em}
#score_board.theme_viviana7 .table_score thead tr:not(.score_top){background:url("/resource/img/score/theme/viviana7/bg_th.png") no-repeat;background-size:100% 100%}
#score_board.theme_viviana7 .table_score thead th,
#score_board.theme_viviana7 .table_score tbody td{padding:0.15em 0.1em 0 0.1em}
#score_board.theme_viviana7 .table_score thead th .icon{margin:0!important}
#score_board.theme_viviana7 .table_score thead th.border_left{padding-left:0.3em}
#score_board.theme_viviana7 .table_score thead th p{
	text-shadow:0.04em 0.04em 0 #000, -0.04em 0.04em 0 #000, 0.04em -0.04em 0 #000, -0.04em -0.04em 0 #000, 0.04em 0 0 #000, 0 0.04em 0 #000, -0.04em 0 0 #000, 0 -0.04em 0 #000, 
	0.08em 0.08em 0 #000, 0.08em 0 0 #000, 0 0.08em 0 #000;
}
#score_board.theme_viviana7 .table_score tbody tr{background:url("/resource/img/score/theme/viviana7/bg_td.png") no-repeat;background-size:100% 100%}
#score_board.theme_viviana7 .table_score tbody td{color:#000}
#score_board.theme_viviana7 .table_score tbody td.rank,
#score_board.theme_viviana7 .table_score tbody td.add{padding-top:0;padding-bottom:0.05em}
#score_board.theme_viviana7 .table_score tbody td.border_right{padding-right:0.5em}

/* 기본 회색 테마 */
/* #score_board.theme_darkyop .table_wrap{padding:4px;border:2px solid #0d0d0c;border-radius:2.5em;background:#ffffff}
#score_board.theme_darkyop .table_inner{position:relative;padding:1em;border:0;border-radius:2em;background:#5c5c5c}
#score_board.theme_darkyop .table_score{border-radius:1.5em}
#score_board.theme_darkyop .table_score th{padding-top:0.2em;text-align:center;font-size:2.2em;color:#535353;background:#ffffff;white-space:nowrap}
#score_board.theme_darkyop .table_score th p{font-weight:900}
#score_board.theme_darkyop .table_score td{text-align:center;line-height:1.2em;font-size:2.4em;color:#181516;border-top:2px solid #5c5c5c;background:#c0c0c0}
#score_board.theme_darkyop .table_score td.right{padding-right:0.2em;text-align:right}
#score_board.theme_darkyop .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_darkyop .table_score td p{font-weight:800}
#score_board.theme_darkyop .table_score td.number{padding:0 0.1em;font-size:2.6em}
#score_board.theme_darkyop .table_score td.number,
#score_board.theme_darkyop .table_score td.award,
#score_board.theme_darkyop .table_score td.alias{background:#eaeaea}
#score_board.theme_darkyop .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#f7d202;background:#494949}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#f7d202;background:#7c7c7c}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#f7d202;background:#d0d0d0}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(3) td.name{text-shadow: -0.2em -0.1em 0px #000, -0.2em 0px 0px #000, -0.2em 0.1em 0px #000, -0.2em 0.2em 0px #000, -0.1em -0.2em 0px #000, -0.1em 0px 0px #000, -0.1em 0.1em 0px #000, -0.1em 0.2em 0px #000, 0px -0.2em 0px #000, 0px -0.1em 0px #000, 0px 0.1em 0px #000, 0px 0.2em 0px #000, 0.1em -0.2em 0px #000, 0.1em -0.1em 0px #000, 0.1em 0px 0px #000, 0.1em 0.2em 0px #000, 0.2em -0.2em 0px #000, 0.2em -0.1em 0px #000, 0.2em 0px 0px #000, 0.2em 0.1em 0px #000}
#score_board.theme_darkyop .score_top th{font-size:4em;border-bottom:2px solid #111010}
#score_board.theme_darkyop .score_top .title{color:#131212;font-family:"PuradakGentleGothic";font-weight:500;letter-spacing:0.25em}
#score_board.theme_darkyop .table_score.rank th.rank,
#score_board.theme_darkyop .table_score.add:not(.total) th.add,
#score_board.theme_darkyop .table_score.add.total th.add_sum{color:#131212}
#score_board.theme_darkyop .table_score.rank td.rank,
#score_board.theme_darkyop .table_score.add:not(.total) td.add,
#score_board.theme_darkyop .table_score.add.total td.add_sum{background:#eaeaea} */

/* 기본 보라 테마 */
/* #score_board.theme_darkyop .table_wrap{padding:4px;border:2px solid #0d0d0c;border-radius:2.5em;background:#ffffff}
#score_board.theme_darkyop .table_inner{padding:0.8em;border:0;border-radius:2em;background:#7522e7}
#score_board.theme_darkyop .table_score{border-radius:1.5em}
#score_board.theme_darkyop .table_score th{padding-top:0.2em;text-align:center;font-size:2.2em;color:#5c19b8;background:#ffffff;white-space:nowrap}
#score_board.theme_darkyop .table_score th p{font-weight:900}
#score_board.theme_darkyop .table_score td{text-align:center;line-height:1.25em;font-size:2.4em;color:#181516;border-top:2px solid #7522e7;background:#c291fa}
#score_board.theme_darkyop .table_score td.right{padding-right:0.3em;text-align:right}
#score_board.theme_darkyop .table_score td.left{padding-left:0.2em;text-align:left}
#score_board.theme_darkyop .table_score td p{font-weight:800}
#score_board.theme_darkyop .table_score td.number{padding:0 0.1em;font-size:2.6em;color:#5c19b8;background:#d5c0f3}
#score_board.theme_darkyop .table_score td.name{font-size:2.2em;background:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(1) td.name{color:#ffe400;background:#5c19b8}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(2) td.name{color:#ffe400;background:#7737cf}
#score_board.theme_darkyop .table_score:not(.team) tbody tr:nth-child(3) td.name{color:#ffe400;background:#a16ee7}
#score_board.theme_darkyop .table_score.rank th.rank,
#score_board.theme_darkyop .table_score.add:not(.total) th.add,
#score_board.theme_darkyop .table_score.add.total th.add_sum{color:#131212}
#score_board.theme_darkyop .table_score.rank td.rank,
#score_board.theme_darkyop .table_score.add:not(.total) td.add,
#score_board.theme_darkyop .table_score.add.total td.add_sum{background:#d5c0f3} */

/* 기본 김인호 테마 */
/* #score_board.theme_darkyop{overflow:hidden}
#score_board.theme_darkyop .score_top{height:5em;text-align:center}
#score_board.theme_darkyop .score_top .logo{display:inline-block;transform:translateY(-55%);height:200%}
#score_board.theme_darkyop .table_wrap{position:relative;padding:1em;border-radius:3em;background:#fff}
#score_board.theme_darkyop .table_inner{border:0.3em solid #172155;border-radius:2em;overflow:hidden}
#score_board.theme_darkyop .table_score th{padding:0.1em;line-height:1.25m;font-weight:700;color:#ffb820;border-left:2px solid #172155;background:#172155}
#score_board.theme_darkyop .table_score td{padding:0.1em;line-height:1.25em;font-weight:700;color:#000000;border-top:2px solid #172155;border-left:2px solid #172155}
#score_board.theme_darkyop .table_score .border_left{border-left:0}
#score_board.theme_darkyop .table_score td.right{padding-right:0.2em}
#score_board.theme_darkyop .table_score td.border_right{padding-right:0.3em}
#score_board.theme_darkyop .table_score.rank th.rank,
#score_board.theme_darkyop .table_score.add:not(.total) th.add,
#score_board.theme_darkyop .table_score.add.total th.add_sum{color:#ff4598} */


/* vs대전 */
/* 스타일 초기화 */
#score_board .vs_wrap{display:none}
#score_board.vs .table_wrap{display:none}
#score_board.vs .vs_wrap{display:block}
#score_board.vs *{font-family:"S-CoreDream"}
#score_board.vs .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.vs .table_inner{border:0;border-radius:0;background:transparent}
#score_board.vs .table_score{border-radius:0}
#score_board.vs .table_score th{padding:0;color:#fff;background:transparent}
#score_board.vs .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.vs .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.vs .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.vs .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.vs .table_score.rank td.rank,
#score_board.vs .table_score.add:not(.total) td.add,
#score_board.vs .table_score.add.total td.add_sum{background:transparent}

#score_board.vs .vs_mid .char_box,
#score_board.vs .vs_top .vs_bar .vs_inner{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}

#score_board.vs .vs_top .vs_bar{position:relative;border:0.3vw solid #2c1928;border-radius:1.2vw;overflow:hidden;
	background: #113f96; /* Old browsers */
	background: -moz-linear-gradient(top,  #113f96 0%, #5388ec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #113f96 0%,#5388ec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #113f96 0%,#5388ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f96', endColorstr='#5388ec',GradientType=0 ); /* IE6-9 */
}
#score_board.vs .vs_top .vs_bar .vs_inner{position:absolute;left:0;top:0;height:100%;z-index:1;
	background: #961111; /* Old browsers */
	background: -moz-linear-gradient(top,  #961111 0%, #eb4747 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #961111 0%,#eb4747 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #961111 0%,#eb4747 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961111', endColorstr='#eb4747',GradientType=0 ); /* IE6-9 */
}
#score_board.vs .vs_top .vs_bar .vs_point{position:absolute;left:1vw;top:0;color:#fff;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,0.7);z-index:2}
#score_board.vs .vs_top .vs_bar .vs_point.right{left:auto;right:1vw}
#score_board.vs .vs_top .vs_bar .vs_point.empty{position:relative;left:auto;top:auto;opacity:0}
#score_board.vs .vs_top .vs_bar .vs_point.update{-webkit-animation:score_updatet 0.5s ease-out;animation:score_updatet 0.5s ease-out}

#score_board.vs .vs_mid{display:flex}
#score_board.vs .vs_mid .vs_char{position:relative;flex:0 0 42%;z-index:1}
#score_board.vs .vs_mid .char_box{position:relative;padding-top:110%;width:100%;background:url("/resource/img/score/vs/effect_left.png") no-repeat center center;background-size:contain}
#score_board.vs .vs_mid .char_box .char{position:absolute;left:0;top:0;width:100%;height:100%;background:url("/resource/img/score/vs/char_left_yasuo.png") no-repeat center center;background-size:contain}
#score_board.vs .vs_mid .char_box{transform:scale(0.8);opacity:0.8}
#score_board.vs .vs_mid .vs_char.win .char_box{transform:scale(1);opacity:1}
#score_board.vs .vs_mid .vs_char .vs_name{position:absolute;left:50%;bottom:10%;transform:translateX(-50%);padding-bottom:2.5%;min-width:70%;text-align:center;border:0.4vw solid #2c1928;border-radius:3vw;background:#961111;overflow:hidden}
#score_board.vs .vs_mid .vs_char .vs_name .name{position:relative;padding:0 12%;border-radius:2.5vw;box-shadow:inset 0 0 1vw rgba(255,255,255,0.6);background:#e82d2d}
#score_board.vs .vs_mid .vs_char .vs_name .name::before,
#score_board.vs .vs_mid .vs_char .vs_name .name::after{display:block;content:"";position:absolute;left:3%;top:7%;width:8%;height:100%;background:url("/resource/img/score/vs/highlight.png") no-repeat center top;background-size:contain}
#score_board.vs .vs_mid .vs_char .vs_name .name::after{left:auto;right:3%;top:auto;bottom:7%;transform:rotate(180deg)}
#score_board.vs .vs_mid .vs_char .vs_name span{color:#fff;font-weight:900;font-style:italic;text-shadow:2px 2px 7px rgba(0,0,0,0.7);letter-spacing:-0.4vw}
#score_board.vs .vs_mid .vs_char.right .char_box{background:url("/resource/img/score/vs/effect_right.png") no-repeat center center;background-size:contain}
#score_board.vs .vs_mid .vs_char.right .char_box .char{background:url("/resource/img/score/vs/char_right_tf.png?ver=2") no-repeat center center;background-size:contain}
#score_board.vs .vs_mid .vs_char.right .vs_name{background:#113f96}
#score_board.vs .vs_mid .vs_char.right .vs_name .name{background:#2d6ee8}
#score_board.vs .vs_mid .vs_text{position:relative;flex:0 0 16%;z-index:10}
#score_board.vs .vs_mid .vs_text .vs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:160%;height:100%;background:url("/resource/img/score/vs/vs.png") no-repeat center center;background-size:contain}

#score_board.vs .vs_bar .vs_point{font-size:2.8vw}
#score_board.vs .vs_mid .vs_char .vs_name span{font-size:4vw}

/* 배틀 */
/* 스타일 초기화 */
#score_board.battle_hide{opacity:0}
#score_board .battle_wrap{display:none;font-size:1.5em}
#score_board .battle_wrap .vs_wrap,
#score_board .battle_wrap .mvs_wrap{display:none}
#score_board .battle_wrap.vs .vs_wrap{display:block}
#score_board .battle_wrap.mvs .mvs_wrap{display:block}
#score_board.battle .table_wrap{display:none}
#score_board.battle .battle_wrap{display:block}
#score_board.battle *{font-family:"S-CoreDream"}
#score_board.battle .table_wrap{padding:0;border:0;border-radius:0;background:transparent}
#score_board.battle .table_inner{border:0;border-radius:0;background:transparent}
#score_board.battle .table_score{border-radius:0}
#score_board.battle .table_score th{padding:0;color:#fff;background:transparent}
#score_board.battle .table_score td{padding:0;color:#fff;border:0;background:transparent}
#score_board.battle .table_score:not(.team) tbody tr:nth-child(1) td.name,
#score_board.battle .table_score:not(.team) tbody tr:nth-child(2) td.name,
#score_board.battle .table_score:not(.team) tbody tr:nth-child(3) td.name{background:transparent}
#score_board.battle .table_score.rank td.rank,
#score_board.battle .table_score.add:not(.total) td.add,
#score_board.battle .table_score.add.total td.add_sum{background:transparent}
#score_board.battle .vs_mid .char_box,
#score_board.battle .vs_top .vs_bar .vs_inner,
#score_board.battle .mvs_box .mvs_bar .vs_inner{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}
#score_board.battle .vs_top{position:relative;padding:0.7vw;border-radius:0.7vw;
	background: linear-gradient(to bottom, #555 0%,#020208 100%);
}
#score_board.battle .vs_top .vs_bar{position:relative;border-radius:0.5vw;overflow:hidden;
	background: #5388ec; /* Old browsers */
	box-shadow:inset 0 -2vw 2vw rgba(0,0,0,0.5);
}
#score_board.battle .vs_top .vs_bar .vs_inner{position:absolute;left:0;top:0;height:100%;z-index:1;
	background: #eb4747; /* Old browsers */
	box-shadow:inset 0 -2vw 2vw rgba(0,0,0,0.5);
}
#score_board.battle .vs_top .vs_bar .vs_point{position:absolute;left:0.8vw;top:0;padding:1vw 0.3vw 0.4vw 0.3vw;line-height:1em;color:#fff;font-size:3.5vw;font-family:"TmonMonsori";font-weight:400;z-index:2;
	/* text-shadow:2px 2px 4px rgba(0,0,0,0.7) */
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)
}
#score_board.battle .vs_top .vs_bar .vs_point.right{left:auto;right:0.8vw}
#score_board.battle .vs_top .vs_bar .vs_point.empty{position:relative;left:auto;top:auto;opacity:0}
#score_board.battle .vs_point.update{-webkit-animation:score_updatet 0.5s ease-out;animation:score_updatet 0.5s ease-out}
#score_board.battle .vs_top .vs_bar .vs_text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}

#score_board.battle .vs_mid{position:relative;margin:0 10vw;padding:0 0.6vw 0.6vw 0.6vw;border-radius:0 0 2vw 2vw;z-index:4;
	background: linear-gradient(to bottom, #555 0%,#020208 100%);
}

/* #score_board.battle .vs_mid .name_box{display:flex;position:relative;border-radius:0 0 1.6vw 1.6vw;
	background: linear-gradient(to bottom, #020208 0%,#555 100%);
}
#score_board.battle .vs_mid .name_box .vs_name{flex:0 0 45%;padding:0.4vw 1vw 0.5vw 1vw;width:45%;max-width:45%;font-size:2.8vw;font-weight:700;color:#e5e5e5;opacity:0.8;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)
}
#score_board.battle .vs_mid .name_box .vs_name.md{font-size:2.4vw}
#score_board.battle .vs_mid .name_box .vs_name.sm{font-size:2vw}
#score_board.battle .vs_mid .name_box .vs_name.win{font-size:2.9vw;opacity:1}
#score_board.battle .vs_mid .name_box .vs_name.left{transform-origin:left}
#score_board.battle .vs_mid .name_box .vs_name.right{margin-left:auto;transform-origin:right;text-align:right}
#score_board.battle .vs_mid .name_box .vs_text{display:flex;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
#score_board.battle .vs_mid .name_box .vs_text .vs{display:block;height:7vw} */

#score_board.battle .vs_mid .name_box{display:flex;justify-content:space-between;position:relative;border-radius:0 0 1.6vw 1.6vw;
	background: linear-gradient(to bottom, #020208 0%,#555 100%);
}

#score_board.battle .vs_mid .name_box:not(.name_list) .vs_name{flex-grow:1;padding:0.4vw 1vw 0.5vw 1vw;width:45%;max-width:45%}
#score_board.battle .vs_mid .name_box .vs_name{font-size:2.8vw;font-weight:700;color:#e5e5e5;opacity:0.8;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)
}
#score_board.battle .vs_mid .name_box .vs_name.md{font-size:2.4vw}
#score_board.battle .vs_mid .name_box .vs_name.sm{font-size:2vw}
#score_board.battle .vs_mid .name_box .vs_name.win{font-size:2.9vw;opacity:1}
#score_board.battle .vs_mid .name_box .vs_name.right{text-align:right}
#score_board.battle .vs_mid .name_box .vs_text{position:relative;flex-shrink:0}
#score_board.battle .vs_mid .name_box .vs_text .vs{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:7vw}

#score_board.battle .vs_point.total{display:none;padding-top:0.2vw;font-size:4vw;font-weight:700;color:#ffbd22;font-family:"TmonMonsori";font-weight:400;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)
}
#score_board.battle.total_show .vs_point.total{display:block}
#score_board.battle.total_show .vs_mid .name_box .vs_text .vs{opacity:0}

#score_board.battle .vs_mid .name_list{display:none}
#score_board.battle.battle_list .vs_mid .name_box{display:none}
#score_board.battle.battle_list .vs_mid .name_list{display:flex}
#score_board.battle .vs_mid .name_list .vs_table{flex-grow:1;height:0}
#score_board.battle .vs_mid .name_list .vs_table .vs_name{padding:0.2vw 1.5vw 0.2vw 1vw}
#score_board.battle .vs_mid .name_list .vs_table .name{min-width:10vw;width:0;white-space:nowrap}
#score_board.battle .vs_mid .name_list .vs_table.right td{text-align:right}
#score_board.battle .vs_mid .name_list .vs_table.right .vs_name{padding:0.2vw 1vw 0.2vw 1.5vw}
#score_board.battle .vs_mid .name_list .vs_value{color:#fff;font-size:2.8vw;font-weight:700;z-index:2;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)
}

#score_board.battle.timer_hide .vs_timer{display:none}
/* #score_board.battle .vs_timer{position:absolute;left:50%;bottom:0;transform:translate(-50%,0);padding:0.2vw 1vw 1vw 1vw;border-radius:1.5vw 1.5vw 0 0;opacity:0.8;z-index:3;
	background: linear-gradient(to bottom, #555 0%,#020208 100%);
}
#score_board.battle .vs_timer .timer{line-height:1em;font-size:6vw;color:#fff;font-style:italic;font-weight:400;font-family:"Digital7Italic";
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5);
} */

#score_board.battle .vs_top .vs_timer{position:absolute;left:50%;bottom:0;transform:translate(-50%,0);padding:0.6vw 1.4vw 2vw 0.4vw;border-radius:1.5vw 1.5vw 0 0;opacity:0.8;z-index:3;
	background: linear-gradient(to bottom, #555 0%,#020208 100%);
}
#score_board.battle .vs_top .vs_timer .timer{line-height:1em;font-size:4.5vw;color:#fff;font-style:normal;font-weight:400;font-family:"DigitalNumbers";letter-spacing:-0.9vw;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5);
}
/* #score_board.battle .vs_timer{position:absolute;left:50%;bottom:0;transform:translate(-50%,0);padding:0.6vw 1.8vw 2vw 0.4vw;border-radius:1.5vw 1.5vw 0 0;opacity:0.8;z-index:3;
	background: linear-gradient(to bottom, #555 0%,#020208 100%);
}
#score_board.battle .vs_timer .timer{line-height:1em;font-size:4.5vw;color:#fff;font-style:italic;font-weight:400;font-family:"DigitalNumbers";letter-spacing:-0.9vw;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5);
} */
#score_board.battle .vs_timer .timer .dot{margin:0 0.5vw;font-size:4vw}


#score_board.battle .mvs_box{display:flex;gap:0 0.7vw;position:relative;padding:0.7vw;border-radius:0.7vw;
	/* background: linear-gradient(to bottom, #555 0%,#020208 100%); */
	background:#555;
}
#score_board.battle .mvs_box .mvs_bar{position:relative;flex:1 1 0;width:0}
#score_board.battle .mvs_box .mvs_bar::after{display:block;content:"";position:absolute;right:-3.1vw;top:-0.2vw;width:4.5vw;height:4.5vw;background:url("/resource/img/score/battle/vs.png") no-repeat center center;background-size:contain;z-index:11}
#score_board.battle .mvs_box .mvs_bar:last-child::after{display:none}
#score_board.battle .mvs_box .mvs_bar .vs_name{padding:0.2vw 1vw 0.6vw 2.5vw;text-align:center;color:#fff;font-size:3.5vw;background:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.battle .mvs_box .mvs_bar .vs_name .name{display:block;opacity:0.8}
#score_board.battle .mvs_box .mvs_bar .vs_bar{position:relative;background:#fff;overflow:hidden;
	box-shadow:inset 0 -2vw 2vw rgba(0,0,0,0.5);
}
#score_board.battle .mvs_box .mvs_bar .vs_point{position:relative;padding:0.5vw 0.5vw 0 0.5vw;text-align:center;color:#fff;font-size:4vw;font-family:"TmonMonsori";font-weight:400;z-index:10;
	text-shadow: rgba(0, 0, 0, 0.2) 3px 0px 0px, rgba(0, 0, 0, 0.2) 2.83487px 0.981584px 0px, rgba(0, 0, 0, 0.2) 2.35766px 1.85511px 0px, rgba(0, 0, 0, 0.2) 1.62091px 2.52441px 0px, rgba(0, 0, 0, 0.2) 0.705713px 2.91581px 0px, rgba(0, 0, 0, 0.2) -0.287171px 2.98622px 0px, rgba(0, 0, 0, 0.2) -1.24844px 2.72789px 0px, rgba(0, 0, 0, 0.2) -2.07227px 2.16926px 0px, rgba(0, 0, 0, 0.2) -2.66798px 1.37182px 0px, rgba(0, 0, 0, 0.2) -2.96998px 0.42336px 0px, rgba(0, 0, 0, 0.2) -2.94502px -0.571704px 0px, rgba(0, 0, 0, 0.2) -2.59586px -1.50383px 0px, rgba(0, 0, 0, 0.2) -1.96093px -2.27041px 0px, rgba(0, 0, 0, 0.2) -1.11013px -2.78704px 0px, rgba(0, 0, 0, 0.2) -0.137119px -2.99686px 0px, rgba(0, 0, 0, 0.2) 0.850987px -2.87677px 0px, rgba(0, 0, 0, 0.2) 1.74541px -2.43999px 0px, rgba(0, 0, 0, 0.2) 2.44769px -1.73459px 0px, rgba(0, 0, 0, 0.2) 2.88051px -0.838247px 0px;
}
#score_board.battle .mvs_box .mvs_bar .vs_inner{position:absolute;left:0;top:0;bottom:0;background:#5388ec;z-index:1;
	box-shadow:inset 0 -2vw 2vw rgba(0,0,0,0.5);
}
#score_board.battle .mvs_box .mvs_bar:nth-child(2) .vs_inner{background:#eb4747}
#score_board.battle .mvs_box .mvs_bar:nth-child(3) .vs_inner{background:#129114}
#score_board.battle .mvs_box .mvs_bar:nth-child(4) .vs_inner{background:#5c19b8}
#score_board.battle .mvs_box .mvs_bar:nth-child(5) .vs_inner{background:#bb7909}
#score_board.battle .mvs_box .mvs_bar:nth-child(6) .vs_inner{background:#5388ec}
#score_board.battle .mvs_box .mvs_bar:nth-child(7) .vs_inner{background:#eb4747}
#score_board.battle .mvs_box .mvs_bar:nth-child(8) .vs_inner{background:#129114}
#score_board.battle .mvs_box .mvs_bar:nth-child(9) .vs_inner{background:#5c19b8}
#score_board.battle .mvs_box .mvs_bar:nth-child(10) .vs_inner{background:#bb7909}
#score_board.battle .mvs_box .mvs_bar:nth-child(11) .vs_inner{background:#5388ec}
#score_board.battle .mvs_box .mvs_bar:nth-child(12) .vs_inner{background:#eb4747}
#score_board.battle .mvs_box .mvs_bar:nth-child(13) .vs_inner{background:#129114}
#score_board.battle .mvs_box .mvs_bar:nth-child(14) .vs_inner{background:#5c19b8}
#score_board.battle .mvs_box .mvs_bar:nth-child(15) .vs_inner{background:#bb7909}

#score_board.battle .mvs_box .mvs_bar:first-child .vs_name{border-radius:0.7vw 0 0 0}
#score_board.battle .mvs_box .mvs_bar:first-child .vs_bar{border-radius:0 0 0 0.7vw}
#score_board.battle .mvs_box .mvs_bar:last-child .vs_name{border-radius:0 0.7vw 0 0}
#score_board.battle .mvs_box .mvs_bar:last-child .vs_bar{border-radius:0 0 0.7vw 0}
#score_board.battle .mvs_box .mvs_bar.update .vs_point{-webkit-animation:score_updatet 0.5s ease-out;animation:score_updatet 0.5s ease-out}
#score_board.battle .mvs_box .mvs_bar.win .vs_name .name{transform:scale(1.2);opacity:1}


#score_board.battle .mvs_timer{display:flex;align-items:flex-end;justify-content:center;gap:0 1vw}
/* #score_board.battle .mvs_timer .vs_timer{position:relative;margin:0 auto;padding:0.2vw 1.4vw 1vw 0.4vw;border-radius:0 0 1.5vw 1.5vw;z-index:3;
	background: linear-gradient(to bottom, #555 0%,#020208 100%);
}
#score_board.battle .mvs_timer .vs_timer .timer{line-height:1em;font-size:4.5vw;color:#fff;font-style:normal;font-weight:400;font-family:"DigitalNumbers";letter-spacing:-0.9vw;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5);
} */
#score_board.battle .mvs_timer .vs_timer{position:relative;padding:0.8vw 1.4vw 0.4vw 0.4vw;border-radius:1.5vw 1.5vw 0 0;z-index:3;
	background: linear-gradient(to bottom, #020208 0%,#555 100%);
}
#score_board.battle .mvs_timer .vs_timer .timer{line-height:1em;font-size:4.5vw;color:#fff;font-style:normal;font-weight:400;font-family:"DigitalNumbers";letter-spacing:-0.9vw;
	text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5);
}
#score_board.battle .mvs_timer .vs_point.total{position:relative;padding:0.5vw 0.8vw 0.1vw 0.8vw;line-height:1em;border-radius:1.5vw 1.5vw 0 0;font-size:5.2vw;z-index:3;
	background: linear-gradient(to bottom, #020208 0%,#555 100%);
}


/* #score_board.battle .mvs_wrap.num_11 .mvs_box .mvs_bar .vs_name{padding:0.2vw 1vw 0.6vw 2.5vw;text-align:center;color:#fff;font-size:3.5vw;background:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.battle .mvs_wrap.num_11 .mvs_box .mvs_bar .vs_point{position:relative;padding:0.5vw 0.5vw 0 0.5vw;text-align:center;color:#fff;font-size:4vw;font-family:"TmonMonsori";font-weight:400;z-index:10} */

/* #score_board.battle .mvs_wrap.num_11 .mvs_box .mvs_bar::after{display:block;content:"";position:absolute;right:-3.1vw;top:-0.2vw;width:4.5vw;height:4.5vw;background:url("/resource/img/score/battle/vs.png") no-repeat center center;background-size:contain;z-index:11} */

#score_board.battle .mvs_wrap.num_6 .mvs_box .mvs_bar::after,
#score_board.battle .mvs_wrap.num_7 .mvs_box .mvs_bar::after,
#score_board.battle .mvs_wrap.num_8 .mvs_box .mvs_bar::after{right:-2.5vw;top:-0.2vw;width:3.6vw;height:3.6vw}
#score_board.battle .mvs_wrap.num_6 .mvs_box .mvs_bar .vs_name,
#score_board.battle .mvs_wrap.num_7 .mvs_box .mvs_bar .vs_name,
#score_board.battle .mvs_wrap.num_8 .mvs_box .mvs_bar .vs_name{padding:0.1vw 0.5vw 0.3vw 0.5vw;font-size:2.6vw}
#score_board.battle .mvs_wrap.num_6 .mvs_box .mvs_bar .vs_point,
#score_board.battle .mvs_wrap.num_7 .mvs_box .mvs_bar .vs_point,
#score_board.battle .mvs_wrap.num_8 .mvs_box .mvs_bar .vs_point{padding:0.4vw 0.4vw 0 0.4vw;font-size:3vw}

#score_board.battle .mvs_wrap.num_9 .mvs_box .mvs_bar::after,
#score_board.battle .mvs_wrap.num_10 .mvs_box .mvs_bar::after,
#score_board.battle .mvs_wrap.num_11 .mvs_box .mvs_bar::after{right:-2vw;top:-0.2vw;width:2.8vw;height:2.8vw}
#score_board.battle .mvs_wrap.num_9 .mvs_box .mvs_bar .vs_name,
#score_board.battle .mvs_wrap.num_10 .mvs_box .mvs_bar .vs_name,
#score_board.battle .mvs_wrap.num_11 .mvs_box .mvs_bar .vs_name{padding:0.1vw 0.5vw 0.3vw 0.5vw;font-size:1.8vw}
#score_board.battle .mvs_wrap.num_9 .mvs_box .mvs_bar .vs_point,
#score_board.battle .mvs_wrap.num_10 .mvs_box .mvs_bar .vs_point,
#score_board.battle .mvs_wrap.num_11 .mvs_box .mvs_bar .vs_point{padding:0.3vw 0.3vw 0 0.3vw;font-size:2vw}

#score_board.battle .mvs_wrap.num_12 .mvs_box .mvs_bar::after,
#score_board.battle .mvs_wrap.num_13 .mvs_box .mvs_bar::after,
#score_board.battle .mvs_wrap.num_14 .mvs_box .mvs_bar::after{right:-1.5vw;top:-0.1vw;width:2vw;height:2vw}
#score_board.battle .mvs_wrap.num_12 .mvs_box .mvs_bar .vs_name,
#score_board.battle .mvs_wrap.num_13 .mvs_box .mvs_bar .vs_name,
#score_board.battle .mvs_wrap.num_14 .mvs_box .mvs_bar .vs_name{padding:0.1vw 0.3vw 0.2vw 0.3vw;font-size:1.5vw}
#score_board.battle .mvs_wrap.num_12 .mvs_box .mvs_bar .vs_point,
#score_board.battle .mvs_wrap.num_13 .mvs_box .mvs_bar .vs_point,
#score_board.battle .mvs_wrap.num_14 .mvs_box .mvs_bar .vs_point{padding:0.2vw 0.2vw 0 0.2vw;font-size:1.5vw}


/* 랭크업 */
/* 스타일 초기화 */
#score_board.rankup_hide{opacity:0}
#score_board .rankup_wrap{display:none}
#score_board.rankup{padding:20px;bottom:auto!important;top:0!important;font-size:16px}
#score_board.rankup .table_wrap{display:none}
#score_board.rankup .rankup_wrap{display:block}
/* #score_board.rankup .rankup_area{position:relative;height:10vw;background:#000}
#score_board.rankup .rankup_area::before{display:block;content:"";position:absolute;left:0;top:0;bottom:0;width:60%;transform:skewX(15deg) translateX(-10px);background:#000;z-index:1}
#score_board.rankup .rankup_area::after{display:block;content:"";position:absolute;right:0;top:0;bottom:0;width:60%;transform:skewX(-15deg) translateX(10px);background:#000;z-index:1}
#score_board.rankup .rankup_area .rank_box{display:flex;align-items:center;position:absolute;left:-0.7vw;top:0.7vw;width:47%;height:100%;transform:skewX(15deg) translateX(-10px);background:#ff0000;overflow:hidden;z-index:3}
#score_board.rankup .rankup_area .rank_box::before{display:block;content:"";position:absolute;left:10%;top:-60%;width:150%;height:100%;border-radius:50%;background:rgba(255,255,255,0.5)}
#score_board.rankup .rankup_area .rank_box.right{justify-content:right;left:auto;right:-0.7vw;transform:skewX(-15deg) translateX(10px)}
#score_board.rankup .rankup_area .rank_box.right::before{left:auto;right:10%}
#score_board.rankup .rankup_area .rank_box .rank{display:flex;flex:0 0 22%;align-items:center;justify-content:center;height:100%;text-align:center;border-right:0.7vw solid #000}
#score_board.rankup .rankup_area .rank_box.right .rank{border:0;border-left:0.7vw solid #000}
#score_board.rankup .rankup_area .rank_box p{color:#fff;font-size:3.2vw;line-height:1.3}
#score_board.rankup .rankup_area .rank_box p.rank{font-size:4vw;font-weight:700}
#score_board.rankup .rankup_area .rank_box .name_box{flex:1;padding:0 2vw 0 1vw;min-width:0;text-align:right}
#score_board.rankup .rankup_area .rank_box.right .name_box{padding:0 1vw 0 2vw;text-align:left}
#score_board.rankup .rankup_area .rank_box p.name{font-size:3.8vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.rankup .rankup_area .rank_box p.value{font-size:3.2vw}
#score_board.rankup .rankup_area .rank_vs{position:absolute;left:50%;top:0;bottom:0;transform:translateX(-50%);z-index:2}
#score_board.rankup .rankup_area .rank_point{position:absolute;left:50%;top:99%;transform:translateX(-50%);padding:2vw 1vw 1.2vw 1vw;background:#000;z-index:2}
#score_board.rankup .rankup_area .rank_point .point{position:relative;color:#fff;font-size:4vw;z-index:2}
#score_board.rankup .rankup_area .rank_point::before{display:block;content:"";position:absolute;left:0;top:0;width:50%;height:100%;transform:skewX(15deg) translateX(-10px);background:#000}
#score_board.rankup .rankup_area .rank_point::after{display:block;content:"";position:absolute;right:0;top:0;width:50%;height:100%;transform:skewX(-15deg) translateX(10px);background:#000}
#score_board.rankup:not(.rankup_point) .rankup_area .rank_box p.value{display:none}
#score_board.rankup:not(.rankup_diff) .rankup_area .rank_point{display:none} */

/* #score_board.rankup .rankup_area{position:relative;background:#000}
#score_board.rankup .rankup_area::before{display:block;content:"";position:absolute;left:0;top:0;bottom:0;width:60%;transform:skewX(15deg) translateX(-10px);background:#000;z-index:1}
#score_board.rankup .rankup_area::after{display:block;content:"";position:absolute;right:0;top:0;bottom:0;width:60%;transform:skewX(-15deg) translateX(10px);background:#000;z-index:1}
#score_board.rankup .rankup_area p{font-family:"TmonMonsori";font-size:2.4em;color:#fff;text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)}
#score_board.rankup .rankup_area .rank_box{display:flex;align-items:center;position:absolute;left:-0.4em;top:0.4em;width:47%;height:100%;transform:skewX(15deg) translateX(-10px);background:#eb4747;overflow:hidden;z-index:3}
#score_board.rankup .rankup_area .rank_box::before{display:block;content:"";position:absolute;left:0;top:-60%;width:200%;height:100%;border-radius:50%;background:rgba(255,255,255,0.5);z-index:1}
#score_board.rankup .rankup_area .rank_box.right{justify-content:right;left:auto;right:-0.4em;transform:skewX(-15deg) translateX(10px);background:#5388ec}
#score_board.rankup .rankup_area .rank_box.right::before{left:auto;right:0}
#score_board.rankup .rankup_area .rank_box .rank{display:flex;flex:0 0 22%;align-items:center;justify-content:center;height:100%;text-align:center;border-right:0.25em solid #000}
#score_board.rankup .rankup_area .rank_box.right .rank{border:0;border-left:0.25em solid #000}
#score_board.rankup .rankup_area .rank_box .name_box{position:relative;flex:1;padding:0.2em 1em 0.4em 0.5em;min-width:0;text-align:right;z-index:2}
#score_board.rankup .rankup_area .rank_box.right .name_box{padding:0.2em 0.5em 0.4em 1em;text-align:left}
#score_board.rankup .rankup_area .rank_box p.name{font-family:"S-CoreDream";text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#score_board.rankup .rankup_area .rank_box p.rank{padding:0.2em 0.4em;font-size:2.4em}
#score_board.rankup .rankup_area .rank_box.hide{position:relative;opacity:0;z-index:-1}
#score_board.rankup .rankup_area .rank_vs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin-top:0.4em;z-index:2}
#score_board.rankup .rankup_area .rank_vs .vs{font-size:2.6em}
#score_board.rankup .rankup_area .rank_point{position:absolute;left:50%;top:99%;transform:translateX(-50%);padding:0.8em 0.4em 0.3em 0.4em;background:#000;z-index:2}
#score_board.rankup .rankup_area .rank_point .point{position:relative;font-size:2.4em;z-index:2}
#score_board.rankup .rankup_area .rank_point::before{display:block;content:"";position:absolute;left:0;top:0;width:60%;height:100%;transform:skewX(15deg) translateX(-1em);background:#000}
#score_board.rankup .rankup_area .rank_point::after{display:block;content:"";position:absolute;right:0;top:0;width:60%;height:100%;transform:skewX(-15deg) translateX(1em);background:#000}
#score_board.rankup .rankup_area .rank_point.bg{padding:0.8em 0.7em 0.6em 0.7em;background:#ffbf29;z-index:1}
#score_board.rankup .rankup_area .rank_point.bg::before,
#score_board.rankup .rankup_area .rank_point.bg::after{background:#ffbf29}
#score_board.rankup:not(.rankup_point) .rankup_area .rank_box p.rank{display:none}
#score_board.rankup:not(.rankup_diff) .rankup_area .rank_point{display:none} */

#score_board.rankup .rankup_area{display:flex;align-items:center;position:relative;padding:2.5em 0 5em 0}
#score_board.rankup .rankup_area .rank_bg{position:absolute;left:0;top:0;right:0;bottom:2.5em;background:url("/resource/img/score/rankup/bg.png") no-repeat center center;background-size:100% 100%;z-index:2}
#score_board.rankup .rankup_area .rankup{perspective:1000px;position:absolute;left:50%;top:-1.5em;transform:translateX(-50%);width:10em;height:10em;z-index:20}
#score_board.rankup .rankup_area .rankup .img{transform-style:preserve-3d;transform-origin:center center;position:absolute;left:0;top:0;width:100%;height:100%;background:url("/resource/img/score/rankup/rankup.png") no-repeat center center;background-size:contain;opacity:0}
#score_board.rankup .rankup_area .rankup.change .img{-webkit-animation:rankup_rankup_change 4s ease-in-out;animation:rankup_rankup_change 4s ease-in-out}
@keyframes rankup_rankup_change {
	0% {
		transform: rotateY(0deg) scale(0.5);
		opacity: 0;
	}
	10% {
		transform: rotateY(180deg) scale(1);
		opacity: 1;
	}
	20% {
		transform: rotateY(360deg) scale(1.1);
		opacity: 1;
	}
	30% {
		transform: rotateY(540deg) scale(1.2);
		opacity: 1;
	}
	40% {
		transform: rotateY(720deg) scale(1);
		opacity: 1;
	}
	80% {
		transform: rotateY(720deg) scale(1);
		opacity: 1;
	}
	100% {
		transform: rotateY(360deg) scale(0.5);
		opacity: 0;
	}
}

#score_board.rankup .rankup_area .rank_box{display:flex;flex:0 0 43%;position:relative;padding:0 2em;width:43%;transform:skewX(15deg);z-index:10}
#score_board.rankup .rankup_area .rank_box.right{justify-content:flex-end;margin-left:auto;text-align:right;transform:skewX(-15deg)}
#score_board.rankup .rankup_area .rank_box.left .rank{padding-left:0.2em;padding-right:0.6em;border-right:0.2em solid #9b1b1b}
#score_board.rankup .rankup_area .rank_box.right .rank{padding-right:0.2em;padding-left:0.6em;border-left:0.2em solid #276493}
#score_board.rankup .rankup_area .rank_box.left .name{flex:1;text-align:right}
#score_board.rankup .rankup_area .rank_box.right .name{flex:1;text-align:left}
#score_board.rankup .rankup_area p{font-family:"TmonMonsori";font-size:2.4em;color:#fff;text-shadow: -2px -1px 0px rgba(0,0,0,0.5), -2px 0px 0px rgba(0,0,0,0.5), -2px 1px 0px rgba(0,0,0,0.5), -2px 2px 0px rgba(0,0,0,0.5), -1px -2px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), -1px 1px 0px rgba(0,0,0,0.5), -1px 2px 0px rgba(0,0,0,0.5), 0px -2px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5), 0px 2px 0px rgba(0,0,0,0.5), 1px -2px 0px rgba(0,0,0,0.5), 1px -1px 0px rgba(0,0,0,0.5), 1px 0px 0px rgba(0,0,0,0.5), 1px 2px 0px rgba(0,0,0,0.5), 2px -2px 0px rgba(0,0,0,0.5), 2px -1px 0px rgba(0,0,0,0.5), 2px 0px 0px rgba(0,0,0,0.5), 2px 1px 0px rgba(0,0,0,0.5)}
#score_board.rankup .rankup_area .point_box{position:absolute;left:50%;bottom:0;transform:translateX(-50%);padding:1em 0 0.5em;background:url("/resource/img/score/rankup/diff_mid.png") repeat-x;background-size:100% 100%}
#score_board.rankup .rankup_area .point_box::before{display:block;content:"";position:absolute;left:-2.8em;top:0;bottom:0;width:3em;background:url("/resource/img/score/rankup/diff_left.png") repeat-x;background-size:100% 100%}
#score_board.rankup .rankup_area .point_box::after{display:block;content:"";position:absolute;right:-2.8em;top:0;bottom:0;width:3em;background:url("/resource/img/score/rankup/diff_right.png") repeat-x;background-size:100% 100%}
#score_board.rankup .rankup_area .point_box .point{position:relative;z-index:2}
#score_board.rankup:not(.rankup_change) .rankup_area .rankup{display:none}
#score_board.rankup:not(.rankup_diff) .rankup_area .point_box{display:none}

#score_board.rankup .rankup_area .rank_box.change p,
#score_board.rankup .rankup_area .point.change{-webkit-animation:rankup_point_change 0.5s ease-in-out;animation:rankup_point_change 0.5s ease-in-out}
@keyframes rankup_point_change {
	0% { transform:scale(1); }
	20% { transform:scale(1.2); }
	40% { transform:scale(0.8); }
	60% { transform:scale(1.2); }
	80% { transform:scale(0.8); }
	100% { transform:scale(1); }
}



/* 로그인 */
#popup_login{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px;border:1px solid #e1e1e1;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.1);background:#fff;z-index:900}
#popup_login .login_content{position:relative;padding:10px 100px 0 10px}
#popup_login .input_box{position:relative;margin-bottom:10px;padding-left:70px;height:30px}
#popup_login .input_box .label{position:absolute;left:0;top:0;height:30px;line-height:30px;font-size:14px;color:#000;font-weight:700}
#popup_login .input_box:last-child{margin-bottom:0!important}
#popup_login .input_box .input_text{width:180px}
#popup_login .btn_login{position:absolute;right:10px;top:10px;width:80px;height:70px}
#popup_login .btn_box{padding-left:80px}
#popup_login .btn_box .nopayment,
body.nopayment #popup_login .btn_box .payment{display:none}
body.nopayment #popup_login .btn_box .nopayment{display:block}
#popup_login .btn_payment{margin-left:5px}
#popup_login .btn_kakaoqna{display:block;width:270px;height:52px;text-align:left;text-indent:-99999px;border-radius:10px;background:url("/resource/img/btn_kakaoqna.png") no-repeat}
#popup_login .btn_kakaobtn{display:inline-flex;align-items:center;justify-content:center;width:106px;height:30px;text-align:left;text-indent:-99999px;border:1px solid #381a18;border-radius:5px;background:url("/resource/img/btn_kakaobtn.png") no-repeat}
.btn_kakaoch{display:block;position:fixed;right:20px;bottom:50px;width:40px;height:40px;text-align:left;text-indent:-99999px;border-radius:50%;background:url("/resource/img/btn_kakaoch.png") no-repeat;z-index:100}
.btn_kakao_qna{display:inline-flex;align-items:center;justify-content:center;width:106px;height:30px;text-align:left;text-indent:-99999px;border:1px solid #381a18;border-radius:5px;background:url("/resource/img/btn_kakaobtn.png") no-repeat}


/* 회원관리 */
#popup_account .popup_area{width:585px}
#popup_account .account_title{margin-bottom:10px;font-size:16px;font-weight:700}
#popup_account .account_create{position:relative;margin-bottom:20px}
#popup_account .input_box{display:flex;margin-bottom:5px}
#popup_account .input_box .label{width:70px;height:30px;line-height:30px}
#popup_account .input_box .input_text{width:190px}
#popup_account .input_box .input_text + .label{margin-left:22px}
#popup_account .input_box .input_accound_memo{width:400px}
#popup_account .input_box .btn_account_create{margin-left:10px}
#popup_account .table_account{width:100%;table-layout:fixed;border:1px solid #ddd}
#popup_account .table_account th,
#popup_account .table_account td{padding:5px;vertical-align:top;line-height:24px;font-size:14px;color:#000;border-bottom:1px solid #eaeaea;background:#f0f0f0}
#popup_account .table_account th{text-align:center;font-weight:700;border-bottom:1px solid #ddd;background:#e5e5e5}
#popup_account .table_account tbody tr:nth-child(even) td{background:#f8f8f8}
#popup_account .table_account td.center{text-align:center}

/* 비밀번호 변경 */
#popup_user_setup .popup_area{width:400px}
#popup_user_setup .input_box{position:relative;padding-left:150px;margin-bottom:10px;min-height:30px}
#popup_user_setup .input_box .label{position:absolute;left:0;top:0;width:150px;height:30px;line-height:30px}
#popup_user_setup .name_box{position:relative;padding-right:100px;margin-bottom:20px}
#popup_user_setup .name_box .btn_change_nickname{position:absolute;right:0;top:0;width:90px}

/* 결제 팝업 */
body.payment #content{padding-top:120px}
body.payment #header .payment_top{display:block}
#header .payment_top{display:none;background:#496bcd;-webkit-animation:payment_bg 3s infinite linear;animation:payment_bg 3s infinite linear}
@-webkit-keyframes payment_bg {
	0% { background:#496bcd }
	50% { background:#7d96db }
	100% { background:#496bcd }
}
@keyframes payment_bg {
	0% { background:#496bcd }
	50% { background:#7d96db }
	100% { background:#496bcd }
}
#header .payment_wrap{position:relative;padding:8px 50px 8px 0}
#header .payment_wrap .btn_close{display:block;position:absolute;right:0;top:12px;width:30px;height:30px;font-size:20px;color:#fff;z-index:10}
#header .payment_wrap .warn{font-size:20px;color:#ff0000}
#header .payment_wrap p{line-height:20px;font-size:16px;color:#fff}
#header .payment_wrap p b{font-size:18px;font-weight:700}
#popup_payment{z-index:999}
#popup_payment .popup_area{width:420px}
#popup_payment .popup_content .payment .name{font-size:16px;font-weight:700;color:#496bcd}
#popup_payment .popup_content .warn{display:inline-block;margin-top:3px;padding:0 5px;line-height:22px;color:#fff;font-weight:700;border-radius:5px;background:#496bcd}
#popup_payment .popup_content .warn .icons{color:#ff0000}
#popup_payment .payment_info{padding:8px 13px;border:1px solid #eaeaea;border-radius:5px;background:#f0f0f0}
#popup_payment .payment_info li{position:relative;padding-left:80px;white-space:nowrap}
#popup_payment .payment_info .label{position:absolute;left:0;top:0;font-weight:700;line-height:26px}
#popup_payment .payment_info .value{line-height:26px}
#popup_payment .payment_info .value b{font-size:18px;font-weight:700}
#popup_payment .payment_info .value .old{margin-left:10px;color:#af0505;font-weight:700}
#popup_payment .payment_info .value .old .icons{margin:0 3px 0 0}
#popup_payment .btn_kakaoqna{display:inline-flex;align-items:center;justify-content:center;width:106px;height:30px;text-align:left;text-indent:-99999px;border:1px solid #381a18;border-radius:5px;background:url("/resource/img/btn_kakaobtn.png") no-repeat}
#popup_payment .payment_box{margin-bottom:10px}
#popup_payment .payment_box p{font-size:16px;line-height:24px}
#popup_payment .payment_box .price b{font-size:18px;font-weight:800}
#popup_payment .payment_input_box{position:relative;padding-right:75px;margin-top:5px;}
#popup_payment .payment_input_box .input_text{width:100%}
#popup_payment .payment_input_box .btn_payment_month{position:absolute;right:0;top:0}
#popup_payment .desc_box{margin-top:10px}
#popup_payment .desc_box .desc{margin:0 0 5px 0;font-size:12px;line-height:18px}
#popup_payment .desc_box .desc .icons{top:3px}
#popup_payment .payment_type{margin-bottom:20px;margin-top:10px}
#popup_payment .payment_type .btn_payment{display:block;position:relative;margin-bottom:10px;border-radius:5px;background:#496bcd}
#popup_payment .payment_type .btn_payment:hover{filter:brightness(1.2)}
#popup_payment .payment_type .btn_payment .text_box{display:block;padding:5px 10px}
#popup_payment .payment_type .btn_payment .text_box .sale{display:flex;align-items:center;margin-top:5px}
#popup_payment .payment_type .btn_payment .text_box .old{display:block;font-size:14px;color:#aaa;text-decoration:line-through}
#popup_payment .payment_type .btn_payment .text_box .new{display:block;font-size:18px;color:#fff;font-weight:700}
#popup_payment .payment_type .btn_payment .text_box .arrow{display:block;margin:0 10px;font-size:16px;color:red;font-weight:700}
#popup_payment .payment_type .btn_payment .text_box .discount{display:block;margin:4px 0 0 5px;font-size:12px;color:#ccc}
#popup_payment .payment_type .btn_payment .text_box .text{display:block;font-size:20px;color:#fff;font-weight:700}
#popup_payment .payment_type .btn_payment .text_box .des{margin-left:5px;font-size:16px;color:#ccc;font-weight:400}
#popup_payment .payment_type .btn_payment .arrow_right{display:block;position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:24px;color:#fff;font-weight:700}
#popup_payment .payment_memo{margin-bottom:10px;padding:8px 13px;border:1px solid #eaeaea;border-radius:5px;background:#f0f0f0}
#popup_payment .payment_memo p{position:relative;padding-left:20px;color:#d52c2c;font-weight:700}
#popup_payment .payment_memo p .icons{position:absolute;left:0;top:3px}

/* 도움말 */
body.help #content{padding-top:20px}
body.help .contains{min-width:0}
body.help .desc{font-weight:700}
body.help .desc .icons{top:4px}
.content_help .group_box{padding:5px 0 0 100px;margin-top:10px}
.content_help .help_list .desc:first-child{margin-top:0}
.content_help .help_list .help_box{position:relative;padding-left:130px;margin-top:5px;min-height:30px}
.content_help .help_list .help_box dt{position:absolute;left:0;top:0}
.content_help .help_list .help_box dd{padding:5px 0}
.content_help .help_list p{font-size:14px;line-height:20px}
.content_help .help_list .label{font-size:14px;font-weight:700;white-space:nowrap}
.content_help .btn_list_auto,
.content_help .btn_list_manual{padding-left:10px;border-left:4px solid #05af48;height:30px;line-height:30px;font-size:14px}
.content_help .btn_list_manual{border-color:#496bcd}
.content_help .img{display:block;max-width:100%;border:2px solid #000;border-radius:5px}
.content_help .img_box.type2{white-space:nowrap}
.content_help .img_box.type2 .img{display:inline-block}
.content_help .img_box.type2 .img:first-child{margin-right:2%}
#content:not(.simple) .content_help .img_box:not(.simple),
#content.simple .content_help .simple{display:none!important}


/* 시그니처 */
/* #popup_sign_setup .popup_area .popup_content{width:500px} */
#popup_sign_setup .content_area{display:flex;gap:0 10px}
#popup_sign_setup .content_area .content_group{margin:0;width:240px}
#popup_sign_setup .content_title{font-size:16px;color:#000;font-weight:700}
#popup_sign_setup .content_desc{font-size:14px;color:#666}
#popup_sign_setup .empty{font-size:14px;color:#666}
#popup_sign_setup .account_list,
#popup_sign_setup .preset_list{margin-top:10px;max-height:300px}
#popup_sign_setup .account_list .btn_account,
#popup_sign_setup .preset_list .btn_preset{margin-bottom:6px}
#popup_sign_setup .account_list .btn_account:last-child,
#popup_sign_setup .preset_list .btn_preset:last-child{margin-bottom:0}
#popup_sign_setup .account_list .btn_account{display:block;position:relative;padding:0 10px 0 40px;height:34px;line-height:34px;font-size:14px;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;opacity:0.6}
/* #popup_sign_setup .account_list .btn_account.youtube{line-height:28px;color:#000;border:1px solid #000;background:#fff} */
#popup_sign_setup .account_list .btn_account.youtube{color:#000}
#popup_sign_setup .account_list .btn_account.youtube::before{display:block;content:"";position:absolute;left:10px;top:0;width:20px;height:100%;background:url("/resource/img/icon/login_youtube.png") no-repeat center center;background-size:contain}
#popup_sign_setup .account_list .btn_account.youtube::after{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;border:1px solid #000}
#popup_sign_setup .account_list .btn_account.twitch{background:#9147ff}
#popup_sign_setup .account_list .btn_account.twitch::before{display:block;content:"";position:absolute;left:10px;top:0;width:20px;height:100%;background:url("/resource/img/icon/login_twitch.png") no-repeat center center;background-size:contain}
#popup_sign_setup .account_list .btn_account.naver{background:#23b909}
#popup_sign_setup .account_list .btn_account.naver::before{display:block;content:"";position:absolute;left:10px;top:0;width:20px;height:100%;background:url("/resource/img/icon/login_naver.png") no-repeat center center;background-size:contain}
#popup_sign_setup .account_list .btn_account.kakao{color:#222;background:#f8df00}
#popup_sign_setup .account_list .btn_account.kakao::before{display:block;content:"";position:absolute;left:10px;top:0;width:20px;height:100%;background:url("/resource/img/icon/login_kakao.png") no-repeat center center;background-size:contain}
#popup_sign_setup .account_list .btn_account.facebook{background:#315399}
#popup_sign_setup .account_list .btn_account.facebook::before{display:block;content:"";position:absolute;left:10px;top:0;width:20px;height:100%;background:url("/resource/img/icon/login_facebook.png") no-repeat center center;background-size:contain}
#popup_sign_setup .account_list .btn_account.email{background:#454545}
#popup_sign_setup .account_list .btn_account.email::before{display:block;content:"";position:absolute;left:10px;top:0;width:20px;height:100%;background:url("/resource/img/icon/login_email.png") no-repeat center center;background-size:contain}
#popup_sign_setup .account_list .btn_account.active{font-weight:700;opacity:1}
#popup_sign_setup .account_list .btn_account.active::after{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;border:4px solid #496bcd}
#popup_sign_setup .account_list .btn_account:hover{opacity:1}
#popup_sign_setup .preset_list .btn_preset{display:block;position:relative;padding:0 10px;height:34px;line-height:34px;font-size:14px;color:#000;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;opacity:0.6}
#popup_sign_setup .preset_list .btn_preset::before{display:block;content:"";position:absolute;left:0;top:0;right:0;bottom:0;border:2px solid #000}
#popup_sign_setup .preset_list .btn_preset.active{color:#fff;font-weight:700;background:#496bcd;opacity:1}
#popup_sign_setup .preset_list .btn_preset.active::before{border:4px solid #496bcd}

/* 시그니처 결제 */
#popup_sign_payment .popup_area{width:420px}
#popup_sign_payment .payment_info{padding:8px 13px;margin-bottom:20px;border:1px solid #eaeaea;border-radius:5px;background:#f0f0f0}
#popup_sign_payment .payment_info .desc{margin:0}
#popup_sign_payment .popup_content .price b{font-size:16px;font-weight:700}
#popup_sign_payment .desc_box{margin-top:10px}
#popup_sign_payment .desc_box .desc{margin:0;font-size:12px}
#popup_sign_payment .desc_box .desc .icons{top:4px}
#popup_sign_payment .btn_kakaoqna{display:inline-flex;align-items:center;justify-content:center;width:106px;height:30px;text-align:left;text-indent:-99999px;border:1px solid #381a18;border-radius:5px;background:url("/resource/img/btn_kakaobtn.png") no-repeat}
#popup_sign_payment .input_box{position:relative;padding-right:95px;width:85%}
#popup_sign_payment .input_box .btn_confirm{position:absolute;right:0;top:0;width:90px}
#popup_sign_payment .input_box .btn_confirm .icons{margin-right:0;margin-left:5px}
#popup_sign_payment .payment_info{padding:8px 13px;border:1px solid #eaeaea;border-radius:5px;background:#f0f0f0}
#popup_sign_payment .payment_info li{position:relative;padding-left:80px;white-space:nowrap}
#popup_sign_payment .payment_info .label{position:absolute;left:0;top:0;font-weight:700;line-height:26px}
#popup_sign_payment .payment_info .value{line-height:26px}
#popup_sign_payment .payment_info .value b{font-size:18px;font-weight:700}
#popup_sign_payment .payment_info .value .old{margin-left:10px;color:#af0505;font-weight:700}
#popup_sign_payment .payment_info .value .old .icons{margin:0 3px 0 0}

#content.content_sign{padding-top:70px;padding-bottom:40px}
.content_sign .sign_wrap{display:none}
.content_sign .sign_wrap.active{display:block}
.content_sign .sign_list{display:flex;flex-wrap:wrap;border-left:1px solid #000;border-top:1px solid #000}
.content_sign .sign_list .sign_box{position:relative;padding-top:6.5%;flex:0 0 calc(14.28%);border-right:1px solid #000;border-bottom:1px solid #000;background:#fff}
.content_sign .sign_list .sign_box .sign{position:absolute;left:0;top:0;right:0;bottom:25px;background-size:contain!important;background-repeat:no-repeat!important;background-position:center center!important}
.content_sign .sign_list .sign_box .number{display:none;position:absolute;left:0;bottom:30px;right:0;font-size:3vw;color:#f00;font-weight:900;-webkit-text-stroke: 2px #fff;text-align:center}
.content_sign .sign_list .sign_box.donation .number{display:block}
.content_sign .sign_list .sign_box .no{display:flex;align-items:center;justify-content:center;margin-top:25px;height:25px;font-size:20px;font-weight:800;color:#000;border-top:1px solid #000}
.content_sign .sign_list .empty_box{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}
.content_sign .sign_list .empty_box p{line-height:24px;font-size:14px;color:#000}
.content_sign .sign_wrap.stats{padding:20px}
.content_sign .sign_calendar .input_box{position:relative;width:240px}
.content_sign .sign_calendar .input_box .btn_calendar{display:block;position:absolute;right:0;top:0;padding:5px 0 0 6px;width:30px;height:30px;font-size:16px;color:#000;pointer-events:none}
@media screen and (max-width:1600px) {
	.content_sign .sign_list .sign_box{padding-top:7.5%;flex:0 0 calc(16.66%)}
}
@media screen and (max-width:1280px) {
	.content_sign .sign_list .sign_box{padding-top:9%;flex:0 0 calc(20%)}
}
@media screen and (max-width:1100px) {
	#header .update_time{display:none}
}
.content_sign .table_stats_sign{width:300px}
.content_sign .table_stats_sign td{vertical-align:middle}
.content_sign .table_stats_sign .sign_box{position:relative;padding:0}
.content_sign .table_stats_sign .sign{width:140px;height:78px;background-color:#fff!important;background-size:cover!important;background-repeat:no-repeat!important;background-position:center center!important}
.content_sign .table_stats_sign .sign_box .number{display:none;position:absolute;left:0;bottom:3%;right:0;font-size:1.8vw;color:#f00;font-weight:900;-webkit-text-stroke: 1px #fff;text-align:center}
.content_sign .table_stats_sign .sign_box.donation .number{display:block}
.content_sign .table_stats_sign .sign_box.donation .sign{background-size:contain!important}
.content_sign .join_box{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}
.content_sign .join_box p:not(.desc){line-height:24px;font-size:14px;color:#000}
.content_sign .join_box .link{color:#496bcd}

.content_sign .url_wrap{padding:20px}
.content_sign .url_wrap .desc .icons{top:50%;transform:translateY(-50%)}

#header.header_sign .header_wrap{padding-top:5px;text-align:center}
#header.header_sign .btn_join,
#header.header_sign .btn_link{height:38px;font-size:18px}
#header.header_sign .btn_join b,
#header.header_sign .btn_link b{margin:0 4px 0 6px;font-size:24px;font-weight:700}
.content_sign.sign_landing{padding:80px 40px 40px 40px!important;text-align:center}
.content_sign .content_group.landing_box{display:inline-block;margin:0 auto}
.content_sign .content_group.landing_box .img{display:block;max-width:100%}
.content_sign .content_footer{padding-top:20px}
.content_sign .content_footer .btn_join,
.content_sign .content_footer .btn_link{height:38px;font-size:18px}
.content_sign .content_group.desc_box{margin:0 auto;max-width:1022px}
.content_sign .content_group.desc_box .desc{display:inline-block;font-size:16px;font-weight:700;color:#496bcd}


#popup_sign_login .popup_area{padding:20px}
#popup_sign_login .login_content{position:relative}
#popup_sign_login .input_box{position:relative;margin-bottom:10px;padding-left:70px;height:30px}
#popup_sign_login .input_box .label{position:absolute;left:0;top:0;height:30px;line-height:30px;font-size:14px;color:#000;font-weight:700}
#popup_sign_login .input_box:last-child{margin-bottom:0!important}
#popup_sign_login .input_box .input_text{width:180px}
#popup_sign_login .login_title{padding:10px 0 20px 0;text-align:center;font-size:20px;color:#000;font-weight:900}
#popup_sign_login .btn_login{position:absolute;right:10px;top:10px;width:80px;height:70px}
#popup_sign_login .btn_register{margin-bottom:5px;width:270px;height:40px;font-size:18px}
#popup_sign_login .btn_aflogin{padding-right:20px;width:270px;height:40px;font-size:16px;white-space:nowrap}
#popup_sign_login .btn_aflogin .aftv{display:block;width:30px;height:30px;background:url("/resource/img/icon/soop.png") no-repeat center center}
#popup_sign_login .btn_box{margin-top:10px}
#popup_sign_login .btn_payment{margin-left:5px}
#popup_sign_login .btn_kakaoqna{display:block;width:270px;height:52px;text-align:left;text-indent:-99999px;border-radius:10px;background:url("/resource/img/btn_kakaoqna.png") no-repeat}
#popup_sign_login .btn_kakaobtn{display:inline-flex;align-items:center;justify-content:center;width:106px;height:30px;text-align:left;text-indent:-99999px;border:1px solid #381a18;border-radius:5px;background:url("/resource/img/btn_kakaobtn.png") no-repeat}
#popup_sign_login .desc{margin:0}
#popup_sign_login .text_box p{line-height:24px;font-size:14px;color:#000}
#popup_sign_login .btn_setup{margin-top:10px;width:270px;height:40px;font-size:16px}

/* 후원 순서 */
body.orderlist{overflow:visible}
#score_orderlist{padding:0 0 30px 0;border-radius:0;border:0}
#table_order_list{border:0}
#table_order_list thead th{position:sticky;top:0;z-index:10}
#table_order_list th,
#table_order_list td{font-size:20px}
#table_order_list td{padding-top:10px;padding-bottom:10px;vertical-align:middle}
#table_order_list .btns{font-size:20px}
#table_order_list .input_box{pointer-events:none}
#table_order_list .input_box .btns{border-radius:5px}
#table_order_list .input_box .number{padding-left:5px}
#table_order_list .img_box .img{display:block;margin-bottom:5px;width:130px}
#table_order_list .bj,
#table_order_list .user,
#table_order_list .chat{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
#table_order_list .btn_order::before{display:inline;content:"준비"}
#table_order_list tbody tr td{font-weight:700}
#table_order_list tbody tr.ready .btn_order{background:#496bcd}
#table_order_list tbody tr.ready .btn_order::before{content:"현재"}
/* #table_order_list tbody tr.ready td{background:#d3dcf5} */
#table_order_list tbody tr.ready td.chat{font-size:20px}
#table_order_list tbody tr:has(+ .ready) td{font-size:26px;background:#d3dcf5}
#table_order_list tbody tr:has(+ .ready) .btn_order{content:"다음";background:#05af48}
#table_order_list tbody tr:has(+ .ready) .btn_order::before{content:"다음"}
#table_order_list tbody tr.ready ~ tr{opacity:0.3}
#table_order_list tbody tr.ready ~ tr .btn_order::before{content:"완료"}
#table_order_list tbody tr.cancel{opacity:0.5}
#table_order_list tbody tr.cancel td{font-weight:400;color:#666;background:#ffbaba}
body.orderlist #footer .btn_box{display:flex;gap:0 5px;position:absolute;left:5px;bottom:5px}
body.orderlist #footer .btn_box .icons{font-size:18px}

/* 팀그룹 디자인 */
#score_board .table_score.merge th.alias,
#score_board .table_score.merge td.alias,
#score_board .table_score.merge th.add_total,
#score_board .table_score.merge td.add_total,
#score_board .table_score.merge th.add_sum,
#score_board .table_score.merge td.add_sum{display:table-cell}
#score_board.theme_normal .table_score.merge td{border-left:2px solid #201f1f}
#score_board .theme_normal.table_score.merge td.border_left{border-right:0}
#score_board .table_score.merge td.add_total,
#score_board .table_score.merge td.add_sum{font-size:2.2em}
#score_board.theme_normal .table_score.merge tr.team_top:not(:first-child) td{border-top:4px solid #201f1f}
/* #score_board .table_score.merge th.alias,
#score_board .table_score.merge td.alias{display:none!important} */

/* ck */
#score_board .table_score.ck .name{padding-left:0.3em;text-align:left}
#score_board .table_score.ck .name .profile{display:inline-block;margin:-0.1em 0.2em 0 0;width:1.2em;height:1.2em;vertical-align:middle;border-radius:50%;background-position:center center;background-repeat:no-repeat;background-size:cover}
#score_board .table_score.ck.team tr:not(.team) .name{padding-left:1em}

/* 도우미 안내 */
#popup_weflab_open .img{
	display:block;width:100%;
}
#popup_weflab_open .popup_area{width:700px}
#popup_weflab_open .text_box{
	padding:20px;
}
#popup_weflab_open .text_box p{font-size:14px;line-height:1.6}
#popup_weflab_open .text_box b{font-weight:700;color:#496bcd}
#popup_weflab_open .btn_box{margin-top:20px;text-align:center}
#popup_weflab_open .btn_box .btns{
	padding:10px 20px;font-size:20px;height:50px;line-height:50px;
}
#popup_weflab_open .btn_box .btns .fa{margin-right:10px}

/* 시그니처 빙고판 */
#popup_signbingo_help .text_top .img{
	display:block;width:100%;
}

#popup_signbingo_help .img_box{text-align:center}
#popup_signbingo_help .img_box .img{
	width:500px;border:2px solid #496bcd;border-radius:6px;
}

#popup_signbingo_help .btn_box{
	margin:20px 0 40px 0;
}
#popup_signbingo_help .text_title{
	margin-bottom:10px;font-size:16px;color:#496bcd;font-weight:700;
}

/* 시그니처 순서보기 */
.popup_window_update .popup_area,
#popup_signlist_help .popup_area{
	height:700px;
}
@media screen and (max-height:720px) {
	.popup_window_update .popup_area,
	#popup_signlist_help .popup_area{
		top:10px;bottom:10px;transform:translateX(-50%);height:auto;
	}
}

.popup_window_update .popup_header,
#popup_signlist_help .popup_header{
	position:absolute;left:0;top:0;right:0;
}
.popup_window_update .popup_content,
#popup_signlist_help .popup_content{
	position:absolute;left:0;top:40px;bottom:50px;right:0;padding:20px;
}
.popup_window_update .popup_footer,
#popup_signlist_help .popup_footer{
	position:absolute;left:0;bottom:0;right:0;
}

.popup_window_update .img_box,
#popup_signlist_help .img_box{
	margin:10px 0;text-align:center;
}
#popup_signlist_help .img_box .img{
	height:340px;border:2px solid #496bcd;border-radius:6px;
}
.popup_window_update .popup_area,
#popup_signlist_help .popup_area{width:720px}
.popup_window_update .text_box p,
#popup_signlist_help .text_box p{font-size:14px;line-height:1.8}
.popup_window_update .text_box b,
#popup_signlist_help .text_box b{font-weight:700;color:#496bcd}
.popup_window_update .text_box .title,
#popup_signlist_help .text_box .title{margin-bottom:5px;text-align:center;font-size:16px;font-weight:700}
.popup_window_update .btn_box,
#popup_signlist_help .btn_box{margin-top:20px;text-align:center}
.popup_window_update .btn_box .btns,
#popup_signlist_help .btn_box .btns{
	padding:10px 20px;font-size:20px;height:50px;line-height:50px;
}
.popup_window_update .btn_box .btns .fa,
#popup_signlist_help .btn_box .btns .fa{margin-right:10px}
#popup_signlist_help .text_top{
	position:relative;padding-left:190px;
}
.popup_window_update .text_top p,
#popup_signlist_help .text_top p{
	font-size:15px;font-weight:700;
}
#popup_signlist_help .text_top .img{
	display:block;position:absolute;left:40px;top:0;width:140px;border:1px solid #496bcd;border-radius:4px;
}

.snow_effect_box{display:none;position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:100}
.snow_effect{position:absolute;top:-10%;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running;z-index:105}
.snow_effect:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}
.snow_effect:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}
.snow_effect:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}
.snow_effect:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}
.snow_effect:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}
.snow_effect:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}
.snow_effect:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}
.snow_effect:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}
.snow_effect:nth-of-type(8){left:80%;-webkit-animation-delay:4s,0s;animation-delay:4s,0s}
.snow_effect:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
.snow_effect:nth-of-type(10){left:5%;-webkit-animation-delay:1.5s,0.5s;animation-delay:1.5s,0.5s}
.snow_effect:nth-of-type(11){left:15%;-webkit-animation-delay:2.5s,0.7s;animation-delay:2.5s,0.7s}
.snow_effect:nth-of-type(12){left:25%;-webkit-animation-delay:3.5s,1.2s;animation-delay:3.5s,1.2s}
.snow_effect:nth-of-type(13){left:35%;-webkit-animation-delay:4.5s,1.5s;animation-delay:4.5s,1.5s}
.snow_effect:nth-of-type(14){left:45%;-webkit-animation-delay:5.5s,0s;animation-delay:5.5s,0s}
.snow_effect:nth-of-type(15){left:55%;-webkit-animation-delay:6.5s,1.5s;animation-delay:6.5s,1.5s}
.snow_effect:nth-of-type(16){left:65%;-webkit-animation-delay:1.5s,1.7s;animation-delay:1.5s,1.7s}
.snow_effect:nth-of-type(17){left:75%;-webkit-animation-delay:3.5s,2s;animation-delay:3.5s,2s}
.snow_effect:nth-of-type(18){left:85%;-webkit-animation-delay:1.5s,2.2s;animation-delay:1.5s,2.2s}
.snow_effect:nth-of-type(19){left:95%;-webkit-animation-delay:4.5s,2.5s;animation-delay:4.5s,2.5s}
.snow_effect:nth-of-type(20){left:70%;-webkit-animation-delay:6s,3.5s;animation-delay:6s,3.5s}
.snow_effect:nth-of-type(21){left:80%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}

@-webkit-keyframes snowflakes-fall{0%{top:-10%;opacity:0.8}10%{top:0;opacity:0.7} 100%{top:100%;opacity:0.4}}
@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(20px);transform:translateX(20px)}}
@keyframes snowflakes-fall{0%{top:-10%;opacity:0.8}10%{top:0;opacity:0.7} 100%{top:100%;opacity:0.4}}
@keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(20px);transform:translateX(20px)}}
