html.dark{
	background:#242525;
}
html.dark body{
	background:#252626;
}

html.dark .socre_relay,
html.dark .socre_relay_in,
html.dark .relay_menu,
html.dark .text_relay_wrap,
html.dark .ad_area01,
html.dark .view_writer_info02,
html.dark .view_writer_info,
html.dark #nav_bar,
html.dark .header__team,
html.dark .contents__wrap,
html.dark .contents__wrap table tbody tr:nth-child(even),
html.dark .pvs_graph div,
html.dark .trend_wrap,
html.dark .bottom__ad div,
html.dark .btnSection,
html.dark .topVSarWrap,
html.dark .secLRgp,
html.dark .secTbl,
html.dark .score_tbl_individual:hover thead th,
html.dark .score_tbl_individual .text_relay b,
html.dark .text_relay.starter,
html.dark .tbl_head01 thead th,
html.dark #bo_cate li a,
html.dark #bo_cate .on, 
html.dark #bo_cate #bo_cate_on{
	background:#242525;
	color:#d1ccc2;
}
html.dark .secTblLR,
html.dark .secTblLR table tbody td,
html.dark .mbi_wrap,
html.dark .market_wrap ul li a.link,
html.dark .content .header ul,
html.dark .relay_score,
html.dark .DoughnutGraphWrap,
html.dark #bo_gall .gall_li .gall_cont{
	background:#242525;
	color:#d1ccc2;
	border:1px solid #464948;
}
html.dark .contents__wrap table .team_name,
html.dark .score_tbl_basic thead tr,
html.dark .contents__title div:nth-child(1),
html.dark .text__main_color,
html.dark .team__rival .red,
html.dark .h2b,
html.dark .secLRgp table tbody th,
html.dark .view_head h1,
html.dark .view_head h1 b,
html.dark .view_comment h2 strong,
html.dark .view_writer_info02 dl dt strong{
	color:white!important;
}
html.dark .score_tbl_individual .text_relay span{
	/*border:1px solid #464948;*/
}
html.dark .contents__wrap .contents__title{
	border-bottom:4px solid white!important;
}
html.dark #nav_bar h2{
}
html.dark #header,
html.dark .mbi_wrap .mbi .market_buy_info .buy_exp div .be_bg{
	background:#414444;
}
html.dark #gnb{
	background:#414444;
}
html.dark{
	color:#e5e0d8;
}

html.dark .score_tbl_individual th,
html.dark .score_tbl_individual td{
	background:#363838;
	border:1px solid #464948;
}

html.dark .score_tbl_individual th a,
html.dark .score_tbl_individual th a.on{
	background:#363838;
}

html.dark .score_tbl_individual .quarter_tab table th {
	background:#363838;
}

html.dark #score_top .tab_ar li.tab a{
	background:#2a2c2c;
	color:#e5e0d8;
}
html.dark .score_tbl_individual .teaminfo strong,
html.dark .score_tbl_individual .reague,
html.dark a:link, html.dark a:visited,
html.dark #nav_bar ul li a,
html.dark .score_tbl_individual table thead th,
html.dark .score_tbl_individual th{
	color:#e5e0d8;
}

html.dark .score_tbl_individual table td,
html.dark .score_tbl_individual table tbody td
html.dark .score_tbl_individual table th,
html.dark .score_tbl_st1 table td{
	background:#363838;
	color:#d1ccc2;
	border:1px solid #464948;
}
html.dark .my_contents_btn img{
	filter:invert(.9) hue-rotate(180deg)
}
html.dark .ing_0b{
}


html.dark #gnb.new li.gnb01 a.gnb1a:hover{background-position:0px -86px;}
html.dark #gnb.new li.gnb02 a.gnb1a:hover{background-position:-122px -86px;}
html.dark #gnb.new li.gnb03 a.gnb1a:hover{background-position:-244px -86px;}
html.dark #gnb.new li.gnb04 a.gnb1a:hover{background-position:-366px -86px;}
html.dark #gnb.new li.gnb05 a.gnb1a:hover{background-position:-488px -86px;}
html.dark #gnb.new li.gnb06 a.gnb1a:hover{background-position:-610px -86px;}
html.dark #gnb.new li.gnb07 a.gnb1a:hover{background-position:-732px -86px;}

