/* -------------------- #section -------------------- */
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl .leftNavLi0 {
  background:url("/resources/image/home/view/1/lbtn1.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl .leftNavLi0:hover {
  background:url("/resources/image/home/view/1/lbtn1Hover.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl .leftNavLi0.lnbSelect {
  background:url("/resources/image/home/view/1/lbtn1Click.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl .leftNavLi1 {
  background:url("/resources/image/home/view/1/lbtn2.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl .leftNavLi1:hover {
  background:url("/resources/image/home/view/1/lbtn2Hover.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl .leftNavLi1.lnbSelect {
  background:url("/resources/image/home/view/1/lbtn2Click.png") no-repeat;
}

/*dlive*/
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl.cnm .leftNavLi1 {
  background:url("/resources/image/home/view/1/dlive/lbtn2.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl.cnm .leftNavLi1:hover {
  background:url("/resources/image/home/view/1/dlive/lbtn2Hover.png") no-repeat;
}
#section .sectionWrap .sectionLeft .sectionLeftWrap .leftBox1 .leftNavUl.cnm .leftNavLi1.lnbSelect {
  background:url("/resources/image/home/view/1/dlive/lbtn2Click.png") no-repeat;
}


/* 채널표 */
/*---channel---*/
.chTableTitle {
    font-family:"Malgun Gothic";
    font-weight:bold;
    color:#333;
    font-size:15px;
    margin-top:20px;
    margin-bottom:10px;
}
.chTableTitle img {
    width:18px;
    position:relative;
    top:1px;
}
.cableBorder_ch {
    position:relative;
    top:0px;
    font-size:14px;
    color:#666;
}
.cableColor_ch {
    position:relative;
    top:0px;
    font-size:14px;
    color:#ec409f;
}
div.channelBox > table {
	width: 100%;
}
div.channelBox > table > thead > tr > th {
	font-size: 15px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    background: url(/resources/image/home/channel/1/ch_thTitleBg.png) repeat-x;
    background-size: contain;
}
div.channelBox > table > thead > tr > th:last-child {
    border-right: 1px solid #D0D0D0;
}
div.channelBox > table > thead > tr > th.ch_thClass {
	width: 7%;
}
div.channelBox > table > thead > tr > th.ch_thClassWide {
	width: 18%;
}

div.channelBox > table > tbody {
	border: 1px solid #d0d0d0;
    border-top: none;
    background: #f5f5f5;
}
div.channelBox > table > tbody > tr > td {
	font-family: "Malgun Gothic";
    height: 29px;
    color: #555;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}
div.channelBox > table > tbody > tr > td.channelNum {
	color: #ff8900;
    font-weight: bold;
    background: #fff9f4;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}
div.channelBox > table > tbody > tr > td.channelName {
	background: #fff;
	border-right: 1px solid #d0d0d0;
}
div.channelBox > table > tbody > tr > td > img.ch_tv {
	position: relative;
    top: 2.4px;
}