[data-index] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

[data-pc] {
  display: block;
}

[data-mb] {
  display: none;
}

@media all and (max-width: 768px) {
  [data-pc] {
    display: none;
  }
  [data-mb] {
    display: block;
  }
}
[data-top] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5.44vw 0 5.21vw;
  border-bottom: 0.05vw solid #d8d8d8;
}
[data-top] div {
  margin-top: 4.17vw;
  display: flex;
  flex-direction: column;
  padding-left: 4.69vw;
}
[data-top] div h1 {
  font-size: 2.6vw;
  font-weight: 600;
  font-family: "NotoSans";
  line-height: normal;
}
[data-top] div h1 span {
  font-family: "AppleSDGothicNeo";
}
[data-top] div h2 {
  font-size: 1.56vw;
  font-weight: 600;
  font-family: "AppleSDGothicNeo";
  line-height: normal;
}
[data-top] div h3 {
  font-size: 1.41vw;
  font-weight: normal;
  font-family: "NotoSans";
  line-height: normal;
}
[data-top] div p {
  margin-top: 2.08vw;
  font-size: 0.83vw;
  line-height: 1.88;
}
[data-top] div p span {
  font-weight: bold;
}
[data-top] div [data-button-group] {
  width: 32.5vw;
  margin-top: 2.97vw;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.25vw;
}
[data-top] div [data-button-group] button {
  width: 15.63vw;
  height: 4.17vw;
  cursor: pointer;
  border-width: 0;
  border-radius: 0.21vw;
  background-color: #1b73e8;
  font-size: 0.94vw;
  font-weight: bold;
  font-family: "NotoSansKR";
  line-height: 1.67;
  color: #fff;
}
[data-top] img {
  width: 30.99vw;
  z-index: -1;
}
@media all and (max-width: 768px) {
  [data-top] {
    margin-top: 23.33vw;
    padding: 0;
    flex-direction: column-reverse;
    border: none;
  }
  [data-top] div {
    margin-top: 0;
    padding: 9.67vw 4.44vw 0;
    width: 100%;
  }
  [data-top] div h1 {
    font-size: 10.56vw;
  }
  [data-top] div h2 {
    font-size: 9.44vw;
  }
  [data-top] div h3 {
    font-size: 9.72vw;
  }
  [data-top] div p {
    margin-top: 8.33vw;
    font-size: 4.44vw;
    padding: 0;
  }
  [data-top] div [data-button-group] {
    width: auto;
    margin-top: 6.11vw;
    flex-direction: column;
    align-items: center;
    gap: 4.44vw;
  }
  [data-top] div [data-button-group] button {
    width: 83.33vw;
    height: 22.22vw;
    border-radius: 1.11vw;
    font-size: 5vw;
  }
  [data-top] img {
    width: 82.22vw;
    margin: auto;
  }
}

[data-content-wrap-pc] {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5.21vw 0;
  border-bottom: 0.05vw solid #d8d8d8;
  gap: 5vw;
}
[data-content-wrap-pc] [data-content-side] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.65vw;
}
[data-content-wrap-pc] [data-content-side] [data-content] h3 {
  font-size: 1.77vw;
  font-weight: bold;
}
[data-content-wrap-pc] [data-content-side] [data-content] h3 span {
  font-weight: normal;
  font-family: "NotoSans";
}
[data-content-wrap-pc] [data-content-side] [data-content] p {
  margin-top: 0.52vw;
  font-size: 0.83vw;
  line-height: 1.88;
}
[data-content-wrap-pc] [data-content-side] img {
  width: 29.17vw;
  height: 22.71vw;
}

[data-content-wrap-mb] {
  padding: 13.89vw 0;
  display: none;
  flex-direction: column;
  gap: 9.72vw;
  border-bottom: 0.28vw solid #d8d8d8;
}
[data-content-wrap-mb] [data-content] {
  margin: 0;
  padding: 0 3.44vw;
}
[data-content-wrap-mb] [data-content] h3 {
  font-size: 8.33vw;
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
}
[data-content-wrap-mb] [data-content] h3 span {
  font-weight: normal;
}
[data-content-wrap-mb] [data-content] p {
  margin-top: 2.78vw;
  font-size: 4.44vw;
  line-height: 1.88;
}
[data-content-wrap-mb] img {
  margin-top: 1.39vw;
  width: 100%;
  height: 77.78vw;
}

