@charset "UTF-8";
/* U2025 농협 통신연수 사이트*/
::-moz-selection {
  background: #0db786;
  color: #fff;
}

::selection {
  background: #0db786;
  color: #fff;
}

@font-face {
  font-family: "wow";
  src: url("/_resources/fonts/wow.eot?1hhfug");
  src: url("/_resources/fonts/wow.eot?1hhfug#iefix") format("embedded-opentype"), url("/_resources/fonts/wow.ttf?1hhfug") format("truetype"), url("/_resources/fonts/wow.woff?1hhfug") format("woff"), url("/_resources/fonts/wow.svg?1hhfug#wow") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://wdr.ubion.co.kr/common/fonts/Pretendard-1.3.3/woff2/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://wdr.ubion.co.kr/common/fonts/Pretendard-1.3.3/woff2/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://wdr.ubion.co.kr/common/fonts/Pretendard-1.3.3/woff2/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Retaxaccount the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  font-family: "Pretendard", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
}

body {
  font-family: "Pretendard", sans-serif;
  color: #222;
}

h1 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

button {
  padding: 0;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .md-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .lg-hidden {
    display: none !important;
  }
}

.tag-course, .tag-month, .tag-practice, .tag-certificate {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  height: 20px;
  padding: 0 10px;
  font-weight: 700;
  border-radius: 50px;
}
@media screen and (min-width: 480px) {
  .tag-course, .tag-month, .tag-practice, .tag-certificate {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 0 15px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .tag-course, .tag-month, .tag-practice, .tag-certificate {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    height: 27px;
  }
}

.tag-certificate {
  color: #fff;
  background-color: #0066B3;
}

.tag-practice {
  color: #fff;
  background-color: #0db786;
}

.tag-month {
  color: #8c8d96;
  background-color: #e0e2e7;
}

.tag-course {
  color: #0079FF;
  background-color: #D1EDFF;
}

@keyframes roll {
  0% {
    transform: translateY(calc(50% - 5px));
  }
  100% {
    transform: translateY(50%);
  }
}
.ic-new {
  position: absolute;
  top: -50%;
  color: #fb438b;
  animation: 0.5s roll ease-in-out infinite alternate;
}

.btn-ghost, .btn-outlined, .btn-secondary, .btn-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-weight: 700;
  border-radius: 4px;
}
.btn-ghost:disabled, .btn-outlined:disabled, .btn-secondary:disabled, .btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-primary {
  color: #fff;
  background-color: #0079FF;
  transition: background-color 100ms ease-in-out;
}
.btn-primary:not(:disabled):hover {
  background-color: #0066B3;
}

.btn-secondary {
  color: #fff;
  background-color: #b2b3b9;
  transition: background-color 100ms ease-in-out;
}
.btn-secondary:not(:disabled):hover {
  background-color: #222;
  color: #fff;
}

.btn-outlined {
  color: #0079FF;
  background-color: #fff;
  border: 1px solid #0079FF;
  transition: background-color 100ms ease-in-out;
}
.btn-outlined:not(:disabled):hover {
  background-color: #D1EDFF;
}

.btn-ghost {
  color: #222;
  background-color: transparent;
  transition: color 100ms ease-in-out;
}
.btn-ghost:not(:disabled):hover {
  color: #8c8d96;
}

.btn-32 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 32px;
}

.btn-40 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 40px;
}

.btn-48 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 48px;
}

.btn-55 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  height: 55px;
}

.form-select,
.form-input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  transition: background-color 200ms ease-in-out;
  appearance: none;
}
.form-select::placeholder,
.form-input::placeholder {
  color: #b2b3b9;
}
.form-select:not(:disabled):hover,
.form-input:not(:disabled):hover {
  background-color: #f7f8fa;
}
.form-select:disabled,
.form-input:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.select-group {
  position: relative;
}
.select-group.is-active .form-select {
  border-color: #0079FF;
}
.select-group.is-active .ic-caret {
  color: #0079FF;
}
.select-group .form-select {
  padding-right: 40px;
  text-overflow: ellipsis;
}
.select-group .ic-caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 24px;
  color: #b2b3b9;
  pointer-events: none;
}

.form-checkbox {
  display: none;
}
.form-checkbox + label {
  cursor: pointer;
}
.form-checkbox + label > span {
  padding-left: 5px;
  vertical-align: middle;
}
.form-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e0e2e7;
  background-image: url("./assets/images/Icon/checkbox_off.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 4px;
  vertical-align: middle;
}
.form-checkbox:checked + label:before {
  content: "";
  background-color: #0079FF;
  background-image: url("./assets/images/Icon/checkbox_on.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.input-group {
  position: relative;
}
.input-group.search .form-input {
  padding-left: 40px;
}
.input-group.search .ic-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 16px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #8c8d96;
}
.input-group.phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.input-group.phone input {
  width: 33.3333333333%;
  margin-right: 4px;
}
.input-group.phone input:last-child {
  margin-right: 0;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wow" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-bell:before {
  content: "\e914";
}

.ic-cart:before {
  content: "\e915";
}

.ic-favorite-filled:before {
  content: "\e916";
}

.ic-user:before {
  content: "\e900";
}

.ic-calendar:before {
  content: "\e902";
}

.ic-caret:before {
  content: "\e903";
}

.ic-check:before {
  content: "\e904";
}

.ic-chevron:before {
  content: "\e905";
}

.ic-close:before {
  content: "\e906";
}

.ic-counseler:before {
  content: "\e907";
}

.ic-credit:before {
  content: "\e908";
}

.ic-favorite:before {
  content: "\e909";
}

.ic-help:before {
  content: "\e90a";
}

.ic-list:before {
  content: "\e90b";
}

.ic-lock:before {
  content: "\e90c";
}

.ic-logout:before {
  content: "\e90d";
}

.ic-menu:before {
  content: "\e90e";
}

.ic-new:before {
  content: "\e90f";
}

.ic-play:before {
  content: "\e910";
}

.ic-refresh:before {
  content: "\e911";
}

.ic-search:before {
  content: "\e912";
}

.ic-star:before {
  content: "\e913";
}

