.seminar-main {
  margin: 10px 0px 20px 0px;
  padding: 10px 20px 20px 20px;
  background-color: rgba(255,244,249,1);
  width: 100%;
}

.seminar-sub {
  margin: 10px 0px 20px 0px;
  padding: 20px 0px 0px 0px;
  background-color: rgba(234,234,255,1);
  width: 100%;
}

.agreement-main {
  padding: 20px 20px 40px 20px;
}

.seminar-sub-card {
  margin: 0px 0px 50px 0px;
}


.seminar-sub-card button {
  width: 80%;
}

.videopage-back {
  margin: -50px 0px 0px 0px;
  padding: 50px 5px 1px 5px;
  background-color: rgba(255,137,137,0.5);
  width: 100%;
  height: 100%;
}

h2{
 position: relative;
 display: inline-block;
 padding: 0 55px;
 margin: 15px 0 5px 0;
}

h2:before, h2:after{
 content: '';
 position: absolute;
 top: 50%;
 display: inline-block;
 width: 45px;
 height: 1px;
 background-color: #1C1C1C;
}

h2:before {left:0;}
h2:after {right: 0;}

.h2-seminar-main {
  font-size: 16px;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  }

.p-seminar-main {
  font-size: 14px;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  }

.h2-videopage-main {
  font-size: 16px;
  color:	#555555;
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  }

.h3-videopagetitle {
  font-size: 14px;
  font-weight: 700;
  color:	#555555;
  position: relative;
  text-align: left;
  margin: 50px 0 0 20px;
  }

.h3-videotitle {
  font-size: 14px;
  font-weight: 700;
  color:	#555555;
  position: relative;
  text-align: left;
  margin: 10px 0 10px 0px;
  }

.p-videopage-back {
  font-size: 10px;
  font-weight: 300;
  color:	#777;
  position: relative;
  margin: 0px 0 2px 0;
  }

.p-videotitle {
  font-size: 14px;
  font-weight: 500;
  color:	#555555;
  position: relative;
  margin: 0 0 0 0;
  }

.p-link {
  font-size: 7px;
  color:	#555555;
  position: relative;
  text-align: right;
  margin: 0 0 0 0;
  }

.sub-title {
  font-size: 14px;
  font-weight: 600;
  color:	#555555;
  position: relative;
  text-align: center;
 margin: 0px 5px 10px 5px;
  }