@media all and (max-width: 768px) {
  [data-content-wrap-pc] {
    display: none;
  }
  [data-content-wrap-mb] {
    display: flex;
  }
}
[data-schedule-wrap] {
  margin-top: 4.27vw;
  width: 100%;
}
[data-schedule-wrap] table {
  margin: auto;
  width: 69.79vw;
}
[data-schedule-wrap] table thead tr {
  font-size: 0.63vw;
  border-bottom: 0.05vw solid #d8d8d8;
}
[data-schedule-wrap] table thead tr th {
  padding: 1.04vw;
}
[data-schedule-wrap] table tbody tr {
  font-size: 0.73vw;
  border-bottom: 0.05vw solid #d8d8d8;
}
[data-schedule-wrap] table tbody tr td {
  padding: 1.04vw;
}
[data-schedule-wrap] table tbody tr td h4 {
  margin-bottom: 0.31vw;
  font-size: 0.83vw;
  font-weight: bold;
}
[data-schedule-wrap] table tbody tr td h4 span {
  font-weight: normal;
}
[data-schedule-wrap] table tbody tr td p {
  text-align: start;
  line-height: normal;
}
[data-schedule-wrap] table tbody tr td p strong {
  font-weight: bold;
}
[data-schedule-wrap] table tbody tr td [data-img-wrap] {
  margin-top: 1.35vw;
  margin-bottom: 1.56vw;
  display: flex;
  align-items: center;
  gap: 1.04vw;
}
[data-schedule-wrap] table tbody tr td [data-img-wrap] img {
  width: 4.17vw;
  height: 4.17vw;
}
[data-schedule-wrap] table tbody tr td:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.73vw;
}
[data-schedule-wrap] table tbody tr [data-td-mb] {
  display: none;
}
@media all and (max-width: 768px) {
  [data-schedule-wrap] {
    margin: 0;
  }
  [data-schedule-wrap] table {
    width: 100%;
  }
  [data-schedule-wrap] table thead {
    display: none;
  }
  [data-schedule-wrap] table tbody tr {
    font-size: 3.89vw;
    padding: 5.56vw 4.44vw 8.33vw;
    display: flex;
    flex-direction: column;
    gap: 5.56vw;
    border-bottom: 0.28vw solid #d8d8d8;
  }
  [data-schedule-wrap] table tbody tr td {
    padding: 0;
  }
  [data-schedule-wrap] table tbody tr td h4 {
    font-size: 4.44vw;
  }
  [data-schedule-wrap] table tbody tr td [data-img-wrap] {
    margin: 0;
    gap: 5.56vw;
  }
  [data-schedule-wrap] table tbody tr td [data-img-wrap] img {
    width: 22.22vw;
    height: 22.22vw;
  }
  [data-schedule-wrap] table tbody tr td:nth-child(4) {
    gap: 5.56vw;
  }
  [data-schedule-wrap] table tbody tr [data-td-pc] {
    display: none;
  }
  [data-schedule-wrap] table tbody tr [data-td-mb] {
    display: table-cell;
  }
}

