@charset"utf-8";
/* 룰렛이벤트 시작 */
h,p{margin:0;}
ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}
a:link {text-decoration: none; color:#fff;}
a:visited {text-decoration: none; color:#fff;}
a:active {text-decoration: none; color:#fff;}
a:hover {text-decoration: none; color:#8a00ff;}
#ConferencesWrap{
  width:602px;
  margin:0 auto;
  background-color: black;
}
#header{
  color:#fff;
  display:block;
  position:relative;
  /*border: 1px solid red;*/
}
#header img{
  width: 98px;
  padding:25px;
}
#lagSelect{
  position: absolute;
  width: 144px;
  height:25px;
  right:30px;
  top:30px;
  text-align: right;
  font-size: 13px;
}
#lagSelect input[type="radio"]:checked+label{
  background-color: #c720f1;
  border-radius: 15px;
  padding: 3px 5px;
}
#lagSelect input[type="radio"]{
  display: none;
}
#VideoWarp{
  width:550px;
  /*border:1px solid red;*/
  margin:0 auto;
  padding:12px 0px;
  color:#fff;
}
/*overflow hidden*/
/*float:left*/
#VideoWarp h{
  font-size: 16px;
  font-weight: bold;
  width:150px;
  margin: 5px 0px;

  /*border:1px solid red;*/
}
#VideoWarp ul{
  margin: 4px 5px;
}
#VideoWarp li p{
text-align:left;
  font-size: 12px;
  margin-top:4px;
}
#VideoWarp input{
  width:480px;
  margin: 10px 0px;
}
#VideoWarp button{
  background-color: #b11aff;
  border:0px;
  border-radius: 5px;
  height: 20px;
  color:#fff;
  font-size: 12px;
}
/*-------디테일내용시작-----------*/
/*-----디테일내용공통------*/

#liveTitle{
  background-color: #50f300;
  border-radius: 3px;
  padding:4px 5px 0px 5px;
  margin-right: 3px;
}
#liveTitleVOD{
  background-color: #395bfe;
  border-radius: 3px;
  padding:4px 5px 0px 5px;
  margin-right: 3px;
}
.btn01, .btn02{
  padding: 2px 4px 2px 4px;
  text-align: center;
  /*font-weight: 600;*/
  line-height: 1em; /*1.4em*/
  /*box-shadow: 1px 1px 2px #333;*/
  border-radius: 15px;
  border:none;
}
.btn01{
  background-color: #008DFF;
  background-image: url('../image/up_icon.png');
  background-size: 11px;
  background-position: center;
  width:25px;
  height:18px;
  background-repeat: no-repeat;
  color:#fff;
  }
.btn02{
  background-color: #FF3E00;
  background-image: url('../image/down_icon.png');
  background-size: 11px;
  background-position: center;
  width:25px;
  height:18px;
  background-repeat: no-repeat;
  color: #fff;
  }
  #ContentsPart_one td{
    /*border:1px solid red;*/
    width:20%;
  }
  #ContentsPart_two td{
    /*border:1px solid red;*/
    width:20%;
  }
  #ContentsPart_three td{
    /*border:1px solid red;*/
    width:20%;
  }
  #ContentsInfoBtn button{
    background-color: black;
    border:1px solid #98058d;
    border-radius: 3px;
    color:#98058d;
    margin-left: 10px;
  }
  #ContentsInfoMedia{
    position: absolute;
    float: left;
    right:0;
    margin: 0px;
    margin-right: 18px;

  }
  #ContentsInfoMedia li{
    width:30px;
    font-size: 10px;
    margin:5px 3px;

  }
  #ContentsInfoMedia li:nth-child(1){
      background-color: #50f300;
      border-radius: 3px;
      float: left;
  }
  #ContentsInfoMedia li:nth-child(2){
      background-color: #395bfe;
      border-radius: 3px;
      float: left;
  }



  #detailContents3{
    margin:10px 0px;
    /*border:1px solid green;*/
    height:90px;
    text-align:left;
  }

  #detailContents3 h{
    font-size: 14px;
    text-align:left;
    margin-left: 10px;
    width:150px;
  }
  #detailContents3 p{
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  #memderhistory{
    display: block;
    padding:10px 0px;
    text-align: left;
    font-size: 12px;
    /*border:1px solid red;*/
  }








  /*-----디테일내용공통끝-----*/




#ContentsWrap{
  width:550px;
  height:400px;
  /*border:1px solid red;*/
  margin:0 auto;
  padding:12px 0px;
  overflow: scroll;
  color:#fff;
}
ul{list-style:none;}
.tabmenu{
  max-width:550px;
  margin: 0 auto;
  position:relative;
  margin:0; padding:0;
  font-size:15px;
  line-height:1.3;

}
.tabmenu ul li{
  display:  inline-block;
  width:33.33%;
  float:left;
  text-align:center;
  background :#1b1b1b;
  line-height:20px;
}

.tabmenu label{
  display:block;
  width:100%;
  height:40px;
  line-height:40px;
}
.tabmenu input{display:none;}
.tabCon{
  width:550px;
  display:none;
  text-align:left;
  position:absolute;
  left:0; top:40px;
  box-sizing: border-box;
  border : 5px solid #1b1b1b;
  background :#4e4e4e;
}
.tabmenu input:checked ~ label{
  background:#4e4e4e;
}
.tabmenu input:checked ~ .tabCon{
  display:block;
}

