

@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css");

* {
    font-family: 'Noto Sans CJK KR', 'Noto Sans CJK TC', 'Noto Sans KR', 'Noto Sans TC', 'New Gulim', 'NanumBarunGothic', sans-serif;
}

.old-font {
    font-family: 'New Gulim'!important;
    font-weight: 600 !important;
}

/* webfont */
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'),
    local('RobotoBlack');
    src: url('/fonts/roboto-black.woff') format('woff'),
    url('/fonts/roboto-black.woff2') format('woff2');
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'),
    local('RobotoBlack');
    src: url('/fonts/roboto-bold.woff') format('woff'),
    url('/fonts/roboto-bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'),
    local('RobotoMedium');
    src: url('/fonts/roboto-medium.woff') format('woff'),
    url('/fonts/roboto-medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Regular'),
    local('RobotoRegular');
    src: url('/fonts/roboto-regular.woff') format('woff'),
    url('/fonts/roboto-regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'),
    local('RobotoLight');
    src: url('/fonts/roboto-light.woff') format('woff'),
    url('/fonts/roboto-light.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'),
    local('RobotoThin');
    src: url('/fonts/roboto-thin.woff') format('woff'),
    url('/fonts/roboto-thin.woff2') format('woff2');
    font-style: normal;
    font-weight: 100;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:"Noto Sans KR", 'Roboto', sans-serif;background:#f3f3f3;height:100%;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"Noto Sans KR", 'Roboto', sans-serif;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {display:block}

