/*VOD*/
body {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 300;
    background: #FFF;
}
h2 {
	font-size: 20px;
	text-align: left;
	position: relative;
}
table.Program {width:100%; border-top:1px solid #CCC; background:#FFF;}
table.Program th {padding: 4px 10px; color: #FFF; font-size: 14px; text-align: center; background: #337AB7;}
table.Program td {padding: 4px 10px; color:#555; text-align: center; border-bottom:1px solid #DDD;}
table.Program td.Session {color:#1B1B1B; font-weight:bold; line-height: 1.4; background:#e8f2f7;}
table.Program td.Session2 {color:#1B1B1B; font-weight:bold; background:#fffbc8;}
table.Program td.Ceremony {color:#1B1B1B; font-weight:bold; background:#f5f5f5;}
table.Program td.SessionSpeaker {color:#1B1B1B; font-weight:bold; text-align:right; line-height: 1.4; background:#e8f2f7;}
table.Program td.SessionSpeaker2 {color:#1B1B1B; font-weight:bold; text-align:right; background:#fffbc8;}
table.Program td.CeremonySpeaker {color:#1B1B1B; font-weight:bold; text-align:right; background:#f5f5f5;}
table.Program td.Title {text-align:left;}
table.Program td.Speaker {text-align:right;}
table.Program td.LeftBoard {border-left:1px solid #F5F5F5;}
table.Program td.CoffeeBreak {background: #F9F9F9;}
table.ProgramHO {text-align:center;}
.text-muted {color: #337AB7;}
table.Program td a{ cursor:pointer; }

/*팝업 및 영상 관련*/
#divpop5{ position:absolute; width:642px;  top:14%; z-index:1300; background:#fff; border:1px solid #ccc; box-shadow:2px 2px 7px 1px rgba(0,0,0,0.1); visibility:hidden; }

.Close2{ background:#426590;   width:100%; height:40px; }
.Close2 span{display:inline-block; color:#fff;padding:10px; letter-spacing:0; float:left;  }
.Close2 a{color:#fff; padding:10px; ; float:right;  }