/*---------session1----------*/
#ContentsPart_one table{
  width:538px;
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;

}
#ContentsPart_one th{
  padding: 5px 0px;

}
#ContentsPart_one td{
  border-top: 1px solid white;
  padding: 1px 0px;

}
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList02{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
  /*border:1px solid red;*/
}
#subject1 ul{
  background-color:black;
}
#hiddenList02  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
  font-size: 13px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
  font-size: 13px;
}
#hiddenList02P p{
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 17px;
  margin: 5px 5px 0px 20px;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  /*border:1px solid green;*/
  height:28px;
}
#presenterDetail01{
  /*border:1px solid red;*/
  display: block;
  width:100%;
  height:1260px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  /*border:1px solid green;*/
  height:230px;
  text-align:left;
}

#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;

}
#memberImg img{
  width:50px;
  padding:0;
  /*border: 1px solid red;*/
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}


/*---------session2----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList03{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList03  li{
  background-color: black;
}
/*여기서부터*/
.hiddenList02left_this{
  float:left;
  padding-right:0;
  margin-left: 0px;
  font-size: 11px;
  text-align:left;

}
.hiddenList02right_this{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
  font-size: 11px;

}
#subject1 li:nth-child(1){
  width:60%;
  padding:0;
}
#subject1 li:nth-child(2){
  width:33%;
}
#hiddenList02P p{
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 17px;
  margin: 5px 5px 0px 20px;
}
/*여기까지공통*/
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail02{
  display: block;
  width:100%;
  height:910px;

}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  padding-right: 5px;
  display: block;
   margin-bottom: 10px;
   /*border:1px solid green;*/
}


/*---------session3----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList04{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList04  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail03{
  display: block;
  width:100%;
  height: 550px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session4----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList05{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList05  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail04{
  display: block;
  width:100%;
  height: 930px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session5----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList06{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList06  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail05{
  display: block;
  width:100%;
  height: 1390px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}
/*--------------------2일차------------------------*/
/*---------session1----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList07{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList07  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail06{
  display: block;
  width:100%;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session2----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList08{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList08  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail07{
  display: block;
  width:100%;
  height: 700px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session3----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList09{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList09  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail08{
  display: block;
  width:100%;
  height: 670px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session4----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList10{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList10  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail09{
  display: block;
  width:100%;
  height: 720px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session5----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList11{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList11  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail10{
  display: block;
  width:100%;
  height: 800px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*--------------------3일차------------------------*/
/*---------session1----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList12{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList12  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail11{
  display: block;
  width:100%;
  height: 240px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session2----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList13{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList13  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail12{
  display: block;
  width:100%;
  height:230px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session3----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList14{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList14  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail13{
  display: block;
  width:100%;
  height: 180px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session4----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList15{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList15  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail14{
  display: block;
  width:100%;
  height: 250px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:230px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}

/*---------session5----------*/
.example01{
  padding: 5px;
  text-align: center;
}
#hiddenList16{
  border-top: 1px solid white;
  background-color: #1b1b1b;
  position: relative;
}
#subject1{
  border-bottom:1px solid white;
  height:20px;
}
#subject1 ul{
  background-color:black;
}
#hiddenList16  li{
  background-color: black;
}
.hiddenList02left{
  float:left;
  padding-right: 25%;
  margin-left: 0px;
}
.hiddenList02right{
  float: right;
  margin-right: 0px;
  padding-left: 7%;
}
#hiddenList02P p{
  display: block;
}
#ContentsInfoBtn{
  float: left;
  margin: 5px;
}
#detailWrap{
  width:100%;
  display: block;
  position: relative;
  height:28px;
}
#presenterDetail15{
  display: block;
  width:100%;
  height: 200px;
}
#presenterDetailLine{
  padding-top:5px;
  border-bottom: 1px solid #070707;
}
#detailContents{
  margin:10px 0px;
  height:350px;
  text-align:left;
}
#detailContents h{
  font-size: 14px;
  text-align:left;
  margin-left: 10px;
  width:150px;
}
#detailContents p{
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.meberingWrap{
 clear:both;
}
#memberImg img{
  width:50px;
  padding:0;
  float: left;
  margin-bottom: 5px;
}
#memberImgDetail{
  width:85%;
  float: left;
  margin: 0px 10px;
  display: block;
   margin-bottom: 10px;
}






















/*three*/
#ContentsPart_three h{
  background-color: #eaeaea;
  color:black;
  width:63px;
  padding: 5px 45px;
  margin: 10px 0px;
  font-size: 13px;
  border-radius: 5px;
  display: block;
  text-align: center;
}
#ContentsPart_three table{
  width:550px;
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
}
#ContentsPart_three th{
  padding: 5px 0px;
}
#ContentsPart_three td{
  border-top: 1px solid white;
  padding: 4px 0px;

}
#QuickMenuBar{
  background-color: black;
  border-radius: 0px 0px 30px 30px;
  color:white;
  padding: 10px;
  font-size: 17px;
}
#QuickMenuBar li{
  margin: 10px;
  padding: 7px;
}