.gnb-icon-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #fff;
  background: #0079FF;
  transition: background 200ms ease-in-out;
  border-radius: 50px;
}
.gnb-icon-button.is-close {
  width: 30px;
  height: 30px;
  padding: 0;
  background: #8c8d96;
}
.gnb-icon-button.is-close:active, .gnb-icon-button.is-close:hover {
  background: #222;
}
.gnb-icon-button.is-close i {
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #fff;
}
.gnb-icon-button:active, .gnb-icon-button:hover {
  background: linear-gradient(to right, #0db786, #0079FF);
}
.gnb-icon-button i {
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #fff;
  vertical-align: middle;
}
.gnb-icon-button span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .gnb-icon-button {
    padding: 8px 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
  .gnb-icon-button i {
    margin-left: 6px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1200px) {
  .gnb-icon-button.is-close {
    width: auto;
    height: auto;
    padding: 8px 24px;
  }
  .gnb-icon-button.is-close i {
    margin-left: 6px;
  }
}

main.lecture-show {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  main.lecture-show {
    padding-top: 40px;
  }
}

.lecture-header-img {
  overflow: hidden;
  height: 100%;
  background-color: #D1EDFF;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lecture-header-img img {
  object-fit: cover;
  height: 200px;
}
@media screen and (min-width: 1200px) {
  .lecture-header-img img {
    height: 100%;
  }
}

.lecture-header {
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .lecture-header {
    padding-left: 20px;
  }
}
.lecture-header header {
  margin-bottom: 16px;
}
.lecture-header header .lecture-title {
  position: relative;
  margin: 4px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #222;
}
@media screen and (min-width: 1200px) {
  .lecture-header header .lecture-title {
    font-size: 34px;
    line-height: 44px;
  }
}
.lecture-header header .lecture-title > em {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #8c8d96;
  list-style-type: -0.5px;
}
.lecture-header header .lecture-title .ic-new {
  position: absolute;
  top: 0;
  font-size: 18px;
}
.lecture-header header .sub-cont {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .lecture-header header .sub-cont {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #222;
  }
}
.lecture-header .lecture-table {
  margin-top: 40px;
}

.lecture-section {
  padding-bottom: 20px;
}
.lecture-section-divider {
  height: 8px;
  margin: 0 -15px;
  background-color: #e0e2e7;
}
.lecture-section-divider.is-big {
  height: 24px;
}
@media screen and (min-width: 768px) {
  .lecture-section {
    width: 100%;
    padding-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .lecture-section {
    margin-left: 0;
  }
}

.lecture-section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 64px;
  justify-content: space-between;
}
.lecture-section-header .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
}
.lecture-section-header .etc {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #8c8d96;
}
@media screen and (max-width: 767px) {
  .lecture-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .lecture-section-header .title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
  }
  .lecture-section-header .etc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .lecture-section-header .text-button:hover,
  .lecture-section-header .icon-button:hover {
    opacity: 0.4;
  }
  .lecture-section-header .text-button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}

.lecture-introduce .lecture-section-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .lecture-introduce .lecture-section-content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
  }
}

.lecture-course .course-item {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #f7f8fa;
}
.lecture-course .course-item .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .lecture-course .course-item .content-wrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.lecture-course .course-item .content-wrap .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1200px) {
  .lecture-course .course-item .content-wrap .header {
    width: 250px;
  }
}
.lecture-course .course-item .content-wrap .header .tit {
  max-width: 360px;
  padding-right: 24px;
  word-break: keep-all;
}
.lecture-course .course-item .content-wrap .header .tit strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 700;
}
.lecture-course .course-item .content-wrap .header .level {
  margin-top: 16px;
}
.lecture-course .course-item .content-wrap .header .level .bar {
  width: 150px;
  height: 10px;
  margin-bottom: 8px;
  background-color: #e0e2e7;
}
.lecture-course .course-item .content-wrap .header .level .bar em {
  display: block;
  height: 10px;
  background-color: #0079FF;
}
.lecture-course .course-item .content-wrap .header .level .bar em.high {
  width: 90%;
}
.lecture-course .course-item .content-wrap .header .level .bar em.mid {
  width: 50%;
}
.lecture-course .course-item .content-wrap .header .level .bar em.low {
  width: 10%;
}
.lecture-course .course-item .content-wrap .header .level span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 700;
}
.lecture-course .course-item .content-wrap .index li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .content-wrap .index li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .lecture-course .course-item .content-wrap .index li {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .content-wrap .index li:last-child {
    margin-bottom: 0px;
  }
}
.lecture-course .course-item .content-wrap .index li span {
  flex-shrink: 0;
  width: 40px;
  margin-right: 16px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #0079FF;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .content-wrap .index li span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #0079FF;
  }
}
.lecture-course .course-item .content-wrap .index li strong {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .content-wrap .index li strong {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
  }
}
.lecture-course .course-item .content-wrap .book {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lecture-course .course-item .content-wrap .book {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e0e2e7;
    width: 200px;
    height: 250px;
  }
}
.lecture-course .course-item .content-wrap .book img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .content-wrap .book img {
    width: 140px;
  }
}
.lecture-course .course-item .content-wrap .book .btn-bookmore {
  margin-top: 16px;
}
.lecture-course .course-item .introduce {
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .introduce {
    padding-top: 40px;
  }
}
.lecture-course .course-item .introduce li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item .introduce li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
  }
}
.lecture-course .course-item .introduce li:last-child {
  margin-bottom: 0;
}
.lecture-course .course-item .introduce li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #222;
}
.lecture-course .header,
.lecture-course .index,
.lecture-course .book {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .lecture-course .header,
  .lecture-course .index,
  .lecture-course .book {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .lecture-course .header,
  .lecture-course .index,
  .lecture-course .book {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .lecture-course .course-item {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .lecture-course {
    margin-bottom: 0;
  }
}

.lecture-professor .professor-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lecture-professor .professor-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background-color: #f7f8fa;
  margin-bottom: 24px;
}
.lecture-professor .professor-item .profile-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lecture-professor .professor-item .profile-header {
    padding: 24px 40px;
  }
}
.lecture-professor .professor-item .profile-header .img-name-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.lecture-professor .professor-item .profile-header .img-name-wrap .img-wrap {
  height: 70px;
}
.lecture-professor .professor-item .profile-header .img-name-wrap .img-wrap img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #e0e2e7;
}
.lecture-professor .professor-item .profile-header .img-name-wrap .name-wrap {
  margin-left: 16px;
}
.lecture-professor .professor-item .profile-header .img-name-wrap .name-wrap span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 400;
}
.lecture-professor .professor-item .profile-header .img-name-wrap .name-wrap em {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #222;
  font-weight: 700;
  font-style: normal;
}
.lecture-professor .professor-item .profile-header .ic-chevron {
  font-size: 20px;
  color: #8c8d96;
  transition: transform 200ms ease-in-out;
}
.lecture-professor .professor-item .ic-chevron {
  transform: translateY(-50%) rotate(180deg);
  display: none;
}
.lecture-professor .professor-item .profile-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #e0e2e7;
}
@media screen and (min-width: 768px) {
  .lecture-professor .professor-item .profile-list {
    flex-direction: row;
    padding: 40px;
  }
}
.lecture-professor .professor-item .profile-list .profile-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1200px) {
  .lecture-professor .professor-item .profile-list .profile-item {
    width: 33.3333333333%;
    margin-bottom: 40px;
  }
}
.lecture-professor .professor-item .profile-list .profile-item:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
.lecture-professor .professor-item .profile-list .profile-item .dt {
  flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: 4px;
}
.lecture-professor .professor-item .profile-list .profile-item .dt span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #8c8d96;
}
.lecture-professor .professor-item .profile-list .profile-item .dd ul li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 400;
  word-break: keep-all;
}
.lecture-professor .professor-item .profile-list .profile-item .dd ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 4px;
  height: 4px;
  background-color: #b2b3b9;
}

