@charset "utf-8";
/* CSS Document */
table{
  width: 100%;
font-family: 'Noto Sans KR', sans-serif;
}
.tb01 th,
.tb01 td{
  padding: 20px 10px;
  border-spacing: 2px 2px 1px 2px;
  text-align:center;
  box-sizing:border-box;
background-color: rgba(255,255,255,0.75);
	line-height: 1.2;
}
.tb01 th {
  background: rgba(255,255,255,0.4);
  color: #fff;
	font-size: 1.3em;
}
.tb01 th{
	color: #fff;
	font-weight: 700;
}
.tb01 td{
	color: #000;
}
.wrapper.program table .time{
	width: 10%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	vertical-align: middle;
}
.wrapper.program table th.time{
	color: #fff;
	font-size: 1.3em;
}

.wrapper.program table .summary{
	width: 20%;
	font-size: 1.2em;
	vertical-align: middle;
}
.wrapper.program table th.detail{
	font-size: 1.3em;
	text-align: center;
}
.wrapper.program table .detail{
	font-size: 1.1em;
	text-align: left;
}
.wrapper.program table td.summary{
	font-weight: 600;
}
.wrapper.program table td .red{
	color: #e83828;
	font-size: 1em;
	margin-top: 20px;
}
.wrapper.program table td p.bold{
	font-weight: 600;
	margin-bottom: 10px;
}
.wrapper.program table td p{
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.wrapper.program p.note{
	text-align: right;
	margin-top: 8px;
	font-size: 0.8em;
}
.wrapper.program .rest{
	padding: 20px 10px;
	background: rgba(255,255,255,0.4);
	width: calc(100% - 4px);
	margin: 1px auto;
	font-weight: 800;
	font-size: 1.3em;
}
.wrapper.program .rest span{
	display: inline-block;
	margin-right: 10px;
}
.wrapper.program .rest span:first-child{
	font-weight: 600;
}
.wrapper.program .rest span:last-child{
	color: #fff100;
}
@media screen and (max-width: 680px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
	 border-spacing: 2px 2px 1px 2px;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
	  border-spacing: 2px 2px 1px 2px;
  }
  table.tb01 td:first-child{
    color:#fff;
    font-weight:bold;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
.tb01 th {
  background: rgba(255,255,255,0.4);
  color: #fff;
	font-size: 1.3em;
}
.wrapper.program table .time{
	width: 100%;
	margin: 0 0 2px 0;
	 background: rgba(255,255,255,0.4);
}
.wrapper.program table .summary{
	width: 100%;
	margin: 0 0 2px 0;
}
.wrapper.program table .detail{
	width: 100%;
	margin: 0 0 4px 0;
}
.wrapper.program .rest {
    padding: 20px 10px;
    background: rgba(255,255,255,0.2);
    width: calc(100% - 4px);
    margin: 3px auto;
    font-weight: 800;
    font-size: 1.3em;
}
	.wrapper.program .rest span{
		display: block;
	}
	.wrapper.program .rest span:last-child{
		margin-top: 12px;
		font-size: 0.8em;
	}
}