ul{margin:0;padding:0;list-style:none}
li,dt,dd,ol{margin:0;padding:0}
ol{list-style-position:inside}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:"Noto Sans KR", 'Roboto', sans-serif;font-size:1em}
button,input[type="submit"] {cursor:pointer}
textarea, select {font-family:"Noto Sans KR", 'Roboto', sans-serif;;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label { margin-bottom: 0; }

#page{display:table;position: relative;clear: both;margin:30px auto; text-align:center; color:#777;}
#page span {display:table-cell;vertical-align:middle;}
#page a {position: relative; display:inline-block; float:left; width:35px; height:35px; margin:0; padding:0; color:#333; line-height: 35px; border-radius:18px;}
#page a.on {background:#00bcd4; color:#fff; font-weight:bold; border-color:#00bcd4;}
#page a.first {background:url(/img/comm/navi.jpg) no-repeat 2px -2px; }
#page a.prev {background:url(/img/comm/navi.jpg) no-repeat -33px -2px;}
#page a.next {background:url(/img/comm/navi.jpg) no-repeat -273px -2px;}
#page a.last {background:url(/img/comm/navi.jpg) no-repeat -308px -2px;}

#page1{display:table;position: relative;clear: both;margin:30px auto; text-align:center; color:#777;}
#page1 span {display:table-cell;vertical-align:middle;}
#page1 a {position: relative; display:inline-block; float:left; width:35px; height:35px; margin:0; padding:0; color:#333; line-height: 35px; border-radius:18px;}
#page1 a.on {background:#00bcd4; color:#fff; font-weight:bold; border-color:#00bcd4;}
#page1 a.first {background:url(/img/comm/navi.jpg) no-repeat 2px -2px; }
#page1 a.prev {background:url(/img/comm/navi.jpg) no-repeat -33px -2px;}
#page1 a.next {background:url(/img/comm/navi.jpg) no-repeat -273px -2px;}
#page1 a.last {background:url(/img/comm/navi.jpg) no-repeat -308px -2px;}

.pageNav {display:table;position: relative;clear: both;margin:30px auto; text-align:center; color:#777;}
.pageNav span {display:table-cell;vertical-align:middle;}
.pageNav a {position: relative; display:inline-block; float:left; width:35px; height:35px; margin:0; padding:0; color:#333; line-height: 35px; border-radius:18px;}
.pageNav a.on {background:#00bcd4; color:#fff; font-weight:bold; border-color:#00bcd4;}
.pageNav a.first {background:url(/img/comm/navi.jpg) no-repeat 2px -2px; }
.pageNav a.prev {background:url(/img/comm/navi.jpg) no-repeat -33px -2px;}
.pageNav a.next {background:url(/img/comm/navi.jpg) no-repeat -273px -2px;}
.pageNav a.last {background:url(/img/comm/navi.jpg) no-repeat -308px -2px;}

.hometeam { font-weight: 700; color: #ca7777; }
.awayteam { font-weight: 700; color: #7777ca; }
.locflag { width:24px; border:1px solid #ccc; margin-right: 5px; }

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1090;
    width: 100%;
    height: 50px;
    background: rgb(9,9,9);
    display: flex;
}

.topbar .top_title {
    width: 220px;
    height: 100%;
    background: #02c5dd;
    display: inline-block;
}

.topbar .top_logo {
    background:#02355d;
    height:100%;
    float:left;
    width:220px;
    padding:15px 0 15px 50px;
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.topbar .top_noti {
    display: inline-block;
    width: calc(100% - 220px);
    font-size: 12px;
}

@media (max-width: 768px) {
    .topbar {
        display:none;
    }
}

#btn_gnb{
    background:url(/img/menu-cl.png?v=100) 50% 50% no-repeat #4c7da9;
    width:50px;
    height:50px;
    border:0;
    position:absolute;
    top:0;
    left:0;
    text-indent:-999px;
    overflow:hidden;
    cursor: pointer;
}
#btn_gnb.btn_gnb_open{
    background:url(/img/menu-op.png?v=100) 50% 50% no-repeat #24507c;
}

#alarm{
    display:inline-block;
    font-size:14px;
    color:#ddd;
    padding:14px 10px;
    height: 50px;
    line-height: 22px;
}
#alarm ul:after{display:block;visibility:hidden;clear:both;content:""}
#alarm li{float:left;position:relative;margin:0 10px}
#alarm li a{color:#02c5dd;}


/* Modify Common Control */
select { padding: 4px;	 }
input[type=checkbox] { transform: scale(1.5); margin:0 4px; }
input[type=radio] { transform: scale(1.5); margin:0 4px; }


h1{font-size: 24px;font-weight: bold;margin:10px 0}
h2{font-size: 18px;font-weight: bold;margin:10px 0}

#wrapper {min-height:480px}
/* 레이아웃 */
#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_top{position:fixed;top:0;left:0;width:100%;min-width:1600px;height:50px;background:#202024;z-index:1000}
#hd_top:after{display:block;visibility:hidden;clear:both;content:""}
#logo{background:#02c5dd;height:100%;float:left;width:220px;padding:15px 0 15px 50px;text-align:center}

#tnb{display:inline-block;float:right;padding:10px}
#tnb ul:after{display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left;position:relative;margin-left:3px}
#tnb a{color:#fff;;padding:0 10px;display:block;line-height:30px;}
#tnb .tnb_service{border-radius:3px;background:#00aadd;color:#fff;padding:0 10px;text-align:left;height:30px;line-height:30px;}
#tnb .tnb_service:hover{background:#02c5dd}
#tnb  button{width:100px;;border:0;border-radius:3px;background:#00aadd;color:#fff;padding:0 30px 0 10px;text-align:left;height:30px;position:relative;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#tnb  button span{display:block;text-indent:-999px;overflow:hidden;width:30px;border-radius:3px;height:30px;position:absolute;top:0;right:0;background:url(/img/op_btn.png) 50% 50% no-repeat #02c5dd}
#tnb  button:hover {background:#02c5dd}
#tnb .tnb_mb_area{display:none;background:#00aadd;width:100px;position:absolute;padding:5px;margin-top:1px;}
#tnb .tnb_mb_area a{padding:0}
#tnb .tnb_mb_area li{float:none;}
#tnb .tnb_community{background:url(/img/home_icon.png) no-repeat 50% 50%;width:30px;height:30px;overflow:hidden;text-indent:-999px;border-radius:5px}
#tnb .tnb_community:hover{background-color:#00aadd}
#tnb .tnb_shop{background:url(/img/shop_icon.png) no-repeat 50% 50%;width:30px;height:30px;overflow:hidden;text-indent:-999px;border-radius:5px}
#tnb .tnb_shop:hover{background-color:#2b3d9f}

/*gnb*/
#gnb{position:fixed;top:0;left:0;max-width:220px;height:100%;padding-top:50px;z-index:999}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 사이드메뉴 */
#gnb .side_menu{position:relative;height:100%;background:#263d4f;width:220px;box-shadow: 0 10px 20px rgba(0,0,0,0.5), 0 10px 10px rgba(0,0,0,0.23);}

/*중간*/
#container{padding:0 0 0 220px;margin-top:100px;
    height:100%;
    min-width:1200px;
    min-height:950px;
    background: #d2d2d2;
    background: -webkit-linear-gradient(to right, #d2d2d2 220px, #d2d2d2 6%, #fff 94%);
    background: -moz-linear-gradient(to right, #d2d2d2 220px, #d2d2d2 6%, #fff 94%);
    background: -o-linear-gradient(to right, #d2d2d2 220px, #d2d2d2 6%, #fff 94%);
    background: linear-gradient(to right, #d2d2d2 220px, #d2d2d2 6%, #fff 94%);
}
#container.container-small{padding-left:20px}
#container_wr{padding:25px;min-height:500px}
#container_title{position:fixed;top:50px;left:0;width:100%;line-height:50px;font-size:1.5em;padding:0 20px;padding-left:240px;border-bottom:1px solid #ddd;background:#fff;z-index:99}
#container.container-small #container_title{padding-left:70px}
.container_wr{padding:20px}

#container_nomenu{padding:0;height:100%;background:#fff;min-width:1000px;}
#container_nomenu_title{width:100%;line-height:50px;font-size:1.5em;text-align:center;border-bottom:1px solid #ddd;background:#ebebeb;z-index:99}
.container_nomenu_close {float:right;margin:10px 20px;}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#to_content a {z-index:100000;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
#to_content a:focus, #to_content a:active {width:100%;height:70px;background:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.1em}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha img {border:1px solid #ddd;border-right:0}
#captcha_mp3 img {border:1px solid #ddd;border-left:0;background:#494949}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 공통박스 */
.compare_wrap {margin:0 0 10px;zoom:1}
.compare_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.compare_wrap section {margin: 0 0 10px;}
.compare_wrap h3 {margin:10px 0 ;text-align:center;text-align:left}
.compare_wrap .tbl_frm {margin:0}
.compare_wrap .frm_input {background:#fff}
.compare_wrap .btn_confirm {padding:10px 0 0;}
.compare_left {float:left;width:49%}
.compare_right {float:right;width:49%}

/* 버튼 */
.btn_confirm {margin:0 0 20px}
.btn_fixed_top{position:fixed;top:10px;right:25px;z-index:100}

.btn_confirm01 {}
.btn_confirm01 button {padding:0 15px;height:30px;border:0;background:#9eacc6;color:#fff}
.btn_confirm01 a {display:inline-block;padding:0 15px;height:30px;background: #9eacc6;color: #fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
.btn_confirm01 a:focus {background:#555}

.btn_confirm02 {clear:both;margin-top:10px;text-align:center}
.btn_confirm02 button {padding:0 15px;height:30px;border:0;background:#617d46;color:#fff}
.btn_confirm02 a {display:inline-block;padding:0 15px;height:30px;background:#617d46;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle}
.btn_confirm02 a:focus {background:#555}

.btn_submit{background:#ff3547;color:#fff}
a.btn_submit{background:#ff3547;color:#fff}

.btn_confirm .btn_submit {padding:0 15px;border:0;height:30px;color:#fff}
.btn_frmline {display:inline-block;padding:0 7px;height:24px;border:0;background:#444;color:#fff !important;letter-spacing:-0.1em;text-decoration:none;vertical-align:middle;line-height:2em} /* 우편번호검색버튼 등 */
.btn_frmline:focus, .btn_frmline:hover, .btn_frmline:active {text-decoration:none}

.btn_win {margin:0 20px 10px} /* 새창용 */

.btn_win01 {clear:both;text-align:center}
.btn_win01 a, .btn_win01 button {padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa}
.btn_win01 a {display:inline-block;line-height:2em;cursor:pointer}
.btn_win01 a:focus, .btn_win01 a:hover {text-decoration:none}

.btn_win02 {clear:both;text-align:center}
.btn_win02 a {display:inline-block;vertical-align:middle;cursor:pointer}
.btn_win02 a:focus, .btn_win02 a:hover {text-decoration:none}
.btn_win02 button.btn_submit {background:#ff3061;color:#fff}

.btn_list {margin:10px 0} /* 목록용 */
.btn_list .btn_02{height:28px;padding:0 5px;border:0;}

.btn_list01 {}
.btn_list01 a:focus {background:#555}

.btn_list02 {}
.btn_list02 a:focus {background:#555}

.btn_list03 {text-align:right}
.btn_list03 a {display:inline-block;padding:0 15px;height:28px;background:#617d46;color:#fff;text-decoration:none;line-height:2.4em;vertical-align:middle}
.btn_list03 a:focus {background:#555}

.btn_add {margin:10px 0 } /* 목록용 추가 */

.btn_add01 {text-align:right}
.btn_add01 a, .btn_add01 button {padding:10px;border:1px solid #ccc;background:#f0f0f0;text-decoration:none;cursor:pointer}
.btn_add01 a {display:inline-block;vertical-align:middle}
.btn_confirm .btn_add01 button {margin:0}


.td_mng a.btn,.td_mng a{display:inline-block;height:26px;line-height:26px;border:0;;border-radius:3px;padding:0 8px;margin:1px;font-weight:normal}
.td_mng button,.td_mng button.btn{height:26px;border:0;border-radius:3px;padding:0 8px;margin:1px;border:0;;font-weight:normal}
a.btn{display:inline-block;height:30px;line-height:30px;border:0;;border-radius:5px;padding:0 10px;font-weight:bold;font-size:14px;;vertical-align:middle}
.btn_submit{background:#ff3547;color:#fff}
a.btn_submit{background:#ff3547;color:#fff}
.btn_submit:hover{background:#da081a}
.btn_01,a.btn_01{background:#ff3547;color:#fff;}
.btn_01:hover,a.btn_01:hover{background:#da081a}

.btn_02,a.btn_02{background:#8e959d;color:#fff;}
.btn_03,a.btn_03{background:#32a9bd;color:#fff;}

.btn_frmline{display:inline-block;background:#9eacc6;color:#fff;height:35px;border:0;border-radius:5px;padding:0 10px}
a.btn_frmline{display:inline-block;background:#9eacc6;color:#fff;height:35px;line-height:33px;border-radius:5px;padding:0 10px;text-decoration:none  !important}
.btn_ov01{display:inline-block;line-height:30px;height:30px;font-size:0.92em;vertical-align:top}
.btn_ov01:after{display:block;visibility:hidden;clear :both;content:""}
.btn_ov01 .ov_txt{float:left;background:#255088;color:#fff;border-radius:5px 0 0 5px;padding:0 5px}
.btn_ov01 .ov_num{float:left;background:#eaeaff;color:#555;border-radius:0 5px 5px 0;padding:0 5px}
a.btn_ov02,a.ov_listall{display:inline-block;line-height:30px;height:30px;font-size:0.92em;background:#565e8c;color:#fff !important;vertical-align:top;border-radius:5px;padding:0 7px }
a.btn_ov02:hover,a.ov_listall:hover{background:#3f51b5}

/*form*/
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
.frm_input{height:35px;line-height:32px;border:1px solid #d5d5d5; padding: 4px 4px;}
.frm_input_num{height:35px;line-height:32px;border:1px solid #d5d5d5; padding: 4px 4px;text-align: right;}
.frm_input_date{height:35px;line-height:32px;border:1px solid #d5d5d5; padding: 4px 4px;text-align: center;}
.frm_input_full{width:100%}
.frm_input_ratio{height:30px;line-height:30px;border:1px solid #d5d5d5; padding: 4px 4px;text-align: right;display:inline-block;}
.required{background:url('/img/wrest.gif')  top right no-repeat #fff !important}
select{height:28px;line-height:24px;border:1px solid #d5d5d5;}
textarea{width:100%;border:1px solid #d5d5d5;min-height:80px}
legend {position:absolute;width:0;height:0;font-size:0;line-height:0;text-indent:-9999em;border:0;overflow:hidden}
.code_input{font:bold 15px Consolas}

/* 외부서비스 사이트코드 */
.sitecode {display:inline-block;font:bold 15px 'Verdana';vertical-align:middle}


.readonly {}

/*color*/
.color_01{background:#fe528f}
.color_02{background:#68d0a7}
.color_03{background:#b668d0}
.color_04{background:#ffa700}
.color_05{background:#688fef}
.color_06{border:#f7d9d9}

.color_st01{background:#fe528f;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st02{background:#68d0a7;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st03{background:#b668d0;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st04{background:#ffa700;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st05{background:#688fef;color:#fff;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}
.color_st06{;color:#ff0000;border:1px solid #ff0000;display:inline-block;padding:0 3px;font-size:0.92em;line-height:18px}

/* 폼 안내글 */
.frm_info {display:block;padding:0 0 5px;color:#5b747e}

/* 목록 바로가기 */
.anchor {margin:10px 0 ;padding:0;zoom:1}
.anchor:after {display:block;visibility:hidden;clear:both;content:""}
.anchor li{float:left;margin-left:-1px;list-style:none}
.anchor a {display:inline-block;padding:5px 10px;border:1px solid #c8ced1;background:#d6dde1;text-decoration:none}
.anchor  .selected{background:#3f51b5}



#sort_mb {width:800px}

#sort_sodr {width:600px}


/* 하단 레이아웃 */
#ft{padding:0 25px;color:#777;text-align:center;min-height:200px;}
#ft p{line-height:180px;}
.scroll_top{position:fixed;bottom:10px;right:10px;width:50px;height:50px;border:0;text-align:center;background:#ddd;background:rgba(0,0,0,0.1)}
.scroll_top span.top_img{display:inline-block;width: 0; height: 0; border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-bottom: 5px solid black;}
.scroll_top span.top_txt{display:block}

/* 페이지 내 검색 */
.local_sch{}
.local_sch:after ,.local_sch div:after{display:block;visibility:hidden;clear:both;content:""}
.local_sch .btn_sch{width:30px;height:30px;border:0;padding:0;float:left;background:url(/img/sch_btn.png) no-repeat 50% 50%;border:1px solid #dcdcdc;border-left:0;text-indent:-999px;overflow:hidden}
.local_sch .btn_sch2{width:35px;height:35px;border:0;padding:0;background:url(/img/sch_btn.png) no-repeat 50% 50% #eee;border:1px solid #dcdcdc;text-indent:-999px;overflow:hidden}

.local_sch .sch_input{height:30px;border:1px solid #dcdcdc;border-right:0;;padding:0 5px;float:left;}
.local_sch select{height:30px;margin-right:3px;border:1px solid #dcdcdc}
.local_sch01{margin: 10px 0;}
.local_sch02{}
.local_sch01 .frm_input{height:30px;border:1px solid #dcdcdc;padding:0 5px;}
.local_sch01 .btn_submit{width:30px;height:30px;border:0;padding:0;background:url(/img/sch_btn.png) no-repeat 50% 50% #eee;border:1px solid #dcdcdc;text-indent:-999px;overflow:hidden}
.local_sch03{;padding:5px 15px;background:#e9ebf9;margin:10px 0}
.local_sch div{margin:5px 0;}
.local_sch03 strong{display:inline-block;width:70px;}
.local_sch03  label{margin-right:5px;display:inline-block}
.local_sch03 button{height:30px;padding:0 5px;border:0;background:#9eacc6;color:#fff;}
.local_sch03 .btn_submit{height:30px;padding:0 5px;border:0;;color:#fff;}
.local_sch03 .frm_input{height:30px;border:1px solid #dcdcdc;padding:0 5px;}
/* 페이지 내 실행 */
.local_cmd {min-width:960px}

.local_cmd01 {margin:0 0 10px;padding:0 }
.local_cmd01 .cmd_tit {font-weight:bold}
.local_cmd01 .btn_submit {padding:3px 5px;border:1px solid #ff3061;color:#fff;font-size:0.95em;vertical-align:middle}

/* 페이지 내 안내문 */
.local_desc {background:#eaeaea;padding:10px 20px;margin:10px 0;line-height:1.5em }
.local_desc ol, .local_desc ul {margin:0;padding:0 0 0 10px}
.local_desc strong{color:red}
.local_desc li{margin:10px 0}
.local_wr{margin:0 0 10px }
.local_wr:after{display:block;visibility:hidden;clear:both;content:""}

.local_desc01 {margin:10px 0 10px ;padding:10px 20px;border:1px solid #f2f2f2;background:#f9f9f9}
.local_desc01 strong {color:#ff3061}
.local_desc01 a {text-decoration:underline}

.local_desc02 {margin:10px 0 ;min-width:960px} /* 주로 온라인 서식 관련 안내 내용에 사용 */
.local_desc02 p {padding:0;line-height:1.8em}

/* 페이지 내 카테고리 */
.local_cate {min-width:960px;margin-bottom:10px;}
.local_cate ul {margin:0; padding:0;}
.local_cate ul li {float:left;list-style:none; margin:1px;}
.local_cate ul li a {display:block; min-width:120px; height:40px; background:#49505a; color:#fff; text-align:center; padding:10px 30px; text-decoration:none;}
.local_cate ul li a.on {background:#009899;}
.local_cate ul li a span {display:block;}
.local_cate ul li a:hover {background:#01acad; text-decoration:none;}
.local_cate:after{display:block;visibility:hidden;clear:both;content:""}

/* 페이지 내 카운트 */
.local_ov {min-width:100px}

.local_ov01 {position:relative;;margin: 10px 0;}
.local_ov01 .ov_a {display:inline-block;margin:0 0 0 5px;padding:0 0 0 10px;border-left:1px solid #ccc;color:#ff3061}


/* 테이블 */
table {clear:both;width:100%;border-collapse:collapse;border-spacing:0;}
table caption {height:0;font-size:0;line-height:0;overflow:hidden}
table td{line-height: 18px; word-break: keep-all;}
tfoot th, tfoot td {border:1px solid #d6dce7;background:#eee;padding:15px 5px;text-align:center;font-weight:bold;}
tfoot th {}

.tbl_wrap {margin:0 0 10px;padding:0;overflow-x: auto;}

/* thead 한 줄 테이블 */
.tbl_head01 {}
.tbl_head01 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head01 thead th {background:#255088;color:#fff;border:1px solid #60718b;font-weight:700;text-align:center;padding:8px 5px;font-size:12px;}
.tbl_head01 thead th a{color:#fff}
.tbl_head01 thead input {vertical-align:middle;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 thead a {color:#383838;text-decoration:underline}
.tbl_head01 tbody th{border:1px solid #d6dce7;padding:3px 2px;text-align:center;}
.tbl_head01 tbody td{border:1px solid #d6dce7;padding:3px 2px;text-align:center; font-size:14px;}
.tbl_head01 tbody tr:nth-child(odd){background:#fff}
.tbl_head01 tbody tr:nth-child(even){background:#eff3f9}
.tbl_head01 tbody td .frm_input{width:100%;}
.tbl_head01 tbody td .frm_input_50_s{width:50px !important;padding:0 5px;height:20px;line-height:20px;color:#4dcdd0;background:#27272b;border:1px solid #484853;}
.tbl_head01 tbody td .frm_input_60{width:60px !important;padding:0 10px;height:35px;line-height:32px;border:1px solid #d5d5d5;}
.tbl_head01 tbody td .frm_input_120{width:120px !important;padding:0 10px;height:35px;line-height:32px;border:1px solid #d5d5d5;}
.tbl_head01 tbody td .frm_input_s{width:30px !important;}
.tbl_head01 tbody td select{width:80%; margin-top: 5px; padding: 0;}
.tbl_head01 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_head01 table select {height: 24px;line-height: 20px;width: 100%;}
.tbl_head01 table .td_delimiter {height:5px;background:#eff3f9;}

.tbl_head01 tbody tr.selected {border:2px solid #00ccff;}
.tbl_head01 tbody tr.selected2 {background: #c3eafa !important;}
.tbl_head01 tbody tr.bg_focus.selected2 {background: #13395a !important}

/* thead 한 줄 테이블 : 배경색없는 */
.tbl_head010 {}
.tbl_head010 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head010 thead th {background:#255068;color:#fff;border:1px solid #60718b;font-weight:normal;text-align:center;padding:8px 5px;font-size:13px;}
.tbl_head010 thead th a{color:#fff}
.tbl_head010 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head010 thead a {color:#383838;text-decoration:underline}
.tbl_head010 tbody th{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_head010 tbody td{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_head010 tbody td .frm_input{width:100%;}
.tbl_head010 tbody td select{width:100%}
.tbl_head010 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_head010 table select {height: 27px;line-height: 25px;width: 100%;}

/* thead 두 줄 테이블 */
.tbl_head02 {}
.tbl_head02 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head02 thead th, .tbl_head02 tbody th {padding:5px 0;border:1px solid #d1dee2;background:#e5ecef;color:#383838;letter-spacing:-0.1em}
.tbl_head02 thead th {font-size:0.95em}
.tbl_head02 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 thead a {color:#383838;text-decoration:underline}
.tbl_head02 tbody th {}
.tbl_head02 tbody td {padding:7px 5px;line-height:1.4em;word-break:break-all}

/* tsub 한 줄 테이블 */
.tbl_sub01 {}
.tbl_sub01 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_sub01 thead th {background:#255088;color:#fff;border:1px solid #d6dce7;font-weight:normal;text-align:center;padding:8px 5px;font-size:13px;}
.tbl_sub01 thead th a{color:#fff}
.tbl_sub01 thead input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_sub01 thead a {color:#383838;text-decoration:underline}
.tbl_sub01 tbody th{border:1px solid #d6dce7;padding:5px;text-align:center}
.tbl_sub01 tbody tr{background:#dfdfdf}
.tbl_sub01 tbody td{border:1px solid #999;padding:10px;text-align:center}
.tbl_sub01 tbody td .frm_input{width:100%;}
.tbl_sub01 tbody td select{width:100%}
.tbl_sub01 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_sub01 table select {height: 27px;line-height: 25px;width: 100%;}

.tbl_head03 {}
.tbl_head03 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head03 thead th {background:#1359c6;color:#fff;border:1px solid #60718b;font-weight:700;text-align:center;padding:8px 5px;font-size:14px;}
.tbl_head03 thead th a{color:#fff}
.tbl_head03 thead input {vertical-align:middle;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 thead a {color:#383838;text-decoration:underline}
.tbl_head03 tbody th{border:1px solid #d6dce7;padding:2px;text-align:center;}
.tbl_head03 tbody td{border:1px solid #d6dce7;padding:2px;text-align:center; font-size:14px;}
.tbl_head03 tbody tr:nth-child(odd){background:#fff}
.tbl_head03 tbody tr:nth-child(even){background:#eff3f9}
.tbl_head03 tbody td .frm_input{width:100%;}
.tbl_head03 tbody td .frm_input_50_s{width:50px !important;padding:0 5px;height:20px;line-height:20px;color:#4dcdd0;background:#27272b;border:1px solid #484853;}
.tbl_head03 tbody td .frm_input_60{width:60px !important;padding:0 10px;height:35px;line-height:32px;border:1px solid #d5d5d5;}
.tbl_head03 tbody td .frm_input_120{width:120px !important;padding:0 10px;height:35px;line-height:32px;border:1px solid #d5d5d5;}
.tbl_head03 tbody td .frm_input_s{width:30px !important;}
.tbl_head03 tbody td select{width:80%; margin-top: 5px; padding: 0;}
.tbl_head03 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_head03 table select {height: 24px;line-height: 20px;width: 100%;}
.tbl_head03 table .td_delimiter {height:5px;background:#eff3f9;}

.tbl_head03 .bet_table tbody th{border:none;}
.tbl_head03 .bet_table tbody td{border:none;}
.tbl_head03 .bet_table tbody tr{background: transparent;}
.tbl_head03 .bet_table tbody img { vertical-align: top;}


.tbl_head05 {}
.tbl_head05 table {clear:both;width:100%;border-collapse:collapse;border-spacing:0}
.tbl_head05 thead th {background:#1359c6;color:#fff;border:1px solid #60718b;font-weight:700;text-align:center;padding:8px 5px;font-size:14px;}
.tbl_head05 thead th a{color:#fff}
.tbl_head05 thead input {vertical-align:middle;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head05 thead a {color:#383838;text-decoration:underline}
.tbl_head05 tbody th{border:1px solid #d6dce7;padding:2px;text-align:center;}
.tbl_head05 tbody td{border:1px solid #d6dce7;padding:2px;text-align:center; font-size:14px;}
.tbl_head05 tbody tr{background:#efefef;}
.tbl_head05 tbody td .frm_input{width:100%;}
.tbl_head05 tbody td .frm_input_50_s{width:50px !important;padding:0 5px;height:20px;line-height:20px;color:#4dcdd0;background:#27272b;border:1px solid #484853;}
.tbl_head05 tbody td .frm_input_60{width:60px !important;padding:0 10px;height:35px;line-height:32px;border:1px solid #d5d5d5;}
.tbl_head05 tbody td .frm_input_120{width:120px !important;padding:0 10px;height:35px;line-height:32px;border:1px solid #d5d5d5;}
.tbl_head05 tbody td .frm_input_s{width:30px !important;}
.tbl_head05 tbody td select{width:80%; margin-top: 5px; padding: 0;}
.tbl_head05 table .tbl_input{height:27px;line-height:25px;border:1px solid #d5d5d5;width:100%}
.tbl_head05 table select {height: 24px;line-height: 20px;width: 100%;}
.tbl_head05 table .td_delimiter {height:5px;background:#eff3f9;}

.tbl_head05 .bet_table tbody th{border:none;}
.tbl_head05 .bet_table tbody td{border:none;}
.tbl_head05 .bet_table tbody tr{background: transparent;}
.tbl_head05 .bet_table tbody img { vertical-align: top;}

/* UL */
.ul_wrap {}

.ul_01 ul {margin:0;padding:0;list-style:none}
.ul_01 li {padding:10px 0;border-bottom:1px solid #e9e9e9}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 폼 테이블 */
.tbl_frm01 th{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;background:#f6f6f6;padding: 10px;width:200px;text-align:center;}
.tbl_frm01 td {border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;padding: 10px;text-align:left;}
.tbl_frm01 textarea {height:150px}
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
.h2_frm{text-align:left;color:#02c5dd;font-size:1.09em;font-weight:bold;margin:20px 0 10px}

/* 테이블 그리드 */
.grid_1 {width:50px}
.grid_2 {width:100px}
.grid_3 {width:150px}
.grid_4 {width:200px}
.grid_5 {width:250px}
.grid_6 {width:300px}
.grid_7 {width:350px}
.grid_8 {width:400px}
.grid_9 {width:450px}
.grid_10 {width:500px}
.grid_11 {width:550px}
.grid_12 {width:600px}
.grid_13 {width:650px}
.grid_14 {width:700px}
.grid_15 {width:750px}
.grid_16 {width:800px}
.grid_17 {width:850px}
.grid_18 {width:900px}

/* 목록 홀짝 배경색 */
.tbl_head01 tbody .bg0{background:#fff !important}
.tbl_head01 tbody .bg1{background:#eff3f9 !important}
.tbl_head01 tbody .bg0cancel {background:#fdebf3 !important}
.tbl_head01 tbody .bg0cancel td {border-color:#f9d8e6 !important}
.tbl_head01 tbody .bg1cancel {background:#fdebf3 !important}
.tbl_head01 tbody .bg1cancel td {border-color:#f9d8e6 !important}
.tbl_head01 tbody .bg_cancel {background:#aaa !important}
.tbl_head01 tbody .bg_wait {background:#751535 !important}
.tbl_head01 tbody .bg_success {background:#335996 !important}
.tbl_head01 tbody .bg_fail {background:#037639 !important}
.tbl_head01 tbody .bg_focus {background:#13395a !important; color: #fff; }

/* 메뉴설정 */
#menu_frm #menu_result {margin:10px 0}

#menulist .sub_menu_class {padding-left:25px;}
.exist_menu_link {font-weight:bold;color:red}

/* 회원관리 목록 */
.leave_msg {color:#b6b6b6}
.intercept_msg {color:#ff0000}
#point_mng {margin-top:50px}

/* 게시판추가/수정 */
#anc_bo_extra .td_grpset label {width:auto}
#anc_bo_extra .td_grpset input {margin:0}
#anc_bo_extra label {display:inline-block;width:100px}
#anc_bo_extra input {margin-right:10px}

/* 환경설정 및 게시판 여분필드 값 input style 로빈아빠님 제안 */
#anc_bo_extra input.extra-value-input, #anc_cf_extra input.extra-value-input{width:calc(100% - 370px);}

/* 접속자집계 목록 */
.tbl_visit_list td {text-align:center}
.visit_bar {position:relative}
.visit_bar span {position:absolute;top:-8px;left:0;height:15px;background:#3f51b5}

/*접속자로그삭제*/
.visit_del_bt{margin:5px 0;border-top:1px solid #eee;padding:5px 0}
.visit_del_bt .btn_submit{border:0;height:35px;padding: 0 5px;border-radius:3px}

/* 공통 */
.td_3pro {width:3% !important;text-align:center;}
.td_4pro {width:4% !important;text-align:center;}
.td_6pro {width:6% !important;text-align:center;}
.td_8pro {width:8% !important;text-align:center;}
.td_10pro {width:10% !important;text-align:center;}
.td_40pro {width:40% !important; max-width:700px;text-align:center;}
.td_30pro {width:30% !important; max-width:400px;text-align:center;}
.td_12pro {width:12% !important;text-align:center;}
.td_amount6 {width:6% !important;text-align:right !important;font-weight:700;}
.td_amount8 {width:8% !important;text-align:right !important;font-weight:700;}
.td_addr {text-align:left !important}
.td_alignc {text-align:center}
.td_addr_line {line-height:2em}
.td_addr_line .frm_input{margin:2px 0}
.td_amount {width:100px;text-align:right !important;font-weight:700;}
.td_auth {width:100px;text-align:center}
.td_auth_mbnick {width:200px}
.td_boolean {width:50px;text-align:center}
.td_category {width:120px;text-align:center}
.td_categorysmall {width:60px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_chk2{width:70px;}
.td_cnt {width:100px;font-size:0.95em;text-align:center}
.td_cntsmall {width:50px;font-size:0.95em;text-align:center}
.td_code {width:80px;text-align:center}
.td_confirm {width:90px;text-align:center}
.td_date {width:90px;text-align:center;min-width:65px;}
.td_datetime {width:140px;text-align:center;}
.td_delicom {width:100px}
.td_delino {width:130px}
.td_device {width:70px;text-align:center}
.td_etc {width:80px;text-align:center}
.td_extra label {display:inline-block;width:100px}
.td_extra input {margin-right:5px;width:130px}
.td_grid {width:60px;text-align:center}
td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
.td_id {width:150px}
.td_idsmall {width:75px}
.td_itname {text-align:left !important}
.td_itopt {width:200px}
.td_itopt_tl {text-align:left !important}
.td_img {text-align:center}
.td_imgline {width:70px;text-align:center}
.td_input input {width:94%}
.td_mbcert {text-align:center}
.td_mbid, .td_name, .td_mbname {width:100px;text-align:center !important}
.td_mbid {color:#0470b9 !important;font-weight:bold;}
.td_mbstat {width:80px;text-align:center}
.td_mng {width:100px;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.td_mngsmall {width:60px;text-align:center;}
.td_num {width:60px;text-align:center}
.td_num_c{width:70px;text-align:center}
.td_num_c2{width:60px;text-align:center}
.td_num_c3{width:100px;text-align:center}
.td_numbig {width:100px;text-align:right !important}
.td_numcancel0 {color:#999;text-align:right !important}
.td_numcancel1 {color:#ff3061;font-weight:bold;text-align:right !important}
.td_numcoupon {color:#86b325;text-align:right !important}
.td_num_right {text-align:right !important}
.td_numsmall {width:40px;text-align:center}
.td_numrdy {color:#ff3061;text-align:right !important}
.td_odrnum {width:250px;text-align:center}
.td_odrnum2 {width:140px;text-align:center}
.td_odrnum3 {width:110px;text-align:center}
.td_odrstatus {width:70px;letter-spacing:-0.1em;text-align:center}
.td_output {width:90px;text-align:center}
.td_payby {width:70px;text-align:center;letter-spacing:-0.1em}
.td_paybybig {width:140px;text-align:center;letter-spacing:-0.1em}
.td_possible {width:70px;text-align:center}
.td_postal {width:60px;text-align:center}
.td_postalbig {width:140px;text-align:center}
.td_price {text-align:right !important}
.td_pt {text-align:right !important}
.td_send {width:50px;text-align:center}
.td_sendcost_by {width:50px;text-align:center}
.td_sendcost_add {width:100px;text-align:center}
.td_stat {width:70px;text-align:center}
.td_tdiv {border-bottom:1px solid #c9c9c9 !important}
.td_tel{width:120px;text-align:center !important}
.td_telbig {width:100px;text-align:center}
.td_test {width:50px;text-align:center}
.td_category1{width:130px;text-align:center}
.td_category2{width:100px;text-align:center}
.td_category3{width:80px;text-align:center}
.td_time{text-align:center;width:130px}
.td_center{text-align:center;}
.td_type{width:120px}

.td_numincome {color:#357dbb;text-align:right !important}
.td_numoutcome {color:#ff0000;text-align:right !important}
.td_numsum {font-weight:bold;text-align:right !important}

.td_mng_s{width:60px}
.td_mng_m{width:100px}
.td_mng_l{width:160px}

.txt_true {color:#e8180c}
.txt_false {color:#ccc}
.txt_succeed {color:#40b300}
.txt_fail {color:#ce4242}
.td_left{text-align:left !important}

.banner_or_img {margin:10px 0 0}
.banner_or_img button {display:block;margin:5px 0 0}
.txt_active {color:#5d910b}
.txt_expired {color:#ccc}
#sct_mobileimg{width:125px}


/* 환경설정 */
.cf_cert_hide {display:none}

.server_config_views {margin-bottom:10px}
.rules_label {margin-left:5px;vertical-align:middle}

.is_rewrite .connect-close {position:absolute;top:10px;right:10px;margin:0;padding:0;width:30px;height:30px;border:0;background:transparent;color:#383838;cursor:pointer;font-size:15px}
.is_rewrite .connect-close:hover {color:#ff5191}
.is_rewrite .connect-close .fa {margin:0 0 0 1px}
.is_rewrite .connect-close .txt {position:absolute;line-height:0;font-size:0;overflow:hidden}
.is_rewrite textarea{width:99%;min-height:260px}
.is_rewrite .copy_title{margin-top:15px;margin-bottom:10px;font-weight:bold;text-align:left}
.is_rewrite .info-success{color:#155724}
.is_rewrite .info-warning{color:#856404}

/* 관리권한설정 */
#add_admin fieldset {margin-top:20px;overflow:auto;padding:2px 6px;line-height:1.4;resize:vertical}

/* 메일 테스트 */

#fsendmailtest {margin:50px 0;text-align:center}
#fsendmailtest .btn_submit {height: 35px;border:0;padding: 0 10px;}

/*캐시파일 일괄삭제*/
.session_del{margin:15px 0;padding-left:20px;}
.session_del li{list-style:disc }
.session_del strong{color:#ff0000}
.session_del p{line-height:1.7em;padding:10px 15px ;background:#f7ecea;border:2px solid #ffb6c1}

/* idx 1:1문의/상품문의/사용후기 */
.sidx_cs {}
.sidx_cs section {float:left;margin:0 2% 0 0;width:32%}
.sidx_cs #anc_sidx_ps {margin:0}
.sidx_cs h2 {padding:0}
.sidx_cs .ul_wrap {margin:0 0 20px}
.sidx_cs .btn_list03 {margin:0}
.sidx_cs #anc_sidx_oneq h2 {padding:0 0 }
.sidx_cs #anc_sidx_oneq .ul_wrap {padding:0 0}
.sidx_cs #anc_sidx_ps h2 {padding:0 20px 0 0}
.sidx_cs #anc_sidx_ps .ul_wrap {padding:0 20px 0 0}
.sidx_cs #anc_sidx_ps .btn_list03 {margin:0 20px 0 0}

.sidx_cs #anc_sidx_oneq .oneq_cate {font-weight:bold}
.sidx_cs #anc_sidx_oneq .oneq_link {display:block;margin:5px 0}

.sidx_cs #anc_sidx_qna .qna_link {display:block;margin:5px 0}

.sidx_cs #anc_sidx_ps .ps_link {display:block;margin:5px 0}

/* SMS문자전송 */
#sms_send {padding-bottom:100px;zoom:1}
#sms_send:after {display:block;visibility:hidden;clear:both;content:""}

#sms_frm {float:left;width:650px}
#sms_frm table {margin:0 0 30px}
#sms_frm textarea {height:70px}

#sms_sm {position:relative;float:left;width:229px;height:418px;}
#sms_sm_text {position:absolute;top:75px;left:27px;width:180px;color:#fff;font-size:2em;word-break:break-all}
#sms_sm p {position:absolute;bottom:-70px;left:0;font-size:0.95em;letter-spacing:-0.1em}

#sms_send .local_desc01 {min-width:320px}

/* 새창 기본 스타일 */
.new_win {}
.new_win h1 {font-size:1.17em;padding:15px 20px;background:#fff;border-bottom:1px solid #ddd}
.new_win h2 {margin:0 20px 10px}
.new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #515151;background:#484848;list-style:none;zoom:1}
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win_ul li {float:left;margin-left:-1px}

.new_win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #595959;border-left:1px solid #595959;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}


.new_win_desc {margin:0 }
.new_win .anchor {margin:0 0 5px}

.new_win .win_btn {clear:both;padding:10px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}


.new_win .local_sch, .new_win .local_cmd, .new_win .local_desc01, .new_win .local_desc02, .new_win .local_ov {margin:10px}

.new_win_con{margin: 10px; background:#fff;padding:20px}
.new_win_con .table_form table th{width:120px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 관리자 비밀번호 확인 */
#admin_confirm {padding:0 0 10px;background:#222;text-align:center}
#admin_confirm p {margin:0 0 10px;color:#9ab9c5;background:#383a3f}
#admin_confirm label {color:#fff}
#admin_confirm .frm_input {border-color:#000}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0  10px;line-height:30px;width:100px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current {color:#9f9f9f;display:inline-block;float:left;padding: 0 13px;line-height:30px;text-decoration: none;border: 1px solid #ddd;margin-left:-1px}
.pg a:focus, .pg a:hover {background-color:#f3f3f3}
.pg a:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.pg a:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;}
.pg_page {background:#fff;text-decoration:none}
.pg_start {background:url(/img/page_1.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(/img/page_2.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_next {background:url(/img/page_3.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_end {background:url(/img/page_4.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#3f51b5;color:#fff;font-weight:normal}

.social_config_explain p{padding-bottom:10px}

/* social member_list.php member_form.php */
.sns-icon .ico {display:inline-block;background:url('/img/social/sns_logo.png') no-repeat;vertical-align:top}
.sns-icon .txt {position:absolute;line-height:0;font-size:0;vertical-align:middle;overflow:hidden}

.sns-wrap-over .sns-icon {border-color:#dcdcdc}
.sns-wrap-over .sns-icon-not {border-color:#8b8b8b}
.sns-wrap-over .sns-naver{border-color:#18a400}
.sns-wrap-over .sns-naver .ico {background-position:-29px 0}
.sns-wrap-over .sns-google .ico {background-position:-58px 0}
.sns-wrap-over .sns-google {border-color:#ca2c19}
.sns-wrap-over .sns-facebook .ico {background-position:0 0 }
.sns-wrap-over .sns-facebook {border-color:#2e5393}
.sns-wrap-over .sns-kakao .ico {background-position:-87px 0}
.sns-wrap-over .sns-twitter {border-color:#488FC9}
.sns-wrap-over .sns-twitter .ico {background-position:-145px 0}
.sns-wrap-over .sns-payco {border-color:#C44646}
.sns-wrap-over .sns-payco .ico {background-position:-116px 0}
.sns-wrap-over .sns-kakao {border-color:#f2df00}

.sns-wrap-32 .sns-icon {display:inline-block;border-width:1px;border-style:solid;overflow:hidden;margin:0 1px}
.sns-wrap-32 .sns-icon .txt {margin:0 10px 0 0;font-size:0.95em;letter-spacing:-0.1em}
.sns-wrap-32 .sns-icon .ico {width:24px;height:24px}

.social_link_box, .social_link_box li{margin:0;padding:0;list-style:none}
.social_link_box{width:300px}
.account_provider{position:relative;margin:10px 0 5px}
.account_provider .sns-wrap-32 .sns-icon{vertical-align:middle}
.account_provider .provider_name{display:inline-block;vertical-align:middle}
.account_provider .btn_info{position:absolute;top:-7px;right:0}
.account_provider .social_unlink{height:30px;line-height:30px;background:#a0a8b8;padding:0 10px;color:#fff;display:inline-block;vertical-align:middle}
.account_provider .social_unlink:hover{text-decoration:none}

/*부가서비스*/
.lnb_svc{color:#ff3061;font-weight:bold}
.service_wrap{width:960px; margin:0 20px 10px;overflow:hidden}
.sevice_1{border:1px solid #ebe8e8;width:330px;float:left;border-radius:5px;text-align:center;margin-right:6px;}
.sevice_1 .svc_img{padding:30px 0 0;}
.sevice_1 h3{font-size:16px;margin:15px 0;color:#525252}
.sevice_1 p{padding:20px;background:#f8f8f8;font-size:12px;text-align:left;color:#898989;line-height:18px}
.sevice_1 ul {width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;}
.sevice_1 ul li{list-style:none;float:left;border-right:1px solid #ebe8e8;width:33%;}
.sevice_1 ul li a{display:inline-block;height:76px;width:100%}
.sevice_1 ul li img{padding:10px 0 0;}
.sevice_1 ul li.last{border:0}
.sevice_1 h4{width:100%;padding:0; margin:0;border-top:1px solid #ebe8e8;}
.sevice_1 h4 a{display:inline-block;height:66px;padding:10px 0 0;width:100%}

.sevice_2{border:1px solid #ebe8e8;float:left;width:282px;}
.sevice_2 .svc_a{padding:33px 0 0;}
.sevice_2 .svc_a h3{font-size:14px;letter-spacing:-1px;color:#525252;margin-bottom:5px;padding:0 20px 0}
.sevice_2 .svc_a p{color:#898989;line-height:18px;letter-spacing:-1px;padding:5px 20px 0;}
.sevice_2 .svc_btn{text-align:center;position:absolute;bottom:0;left:0;width:282px;}
.sevice_2 .svc_btn a{display:inline-block; background:#ff3061;text-align:center;color:#fff;padding:10px 20px;}
.sevice_2 .svc_btn a:hover{text-decoration:none;}
.sevice_2 .svc_sms{overflow:hidden; height:212px;position:relative}
.sevice_2 .svc_sms .svc_btn a{display:inline-block; background:#f8f8f8;width:100%;text-align:center;margin:0;padding:10px 0 0 }
.sevice_2 .svc_design{overflow:hidden;height:210px;position:relative}
.sevice_2 .svc_design .svc_btn a{margin:0 0 20px}

/* 캡챠 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {;height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('/img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*테마*/
.theme_p{margin:0 0 10px }
#theme_list{padding:0;margin:0;list-style:none;  width: 1000px;position:relative}
#theme_list:after{display:block;visibility:hidden;clear:both;content:""}
#theme_list li{margin:10px 10px 10px 0;float:left}
#theme_list li:after{display:block;visibility:hidden;clear:both;content:""}
#theme_list li .tmli_if{border: 1px solid #d1dee2;width:302px;}
#theme_list li .tmli_if>img{width:300px;height:225px;}
#theme_list li .tmli_if:hover>img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
#theme_list li .tmli_tit{position:relative; border-top: 1px solid #d1dee2; background: #e5ecef;}
#theme_list li .tmli_tit p{height:40px;line-height:40px;padding:0 10px 0;font-weight:bold;text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;}
#theme_list li .tmli_tit button.tmli_dt{position:absolute;top:8px;right:10px;padding:5px;background:#111;color:#fff;display:none;border:none}
#theme_list li .tmli_if:hover button.tmli_dt{display:block}
#theme_list li .theme_sl{float:left;border:none;margin-top:5px;padding:0 5px;height:26px;background:#999;color:#fff}
#theme_list li .theme_sl:hover{background:#ff3061}
#theme_list li .theme_deactive{margin-left:4px}
#theme_list li .theme_sl_use{background:#ff3061;line-height:26px}
#theme_list li .theme_pr{float:right;margin-top:5px;padding:0 5px;height:26px;line-height:24px;  border: 1px solid #ccc;  background: #fafafa; }
#theme_list li .theme_preview{  float: right;  margin-top: 5px; padding:0 5px;height:26px; border: 1px solid #ccc;  background: #fafafa; margin-right:3px}


#theme_detail{position:fixed;top:50%;height:540px;width:900px;margin-top:-271px;background:#fff;background:#f3f3f3;border:1px solid #000;
    -webkit-box-shadow: 1px 2px 5px  rgba(150,150,150,100.5);
    -moz-box-shadow: 1px 2px 5px  rgba(150,150,150,0.5);
    box-shadow: 1px 2px 5px  rgba(150,150,150,0.5);z-index:1000}
#theme_detail:after{display:block;visibility:hidden;clear:both;content:""}
#theme_detail h2{font-size:1.25em;background:#fff;padding:0 15px;line-height:40px;border-bottom:1px solid #d8d8d8;margin:0}
.theme_dt_img{float:left;padding:20px}
.theme_dt_img img{border:1px solid #aaa;}
.theme_dt_if{float:left;width:235px;padding:20px 0}
.theme_dt_if table{width:100%;border-collapse:collapse;;margin:15px 0 0 ;font-size:0.92em}
.theme_dt_if table th{padding:5px;background:#fff;border-bottom:1px solid #f3f3f3;vertical-align:top;color:#3f51b5}
.theme_dt_if table td{padding:5px;background:#fff;border-bottom:1px solid #f3f3f3;line-height:1.56em}
.theme_dt_if table td a{text-decoration:underline}
.theme_dt_if p{line-height:1.5em}
.if_p_bg{display:inline-block;width:20px;height:1px ;background:#000;margin:30px 0 10px}
#theme_detail .theme_dt_btn{position:absolute;top:0px;right:0px;background:#fff;}
#theme_detail .theme_dt_btn .close_btn{background:url('/img/close.png') 50% 50% no-repeat;width:40px;height:40px;overflow:hidden;border:0;text-indent:-99999px;border-left:1px solid #d8d8d8}

#theme_detail .theme_dt_btn .close_btn:hover{background-color:#eceffc}
#theme_detail .theme_dt_btn .btn_03{line-height:28px;display:inline-block;vertical-align:top;margin-top:6px;padding:0 6px;border-radius:5px}


/*글,댓글현황*/
#wr_cont{position:relative;margin:10px 0}
#wr_cont input[type="submit"]{background:#ff3061;border:none;color:#fff;padding: 0 5px;height: 24px;}
#wr_cont select{height: 24px;}
#grp_color{border:2px solid #ddd;position:absolute;top:0;right:0;list-style:none;padding: 5px 5px; margin:0;}
#grp_color li{padding:5px 10px;}
#grp_color li span{width:10px;height:10px; display:inline-block;background:rgb(75, 178, 197);margin-right:5px;}
#grp_color li.color2 span{background:rgb(234, 162, 40);}
#chart_wr h5{text-align:center;border:1px solid #eee;padding:30px 0}
#chart_wr{margin:20px 0}

/*전송실패 문자 재전송 내역*/
.sms_table{padding:0 0 20px;}
.sms_table table th{border:1px solid #ddd;padding:9px 0}
.sms_table table td{border:1px solid #ddd;text-align:center;width:16%;padding:9px 0}

/* Browscap */
.update_processing{width:300px;height:300px;margin:0 auto;background:url(/img/ajax_loader.gif) no-repeat 0 0}
#processing{margin: 0 auto;padding: 70px 0;border: 1px solid #eee;background: #f9f9f9;text-align:center;}
#processing p{font-size:1.2em}
.check_processing {width:300px;height:300px;margin:0 auto;background:url(/img/check.png) no-repeat 50% 50% }
#processing button{background:#ff3061;border:none;color:#fff;padding: 15px;width:200px;margin-top:15px;border-radius:5px;font-weight:bold;font-size:1.167em}

@media only screen and (max-device-width : 768px) and (orientation : landscape){
    /* Styles */
    input[type="text"]{max-width:200px}
}

@media only screen and (max-device-width : 480px) and (orientation : portrait){
    /* Styles */
    input[type="text"]{max-width:200px}
}

/* Custom Style ------------------------------------------------------ */
.cursor-pointer{cursor:pointer;}
.text-bold {font-weight:bold;;}
.text-danger {color:#c50707;}
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

/* Color ------------------------------------------------------ */
.red, i.red, a.red {
    color: rgb(233, 27, 35);
}
.darkred, i.darkred, a.darkred {
    color: rgb(170, 60, 63);
}
.crimson, i.crimson, a.crimson {
    color: rgb(220, 20, 60);
}
.orangered, i.orangered, a.orangered {
    color: orangered;
}
.orange, i.orange, a.orange {
    color: rgb(240, 150, 20);
}
.green, i.green, a.green {
    color: rgb(140, 195, 70);
}
.lightgreen, i.lightgreen, a.lightgreen {
    color: rgb(160, 200, 80);
}
.deepblue, i.deepblue, a.deepblue {
    color: rgb(0, 125, 180);
}
.skyblue, i.skyblue, a.skyblue {
    color: rgb(100, 195, 245);
}
.blue, i.blue, a.blue {
    color: rgb(52, 152, 219);
}
.navy, i.navy, a.navy {
    color: rgb(50, 60, 140);
}
.violet, i.violet, a.violet {
    color: rgb(85, 60, 125);
}
.yellow, i.yellow, a.yellow {
    color: rgb(241, 196, 15);
}
.darkgray, i.darkgray, a.darkgray {
    color: #666;
}
.gray, i.gray, a.gray {
    color: #888;
}
.lightgray, i.lightgray, a.lightgray {
    color: #ddd;
}
.white, i.white, a.white {
    color: #fff;
}
.light, i.light, a.light {
    color: #f5f5f5;
}
.black, i.black, a.black {
    color: #333;
}
.color, i.color {
    color: rgb(233, 27, 35);
}

/* Sports Style ------------------------------------------------------ */
/* 스포츠 아이콘*/
.sports-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    vertical-align:middle;
}
.sports-icon:before { content: "\00a0"; }
.icon-football { background-image: url('/img/icon/football-ico.png'); }
.icon-basketball { background-image: url('/img/icon/basketball-ico.png'); }
.icon-baseball { background-image: url('/img/icon/baseball-ico.png'); }
.icon-ice-hockey { background-image: url('/img/icon/hockey-ico.png'); }
.icon-handball { background-image: url('/img/icon/handball-ico.png'); }
.icon-volleyball { background-image: url('/img/icon/volleyball-ico.png'); }
.icon-tennis { background-image: url('/img/icon/tennis-ico.png'); }
.icon-golf { background-image: url('/img/icon/golf-ico.png'); }
.icon-boxing { background-image: url('/img/icon/boxing-ico.png'); }
.icon-badminton { background-image: url('/img/icon/badminton-ico.png'); }
.icon-table-tennis { background-image: url('/img/icon/table-tennis-ico.png'); }
.icon-american-football { background-image: url('/img/icon/amfootball-ico.png'); }

.sports-icon-big {line-height: 1.6em !important;}

/* betlist ------------------------------------------------------ */
.btn-betting { cursor:pointer; background:#9eacc6; }
.btn-betting-open { cursor:pointer; background:#7398a9; }
.betting-wrap { display:table; position:relative; width: 100%; table-layout: fixed; }
.betting-view {display:none; background:#aaa !important; padding:0 20px !important; border-top:3px solid #999 !important;}

.inner_div { display:inline-block; width:100%; text-align:center; margin:10px auto; }
.inner_div_top {line-height:30px;margin-bottom:10px;}
.inner {}
.inner .td_home { text-align:left; padding:0 20px; }
.inner .td_away { text-align:right; padding:0 20px; }
.inner .bg-choice, .td_home.bg-choice, .inner .td_away.bg-choice { background:#6be4b8; }
.inner .td_home span { float:right; }
.inner .td_away span { float:left; }

.s_admin_depth_, .s_admin_depth_0, .s_admin_depth_1, .s_admin_depth_2, .s_admin_depth_3, .s_admin_depth_4, .s_admin_depth_5,
.admin_depth_, .admin_depth_0, .admin_depth_1, .admin_depth_2, .admin_depth_3, .admin_depth_4, .admin_depth_5 {
    font-weight:bold; color:#fff; background:#999; padding:2px 8px; border-radius:3px;
}
.admin_depth_0 { background:#fb3a06 !important; }
.admin_depth_1 { background:#1e6bca !important; }
.admin_depth_2 { background:#1eca77 !important; }
.admin_depth_3 { background:#ca971e !important; }
.admin_depth_4 { background:#595856 !important; }
.admin_depth_5 { background:#8e8e8c !important; }
.s_admin_depth_0 { background:#fb3a06 !important; }
.s_admin_depth_1 { background:#1e6bca !important; margin-left:4px; }
.s_admin_depth_2 { background:#1eca77 !important; margin-left:8px; }
.s_admin_depth_3 { background:#ca971e !important; margin-left:12px; }
.s_admin_depth_4 { background:#595856 !important; margin-left:16px; }
.s_admin_depth_5 { background:#8e8e8c !important; margin-left:20px; }
.agency-view {display:none; background:#aaa !important; padding:0 !important; border-top:1px solid #999 !important;}

.commission_detail {max-width:1500px; margin:10px auto; text-align:center; overflow: hidden;}
.commission_detail .commission_title {font-size:14px;color:#fff;background:#009899;margin-bottom:10px;padding:10px 0;}
.commission_detail .commission_detail_wrap {width: 100% ! important; overflow-x:auto;}
.commission_detail .tbl_head01 table tr th,
.commission_detail .tbl_head01 table tr td {min-width:110px !important;}


/* game list */
.btn-odds { cursor:pointer; background:#9eacc6; }
.btn-odds-open { cursor:pointer; background:#7398a9; }

.odds-wrap { display:table; position:relative; }
.inner_div { display:inline-block; float:left; margin-right:10px; margin-bottom:10px; }

.inner .th_markets { width:34%; text-align:center; padding:0 2px; min-width:90px; }
.inner .th_price { width:25%; text-align:center; padding-right:2px; }
.inner .th_result { width:16%; text-align:center; min-width:40px; }
.inner .th_betting { text-align:center; padding-right:2px; min-width:80px; }

.inner .td_bet { width:34%; text-align:left; padding-left:5px; }
.inner .td_price { width:25%; text-align:right; padding-right:5px; min-width:40px; }
.inner .td_result { width:16%; text-align:center; color:#999; }
.inner .td_betting { color:#e04d7a; width:25%; text-align:right; padding-right:5px; min-width:80px; }

.btn-wrap { display:table-row; width:100%; padding:0 20px 10px; float:right; }
.btn-update-data,
.btn-update-result {
    float:right;
    right:10px;
    z-index:100;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    width:80px;
    height:40px;
    line-height:40px;
    margin-right:10px;
    margin-bottom:10px;
    vertical-align:middle;
    background:#ff3547;
    cursor:pointer;
    border-radius:50%;
    -webkit-border-radius:8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
.btn-update-data {background:#32a9bd !important;}


.notice_ul {
    padding:10px 30px;
    background:#f9f9f9;
    border:1px solid #f2f2f2;
    margin:0 20px 10px;
    line-height:16px;
    font-weight: 700;
    color: rgb(233, 27, 35);
}

.win_money {
    font-weight: 700;
    color: #dc3545;
}

.loose_money {
    font-weight: 700;
    color: #007bff;
}

#game_odds_timer {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-left: 40px;
}

#totalRound{
    color: #d48b24;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}

#round{
    color: #32a9bd;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-left: 40px;
}

.ball_sum {
    background: url(/img/ball/ball_back.png?v=106);
    width: 28px;
    height: 28px;
    line-height: 26px;
    display: inline-flex;
    color: #0067FE;
    justify-content: center;
    font-size: 12px;
}

.bet_round {
    color: #fff !important;
    background: #d48b24;
    border-radius: 15px;
    box-shadow: 1px 1px 3px #945b04 inset;
    padding: 3px 10px 5px 10px;
    font-weight: 700;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
}

.bet_title {
    color: #fff !important;
    border: 1px solid #999;
    border-radius: 15px;
    box-shadow: 0 0 2px #fff;
    padding: 3px 10px 5px 10px;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    text-align: center !important;
}

.title-round {
    background: linear-gradient(to bottom,  #ff7366 0%,#aa1525 100%) !important;
    line-height: 24px;
    border-radius: 25px;
    padding: 1px 20px 5px 20px;
}

.title-round2 {
    background: linear-gradient(to bottom, #2369b6 0%,#033976 100%) !important;
    line-height: 24px;
    border-radius: 25px;
    padding: 1px 20px 5px 20px;
}

.title-round3 {
    background: linear-gradient(to bottom, #e49b34 0%,#945b04 100%) !important;
    line-height: 24px;
    border-radius: 25px;
    padding: 1px 20px 5px 20px;
}

.title-round4 {
    background: linear-gradient(to bottom, #9be434 0%,#5b9404 100%) !important;
    line-height: 24px;
    border-radius: 25px;
    padding: 1px 20px 5px 20px;
    font-size: 20px;
    margin-left: 40px;
}

.title-round5 {
    background: linear-gradient(to bottom, #e4349b 0%,#94045b 100%) !important;
    line-height: 24px;
    border-radius: 25px;
    padding: 1px 20px 5px 20px;
    font-size: 20px;
}

@media (max-width:767px) {
    #totalRound{
        font-size: 14px !important;
    }

    .bet_title {
        padding: 3px 10px 5px 10px;
        font-weight: 700;
        line-height: 16px;
        font-size: 14px !important;
    }
    .title-round2 {
        line-height: 16px;
        border-radius: 25px;
        padding: 1px 10px 5px 10px;
    }

    .title-round3 {
        line-height: 16px;
        border-radius: 25px;
        padding: 1px 10px 5px 10px;
    }
}

.bet-round {
    background: linear-gradient(to bottom, #e49b34 0%,#945b04 100%) !important;
}

.bet_count {
    background: linear-gradient(to right, #2196f3 0%,#ff7366 100%) !important;
}

.bet_amount {
    background: linear-gradient(to right, #2196f3 0%,#ff5346 100%) !important;
}

.betsize_count {
    background: linear-gradient(to bottom, #2369b6 0%,#033976 100%) !important;
    padding: 2px 15px 3px 15px !important;
}

.betsize_amount {
    background: linear-gradient(to bottom, #ba2545 0%,#9a0515 100%) !important;
    padding: 2px 15px 3px 15px !important;
}


.normalball {
    background: linear-gradient(to bottom, #ff7366 0%,#aa1525 100%) !important;
}

.powerball {
    background: linear-gradient(to bottom, #4da1fe 0%,#1359a6 100%) !important;
}


.size_lms {
    background: linear-gradient(to right, #ff7366 0%, #2196f3 50%, #d1ee7f 100%) !important;
}


.bet_sub {
    color: #fff !important;
    border: 1px solid #999;
    border-radius: 50%;
    box-shadow: 0 0 2px #fff;
    padding: 1px 6px 2px 5px;
    font-weight: 700;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 25px;
}

.odd {
    background: linear-gradient(to bottom, #4da1fe 0%,#1359a6 100%) !important;
}

.even {
    background: linear-gradient(to bottom, #ff7366 0%,#aa1525 100%) !important;
}

.small {
    background: linear-gradient(to bottom, #d1ee7f 0%,#5d9f03 100%) !important;
}


.betting_data table td div { display: inline-block; }

.loose-row { background: #ffffff !important; }
.loose-result { color: #4da1fe; font-weight: 700; }

.win-row { background: lightpink !important; }
.win-result { color: #ff5336; font-weight: 700; }


.empty-round {
    background: linear-gradient(to bottom,  #ffcccc 0%,#771515 100%) !important;
    box-shadow: 2px 2px 7px #fff inset;
    line-height: 40px;
    border-radius: 15px;
    padding: 20px 20px;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.page_title {
    color: #fff !important;
    border: 1px solid #999;
    border-radius: 15px;
    box-shadow: 0 0 2px #fff;
    padding: 2px 10px 3px 10px;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    text-align: center !important;
    margin-bottom: 10px;
}

.wait {
    background: linear-gradient(to bottom, #4da1fe 0%,#1359a6 100%) !important;
    color: #fff;
}
.waitjob {
    background: linear-gradient(to bottom, #1d619e 0%,#133976 100%) !important;
    color: #fff;
}
.success {
    background: linear-gradient(to bottom, #d1ee7f 0%, #5d9f03 100%) !important;
    color: #fff;
}
.cancel {
    /*	background: linear-gradient(to bottom, #ff7366 0%,#aa1525 100%) !important; */
    background: linear-gradient(to bottom, #ccc 0%,#555 100%) !important;
    color: #fff;
}

.head-noti .badge {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    line-height: 18px;
    margin-right: 5px;
    position: relative;
    width: 23px;
    padding: 0;
    font-size: 12px;
}

.head-noti .badge.active,
.head-noti .badge:hover {
    border-color: #00bbff;
}

.head-noti .badge-black {
    background-color: #000;
}

.head-noti .badge-azure {
    background-color: #2CA8FF;
}

.head-noti .badge-green {
    background-color: #18ce0f;
}

.head-noti .badge-orange {
    background-color: #f96332;
}

.head-noti .badge-yellow {
    background-color: #FFB236;
}

.head-noti .badge-danger {
    background-color: #f44336;
}

.head-noti .badge-blue {
    background-color: #007bff;
}

.head-noti .badge-purple {
    background-color: #9368E9;
}

.head-noti .badge-white {
    background-color: rgba(200, 200, 200, 0.2);
}

.head-noti .badge-rose {
    background-color: #e91e63;
}

.head-noti .badge-red {
    background-color: #f44336;
}

.stat_title {
    color: #fff !important;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 0 5px #aaa;
    padding: 8px 10px 6px 10px;
    font-weight: 700;
    line-height: 19px;
    font-size: 18px;
    display: inline-block;
    text-align: center !important;
    margin-bottom: 10px;
}

.stat_text {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-top: 5px;
    padding-top: 2px;
    width: 100% !important;
    border-top: 1px solid #eee;
}

.stat_main {
    color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    /*	box-shadow: 0 0 7px #ccc;*/
    padding: 10px 10px 11px 10px;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    justify-items: center;
    text-align: center !important;
    line-height: 40px;
    margin: 20px 0 10px 0;
    box-shadow:  5px 5px 10px #aaa, 	-5px -5px 10px #ddd;
}

.bg_stat {
    background: linear-gradient(to bottom, #001e57 0%, #8B95B0 100%) !important;
    color: #fff;
}

.bg_stat_blue {
    background: linear-gradient(to bottom, #66B3DD 0%, #5493B5 100%) !important;
    color: #fff;
}

.bg_stat_red {
    background: linear-gradient(to bottom, #DD666A 0%, #B55457 100%) !important;
    color: #fff;
}

.bg_stat_green {
    background: linear-gradient(to bottom, #66DD80 0%, #54B569 100%) !important;
    color: #fff;
}

.bg_stat_yellow {
    background: linear-gradient(to bottom, #DDCF66 0%, #B5AA54 100%) !important;
    color: #fff;
}

.bg_stat_powerball {
    background: linear-gradient(to bottom, #77BAED 0%, #6299C5 100%) !important;
    color: #fff;
}

.bg_stat_normalball {
    background: linear-gradient(to bottom, #ED7785 0%, #C5626D 100%) !important;
    color: #fff;
}

.btn-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    border: 1px solid #999;
    text-shadow: 0 0 3px #000 ;
    font-family: 'Roboto';
    font-size:16px;
    background: #555555;
}
.btn-ball::after {
    content: "";
    width: 58%;
    height: 32%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1px;
    background: linear-gradient(180deg,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 1%,rgba(255,255,255,0) 100%);
    border-radius: 20px / 10px;
}

.btn-ball-yellow {
    background: #ffb813;
}
.btn-ball-yellow:hover {
    background: #ffa800;
}

.btn-ball-blue {
    background: #47a9eb;
}
.btn-ball-blue:hover {
    background: #008be9;
}

.btn-ball-red {
    background: #f75f4f;
}
.btn-ball-red:hover {
    background: #f91800;
}

.btn-ball-green {
    background: #33baa0;
}
.btn-ball-green:hover {
    background: #009377;
}

.btn-ball-gray {
    background: #999999;
}

.ball-game-ball-number {
    color: #fff;

}

.roulette_ball1-back {
    background: linear-gradient(to bottom, #ffdd35 0%,#9e9e0e 100%) !important;
}
.roulette_ball2-back {
    background: linear-gradient(to bottom, #ffcc35 0%,#9e8e0e 100%) !important;
}
.roulette_ball3-back {
    background: linear-gradient(to bottom, #ffbb35 0%,#9e7e0e 100%) !important;
}
.roulette_ball4-back {
    background: linear-gradient(to bottom, #ffaa35 0%,#9e6e0e 100%) !important;
}
.roulette_ball5-back {
    background: linear-gradient(to bottom, #ff9935 0%,#9e5e0e 100%) !important;
}

.pick1_powerball-back {
    background: linear-gradient(to bottom, #ffdd35 0%,#9e9e0e 100%) !important;
}
.pick2_powerball-back {
    background: linear-gradient(to bottom, #ffcc35 0%,#9e8e0e 100%) !important;
}
.pick3_powerball-back {
    background: linear-gradient(to bottom, #ffbb35 0%,#9e7e0e 100%) !important;
}
.pick4_powerball-back {
    background: linear-gradient(to bottom, #ffaa35 0%,#9e6e0e 100%) !important;
}
.pick5_powerball-back {
    background: linear-gradient(to bottom, #ff9935 0%,#9e5e0e 100%) !important;
}

.pick6_powerball-back {
    background: linear-gradient(to bottom, #99cc55 0%,#6e9e1e 100%) !important;
}

.win_pick {
    background: #333355;
    font-size:12px;
    font-weight:300;
    color: white;
}

.win_pick2 {
    background: #77ee77;
    font-size:12px;
    font-weight:700;
}

.total_tr {
    height:40px; line-height: 30px; font-size: 12px; font-weight: 700;
    background: #335 !important; color: #fff;
}

.plus_symbol {
    width:24px; height:24px; border-radius: 50%; border: 1px solid #fff; color:#fff; font-weight: 600;
    font-size:12px; padding: 2px 5px 3px 5px; margin-right:5px;
}

.image-center { text-align: center; }
.image-right { text-align: right; }
.image-left { text-align: left; }


#page{display:table;position: relative;clear: both;margin:30px auto; text-align:center; color:#777;}
#page span {display:table-cell;vertical-align:middle;}
#page a {position: relative; display:inline-block; float:left; width:35px; height:35px; margin:0; padding:0; color:#333; line-height: 35px; border-radius:18px;}
#page a.on {background:#00bcd4; color:#fff; font-weight:bold; border-color:#00bcd4;}
#page a.first {background:url(/img/comm/navi.jpg) no-repeat 2px -2px; }
#page a.prev {background:url(/img/comm/navi.jpg) no-repeat -33px -2px;}
#page a.next {background:url(/img/comm/navi.jpg) no-repeat -273px -2px;}
#page a.last {background:url(/img/comm/navi.jpg) no-repeat -308px -2px;}