@media screen and (max-width: 767px) {
  .lecture-completion.is-open .lecture-section,
  .lecture-completion.is-open .lecture-section-divider:last-child {
    display: block;
  }
  .lecture-completion.is-open .lecture-section-header.sm-only {
    display: none;
  }
  .lecture-completion .lecture-section,
  .lecture-completion .lecture-section-divider:last-child {
    display: none;
  }
}

.lecture-benefit .benefit-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.lecture-benefit .benefit-item {
  flex: 1 0 50%;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .lecture-benefit .benefit-item {
    flex: 1 0 33.3333333333%;
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .lecture-benefit .benefit-item {
    flex: 1 0 20%;
  }
}
.lecture-benefit .benefit-item .img-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lecture-benefit .benefit-item .img-wrap img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .lecture-benefit .benefit-item .img-wrap img {
    width: 132px;
  }
}
.lecture-benefit .benefit-item .txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
  word-break: keep-all;
  gap: 8px;
}
.lecture-benefit .benefit-item .txt-wrap strong {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #222;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .lecture-benefit .benefit-item .txt-wrap strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 160%;
  }
}
.lecture-benefit .benefit-item .txt-wrap span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .lecture-benefit .benefit-item .txt-wrap span {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 150%;
  }
}

.lecture-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #222;
}
.lecture-table .bor-r {
  border-right: 1px solid #b9bac4;
}
.lecture-table .col-s {
  width: 30%;
}
.lecture-table .im {
  font-weight: 700;
}
.lecture-table tr {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #222;
  border-bottom: 1px solid #b9bac4;
}
.lecture-table th,
.lecture-table td {
  padding: 12px;
  text-align: center;
}
.lecture-table th {
  font-weight: 400;
  color: #8c8d96;
  background-color: #f7f8fa;
}
.lecture-table th.cost {
  border-right: 1px solid #b9bac4;
}
@media screen and (min-width: 768px) {
  .lecture-table tr {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}

.table-wrap {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.table-wrap .lecture-table {
  min-width: 800px;
}

main.new-type {
  padding: 0;
  word-break: keep-all;
}
main.new-type em {
  font-style: normal;
  color: #8c8d96;
}
main.new-type .lecture-tab {
  height: 40px;
  background: var(--lec_primary);
}
main.new-type .lecture-tab-list {
  height: 40px;
  padding: 8px 0;
}
main.new-type .lecture-tab-item {
  align-self: stretch;
}
main.new-type .lecture-tab-item.is-active button {
  color: var(--lec_primary-dark);
  background: #fff;
  border-radius: 80px;
}
main.new-type .lecture-tab-item button {
  height: 100%;
  color: #fff;
  border-bottom: 0;
  background: transparent;
  transform: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
main.new-type .lecture-tab-item button:active {
  color: var(--lec_secondary);
}
@media screen and (min-width: 768px) {
  main.new-type .lecture-tab {
    margin: 0;
    height: 60px;
  }
  main.new-type .lecture-tab-list {
    height: 60px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  main.new-type .lecture-tab {
    height: 80px;
  }
  main.new-type .lecture-tab-list {
    height: 80px;
    padding: 15px 0;
  }
  main.new-type .lecture-tab-item button {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
}
main.new-type .lecture-section-divider {
  width: 100%;
  margin: 0;
}
main.new-type section.lecture-section {
  display: block;
  width: 100%;
  padding: 40px 0;
  min-width: none;
  background: #FAFAFA;
}
main.new-type section.lecture-section .lecture-section-header {
  height: 80px;
}
main.new-type section.lecture-section .lecture-section-header .title {
  margin: 0 auto;
}
main.new-type section.lecture-section .lecture-section-header .title > img {
  height: 30px;
}
main.new-type section.lecture-section .lecture-section-content {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  letter-spacing: -0.7px;
}
@media screen and (min-width: 768px) {
  main.new-type section.lecture-section {
    padding: 80px 0;
  }
  main.new-type section.lecture-section .lecture-section-header .title > img {
    height: auto;
  }
  main.new-type section.lecture-section .lecture-section-content {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
    letter-spacing: -1px;
  }
}
main.new-type section.lecture-header {
  background: var(--lec_top-bg);
}
main.new-type section.lecture-header .lecture-header-img {
  flex-direction: column;
  border-radius: 0;
  background-color: transparent;
}
main.new-type section.lecture-header .lecture-header-img > img {
  width: 100%;
  height: auto;
}
main.new-type section.lecture-header .lecture-header-img button.btn-info {
  width: 40%;
  max-width: 292px;
  height: auto;
  margin-top: 20px;
}
main.new-type section.lecture-header .lecture-header-img button.btn-info img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  main.new-type section.lecture-header {
    padding: 40px 0 20px;
  }
  main.new-type section.lecture-header .lecture-header-img > img {
    max-width: 800px;
  }
  main.new-type section.lecture-header .lecture-header-img button.btn-info {
    margin-top: 20px;
  }
}
main.new-type section.lecture-introduce {
  padding-top: 15px;
}
main.new-type section.lecture-introduce .cont {
  padding: 0 0 10px;
}
main.new-type section.lecture-introduce .cont .lecture-table {
  background: #fff;
}
main.new-type section.lecture-introduce .cont .lecture-table .bor-r,
main.new-type section.lecture-introduce .cont .lecture-table tr {
  border-color: #b9bac4;
}
main.new-type section.lecture-introduce .cont .lecture-table th {
  color: #222;
}
main.new-type section.lecture-introduce .cont .lecture-table.price {
  margin-top: 5px;
}
main.new-type section.lecture-introduce .cont .lecture-table.price td {
  color: #222;
}
main.new-type section.lecture-introduce .cont .lecture-table.price td > em {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.0025em;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #fb438b;
  vertical-align: middle;
}
main.new-type section.lecture-introduce .lecture-section-content > p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  letter-spacing: -0.7px;
}
main.new-type section.lecture-introduce .lecture-setion-img {
  padding: 0;
  margin-bottom: 10px;
  border: 1px solid var(--lec_primary);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
main.new-type section.lecture-introduce .lecture-setion-img h3 {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #FFF100;
  text-align: center;
  background: var(--lec_primary);
}
main.new-type section.lecture-introduce .lecture-setion-img h3 .flag {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  letter-spacing: normal;
  font-weight: normal;
  opacity: 0.7;
}
main.new-type section.lecture-introduce .lecture-setion-img h3 strong {
  display: block;
}
main.new-type section.lecture-introduce .lecture-setion-img .img-wrap {
  width: 100%;
  padding: 10px;
  overflow-x: auto;
}
main.new-type section.lecture-introduce .lecture-setion-img .img-wrap > img {
  width: 100%;
  min-width: 700px;
  max-width: 1060px;
}
@media screen and (min-width: 768px) {
  main.new-type section.lecture-introduce .cont .lecture-table.price td > em {
    width: 22px;
    height: 22px;
    margin-right: 3px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #fff;
    border-radius: 6px;
  }
  main.new-type section.lecture-introduce .lecture-section-content > p {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
  }
  main.new-type section.lecture-introduce .lecture-setion-img {
    margin-bottom: 20px;
    border-width: 2px;
  }
  main.new-type section.lecture-introduce .lecture-setion-img h3 {
    padding: 15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #FFF100;
  }
  main.new-type section.lecture-introduce .lecture-setion-img h3 strong {
    display: inline-block;
  }
  main.new-type section.lecture-introduce .lecture-setion-img .img-wrap {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  main.new-type section.lecture-introduce {
    padding-top: 30px;
  }
  main.new-type section.lecture-introduce .cont {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 0 50px;
  }
  main.new-type section.lecture-introduce .cont .lecture-table {
    flex: 1 0 50%;
  }
  main.new-type section.lecture-introduce .cont .lecture-table thead {
    height: 106px;
  }
  main.new-type section.lecture-introduce .cont .lecture-table tbody {
    height: 120px;
  }
  main.new-type section.lecture-introduce .cont .lecture-table.price {
    margin-top: 0;
  }
  main.new-type section.lecture-introduce .cont .lecture-table.price thead, main.new-type section.lecture-introduce .cont .lecture-table.price tbody {
    border-left: 1px solid #b9bac4;
  }
  main.new-type section.lecture-introduce .lecture-setion-img {
    border-width: 3px;
    border-radius: 20px;
  }
  main.new-type section.lecture-introduce .lecture-setion-img h3 {
    padding: 16px 20px;
  }
  main.new-type section.lecture-introduce .lecture-section-content > p {
    padding-bottom: 30px;
  }
}
main.new-type section.lecture-course {
  background: var(--lec_secondary);
}
main.new-type section.lecture-course .course-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main.new-type section.lecture-course .course-list .course-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 460px;
  margin-bottom: 10px;
  padding-top: 40px;
  border-radius: 20px;
  background: #fff;
}
main.new-type section.lecture-course .course-list .book {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 180px;
  background: transparent;
}
main.new-type section.lecture-course .course-list .book img {
  width: 100px;
}
main.new-type section.lecture-course .course-list .book .btn-bookmore {
  margin-top: 16px;
  padding: 0 15px;
  border-radius: 30px;
}
main.new-type section.lecture-course .course-list .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
main.new-type section.lecture-course .course-list .content-wrap .header {
  flex: 0 0 auto;
  flex-direction: row;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
main.new-type section.lecture-course .course-list .content-wrap .header .tit {
  max-width: none;
  height: auto;
  padding-right: 0;
  text-align: center;
  gap: 5px;
}
main.new-type section.lecture-course .course-list .content-wrap .header .tit strong,
main.new-type section.lecture-course .course-list .content-wrap .header .tit span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  vertical-align: middle;
}
main.new-type section.lecture-course .course-list .content-wrap .header .tit span {
  padding: 0 20px;
  border-radius: 30px;
  background: var(--lec_secondary);
  color: var(--lec_primary-light);
}
main.new-type section.lecture-course .course-list .content-wrap .summary {
  flex: 0 0 auto;
  padding: 0 5px 15px;
  text-align: center;
}
main.new-type section.lecture-course .course-list .content-wrap .index {
  flex: 1;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 15px;
  background: #f7f8fa;
}
main.new-type section.lecture-course .course-list .content-wrap .index li {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 4px;
}
main.new-type section.lecture-course .course-list .content-wrap .index li span {
  width: 25px;
  margin-right: 5px;
  color: #8c8d96;
}
@media screen and (min-width: 768px) {
  main.new-type section.lecture-course .course-list {
    gap: 50px;
  }
  main.new-type section.lecture-course .course-list .course-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 10px;
  }
  main.new-type section.lecture-course .course-list .book {
    flex: 0 0 35%;
  }
  main.new-type section.lecture-course .course-list .book img {
    width: 140px;
  }
  main.new-type section.lecture-course .course-list .content-wrap .header {
    justify-content: flex-start;
    height: auto;
  }
  main.new-type section.lecture-course .course-list .content-wrap .summary {
    flex: 0 0 auto;
    padding: 0 5px 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #222;
    line-height: 140%;
    text-align: left;
  }
  main.new-type section.lecture-course .course-list .content-wrap .index {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 1200px) {
  main.new-type section.lecture-course .course-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
  }
  main.new-type section.lecture-course .course-list .course-item {
    flex: 1 0 calc((100% - 30px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 18px 18px;
    margin-bottom: 0;
    align-self: stretch;
  }
  main.new-type section.lecture-course .course-list .course-item .book {
    flex: 0 0 250px;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .header {
    position: static;
    flex: 0 0 auto;
    width: auto;
    padding: 15px 0;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .header .tit span {
    margin-right: 5px;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .header .tit strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #222;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .summary {
    padding: 0 10px 25px;
    text-align: center;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .index {
    padding: 18px 25px 12px;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .index li {
    margin-bottom: 6px;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .index li span {
    width: 25px;
    margin-right: 5px;
  }
  main.new-type section.lecture-course .course-list .course-item .content-wrap .index li strong {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #222;
  }
}
main.new-type section.lecture-professor .professor-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
main.new-type section.lecture-professor .professor-list .professor-item {
  flex: 1 0 calc(100% - 25px);
  max-width: 460px;
  border-radius: 20px;
}
main.new-type section.lecture-professor .professor-list .profile-list .profile-item {
  width: 100%;
}
main.new-type section.lecture-professor .professor-list .profile-list .profile-item ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 400;
  word-break: keep-all;
}
main.new-type section.lecture-professor .professor-list .profile-list .profile-item ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 4px;
  height: 4px;
  background-color: #b2b3b9;
}
@media screen and (min-width: 768px) {
  main.new-type section.lecture-professor .professor-list {
    gap: 5px;
    background-image: url("/_resources/img/tongsin/2026/professor/teacher_img.png");
    background-position: bottom 10px right 10px;
    background-repeat: no-repeat;
  }
  main.new-type section.lecture-professor .professor-list .professor-item {
    flex: 1 0 calc((100% - 25px) / 3);
    width: auto;
    margin: 0;
    padding: 0;
  }
  main.new-type section.lecture-professor .professor-list .profile-header {
    padding: 15px;
  }
  main.new-type section.lecture-professor .professor-list .profile-list {
    padding: 20px 15px 10px;
  }
}
@media screen and (min-width: 1200px) {
  main.new-type section.lecture-professor .professor-list {
    gap: 15px;
  }
  main.new-type section.lecture-professor .professor-list .professor-item {
    flex: 1 0 calc((100% - 30px) / 3);
    max-width: 600px;
  }
  main.new-type section.lecture-professor .professor-list .profile-header {
    padding: 24px 40px;
  }
  main.new-type section.lecture-professor .professor-list .profile-list {
    padding: 40px 40px 20px;
  }
}
main.new-type section.lecture-benefit {
  background: var(--lec_secondary);
}
main.new-type section.lecture-benefit ul.benefit-text {
  padding-bottom: 20px;
}
main.new-type section.lecture-benefit ul.benefit-text li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 400;
  word-break: keep-all;
}
main.new-type section.lecture-benefit ul.benefit-text li i {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--lec_primary-light);
  line-height: 120%;
  font-weight: bold;
}
main.new-type section.lecture-benefit ul.benefit-list {
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
main.new-type section.lecture-benefit .benefit-item {
  flex: 1 0 calc(100% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 16px;
  background: #fff;
  border-radius: 20px;
  gap: 20px;
}
main.new-type section.lecture-benefit .benefit-item .txt-wrap {
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
}
main.new-type section.lecture-benefit .benefit-item .txt-wrap strong {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 130%;
}
main.new-type section.lecture-benefit .benefit-item .txt-wrap span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 125%;
}
main.new-type section.lecture-benefit .benefit-item .img-wrap {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  main.new-type section.lecture-benefit .benefit-item {
    flex: 1 0 calc((100% - 25px) / 3);
  }
  main.new-type section.lecture-benefit .benefit-item .txt-wrap strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 125%;
  }
  main.new-type section.lecture-benefit .benefit-item .txt-wrap span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #222;
    line-height: 130%;
  }
}
@media screen and (min-width: 1200px) {
  main.new-type section.lecture-benefit ul.benefit-text {
    padding-bottom: 30px;
  }
  main.new-type section.lecture-benefit ul.benefit-text li {
    justify-content: center;
    margin-bottom: 16px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
    font-weight: 400;
    text-align: center;
  }
  main.new-type section.lecture-benefit ul.benefit-text li i {
    gap: 10px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
    line-height: 120%;
  }
  main.new-type section.lecture-benefit ul.benefit-list {
    gap: 10px;
  }
  main.new-type section.lecture-benefit .benefit-item {
    flex: 1 0 calc((100% - 50px) / 5);
    padding: 25px 15px;
  }
}
main.new-type section.lecture-completion .lecture-section-content {
  overflow-x: auto;
  padding-bottom: 10px;
}
main.new-type section.lecture-completion .lecture-table {
  min-width: 600px;
  background: #fff;
}
main.new-type section.lecture-completion .lecture-table th {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 130%;
}
main.new-type section.lecture-completion .lecture-table td {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
}
main.new-type section.lecture-completion .lecture-table td ul {
  width: 100%;
}
main.new-type section.lecture-completion .lecture-table td ul li {
  position: relative;
  text-align: left;
  padding-left: 15px;
}
main.new-type section.lecture-completion .lecture-table td ul li:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #b2b3b9;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  main.new-type section.lecture-completion .lecture-table th, main.new-type section.lecture-completion .lecture-table td {
    padding: 30px 12px;
  }
  main.new-type section.lecture-completion .lecture-table th {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 130%;
    font-weight: 500;
  }
  main.new-type section.lecture-completion .lecture-table td {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #222;
  }
  main.new-type section.lecture-completion .lecture-table td ul {
    width: 70%;
    margin: 0 auto;
  }
}

main.new-type.lecture-type1 {
  --lec_top-bg:#FFFDEF;
  --lec_primary: #730099;
  --lec_primary-light: #9100C1;
  --lec_primary-dark: #5A0078;
  --lec_secondary: #F4D1FF;
}
main.new-type.lecture-type1 section.lecture-header {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
main.new-type.lecture-type1 section.lecture-header:before, main.new-type.lecture-type1 section.lecture-header:after {
  position: absolute;
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  main.new-type.lecture-type1 section.lecture-header:before, main.new-type.lecture-type1 section.lecture-header:after {
    width: 1200px;
    height: 1200px;
  }
}
main.new-type.lecture-type1 section.lecture-header:before {
  top: 0;
  left: 0;
  background: rgb(255, 248, 222);
  background: radial-gradient(circle, rgb(255, 248, 222) 12%, rgba(255, 253, 239, 0) 64%);
  transform: translate(-50%, -50%);
}
main.new-type.lecture-type1 section.lecture-header:after {
  bottom: 0;
  right: 0;
  background: rgb(255, 235, 238);
  background: radial-gradient(circle, rgb(255, 235, 238) 12%, rgba(255, 235, 238, 0) 64%);
  transform: translate(50%, 50%);
}

main.new-type.lecture-type22 {
  --lec_top-bg:linear-gradient(101deg, #72C5FF 26.11%, #0079FF 86.23%);
  --lec_primary: #007CD1;
  --lec_primary-light: #092FF0;
  --lec_primary-dark: #024A7C;
  --lec_secondary: #C1E7FF;
}
main.new-type.lecture-type22 section.lecture-header {
  padding-bottom: 0;
}

main.new-type.lecture-type23 {
  --lec_top-bg:#EEFFF5;
  --lec_primary: #00573F;
  --lec_primary-light: #00B885;
  --lec_primary-dark: #00573F;
  --lec_secondary: #E1FBEB;
}

main.new-type.lecture-type24 {
  --lec_top-bg:#FFFBEB;
  --lec_primary: #990054;
  --lec_primary-light: #df1d88;
  --lec_primary-dark: #5a0735;
  --lec_secondary: #FFEBF5;
}

.drawer-menu-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  width: 100%;
  height: auto;
  min-height: 51px;
  padding: 10px 8px;
  font-weight: 700;
  transition: color 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  .drawer-menu-button {
    min-height: 60px;
    padding: 15px 8px;
  }
}
.drawer-menu-button span {
  display: inline-block;
}
.drawer-menu-button span > em {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-style: normal;
  font-weight: 100;
}
.drawer-menu-button span.new-lecture {
  position: relative;
}
.drawer-menu-button span.new-lecture .ic-new {
  top: calc(-50% + 15px);
  right: -15px;
}
@media screen and (min-width: 768px) {
  .drawer-menu-button span.new-lecture .ic-new {
    top: calc(-50% + 10px);
    right: -20px;
  }
}
.drawer-menu-button .ic-chevron {
  font-size: 16px;
  color: #222;
  transform: rotate(-90deg);
}

main.main-show {
  background: #FAFAFA;
}

.index-section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index-section {
    margin-top: 50px;
  }
}
.index-section .index-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.index-section .index-list .index-item {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}
.index-section .index-list .index-item a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .index-section .index-list {
    justify-content: space-between;
    gap: 18px;
  }
  .index-section .index-list .index-item {
    flex: 1 0 calc(50% - 18px);
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .index-section .index-list .index-item {
    flex: 1 0 calc(50% - 34px);
  }
}
@media screen and (min-width: 1200px) {
  .index-section .index-list .index-item {
    flex: 1 0 calc(33.3333333333% - 27px);
  }
}
.index-section .index-list .tag-group {
  position: absolute;
  top: 8px;
  left: 8px;
}
.index-section .index-list .index-img {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #D1EDFF;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .index-section .index-list .index-img {
    height: auto;
    border-radius: 16px;
  }
}
.index-section .index-list .index-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.index-section .index-list .index-cont {
  margin-top: 5px;
  word-break: keep-all;
}
.index-section .index-list .index-cont .lecture-title {
  position: relative;
  padding-top: 6px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #222;
  line-height: 24px;
  min-height: 34px;
  letter-spacing: -0.02em;
}
.index-section .index-list .index-cont .sub-cont {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #8c8d96;
}
@media screen and (min-width: 768px) {
  .index-section .index-list .index-cont .sub-cont {
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    line-height: 130%;
  }
}

.index-section.new-lecture {
  margin-top: 0;
  padding: 20px 16px;
  justify-content: center;
}
.index-section.new-lecture .new-lecture-title {
  display: block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #222;
  text-align: center;
}
.index-section.new-lecture .new-lecture-title span {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  z-index: 1;
}
.index-section.new-lecture .new-lecture-title span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: rgba(251, 67, 139, 0.2);
  transform: translate(-50%, 0);
  z-index: -1;
}
.index-section.new-lecture .index-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
  padding-bottom: 0;
  gap: 20px;
}
.index-section.new-lecture .index-list .index-item {
  max-width: 540px;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .index-section.new-lecture .index-list .index-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.index-section.new-lecture .index-list .index-item > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  border: 1px solid #e0e2e7;
  padding: 0 15px;
  border-radius: 12px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.075);
  transition: box-shadow 200ms ease-in-out;
  overflow: hidden;
}
.index-section.new-lecture .index-list .index-item > a:hover {
  box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.125);
}
.index-section.new-lecture .index-list .index-item.new-lec1 > a {
  background: #E5F5FF;
  border-color: rgb(178, 225.3846153846, 255);
}
.index-section.new-lecture .index-list .index-item.new-lec2 > a {
  background: #EEFFF5;
  border-color: #bbffd7;
}
.index-section.new-lecture .index-list .index-item.new-lec3 > a {
  background: #FFFDEF;
  border-color: rgb(255, 243.4375, 162.5);
}
.index-section.new-lecture .index-list .index-item.new-lec4 > a {
  background: #FFFBEB;
  border-color: rgb(255, 235.7, 158.5);
}
.index-section.new-lecture .index-list .index-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-18%, -50%);
  width: 50%;
  max-width: 300px;
  height: auto;
  background: transparent;
  overflow: visible;
}
.index-section.new-lecture .index-list .index-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-section.new-lecture .index-list .index-cont {
  flex: 1 0 auto;
  max-width: calc(70% - 10px);
  padding: 0 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-section.new-lecture .index-list .index-cont .tag-group {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  width: 100%;
  padding: 0;
}
.index-section.new-lecture .index-list .index-cont .tag-group i {
  position: relative;
  top: -11px;
  width: 22px;
  height: 22px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
}
.index-section.new-lecture .index-list .index-cont .lecture-title {
  width: 100%;
  height: auto;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #222;
  line-height: 120%;
}
.index-section.new-lecture .index-list .index-cont .lecture-title > em {
  display: inline-block;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  line-height: 120%;
}
@media screen and (min-width: 480px) {
  .index-section.new-lecture {
    padding: 20px 0;
    align-content: center;
  }
  .index-section.new-lecture .new-lecture-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
  }
  .index-section.new-lecture .new-lecture-title span {
    padding: 5px 10px;
  }
  .index-section.new-lecture .new-lecture-title span:after {
    height: 16px;
  }
  .index-section.new-lecture .index-list {
    margin-top: 20px;
    gap: 10px;
  }
  .index-section.new-lecture .index-list .index-img {
    position: static;
    transform: none;
    flex: 0 0 35%;
  }
  .index-section.new-lecture .index-list .index-img img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .index-section.new-lecture {
    padding: 20px 16px;
  }
  .index-section.new-lecture .new-lecture-title {
    margin-bottom: 30px;
  }
  .index-section.new-lecture .new-lecture-title span {
    padding: 5px 10px;
  }
  .index-section.new-lecture .new-lecture-title span:after {
    height: 20px;
  }
  .index-section.new-lecture .index-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
  }
  .index-section.new-lecture .index-list .index-item {
    flex: 0 0 calc(33.3333333333% - 10px);
  }
  .index-section.new-lecture .index-list .index-item > a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 10px 10px;
    border-radius: 20px;
    min-width: 300px;
  }
  .index-section.new-lecture .index-list .index-img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding: 10px 0 0;
  }
  .index-section.new-lecture .index-list .index-img img {
    width: 100%;
    height: auto;
  }
  .index-section.new-lecture .index-list .index-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .index-section.new-lecture .index-list .index-cont .tag-group {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .index-section.new-lecture .index-list .index-cont .tag-group i {
    width: 27px;
    height: 27px;
  }
  .index-section.new-lecture .index-list .index-cont .lecture-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #222;
    line-height: 120%;
  }
  .index-section.new-lecture .index-list .index-cont .lecture-title > em {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 1200px) {
  .index-section.new-lecture {
    padding: 20px 0;
  }
  .index-section.new-lecture .index-list .index-item > a {
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.075);
  }
  .index-section.new-lecture .index-list .index-item > a:hover {
    box-shadow: 0px 15px 25px 1px rgba(0, 0, 0, 0.125);
  }
  .index-section.new-lecture .index-list .index-cont .tag-group {
    top: 20px;
    left: 25px;
  }
}