[data-btn_wrap] {
  width: 100%;
  padding-top: 2.6vw;
  padding-bottom: 10.42vw;
}
[data-btn_wrap] button {
  display: block;
  width: 15.63vw;
  height: 4.17vw;
  cursor: pointer;
  margin: auto;
  background-color: #1b73e8;
  border-width: 0;
  border-radius: 0.21vw;
  font-size: 0.94vw;
  font-weight: bold;
  font-family: "NotoSansKR";
  line-height: 1.67;
  color: #fff;
}
[data-btn_wrap] div {
  margin-top: 5.21vw;
  display: flex;
  justify-content: center;
  gap: 0.42vw;
}
[data-btn_wrap] div a {
  width: 9.48vw;
  height: 3.13vw;
  text-align: center;
  font-size: 0.94vw;
  font-weight: bold;
  line-height: 3.13vw;
  text-decoration: none;
  color: #fff;
  border-radius: 0.21vw;
  background-color: #335683;
}
[data-btn_wrap] div a:nth-child(2) {
  background-color: #33837b;
}
[data-btn_wrap] div a:nth-child(3) {
  background-color: #808080;
}
@media all and (max-width: 768px) {
  [data-btn_wrap] {
    width: 100%;
    padding-top: 13.89vw;
    padding-bottom: 53.06vw;
  }
  [data-btn_wrap] button {
    width: 83.33vw;
    height: 22.22vw;
    border-radius: 1.11vw;
    font-size: 5vw;
  }
  [data-btn_wrap] div {
    margin-top: 13.89vw;
    flex-direction: column;
    align-items: center;
    gap: 2.78vw;
  }
  [data-btn_wrap] div a {
    width: 50.56vw;
    height: 16.67vw;
    font-size: 5vw;
    line-height: 16.67vw;
    border-radius: 1.11vw;
  }
}

[data-roundsel-container] {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
[data-roundsel-container] [data-roundsel-form-container] {
  width: 31.25vw;
  max-height: 120vh;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  margin: auto;
  overflow: auto;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] {
  display: flex;
  flex-direction: column;
  height: 30vh;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-roundsel-close] {
  margin-top: 1.25vw;
  margin-left: 29.17vw;
  width: 0.83vw;
  height: 0.83vw;
  padding: 0;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] h1 {
  margin-top: 1.25vw;
  margin-bottom: 1.56vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 22.4vw;
  margin: 0.52vw auto 0;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] div label {
  display: flex;
  font-size: 0.83vw;
  gap: 0.1vw;
  text-align: start;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] div label::before {
  content: "*";
  color: red;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] div input {
  padding: 0.52vw;
  width: 16.51vw;
  height: 2.6vw;
  font-size: 0.83vw;
  box-sizing: border-box;
  border: solid 0.05vw #d8d8d8;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-checkbox] {
  margin-top: 2.08vw;
  justify-content: flex-start;
  gap: 0.42vw;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-checkbox] input[type=checkbox] {
  margin: 0;
  width: 0.83vw;
  height: 0.83vw;
  border-radius: 0.16vw;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-checkbox] label {
  font-size: 0.73vw;
  font-weight: bold;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-checkbox] label::before {
  content: none;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-policy] {
  margin: 0.52vw auto 0;
  padding: 0.83vw;
  width: 22.4vw;
  height: 7.29vw;
  font-size: 0.73vw;
  line-height: normal;
  border: 0.05vw solid #d8d8d8;
  overflow: auto;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] .error {
  display: none;
  padding-top: 0.42vw;
  padding-left: 10.83vw;
  font-size: 0.73vw;
  color: #ff0000;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] .error-2 {
  padding-left: 4.43vw;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-roundsel-button-container] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-roundsel-button-container] button {
  margin-left: 5px;
  width: 8.33vw;
  height: 2.6vw;
  border-width: 0;
  border-radius: 0.21vw;
  background-color: #1b73e8;
  font-size: 0.83vw;
  color: white;
  cursor: pointer;
}
[data-roundsel-container] [data-roundsel-form-container] [data-roundsel-form] [data-roundsel-button-container] button:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
}
@media all and (max-width: 768px) {
  [data-roundsel-container] [data-roundsel-container] {
    width: 91.67vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] {
    display: flex;
    flex-direction: column;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-roundsel-desc] {
    display: flex;
    flex-direction: column;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-roundsel-close] {
    margin-top: 5.56vw;
    margin-left: 81.67vw;
    width: 4.44vw;
    height: 4.44vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] h1 {
    margin-top: 6.67vw;
    margin-bottom: 9.72vw;
    font-size: 6.67vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] div {
    display: flex;
    flex-direction: column;
    margin: 2.78vw auto 0;
    width: 75.56vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] div label {
    font-size: 4.44vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] div label::before {
    content: none;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] div input {
    padding: 2.78vw;
    width: 44.44vw;
    height: 13.89vw;
    font-size: 4.44vw;
    border: solid 0.28vw #d8d8d8;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-checkbox] {
    margin-top: 12.5vw;
    gap: 2.78vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-checkbox] input[type=checkbox] {
    margin: 0;
    width: 4.44vw;
    height: 4.44vw;
    border-radius: 0.83vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-checkbox] label {
    font-size: 3.89vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-policy] {
    margin: 3.89vw auto 0;
    padding: 4.44vw;
    width: 75.56vw;
    height: 40.28vw;
    font-size: 3.89vw;
    border: 0.28vw solid #d8d8d8;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] .error {
    display: none;
    padding-top: 2.22vw;
    padding-left: 41.68vw;
    font-size: 3.89vw;
    color: #ff0000;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] .error-2 {
    padding-left: 8.06vw;
  }
  [data-roundsel-container] [data-roundsel-container] [data-roundsel-form] [data-roundsel-buttons] {
    display: flex;
    flex-direction: column;
    margin: 12.5vw auto 8.33vw;
    width: 44.44vw;
    height: 13.89vw;
    border-width: 0;
    border-radius: 1.11vw;
    font-size: 4.44vw;
  }
}

