<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub-page .content {
  padding-block: 220px 150px;
}
.sub-page .common-tab {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
}
.sub-page.instructor .sub-top {
  margin-bottom: 0;
}
.sub-page .board-wrap.list .sub-top {
  padding-bottom: 0;
  border-bottom: none;
}

.sub-top {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
  margin-bottom: var(--gap01);
  position: relative;
}
.sub-top h2 {
  color: var(--orange);
  font-family: var(--mont);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.sub-top h3 {
  margin-top: 20px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}

.able-visual {
  height: 100vh;
  position: relative;
}

.able-visual__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  height: 430px;
  overflow: hidden;
}
.able-visual__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.able-visual__bg .able-visual__tit {
  color: #fff;
}

.able-visual__tit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.able-visual__tit p {
  font-family: var(--mont);
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.able-visual__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.able-visual__desc p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.able-visual__desc strong {
  display: block;
  margin-bottom: var(--gap01);
}
.able-visual__desc strong p {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

.typo-anim {
  overflow: hidden;
}
.typo-anim span {
  display: block;
  white-space: nowrap;
}

.able-identity {
  padding-top: 30px;
  padding-bottom: var(--gap02);
}

.able-identity__typo .box-carousel {
  height: 120px;
  width: 100%;
}
.able-identity__typo .carousel-item {
  color: var(--bg);
  font-family: var(--mont);
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.able-identity__tit {
  margin-top: var(--gap02);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.6;
}

.able-identity__list {
  border-top: 1px solid var(--border);
  margin-top: var(--gap01);
}
.able-identity__list li {
  padding: 80px 60px;
  border-bottom: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.able-identity__list li strong {
  display: block;
  width: 440px;
  font-family: var(--mont);
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.able-identity__list li strong::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 60px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #ddd;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.able-identity__list li p {
  color: var(--medium);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.able-identity__list li figure {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.able-identity__list li.active strong {
  color: var(--orange);
}
.able-identity__list li.active strong::before {
  background-color: var(--orange);
}
.able-identity__list li.active figure {
  opacity: 1;
}

.able-logo {
  padding-top: var(--gap02);
  height: 100vh;
  background-color: #2c2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.able-logo p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: var(--gap02);
}
.able-logo .main-tit {
  color: #fff;
  padding: 0;
  background: none;
}
.able-logo figure {
  margin-top: 240px;
}

.sub-desc01 {
  color: var(--medium);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.sub-desc02 {
  color: var(--medium);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.able-sec {
  padding-block: var(--gap02);
}
.able-sec .sub-desc01 {
  margin-top: 40px;
}

.instructor-visual {
  height: 100vh;
  position: relative;
}

.instructor-visual__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 470px;
  overflow: hidden;
}

.instructor-visual__frame img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.instructor-visual__desc {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.instructor-visual__desc strong {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.instructor-visual__desc .sub-desc01 {
  margin-top: 590px;
  color: var(--medium);
}
.instructor-visual__desc .sub-desc01 br {
  display: none;
}
.instructor-visual__desc .sub-desc01 span {
  color: var(--medium);
}

.instructor-will {
  margin-top: var(--gap02);
}
.instructor-will ul {
  margin-top: 60px;
  border-top: 1px solid var(--border);
}
.instructor-will ul li {
  border-bottom: 1px solid #ddd;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.instructor-will ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.instructor-will ul li figure {
  width: 250px;
  aspect-ratio: 1.66/1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: hidden;
}
.instructor-will ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.instructor-will ul li:hover {
  background-color: var(--bg);
}
.instructor-will .common-btn {
  margin-top: var(--gap01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instructor-will__tit strong {
  font-family: var(--mont);
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}
.instructor-will__tit .sub-desc01 {
  line-height: 1;
  margin-top: 20px;
}

.instructor-will__desc {
  width: 770px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-block: 30px;
}
.instructor-will__desc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instructor-will__desc div b {
  font-family: var(--mont);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.instructor-will__desc div .sub-desc02 {
  line-height: 1;
  color: var(--mild);
}

.instructor-card {
  text-align: center;
  width: 440px;
}
.instructor-card figure {
  aspect-ratio: 1.66/1;
  overflow: hidden;
}
.instructor-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.instructor-card ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instructor-card b {
  display: block;
  margin-top: 30px;
  font-family: var(--mont);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.instructor-card p {
  line-height: 1;
  margin-top: 20px;
}

.member .content {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member .content section {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}
.member .content section:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50vw;
  gap: 30px;
  background-image: url("/assets/images/sub/member_bg.png");
  background-size: auto 100%;
  background-position: left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}
.member .content section:first-of-type b {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.member .content section:first-of-type p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.member .content section:first-of-type p span {
  font-weight: 600;
}
.member .content section:first-of-type img {
  width: 150px;
}
.member .content section:last-of-type {
  padding: 120px;
}
.member.login .member-input &gt; li input[type=text],
.member.login .member-input &gt; li input[type=password] {
  padding-left: 56px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.member.login .member-input &gt; li:first-of-type input[type=text] {
  background-image: url("/assets/images/sub/member_login.svg");
}
.member.login .member-input &gt; li:last-of-type input[type=password] {
  background-image: url("/assets/images/sub/member_password.svg");
}
.member.result .member-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.member.result .member-btn a:last-child {
  background-color: #fff;
  color: #666;
  border: 1px solid var(--border);
}

.member-inner {
  width: 480px;
}

.member-tit {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.member-stit {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.member-stit:not(:first-of-type) {
  margin-top: 60px;
}

.member-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.member-input &gt; li .sub-desc01 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
}
.member-input &gt; li &gt; div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}
.member-input &gt; li input[type=text],
.member-input &gt; li input[type=password] {
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  padding-inline: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.member-input &gt; li input[type=text]:focus,
.member-input &gt; li input[type=password]:focus {
  border-color: var(--orange);
}
.member-input &gt; li.is-btn div {
  position: relative;
}
.member-input &gt; li.is-btn div:not(:first-child) {
  margin-top: 10px;
}
.member-input &gt; li.is-btn button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 34px;
  background-color: var(--medium);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 10px;
}
.member-input .payment-agree__checkbox {
  margin-bottom: 5px;
}
.member-input .payment-agree__checkbox label {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--dark);
}

.member-btn {
  margin-top: 60px;
}
.member-btn button,
.member-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  background-color: var(--orange);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.member-btn button.disabled,
.member-btn a.disabled {
  background-color: var(--border);
}

.member-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member-link a {
  color: var(--mild);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.member-link a:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
  margin-right: 20px;
}

.member-result {
  padding-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--bg);
}
.member-result div p {
  line-height: 1;
  text-align: center;
}
.member-result div p:first-child {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.member-result div p:last-child {
  color: var(--mild);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.join-ok .member-result {
  padding-block: 0;
  background-color: transparent;
}

.mypage-info {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.mypage-info b {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.mypage-info p,
.mypage-info &gt; a {
  color: var(--mild);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.mypage-info p {
  margin-top: 16px;
}
.mypage-info &gt; a {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  display: block;
}
.mypage-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 64px;
  padding-inline: 20px;
}
.mypage-info li.active a {
  background-color: var(--bg);
}

.mypage .lecture-tit {
  margin-bottom: 40px;
}
.mypage .common-tab {
  margin-bottom: 20px;
}
.mypage article &gt; ul {
  border-top: 1px solid var(--border);
}
.mypage article &gt; ul.is-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 0;
}
.mypage article &gt; ul.is-img li {
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: auto;
}
.mypage article &gt; ul.is-img li .tit {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.mypage article &gt; ul.is-img li &gt; div {
  overflow: hidden;
  padding-block: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mypage article &gt; ul.is-img li figure {
  width: 280px;
  height: 180px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.mypage article &gt; ul.is-img li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mypage article &gt; ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px;
  border-bottom: 1px solid #ddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mypage article &gt; ul li &gt; div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mypage article &gt; ul li .tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.mypage article &gt; ul li .tit .sub-desc01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--dark);
  line-height: 1;
  font-weight: 500;
}
.mypage article &gt; ul li .tit .sub-desc02 {
  margin-top: 10px;
}
.mypage article &gt; ul li .sub-desc02 {
  color: var(--mild);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.mypage article &gt; ul li .info {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mypage article &gt; ul li .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mypage article &gt; ul li .info div.payment-status01 .sub-desc02 {
  color: var(--orange);
}
.mypage article &gt; ul li .info div.payment-status02 .sub-desc02 {
  color: #009b50;
}
.mypage article &gt; ul li .info div b {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.mypage article &gt; ul li .info a {
  height: 40px;
  border-radius: 50px;
  border: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-inline: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mypage article &gt; ul li .info a svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.mypage article &gt; ul li .info a:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}
.mypage article &gt; ul li .info a:hover svg path {
  fill: #fff;
}
.mypage article &gt; ul li .refund-btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 120px;
  text-decoration-line: underline;
  color: var(--mild);
  line-height: 1;
}
.mypage .common-btn {
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypage .common-btn button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 60px;
}
.mypage .payment-agree__checkbox label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-class {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.no-class .sub-desc01 {
  color: var(--mild);
  font-weight: 500;
  line-height: 1;
}

.modify-area {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.leave-btn {
  display: block;
  margin: 20px auto 0;
  color: var(--mild);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: underline;
}

.leave-agree {
  padding: 20px;
  background-color: var(--bg);
}

.search-result {
  padding-block: var(--gap01);
  background-color: var(--bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: var(--gap01);
}
.search-result b {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.search-result div {
  background-color: #fff;
  padding-inline: 30px;
  height: 54px;
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-radius: 2em;
  border: 1px solid var(--border);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-result div input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-result div button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 28px;
}

.modal-password {
  display: none;
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-password .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px;
  width: 500px;
}
.modal-password .modal-content .close-btn {
  position: absolute;
  right: -40px;
  top: -40px;
}
.modal-password .modal-content h3 {
  font-family: "IBM Plex Sans KR";
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 60px;
}
.modal-password .modal-content label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.modal-password .modal-content input[type=password] {
  width: 100%;
  height: 56px;
  padding-left: 56px;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  font-size: 16px;
  background-image: url("/assets/images/sub/password.svg");
  background-repeat: no-repeat;
  background-position: 20px;
}
.modal-password .modal-confirm {
  width: 160px;
  height: 60px;
  padding: 0px 30px;
  border-radius: 500px;
  background: var(--orange, #f7941d);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-inline: auto;
}

.video-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.video-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab-wrap {
  width: 540px;
  background-color: var(--bg);
  border-left: 1px solid var(--border);
  padding: 40px 44px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-top {
  height: 80px;
  padding-inline: 60px;
  border-bottom: 1px solid var(--border);
}
.video-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
  width: 100%;
}
.video-top a p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-area {
  padding: 40px 40px 0 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.video-player {
  width: 100%;
}
.video-player video {
  width: 100%;
}

.video-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.video-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--mild);
  font-weight: 500;
  line-height: 1;
  gap: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.video-nav button svg path {
  -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.video-nav button:hover {
  color: var(--orange);
}
.video-nav button:hover svg path {
  fill: var(--orange);
  stroke: var(--orange);
}

.video-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 16px);
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.video-tab button {
  padding-bottom: 20px;
  color: var(--mild);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid transparent;
}
.video-tab button.active {
  color: #222;
  border-color: var(--orange);
}

.tab-content {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.tab-content.active {
  display: block;
}
.tab-content &gt; ul {
  padding-right: 10px;
  height: 100%;
  overflow-y: scroll;
}
.tab-content &gt; ul::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}
.tab-content &gt; ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
  width: 6px;
}

.mypage-info__current {
  display: none;
}
.terms-tit {
  font-size: 24px;
  font-weight: 700;
}
.terms-stit:not(:first-of-type) {
  margin-top: 60px;
}
.terms-stit {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media all and (max-width: 1400px) {
  .tab-wrap {
    width: 40%;
    padding: 40px 3.90625vw 0 3.90625vw;
  }
  .video-area {
    padding: 40px 3.90625vw 0 3.90625vw;
  }
  .video-top {
    padding-inline: 3.90625vw;
  }
  .member .content section:last-of-type {
    padding: 60px;
  }
  .member .content section:first-of-type b {
    font-size: 34px;
    line-height: 1.2;
  }
}

/* .blind {display:none !important;} */</pre></body></html>