@keyframes zoomInUp {
  0% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  }
}
.main-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/_resources/img/tongsin/2026/main-top_bg.png");
  background-position: center;
  background-size: 100% auto;
  overflow: hidden;
}
.main-top .container {
  position: relative;
  padding: 25px 0 15px;
}
.main-top .main-tit {
  position: relative;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #222;
  text-align: center;
  z-index: 1;
}
.main-top .schedule-wrap {
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.main-top .schedule-wrap .schedule-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 16px auto 0;
  padding: 0;
  border-top: 1px solid #b2b3b9;
  gap: 10px;
  z-index: 1;
}
.main-top .schedule-wrap .schedule-list .schedule-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.main-top .schedule-wrap .schedule-list .schedule-item dt {
  display: inline-block;
  width: 100%;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: normal;
  text-align: center;
  background: rgb(241.2472727273, 242.1345454545, 244.3527272727);
}
.main-top .schedule-wrap .schedule-list .schedule-item dd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex: 1;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #b2b3b9;
}
.main-top .schedule-wrap .schedule-list .schedule-item dd .month {
  width: 100%;
}
.main-top .schedule-wrap .schedule-list .schedule-item dd .month span {
  margin-right: 3px;
  padding: 4px 8px;
  background: rgb(241.2472727273, 242.1345454545, 244.3527272727);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: normal;
  border-radius: 30px;
}
.main-top .schedule-wrap .btn-check {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  justify-content: center;
}
.main-top .schedule-wrap .btn-check .check-btn1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
}
.main-top .schedule-wrap .btn-check .check-btn1 .btn-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}
.main-top .schedule-wrap .btn-check .check-btn1 .btn-icon {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.main-top .schedule-wrap .btn-check .check-btn2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
}
.main-top .schedule-wrap .btn-check .check-btn2 .btn-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
}
.main-top .schedule-wrap .btn-check .check-btn2 .btn-icon {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.main-top .gnb-icon-button {
  margin: 24px auto 0;
  padding: 10px 30px;
  border-radius: 50px;
  background: #0079FF;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.main-top .gnb-icon-button i {
  margin-left: 5px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.main-top .gnb-icon-button:active, .main-top .gnb-icon-button:hover {
  background-image: linear-gradient(to right, #0db786, #0079FF);
}
@media screen and (max-width: 767px) {
  .main-top .schedule-wrap {
    gap: 30px;
  }
}
@media screen and (min-width: 480px) {
  .main-top {
    background-size: cover;
  }
  .main-top .container {
    padding: 40px 16px 30px;
  }
  .main-top .schedule-wrap .schedule-list {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item {
    width: auto;
    flex: 1 0 auto;
    padding: 0;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item dd {
    padding: 20px 5px;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item.apply dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-top .schedule-wrap .btn-check {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    z-index: 1;
  }
  .main-top .schedule-wrap .btn-check .check-btn1 {
    width: 100%;
    height: 100%;
  }
  .main-top .schedule-wrap .btn-check .check-btn2 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main-top {
    background-size: cover;
  }
  .main-top .container {
    padding: 70px 16px 50px;
  }
  .main-top .main-tit {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -0.0325em;
  }
  .main-top .schedule-wrap .schedule-list {
    margin-top: 20px;
    max-width: 550px;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item dt {
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item dd {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item dd > span {
    flex: 0 0 auto;
    display: inline-block;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item dd .month span {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item.apply dd {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main-top .main-tit {
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -0.035em;
  }
  .main-top .schedule-wrap .schedule-list {
    margin-top: 70px;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item {
    margin-bottom: 0;
  }
  .main-top .schedule-wrap .schedule-list .schedule-item dd {
    gap: 10px;
    padding: 20px;
  }
  .main-top .schedule-wrap .schedule-list.apply dd {
    padding: 20px 40px;
  }
  .main-top .schedule-wrap .schedule-list .btn-check {
    margin-top: 5px;
  }
  .main-top .gnb-icon-button {
    margin-top: 34px;
    padding: 15px 50px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  .main-top .gnb-icon-button i {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
}

.container {
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}
.container .row {
  display: flex;
  flex-wrap: wrap;
}
.container [class^=col-] {
  padding: 0 10px;
}
.container .col-sm-1 {
  width: 25%;
}
.container .col-sm-2 {
  width: 50%;
}
.container .col-sm-3 {
  width: 75%;
}
.container .col-sm-4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1020px;
    padding: 0 30px;
  }
  .container .col-md-1 {
    width: 8.3333333333%;
  }
  .container .col-md-2 {
    width: 16.6666666667%;
  }
  .container .col-md-3 {
    width: 25%;
  }
  .container .col-md-4 {
    width: 33.3333333333%;
  }
  .container .col-md-5 {
    width: 41.6666666667%;
  }
  .container .col-md-6 {
    width: 50%;
  }
  .container .col-md-7 {
    width: 58.3333333333%;
  }
  .container .col-md-8 {
    width: 66.6666666667%;
  }
  .container .col-md-9 {
    width: 75%;
  }
  .container .col-md-10 {
    width: 83.3333333333%;
  }
  .container .col-md-11 {
    width: 91.6666666667%;
  }
  .container .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
  .container .col-lg-1 {
    width: 95px;
  }
  .container .col-lg-2 {
    width: 190px;
  }
  .container .col-lg-3 {
    width: 285px;
  }
  .container .col-lg-4 {
    width: 380px;
  }
  .container .col-lg-5 {
    width: 475px;
  }
  .container .col-lg-6 {
    width: 570px;
  }
  .container .col-lg-7 {
    width: 665px;
  }
  .container .col-lg-8 {
    width: 760px;
  }
  .container .col-lg-9 {
    width: 855px;
  }
  .container .col-lg-10 {
    width: 950px;
  }
  .container .col-lg-11 {
    width: 1045px;
  }
  .container .col-lg-12 {
    width: 1140px;
  }
}

.gnb {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e0e2e7;
}
.gnb-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.gnb-right .button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.gnb-right .gnb-icon-button.is-search {
  margin-right: 4px;
}
.gnb .logo a {
  display: block;
  padding: 10px;
}
.gnb .logo img {
  display: block;
  width: auto;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .gnb .logo a {
    padding: 10px 20px;
  }
  .gnb .logo img {
    height: 22px;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 290px;
  max-width: 780px;
  height: 100vh;
  padding: 32px 20px;
  overflow-y: auto;
  background-color: #fff;
  transform: translate3d(290px, 0, 0);
  transition: transform 300ms ease-in-out;
  overscroll-behavior: contain;
}
.sidebar::-webkit-scrollbar {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sidebar {
    width: 100%;
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .sidebar {
    min-width: 50%;
  }
}
.sidebar.is-active {
  transform: translate3d(0, 0, 0);
}
.sidebar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  max-width: 900px;
  padding: 0 12px;
}
.sidebar-header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sidebar-header .logo a {
  display: block;
}
.sidebar-header .logo img {
  display: block;
  width: auto;
  height: 18px;
}
.sidebar-nav .drawer-menu-list {
  display: block;
  max-width: 900px;
}
.sidebar-nav .drawer-menu-list li {
  padding: 10px 0 0;
  border-bottom: 1px solid #e0e2e7;
}
.sidebar-nav .drawer-menu-list li h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 51px;
  color: #8c8d96;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .sidebar-nav .drawer-menu-list {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .sidebar-nav .drawer-menu-list li {
    flex: 1 0 auto;
    padding: 0 10px;
  }
  .sidebar-nav .drawer-menu-list li h3 {
    height: 60px;
  }
}
.sidebar-nav .drawer-menu {
  border-top: 1px solid #e0e2e7;
  transition: color 200ms ease-in-out;
}
.sidebar-nav .drawer-menu:hover span,
.sidebar-nav .drawer-menu:hover span > em,
.sidebar-nav .drawer-menu:hover i.ic-chevron {
  color: #115ad3;
}
.sidebar-nav .drawer-menu.is-active {
  border: 3px solid hsl(212, 100%, 50%);
  border-radius: 8px;
  box-shadow: 3px 0 8px rgba(0, 121, 255, 0.2) 5;
}
.sidebar-nav .drawer-menu.is-active span,
.sidebar-nav .drawer-menu.is-active span > em {
  color: #115ad3;
}
.sidebar-nav .drawer-menu.is-active i.ic-chevron {
  display: none;
}
.sidebar-nav .drawer-menu.is-active .ic-new {
  position: static;
  vertical-align: middle;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.overflow-hidden {
  overflow: hidden !important;
  transition: overflow 300ms ease-in-out;
}

.global-header {
  width: 100%;
  height: 65px;
}
.global-header .gnb,
.global-header .lnb {
  position: fixed;
  left: 0;
  width: 100%;
}
.global-header .gnb {
  top: 0;
  z-index: 60;
}
.global-header .lnb {
  top: 65px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .global-header {
    height: 65px;
  }
}

.global-footer {
  padding-top: 32px;
  padding-bottom: 40px;
  background-color: #f7f8fa;
}
.global-footer-title {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #222;
  font-weight: 700;
}
.global-footer-title .ic-chevron {
  display: inline-block;
  font-size: 12px;
  transform: rotate(-90deg);
}
.global-footer-contact {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #0066B3;
  font-weight: 700;
}
.global-footer-time {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #222;
  margin-bottom: 24px;
}
.global-footer-detail-list {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  color: #222;
  letter-spacing: -0.01em;
  color: #8c8d96;
}
.global-footer-detail-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.global-footer-detail-item address {
  display: inline;
}
.global-footer-detail-item dt::after {
  margin: 0 2px;
  content: ":";
}
@media screen and (min-width: 1200px) {
  .global-footer {
    margin-bottom: 0;
  }
  .global-footer-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .global-footer-contact:hover {
    opacity: 0.5;
  }
  .global-footer-detail-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .global-footer-detail-item a:hover {
    text-decoration: underline;
  }
  .global-footer-detail-item:not(:last-child)::after {
    margin: 0 8px;
    content: "|";
  }
}

.lecture-tab {
  position: sticky;
  top: 65px;
  z-index: 30;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #e0e2e7;
}
.lecture-tab-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 -15px;
}
.lecture-tab-item {
  width: 20%;
}
.lecture-tab-item.is-active button {
  color: #0079FF;
  border-bottom-color: #0079FF;
}
.lecture-tab-item button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #8c8d96;
  width: 100%;
  height: 40px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.lecture-tab-item button:active {
  color: #0079FF;
}
.lecture-tab-item .badge {
  margin-left: 4px;
  color: #8c8d96;
}
@media screen and (min-width: 768px) {
  .lecture-tab {
    top: 65px;
    height: 54px;
    margin: 40px 0;
    background-color: #f7f8fa;
    border-bottom: 0;
  }
  .lecture-tab-list {
    margin: 0;
  }
  .lecture-tab-item button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    height: 54px;
  }
  .lecture-tab-item .badge {
    margin-left: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .lecture-tab-item button {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
  .lecture-tab-item button:hover {
    color: #0079FF;
  }
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 34px 24px;
  background-color: #fff;
  overflow: hidden;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}
.popup-modal.is-active {
  z-index: 200;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition-delay: 50ms;
}
.popup-modal .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #222;
  border-radius: 100%;
  opacity: 0.6;
}
.popup-modal .btn-close:hover {
  opacity: 1;
  font-weight: bold;
}
.popup-modal .popup-cont {
  width: 100%;
  height: 100%;
  word-break: keep-all;
  overflow-y: auto;
}
.popup-modal .popup-cont .popup-body {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222;
  letter-spacing: -0.8px;
  padding: 10px 0 40px;
  font-weight: 300;
}
.popup-modal .popup-cont .popup-body ul {
  width: 100%;
}
.popup-modal .popup-cont .popup-body ul li {
  position: relative;
  text-align: left;
  margin: 5px 0;
  padding-left: 15px;
}
.popup-modal .popup-cont .popup-body ul li:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 4px;
  height: 4px;
  background-color: #b2b3b9;
  margin-right: 8px;
  vertical-align: middle;
}
.popup-modal .popup-cont .popup-body .dl-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  border-radius: 8px;
  background: #f7f8fa;
}
.popup-modal .popup-cont .popup-body .dl-wrap dl {
  flex: 0 0 100%;
  min-width: 340px;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  letter-spacing: -0.5px;
}
.popup-modal .popup-cont .popup-body .dl-wrap dl dt {
  flex: 0 0 90px;
  padding: 0 10px;
  color: #8c8d96;
}
.popup-modal .popup-cont .popup-body .dl-wrap dl dd {
  flex: 1 0 auto;
}
.popup-modal .popup-cont .lecture-table {
  min-width: 900px;
}
.popup-modal .popup-cont .etc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 5px;
  color: #8c8d96;
}
.popup-modal .button-group {
  width: 100%;
  max-width: 150px;
  margin: 20px auto 0;
}
.popup-modal .button-group a,
.popup-modal .button-group button {
  width: 100%;
}
.popup-modal .button-group a {
  margin-bottom: 8px;
}
@media screen and (min-width: 480px) {
  .popup-modal .popup-cont .popup-body .dl-wrap dl {
    flex: 1 0 auto;
    margin: 15px 0;
    border-radius: 16px;
  }
  .popup-modal .popup-cont .popup-body .dl-wrap dl dt {
    flex: 0 0 auto;
  }
  .popup-modal .popup-cont .popup-body .dl-wrap dl dd {
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .popup-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 64px);
    height: auto;
    max-height: 90vh;
    padding: 40px 34px;
    max-width: 1000px;
    border-radius: 24px;
  }
  .popup-modal .btn-close {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: #222;
  }
  .popup-modal .popup-cont {
    max-height: 80vh;
  }
  .popup-modal .popup-cont .popup-body .dl-wrap dl {
    flex: 1 0 calc(50% - 5px);
  }
  .popup-modal .popup-cont .popup-body .dl-wrap dl dt {
    padding: 0 25px;
  }
  .popup-modal .popup-cont .popup-body .lecture-table tr {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #222;
  }
}
@media screen and (min-width: 1200px) {
  .popup-modal {
    border-radius: 30px;
  }
  .popup-modal .popup-cont .popup-header {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #222;
  }
  .popup-modal .popup-cont .popup-body {
    padding: 10px 0 40px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #222;
    line-height: 140%;
    letter-spacing: -1px;
  }
  .popup-modal .popup-cont .popup-body p, .popup-modal .popup-cont .popup-body ul li, .popup-modal .popup-cont .popup-body .table-wrap {
    margin: 10px 0;
  }
  .popup-modal .button-group a,
  .popup-modal .button-group button {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    height: 55px;
  }
}