[data-register-container] {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
[data-register-container] [data-form-container] {
  width: 31.25vw;
  max-height: 90vh;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  margin: auto;
  overflow: auto;
}
[data-register-container] [data-form-container] [data-register-form] {
  display: flex;
  flex-direction: column;
}
[data-register-container] [data-form-container] [data-register-form] [data-session-type] {
  display: none;
}
[data-register-container] [data-form-container] [data-register-form] [data-register-close] {
  margin-top: 1.25vw;
  margin-left: 28.17vw;
  width: 0.83vw;
  height: 0.83vw;
  padding: 0;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}
[data-register-container] [data-form-container] [data-register-form] h1 {
  margin-top: 1.25vw;
  margin-bottom: 1.56vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
}
[data-register-container] [data-form-container] [data-register-form] .tip {
  margin: 0.5vw auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.73vw;
  font-weight: bold;
  line-height: normal;
  border: 4px solid #1b73e8;
  padding: 0.5vw;
}
[data-register-container] [data-form-container] [data-register-form] div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 22.4vw;
  margin: 0.52vw auto 0;
}
[data-register-container] [data-form-container] [data-register-form] div label {
  display: flex;
  font-size: 0.83vw;
  gap: 0.1vw;
  text-align: start;
}
[data-register-container] [data-form-container] [data-register-form] div label::before {
  content: "*";
  color: red;
}
[data-register-container] [data-form-container] [data-register-form] div input {
  padding: 0.52vw;
  width: 16.51vw;
  height: 2.6vw;
  font-size: 0.83vw;
  box-sizing: border-box;
  border: solid 0.05vw #d8d8d8;
}
[data-register-container] [data-form-container] [data-register-form] div [radio-container] {
  width: 16.51vw;
  margin: 0;
  flex-direction: column;
}
[data-register-container] [data-form-container] [data-register-form] div [radio-container] [radio-wrap] {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  gap: 1vw;
}
[data-register-container] [data-form-container] [data-register-form] div [radio-container] [radio-wrap] label:before {
  content: none;
}
[data-register-container] [data-form-container] [data-register-form] div [radio-container] [radio-wrap] input[type=radio] {
  width: 1vw;
  height: 1vw;
}
[data-register-container] [data-form-container] [data-register-form] [data-checkbox] {
  margin-top: 2.08vw;
  justify-content: flex-start;
  gap: 0.42vw;
}
[data-register-container] [data-form-container] [data-register-form] [data-checkbox] input[type=checkbox] {
  margin: 0;
  width: 0.83vw;
  height: 0.83vw;
  border-radius: 0.16vw;
}
[data-register-container] [data-form-container] [data-register-form] [data-checkbox] label {
  font-size: 0.73vw;
  font-weight: bold;
}
[data-register-container] [data-form-container] [data-register-form] [data-checkbox] label::before {
  content: none;
}
[data-register-container] [data-form-container] [data-register-form] [data-policy] {
  margin: 0.52vw auto 0;
  padding: 0.83vw;
  width: 22.4vw;
  height: 7.29vw;
  font-size: 0.73vw;
  line-height: normal;
  border: 0.05vw solid #d8d8d8;
  overflow: auto;
}
[data-register-container] [data-form-container] [data-register-form] .error {
  display: none;
  padding-top: 0.42vw;
  padding-left: 10.83vw;
  font-size: 0.73vw;
  color: #ff0000;
}
[data-register-container] [data-form-container] [data-register-form] .error-2 {
  padding-left: 4.43vw;
}
[data-register-container] [data-form-container] [data-register-form] [data-submit-button] {
  margin: 2.34vw auto 2.08vw;
  width: 8.33vw;
  height: 2.6vw;
  border-width: 0;
  border-radius: 0.21vw;
  background-color: #1b73e8;
  font-size: 0.83vw;
  color: white;
  cursor: pointer;
}
[data-register-container] [data-form-container] [data-register-form] [data-submit-button]:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
}
@media all and (max-width: 768px) {
  [data-register-container] [data-form-container] {
    width: 91.67vw;
  }
  [data-register-container] [data-form-container] [data-register-form] [data-register-close] {
    margin-top: 5.56vw;
    margin-left: 81.67vw;
    width: 4.44vw;
    height: 4.44vw;
  }
  [data-register-container] [data-form-container] [data-register-form] h1 {
    margin-top: 6.67vw;
    margin-bottom: 9.72vw;
    font-size: 6.67vw;
    white-space: nowrap;
  }
  [data-register-container] [data-form-container] [data-register-form] .tip {
    width: 75.56vw;
    margin: 2vw auto;
    text-align: center;
    font-size: 3.89vw;
    padding: 2vw;
    word-break: keep-all;
  }
  [data-register-container] [data-form-container] [data-register-form] div {
    margin: 2.78vw auto 0;
    width: 75.56vw;
  }
  [data-register-container] [data-form-container] [data-register-form] div label {
    font-size: 4.44vw;
  }
  [data-register-container] [data-form-container] [data-register-form] div label::before {
    content: none;
  }
  [data-register-container] [data-form-container] [data-register-form] div input {
    padding: 2.78vw;
    width: 44.44vw;
    height: 13.89vw;
    font-size: 4.44vw;
    border: solid 0.28vw #d8d8d8;
  }
  [data-register-container] [data-form-container] [data-register-form] div [radio-container] {
    width: 53.44vw;
  }
  [data-register-container] [data-form-container] [data-register-form] div [radio-container] [radio-wrap] {
    gap: 5vw;
  }
  [data-register-container] [data-form-container] [data-register-form] div [radio-container] [radio-wrap] input[type=radio] {
    width: 8vw;
    height: 8vw;
  }
  [data-register-container] [data-form-container] [data-register-form] [data-checkbox] {
    margin-top: 12.5vw;
    gap: 2.78vw;
  }
  [data-register-container] [data-form-container] [data-register-form] [data-checkbox] input[type=checkbox] {
    margin: 0;
    width: 4.44vw;
    height: 4.44vw;
    border-radius: 0.83vw;
  }
  [data-register-container] [data-form-container] [data-register-form] [data-checkbox] label {
    font-size: 3.89vw;
  }
  [data-register-container] [data-form-container] [data-register-form] [data-policy] {
    margin: 3.89vw auto 0;
    padding: 4.44vw;
    width: 75.56vw;
    height: 40.28vw;
    font-size: 3.89vw;
    border: 0.28vw solid #d8d8d8;
  }
  [data-register-container] [data-form-container] [data-register-form] .error {
    display: none;
    padding-top: 2.22vw;
    padding-left: 41.68vw;
    font-size: 3.89vw;
    color: #ff0000;
  }
  [data-register-container] [data-form-container] [data-register-form] .error-2 {
    padding-left: 8.06vw;
  }
  [data-register-container] [data-form-container] [data-register-form] [data-submit-button] {
    margin: 12.5vw auto 8.33vw;
    width: 44.44vw;
    height: 13.89vw;
    border-width: 0;
    border-radius: 1.11vw;
    font-size: 4.44vw;
  }
}

