@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url("https://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

/* Common */
body { line-height: 22px; font-size: 13px; background-color: #383b42; background-repeat: no-repeat; background-position: center bottom; background-attachment:fixed; background-size:cover; line-height: 22px; font-size: 14px; color: #ccc;}
body.is-mobile { font-size:14px; }
body.is-pc .ko { font-size:12px; }
a {
    color: #ccc !important;
    cursor: pointer;
    text-decoration: none;
}
a:hover, a:focus, a:active { color: #fff; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
h1, h1 a { font-family: "Noto Sans KR", sans-serif; }
h2, h2 a { font-family: "Noto Sans KR", sans-serif; }
h3, h3 a { font-family: "Noto Sans KR", sans-serif; }
h4, h4 a { font-family: "Noto Sans KR", sans-serif; }
h5, h5 a { font-family: "Noto Sans KR", sans-serif; }
blockquote { font-size: 12px; margin:0px 0px 20px; }

/* Font */
.ko { font-family:dotum, sans-serif; }
.ko small { font-family:dotum, sans-serif; }
.en { font-family:"Noto Sans KR", sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
.font-15{font-size:15px}

/* Thema Common */
.wrapper { position:relative; overflow:hidden; margin:0 auto; background:#383b42; }
.at-content, .at-main, .at-side { position:relative; background: #383b42; overflow:hidden; }
.is-pc .at-content { min-height:600px; }
.at-slide { transition: all 0.3s ease-in-out; }

/* Sidebar */
.aside-menu-in .wrapper { }
.at-sidebar { top: 0px; width: 280px; height: 100%; right: -320px; position: fixed; z-index:99999; background: rgb(34, 34, 34); border-left:1px solid #333; color: rgb(136, 136, 136); margin-left:40px; }
.at-sidebar label { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
.at-sidebar .close-box { position:absolute; top:0; left:0; margin-left:-35px; margin-top:65px; background: rgb(34, 34, 34); color: rgb(255, 255, 255); text-align:center; width:36px; height:36px; z-index:999999; line-height:36px; border:1px solid rgb(51, 51, 51); border-right:0px; -webkit-backface-visibility: hidden; cursor:pointer; }
.at-sidebar .close-box i { font-size: 16px; font-weight: 300 !important; }
.at-sidebar .sidebar-wrap { overflow:auto; height:100%;	-webkit-overflow-scrolling:touch; }
.at-sidebar .sidebar-title { margin: 0px; padding: 8px 20px; color: rgb(97, 97, 97); text-transform: uppercase; overflow: hidden; font-size: 11px; position: relative;  }
.at-sidebar .sidebar-title::after { background: rgb(51, 51, 51); left: 15px; top: 26px; width: 80px; height: 1px; position: absolute; content: "";  }
.at-sidebar .sidebar-box { padding: 20px; }
.at-sidebar .sidebar-box h5 { font-size: 12px; }
.at-sidebar .sidebar-nav { margin-bottom:20px; }
.at-sidebar .sidebar-nav > ul { list-style: none; margin: 0px; padding: 0px; }
.at-sidebar .sidebar-nav > ul > li { border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid; }
.at-sidebar .sidebar-nav > ul > li > a { padding: 6px 20px; color: rgb(176, 176, 176); display: block; }
.at-sidebar .sidebar-nav > ul > li > a:hover { background: rgb(41, 41, 41); color: rgb(255, 255, 255); text-decoration: none; }
.at-sidebar .sidebar-nav > ul > li > a > i { margin-right: 5px; }
.at-sidebar .profile-box { padding: 20px 20px 0px; }
.at-sidebar .profile { height:95px; }
.at-sidebar .profile h3 { color: rgb(255, 255, 255); font-size:20px; line-height:30px; padding:8px 0px; margin:0px; letter-spacing:-1px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.at-sidebar .profile p { color: rgb(138, 138, 138); padding:0px; margin:0px; }
.at-sidebar .badge { font-weight:normal; }
.at-sidebar .profile-photo { width:80px; height:80px; margin:0px; margin-right:15px; border-radius: 50%; border:4px solid #000; -webkit-box-shadow: 0 0 0 5px rgb(34,34,34), 0 0 10px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 0 5px rgb(34,34,34), 0 0 10px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 5px rgb(34,34,34), 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.at-sidebar .profile-photo img { width:100%; height:100%; border-radius: 50%; }
.at-sidebar .profile-photo i { width:100%; height:100%; font-size:40px; line-height:72px; text-align:center; color:#666;}
.at-sidebar .btn-admin { border: 1px solid rgb(223, 17, 25); border-image: none; color: rgb(255, 255, 255) !important; background-color: rgb(223, 27, 35); background-image: none; }
.at-sidebar .btn-admin:hover, .sidebar .btn-admin:focus, .sidebar .btn-admin:active { border-color: rgb(213, 7, 15); color: rgb(255, 255, 255) !important; background-color: rgb(213, 7, 15); background-image: none; }
.at-sidebar .btn-upload { border: 1px solid rgb(223, 17, 25); border-image: none; color: rgb(255, 255, 255) !important; background-color: rgb(233, 27, 35); background-image: none; }
.at-sidebar .btn-upload:hover, .sidebar .btn-upload:focus, .sidebar .btn-upload:active { border-color: rgb(213, 7, 15); color: rgb(255, 255, 255) !important; background-color: rgb(213, 7, 15); background-image: none; }
.at-sidebar .btn-logout { border: 1px solid rgb(223, 17, 25); border-image: none; color: rgb(255, 255, 255) !important; background-color: rgb(223, 27, 35); background-image: none; }
.at-sidebar .btn-logout:hover, .sidebar .btn-logout:focus, .sidebar .btn-logout:active { border-color: rgb(213, 7, 15); color: rgb(255, 255, 255) !important; background-color: rgb(213, 7, 15); background-image: none; }

/*side*/
.st-menu .side-box{border-top:solid 1px #ddd;margin-top: 10px;}
.st-menu .side-circle img{width: 45px;border: solid 1px #d8d8d8;border-radius: 50%; padding: 3px; margin-top: -4px;margin-left: -14px; margin-right: 15px;}
.st-menu .profile .side-circle img{margin-left:14px}
.st-menu .profile h3{padding-top: 5px;font-size:19px}

/* LNB */
.at-lnb { background: rgb(255, 255, 255); border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid; }
.at-lnb ul.menu > li > a { letter-spacing:-1px; font-size:11px; padding-right:1px; }
.at-lnb .at-lnb-icon { float: left; }
.at-lnb .at-lnb-icon > ul.menu { list-style: none; margin: 0px; padding: 0px; }
.at-lnb .at-lnb-icon > ul.menu > li { border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left; display: inline-block; position: relative; }
.at-lnb .at-lnb-icon > ul.menu > li:last-child { border: 0px currentColor; border-image: none; }
.at-lnb .at-lnb-icon > ul.menu > li > a { padding: 6px 15px; color: rgb(51, 51, 51); display: block; }

.at-lnb-dark.at-lnb { background: rgb(2, 2, 2); border-bottom-color: rgb(34, 34, 34); border-bottom-width: 1px; border-bottom-style: solid; }
.at-lnb-dark.at-lnb .at-lnb-icon > ul.menu > li { border-color: rgb(34, 34, 34); }
.at-lnb-dark.at-lnb .at-lnb-icon > ul.menu > li > a { color: rgb(255, 255, 255); }
.at-lnb-dark.at-lnb .at-lnb-menu > ul.menu > li { border-color: rgb(34, 34, 34); }
.at-lnb-dark.at-lnb .at-lnb-menu > ul.menu > li > a { color: rgb(255, 255, 255); }

.at-lnb-gray.at-lnb { background: rgb(248, 248, 248); border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid; }
.at-lnb-gray.at-lnb .at-lnb-icon > ul.menu > li { border-color: rgb(228, 228, 228); }
.at-lnb-gray.at-lnb .at-lnb-icon > ul.menu > li > a { color: rgb(51, 51, 51); }
.at-lnb-gray.at-lnb .at-lnb-menu > ul.menu > li { border-color: rgb(228, 228, 228); }
.at-lnb-gray.at-lnb .at-lnb-menu > ul.menu > li > a { color: rgb(51, 51, 51); }

.at-lnb .at-lnb-menu { float: right; }
.at-lnb .at-lnb-menu i { margin-right:6px; }
.at-lnb .at-lnb-menu > ul.menu { list-style: none; margin: 0px; padding: 0px; }
.at-lnb .at-lnb-menu > ul.menu > li { border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left; display: inline-block; position: relative; }
.at-lnb .at-lnb-menu > ul.menu > li:last-child { border: 0px currentColor; border-image: none; }
.at-lnb .at-lnb-menu > ul.menu > li > a { padding: 6px 15px; color: rgb(51, 51, 51); display: block; }
.at-lnb .lnb-txt { display: inline; }

/* Header */
.at-header { padding:15px 10px 15px; background: rgb(255, 255, 255); }
.at-header .header-logo {/* padding:0px 20px 10px;*/ }
.at-header .header-logo a { font-size:22px; line-height:30px; font-weight:bold; letter-spacing:0px; color:#fff; -webkit-font-smoothing: antialiased; }
.at-header .header-logo a:hover { color:#fff; }
.at-header .header-desc { font-size:11px; font-weight:normal; letter-spacing:-1px; color:#888; }

.at-header .header-search { display:none;padding-bottom:10px}
.at-header .header-search form {margin:0px 0px 4px;border:solid 1px #b2b2b2;padding:5px 0;background:#fff;border-radius:4px}
.at-header .header-search input { box-shadow:none;border:0}
.at-header .header-search .btn {background:#fff}
.at-header .header-search input.font-16{font-size:16px}
.at-header .header-search .input-group .form-control{z-index:0}

.at-header .left-menu button{background:transparent;border:0}
.at-header .left-menu,.at-header .right-menu{margin-top:10px;cursor:pointer}

/* Menu */
.navbar { min-height:10px; }
.navbar .container { position:relative; }
.navbar-fixed { left: 0px; width: 100%; }
.navbar-fixed .navbar { width: 100%; }
.at-navbar { margin:0px; padding:0px; border-radius:0px; z-index: 1000; background: rgb(38, 38, 38); border:0px; }
.at-navbar .navbar-collapse { border-color: rgb(231, 231, 231); padding:0px; }
.at-navbar .navbar-nav  { padding:0px; margin:0px; position:absolute; left:0px; top:0px; width:100%; }
.at-navbar .navbar-nav .old,
.at-navbar .navbar-nav .sub-old { display: none; }
.at-navbar .navbar-nav .new { color: rgb(233, 75, 59); margin-left:6px; }
.at-navbar .navbar-nav .sub-on > a,
.at-navbar .navbar-nav .sub2-on > a { font-weight:bold; color:crimson; }
.at-navbar .navbar-nav .sub-off > a,
.at-navbar .navbar-nav .sub2-off > a { font-weight:normal; }
.at-navbar .navbar-nav .sub-new { color: rgb(233, 75, 59); margin-left:6px; }
.at-navbar .navbar-nav .sub-caret { margin-top:2px; }

.at-navbar .navbar-nav > li { margin:0px; padding:0px; border-right:1px solid rgb(0, 0, 0); }
.at-navbar .navbar-nav > li:first-child { border-left:1px solid rgb(0, 0, 0); }
.at-navbar .navbar-nav > li > a { color: rgb(255, 255, 255); height:46px; line-height:46px; padding: 0px 20px; font-weight: bold; margin:0px; border-bottom:4px solid rgb(0, 0, 0); letter-spacing:-1px; border-radius: 0px; }
.at-navbar .navbar-nav.nav-12 > li > a { font-size: 12px; }
.at-navbar .navbar-nav.nav-13 > li > a { font-size: 13px; }
.at-navbar .navbar-nav.nav-14 > li > a { font-size: 14px; }
.at-navbar .navbar-nav.nav-15 > li > a { font-size: 15px; font-family: "Noto Sans KR", sans-serif; line-height:40px; }
.at-navbar .navbar-nav.nav-16 > li > a { font-size: 16px; font-family: "Noto Sans KR", sans-serif; line-height:40px; }
.at-navbar .navbar-nav.nav-17 > li > a { font-size: 17px; font-family: "Noto Sans KR", sans-serif; line-height:40px; }
.at-navbar .navbar-nav.nav-18 > li > a { font-size: 18px; font-family: "Noto Sans KR", sans-serif; line-height:40px; }

.at-navbar .navbar-nav > li > a:hover,
.at-navbar .navbar-nav > li > a:focus,
.at-navbar .navbar-nav > .active > a,
.at-navbar .navbar-nav > .active > a:hover,
.at-navbar .navbar-nav > .active > a:focus,
.at-navbar .navbar-nav > .open > a,
.at-navbar .navbar-nav > .open > a:hover,
.at-navbar .navbar-nav > .open > a:focus { color: rgb(255, 255, 255); border-bottom:4px solid rgb(233, 27, 35); background: rgb(0, 0, 0); letter-spacing:-1px; border-radius: 0px; }

.at-navbar .dropdown-menu { padding:0px; background: rgb(255, 255, 255); border: 0px; border-radius: 0px; font-size:12px !important; }
.at-navbar .dropdown-menu ul { border:0px; padding:0px; margin:0px; list-style:none; border-radius: 0px; }
.at-navbar .dropdown-menu ul > li { padding:0px; margin:0px; border-bottom:1px solid rgb(238, 238, 238); }
.at-navbar .dropdown-menu ul > li > a { display:block; padding: 7px 16px; color: rgb(51, 51, 51); line-height:18px; }
.at-navbar .dropdown-menu ul > li:hover { background: rgb(233, 27, 35); color: rgb(255, 255, 255); }
.at-navbar .dropdown-menu ul > li:hover > a { color: rgb(255, 255, 255); }
.at-navbar .dropdown-menu ul > li:last-child { border:0px; }

.at-navbar .dropdown-submenu { position: relative; }
.at-navbar .dropdown-submenu > .dropdown-menu { left: 100%; top: 0px; margin-top: 0px; margin-left: -10px; }

.at-navbar .navbar-nav li.line,
.at-navbar .navbar-nav li.line:hover { background:#f5f5f5 !important; border-bottom:1px solid rgb(238, 238, 238) !important; }
.at-navbar .navbar-nav li.line > a,
.at-navbar .navbar-nav li.line:hover > a { color: rgb(0, 0, 0) !important; font-weight:bold; }

.at-navbar .navbar-nav li.line-sub,
.at-navbar .navbar-nav li.line-sub:hover { background:#f5f5f5 !important; border-bottom:1px solid rgb(238, 238, 238) !important; }
.at-navbar .navbar-nav li.line-sub > a,
.at-navbar .navbar-nav li.line-sub:hover > a { color: rgb(0, 0, 0) !important; font-weight:bold; }

.at-navbar.navbar-contrasted .navbar-nav > li > a:hover,
.at-navbar.navbar-contrasted .navbar-nav > li > a:focus,
.at-navbar.navbar-contrasted .navbar-nav > .open > a,
.at-navbar.navbar-contrasted .navbar-nav > .open > a:hover,
.at-navbar.navbar-contrasted .navbar-nav > .open > a:focus { color: rgb(255, 255, 255) !important; background: rgb(44, 44, 44); }

.at-navbar.navbar-contrasted .dropdown-menu { background: rgb(44, 44, 44); border: 0px; border-radius: 0px; }
.at-navbar.navbar-contrasted .dropdown-menu ul > li { border-bottom:1px solid rgb(34, 34, 34); }
.at-navbar.navbar-contrasted .dropdown-menu ul > li > a { color: rgb(255, 255, 255); }
.at-navbar.navbar-contrasted .dropdown-menu ul > li:hover { background: rgb(55, 55, 55); }
.at-navbar.navbar-contrasted .dropdown-submenu > .dropdown-menu { background: rgb(38, 38, 38); }
.at-navbar.navbar-contrasted .dropdown-submenu > .dropdown-menu ul > li { border-bottom:1px solid rgb(28, 28, 28); }
.at-navbar.navbar-contrasted .dropdown-submenu > .dropdown-menu ul > li:hover { background: rgb(14, 14, 14); }

.at-navbar.navbar-contrasted .navbar-nav li.line,
.at-navbar.navbar-contrasted .navbar-nav li.line:hover { background: rgb(34, 34, 34) !important; border-bottom:1px solid rgb(34, 34, 34) !important; }
.at-navbar.navbar-contrasted .navbar-nav li.line > a,
.at-navbar.navbar-contrasted .navbar-nav li.line:hover > a { color: rgb(255, 255, 255) !important; font-weight:bold; }

.at-navbar.navbar-contrasted .navbar-nav li.line-sub,
.at-navbar.navbar-contrasted .navbar-nav li.line-sub:hover { background: rgb(14, 14, 14) !important; border-bottom:1px solid rgb(34, 34, 34) !important; }
.at-navbar.navbar-contrasted .navbar-nav li.line-sub > a,
.at-navbar.navbar-contrasted .navbar-nav li.line-sub:hover > a { color: rgb(255, 255, 255) !important; font-weight:bold; }

.at-navbar .navbar-icon a { font-size:20px !important; }
.at-navbar .navbar-menu-btn { padding-top:8px; height:46px; z-index:1001; }
.at-navbar .navbar-menu-btn .btn { padding:4px 8px; margin-top:0px; }
.at-navbar .navbar-menu-bar { height:1px; border-top:4px solid rgb(0, 0, 0); margin:-4px 0px 0px; width:100%; }

/* PC All Menu */
.menu-all-wrap { background: #fff; overflow:hidden; line-height:24px; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.3); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.3); }
.menu-all-wrap .container { overflow:hidden; }
.menu-all-wrap .menu-all-container { position:relative; padding:20px 0px 15px; margin:0; overflow:hidden; margin-right:-30px; min-height:60px; }
.menu-all-wrap .menu-all { padding:0; margin:0; list-style:none; }
.menu-all-wrap .old,
.menu-all-wrap .sub-old { display:none; }
.menu-all-wrap .new { color: rgb(233, 75, 59); }
.menu-all-wrap .sub-on a { font-weight:bold; color:crimson; }
.menu-all-wrap .sub-off a { font-weight:normal; }
.menu-all-wrap .sub-new { color: rgb(233, 75, 59); }
.menu-all-wrap .menu-all-head { padding:0px; margin:0px; background:#fff; overflow:hidden; }
.menu-all-wrap .menu-all-head a { display:block; cursor:pointer; }
.menu-all-wrap .menu-all-head ul { display:block; }
.menu-all-wrap .menu-all-head-item { margin-bottom:10px; margin-right:30px; }
.menu-all-wrap .menu-all-main { display:block; font-weight:bold; font-size:15px; letter-spacing:-1px; margin:0px; padding:0px; padding-bottom:6px; padding-right:6px; border-bottom-width:2px; border-bottom-style:solid; }
.menu-all-wrap .menu-all-main.is-sub::after { font-family: "FontAwesome"; float: right; content: "+"; }
.menu-all-wrap .menu-all-head.active .menu-all-main { }
.menu-all-wrap .menu-all-sub { padding:10px; margin:0px; }
.menu-all-wrap .sub-line { display:block; margin:14px 0px 10px; line-height:20px; padding:0; padding-bottom:6px; padding-right:6px; font-weight:bold; position: relative; border-bottom:1px solid #333; }

/* Mobile All Menu */
.mobile-menu-in .wrapper { }
.mobile-menu { 
	background:#000;  top: 0px; left: -245px; width: 240px; height: 100%; position: fixed; z-index:99998; overflow:auto; 
	box-shadow: 0px 2px 10px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.3); -webkit-overflow-scrolling:touch;
}
.mobile-menu .menu-icon { display:table; width:100%; table-layout:fixed; border-bottom:1px solid #ddd; background:#333; }
.mobile-menu .menu-icon a { display:table-cell; height:34px; line-height:22px; padding:6px 0px; text-align:center; }
.mobile-menu .menu-all { padding:0px; margin:0px; list-style:none; overflow:hidden; background:#fff; }
.mobile-menu .old,
.mobile-menu .sub-old { display:none; }
.mobile-menu .new { color: rgb(233, 75, 59); }
.mobile-menu .sub-on a { font-weight:bold; color: crimson; }
.mobile-menu .sub-off a { font-weight:normal; }
.mobile-menu .sub-new { color: rgb(233, 75, 59); }
.mobile-menu .menu-all-head { padding:0px; margin:0px; }
.mobile-menu .menu-all-head a { display:block; cursor:pointer; }
.mobile-menu .menu-all-main { display:block; padding:7px 10px; padding-right:15px; line-height:28px; border-bottom:1px solid #ddd; font-weight:bold; font-size:15px; letter-spacing:-1px; padding-right:6px; }
.mobile-menu .menu-all-head.active .menu-all-main { color:#000; border-bottom:1px solid #000; }
.mobile-menu .menu-all-main.is-sub::after { color:#ddd; font-family: "FontAwesome"; float: right; content: "\f0d7"; padding-right:10px; }
.mobile-menu .menu-all-head.active .menu-all-main.is-sub::after { color:#000; }
.mobile-menu .menu-all-head .menu-all-sub { display:none; background:#fafafa; }
.mobile-menu .menu-all-head.active .menu-all-sub { display:block; }
.mobile-menu .menu-all-head .menu-all-sub-item { border-bottom:1px solid #ddd; }
.mobile-menu .menu-all-head .menu-all-sub-item:last-child { border-bottom:1px solid #000; }
.mobile-menu .menu-all-head .menu-all-sub-item a { padding:6px 10px; padding-left:20px; line-height:24px; }
.mobile-menu .menu-all-head .menu-all-sub-item.sub-line a { font-weight:bold; background:#efefef; }

/* Footer */
.at-footer{background:#383b42;}
.at-footer .at-map { display:block; }
.at-footer .at-map ul { list-style:none; padding:0px; margin:0px}
.at-footer .at-map ul:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-map ul li { float:left; font-size:12px; display:inline-block; text-align:center; }
.at-footer .at-map ul li a { display:inline-block; color:#888; line-height:40px; height:40px; padding:0px 12px; }
.at-footer .at-map ul li a:hover { color:#000; }
.at-footer .at-map ul li span { letter-spacing:-1px; padding-right:1px; }

.at-footer .at-copyright { letter-spacing:0; }
.at-footer .footer-txt { padding:3px 10px 30px; text-align:center; color:#888; }
.at-footer .footer-logo { margin-right:20px; color:#ddd; }
.at-footer .media { padding:15px 15px 10px; border-top:1px solid #eee; }
.at-footer .media-body ul { list-style:none; padding:0px; margin:0px;  }
.at-footer .media-body ul:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .media-body ul li { float:left; font-size:12px; padding-right:30px; color:#888; letter-spacing:-1px; }
.at-footer .media-body ul li a { color:#888; text-decoration:none; }
.at-footer .media-body ul li a:hover { color:#000; }
.at-footer .media-body ul li span { letter-spacing:0; }
.at-footer .gap{padding:0 2px;color:#dbd8d8}
.at-footer .box{border:solid 1px #404040;width:66px;height:25px;margin: 2px;display:inline-block}

/* Go-Top */
#toTop { background: rgba(0, 0, 0, 0.5); border-radius: 50%; border: currentColor; border-image: none; width: 46px; height: 46px; right: 20px; bottom: 10px; text-indent: 100%; overflow: hidden; text-decoration: none; display: none; position: fixed; }
.is-mobile #toTop { right:5px; bottom:5px; }
#toTopHover { width: 46px; height: 46px; overflow: hidden; float: left; display: block; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop::before { left:0px; top:0px; width: 46px; height: 46px; text-align: center; color: #fff; line-height: 42px; text-indent: 0px; font-family: "FontAwesome"; font-size: 32px; position: absolute; content: "\f106"; }

/* Page Title */
.page-title { position:relative; background-color: #fafafa; border-bottom:1px solid #ddd; }
.page-title {background:#bfbfbf;background-repeat: no-repeat;background-size: 100%;}
.page-title h2 { color:white; margin: 0px; padding: 24px 0px; font-size: 22px; float:left; }
.page-title h2 a span { color: rgb(0, 0, 0); }
.page-title .breadcrumb { background: none; margin: 0px; padding:0px; padding-top: 26px; border-radius: 0px; float: right; }
.page-title .breadcrumb .active { color: #888; font-size:11px; }
.page-header { margin: 0px; border: 0px currentColor; border-image: none; }
.page-header p { font-size: 16px; }

/* Site Size & Responsive */
.no-responsive .wrapper { min-width:1200px; }
.no-responsive .boxed.wrapper { width:1200px; }
.no-responsive .container { width:1170px; }
.no-responsive .boxed .navbar-fixed .navbar { width: 1200px; }

/*SideNav*/
.sidenav .side-circle img{width:55px;border-radius: 50%;}
.sidenav .profile{padding: 0px 0px 0px;}
.sidenav .profile .photo img{border-radius:50%}
.sidenav .myname{margin-top:5px;margin-left:5px}
.sidenav h3{margin:0}
.sidenav .signin{    height: 95px;padding:20px}
.sidenav .signin a{color:white}
.sidenav .signin h2{margin:0;padding-top: 25px;}
.sidenav .signin .side-circle{margin-top: 21px;}
.sidenav .signin .side-circle img{width:45px}

/* Side */
.st-container .st-menu {background: #ededed;}

/* Divide */
.divide .at-header{border-bottom: solid 1px #ddd;}
.divide .swipe-menu{background:#fff}
.divide .at-header{padding-bottom:10px}
.divide .header-search{display:block}
.divide .swipe-menu.nav-tabs>li.active{color:#d75151;}
.divide .header-search{display:none}

/* Don't modify about Swipe */
.swipe {overflow: hidden;visibility: hidden;position: relative;}
.swipe-content {overflow: hidden;position: relative;}
.swipe-content > div {float:left;width:100%;position: relative;}

/* Swipe-menu-style */
.swipe-menu.nav-tabs{border-bottom:0}
.swipe-menu.nav-tabs>li {color: #fff;border:0;margin:12px 0 12px;cursor:pointer;}
.wide.swipe-menu.nav-tabs>li.active{border:0;background-color:transparent;border-bottom:red solid 2px;}
.narrow.swipe-menu.nav-tabs>li.active span{border-bottom:solid 2px;padding: 0 5px 9px;}
.swipe-menu.nav>li, .swipe-menu.nav>li{ width: 25%;background-color:transparent}
.nav:before{
	content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #2a9988, #5fb538);
}
.swipe-menu.nav-tabs>li.active{color:white;}


.swipe-menu2.nav-tabs{border-bottom:0}
.swipe-menu2.nav-tabs>li {color: #fff;border:0;margin:12px 0 12px;cursor:pointer;}
.wide.swipe-menu2.nav-tabs>li.active{border:0;background-color:transparent;border-bottom:red solid 2px;}
.narrow.swipe-menu2.nav-tabs>li.active span{border-bottom:solid 2px;padding: 0 5px 9px;}
.swipe-menu2.nav>li, .swipe-menu2.nav>li{ width: 25%;background-color:transparent}
.swipe-menu2.nav-tabs>li.active{color:white;}
/*Color*/
.btn.btn-color {color: #fff !important; border-image: none !important; background-image: none !important;border: 1px solid #424242;  background-color: #424242; } /*btn*/
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color:  #d75151;color:#fff}	
.bg-color, i.bg-color, .badge.bg-color {/*background:#d75151;*/color:#000; } /*bg*/
.trans-bg-color { background-color: rgba(250, 107, 49, 0.7) !important; color: #fff !important; } /*bg-trans*/
.border-color, i.border-color, img.border-color {border-color: #d75151; } /*border*/ 
.hover-color:hover {background:#d75151;color:#fff }/*hover*/ 
.color, i.color { color: #d75151;} /*color*/ 
a:hover, a:focus, a:active{ color:#d75151;}
.at-navbar .dropdown-menu ul > li:hover > a{color:white}

/*Main*/
.madrid-main{background:#383b42}

/*Main-bg-color*/
.swipe-content{background:#383b42}
.swipe-content > div{background:#383b42}
.madrid-main .col-md-6{background:#fff}

/*Side Menu*/
nav { height: 100%; width: 100%;background-color: #2d2f31;left: 0; top: 0; z-index: 3;position: fixed; overflow-y: scroll; overflow-x: visible;transform: translate(-280px,0); -ms-transform: translate(-100%,0);-webkit-transform: translate(-100%,0); display:none;}
.ssm-overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0,0.4);display: none;z-index: 2;}

@media all and (min-width:1200px) {
	.responsive .boxed.wrapper { margin: auto; width: 1200px; }
	.responsive .boxed .navbar-fixed .navbar { width: 1200px; }
}

@media all and (max-width: 991px) {
	/* BS3 */
	.responsive .navbar-header { float: none; }
    .responsive .navbar-toggle { display: block; }
    .responsive .navbar-collapse { margin-left:-15px; margin-right:-15px; }
	.responsive .navbar-collapse.collapse { display: none !important; }
    .responsive .navbar-collapse.collapse.in { display: block !important; }
	.responsive .menu-all-wrap .menu-all-head { width:25% !important; }
	.responsive .at-footer .at-map ul { padding:10px 0px; border-bottom:1px solid #eee; }
	.responsive .at-footer .at-map ul li { display:block; width:25%; text-align:left; }
	.responsive .at-footer .at-map ul li a { height:28px; line-height:28px; }
	.responsive .at-footer .at-map .pull-right { float:left !important; }
	.responsive .at-footer .media { border:0px; }
}

@media all and (max-width:767px) {
	.responsive .menu-all-wrap .menu-all-head { width:33.3% !important; }
	.responsive .at-header .header-container { padding-left:0px !important; }
	.responsive .at-header .header-desc { display:none !important; }
	.responsive .at-header .header-search { margin:0px auto; text-align:center; }
	.responsive .at-box { text-align: center; }
	.responsive .at-content { padding:10px;margin:20px 0 }
	.responsive .at-footer .at-map ul li { width:33.3%; }
}

@media all and (max-width:511px) {
	.responsive .menu-all-wrap .menu-all-head { width:50% !important; }
	.responsive .menu-all-wrap .menu-all-head ul { display:none; }
	.responsive .menu-all-wrap .menu-all-head.active ul { display:block; }
	.responsive .menu-all-wrap .menu-all-main { border-bottom-width:1px; border-bottom-color:#ddd; padding-bottom:8px; }
	.responsive .menu-all-wrap .sub-line { border-bottom:1px dotted #aaa; }
	.responsive .borer-right:{border-right:0}
}

@media all and (max-width:480px) {
	.responsive .at-lnb .lnb-txt { display: none; }
	.responsive .at-header .header-search { margin:0px auto; text-align:center; }
	.responsive .at-footer .at-map ul li { width:50%; }
	.responsive .menu-all-wrap .menu-all-head { width:100% !important; }

}

/* Bootstrap3 ----------------------------------------------------------------------------------- */

/* Button */
.btn { font-family: "Noto Sans KR", sans-serif; border-radius: 2px; border: 1px solid transparent; font-weight: normal; vertical-align: middle; white-space: nowrap; cursor: pointer; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Tabs */
.tabs { margin-bottom: 0px; }
.tabs::before { display: table; content: " "; }
.tabs::after { display: table; content: " "; }
.tabs::after { clear: both; }
.tabs div.tab-content { border-width: 0px 1px 1px; border-style: solid; border-color: rgb(221, 221, 221); padding: 15px; border-radius: 0px; border-image: none; box-shadow: none; background-color: rgb(255, 255, 255); -webkit-box-shadow: 0; -moz-box-shadow: none; -moz-border-radius: none; -webkit-border-radius: 0; }
.tabs div.tab-content-inverse.tab-content { background: none; border: 1px solid rgb(238, 238, 238); border-image: none; }
.tabs ul.nav-tabs { margin: 0px; }
.tabs ul.nav-tabs li.active a { background: rgb(255, 255, 255); color: rgb(204, 204, 204); border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; }
.tabs ul.nav-tabs a { background: rgb(247, 247, 247); border-radius: 0px; border: 0px currentColor; border-image: none; color: rgb(51, 51, 51); margin-right: 0px; -moz-border-radius: 0; -webkit-border-radius: 0; }
.tabs ul.nav-tabs a:hover { color: rgb(233, 27, 35); border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; }
.tabs ul.nav-tabs a:active { border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; }
.tabs ul.nav-tabs a:focus { border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; }
.tabs ul.nav-tabs a { border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: rgb(221, 221, 221) currentColor rgb(238, 238, 238) rgb(238, 238, 238); border-image: none; font-size: 1em; }
.tabs ul.nav-tabs a:hover { border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: rgb(221, 221, 221) currentColor rgb(238, 238, 238) rgb(238, 238, 238); border-image: none; font-size: 1em; }
.tabs ul.nav-tabs a:last-child {	border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; }
.tabs ul.nav-tabs a:last-child:hover { border-right-color: rgb(221, 221, 221); border-right-width: 1px; border-right-style: solid; }
.tabs-centered { margin: 0px auto; width: 100%; display: table; }
.tabs-centered ul li { width: 100px; float: none; display: inline-block; }

/* Nav-Pills */
.nav-pills { border: 1px solid rgb(238, 238, 238); border-image: none; margin-bottom: 15px; }
.nav-pills > li > a { border-radius: 0px; border-right-color: rgb(224, 237, 237); border-right-width: 1px; border-right-style: solid; }
.nav-pills > li:last-child > a { border-radius: 0px; border-right-color: currentColor; border-right-width: 0px; border-right-style: none; }
.nav-pills > li > a:hover { background: rgb(245, 245, 245); }
.nav-pills > li > a:focus { background: rgb(245, 245, 245); }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a { background: none; color: rgb(55, 55, 55); }
.nav-pills > li.active > a:hover { background: none; color: rgb(55, 55, 55); }
.nav-pills > li.active > a:focus { background: none; color: rgb(55, 55, 55); }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group { margin-bottom: 30px; }
.panel-group .panel { border-radius: 0px; }
.panel-group .panel + .panel { margin-top: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.panel-group .panel-heading { padding: 12px 15px; position: relative; }
.panel-group .panel-heading a { color: rgb(51, 51, 51); }
.panel-group .panel-heading a i { color: rgb(55, 55, 55); margin-right: 5px; }
.panel .panel-heading { border-radius: 0px; }
.panel .panel-body { font-size:14px; }
.ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Noto Sans KR", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Table */
.table > thead > tr > th { vertical-align: middle; }
.table > tbody > tr > th { vertical-align: middle; }
.table > tfoot > tr > th { vertical-align: middle; }
.table > thead > tr > td { vertical-align: middle; }
.table > tbody > tr > td { vertical-align: middle; }
.table > tfoot > tr > td { vertical-align: middle; }
.table-no-border.table > thead > tr > th { padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.table-no-border.table > tbody > tr > th { padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.table-no-border.table > tfoot > tr > th { padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.table-no-border.table > thead > tr > td { padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.table-no-border.table > tbody > tr > td { padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.table-no-border.table > tfoot > tr > td { padding: 0px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none; }
.table > thead > tr > th { border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; }
.table > thead > tr { background: rgb(243, 243, 243); }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Noto Sans KR", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Noto Sans KR", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

.pc-link {
    display: block;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
    /* width: 100%; */
    height: 30px;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    background-color: #0caa08;
    /* margin-bottom: 60px; */
}
.pc-link2 {
    display: block;
    border-radius: 6px;
    margin: 10px;
    text-align: center;
    width: 30%;
    height: 30px;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    background-color: #0caa08;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
}
.login_box {
    width: 100%;
    padding: 6px 15px;
    overflow: hidden;
}

.login_box .user_img {
    display: table;
    float: left;
    margin-right: 1rem;
    margin-top: 10px;
}

.login_box .user_img > img {
    border-radius: 5rem;
    border: 1px solid #484848;
}

.login_box .login_text {
    font-weight: 500;
    float: left;
}

.login_box .login_text > .nik_img {
    width: 19px;
    height: 19px;
    display: block;
    margin-bottom: 5px;
}

.login_box .login_text > .nik_img > img {
    width: 100%;
    height: 100%;
}

.login_box .login_text > p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.login_box .login_text > p > span {
    color: #fff;
}

.login_box .login_text > p > a {
    color: #fff;
}

.login_box .login_text > .exp_con {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.login_box .login_text > .exp_con > p {
    font-weight: 400;
    color: #9a9a9a;
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    font-size: 13px;
}

.login_box .login_text > .exp_con > p::after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #9a9a9a;
    position: absolute;
    right: 0;
    top: 5px;
}

.login_box .login_text > .exp_con > p:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

.login_box .login_text > .exp_con > p:last-of-type::after {
    content: none;
}

.login_box .login_text > .exp_con > p > span {
    color: #ffcc33;
    font-size: 13px;
}

.login_box .login_icon {
    float: right;
    position: relative;
    display: table;
    margin-top: 42px;
}

.login_box .login_icon > .alter_icon {
    display: block;
    position: relative;
    margin-right: 1rem;
    width: 23px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.login_box .login_icon > .alter_icon > img {
    width: auto;
    max-width: 100%;
}

.login_box .login_icon > span:last-of-type {
    margin-right: 0;
    display: block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.login_box .login_icon > span:last-of-type > img {
    width: auto;
    max-width: 100%;
    vertical-align: sub;
}

.login_box .login_icon > .alter_icon > .new_img {
    position: absolute;
    top: -7px;
    right: -7px;
}
.menu_box {
    background-color: #fff;
}

.menu_box .nav_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 18px 15px;
    background-color: #0caa08;
}

.menu_box .nav_con > li {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    float: left;
    text-align: center;
    margin-bottom: 1.5rem;
}

.menu_box .nav_con > li:nth-of-type(5),
.menu_box .nav_con > li:nth-of-type(6),
.menu_box .nav_con > li:nth-of-type(7),
.menu_box .nav_con > li:last-of-type {
    margin-bottom: 0;
}

.menu_box .nav_con > li .circle {
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 5rem;
    margin: 0 auto;
    margin-bottom: .3rem;
    position: relative;
}

.menu_box .nav_con > li .circle > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.menu_box .nav_con > li .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu_box .nav_con > li > p {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.sub_menu_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.sub_menu_box ul {
    display: none;
}

.sub_menu_box ul > li {
    padding: 15px 40px;
    background-color: #212121;
    border-bottom: 1px solid #646464;
}

.sub_menu_box ul > li > span {
    width: 21px;
    height: 6px;
    vertical-align: middle;
    background-color: #0caa08;
    display: inline-block;
    margin-right: .7rem;
}

.sub_menu_box ul > li > a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-weight: bold;
}

.sub_menu_box .nav_active {
    display: block;
}
.widget-title {
border-bottom: 3px solid #0caa08 !important;
border-bottom: 0;
background: #484848 ;
padding: 12px 10px;
color: #0caa08;
}
.widget-title > a {
color: #0caa08;
}
.widget-box {
background: #2e2e2e;
padding: 10px;
color: #fff;
}
.widget-box > a {
color: #fff;
}
#leftDataTop{padding-top: 0px;width:100%; margin-bottom:0;margin-top:0; overflow:hidden;z-index:999}
#leftDataTop h2{margin-top: 0px;margin-bottom: 0px;width: 100%;height: 50px;line-height: 46px;float: left;background: #484848;font-weight: bold;color: #fff;font-size: 13px;padding-left: 10px;border-bottom: 3px solid #0caa08 !important;}
#leftDataTop ul{padding: 0px;margin-top: 0px;margin-bottom: 0px;width:100%; height:34px; line-height:33px; background:#2e2e2e; overflow:hidden; position:relative; text-align:center; border-bottom:1px solid #2e2e2e;}
#leftDataTop ul li{display:inline;}
#leftDataTop ul li.prev{position:absolute; left:0px; top:0px; display:block;}
#leftDataTop ul li.next{position:absolute; right:0px; top:0px; display:block;}
#leftDataTop ul li a {color: #fff; display:inline-block; padding:0 2px; height:33px; line-height:33px; font-weight:bold; font-size:12px; }
#leftDataTop ul li a:link,
#leftDataTop ul li a:visited{color:#fff;}
#leftDataTop ul li a:hover{color:#fff;}
#leftDataTop ul li a.on{color:#fff; text-decoration:underline;}
#leftDataTop dl{width:100%; border:1px solid #333333;margin-bottom: 0px;}
#leftDataTop dl dt{background:#f9f9f9; padding:10px; text-align:left; overflow:hidden;}
#leftDataTop dl dt a{display:inline-block; padding:4px; font-size:12px;}
#leftDataTop dl dt a:link,
#leftDataTop dl dt a:visitied{color:#fff;}
#leftDataTop dl dt a:hover{color:#fff;}
#leftDataTop dl dt a.on{color:#2d94fb; text-decoration:underline; font-weight:bold;}
#leftDataTop dl dd {width:100%; overflow:hidden;}
#leftDataTop dl dd table{width:100%;}
#leftDataTop dl dd table thead th{height:24px; text-align:center; font-weight:normal; color:#fff;  background:#2e2e2e; border-bottom:1px solid #333333; font-size:11px;}
#leftDataTop dl dd table tbody th{padding-left: 15px;color:#fff; font-family:verdana; font-size:10px; border-bottom:1px solid #333333;}
#leftDataTop dl dd table tbody tr.first{background: #2e2e2e;}
#leftDataTop dl dd table tbody tr{background: #2e2e2e;}
#leftDataTop dl dd table tbody tr.first th{padding-left: 15px;color:#fff;}
#leftDataTop dl dd table tbody td{height:27px; text-align:center; border-bottom:1px solid #333333; color:#fff; font-size:11px;}
#leftDataTop dl dd table tbody tr.first td{font-weight:bold;}
#leftDataTop dl dd table tbody tr:hover{background:#000;}
#leftDataTop dl dd table tbody td.left{text-align:left;}
#leftDataTop dl dd a.more{height:40px; line-height:40px; display:block; clear:both; text-align:center; color:#fff; font-weight:bold;}
#leftDataTop dl dd a:hover.more{color:#fff}
						.pc_btn {
						    float: right;
						    position: relative;
						    margin-top: 20px;
						}
.pc_btn > a {
	width: 55px;
    height: 30px;
    display: table;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #0caa08;
    border: 1px solid #0caa08;
}
	/*Swipe*/
	.madrid-main .swipe{border-top: solid 0px #f2f2f2;}
	.madrid-main .swipe-menu li{width:20%}
	
	/*Common*/
	.height5{height:5px}
	.ads{background:#fbede9;color:white;}
	.ads img{height:80px;width:100%}
	.main-label{border-radius:10px;padding:0 3px}
	
	/*Border*/
	.main-border{border-top:solid 10px #f2f2f2;}
	.main-borderlight{border-top:solid 1px #f2f2f2;}
	.border-right{border-right:solid 1px #ddd}
	@media (max-width:991px) { .border-right{border-right:0}}
	
	/*Menu-box*/
	.main-menu ul{border-top:solid 1px #f2f2f2;border-bottom:solid 1px #f2f2f2;margin:0;padding:0}
	.main-menu li{float:left;width:33%}
	.main-menu ul, li{list-style:none}
	.main-menu li{border-right:solid 1px #f2f2f2;padding:10px}
	li.last-item{border-right:0}
	
	/*Title*/
	.main-title{border-bottom:solid 1px #f2f2f2;font-weight:bold;font-size:16px;padding:0 0 10px}
	.main-title .about{font-weight:normal;padding-left:5px}
.mc_pcgo {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
}
.mc_pcgo button {
  width: 60%;
  padding: 10px 10px;
  font-size: 15px;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: #000;
  background: #0caa08;
  box-sizing: border-box;
      font-weight: bold;
}
.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
}
.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus, .div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus, .div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

    margin: 0;
    line-height: 9px !important;
}
.div-tab.tabs ul.nav-tabs, .div-tab-top.tabs ul.nav-tabs, .div-tab-bottom.tabs ul.nav-tabs {
    margin: 0;
    padding: 0px 0px;
    border-bottom: 2px solid #0caa08 !important;
    background: #464646;
}
.div-tab.tabs ul.nav-tabs li.active {
    background: #0caa08;
    border-radius: 0px;
}
.div-tab.tabs ul.nav-tabs li:hover, .div-tab.tabs ul.nav-tabs li:focus {
    background: #0caa08;
    border-radius: 0px;
}
.div-tab.tabs ul.nav-tabs li {
    background: #464646;
}
.div-tab.tabs ul.nav-tabs li:last-child, .div-tab.tabs ul.nav-tabs li:last-child:hover {
    background: transparent;
}

.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus, .div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus, .div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus {
    line-height: 19px !important;
    padding: 10px 0px;
}
.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus, .div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus, .div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus {
    background: transparent;
}
.div-tab.tabs div.tab-content {
    border-color: #1a1a1a;
}
.basic-post-list .post-list li {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    margin: 0px;
}
.div-tab.tabs ul.nav-tabs li.active a, .div-tab.tabs ul.nav-tabs li.active a:hover, .div-tab.tabs ul.nav-tabs li.active a:focus, .div-tab.tabs ul.nav-tabs li.active:first-child a, .div-tab.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab.tabs ul.nav-tabs li.active:first-child a:focus, .div-tab.tabs ul.nav-tabs li.active:last-child a, .div-tab.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab.tabs ul.nav-tabs li.active:last-child a:focus {
    color: #000;
}
.div_bottom_box		{ clear:both; }
.foot_nav { position: fixed; bottom: 0px; padding: 0px; margin: 0px; width: 100%;    z-index: 2;}
.foot_nav .chatting p { width: 100%; padding: 0px; margin: 0 0 -6px 0px;}
.foot_nav .chatting3 p { width: 100%; padding: 0px; margin: 0 0 -7px 0px;}
.foot_nav .tool_menu { overflow: hidden; list-style: none; padding: 0; margin: 0; border-top: 1px solid #0caa08; border-bottom: 1px solid #0caa08;font-size: 13px;font-weight: bold;}
.foot_nav .tool_menu li { float: left; width: 33.33%; background: #0caa08; text-align: center;}
.foot_nav .tool_menu li a { color: #000; display: block; line-height: 35px; border-right: 1px solid #0caa08; white-space: nowrap;}
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    background: #0caa08 !important;
}

.form-box {
    border: 1px solid #333 !important;
	background: #1a1a1a  !important;
}
.form-box .form-header {
    border-bottom: 1px solid #333 !important;
}

#sidebar-box {
    background: #1a1a1a  !important;
	border-right: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
}
#sidebar-box .sidebar-menu {
    border-top: 1px solid #333 !important;
}
#sidebar-box .sidebar-menu .ca-head {
    border-bottom: 1px solid #333 !important;
}
#sidebar-box .sidebar-menu .ca-sub {
    background: #333 !important;
    border-bottom: 1px solid #333 !important;
}
#sidebar-box .sidebar-menu .ca-sub li {
    border-bottom: 1px solid #555 !important;
}
#sidebar-box .sidebar-wing-close {
    background: #333 !important;
    border: none !important;
}
#sidebar-box .sidebar-list a {
    border-bottom: 1px solid #333 !important;
}
#sidebar-box .sidebar-search {
    border: 1px solid #333 !important;
    background: #333333 !important;
}

.form-box {
    border: 1px solid #333 !important;
	background: #1a1a1a  !important;
}
.form-box .form-header {
    border-bottom: 1px solid #333 !important;
}

.list-group-item {
    background-color: #1a1a1a ;
    border: 1px solid #333;
}

.list-group-item:hover {
    background-color: #2e2e2e !important;
}

.list-item h2 a { font-size: 14px !important; font-weight: normal; }

.panel-footer {background-color: #444;}

.b-ox {
    padding: 15px;
	margin-bottom: 15px;
    background: #232730;
    border-radius: 15px;
}

.b-ox0 {
    margin-bottom: 15px;
    background: #232730;
    border-radius: 15px;
	padding-bottom: 10px;
}

.div-tab-btn.tabs ul.nav-tabs {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.div-head { border:none; background-color:#1d1e22 !important; border-radius: 10px;}
.board-list {padding:10px;}
.list-board .list-body li { padding: 8px 0; border-bottom:1px solid #424347 !important;}
.list-board .list-body li:hover { background-color:#383b4240 !important; }
.list-wrap .pagination a, .view-wrap .pagination a { margin: 0 2px; padding: 3px 10px; color: #fff !important; background-color: #1a1a1a; border: 1px solid #424347; border-radius: 5px !important; }
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    cursor: not-allowed;
    background-color: #666;
    border-color: #383b42;
}


.view-wrap {background: #232730; }
.view-good-box a { background: #464646 !important; }
.panel-default>.panel-heading {background-color: #383b42; border-bottom:1px solid #333; }
.panel-default { border-color: #333; }

.pc-reystream {display: block; padding:10px; background: #232730; border-radius: 15px; }
.mobile-reystream {display: none; background: #232730; border-radius: 15px;}

.cke_sc_def { border: 1px solid #333; background: #1a1a1a;}
.cke_sc_def dt, .cke_sc_def dd {border-bottom: 1px solid #333333;}
.btn_cke_sc {border: 1px solid #333; background: #333333; color: #fff;}
.btn_cke_sc_close {background: #333; border: 1px solid #333;}

.btn.btn-black { color: #fff !important; background-color: #1a1b1f; margin: 0 3px; border: 1px solid #383b42; }
.btn.btn-color { margin-left: 3px !important; color: #fff !important; background-color: #44cb08; margin: 0 3px; border: 1px solid #383b42; }
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active { background-color: #337317 !important; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { 
	color: #eee !important;
	border-radius: 5px !important;
    border: 1px solid #424347;
    background: #232730;
}

.bg-light, i.bg-light, .badge.bg-light {
    background-color: #232730;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #ccc;
    background-color: #333;
    border-color: #adadad;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #1a1a1a;
    border-color: #464646;
}

.note-editor.note-frame .note-editing-area .note-editable {
    color: #eee !important;
    background-color: #222 !important;
}

.note-editor.note-frame {
    border: 1px solid #333333 !important;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    background: #464646;
}

.talker-photo, .talker-photo i, .talker-photo img, i.talker-photo {
    background-color: #383b42;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #383b42;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #424347;
}

.talk-bubble {
    background: #383b42;
    border: 1px solid #424347;
}

#fchulsuk .msg-content .msg-cell.msg-submit {
    background: #1a1a1a  !important;
    border: 1px solid #424347 !important;
}

.btn.btn-gray {
    color: #ccc !important;
    border: 1px solid #424347;
    background-color: #383b42;
}

.modal-content {
    background: #383b42;
    border: 1px solid #424347;
}

.talk-right .talk-bubble:before {
    border-right-color: #383b42;
}
.talk-right .talk-bubble:after {
	border-right-color: #383b42;
}

.talk-bottom .talk-bubble:before {
    border-bottom-color: #383b42;
}
.talk-bottom .talk-bubble:after {
	border-bottom-color: #383b42;
}

.dropdown-menu {
    color: #aaa !important;
	background-color: #1a1a1a;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #44cb08 !important;
    text-decoration: none;
    background-color: #1a1a1a
}
.panel {
    background-color: #1a1a1a;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
}

.panel-default {
    border-color: #333;
}

.panel-default { border-color: #333; }

.pc-reystream {display: block; padding:10px; background: #232730; border-radius: 15px; }
.mobile-reystream {display: none; background: #232730; border-radius: 15px;}

.cke_sc_def { border: 1px solid #333; background: #1a1a1a;}
.cke_sc_def dt, .cke_sc_def dd {border-bottom: 1px solid #333333;}
.btn_cke_sc {border: 1px solid #333; background: #333333; color: #fff;}
.btn_cke_sc_close {background: #333; border: 1px solid #333;}

.btn.btn-black { color: #fff !important; background-color: #1a1b1f; margin: 0 3px; border: 1px solid #383b42; }
.btn.btn-color { margin-left: 3px !important; color: #fff !important; background-color: #44cb08; margin: 0 3px; border: 1px solid #383b42; }
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active { background-color: #337317 !important; }

/* 탭 전체 스타일 */
.tabs {
  margin: 0 auto;}

/* 탭 스타일 */
.tab_item {
  float: left;
  width: calc(100%/3);
  margin-bottom: 0;
  line-height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #383b42;
  background: #1a1a1a;
}

/* 라디오 버튼 UI삭제*/
input[name="tab_item"] { display: none; }

/* 탭 컨텐츠 스타일 */
.tab_content {
  display: none;
  margin-bottom: 10px;
  height: 150px;
  padding: 10px;
  clear: both;
}

/* 선택 된 탭 콘텐츠를 표시 */
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content {
  display: block;
}

/* 선택된 탭 스타일 */
.tabs input:checked + .tab_item { color: #44cb08; border-bottom: 1px solid #44cb08; }
/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Noto Sans KR"; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Panel : Accordions */
.panel { background-color: #1a1a1a; box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading {  color:#eee; border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Noto Sans KR"; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Noto Sans KR"; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Noto Sans KR"; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { 
	color: #eee !important;
	border-radius: 5px !important;
    border: 1px solid #424347;
    background: #232730;
}

.bg-light, i.bg-light, .badge.bg-light {
    background-color: #232730;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #ccc;
    background-color: #333;
    border-color: #adadad;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #1a1a1a;
    border-color: #464646;
}

.note-editor.note-frame .note-editing-area .note-editable {
    color: #eee !important;
    background-color: #222 !important;
}

.note-editor.note-frame {
    border: 1px solid #333333 !important;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    background: #464646;
}

.talker-photo, .talker-photo i, .talker-photo img, i.talker-photo {
    background-color: #383b42;
}

.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: #383b42;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #424347;
}

.talk-bubble {
    background: #383b42;
    border: 1px solid #424347;
}

#fchulsuk .msg-content .msg-cell.msg-submit {
    background: #1a1a1a  !important;
    border: 1px solid #424347 !important;
}

.btn.btn-gray {
    color: #ccc !important;
    border: 1px solid #424347;
    background-color: #383b42;
}

.modal-content {
    background: #383b42;
    border: 1px solid #424347;
}

.talk-right .talk-bubble:before {
    border-right-color: #383b42;
}
.talk-right .talk-bubble:after {
	border-right-color: #383b42;
}

.talk-bottom .talk-bubble:before {
    border-bottom-color: #383b42;
}
.talk-bottom .talk-bubble:after {
	border-bottom-color: #383b42;
}

.dropdown-menu {
    color: #aaa !important;
	background-color: #1a1a1a;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #44cb08 !important;
    text-decoration: none;
    background-color: #1a1a1a
}

.toggleSwitch {
    width: 90px;
    height: 26px;
    display: block;
    position: relative;
    border-radius: 30px;
    background-color: #f46600;
    cursor: pointer;
}
.toggleSwitch .toggleButton {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background: #ffffff;
}
.toggleSwitch .toggleButton i {
    color: #f46600;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.toggleButtonD {
    position: absolute;
    width: 70px;
    top: 2px;
	right: 0px;
	font-size: 12px;
    text-align: center;
    letter-spacing: -1px;
}

.rank { }
.rank ul, li, dl, dt, dd, h2 {margin:0; padding:0; }
.rank ul, li, dl, dt, dd {list-style:none;}
.rank table {display:table; border-spacing:2px; border-collapse: collapse;}

.rank ul{ width: 100%; overflow: hidden; position: relative; background: ##23272A;}
.rank ul li { float:left;padding: 2px 0 4px 0; text-align: center; line-height: 12px; font-size: 12px; }
.rank ul li:nth-of-type(1) {width: -webkit-calc(100% / 4);width: -moz-calc(100% / 4);width: calc(100% / 4);}
.rank ul li:nth-of-type(2) {width: -webkit-calc(100% / 4);width: -moz-calc(100% / 4);width: calc(100% / 4);}
.rank ul li:nth-of-type(3) {width: -webkit-calc(100% / 4);width: -moz-calc(100% / 4);width: calc(100% / 4);}
.rank ul li:nth-of-type(4) {width: -webkit-calc(100% / 4);width: -moz-calc(100% / 4);width: calc(100% / 4);}
.rank ul li:nth-of-type(5) {width: -webkit-calc(100% / 4);width: -moz-calc(100% / 4);width: calc(100% / 4);}
.rank ul li:nth-of-type(6) {width: 78px;}
.rank ul li:last-of-type {border-right: 0;}
.rank ul li > a { display: block; margin: 0 auto; width: 38px; height: 38px; border-radius: 50px; border: 2px solid #2e2e2e; cursor: pointer;}
.rank ul li:hover > a {background-color: #626262; }
.rank ul li > a.on { border-radius: 50px; border: 2px solid #ddd;}

.rank ul li.prev{position:absolute; left:0px; top:0px; display:block;}
.rank ul li.next{position:absolute; right:0px; top:0px; display:block;}
.rank dl dt { background-color: #626262; overflow: hidden; text-align: center; padding: 5px 3px; }
.rank dl dt a{ float: left; line-height: 12px; background: #fff; display: block; margin: 1.8px; border-radius: 30px; width: 35px; height: 35px; color: #2e2e2e !important; font-size: 12px; padding-top: 5px;cursor: pointer;}
.rank dl dt a:link,
.rank dl dt a.on{ background: #ebcb49 ;}
.rank dl dt a img { margin-top:1px; height: 23px;}

.rank dl dd table{width:100%;}
.rank dl dd table thead th{ text-align: center; font-size: 11px; padding: 5px 0; white-space: nowrap; font-weight:normal; letter-spacing:-1px; background: #1d1f23; border-top: 1px solid #424347; border-bottom: 1px solid #424347; }
.rank dl dd table tbody th{ 
	border-top: 1px solid #424347;
    text-align: center;
	font-weight:normal;
    font-size: 11px;
    vertical-align: middle; 
    line-height: 32px;
    letter-spacing:-1px;
}
.rank dl dd table tbody td{ border-top: 1px solid #424347;
    text-align: center; 
    font-size: 11px;
    vertical-align: middle;
    line-height: 32px;
    letter-spacing:-1px;
}
.rank dl dd table tbody td.left{text-align:left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.rank dl dd a.more{height:40px; line-height:40px; display:block; clear:both; text-align:center; color:#000; font-weight:bold;}
.rank dl dd a:hover.more{font-weight:bold;}
.rank td img {width:20px;height:20px;vertical-align: middle;}

.rank a[rel="soccer"] {background:url(/rank/img/bettingpan_soccer.png) no-repeat 50%; background-size:30px;}
.rank a[rel="baseball"] {background:url(/rank/img/bettingpan_baseball.png) no-repeat 50%; background-size:30px;}
.rank a[rel="basket"] {background:url(/rank/img/bettingpan_basektball.png) no-repeat 50%; background-size:30px;}
.rank a[rel="volley"] {background:url(/rank/img/bettingpan_volley.png) no-repeat 50%; background-size:30px;}
.rank a[rel="football"] {background:url(/rank/img/bettingpan_football.png) no-repeat 50%; background-size:30px;}
.rank a[rel="hockey"] {background:url(/rank/img/bettingpan_ice.png) no-repeat 50%; background-size:30px;}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-thumb { background-color: #2f3542;border-radius: 0px; }
::-webkit-scrollbar-track { background-color: grey;border-radius: 0px;box-shadow: inset 0px 0px 5px white; }

/* 이벤트 게시판 */
.evform01 {
    display: revert;
	width: 135px;
	height: 35px;
	color: #fff !important;
	text-align: center;
    border: 1px solid #424347;
    border-radius: 5px !important;
    background: #232730 !important;
}
.ev01 {
	float: left;
    width: 100%;
	margin-bottom: 20px;
    text-align: center;
    letter-spacing: -1px;
	background: #383b42;
    border-radius: 15px;
}
.ev01_tt {
    display: block;
    padding: 20px 10px;
    font-size: 22px;
    background: #1a1a1a;
	border-radius: 15px 15px 0 0;
}
.ev01_dt {
    display: block;
    padding: 45px 10px;
    font-size: 56px;
	font-weight: bold;
}
.ev01_dt span {
    color: #d6000f;
    font-weight: normal;
    font-size: 36px;
}

.ev01_bb {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
	line-height: 26px;
}
.ev02 {
	float: left;
    width: 100%;
    padding: 5px 20px 30px;
	margin-bottom:5px;
    text-align: center;
    letter-spacing: -1px;
    border-bottom: 1px solid #333;
}
.ev-btn01 {
    display: inline-block;
    color: #a5a5a5;
    border: 3px solid #a5a5a5;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 20px;
    background: transparent;
    padding: 0 10px;
    line-height: 30px;
    font-weight: bolder;
	white-space: nowrap;
}
.ev-btn02 {
    display: inline-block;
    color: #e35914;
    border: 3px solid #e35914;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 20px;
    background: transparent;
    padding: 0 10px;
    line-height: 30px;
    font-weight: bolder;
	white-space: nowrap;
}
.ev-btn03 {
    display: inline-block;
    color: #60db74;
    border: 3px solid #60db74;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 20px;
    background: transparent;
    padding: 0 10px;
    line-height: 30px;
    font-weight: bolder;
	white-space: nowrap;
}
#time-based-content { padding: 35px 0; font-size: 18px; line-height: 50px; background: #1a1a1a; }
.ph {
    display: none;
}

.ctab {
    float: left;
    margin: 5px 10px;
    padding: 0 10px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #333;
    background: #1d212a;
}

.exps {
    margin-top: 4px;
	line-height: 35px;
	height: 35px;
}
.exps input[name="ca_name"] {
    display: none;
}
.exps input:checked + .ctab { background: #600000; color: #fff; }
.exps select {
    color: #fff;
	background: #1d212a ;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #333;
}

.bg-ex1 {
    padding: 3px 15px;
    white-space: nowrap;
	background-color: #207239;
    color: #fff;
}
.bg-ex2 {
    padding: 3px 15px;
    white-space: nowrap;
	background-color: #b33232;
    color: #fff;
}
.bg-ex3 {
    padding: 3px 15px;
    white-space: nowrap;
	background-color: #333;
    color: #fff;
}

.mb-tt {
	line-height: 35px;
}

@media all and (max-width:991px) {
	.ev01_dt {
        font-size: 30px;
    }
    .ev01_dt span {
        font-size: 26px;
    }		
    .ph {
        display: block;
    }
	.mb-tt {
        margin: 10px;
        padding: 3px 20px;
        background: #333;
    }
}

.div-tab-btn.tabs ul.nav-tabs li a { padding: 7px 5px !important; }
.text-muted { color: #ccc; }
.list-board .list-body li > div { color: #ccc !important; }
.member, .guest {
    color: #ccc;
}