html.dark #leftDataTop ul li img,
html.dark #leftLanking ul li img{
	filter:invert(.9) hue-rotate(180deg)
}

.darkmode ._team_img{
	background: white;
	border-radius: 10px;
	padding: 2px;
	/* box-shadow: 1px 2px 1px #ccc; */
}
/*
.darkmodeButton{
	background:var(--chat-title-color);
	color:var(--main-text-color-white);
	position:fixed;
	top:10px;
	left:50px;
	z-index:10000000000000000000000;
	height:30px;
	line-height:30px;
	width:30px;
	border:1px solid white;
	border-radius:30px;
	text-align:center;
	cursor:pointer;
	display:none;
}
*/



.darkmodeButton.theme-switch-wrapper {
	/* display: flex; */
	/* align-items: center; */
	position:fixed;
	bottom:15px;
	right:45px;
	z-index:1000001;
	/* display:none; */

}
.darkmodeButton.installed{
	left:120px;
}

/* The switch - the box around the slider */
.darkmodeButton .theme-switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 30px;
	/* margin-right: 10px; */
}

/* Hide the default checkbox */
.darkmodeButton .theme-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.darkmodeButton .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: .4s;
	border-radius: 34px;
}

.darkmodeButton .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 7px;
	bottom: 5px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

.darkmodeButton input:checked + .slider {
    background-color: #1b94e7;
}

.darkmodeButton input:checked + .slider:before {
	transform: translateX(50px);
}

/* Adding some additional styles */
.darkmodeButton .icons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 10px;
}

.darkmodeButton .sun-icon, 
.darkmodeButton .moon-icon {
	width: 23px;
	height: 23px;
	fill: #fff;
	left: 5px;
	position: relative;
}

.darkmodeButton input:checked + .slider .sun-icon {
	display: none;
}

.darkmodeButton input:not(:checked) + .slider .moon-icon {
	display: none;
}

.darkmodeButton input:checked + .slider .moon-icon {
	display: block;
}

.darkmodeButton input:not(:checked) + .slider .sun-icon {
	display: block;
	position:relative;
	left:50px;
}


html.dark .ing_0b{background:URL(/img/score/baseball/0b_g.png?t=5) no-repeat right center;}
html.dark .ing_1b{background:URL(/img/score/baseball/1b_g.png?t=5) no-repeat right center;}
html.dark .ing_2b{background:URL(/img/score/baseball/2b_g.png?t=5) no-repeat right center;}
html.dark .ing_3b{background:URL(/img/score/baseball/3b_g.png?t=5) no-repeat right center;}
html.dark .ing_1b2b{background:URL(/img/score/baseball/1b2b_g.png?t=5) no-repeat right center;}
html.dark .ing_1b3b{background:URL(/img/score/baseball/1b3b_g.png?t=5) no-repeat right center;}
html.dark .ing_2b3b{background:URL(/img/score/baseball/2b3b_g.png?t=5) no-repeat right center;}
html.dark .ing_1b2b3b{background:URL(/img/score/baseball/1b2b3b_g.png?t=5) no-repeat right center;}

/* html.dark .ing_0b{background:URL(/img/score/baseball/0b_b.png?t=2) no-repeat right center;}
html.dark .ing_1b{background:URL(/img/score/baseball/1b_b.png) no-repeat right center;}
html.dark .ing_2b{background:URL(/img/score/baseball/2b_b.png) no-repeat right center;}
html.dark .ing_3b{background:URL(/img/score/baseball/3b_b.png) no-repeat right center;}
html.dark .ing_1b2b{background:URL(/img/score/baseball/1b2b_b.png) no-repeat right center;}
html.dark .ing_1b3b{background:URL(/img/score/baseball/1b3b_b.png) no-repeat right center;}
html.dark .ing_2b3b{background:URL(/img/score/baseball/2b3b_b.png) no-repeat right center;}
html.dark .ing_1b2b3b{background:URL(/img/score/baseball/1b2b3b_b.png) no-repeat right center;} */