[data-webinar-container] {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
[data-webinar-container] [data-form-container] {
  margin: auto;
  width: 31.25vw;
  max-height: 90vh;
  background-color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}
[data-webinar-container] [data-form-container] [data-webinar-form] {
  display: flex;
  flex-direction: column;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-webinar-close] {
  margin-top: 1.25vw;
  margin-left: 29.17vw;
  width: 0.83vw;
  height: 0.83vw;
  padding: 0;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-webinar-close] img {
  size: cover;
}
[data-webinar-container] [data-form-container] [data-webinar-form] h1 {
  margin-top: 1.25vw;
  margin-bottom: 1.56vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
}
[data-webinar-container] [data-form-container] [data-webinar-form] div {
  margin: 0.52vw auto 0;
}
[data-webinar-container] [data-form-container] [data-webinar-form] div label {
  display: inline-block;
  font-size: 0.83vw;
  min-width: 4.79vw;
  margin-right: 1.04vw;
  text-align: start;
}
[data-webinar-container] [data-form-container] [data-webinar-form] div input {
  padding: 0.52vw;
  width: 16.51vw;
  height: 2.6vw;
  font-size: 0.83vw;
  box-sizing: border-box;
  border: solid 0.05vw #d8d8d8;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] {
  width: 16.51vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.52vw;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  margin: 0;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] input {
  margin: 0;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] label {
  margin: 0;
  cursor: pointer;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] label::before {
  content: none;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] input[type=radio] {
  width: 1vw;
  height: 1vw;
}
[data-webinar-container] [data-form-container] [data-webinar-form] .error {
  display: none;
  padding-top: 0.42vw;
  padding-left: 10.83vw;
  font-size: 0.73vw;
  color: #ff0000;
}
[data-webinar-container] [data-form-container] [data-webinar-form] .error-2 {
  padding-left: 4.43vw;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-submit-button] {
  margin: 2.34vw auto 2.08vw;
  width: 8.33vw;
  height: 2.6vw;
  border-width: 0;
  border-radius: 0.21vw;
  background-color: #1b73e8;
  font-size: 0.83vw;
  color: white;
  cursor: pointer;
}
[data-webinar-container] [data-form-container] [data-webinar-form] [data-login-submit-button]:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
}
@media all and (max-width: 768px) {
  [data-webinar-container] [data-form-container] {
    width: 91.67vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-webinar-close] {
    margin-top: 5.56vw;
    margin-left: 81.67vw;
    width: 4.44vw;
    height: 4.44vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] h1 {
    margin-top: 6.67vw;
    margin-bottom: 9.72vw;
    font-size: 6.67vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] div {
    margin: 2.78vw auto 0;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] div label {
    font-size: 4.44vw;
    min-width: 25.56vw;
    margin-right: 5.56vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] div input {
    padding: 2.78vw;
    width: 44.44vw;
    height: 13.89vw;
    font-size: 4.44vw;
    border: solid 0.28vw #d8d8d8;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] {
    width: 75vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] label {
    min-width: 16.56vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] {
    width: auto;
    gap: 2.78vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] {
    gap: 3vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-login-round] [radio-container] [radio-wrap] input[type=radio] {
    width: 6vw;
    height: 6vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] .error {
    display: none;
    padding-top: 2.22vw;
    padding-left: 41.68vw;
    font-size: 3.89vw;
    color: #ff0000;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] .error-2 {
    padding-left: 8.06vw;
  }
  [data-webinar-container] [data-form-container] [data-webinar-form] [data-login-submit-button] {
    margin: 12.5vw auto 8.33vw;
    width: 44.44vw;
    height: 13.89vw;
    border-width: 0;
    border-radius: 1.11vw;
    font-size: 4.44vw;
  }
}
