@charset "UTF-8";
.wrap {
  margin: 0 auto;
  background: #29B5E8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-container {
  padding: 50px 5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.main-logo img {
  width: 40px;
}

.main-title {
  font-family: "Texta";
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.main-title span {
  line-height: 1;
}

.main-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.main-btn {
  display: inline-flex;
  padding: 5px 20px;
  background: #fff;
  font-weight: 800;
  border-radius: 50px;
  cursor: pointer;
}

.main-btn:hover, .main-btn.active {
  background: #8146DB;
  color: #fff;
}

.main-btn.survey-btn {
  background: #F0A349 !important;
  color: #fff;
}

.bottom-container {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  padding: 30px 20px;
  flex: 1 0 auto;
}

.stream-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-area {
  flex: 1;
}

.video-player {
  position: relative; /* 자식 요소인 iframe의 위치 기준점 */
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 */
  height: 0; /* padding-bottom만으로 높이를 결정 */
  overflow: hidden; /* 요소 밖으로 삐져나오는 내용 숨기기 */
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.note-area {
  display: flex;
  flex: 1;
  gap: 10px;
  margin-top: 10px;
}

.note-title {
  color: var(--color-bg);
  font-weight: 800;
}

.agenda-area {
  width: 500px;
  min-height: 500px;
  overflow-y: auto;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.agenda-top-area {
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
}

.agenda-top-area .title {
  font-size: 1.3em;
  font-weight: 800;
}

.agenda-top-area .agenda-btn-area {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  gap: 5px 10px;
  flex-wrap: wrap;
}

.agenda-select-btn {
  color: #E5E5E5;
  font-weight: 600;
}

.agenda-select-btn:hover, .agenda-select-btn.active {
  color: var(--color-bg);
  cursor: pointer;
}

#dynamic-agenda-content {
  padding: 10px 0;
}

#dynamic-agenda-content section {
  display: none;
}

#dynamic-agenda-content section.active {
  display: block;
}

.agenda-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.agenda-table .row {
  display: flex;
}

.agenda-table .cell:nth-child(1) {
  width: 70px;
  font-size: 0.7em;
  font-weight: 800;
  padding-top: 0.4em;
}

.agenda-table .cell:nth-child(2) {
  flex: 1;
  font-size: 0.9em;
  padding: 10px 20px;
  background: #E6F8FE;
  border-radius: 10px;
}

.agenda-table .subject {
  font-size: 1.1em;
  font-weight: 800;
}

.agenda-table .description {
  font-size: 0.9em;
  margin-top: 1em;
}

.agenda-table .speaker {
  font-size: 0.7em;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #A1DEF0;
}

.agenda-table .cell.purple {
  background: #F3ECFB;
}

.agenda-table .cell.purple .speaker {
  border-top: 1px solid #D3BBF0;
}

.agenda-table .cell.purple .company {
  color: #8540D6;
}

.agenda-table .cell.pink {
  background: #FCEEF4;
}

.agenda-table .cell.pink .speaker {
  border-top: 1px solid #F3B0CC;
}

.agenda-table .cell.pink .company {
  color: #E45190;
}

.session-category {
  font-size: 0.8em;
  font-weight: 800;
  color: var(--color-bg);
}

.session-title {
  font-size: 1.3em;
  font-weight: 900;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: var(--color-bg);
  border-bottom: 1px solid var(--color-bg);
}

.session-title.black {
  color: #000;
}

@media screen and (max-width: 1000px) {
  .video-area, .agenda-area {
    width: 100%;
  }
}
.comming-soon {
  padding: 5% 5%;
}

.comming-soon img {
  max-width: 500px;
}

.container {
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
}

.login-container {
  width: 100%;
  max-width: 500px;
}

.btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.login-btn {
  background: #28557C;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
}

.regist-btn {
  background: #8540D6;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
}

.regist-container {
  width: 100%;
  max-width: 1000px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.regist-container .title {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
}

.input-row {
  display: flex;
  gap: 30px 50px;
}

.input-box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.input-box label {
  width: 50px;
  font-weight: 600;
}

.input-box.column {
  flex-direction: column;
}

.input-box.column label, .input-box.column input[type=text], .input-box.column select {
  width: 100%;
}

.input-box input[type=text], .input-box select {
  width: calc(100% - 50px - 5px);
  padding: 10px 15px 10px 10px;
  font-size: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  outline: none;
}

.input-box input[type=text]::-moz-placeholder {
  color: #808080;
}

.input-box input[type=text]::placeholder {
  color: #808080;
}

.login-input-area input[type=text] {
  border: 0;
}

@media screen and (max-width: 700px) {
  .input-row {
    flex-direction: column;
  }
  .regist-container .input-box {
    flex-direction: column;
  }
  .input-box label, .input-box input[type=text], .input-box select {
    width: 100%;
  }
}
input[type=radio], input[type=checkbox] {
  display: none;
}

.agree-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.agree-area span {
  display: flex;
  padding: 10px;
  gap: 10px;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  font-size: 0.9em;
  cursor: pointer;
}

.agree-area span div {
  flex: 1;
}

.agree-area input[type=radio] + span::before,
.agree-area input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/radio.svg) no-repeat center;
  background-size: cover;
  margin-right: 5px;
  margin-top: 5px;
}

.agree-area input[type=radio]:checked + span::before,
.agree-area input[type=checkbox]:checked + span::before {
  background: url(../images/radio-check.svg) no-repeat center;
}

.agree-area input[type=radio]:checked + span,
.agree-area input[type=checkbox]:checked + span {
  border: 1px solid #02B8ED;
}

footer {
  padding: 30px 14px;
  background: #042030;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}

.footer-container {
  display: flex;
  flex-direction: column;
}

.privacy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
}

.privacy-links li:not(:last-child)::after {
  content: "|";
  padding: 0 5px 0 2px;
  display: inline-block;
}

.copyright {
  margin: 13px 0;
}

.sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sns-links i {
  font-size: 18px;
}

footer a:hover {
  color: var(--color-bg);
  cursor: pointer;
}