@charset "UTF-8";
/* 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;
}

/**
 * Restore 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;
}

/*
  변수
*/
:root {
  --black-000: #000;
  --black-333: #333;
  --gray-666: #666;
  --gray-999: #999;
  --gray-ddd: #ddd;
  --gray-ccc: #ccc;
  --gray-df: #dfdfdf;
  --gray-eee: #eee;
  --gray-f4: #f4f4f4;
  --gray-f9: #f9f9f9;
  --white: #fff;
  --font: "Pretendard";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font), sans-serif;
  color: var(--black-333);
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

em, i {
  font-style: normal;
}

.color-black {
  color: var(--black-000) !important;
}

.color-point {
  color: var(--point) !important;
}

.color-blue {
  color: #2859e7 !important;
}

.color-red {
  color: var(--red) !important;
}

.color-gray {
  color: var(--gray-666) !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body.scrOff {
  overflow: hidden;
}

.tab-container .tabs {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
}
.tab-container .tab-common {
  display: flex;
  align-items: flex-end;
}
.tab-container .tab-common .item {
  position: relative;
  flex: 1;
  border-radius: 8px 8px 0 0;
  height: 36px;
  background-color: #E2E2EA;
}
.tab-container .tab-common .item.on {
  border-bottom: 0;
  background-color: var(--white);
  height: 42px;
  border-top: 1px solid #D6D6E2;
  border-left: 1px solid #D6D6E2;
  border-right: 1px solid #D6D6E2;
}
.tab-container .tab-common .item.on a {
  color: rgba(0, 0, 0, 0.8666666667);
}
.tab-container .tab-common .item + .item {
  margin-left: -1px;
}
.tab-container .tab-common .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.537254902);
  font-weight: 500;
}
.tab-container .tab-common .item.disabled {
  display: none;
}
.tab-container .tab-content .tab-panel {
  display: none;
}
.tab-container .tab-content .tab-panel > .board-view .board-head {
  border-top: 1px solid var(--gray-ccc);
}
.tab-container .tab-content .tab-panel.on {
  display: block;
}

.w-100 {
  width: 100% !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.breadcrumb {
  margin-bottom: 10px;
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumb .item {
  position: relative;
}
.breadcrumb .item a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  text-transform: uppercase;
}
.breadcrumb .item + .item {
  margin-left: 28px;
}
.breadcrumb .item + .item::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 6px;
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url(../img/common/ico-breadcrumb.png);
  background-size: cover;
}

@media (max-width: 1280px) {
  .breadcrumb {
    display: none;
  }
}
.page-title {
  display: flex;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1.4px;
  color: var(--black-000);
  margin-bottom: 20px;
  line-height: 40px;
  align-items: flex-end;
}
.page-title .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--gray-666);
  letter-spacing: -0.7px;
  margin-left: 10px;
  transform: translateY(-6px);
}

@media (max-width: 1280px) {
  .page-title {
    flex-direction: column;
    align-items: center;
  }
  .page-title .desc {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    word-break: auto-phrase;
    transform: none;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.file-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 10px;
}
.file-list .file-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.file-list .file-item > a {
  display: flex;
  gap: 10px;
}
.file-list .file-item .txt {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.38px;
  color: #2859e7;
}
.file-list .file-item .btn-del {
  width: 18px;
  height: 18px;
}

.skip-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
.skip-nav a {
  display: block;
  width: 100%;
  height: 0;
  background-color: #555;
  text-align: center;
  color: var(--white);
  font-size: 0;
  padding: 0;
}
.skip-nav a:focus {
  line-height: 30px;
  font-size: 16px;
  height: 30px;
  outline: none;
}

.nodata-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  font-size: 16px;
  border-bottom: 1px solid var(--gray-eee);
}

.certificate-container {
  width: 734px;
  height: 1054px;
  margin: 0 auto;
  font-family: "KoPub Batang";
  padding-top: 0;
  box-sizing: border-box;
  page-break-after: always;
  background-image: url(../img/common/c-border.png);
  background-size: 733px 1063px;
  background-repeat: no-repeat;
  background-position: center;
}
.certificate-container .certificate {
  position: relative;
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/c-logo.png);
  background-size: 283px;
  background-repeat: no-repeat;
  background-position: center;
}
.certificate-container .certificate .num {
  text-align: left;
  font-size: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-left: 20px;
}
.certificate-container .certificate h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 30px;
  margin-bottom: 80px;
}
.certificate-container .certificate .list {
  text-align: left;
  padding: 0 20px 0 55px;
  margin-bottom: 100px;
}
.certificate-container .certificate .list .cont {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 30px;
  gap: 45px;
}
.certificate-container .certificate .list .cont + .cont {
  margin-top: 20px;
}
.certificate-container .certificate .list .cont .tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 110px;
  vertical-align: middle;
}
.certificate-container .certificate .list .cont .tit::after {
  content: ":";
  position: absolute;
  right: -28px;
  top: 0;
}
.certificate-container .certificate .list .cont .tit span {
  display: inline-block;
  text-align: center;
}
.certificate-container .certificate .list .cont .val {
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
}
.certificate-container .certificate .txt {
  font-size: 27px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.9px;
}
.certificate-container .certificate .year {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}
.certificate-container .certificate .signature-wrap {
  text-align: center;
}
.certificate-container .certificate .signature-wrap .signature {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.certificate-container .certificate .signature-wrap .signature .small {
  letter-spacing: -1px;
}
.certificate-container .certificate .signature-wrap .signature span {
  position: relative;
}
.certificate-container .certificate .signature-wrap .signature .sign {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.certificate-container .certificate .signature-wrap .signature .sign img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certificate-container .certificate .signature-wrap .company {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 25px;
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.certificate-container .certificate .signature-wrap .company .txt {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.certificate-container .certificate .signature-wrap .company .txt.txt-1 {
  width: calc(50% - 20px);
}
.certificate-container .certificate .signature-wrap .company .txt.txt-2 {
  width: 50%;
}
.certificate-container .certificate .signature-wrap .company .txt span {
  flex: 1;
}

@media print {
  body {
    margin: 0;
    -webkit-print-color-adjust: exact;
  }
  .certificate-container {
    page-break-inside: avoid;
  }
}
.btn-go-top {
  position: fixed;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: #6f6f6f;
  bottom: 40px;
  right: calc(50vw - 640px - 80px);
  z-index: 10;
  color: #fff;
}
.btn-go-top .txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1280px) {
  .btn-go-top {
    display: none;
  }
}
.floating-button-group {
  position: fixed;
  display: flex;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 380px));
  border-radius: 10px 10px 0 0;
  gap: 10px;
  z-index: 30;
}
.floating-button-group .btn.btn-like .num {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #333;
}

@media (max-width: 1280px) {
  .floating-button-group {
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #ddd;
    transform: none;
    left: 0;
    padding: 10px 15px;
    border-radius: 0;
  }
  .floating-button-group .btn.btn-point {
    width: calc(63% - 10px);
    height: 54px;
    line-height: 52px;
    font-size: 18px;
    font-weight: 500;
    min-width: 120px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .floating-button-group .btn.btn-like {
    width: 37%;
    padding: 0 10px;
    gap: 5px;
    white-space: nowrap;
  }
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Light.eot");
  src: url("../fonts/Pretendard/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Light.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Regular.eot");
  src: url("../fonts/Pretendard/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Regular.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Medium.eot");
  src: url("../fonts/Pretendard/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Medium.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-SemiBold.eot");
  src: url("../fonts/Pretendard/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Pretendard/Pretendard-Bold.eot");
  src: url("../fonts/Pretendard/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/Pretendard/Pretendard-Bold.woff") format("woff"), url("../fonts/Pretendard/Pretendard-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "KoPub Batang";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/KoPub/KoPubBatang-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "KoPub Batang";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/KoPub/KoPubBatang-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "KoPub Batang";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/KoPub/KoPubBatang-Bold.ttf") format("truetype");
  font-display: swap;
}
/*
  MAIN
*/
/* player */
body.bg-light-gray {
  background-color: var(--gray-f9);
}

.player-wrap {
  min-height: 100vh;
  overflow: hidden;
}
.player-wrap .player-head {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  z-index: 10;
  padding-left: 40px;
  padding-right: 30px;
}
.player-wrap .player-head .title {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -1.5px;
  color: var(--black-000);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.player-wrap .player-head .option {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}
.player-wrap .player-head .option .btn-txt {
  display: flex;
  align-items: center;
}
.player-wrap .player-head .option .btn-txt:hover {
  transition: 0.2s;
}
.player-wrap .player-head .option .btn-txt:hover span {
  color: var(--point);
}
.player-wrap .player-head .option .btn-txt span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-left: 5px;
  padding-bottom: 2px;
}
.player-wrap .player-head.hide {
  top: -70px;
  transition: 0.3s;
}
.player-wrap .player-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
  transition: 0.2s;
  background-color: #000;
}
.player-wrap .player-body .player {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  margin: 0 auto;
}
.player-wrap .player-body .img-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.player-wrap .player-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player-wrap .player-body iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.player-wrap .player-body .btn-play {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-left: 4px;
}
.player-wrap .player-body .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
.player-wrap .player-body .progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to right, #1d35ad, #cf4ebe);
}
.player-wrap .player-body .btn-expand {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 91px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #dfdfdf;
  background-color: var(--white);
  z-index: 5;
  border-radius: 100%;
  transition: 0.2s;
}
.player-wrap .player-body .btn-expand .line {
  width: 16px;
  height: 24px;
  border-top: 2px solid var(--gray-999);
  border-bottom: 2px solid var(--gray-999);
  transition: 0.2s;
}
.player-wrap .player-body .btn-expand .ico {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition-timing-function: ease-in-out;
  transition: 0.2s;
}
.player-wrap .player-body .btn-expand .ico.ico-expand-up {
  top: 12px;
}
.player-wrap .player-body .btn-expand .ico.ico-expand-down {
  bottom: 12px;
}
.player-wrap .player-body .btn-expand:hover .line {
  height: 26px;
}
.player-wrap .player-body .btn-expand:hover .ico.ico-expand-up {
  top: 10px;
}
.player-wrap .player-body .btn-expand:hover .ico.ico-expand-down {
  bottom: 10px;
}
.player-wrap .player-body .btn-expand.expanded {
  top: 20px;
}
.player-wrap .player-body .btn-expand.expanded .line {
  width: 16px;
  height: 10px;
}
.player-wrap .player-body .btn-expand.expanded .ico {
  transform: translateX(-50%) rotate(180deg);
}
.player-wrap .player-body .btn-expand.expanded .ico.ico-expand-up {
  top: 6px;
}
.player-wrap .player-body .btn-expand.expanded .ico.ico-expand-down {
  bottom: 6px;
}
.player-wrap .player-body .btn-expand.expanded:hover .line {
  height: 8px;
}
.player-wrap .player-body .btn-expand.expanded:hover .ico.ico-expand-up {
  top: 8px;
}
.player-wrap .player-body .btn-expand.expanded:hover .ico.ico-expand-down {
  bottom: 8px;
}
.player-wrap .player-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  padding: 0 30px;
  background-color: var(--white);
  border-top: 1px solid var(--gray-eee);
}
.player-wrap .player-bottom .navigation {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.player-wrap .player-bottom .navigation .btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
  transition: 0.2s;
}
.player-wrap .player-bottom .navigation .btn-nav:hover {
  background-color: var(--point);
  border-color: var(--point);
}
.player-wrap .player-bottom .navigation .btn-nav:hover path {
  fill: var(--white);
}
.player-wrap .player-bottom .navigation .paging {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: var(--gray-666);
  margin: 0 35px;
}
.player-wrap .player-bottom .btn-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: flex;
  align-items: center;
}
.player-wrap .player-bottom .btn-txt span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-left: 5px;
}
.player-wrap .player-bottom.hide {
  transition: 0.3s;
  bottom: -70px;
}
.player-wrap .player-rnb {
  position: fixed;
  width: 360px;
  height: 100dvh;
  background-color: var(--white);
  padding: 20px;
  z-index: 11;
  border-left: 1px solid var(--gray-eee);
  right: -360px;
  top: 0;
  transition: 0.3s;
}
.player-wrap .player-rnb .btn {
  white-space: nowrap;
  margin: 0 auto;
}
.player-wrap .player-rnb .btn .ico {
  width: 15px;
  height: 15px;
}
.player-wrap .player-rnb .btn.completed {
  background-color: #eff1f7;
  border-color: #eff1f7;
}
.player-wrap .player-rnb .btn.completed span {
  color: var(--point);
}
.player-wrap .player-rnb .tabs-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player-wrap .player-rnb .tabs-box .btn-close {
  position: absolute;
  right: 0;
  top: 5px;
  width: 18px;
  height: 18px;
}
.player-wrap .player-rnb .tabs-box .time {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--gray-666);
  padding-top: 4px;
}
.player-wrap .player-rnb .tabs-box .time .badge {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: var(--white);
  background-color: #5669c8;
  font-size: 13px;
  letter-spacing: -0.65px;
  padding: 0 5px;
}
.player-wrap .player-rnb .tabs-box .time .current {
  font-size: 16px;
  color: var(--point);
}
.player-wrap .player-rnb .table td, .player-wrap .player-rnb .table th {
  border-right: 0;
}
.player-wrap .player-rnb .table td:first-child, .player-wrap .player-rnb .table th:first-child {
  border-left: 0;
  width: 66%;
}
.player-wrap .player-rnb .table td:nth-child(2), .player-wrap .player-rnb .table th:nth-child(2) {
  width: 20%;
}
.player-wrap .player-rnb .table td:last-child, .player-wrap .player-rnb .table th:last-child {
  width: 14%;
  text-align: center;
}
.player-wrap .player-rnb .table th {
  background-color: #f9f9f9;
}
.player-wrap .player-rnb .table th span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.38px;
  color: var(--gray-666);
  line-height: 18.55px;
}
.player-wrap .player-rnb .table td {
  padding: 9.5px 10px;
}
.player-wrap .player-rnb .table td:first-child {
  text-align: left;
}
.player-wrap .player-rnb .table td:first-child > span {
  font-size: 15px;
  line-height: 24px;
}
.player-wrap .player-rnb .table td:nth-child(2) {
  text-align: right;
}
.player-wrap .player-rnb .table td:nth-child(2) > span {
  font-size: 13px;
  letter-spacing: -1px;
}
.player-wrap .player-rnb .play-list {
  border-top: 1px solid var(--gray-666);
  max-height: calc(100vh - 20px - 20px - 30px);
  overflow-y: auto;
  padding-right: 10px;
}
.player-wrap .player-rnb .play-list .item .item-head {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid var(--gray-eee);
  cursor: pointer;
}
.player-wrap .player-rnb .play-list .item .item-head .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #b0b5d1;
  background-color: var(--white);
  font-size: 13px;
  letter-spacing: -0.65px;
  color: var(--point);
  margin-right: 9px;
}
.player-wrap .player-rnb .play-list .item .item-head .title {
  flex-grow: 1;
  font-size: 15px;
  letter-spacing: -0.75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-wrap .player-rnb .play-list .item .item-body {
  display: none;
  background-color: #f9f9f9;
}
.player-wrap .player-rnb .play-list .item.open .item-body {
  display: block;
  border-bottom: 1px solid var(--gray-eee);
}
.player-wrap .player-rnb .play-list .item.open .item-body .course {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 32px;
}
.player-wrap .player-rnb .play-list .item.open .item-body .course .ico {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.player-wrap .player-rnb .play-list .item.open .item-body .course .title {
  font-size: 14px;
  letter-spacing: -0.7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-wrap .player-rnb .play-list .item.open .item-body .course + .course {
  border-top: 1px dashed #ddd;
}
.player-wrap .player-rnb.show {
  right: 0;
}
.player-wrap .course-info {
  border-radius: 5px;
  border: 1px solid var(--gray-eee);
  background-color: #f9f9f9;
  padding: 15px 16px;
  margin-bottom: 20px;
}
.player-wrap .course-info .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.8px;
  margin-bottom: 9px;
}
.player-wrap .course-info .txt {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.85px;
  color: var(--gray-666);
}
.player-wrap .course-content {
  max-height: calc(100vh - 30px - 20px - 30px - 24px);
  overflow-y: auto;
  overflow-x: hidden;
}
.player-wrap .course-review .form-review {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.player-wrap .course-review .form-review textarea.form-control {
  flex: 1;
  height: 60px;
  line-height: 22px;
  border-radius: 3px;
  padding: 8px 10px;
}
.player-wrap .course-review .form-review .btn {
  height: 60px;
  line-height: 58px;
  margin: 0;
}
.player-wrap .course-review .review-list {
  border-top: 1px solid var(--gray-666);
}
.player-wrap .course-review .review-list .item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--gray-eee);
  padding: 10.4px 10px;
}
.player-wrap .course-review .review-list .item .tit {
  font-size: 15px;
  letter-spacing: -1.13px;
  line-height: 18px;
}
.player-wrap .course-review .review-list .item .btn-del {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  transform: translateY(4px);
}
.player-wrap .course-review .review-list .item .name {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.33px;
  color: var(--gray-999);
  margin-top: 8px;
}
.player-wrap .course-review .pagination {
  margin-top: 30px;
}
.player-wrap .course-review .empty-box {
  border-top: 1px solid var(--gray-666);
  padding-top: 20px;
}
.player-wrap .course-review .empty-box .txt {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px;
  background-color: var(--gray-f9);
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}

@media (max-width: 768px) {
  .player-wrap .player-head {
    padding: 0 20px;
  }
  .player-wrap .player-head .option {
    gap: 20px;
  }
  .player-wrap .player-head .option .btn-txt span {
    display: none;
  }
  .player-wrap .player-bottom {
    padding: 0 20px;
  }
  .player-wrap .player-bottom .navigation .paging {
    margin: 0 20px;
  }
  .player-wrap .player-bottom .btn-txt {
    right: 20px;
  }
  .player-wrap .player-bottom .btn-txt span {
    display: none;
  }
}
@media (max-width: 360px) {
  .player-wrap .player-rnb {
    width: 100%;
    padding: 20px;
  }
}
/*
  강의실
*/
.classroom-contents {
  overflow: hidden;
}
.classroom-contents .sub-contents {
  min-height: auto !important;
}
.classroom-contents .mo-menu {
  display: none;
}
.classroom-contents .top-heading {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1358px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #e4e4e4;
  z-index: 10;
  background-color: var(--white);
}
.classroom-contents .top-heading .inner {
  display: flex;
  max-width: 1358px;
  height: 100%;
  align-items: center;
  padding-right: 40px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.classroom-contents .top-heading .img-logo {
  width: 260px;
  height: 100%;
  flex-shrink: 0;
  padding: 20px 40px;
}
.classroom-contents .top-heading .img-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.classroom-contents .top-heading .heading {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1.4px;
  margin-left: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.classroom-contents .top-heading .btn-logout {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
.classroom-contents .top-heading .btn-logout .ico {
  margin-right: 5px;
}
.classroom-contents .top-heading .btn-logout span {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
.classroom-contents .contents {
  display: flex;
  width: 1358px;
  margin: 0 auto;
  padding-top: 80px;
}
.classroom-contents .c-lnb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 260px;
  min-height: calc(100dvh - 80px);
  background-color: #fff;
  padding: 40px;
  margin-right: 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.classroom-contents .content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 260px);
  padding: 40px;
  background-color: #f5f7fb;
  border-right: 1px solid #e4e4e4;
}
.classroom-contents .copyright {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.6px;
  color: #aaa;
  padding-top: 40px;
  margin-top: auto;
}
.classroom-contents .class-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.classroom-contents .class-title .title {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
.classroom-contents .class-title .date {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  margin-left: 10px;
}
.classroom-contents .class-title .btn {
  margin-left: auto;
}
.classroom-contents .class-title .btn.btn-lg {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  white-space: nowrap;
}
.classroom-contents .class-title .btn-more {
  display: flex;
  margin-left: auto;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  gap: 6px;
}
.classroom-contents .class-title-sm {
  margin-bottom: 10px;
  padding-top: 18px;
}
.classroom-contents .class-title-sm .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
}
.classroom-contents .home-row {
  display: flex;
  gap: 40px;
}
.classroom-contents .home-row .col {
  width: 490px;
}
.classroom-contents .home-row .col:only-child {
  width: 100%;
  flex: 1;
}
.classroom-contents .home-row + .home-row {
  margin-top: 40px;
}
.classroom-contents .home-list {
  display: flex;
  gap: 10px;
}
.classroom-contents .home-list .item {
  position: relative;
  height: 150px;
  flex: 1;
  border-radius: 10px;
}
.classroom-contents .home-list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.classroom-contents .home-list .item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 0;
}
.classroom-contents .home-list .item .item-head .tit {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
.classroom-contents .home-list .item .item-head i {
  font-size: 20px;
}
.classroom-contents .home-list .item .item-body {
  display: flex;
  height: calc(100% - 60px);
  flex-direction: column;
  padding: 0 20px;
}
.classroom-contents .home-list .item .item-body .detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classroom-contents .home-list .item .item-body .detail:first-child {
  margin-top: 30px;
}
.classroom-contents .home-list .item .item-body .detail + .detail {
  margin-top: 6px;
}
.classroom-contents .home-list .item .item-body .detail .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.8px;
  color: var(--black-000);
}
.classroom-contents .home-list .item .item-body .detail .val {
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.classroom-contents .home-list .item .item-body .detail .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--black-000);
}
.classroom-contents .home-list .item .item-body .detail .unit {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
.classroom-contents .home-list .item .doughnut {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.classroom-contents .home-list .item .doughnut .ring {
  stroke: var(--white);
}
.classroom-contents .home-list .item .doughnut .segment {
  animation: donut-chart-fill 1s reverse ease-in;
  transform-origin: center;
  stroke: #0071ff;
}
.classroom-contents .home-list .item .doughnut .text {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.classroom-contents .home-list .item .doughnut .text .value {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-000);
  letter-spacing: -1px;
}
.classroom-contents .home-list .item .doughnut .text .unit {
  font-size: 14px;
  font-weight: bold;
  color: var(--gray-666);
  letter-spacing: -1px;
}
.classroom-contents .home-list .item.item-1 {
  background-color: #d7e8fc;
}
.classroom-contents .home-list .item.item-1 i {
  color: #0071ff;
}
.classroom-contents .home-list .item.item-2 {
  background-color: #e5e8ff;
}
.classroom-contents .home-list .item.item-2 i {
  color: #796ae6;
}
.classroom-contents .home-list .item.item-3 {
  background-color: #d5f4f8;
}
.classroom-contents .home-list .item.item-3 i {
  color: #0fc2b6;
}
.classroom-contents .home-list .item.item-4 {
  background-color: #fee6f4;
}
.classroom-contents .home-list .item.item-4 i {
  color: #fa4ea4;
}
.classroom-contents .home-table .table-box {
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
}
.classroom-contents .home-table .table {
  border-top: 0;
  border-bottom: 0;
}
.classroom-contents .home-table .table th span {
  white-space: nowrap;
}
.classroom-contents .home-table .table thead tr:first-child th {
  border-bottom: 1px solid #d6d9e1;
}
.classroom-contents .home-table .table thead tr:first-child th:first-child {
  border-bottom: 0;
}
.classroom-contents .home-table .table thead tr:first-child th:first-child span {
  border-radius: 6px 0 0 6px;
}
.classroom-contents .home-table .table thead tr:first-child th:last-child span {
  border-radius: 0 6px 0 0;
}
.classroom-contents .home-table .table thead tr:nth-child(2) th:last-child span {
  border-radius: 0 0 6px 0;
}
.classroom-contents .home-table .table thead th {
  padding: 0;
  border-right: 1px solid #d6d9e1;
}
.classroom-contents .home-table .table thead th span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f1f2f5;
  min-height: 35px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #434b50;
  line-height: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.classroom-contents .home-table .table thead th:first-child {
  border-left: 0;
}
.classroom-contents .home-table .table thead th:last-child {
  border-right: 0;
}
.classroom-contents .home-table .table thead th[rowspan="2"] span {
  min-height: 70px;
}
.classroom-contents .home-table .table tbody tr:first-child td {
  border-top: 0;
}
.classroom-contents .home-table .table tbody td {
  border-right: 0;
  border-top: 1px solid #e4e4e4;
  padding: 10px;
  height: 50px;
}
.classroom-contents .home-table .table tbody td span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.35px;
  color: var(--black-000);
}
.classroom-contents .home-table .table tbody td:first-child {
  border-left: 0;
}
.classroom-contents .home-table .table tfoot td {
  padding: 0;
  height: 60px;
  border-top: 0;
  border-right: 0;
}
.classroom-contents .home-table .table tfoot td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  background-color: #fff8fc;
}
.classroom-contents .home-table .table tfoot td:first-child {
  border-left: 0;
}
.classroom-contents .home-table .table tfoot td:first-child span {
  border-radius: 10px 0 0 10px;
}
.classroom-contents .home-table .table tfoot td:last-child span {
  border-radius: 0 10px 10px 0;
}
.classroom-contents .home-table .table.table-no-border thead tr:first-child th {
  border-bottom: 0;
}
.classroom-contents .home-table .table.table-no-border thead th {
  border-right: 0;
}
.classroom-contents .home-table .table.table-no-border thead th span {
  display: block;
  min-height: 40px;
  line-height: 40px;
}
.classroom-contents .notice-list {
  background-color: var(--white);
  padding: 16px 20px 20px;
  border-radius: 10px;
  overflow-y: auto;
}
.classroom-contents .notice-list .item a {
  display: block;
}
.classroom-contents .notice-list .item .date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.65px;
  color: #4a5acf;
  margin-bottom: 5px;
}
.classroom-contents .notice-list .item .tit {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  margin-bottom: 7px;
}
.classroom-contents .notice-list .item .tit .ico {
  margin-left: 6px;
  transform: translateY(1px);
}
.classroom-contents .notice-list .item .tit .ico-alert {
  width: 13px;
  height: 15px;
}
.classroom-contents .notice-list .item .cont {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.classroom-contents .notice-list .item .cont img {
  max-width: 100%;
  max-height: max-content;
}
.classroom-contents .notice-list .item + .item {
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px solid #e4e4e4;
}
.classroom-contents .notice-list .nodata-box {
  border-bottom: 0;
}
.classroom-contents .classroom .content-info-box {
  margin-bottom: 20px;
}
.classroom-contents .classroom .home-table + .home-table {
  margin-top: 20px;
}
.classroom-contents .classroom .content-item + .content-item {
  margin-top: 40px;
}
.classroom-contents .classroom .detail-view .box {
  background-color: var(--white);
  border-radius: 10px;
}
.classroom-contents .class-board {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--white);
}
.classroom-contents .class-board .sub-contents {
  padding-top: 0;
  padding-bottom: 0;
}
.classroom-contents .class-board .sub-contents .board-head {
  border-top: 0;
  padding-top: 20px;
}
.classroom-contents .class-board .sub-contents .course-sorting {
  margin-bottom: 40px;
}
.classroom-contents .class-board .board-foot {
  margin-top: 30px;
}
.classroom-contents .course {
  border-radius: 5px;
  padding: 29px 50px;
  background-color: #f9f9f9;
}
.classroom-contents .course .title, .classroom-contents .course h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  margin-bottom: 10px;
}
.classroom-contents .course .list + .title {
  margin-top: 28px;
}
.classroom-contents .course .desc, .classroom-contents .course p, .classroom-contents .course .list {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
.classroom-contents .course .desc + .title, .classroom-contents .course p + .title, .classroom-contents .course .list + .title {
  margin-top: 28px;
}
.classroom-contents .course .desc img, .classroom-contents .course p img, .classroom-contents .course .list img {
  max-width: 100%;
  height: auto !important;
  margin-top: 20px;
}
.classroom-contents .progress-table-box {
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
}
.classroom-contents .progress-table-box .row {
  width: 100%;
  overflow: hidden;
}
.classroom-contents .progress-table-box .col {
  float: left;
}
.classroom-contents .progress-table-box .col:nth-child(1) {
  width: 90px;
}
.classroom-contents .progress-table-box .col:nth-child(2) {
  width: calc(100% - 90px - 66px - 120px - 120px - 107px - 144px);
}
.classroom-contents .progress-table-box .col:nth-child(3) {
  width: 66px;
}
.classroom-contents .progress-table-box .col:nth-child(4) {
  width: 120px;
}
.classroom-contents .progress-table-box .col:nth-child(5) {
  width: 120px;
}
.classroom-contents .progress-table-box .col:nth-child(6) {
  width: 107px;
}
.classroom-contents .progress-table-box .col:nth-child(7) {
  width: 144px;
}
.classroom-contents .progress-table-box .acc-table-head {
  border-radius: 6px;
  background-color: #f1f2f5;
}
.classroom-contents .progress-table-box .acc-table-head .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #434b50;
}
.classroom-contents .progress-table-box .acc-item {
  border-bottom: 1px solid var(--gray-eee);
}
.classroom-contents .progress-table-box .acc-item:last-child {
  border-bottom: 0;
}
.classroom-contents .progress-table-box .acc-item .acc-body {
  display: none;
}
.classroom-contents .progress-table-box .acc-item.show .acc-body {
  display: block;
}
.classroom-contents .progress-table-box .btn-acc-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.classroom-contents .progress-table-box .btn-acc-trigger span {
  max-width: calc(100% - 31px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.classroom-contents .progress-table-box .btn-acc-trigger i {
  font-size: 14px;
}
.classroom-contents .progress-table-box .acc-table-body .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: -0.35px;
  color: var(--black-000);
}
.classroom-contents .progress-table-box .acc-body {
  padding-left: 100px;
}
.classroom-contents .progress-table-box .acc-body .row {
  position: relative;
  overflow: visible;
}
.classroom-contents .progress-table-box .acc-body .row::after {
  content: "";
  display: block;
  clear: both;
}
.classroom-contents .progress-table-box .acc-body .row:first-child {
  border-radius: 10px 10px 0 0;
}
.classroom-contents .progress-table-box .acc-body .row:last-child {
  border-radius: 0 0 10px 10px;
}
.classroom-contents .progress-table-box .acc-body .col {
  border-top: 1px solid var(--gray-eee);
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(1) {
  width: calc(100% - 66px - 120px - 120px - 107px - 144px);
  justify-content: flex-start;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--black-333);
  padding: 0 10px 0 24px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(2) {
  width: 66px;
  font-weight: 400;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(3) {
  width: 120px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(4) {
  width: 120px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(5) {
  width: 107px;
}
.classroom-contents .progress-table-box .acc-body .col:nth-child(6) {
  width: 144px;
}
.classroom-contents .test-list .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.classroom-contents .test-list .list .item {
  width: calc(33.3333% - 14px);
  border-radius: 20px;
  border: 1px solid var(--gray-eee);
  background-color: var(--white);
  padding: 31px;
}
.classroom-contents .test-list .list .item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.classroom-contents .test-list .list .item a {
  display: flex;
}
.classroom-contents .test-list .list .badge-wrap {
  margin-bottom: 15px;
}
.classroom-contents .test-list .list .category {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -0.9px;
  color: var(--gray-666);
  margin-bottom: 12px;
}
.classroom-contents .test-list .list .title {
  font-size: 15px;
  line-height: 17px;
  height: 34px;
  letter-spacing: -0.75px;
  margin-bottom: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.classroom-contents .test-list .list .infos {
  margin-bottom: 24px;
  min-height: 43px;
}
.classroom-contents .test-list .list .btn-wrap .btn {
  padding: 0 10px;
}
.classroom-contents .test-list .list .info {
  display: flex;
}
.classroom-contents .test-list .list .info + .info {
  margin-top: 11px;
}
.classroom-contents .test-list .list .info .color-grey-ddd {
  font-size: 12px;
  margin: 0 4px;
  transform: translateY(-2px);
  display: inline-block;
}
.classroom-contents .test-list .list .info .tit {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-right: 10px;
}
.classroom-contents .test-list .list .info .val {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
.classroom-contents .test-list .list .btn-wrap .btn {
  width: 100%;
  height: 48px;
  line-height: 46px;
}
.classroom-contents .test-list .list .btn-wrap .btn span {
  font-size: 16px;
  letter-spacing: -0.8px;
  margin-left: 7px;
}
.classroom-contents .test-list .list .btn-wrap .btn.btn-grey {
  cursor: default;
}
.classroom-contents .test-list .list .btn-wrap .btn.btn-grey:focus {
  outline: none;
  box-shadow: none;
}
.classroom-contents .test-list + .class-title {
  margin-top: 50px;
}
.classroom-contents .test-box .test-head {
  padding: 24px 20px;
  background-color: #e5e8ff;
  margin-bottom: 20px;
}
.classroom-contents .test-box .test-head .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.classroom-contents .test-box .test-head .heading .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.6px;
  color: var(--black-000);
}
.classroom-contents .test-box .test-head .heading .timer {
  display: flex;
  align-items: center;
}
.classroom-contents .test-box .test-head .heading .timer i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 3px;
}
.classroom-contents .test-box .test-head .heading .timer .txt {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-right: 9px;
}
.classroom-contents .test-box .test-head .heading .timer .val {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  color: var(--point);
}
.classroom-contents .test-box .test-head .heading .timer .val + .txt {
  margin-right: 0;
  margin-top: 2px;
  margin-left: 2px;
}
.classroom-contents .test-box .test-head .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.classroom-contents .test-box .test-head .info .item {
  position: relative;
  display: flex;
  gap: 8px;
}
.classroom-contents .test-box .test-head .info .item .txt {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
  flex-shrink: 0;
}
.classroom-contents .test-box .test-head .info .item .val {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: var(--black-000);
}
.classroom-contents .test-box .test-head .info .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  left: -10px;
  top: 2px;
}
.classroom-contents .test-box .test-body {
  border: 1px solid var(--gray-eee);
  border-top-color: var(--gray-ccc);
}
.classroom-contents .test-box .test-body .item .title {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.75px;
  margin-bottom: 20px;
  color: var(--black-000);
  background-color: var(--gray-f9);
  padding: 16px 20px;
}
.classroom-contents .test-box .test-body .item .title .num {
  width: 30px;
}
.classroom-contents .test-box .test-body .item .title .txt {
  width: calc(100% - 30px);
}
.classroom-contents .test-box .test-body .item .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.classroom-contents .test-box .test-body .item .form-group span {
  width: 100%;
}
.classroom-contents .test-box .test-body .item .form-group img {
  display: inline-block;
  width: 50%;
  height: auto;
}
.classroom-contents .test-box .test-body .item .img + .form-control {
  margin-top: -10px;
}
.classroom-contents .test-box .test-body .item textarea.form-control {
  height: 80px;
}
.classroom-contents .test-box .test-body .item + .item {
  border-top: 1px solid var(--gray-eee);
}
.classroom-contents .test-box .test-body .result-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  height: 40px;
  border-radius: 10px;
  padding: 0 30px;
}
.classroom-contents .test-box .test-body .result-box.right {
  background-color: #f5fcff;
  border: 2px solid #2859e7;
}
.classroom-contents .test-box .test-body .result-box.wrong {
  background-color: #fff8fc;
  border: 2px solid #f53997;
}
.classroom-contents .test-box .test-body .result-box .item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
.classroom-contents .test-box .test-body .result-box .item .txt {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
}
.classroom-contents .test-box .test-body .result-box .item .val {
  font-size: 15px;
  line-height: 15px;
  text-align: right;
  color: var(--black-000);
}
.classroom-contents .test-box .test-body .result-box .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  left: -10px;
  top: 2px;
}
.classroom-contents .test-box .test-body .test-commentary {
  width: calc(100% - 40px);
  margin: 20px auto;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 20px;
}
.classroom-contents .test-box .test-body .test-commentary .c-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer {
  display: flex;
  align-items: center;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer .txt {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
  margin-right: 4px;
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer .val {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: var(--point);
}
.classroom-contents .test-box .test-body .test-commentary .c-head .answer .unit {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--black-000);
}
.classroom-contents .test-box .test-body .test-commentary .c-head .btn-toggle {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  color: var(--point);
  gap: 3px;
}
.classroom-contents .test-box .test-body .test-commentary .c-body {
  display: none;
  margin-top: 16px;
}
.classroom-contents .test-box .test-body .test-commentary .c-body .cont {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.35px;
  color: var(--black-000);
}
.classroom-contents .test-box .test-body .test-commentary.show .c-body {
  display: block;
}
.classroom-contents .test-box.result .test-head {
  background-color: var(--white);
  padding: 24px 0;
  margin-bottom: 10px;
}
.classroom-contents .test-box.result .test-body .item .title {
  background-color: #f1f2f5;
  margin-bottom: 10px;
}
.classroom-contents .test-box.assignment .test-head {
  background-color: #d5f4f8;
  padding: 26px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--gray-ccc);
  word-break: keep-all;
}
.classroom-contents .test-box.assignment .test-head .heading {
  margin-bottom: 19px;
}
.classroom-contents .test-box.assignment.result .test-head {
  background-color: var(--white);
  padding: 25px 0;
  margin-bottom: 10px;
}
.classroom-contents .test-box.assignment.result .test-head .heading {
  margin-bottom: 19px;
}
.classroom-contents .test-box.assignment.result .test-head .heading .title {
  line-height: 25px;
}
.classroom-contents .text-result-box {
  width: 100%;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #f1f2f5;
  margin-top: 30px;
  display: flex;
}
.classroom-contents .text-result-box .img {
  width: 49px;
  height: 39px;
  margin-right: 10px;
}
.classroom-contents .text-result-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classroom-contents .text-result-box .txt-area {
  width: calc(100% - 49px - 10px);
}
.classroom-contents .text-result-box .txt-area .info {
  display: flex;
  gap: 20px;
  margin-bottom: 11px;
}
.classroom-contents .text-result-box .txt-area .info .tit {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.75px;
  color: var(--black-000);
}
.classroom-contents .text-result-box .txt-area .info .date {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
.classroom-contents .text-result-box .txt-area .cont {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  color: var(--black-000);
}
.classroom-contents .assignment-box {
  border: 1px solid var(--gray-eee);
  border-top-color: var(--gray-ccc);
}
.classroom-contents .assignment-box .assignment-head {
  padding: 16px 20px;
  background-color: #f1f2f5;
}
.classroom-contents .assignment-box .assignment-head .title {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.classroom-contents .assignment-box .assignment-head .info {
  display: flex;
  justify-content: center;
}
.classroom-contents .assignment-box .assignment-head .info span {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
.classroom-contents .assignment-box .assignment-head .info span + span::before {
  content: "|";
  display: inline-block;
  margin: 0 15px;
}
.classroom-contents .assignment-box .assignment-body .context {
  padding: 20px 30px;
}
.classroom-contents .assignment-box .assignment-body .context .button-group {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.classroom-contents .assignment-box .assignment-body .context .txt {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.75px;
  color: var(--black-000);
}
.classroom-contents .writing-box {
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 30px 30px 60px;
}
.classroom-contents .writing-box .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 30px;
}
.classroom-contents .writing-box .form-group {
  display: flex;
  min-height: 38px;
}
.classroom-contents .writing-box .form-group .label {
  width: 120px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  margin-bottom: 0;
  padding-top: 11px;
}
.classroom-contents .writing-box .form-group .form-row {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  gap: 30px;
}
.classroom-contents .writing-box .form-group textarea.form-input {
  height: 120px;
}
.classroom-contents .writing-box .form-group + .form-group {
  margin-top: 20px;
}
.classroom-contents .writing-box .btn-wrap {
  margin-top: 40px;
}
.classroom-contents .section-item + .section-item {
  margin-top: 30px;
}
.classroom-contents .review-area {
  margin-top: 30px;
}
.classroom-contents .review-area .writing {
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 18px;
}
.classroom-contents .review-area .writing .w-head {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.38px;
  margin-bottom: 10px;
}
.classroom-contents .review-area .writing .w-head .num {
  font-weight: 500;
  font-size: 16px;
}
.classroom-contents .review-area .writing .w-row {
  display: flex;
}
.classroom-contents .review-area .writing .w-row .form-group {
  width: calc(100% - 86px);
}
.classroom-contents .review-area .writing .w-row .form-group .form-input {
  height: 80px;
}
.classroom-contents .review-area .writing .w-row .form-group .form-input:disabled::placeholder {
  color: var(--gray-ccc);
}
.classroom-contents .review-area .writing .w-row .txt-limit {
  font-size: 14px;
  line-height: 16px;
}
.classroom-contents .review-area .writing .w-row .txt-limit .value {
  color: var(--black-000);
}
.classroom-contents .review-area .writing .w-row .btn-wrap {
  width: 86px;
  align-items: flex-start;
  padding-left: 6px;
}
.classroom-contents .review-area .writing .w-row .btn-wrap .btn {
  min-width: auto;
  width: 80px;
  font-size: 15px;
  padding: 0 10px;
  font-weight: 400;
  line-height: 78px;
  height: 80px;
}
.classroom-contents .review-area .writing .w-row .btn-wrap .btn:disabled {
  background-color: var(--gray-eee);
  border-color: var(--gray-eee);
  color: var(--gray-999);
  cursor: default;
}
.classroom-contents .review-area .writing .w-row .btn-wrap .btn::before {
  left: 8.5em;
}
.classroom-contents .review-area .v-head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 10px 0;
}
.classroom-contents .review-area .v-head .user {
  font-size: 15px;
  line-height: 16px;
}
.classroom-contents .review-area .v-head .date {
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-999);
}
.classroom-contents .review-area .v-head .btns {
  display: flex;
  gap: 4px;
}
.classroom-contents .review-area .v-head .btns .btn-set {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background-color: #f8f8f8;
}
.classroom-contents .review-area .view {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--gray-eee);
}
.classroom-contents .review-area .view .v-body {
  font-size: 16px;
  line-height: 19px;
  color: var(--gray-666);
  padding: 0 10px;
}
.classroom-contents .table.table-double-th thead tr:first-child th:nth-child(2), .classroom-contents .table.table-double-th thead tr:first-child th:nth-child(3) {
  border-bottom: 1px solid var(--gray-eee);
}
.classroom-contents .table.table-double-th td span {
  line-height: 20px;
}
.classroom-contents .table.table-double-th td {
  padding: 19.5px 10px;
}
.classroom-contents .table.table-double-th tr.bg-yellow td {
  background-color: rgba(255, 247, 204, 0.2);
}
.classroom-contents .test-info {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background-color: var(--white);
  padding: 27px 30px;
}
.classroom-contents .test-info .item {
  position: relative;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.75px;
  padding-left: 18px;
}
.classroom-contents .test-info .item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.classroom-contents .test-info .item + .item {
  margin-top: 14px;
}
.classroom-contents .test-info .item-tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: left;
  margin-bottom: 18px;
}
.classroom-contents .test-info .item-desc {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-top: 10px;
  padding-left: 18px;
}
.classroom-contents .test-info .item-desc + .item {
  margin-top: 19px;
}

.classroom-menu-list .item a {
  position: relative;
  display: flex;
  width: 180px;
  height: 48px;
  white-space: nowrap;
  align-items: center;
  padding: 0 30px;
  transition: 0.2s;
  border-radius: 10px;
  background-color: transparent;
}
.classroom-menu-list .item a::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 48px;
  border-radius: 10px;
  background-color: transparent;
  z-index: 1;
  transform: translateX(-50px);
  transition: 0.3s;
}
.classroom-menu-list .item a i {
  position: relative;
  width: 23px;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  z-index: 2;
}
.classroom-menu-list .item a span {
  position: relative;
  width: calc(100% - 23px);
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  z-index: 2;
}
.classroom-menu-list .item.on a::before {
  transform: translateX(-30px);
  background-color: #4a5acf;
}
.classroom-menu-list .item.on a i {
  color: var(--white);
}
.classroom-menu-list .item.on a span {
  font-weight: bold;
  color: var(--white);
}
.classroom-menu-list .item.on:hover i {
  color: var(--white);
}
.classroom-menu-list .item.on:hover span {
  color: var(--white);
}
.classroom-menu-list .item:hover a i {
  color: #4a5acf;
}
.classroom-menu-list .item:hover a span {
  color: #4a5acf;
}
.classroom-menu-list + .info {
  position: relative;
  width: 100%;
  background-color: #f5f7fb;
  border-radius: 10px;
  padding: 30px;
}
.classroom-menu-list + .info .img-call {
  position: absolute;
  top: -20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 100%;
  color: #4a5acf;
  font-size: 14px;
  box-shadow: 0 0 10px 0 rgba(145, 149, 161, 0.25);
}
.classroom-menu-list + .info .font-1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  margin-bottom: 12px;
}
.classroom-menu-list + .info .font-2, .classroom-menu-list + .info .font-2 > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  color: #4a5acf;
  margin-bottom: 15px;
}
.classroom-menu-list + .info .font-3 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}

.mo-classroom-gnb {
  position: fixed;
  display: none;
  top: 100px;
  left: 0;
  width: 100vw;
  min-height: calc(100dvh - 100px);
  overflow-y: auto;
  background-color: var(--white);
  z-index: 100;
}
.mo-classroom-gnb .classroom-menu-list {
  padding: 0 26px;
  margin-top: 20px;
  margin-bottom: 0;
}
.mo-classroom-gnb .classroom-menu-list .item + .item {
  border-top: 1px solid var(--gray-eee);
}
.mo-classroom-gnb .classroom-menu-list .item a {
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: var(--white);
}
.mo-classroom-gnb .classroom-menu-list .item a i {
  color: var(--gray-666);
}
.mo-classroom-gnb .classroom-menu-list .item a span {
  color: var(--black-000);
}
.mo-classroom-gnb .classroom-menu-list .item.on a i {
  color: var(--white);
}
.mo-classroom-gnb .classroom-menu-list .item.on a span {
  color: var(--white);
  font-weight: bold;
}
.mo-classroom-gnb .classroom-menu-list .item.on a::before {
  transform: translateX(-10px);
  width: calc(100% + 20px);
}
.mo-classroom-gnb .classroom-menu-list + .info {
  width: calc(100% - 32px);
  margin: 20px auto;
  padding: 17px 20px 18px 60px;
}
.mo-classroom-gnb .classroom-menu-list + .info .img-call {
  top: 10px;
  left: 10px;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-1 {
  float: left;
  line-height: 20px;
  margin-right: 9px;
  margin-bottom: 0;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-2 {
  margin-bottom: 5px;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 {
  position: relative;
  display: flex;
  align-items: center;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 span {
  position: relative;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 span + br + span {
  margin-left: 20px;
}
.mo-classroom-gnb .classroom-menu-list + .info .font-3 span + br + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 10px;
  background-color: #cccccc;
}
.mo-classroom-gnb .box {
  overflow-y: auto;
}
.mo-classroom-gnb.show {
  display: block;
}

@media (max-width: 1358px) {
  .classroom-contents .mo-menu {
    display: block;
    position: absolute;
    right: 16px;
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .classroom-contents .mo-menu span {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    transition: all 0.2s;
    background-color: var(--black-000);
    right: 0;
  }
  .classroom-contents .mo-menu span:first-child {
    top: 4px;
  }
  .classroom-contents .mo-menu span:nth-child(2) {
    width: 15px;
    top: 9px;
  }
  .classroom-contents .mo-menu span:nth-child(3) {
    width: 10px;
    top: 14px;
  }
  .classroom-contents .mo-menu.on span {
    width: 18px;
  }
  .classroom-contents .mo-menu.on span:first-child {
    transform: translateY(8px) rotate(-45deg);
    top: 0;
    right: 0;
  }
  .classroom-contents .mo-menu.on span:nth-child(2) {
    opacity: 0;
  }
  .classroom-contents .mo-menu.on span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    top: 16px;
    right: 0;
  }
  .classroom-contents .top-heading {
    box-shadow: none;
    height: 60px;
  }
  .classroom-contents .top-heading .inner {
    position: relative;
    padding: 0 16px;
  }
  .classroom-contents .top-heading .img-logo {
    width: 120px;
    padding: 15px 0;
  }
  .classroom-contents .top-heading .img-logo img {
    object-position: center left;
  }
  .classroom-contents .top-heading .btn-logout {
    position: absolute;
    right: 66px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
  .classroom-contents .top-heading .heading {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 40px;
    background-color: var(--black-333);
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 10px 16px;
    font-size: 18px;
    letter-spacing: -0.9px;
    line-height: 20px;
    color: var(--white);
  }
  .classroom-contents .c-lnb {
    display: none;
  }
  .classroom-contents .contents {
    display: block;
    padding-top: 100px;
    width: 100%;
  }
  .classroom-contents .class-title {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .classroom-contents .class-title .title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.9px;
  }
  .classroom-contents .class-title .btn.btn-grey .ico-play {
    display: none;
  }
  .classroom-contents .content {
    width: 100%;
    padding: 30px 0;
  }
  .classroom-contents .copyright {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
  }
  .classroom-contents .home-row {
    flex-direction: column;
    padding: 0 16px;
    gap: 60px;
  }
  .classroom-contents .home-row .col {
    width: 100%;
  }
  .classroom-contents .home-row .col .class-title {
    padding: 0 20px;
  }
  .classroom-contents .home-row .col + .col {
    position: relative;
    width: 100%;
  }
  .classroom-contents .home-row .col + .col::before {
    content: "";
    position: absolute;
    width: 100vw;
    top: -28px;
    background-color: #ddd;
    height: 1px;
    left: -16px;
  }
  .classroom-contents .home-row .col:only-child .class-title {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .classroom-contents .home-row .col:only-child .class-title .date {
    margin-left: 0;
    margin-top: 5px;
  }
  .classroom-contents .home-row .col:only-child .class-title .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .classroom-contents .home-row + .home-row {
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
  }
  .classroom-contents .table-box {
    overflow-x: auto;
  }
  .classroom-contents .table-box .table {
    min-width: 540px;
    width: 100%;
    overflow-x: auto;
  }
  .classroom-contents .notice-list {
    overflow-y: visible;
    max-height: none;
  }
  .classroom-contents .classroom {
    padding: 0 20px;
  }
  .classroom-contents .classroom .table-box table {
    min-width: 700px;
  }
  .classroom-contents .course {
    padding: 20px 10px;
  }
  .classroom-contents .course .title {
    font-size: 15px;
    line-height: 29px;
    letter-spacing: -0.75px;
    margin-bottom: 0;
  }
  .classroom-contents .course .desc {
    line-height: 20px;
  }
  .classroom-contents .course .desc + .desc {
    margin-top: 2px;
  }
  .classroom-contents .course .desc + .title {
    margin-top: 8px;
  }
  .classroom-contents .progress-table-box .col:nth-child(1) {
    display: none;
    width: calc(100% - 66px - 130px);
  }
  .classroom-contents .progress-table-box .col:nth-child(2) {
    width: calc(100% - 66px - 130px);
  }
  .classroom-contents .progress-table-box .col:nth-child(3) {
    width: 66px;
  }
  .classroom-contents .progress-table-box .col:nth-child(4) {
    display: none;
  }
  .classroom-contents .progress-table-box .col:nth-child(5) {
    display: none;
  }
  .classroom-contents .progress-table-box .col:nth-child(6) {
    display: none;
  }
  .classroom-contents .progress-table-box .col:nth-child(7) {
    width: 130px;
  }
  .classroom-contents .progress-table-box .acc-table-body .col {
    padding: 0 10px;
  }
  .classroom-contents .progress-table-box .acc-body {
    padding-left: 0;
  }
  .classroom-contents .progress-table-box .acc-body .col:first-child {
    display: block;
    line-height: 50px;
    width: calc(100% - 66px - 130px);
    padding: 0 10px 0 33px;
  }
  .classroom-contents .progress-table-box .acc-body .col:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 66px;
  }
  .classroom-contents .progress-table-box .acc-body .col:nth-child(3) {
    display: none;
  }
  .classroom-contents .progress-table-box .acc-body .col:nth-child(6) {
    display: flex;
    width: 130px;
  }
  .classroom-contents .test-list .list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .classroom-contents .test-list .list .item {
    width: 100%;
    padding: 21px;
  }
  .classroom-contents .test-list .list .badge-wrap {
    margin-bottom: 7px;
  }
  .classroom-contents .test-list .list .category {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .classroom-contents .test-list .list .title {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: 1;
    line-height: 13px;
    margin-bottom: 19px;
  }
  .classroom-contents .test-list .list .infos {
    margin-bottom: 18px;
  }
  .classroom-contents .test-list .list .info .tit {
    font-size: 14px;
  }
  .classroom-contents .test-list .list .info .val {
    font-size: 14px;
  }
}
.popup .classroom-contents .table-box {
  margin-top: 25px;
}
.popup .classroom-contents .table-box .badge-wrap {
  margin-bottom: 10px;
}
.popup .classroom-contents .table-box .course-title {
  display: block;
  font-weight: bold;
}
.popup .classroom-contents .test-info {
  margin-bottom: 10px;
  margin-top: 25px;
}
.popup .classroom-contents .course-content .info-item {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.popup .classroom-contents .course-content .row {
  display: flex;
  gap: 0 60px;
}
.popup .classroom-contents .course-content .row .col {
  flex: 1;
}
.popup .classroom-contents .course-content .form-group {
  display: flex;
  align-items: center;
  min-height: 38px;
}
.popup .classroom-contents .course-content .form-group .label {
  letter-spacing: -0.38px;
  color: #666;
  font-weight: 400;
  margin-bottom: 0;
  width: 100px;
  margin-right: 10px;
  display: block;
  font-size: 15px;
  line-height: 18px;
}
.popup .classroom-contents .course-content .form-group .col-form {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: calc(100% - 100px);
}
.popup .classroom-contents .leadership-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 25px;
}
.popup .classroom-contents .leadership-box .title-sm {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 8px;
  margin-top: 18px;
}
.popup .classroom-contents .leadership-box .l-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.popup .classroom-contents .leadership-box .l-head .list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.popup .classroom-contents .leadership-box .l-head .list .item {
  position: relative;
  display: flex;
  align-items: center;
}
.popup .classroom-contents .leadership-box .l-head .list .item + .item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
.popup .classroom-contents .leadership-box .l-head .list .item .tit {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
}
.popup .classroom-contents .leadership-box .l-head .list .item .val {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  color: var(--point);
  margin-left: 4px;
}
.popup .classroom-contents .leadership-box .l-head .btns {
  display: flex;
  gap: 5px;
}
.popup .classroom-contents .leadership-box .tit-box {
  padding: 18px 20px;
  border-radius: 5px;
  background-color: #f7f8fa;
  text-align: center;
  margin-bottom: 20px;
}
.popup .classroom-contents .leadership-box .tit-box .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 17px;
}
.popup .classroom-contents .leadership-box .tit-box .desc {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
}
.popup .classroom-contents .leadership-box .table td > span, .popup .classroom-contents .leadership-box .table th > span {
  line-height: 17.5px;
  letter-spacing: -0.87px;
}
.popup .classroom-contents .leadership-box .table tr.checked td {
  background-color: #fffef1;
}
.popup .classroom-contents .leadership-box .table tr:first-child th:last-child {
  border-bottom: 1px solid var(--gray-eee);
}
.popup .classroom-contents .leadership-box .table th {
  padding: 9px 10px;
}
.popup .classroom-contents .leadership-box .table td {
  padding: 12px 18px;
}
.popup .classroom-contents .leadership-box .table td > span {
  min-height: 35px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.popup .classroom-contents .leadership-box .table.table-result tr:first-child th:last-child, .popup .classroom-contents .leadership-box .table.table-result tr:first-child th:nth-child(4), .popup .classroom-contents .leadership-box .table.table-result tr:first-child th:nth-child(6) {
  border-bottom: 1px solid var(--gray-eee);
}
.popup .classroom-contents .leadership-box .table.table-result td {
  padding: 8px 8px;
}
.popup .classroom-contents .leadership-box .l-body .form-radio {
  padding-left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
}
.popup .classroom-contents .leadership-box .l-body .l-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card {
  width: calc(50% - 10px);
  height: 340px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info {
  background-color: #f9f9f9;
  padding: 30px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item {
  position: relative;
  padding-left: 9px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item + .item {
  margin-top: 3px;
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-666);
}
.popup .classroom-contents .leadership-box .l-body .l-row .card-info .item .color-red {
  color: #dd175d !important;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item {
  width: 70px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item + .item {
  margin-top: 7px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .txt {
  font-size: 15px;
  letter-spacing: -1px;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-1 {
  background-color: #fff7cc;
  border: 1px solid #ecd13e;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-2 {
  background-color: #1d35ad;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-3 {
  background-color: #00b3b5;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-4 {
  background-color: #d753c0;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart-box .legend .item .ball.color-5 {
  background-color: #ffaa6b;
}
.popup .classroom-contents .leadership-box .l-body .radar-chart {
  width: calc(100% - 80px);
  height: 254px;
}
.popup .classroom-contents .popup-title {
  line-height: 18px;
  font-weight: bold;
  letter-spacing: -0.75px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.popup .classroom-contents .box {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid var(--gray-eee);
  background-color: #f9f9f9;
  margin-top: 25px;
}
.popup .classroom-contents .box .sub-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.9px;
  margin-bottom: 11px;
}
.popup .classroom-contents .box .btn-wrap {
  margin-bottom: 24px;
  justify-content: flex-start;
}
.popup .classroom-contents .box .list {
  padding-left: 9px;
  margin-bottom: 24px;
}
.popup .classroom-contents .box .list:last-child {
  margin-bottom: 0;
}
.popup .classroom-contents .box .list .desc {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -1px;
  color: var(--gray-666);
  padding-left: 10px;
  word-break: keep-all;
}
.popup .classroom-contents .box .list .desc + .desc {
  margin-top: 4px;
}
.popup .classroom-contents .box .list .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: var(--gray-666);
  border-radius: 100%;
}
.popup .classroom-contents .box .list .caution {
  margin-top: 4px;
  padding-left: 30px;
  background-position: left 10px top 2px;
}

@media (max-width: 940px) {
  .classroom-contents .home-list {
    flex-direction: column;
  }
  .classroom-contents .home-list .item .item-body {
    padding: 0 20px 20px;
  }
  .classroom-contents .home-list .item .item-body .detail {
    min-width: 160px;
    margin: 0 auto;
  }
  .classroom-contents .home-list .item .item-body .detail:first-child {
    margin-top: 12px;
  }
  .classroom-contents .home-list .item .doughnut {
    width: 90px;
    height: 90px;
  }
  .classroom-contents .home-list .item.item-1 .item-body {
    padding: 0 20px 14px;
  }
  .classroom-contents .writing-box {
    padding: 20px;
  }
  .classroom-contents .writing-box .form-group {
    flex-direction: column;
  }
  .classroom-contents .writing-box .form-group .label {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .classroom-contents .writing-box .form-group .form-row {
    width: 100%;
  }
  .classroom-contents .writing-box .form-group + .form-group {
    margin-top: 30px;
  }
  .classroom-contents .writing-box .btn-wrap {
    margin-top: 20px;
  }
  .classroom-contents .class-title .btn.btn-lg {
    min-width: auto;
    padding: 0 10px;
  }
  .classroom-contents .class-title .date {
    font-size: 14px;
    margin-left: 10px;
  }
  .classroom-contents .test-box .test-head {
    padding: 20px;
  }
  .classroom-contents .test-box .test-head .heading {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .classroom-contents .test-box .test-head .info {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px 20px;
  }
  .classroom-contents .test-box .test-head .info .item {
    width: 100%;
  }
  .classroom-contents .test-box .test-head .info .item + .item::before {
    content: none;
  }
  .classroom-contents .test-box .test-body .item .form-group {
    padding-left: 20px;
  }
  .classroom-contents .test-box .test-body .result-box {
    padding: 10px 20px;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    gap: 5px 20px;
  }
  .popup .classroom-contents .leadership-box .title {
    margin-bottom: 16px;
  }
  .popup .classroom-contents .leadership-box .l-head {
    flex-direction: column;
    gap: 20px;
  }
  .popup .classroom-contents .leadership-box .l-head .list {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .popup .classroom-contents .leadership-box .l-body .l-row {
    flex-wrap: wrap;
  }
  .popup .classroom-contents .leadership-box .l-body .l-row .card {
    width: 100%;
    height: auto;
  }
  .popup .classroom-contents .leadership-box .l-body .radar-chart-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .popup .classroom-contents .leadership-box .l-body .table-box {
    margin-top: 0;
  }
}
/*
  table
*/
.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.table-head .title {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 9px;
}
.table-head .title::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--black-333);
}
.table-head .desc {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

caption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.table {
  position: relative;
  width: 100%;
  border-top: 1px solid var(--gray-666);
  border-bottom: 1px solid var(--gray-eee);
}
.table .col-title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.38px;
  background-color: #f9f9f9;
}
.table .col-title > * {
  color: var(--gray-666);
}
.table td, .table th {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid var(--gray-eee);
  padding: 18.5px 20px;
}
.table td:first-child, .table th:first-child {
  border-left: 1px solid var(--gray-eee);
}
.table td > span, .table th > span {
  display: inline-block;
  color: var(--black-333);
  line-height: 20px;
  word-break: break-word;
  letter-spacing: -0.85px;
}
.table td {
  border-top: 1px solid var(--gray-eee);
  font-size: 15px;
  letter-spacing: -0.38px;
  color: var(--gray-666);
}
.table .ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .ellipse .ellipse-target {
  display: flex;
  line-height: 20px;
  vertical-align: middle;
}
.table .ellipse .ellipse-target span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .ellipse .ellipse-target .ico {
  flex-shrink: 0;
  vertical-align: middle;
  margin-left: 6px;
}
.table.v-table th, .table.v-table td {
  border-top: 1px solid var(--gray-eee);
  border-right: 0;
}
.table.v-table th:first-child, .table.v-table td:first-child {
  border-left: 0;
}
.table.v-table th:last-child, .table.v-table td:last-child {
  border-right: 0;
}
.table.v-table tr:first-child th, .table.v-table tr:first-child td {
  border-top: 0;
}
.table.v-table td > span {
  display: inline-block;
  color: var(--black-333);
  line-height: 24px;
}
.table.v-table.v-table-input {
  border-top-color: var(--black-333);
}
.table.v-table.v-table-input .form-control, .table.v-table.v-table-input .form-select {
  width: 100%;
}
.table.v-table.v-table-input th, .table.v-table.v-table-input td {
  padding: 10px 20px;
}
.table.v-table.v-table-input th:first-child, .table.v-table.v-table-input td:first-child {
  border-left: 0;
}
.table.v-table.v-table-input th:last-child, .table.v-table.v-table-input td:last-child {
  border-right: 0;
}
.table.v-table.v-table-input .form-file {
  margin-bottom: 20px;
}
.table.v-table.v-table-input .file-list:only-child {
  margin-bottom: 0;
}
.table.v-table.v-border-table th, .table.v-table.v-border-table td {
  border-right: 1px solid var(--gray-eee);
}
.table.v-table.v-border-table th:first-child, .table.v-table.v-border-table td:first-child {
  border-left: 1px solid var(--gray-eee);
}
.table.v-table.v-border-table th:last-child, .table.v-table.v-border-table td:last-child {
  border-right: 1px solid var(--gray-eee);
}
.table.no-border-table td, .table.no-border-table th {
  border-left: 0;
  border-right: 0;
}
.table + .table-head {
  margin-top: 40px;
}
.table .caution {
  margin-top: 5px;
}

@media (max-width: 1050px) {
  .table td {
    padding: 10px;
    font-size: 14px;
  }
  .table td > span {
    line-height: 16px;
  }
  .table.v-table td, .table.v-table th {
    padding: 11px 9px;
  }
  .table.v-table.v-table-input {
    border-top: 0;
    border-bottom: 0;
  }
  .table.v-table.v-table-input table {
    display: block;
  }
  .table.v-table.v-table-input table thead, .table.v-table.v-table-input table tbody, .table.v-table.v-table-input table tr, .table.v-table.v-table-input table td, .table.v-table.v-table-input table th {
    display: block;
    padding: 0;
    border: 0;
  }
  .table.v-table.v-table-input table thead > span, .table.v-table.v-table-input table tbody > span, .table.v-table.v-table-input table tr > span, .table.v-table.v-table-input table td > span, .table.v-table.v-table-input table th > span {
    line-height: initial;
  }
  .table.v-table.v-table-input table tr + tr {
    margin-top: 20px;
  }
  .table.v-table.v-table-input table .col-title {
    background-color: transparent;
    text-align: left;
    margin-bottom: 5px;
  }
}
.table-container {
  overflow-x: auto;
}
.table-container .table {
  min-width: 760px;
}

/*
  공통 아이콘
*/
.ico {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}

.ico-search {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-search.png);
}

.ico-play {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-play.png);
}

.ico-refresh {
  width: 14px;
  height: 16px;
  background-image: url(../img/common/ico-refresh.png);
}

.ico-heart-sm {
  width: 14px;
  height: 12px;
}

.ico-paging-first {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/ico-paging-first.png);
}

.ico-paging-prev {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/ico-paging-prev.png);
}

.ico-paging-next {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/ico-paging-next.png);
}

.ico-paging-last {
  width: 32px;
  height: 32px;
  background-image: url(../img/common/ico-paging-last.png);
}

.ico-search-blue {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ico-search-blue.png);
}

.ico-thumbnail-type {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-thumbnail-type.png);
}

.on > .ico-thumbnail-type {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-thumbnail-type-on.png);
}

.ico-list-type {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-list-type.png);
}

.on > .ico-list-type {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-list-type-on.png);
}

.ico-login {
  width: 14px;
  height: 13px;
  background-image: url(../img/common/ico-login.png);
}

.ico-user {
  width: 11px;
  height: 13px;
  background-image: url(../img/common/ico-user.png);
}

.ico-search-black {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ico-search-black.png);
}

.ico-facebook {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-facebook.png);
}

.ico-twitter {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-twitter.png);
}

.ico-twitter-x {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-twitter-x.png);
}

.ico-kakaotalk {
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-kakaotalk.png);
}

.ico-url {
  width: 38px;
  height: 24px;
  background-image: url(../img/common/ico-url.png);
}

.ico-folder {
  width: 17px;
  height: 21px;
  background-image: url(../img/common/ico-folder.png);
}

.ico-slider-prev {
  width: 9.5px;
  height: 17.5px;
  background-image: url(../img/common/ico-slider-prev.png);
}

.ico-slider-next {
  width: 9.5px;
  height: 17.5px;
  background-image: url(../img/common/ico-slider-next.png);
}

.ico-more {
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico-more.png);
}

.ico-m-prev {
  width: 6px;
  height: 10.5px;
  background-image: url(../img/common/ico-m-prev.png);
}

.ico-m-next {
  width: 6px;
  height: 10.5px;
  background-image: url(../img/common/ico-m-next.png);
}

.ico-favorite {
  width: 23px;
  height: 24px;
  background-image: url(../img/common/ico-favorite.png);
}

.ico-building {
  width: 10px;
  height: 13px;
  background-image: url(../img/common/ico-building.png);
}

.ico-step {
  width: 14px;
  height: 14px;
  background-image: url(../img/common/ico-step.png);
}

.ico-time {
  width: 14px;
  height: 14px;
  background-image: url(../img/common/ico-time.png);
}

.ico-paper {
  width: 12px;
  height: 14px;
  background-image: url(../img/common/ico-paper.png);
}

.ico-member {
  width: 11px;
  height: 13px;
  background-image: url(../img/common/ico-member.png);
}

.ico-more-down {
  width: 13px;
  height: 7px;
  background-image: url(../img/common/ico-more-down.png);
}

.ico-file {
  width: 16px;
  height: 15px;
  background-image: url(../img/common/ico-file.png);
}

.ico-alert {
  width: 17px;
  height: 19px;
  background-image: url(../img/common/ico-alert.png);
}

.ico-popup-close {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ico-close.png);
}

.ico-download {
  width: 11px;
  height: 12px;
  background-image: url(../img/common/ico-download.png);
}

.ico-del {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ico-del.png);
}

.ico-logout {
  width: 15px;
  height: 13px;
  background-image: url(../img/common/ico-logout.png);
}

.ico-more-gray {
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico-more-gray.png);
}

.ico-new {
  width: 37px;
  height: 19px;
  background-image: url(../img/common/ico-new.png);
}

.ico-play-lg {
  width: 60px;
  height: 60px;
  background-image: url(../img/common/ico-play-lg.png);
}

.ico-popup-close-white {
  width: 9px;
  height: 9px;
  background-image: url(../img/common/ico-popup-close-white.png);
}

.ico-expand-up {
  width: 8px;
  height: 5px;
  background-image: url(../img/common/ico-expand-up.png);
}

.ico-expand-down {
  width: 8px;
  height: 5px;
  background-image: url(../img/common/ico-expand-down.png);
}

.ico-validation {
  width: 14px;
  height: 14px;
  background-image: url(../img/common/ico-info-blue.png);
}

.ico-hot {
  width: 37px;
  height: 19px;
  background-image: url(../img/common/ico-hot.png);
}

.ico-info-auth {
  width: 48px;
  height: 45px;
  background-image: url(../img/common/img-info-account.png);
}

.ico-phone-auth {
  width: 36.5px;
  height: 48px;
  background-image: url(../img/common/img-phone-account.png);
}

.ico-go {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico-go.svg);
}

.ico-go-top {
  width: 19px;
  height: 11px;
  background-image: url(../img/common/ico-go-top.png);
}

.ico-triangle {
  width: 25px;
  height: 33px;
  background-image: url(../img/common/ico-triangle.png);
}

.ico-study {
  width: 14px;
  height: 14px;
  background-image: url(../img/common/ico-study.png);
}

.ico-review-grey {
  width: 16px;
  height: 16px;
  background-image: url(../img/classroom/ico-review-grey.svg);
}

.ico-review-blue {
  width: 16px;
  height: 16px;
  background-image: url(../img/classroom/ico-review-blue.svg);
}

.ico-review {
  width: 16px;
  height: 16px;
  background-image: url(../img/classroom/ico-review-white.svg);
}

/*
  MAIN
*/
body .board-service .board-head .sort-wrap {
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 0;
}
body .board-service .table-list {
  border-top: 1px solid var(--gray-ccc);
}
body .board-service .table-list th {
  background-color: var(--white);
  padding: 19px 20px;
}
body .board-service .table-list td, body .board-service .table-list th {
  border-right: 0;
}
body .board-service .table-list td:first-child, body .board-service .table-list th:first-child {
  border-left: 0;
}
body .board-service .table-list tr:first-child td {
  border-top: 1px solid var(--gray-ccc);
}
body .board-service .table-list tr.highlight td {
  background-color: #fff8fc;
}
body .board-service .table-list td:nth-child(2) .ico-volume {
  display: none;
}
body .board-service .table-list tr a:hover {
  text-decoration: underline;
}
body .board-service .table-list tr.bg-yellow {
  background-color: #fffbe5;
}
body .board-service .table-list tr.bg-yellow td {
  background-color: #fffbe5;
}
body .board-service .table-list tr.nodata th, body .board-service .table-list tr.nodata td {
  padding: 60px 20px;
}
body .board-service .table-list .ico-new, body .board-service .table-list .ico-hot {
  vertical-align: bottom;
}
body .board-service .faq-list {
  border-top: 1px solid var(--black-333);
}
body .board-service .faq-list .item {
  border-bottom: 1px solid var(--gray-eee);
}
body .board-service .faq-list .item .item-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 40px 25px 10px;
  cursor: pointer;
}
body .board-service .faq-list .item .item-head .question {
  position: relative;
  margin-right: 20px;
}
body .board-service .faq-list .item .item-head .question em {
  position: relative;
  display: block;
  z-index: 2;
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
  width: 24px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
body .board-service .faq-list .item .item-head .question::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 30px;
  border-radius: 2px;
  background-color: #54afe8;
  transform: skewX(-20deg);
}
body .board-service .faq-list .item .item-head .title {
  max-width: calc(100% - 50px);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.38px;
}
body .board-service .faq-list .item .item-head::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  right: 10px;
  top: 50%;
  background-image: url(../img/common/ico-li-down.png);
  transform: translateY(-50%);
  background-size: cover;
  transition: 0.2s;
}
body .board-service .faq-list .item .item-body {
  position: relative;
  display: none;
  padding: 0 10px;
}
body .board-service .faq-list .item .item-body .content {
  padding: 29px 49px;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.38px;
  border: 1px solid var(--gray-eee);
  background-color: #f9f9f9;
  margin-bottom: 25px;
  border-radius: 2px;
}
body .board-service .faq-list .item .item-body .font-lg {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-000);
  letter-spacing: -0.45px;
}
body .board-service .faq-list .item.show .item-head .title {
  font-weight: 500;
}
body .board-service .faq-list .item.show .item-head::after {
  transform: translateY(-50%) rotate(180deg);
}
body .board-service .faq-list .item.show .item-body {
  display: block;
}
body .board-service .faq-list .item.item-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  font-size: 15px;
  letter-spacing: -0.38px;
}
body .board-view .board-head {
  padding-top: 0;
}
body .board-view .board-head .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: var(--black-000);
  padding: 23px 30px;
  background-color: var(--gray-f4);
}
body .board-view .board-head .view-info {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
body .board-view .board-head .view-info .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
body .board-view .board-head .view-info .info .item {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: var(--gray-666);
}
body .board-view .board-head .view-info .info .item .val {
  color: var(--black-000);
}
body .board-view .board-head .view-info .info .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 2px;
  left: -10px;
  background-color: var(--gray-ccc);
}
body .board-view .board-head .view-info .info .left, body .board-view .board-head .view-info .info .right {
  display: flex;
  gap: 10px 20px;
}
body .board-view .board-head .view-info .info:last-child {
  margin-bottom: 0;
}
body .board-view .board-head .view-info .file-list .file {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .board-view .board-head .view-info .file-list .file a {
  font-size: 15px;
  line-height: 15px;
  color: #2859e7;
}
body .board-view .board-head .view-info .file-list .file a:hover {
  text-decoration: underline;
}
body .board-view .board-head.answer .title {
  background-color: #f5f7fb;
}
body .board-view .board-body {
  padding: 30px 30px 40px;
  border-bottom: 1px solid #eee;
}
body .board-view .board-body .view-content {
  font-size: 16px;
  line-height: 24px;
}
body .board-view .board-body .view-content img {
  max-width: 100%;
  max-height: max-content;
}
body .board-view + .board-view .board-head {
  border-top-color: var(--gray-ccc);
}
body .board-view .board-foot {
  margin-top: 30px;
}
@media (max-width: 1050px) {
  body .board-service .table-list table {
    display: block;
  }
  body .board-service .table-list thead {
    display: none;
  }
  body .board-service .table-list tbody, body .board-service .table-list tr {
    display: block;
  }
  body .board-service .table-list tr {
    padding: 10px 5px;
  }
  body .board-service .table-list tr + tr {
    border-top: 1px solid var(--gray-eee);
  }
  body .board-service .table-list tr.highlight td {
    background-color: transparent;
  }
  body .board-service .table-list tr:first-child td {
    border-top: 0;
  }
  body .board-service .table-list tr.nodata {
    padding: 60px 5px;
  }
  body .board-service .table-list tr.nodata th, body .board-service .table-list tr.nodata td {
    display: block !important;
    padding: 0;
  }
  body .board-service .table-list tr.nodata th::after, body .board-service .table-list tr.nodata td::after {
    content: none;
  }
  body .board-service .table-list th, body .board-service .table-list td {
    padding: 0;
    border-top: 0;
  }
  body .board-service .table-list th > span, body .board-service .table-list td > span {
    line-height: initial;
    font-size: 13px;
    transform: translateY(-2px);
    color: var(--gray-666);
  }
  body .board-service .table-list th .ico-file, body .board-service .table-list td .ico-file {
    width: 16px;
    height: 15px;
  }
  body .board-service .table-list td:empty {
    display: none;
  }
  body .board-service .table-list.table-notice th::after, body .board-service .table-list.table-notice td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: var(--gray-ccc);
    margin: 0 10px;
    transform: translateY(-1px);
  }
  body .board-service .table-list.table-notice th a, body .board-service .table-list.table-notice td a {
    text-decoration: underline;
    font-weight: 500;
  }
  body .board-service .table-list.table-notice th:first-child, body .board-service .table-list.table-notice td:first-child {
    display: none;
  }
  body .board-service .table-list.table-notice th:nth-child(2), body .board-service .table-list.table-notice td:nth-child(2) {
    display: block;
    margin-bottom: 15px;
  }
  body .board-service .table-list.table-notice th:nth-child(2) .ico-volume, body .board-service .table-list.table-notice td:nth-child(2) .ico-volume {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
  }
  body .board-service .table-list.table-notice th:nth-child(2)::after, body .board-service .table-list.table-notice td:nth-child(2)::after {
    content: none;
  }
  body .board-service .table-list.table-notice th:nth-child(3)::before, body .board-service .table-list.table-notice td:nth-child(3)::before {
    content: "첨부";
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    transform: translateY(-2px);
    color: var(--gray-666);
    margin-right: 5px;
  }
  body .board-service .table-list.table-notice th:nth-child(3) a, body .board-service .table-list.table-notice td:nth-child(3) a {
    text-decoration: none;
  }
  body .board-service .table-list.table-notice th:nth-child(4)::before, body .board-service .table-list.table-notice td:nth-child(4)::before {
    content: "등록일";
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    transform: translateY(-2px);
    color: var(--gray-666);
    margin-right: 5px;
  }
  body .board-service .table-list.table-notice th:nth-child(5)::before, body .board-service .table-list.table-notice td:nth-child(5)::before {
    content: "조회수";
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    transform: translateY(-2px);
    color: var(--gray-666);
    margin-right: 5px;
  }
  body .board-service .table-list.table-notice th:nth-child(5)::after, body .board-service .table-list.table-notice td:nth-child(5)::after {
    content: none;
  }
  body .board-service .table-list.table-qna th, body .board-service .table-list.table-qna td {
    padding: 0;
    border-top: 0;
  }
  body .board-service .table-list.table-qna th > span, body .board-service .table-list.table-qna td > span {
    line-height: initial;
    font-size: 13px;
    transform: translateY(-2px);
    color: var(--gray-666);
    text-align: left;
  }
  body .board-service .table-list.table-qna th a, body .board-service .table-list.table-qna td a {
    text-decoration: underline;
    font-weight: 500;
  }
  body .board-service .table-list.table-qna th:first-child, body .board-service .table-list.table-qna td:first-child {
    display: none;
  }
  body .board-service .table-list.table-qna th:nth-child(3), body .board-service .table-list.table-qna td:nth-child(3) {
    display: block;
    margin-bottom: 10px;
  }
  body .board-service .table-list.table-qna th:nth-child(5) span, body .board-service .table-list.table-qna th:nth-child(6) span, body .board-service .table-list.table-qna td:nth-child(5) span, body .board-service .table-list.table-qna td:nth-child(6) span {
    display: inline-block;
    margin-left: 5px;
  }
  body .board-service .table-list.table-qna th:nth-child(5) span::before, body .board-service .table-list.table-qna th:nth-child(6) span::before, body .board-service .table-list.table-qna td:nth-child(5) span::before, body .board-service .table-list.table-qna td:nth-child(6) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  body .board-service .table-list.table-qna.table-report th:nth-child(2) *, body .board-service .table-list.table-qna.table-report td:nth-child(2) * {
    display: block;
    margin-bottom: 10px;
  }
  body .board-service .table-list.table-qna.table-report th:nth-child(3), body .board-service .table-list.table-qna.table-report th:nth-child(4), body .board-service .table-list.table-qna.table-report th:nth-child(5), body .board-service .table-list.table-qna.table-report td:nth-child(3), body .board-service .table-list.table-qna.table-report td:nth-child(4), body .board-service .table-list.table-qna.table-report td:nth-child(5) {
    display: inline-block;
    margin: 0;
  }
  body .board-service .table-list.table-qna.table-report th:nth-child(3) span, body .board-service .table-list.table-qna.table-report th:nth-child(4) span, body .board-service .table-list.table-qna.table-report th:nth-child(5) span, body .board-service .table-list.table-qna.table-report td:nth-child(3) span, body .board-service .table-list.table-qna.table-report td:nth-child(4) span, body .board-service .table-list.table-qna.table-report td:nth-child(5) span {
    display: inline-block;
    margin-left: 2px;
  }
  body .board-service .table-list.table-qna.table-report th:nth-child(3) span, body .board-service .table-list.table-qna.table-report td:nth-child(3) span {
    margin-left: 0;
  }
  body .board-service .table-list.table-qna.table-report th:nth-child(4) span::before, body .board-service .table-list.table-qna.table-report td:nth-child(4) span::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
  }
  body .board-service .faq-list .item .item-body .content {
    padding: 20px;
    line-height: 24px;
  }
  body .board-view .board-head .title {
    padding: 20px;
  }
  body .board-view .board-head .view-info {
    padding: 20px;
  }
  body .board-view .board-head .view-info .info {
    flex-wrap: wrap;
    gap: 10px;
  }
  body .board-view .board-head .view-info .info .item + .item::before {
    content: none;
  }
  body .board-view .board-head .view-info .left, body .board-view .board-head .view-info .right {
    width: 100%;
    flex-wrap: wrap;
  }
  body .board-view .board-head .view-info .right {
    justify-content: flex-end;
  }
  body .board-view .board-body {
    padding: 20px;
  }
}

.tab-container .tabs-box .main-tab {
  display: flex;
  margin-bottom: 30px;
  gap: 10px;
}
.tab-container .tabs-box .main-tab .item {
  position: relative;
  flex: 1;
  height: 50px;
  border-bottom: 1px solid #ddd;
  transition: 0.2s;
}
.tab-container .tabs-box .main-tab .item::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 1px;
  background-color: #c4cfd7;
  transition: 0.2s;
}
.tab-container .tabs-box .main-tab .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #788995;
  padding: 0 5px 3px 5px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
.tab-container .tabs-box .main-tab .item.on, .tab-container .tabs-box .main-tab .item:hover {
  border-bottom: 0;
}
.tab-container .tabs-box .main-tab .item.on::after, .tab-container .tabs-box .main-tab .item:hover::after {
  background-color: var(--black-000);
}
.tab-container .tabs-box .main-tab .item.on a, .tab-container .tabs-box .main-tab .item:hover a {
  font-weight: bold;
  font-size: 18px;
  color: var(--black-000);
}
.tab-container .tabs-box .sub-tab {
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--black-333);
  margin-bottom: 20px;
}
.tab-container .tabs-box .sub-tab .item {
  position: relative;
  min-width: 90px;
  height: 40px;
  border-top: 1px solid var(--gray-ccc);
  border-left: 1px solid var(--gray-ccc);
  border-right: 1px solid var(--gray-ccc);
  background-color: var(--gray-f9);
  transition: 0.2s;
  margin-left: -1px;
}
.tab-container .tabs-box .sub-tab .item:first-child {
  border-radius: 1px 0 0 0;
  margin-left: 0;
}
.tab-container .tabs-box .sub-tab .item:last-child {
  border-radius: 0 1px 0 0;
}
.tab-container .tabs-box .sub-tab .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  z-index: 1;
  transition: 0.2s;
  opacity: 0;
}
.tab-container .tabs-box .sub-tab .item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: calc(100% + 1px);
  border-right: 1px solid transparent;
  bottom: -0.7px;
  right: -1px;
  z-index: 1;
  transition: 0.2s;
  opacity: 0;
}
.tab-container .tabs-box .sub-tab .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: 0.2s;
  word-break: keep-all;
}
.tab-container .tabs-box .sub-tab .item a span {
  font-size: 14px;
  line-height: 16px;
}
.tab-container .tabs-box .sub-tab .item.on {
  border-left: 1px solid var(--black-000);
  border-top: 1px solid var(--black-000);
  border-right: 1px solid var(--black-000);
  border-bottom: 0;
  background-color: var(--white);
}
.tab-container .tabs-box .sub-tab .item.on::before {
  background-color: var(--white);
  opacity: 1;
}
.tab-container .tabs-box .sub-tab .item.on::after {
  border-color: var(--black-000);
  opacity: 1;
}
.tab-container .tabs-box .sub-tab .item.on a {
  font-weight: bold;
  color: var(--black-000);
}
.tab-container .tabs-box .sub-tab .item:hover {
  background-color: var(--white);
}
.tab-container .tabs-box .sub-tab .item:hover a {
  font-weight: bold;
  color: var(--black-000);
}
.tab-container .tab-content .tab-panel {
  display: none;
}
.tab-container .tab-content .tab-panel.on {
  display: block;
}

.terms-wrapper .tit {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.8px;
}
.terms-wrapper .tit + .bullet {
  margin-top: 10px;
}
.terms-wrapper .tit img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 5px;
}
.terms-wrapper .desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-top: 5px;
  margin-bottom: 10px;
}
.terms-wrapper .desc .dot {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.terms-wrapper .desc .desc-inner {
  display: block;
  padding-left: 13px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-top: 10px;
}
.terms-wrapper .desc + .tit {
  margin-top: 13px;
}
.terms-wrapper .bullet {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  padding-left: 8px;
}
.terms-wrapper .bullet + .tit {
  margin-top: 13px;
}
.terms-wrapper .bullet:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--gray-666);
}
.terms-wrapper .table {
  margin-bottom: 20px;
}
.terms-wrapper .table td {
  vertical-align: top;
  padding: 14.5px 15px;
}
.terms-wrapper .table .tit {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.terms-wrapper .table .img {
  display: block;
  text-align: center;
}
.terms-wrapper .table .img img {
  display: inline-block;
}
.terms-wrapper .table .des {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #5669C8;
  letter-spacing: -0.6px;
}
.terms-wrapper .table small {
  display: block;
  font-size: 12px;
  color: #5669C8;
}
.terms-wrapper .table.table-type-2 td {
  border-right: 0;
}
.terms-wrapper .table.table-type-2 td .link {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
.terms-wrapper .table.table-type-2 td .link img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
.terms-wrapper .table.table-type-2 td:last-child {
  border-right: 1px solid var(--gray-eee);
}

.edu-info-content .tab-container .tabs-box .sub-tab {
  margin-bottom: 40px;
}
.edu-info-content .e-section + .e-section {
  margin-top: 44px;
}
.edu-info-content .img {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.edu-info-content .img .mo {
  display: none;
}
.edu-info-content .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  margin-bottom: 18px;
  letter-spacing: -1px;
  gap: 10px;
  word-break: keep-all;
}
.edu-info-content .title .badge {
  display: inline-flex;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #b0b5d1;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.7px;
  justify-content: center;
  align-items: center;
  color: #1d35ad;
  background-color: #fff;
  min-width: auto;
}
.edu-info-content .title.title-line {
  padding-bottom: 14px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.edu-info-content .desc {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-top: -7px;
  word-break: keep-all;
}
.edu-info-content .table th, .edu-info-content .table td {
  padding: 12.55px 20px;
}
.edu-info-content .table th span, .edu-info-content .table td span {
  color: #333;
  line-height: 24px;
}
.edu-info-content .edu-system {
  border-top: 1px solid #333;
  padding-top: 30px;
}
.edu-info-content .edu-system .title-line {
  margin-bottom: 0;
}
.edu-info-content .edu-system .box {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.edu-info-content .edu-system .box .e-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1.4px;
  color: #000;
  margin-bottom: 30px;
  word-break: keep-all;
}
.edu-info-content .edu-system .box .e-title .point {
  color: #2859e7;
}
.edu-info-content .edu-system .box .e-desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  word-break: keep-all;
  margin-bottom: 38px;
}
.edu-info-content .edu-system .box .img-row {
  display: flex;
  gap: 12px;
  padding-left: 47px;
}
.edu-info-content .edu-system .box .img-row .img-table {
  width: 349.5px;
  height: auto;
}
.edu-info-content .edu-system .box .img-row img {
  width: 100%;
  height: auto;
}
.edu-info-content .edu-system .box .img-row .img-pic {
  width: 543px;
  height: auto;
  margin-top: 148px;
}
.edu-info-content .edu-category-list .item {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #eeeeee;
}
.edu-info-content .edu-category-list .item .img {
  width: 180px;
  height: 102px;
  margin-right: 30px;
  padding-top: 0;
}
.edu-info-content .edu-category-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edu-info-content .edu-category-list .item .info {
  width: calc(100% - 180px - 30px);
}
.edu-info-content .edu-category-list .item .info .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
  color: #000;
  margin-bottom: 3px;
}
.edu-info-content .edu-category-list .item .info .val {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: #666;
}
.edu-info-content .edu-category-list .item .info .val div {
  position: relative;
  padding-left: 8px;
}
.edu-info-content .edu-category-list .item .info .val div::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #666;
}
.edu-info-content .edu-company {
  border-top: 1px solid #333;
  padding-top: 30px;
}
.edu-info-content .edu-company .box {
  background-color: #f9f9f9;
  padding: 50px 60px;
}
.edu-info-content .edu-company .brain {
  max-width: 884px;
  height: auto;
  margin: 0 auto 40px;
}
.edu-info-content .edu-company .brain .mo {
  display: none;
}
.edu-info-content .edu-company .brain img {
  width: 100%;
  height: auto;
}
.edu-info-content .edu-company .c-step {
  display: flex;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  margin-bottom: 40px;
  justify-content: center;
}
.edu-info-content .edu-company .c-step .mo {
  display: none;
}
.edu-info-content .edu-company .c-step img {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.edu-info-content .edu-company .c-step .item {
  position: relative;
  flex: 1;
}
.edu-info-content .edu-company .inquiry {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1.2px;
  border-bottom: 1px solid #666;
  padding-bottom: 38px;
  margin-bottom: 40px;
  word-break: keep-all;
}
.edu-info-content .edu-company .c-form .c-row {
  display: flex;
  padding: 0 30px;
  gap: 130px;
}
.edu-info-content .edu-company .c-form .c-row + .c-row {
  margin-top: 20px;
}
.edu-info-content .edu-company .c-form .c-row .c-col {
  display: flex;
  width: calc(50% - 65px);
}
.edu-info-content .edu-company .c-form .c-row .c-col.c-col-full {
  width: 100%;
}
.edu-info-content .edu-company .c-form .c-label {
  width: 110px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding-top: 12px;
}
.edu-info-content .edu-company .c-form .c-form-group {
  width: calc(100% - 110px);
}
.edu-info-content .edu-company .c-form .c-form-group .form-select, .edu-info-content .edu-company .c-form .c-form-group .form-control {
  background-color: #fff;
  width: 100%;
}
.edu-info-content .edu-company .c-form .form-check-group {
  margin-top: 12px;
}
.edu-info-content .edu-company .c-form .form-check-group .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.edu-info-content .edu-company .c-form .form-check-group .form-check input + span::after {
  top: 3px;
  background-color: #fff;
}
.edu-info-content .edu-company .c-form .form-check-group .form-check input + span::before {
  top: 3px;
}
.edu-info-content .edu-company .c-form .c-confirm {
  margin-top: 36px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: center;
}
.edu-info-content .edu-company .c-form .c-confirm .btn-lg {
  width: 270px;
}

@media (max-width: 1200px) {
  .edu-info-content .title {
    font-size: 18px;
    line-height: 22px;
  }
  .edu-info-content .tab-container .tabs-box .sub-tab {
    margin-bottom: 30px;
  }
  .edu-info-content .img .pc {
    display: none;
  }
  .edu-info-content .img .mo {
    display: block;
    width: 100%;
    height: auto;
  }
  .edu-info-content .edu-system {
    padding-top: 20px;
  }
  .edu-info-content .edu-system .box {
    padding: 30px 20px;
  }
  .edu-info-content .edu-system .box .e-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }
  .edu-info-content .edu-system .box .e-desc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    margin-bottom: 30px;
  }
  .edu-info-content .edu-system .box .img-row {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .edu-info-content .edu-system .box .img-row .img-table {
    width: 100%;
  }
  .edu-info-content .edu-system .box .img-row .img-table img {
    max-width: 350px;
  }
  .edu-info-content .edu-system .box .img-row .img-pic {
    display: none;
  }
  .edu-info-content .edu-category-list .item {
    align-items: flex-start;
  }
  .edu-info-content .edu-category-list .item .img {
    width: 175px;
    height: 99px;
    margin-right: 20px;
  }
  .edu-info-content .edu-category-list .item .info {
    width: calc(100% - 175px - 20px);
  }
  .edu-info-content .edu-category-list .item .info .tit {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .edu-info-content .edu-category-list .item .info .val {
    font-size: 14px;
    line-height: 18px;
  }
  .edu-info-content .edu-category-list .item .info .val div + div {
    margin-top: 10px;
  }
  .edu-info-content .edu-company {
    padding-top: 20px;
  }
  .edu-info-content .edu-company .box {
    padding: 30px 20px;
  }
  .edu-info-content .edu-company .c-form .c-row {
    padding: 0 10px;
    gap: 20px;
  }
  .edu-info-content .edu-company .c-form .c-row .c-col {
    width: calc(50% - 10px);
  }
}
@media (max-width: 786px) {
  .edu-info-content .edu-company .brain .pc {
    display: none;
  }
  .edu-info-content .edu-company .brain .mo {
    display: block;
    max-width: 334px;
    margin: 0 auto;
  }
  .edu-info-content .edu-company .c-step {
    flex-direction: column;
    align-items: center;
  }
  .edu-info-content .edu-company .c-step .pc {
    display: none;
  }
  .edu-info-content .edu-company .c-step .mo {
    display: block;
  }
  .edu-info-content .edu-company .c-step .mo:last-child {
    border-radius: 0 0 5px 5px;
  }
  .edu-info-content .edu-company .c-step img {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .edu-info-content .edu-company .box {
    padding: 20px;
  }
  .edu-info-content .edu-company .inquiry {
    font-size: 20px;
    line-height: 24px;
  }
  .edu-info-content .edu-company .c-form .c-row {
    flex-direction: column;
    padding: 0;
    gap: 15px;
  }
  .edu-info-content .edu-company .c-form .c-row .c-col {
    flex-direction: column;
    width: 100%;
  }
  .edu-info-content .edu-company .c-form .c-label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
  .edu-info-content .edu-company .c-form .c-form-group {
    width: 100%;
  }
}
/*
  변수
*/
:where(body.btob) {
  --point: #5343d9;
  --red: #ee3b81;
  --radius: 2px;
}

/*
  Icons
*/
:where(body.btob) .ico-setting {
  width: 15px;
  height: 15px;
  background-image: url(../btob/img/common/ico-setting.svg);
}
:where(body.btob) .ico-mini-heart {
  width: 14px;
  height: 12px;
  background-image: url(../btob/img/common/ico-sm-heart.png);
}
:where(body.btob) .ico-logout {
  width: 15px;
  height: 13px;
  background-image: url(../btob/img/common/ico-logout-gray.svg);
}
:where(body.btob) .ico-logout-white {
  width: 15px;
  height: 13px;
  background-image: url(../btob/img/common/ico-logout.svg);
}
:where(body.btob) .ico-main-stop {
  width: 8px;
  height: 12px;
  background-image: url(../btob/img/main/ico-pause.png);
}
:where(body.btob) .ico-main-play {
  width: 10px;
  height: 12px;
  background-image: url(../btob/img/main/ico-play.png);
}
:where(body.btob) .ico-profile {
  width: 24px;
  height: 24px;
  background-image: url(../btob/img/main/ico-user.png);
}
:where(body.btob) .ico-pen {
  width: 20px;
  height: 20px;
  background-image: url(../btob/img/main/ico-pen.png);
}
:where(body.btob) .ico-list {
  width: 16px;
  height: 20px;
  background-image: url(../btob/img/main/ico-list.png);
}
@media (max-width: 1280px) {
  :where(body.btob) .ico-profile {
    width: 16px;
    height: 16px;
  }
  :where(body.btob) .ico-pen {
    width: 15px;
    height: 15px;
  }
  :where(body.btob) .ico-list {
    width: 13px;
    height: 16px;
  }
}
:where(body.btob) .ico-main-slider-sm-prev {
  width: 7px;
  height: 12.5px;
  background-image: url(../btob/img/main/ico-main-slider-sm-prev.png);
}
:where(body.btob) .ico-main-slider-sm-next {
  width: 7px;
  height: 12.5px;
  background-image: url(../btob/img/main/ico-main-slider-sm-next.png);
}
:where(body.btob) .ico-main-more {
  width: 5.5px;
  height: 9.5px;
  background-image: url(../btob/img/main/ico-main-more.png);
}

:where(body.btob) {
  /* layout */
}
:where(body.btob) .wrap {
  position: relative;
}
:where(body.btob) .container {
  max-width: none !important;
}
:where(body.btob) .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  :where(body.btob) .inner {
    padding: 0 15px;
  }
}
:where(body.btob) {
  /* header */
}
:where(body.btob) .header-wrap .mo-gnb {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 70px);
  z-index: 10;
  background-color: #f2f3fb;
}
:where(body.btob) .header-wrap .mo-gnb .nav {
  padding: 20px 15px;
}
:where(body.btob) .header-wrap .mo-gnb .nav .nav-item .link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #000;
}
:where(body.btob) .header-wrap .mo-gnb .nav .nav-item .link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(../btob/img/common/ico-menu-more.svg);
}
:where(body.btob) .header-wrap .mo-gnb .nav .nav-item + .nav-item {
  margin-top: 10px;
}
:where(body.btob) .header-wrap .mo-gnb .nav .nav-item.on .link {
  color: var(--point);
}
:where(body.btob) .header-wrap .mo-gnb .nav .nav-item.on .link::after {
  background-image: url(../btob/img/common/ico-menu-more-on.svg);
}
:where(body.btob) .header-wrap .mo-gnb.show {
  display: block;
}
:where(body.btob) .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid #e4e4e4;
  height: 90px;
  transition: height 0.2s;
  z-index: 5;
}
:where(body.btob) .header > .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
:where(body.btob) .header .brand {
  width: 190px;
  height: 100%;
  margin-right: 30px;
}
:where(body.btob) .header .brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
:where(body.btob) .header .brand a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}
:where(body.btob) .header .menu {
  display: flex;
  gap: 100px;
  align-items: center;
  margin-right: 240px;
}
:where(body.btob) .header .menu .item a {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  transition: 0.2s;
}
:where(body.btob) .header .menu .item:hover a {
  color: var(--point);
}
:where(body.btob) .header .menu .item.on a {
  font-weight: bold;
  color: var(--point);
}
:where(body.btob) .header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
:where(body.btob) .header .login-set {
  display: flex;
  align-items: center;
}
:where(body.btob) .header .login-set .btn-logout {
  display: flex;
  height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  border: solid 1px var(--gray-ddd);
  background-color: var(--white);
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--gray-666);
  white-space: nowrap;
}
:where(body.btob) .header .login-set .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btob) .header .login-set .link + .link {
  margin-left: 32px;
}
:where(body.btob) .header .login-set .link + .link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--gray-ddd);
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob) .header .btn-menu {
  position: relative;
  width: 30px;
  height: 40px;
  margin-left: 10px;
}
:where(body.btob) .header .btn-menu span {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  transition: all 0.2s;
  background-color: var(--black-000);
  right: 0;
}
:where(body.btob) .header .btn-menu span:first-child {
  top: 13px;
}
:where(body.btob) .header .btn-menu span:nth-child(2) {
  top: 19px;
}
:where(body.btob) .header .btn-menu span:nth-child(3) {
  top: 25px;
}
:where(body.btob) .header .btn-menu.on span {
  width: 18px;
}
:where(body.btob) .header .btn-menu.on span:first-child {
  transform: translateY(8px) rotate(-45deg);
  top: 11px;
  right: 0;
}
:where(body.btob) .header .btn-menu.on span:nth-child(2) {
  opacity: 0;
}
:where(body.btob) .header .btn-menu.on span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  top: 27px;
  right: 0;
}
:where(body.btob) .header .btn-menu.btn-mo-menu {
  display: none;
}
@media (max-width: 1280px) {
  :where(body.btob) .header {
    top: 0;
    height: 70px;
  }
  :where(body.btob) .header .brand {
    width: 120px;
  }
  :where(body.btob) .header .menu {
    display: none;
  }
  :where(body.btob) .header .right .btn-mo-search {
    display: block;
  }
  :where(body.btob) .header .btn-menu {
    display: none;
    margin-left: 10px;
  }
  :where(body.btob) .header .btn-menu.on span:nth-child(3) {
    width: 18px;
  }
  :where(body.btob) .header .btn-menu.btn-mo-menu {
    display: block;
  }
}
:where(body.btob) {
  /* footer */
}
:where(body.btob) .footer .footer-menu {
  border-top: 1px solid var(--gray-eee);
  border-bottom: 1px solid var(--gray-eee);
  height: 58px;
}
:where(body.btob) .footer .footer-menu .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
:where(body.btob) .footer .footer-menu .menu {
  display: flex;
}
:where(body.btob) .footer .footer-menu .menu .item {
  position: relative;
}
:where(body.btob) .footer .footer-menu .menu .item + .item {
  margin-left: 33px;
}
:where(body.btob) .footer .footer-menu .menu .item + .item::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: var(--gray-ddd);
}
:where(body.btob) .footer .footer-menu .menu .item a {
  font-size: 15px;
  line-height: 40px;
  letter-spacing: -0.75px;
}
:where(body.btob) .footer .footer-content {
  padding: 40px 0;
}
:where(body.btob) .footer .footer-content .inner {
  display: flex;
}
:where(body.btob) .footer .footer-content .footer-logo {
  display: block;
  width: 150px;
  margin-right: 24px;
}
:where(body.btob) .footer .footer-content .footer-logo:focus {
  outline-color: var(--white);
}
:where(body.btob) .footer .footer-content .footer-logo img {
  width: 100%;
  height: auto;
}
:where(body.btob) .footer .footer-content .info {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-666);
}
:where(body.btob) .footer .footer-content .info br:first-child, :where(body.btob) .footer .footer-content .info br:nth-child(2) {
  display: none;
}
@media (max-width: 1280px) {
  :where(body.btob) .footer .footer-menu {
    height: 48px;
  }
  :where(body.btob) .footer .footer-menu .menu {
    width: 100%;
    justify-content: center;
  }
  :where(body.btob) .footer .footer-menu .menu .item a {
    font-size: 14px;
  }
  :where(body.btob) .footer .footer-content {
    padding: 30px 0;
  }
  :where(body.btob) .footer .footer-content .inner {
    flex-direction: column;
    align-items: center;
  }
  :where(body.btob) .footer .footer-content .footer-logo {
    width: 130px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  :where(body.btob) .footer .footer-content .info {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
  }
  :where(body.btob) .footer .footer-content .info br:first-child, :where(body.btob) .footer .footer-content .info br:nth-child(2) {
    display: block;
  }
}

:where(body.btob) .pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
}
:where(body.btob) .pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.btob) .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 30px;
  color: var(--gray-666);
  text-align: center;
  letter-spacing: -0.75px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.2s;
}
:where(body.btob) .pagination .page-item:hover .page-link {
  border: 1px solid var(--gray-df);
}
:where(body.btob) .pagination .page-item:hover .ico {
  border: 1px solid var(--gray-df);
}
:where(body.btob) .pagination .page-item.active .page-link {
  background-color: var(--point);
  border: 1px solid var(--point);
  color: var(--white);
}
:where(body.btob) .pagination .page-item.disabled .page-link {
  cursor: default;
}
:where(body.btob) .pagination .page-item.disabled .ico {
  opacity: 0.4;
}
:where(body.btob) .pagination .page-item.prev .page-link, :where(body.btob) .pagination .page-item.first .page-link, :where(body.btob) .pagination .page-item.last .page-link, :where(body.btob) .pagination .page-item.next .page-link {
  border: 0;
  background-color: transparent;
}
@media (max-width: 576px) {
  :where(body.btob) .pagination {
    gap: 4px;
  }
  :where(body.btob) .pagination .page-item .page-link {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  :where(body.btob) .pagination .page-item .ico {
    width: 26px;
    height: 26px;
  }
}

:where(body.btob) .course-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .course-list .course-item {
  position: relative;
}
:where(body.btob) .course-list .course-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
:where(body.btob) .course-list .course-item .btn-heart {
  position: relative;
  z-index: 2;
}
:where(body.btob) .course-list .course-item .img {
  width: 240px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 10px;
}
:where(body.btob) .course-list .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .course-list .course-item .info .category-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
:where(body.btob) .course-list .course-item .info .category-list .category {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 0;
}
:where(body.btob) .course-list .course-item .info .category-list .category .item {
  display: inline;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  vertical-align: middle;
}
:where(body.btob) .course-list .course-item .info .category-list .category .item + .item {
  margin-left: 0;
}
:where(body.btob) .course-list .course-item .info .category-list .category .item + .item::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 8px;
  transform: translateY(-1px);
  vertical-align: middle;
  position: static;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btob) .course-list .course-item .info .category-list .btn-heart {
  width: 20%;
  justify-content: flex-end;
}
:where(body.btob) .course-list .course-item .info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  margin-bottom: 10px;
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
:where(body.btob) .course-list .course-item .info .tag-wrap {
  display: block;
  white-space: nowrap;
  min-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
:where(body.btob) .course-list .course-item .info .tag-wrap .hashtag-list {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
}
:where(body.btob) .course-list .course-item .info .tag-wrap .hashtag-list .hashtag {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:where(body.btob) .course-list .course-item .info .tag-wrap .hashtag-list .hashtag + .hashtag {
  margin-left: 4px;
}
:where(body.btob) .course-list .course-item .info .detail {
  position: relative;
}
:where(body.btob) .course-list .course-item .info .detail .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-666);
  letter-spacing: -0.35px;
  margin-bottom: 3px;
}
:where(body.btob) .course-list .course-item .info .detail .date > * + *::before {
  content: "|";
  margin: 0 5px;
}
:where(body.btob) .course-list .course-item .info .price {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--black-000);
  line-height: 24px;
  gap: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:where(body.btob) .course-list .course-item .info .price:has(.badge) {
  padding-right: 60px;
}
:where(body.btob) .course-list .course-item .info .price .val {
  font-weight: 500;
}
:where(body.btob) .course-list .course-item .info .price .unit {
  font-size: 14px;
}
:where(body.btob) .course-list .course-item .info .price .discount {
  color: #2859e7;
}
:where(body.btob) .course-list .course-item .info .price .color-blue {
  font-size: 14px;
}
:where(body.btob) .course-list .course-item .info .price .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: auto;
}
:where(body.btob) .course-list.list-type {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
:where(body.btob) .course-list.list-type .course-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .course-list.list-type .course-item:first-child {
  padding-top: 0;
}
:where(body.btob) .course-list.list-type .course-item .img {
  width: 180px;
  height: 102px;
  margin-right: 30px;
  margin-bottom: 0;
}
:where(body.btob) .course-list.list-type .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .course-list.list-type .course-item .info {
  display: flex;
  width: calc(100% - 180px - 30px);
  align-items: center;
}
:where(body.btob) .course-list.list-type .course-item .info .i-detail {
  width: 70%;
}
:where(body.btob) .course-list.list-type .course-item .info .badge-wrap {
  margin-bottom: 5px;
}
:where(body.btob) .course-list.list-type .course-item .info .category-list {
  margin-bottom: 8px;
}
:where(body.btob) .course-list.list-type .course-item .info .category-list .category {
  width: 100%;
}
:where(body.btob) .course-list.list-type .course-item .info .tag-wrap {
  margin-top: 10px;
}
:where(body.btob) .course-list.list-type .course-item .info .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
:where(body.btob) .course-list.list-type .course-item .info .detail {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: right;
}
:where(body.btob) .course-list.list-type .course-item .info .detail .btn-heart {
  position: relative;
  z-index: 3;
  justify-content: flex-end;
  order: 1;
  gap: 10px;
  margin-bottom: 18px;
}
:where(body.btob) .course-list.list-type .course-item .info .detail .btn-heart .ico {
  width: 20px;
  height: 17px;
}
:where(body.btob) .course-list.list-type .course-item .info .detail .btn-heart .num {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: var(--black-333);
}
:where(body.btob) .course-list.list-type .course-item .info .detail .date {
  order: 2;
  font-size: 16px;
  color: var(--gray-666);
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  justify-content: flex-end;
}
:where(body.btob) .course-list.list-type .course-item .info .detail .date .num {
  color: var(--black-000);
}
:where(body.btob) .course-list.list-type .course-item .info .detail .price {
  order: 3;
  font-size: 18px;
  font-weight: 500;
  color: var(--black-000);
  justify-content: flex-end;
}
:where(body.btob) .course-list.list-type .course-item .info .detail .price .unit {
  font-size: 14px;
  color: var(--gray-666);
}
:where(body.btob) .course-list.list-type .course-item .info .detail .price .discount {
  color: #2859e7;
}
@media (max-width: 1280px) {
  :where(body.btob) .course-list .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 300/168;
    margin-bottom: 15px;
  }
  :where(body.btob) .course-list .course-item .info .category {
    margin-bottom: 7px;
  }
  :where(body.btob) .course-list .course-item .info .title {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
  :where(body.btob) .course-list .course-item .info .detail .item .tit {
    display: none;
  }
  :where(body.btob) .course-list .course-item .info .detail .item .val {
    font-size: 14px;
  }
  :where(body.btob) .course-list.list-type {
    display: flex;
    gap: 30px 16px;
    flex-wrap: wrap;
  }
  :where(body.btob) .course-list.list-type .course-item {
    width: calc(50% - 8px);
    flex-direction: column;
    padding: 0;
    border-bottom: 0;
  }
  :where(body.btob) .course-list.list-type .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 240/135;
    margin-bottom: 15px;
    margin-right: 0;
  }
  :where(body.btob) .course-list.list-type .course-item .info {
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  :where(body.btob) .course-list.list-type .course-item .info .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 13px;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  :where(body.btob) .course-list.list-type .course-item .info .tag-wrap {
    margin-bottom: 10px;
  }
  :where(body.btob) .course-list.list-type .course-item .info .i-detail {
    width: 100%;
  }
  :where(body.btob) .course-list.list-type .course-item .info .i-detail .badge-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  :where(body.btob) .course-list.list-type .course-item .info .i-detail:has(.badge-wrap) + .detail .price {
    padding-right: 60px;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail {
    position: static;
    width: 100%;
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail .date {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.35px;
    margin-bottom: 3px;
    justify-content: flex-start;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail .btn-heart {
    position: absolute;
    top: 0;
    right: 0;
    gap: 3px;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail .btn-heart .ico-heart {
    width: 14px;
    height: 12px;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail .btn-heart .num {
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #666;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail .price {
    font-size: 16px;
  }
  :where(body.btob) .course-list.list-type .course-item .info .detail .price .color-blue {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .course-list .course-item .info .title {
    margin-bottom: 13px;
  }
  :where(body.btob) .course-list.list-type .course-item .info .i-detail .badge-wrap {
    margin-bottom: 0;
  }
}
:where(body.btob) .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 18px;
}
:where(body.btob) .category-list .item {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--gray-666);
}
:where(body.btob) .category-list .item + .item {
  margin-left: 20px;
}
:where(body.btob) .category-list .item + .item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}
:where(body.btob) .category-list .category {
  display: flex;
  align-items: center;
  gap: 4px;
}
:where(body.btob) .category-list .category .item {
  color: var(--point);
  font-weight: bold;
}
:where(body.btob) .category-list .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
:where(body.btob) .hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
:where(body.btob) .hashtag-list .hashtag {
  min-width: 50px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: var(--gray-eee);
  font-size: 13px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
:where(body.btob) .content-info-box {
  background-color: #f9f9f9;
  padding: 27px 50px;
  border-radius: 10px;
}
:where(body.btob) .content-info-box .item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  padding-left: 20px;
}
:where(body.btob) .content-info-box .item + .item {
  margin-top: 21px;
}
:where(body.btob) .content-info-box .item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/ico-info.png);
  background-size: cover;
}
:where(body.btob) .content-info-box .dot-list {
  margin-top: 10px;
}
:where(body.btob) .content-info-box .dot-list .l-item {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  padding-left: 20px;
  text-align: left;
}
:where(body.btob) .content-info-box .dot-list .l-item + .item {
  margin-top: 30px;
}
:where(body.btob) .content-info-box .dot-list .l-item::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--gray-666);
  top: 8px;
  left: 9px;
}
:where(body.btob) .content-info-box.content-info-row-box {
  display: flex;
  gap: 0;
  padding: 20px;
}
:where(body.btob) .content-info-box.content-info-row-box .dot-list {
  margin: 0;
}
:where(body.btob) .content-info-box.content-info-row-box .dot-list .l-item {
  padding-left: 7px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.35px;
}
:where(body.btob) .content-info-box.content-info-row-box .dot-list .l-item::before {
  left: 0;
  top: 11px;
  width: 2px;
  height: 2px;
}
:where(body.btob) .content-info-box.content-info-blue {
  background-color: #f5f7fb;
  padding: 20px;
  border-radius: 10px;
}
:where(body.btob) .content-info-box.content-info-blue .item {
  padding-left: 0;
  font-size: 15px;
  color: var(--gray-666);
  line-height: 16px;
}
:where(body.btob) .content-info-box.content-info-blue .item i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 7px;
}
:where(body.btob) .content-info-box.content-info-blue .item::before {
  content: none;
}
:where(body.btob) .content-info-box.content-info-blue .dot-list {
  margin-top: 13px;
}
:where(body.btob) .content-info-box.content-info-blue .dot-list .l-item {
  color: var(--black-000);
  font-size: 14px;
  line-height: 18px;
}
:where(body.btob) .content-info-box.content-info-blue .dot-list .l-item + .l-item {
  margin-top: 8px;
}
:where(body.btob) .content-info-box.content-info-blue .dot-list .l-item::before {
  top: 7px;
  left: 4px;
  background-color: var(--gray-666);
}
:where(body.btob) .content-info-box.content-info-white {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
:where(body.btob) .content-info-box.content-info-white .item {
  padding-left: 0;
  color: var(--gray-666);
}
:where(body.btob) .content-info-box.content-info-white .item i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 7px;
}
:where(body.btob) .content-info-box.content-info-white .item::before {
  content: none;
}
:where(body.btob) .content-info-box.content-info-white .dot-list .l-item {
  color: var(--black-000);
}
:where(body.btob) .content-info-box.content-info-white .dot-list .l-item::before {
  left: 6px;
  top: 10px;
  background-color: var(--gray-666);
}
@media (max-width: 576px) {
  :where(body.btob) .content-info-box {
    padding: 20px;
  }
}
:where(body.btob) .info-txt-blue {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.75px;
  color: #2859e7;
  padding-left: 21px;
}
:where(body.btob) .info-txt-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../img/common/ico-info-blue.png);
  width: 16px;
  height: 16px;
  background-size: cover;
}

:where(body.btob) {
  /*
    버튼
  */
}
:where(body.btob) a, :where(body.btob) button {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
:where(body.btob) a:focus-visible, :where(body.btob) button:focus-visible {
  outline: 2px solid var(--black-000);
  outline-offset: 2px;
  box-shadow: none;
}
:where(body.btob) .button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
:where(body.btob) .button-group.button-column-group {
  flex-direction: column;
}
:where(body.btob) .button-sm-group {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
:where(body.btob) .btn {
  display: flex;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.38px;
  padding: 0 20px;
  border-radius: 3px;
  background-color: var(--point);
  border: 1px solid var(--point);
  color: var(--white);
  white-space: nowrap;
  gap: 3px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
:where(body.btob) .btn.btn-with-icon {
  padding: 0 15px;
}
:where(body.btob) .btn.btn-block {
  width: 100%;
}
:where(body.btob) .btn.btn-lg {
  min-width: 120px;
  padding: 0 30px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
}
:where(body.btob) .btn.btn-xl {
  min-width: 125px;
  padding: 0 26px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
}
:where(body.btob) .btn.btn-sm {
  min-width: auto;
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
}
:where(body.btob) .btn.btn-black {
  background-color: var(--black-333);
  border-color: var(--black-333);
}
:where(body.btob) .btn.btn-border-black {
  font-weight: 500;
  background-color: var(--white);
  color: var(--black-333);
  border-color: var(--black-333);
}
:where(body.btob) .btn.btn-border-black:hover {
  background-color: var(--gray-eee);
}
:where(body.btob) .btn.btn-border-gray {
  font-weight: 500;
  background-color: var(--white);
  color: var(--black-333);
  border-color: var(--gray-999);
}
:where(body.btob) .btn.btn-border-gray:hover {
  background-color: var(--gray-eee);
}
:where(body.btob) .btn.btn-light-blue {
  background-color: #eff1f7;
  border-color: #eff1f7;
  color: #2859e7;
}
:where(body.btob) .btn.btn-point {
  font-weight: 500;
  background-color: var(--point);
  border-color: var(--point);
}
:where(body.btob) .btn.btn-point:hover {
  background-color: var(--point);
  border-color: var(--point);
}
:where(body.btob) .btn.btn-like {
  gap: 8px;
}
:where(body.btob) .btn.btn-like:hover {
  background-color: #fff6fb;
  border-color: var(--black-333);
}
:where(body.btob) .btn.btn-favorite {
  gap: 8px;
}
:where(body.btob) .btn.btn-favorite:hover {
  background-color: #f5f5ff;
  border-color: var(--black-333);
}
:where(body.btob) .btn.btn-border-point {
  font-weight: 500;
  background-color: var(--white);
  color: var(--point);
  border-color: var(--point);
}
:where(body.btob) .btn.btn-border-point:hover {
  background-color: #f5f5ff;
}
:where(body.btob) .btn.disabled, :where(body.btob) .btn:disabled {
  color: var(--gray-999) !important;
  cursor: default !important;
  border-color: var(--gray-eee) !important;
  background-color: var(--gray-eee) !important;
}
:where(body.btob) .btn-heart {
  display: flex;
  align-items: center;
  gap: 3px;
}
:where(body.btob) .btn-heart .num {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
@media (max-width: 576px) {
  :where(body.btob) .btn.btn-xl {
    min-width: auto;
  }
}

:where(body.btob) {
  /*
    badge
  */
}
:where(body.btob) .badge-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
:where(body.btob) .badge {
  display: inline-block;
  min-width: 55px;
  height: 24px;
  line-height: 22px;
  border-radius: 3px;
  border: solid 1px rgba(174, 178, 205, 0.5);
  background-color: #f3f4ff;
  color: #4a5acf;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.65px;
}
:where(body.btob) .badge.badge-blue {
  border: solid 1px rgba(180, 189, 216, 0.5);
  background-color: #f5f8ff;
  color: #2859e7;
}
:where(body.btob) .badge.badge-purple {
  border: solid 1px #4a5acf;
  background-color: #4a5acf;
  color: var(--white);
}
:where(body.btob) .badge.badge-red {
  border: solid 1px #fee2ec;
  background-color: #fff4f8;
  color: #ee3b81;
}

:where(body.btob) {
  /*
    form
  */
}
:where(body.btob) .form-control {
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--gray-ccc);
  background-color: transparent;
  border-radius: 3px;
  font-size: 15px;
  color: var(--black-333);
}
:where(body.btob) .form-control::placeholder {
  color: var(--gray-999);
}
:where(body.btob) .form-control:disabled {
  background-color: var(--gray-eee);
  color: var(--gray-666);
}
:where(body.btob) .form-control:focus {
  outline: none;
  border-color: var(--point);
}
:where(body.btob) .form-select {
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--gray-ccc);
  background-color: transparent;
  border-radius: 3px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../img/common/ico-dropdown.png);
  background-size: 9px 5px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: var(--black-333);
}
:where(body.btob) .form-select:focus {
  outline: none;
  border-color: var(--point);
}
:where(body.btob) .form-select:disabled {
  background-color: var(--gray-eee);
  color: var(--gray-666);
}
:where(body.btob) .form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
:where(body.btob) .form-check-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
:where(body.btob) .form-radio {
  position: relative;
  display: flex;
  padding-left: 28px;
}
:where(body.btob) .form-radio input {
  position: absolute;
  left: -9999px;
}
:where(body.btob) .form-radio input:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--point);
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}
:where(body.btob) .form-radio input:disabled + span::before {
  background-color: var(--gray-eee);
}
:where(body.btob) .form-radio input:disabled + span::after {
  opacity: 0.5;
}
:where(body.btob) .form-radio input + span {
  display: inline-block;
  font-size: 15px;
  min-height: 20px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
:where(body.btob) .form-radio input + span a {
  text-decoration: underline;
}
:where(body.btob) .form-radio input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--gray-ccc);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
:where(body.btob) .form-radio input + span::after {
  opacity: 0;
}
:where(body.btob) .form-check {
  position: relative;
  display: flex;
  padding-left: 28px;
}
:where(body.btob) .form-check input {
  position: absolute;
  left: -9999px;
}
:where(body.btob) .form-check input:checked + span::before {
  background-image: url(../btob/img/common/ico-check-on.png);
}
:where(body.btob) .form-check input:disabled + span::before {
  opacity: 0.5;
}
:where(body.btob) .form-check input:disabled + span::after {
  background-color: var(--gray-eee);
}
:where(body.btob) .form-check input + span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
:where(body.btob) .form-check input + span a {
  text-decoration: underline;
}
:where(body.btob) .form-check input + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid var(--gray-ccc);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
:where(body.btob) .form-check input + span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  box-sizing: border-box;
}
:where(body.btob) .form-text {
  position: relative;
}
:where(body.btob) .form-text .form-control {
  padding-right: 32px;
}
:where(body.btob) .form-text .txt {
  position: absolute;
  right: 0;
  bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  line-height: 26px;
  color: #64748b;
}
:where(body.btob) .form-group .label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btob) .form-group .tip {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btob) .form-group .caution, :where(body.btob) .form-group .validation {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  text-align: left;
  margin-top: 5px;
}
:where(body.btob) .form-group .caution {
  color: var(--red);
}
:where(body.btob) .form-group .validation {
  color: #453fe8;
}
:where(body.btob) .form-group .txt-limit {
  display: block;
  font-size: 13px;
  text-align: right;
  color: var(--gray-999);
  margin-top: 5px;
}
:where(body.btob) .form-group .txt-limit .value {
  color: var(--black-000);
}
:where(body.btob) .form-group.form-inline-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob) .form-group.form-inline-group .form-control {
  min-width: auto;
  align-items: center;
}
:where(body.btob) .form-group.form-inline-group .txt {
  font-size: 15px;
  line-height: 40px;
  color: var(--gray-666);
}
:where(body.btob) .form-group.form-inline-group .desc {
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  color: var(--gray-666);
  margin-left: 10px;
  letter-spacing: -0.7px;
}
:where(body.btob) .form-search {
  position: relative;
  width: 420px;
  background-color: #f2f3fb;
}
:where(body.btob) .form-search .form-control {
  width: 100%;
  height: 48px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid #dcdde8;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding: 0 50px 0 16px;
}
:where(body.btob) .form-search .form-control::placeholder {
  color: var(--black-333);
}
:where(body.btob) .form-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
}
:where(body.btob) .form-search .btn-search .ico {
  transform: translateY(2px);
}
:where(body.btob) .form-search .btn-search::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #c4cfd7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob) textarea.form-control {
  resize: none;
  height: 80px;
  line-height: 22px;
  padding: 10px 10px;
}
:where(body.btob) .form-file {
  display: flex;
  gap: 10px;
}
:where(body.btob) .form-file .btn {
  cursor: pointer;
}
:where(body.btob) .form-file [type=file]::file-selector-button {
  display: none;
}

:where(body.btob) {
  /*
    popup
  */
}
:where(body.btob) .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.2s;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
:where(body.btob) .popup {
  position: fixed;
  width: 640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 105;
  background-color: var(--white);
  padding: 20px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
:where(body.btob) .popup .popup-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 10px;
}
:where(body.btob) .popup .popup-head .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
:where(body.btob) .popup .popup-head .btn-popup-close {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  padding-right: 9px;
  justify-content: flex-end;
}
:where(body.btob) .popup .popup-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 300px);
}
:where(body.btob) .popup .popup-body .popup-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
  padding: 25px 0;
}
:where(body.btob) .popup .popup-body .form-group + .form-group {
  margin-top: 20px;
}
:where(body.btob) .popup .popup-body .form-group .form-control, :where(body.btob) .popup .popup-body .form-group .form-select {
  width: 100%;
}
:where(body.btob) .popup .popup-body .content-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  padding-bottom: 10px;
}
:where(body.btob) .popup .popup-body .content-item {
  margin-top: 30px;
}
:where(body.btob) .popup .popup-body .table {
  border-top-color: var(--gray-ccc);
}
:where(body.btob) .popup .popup-body .content-info-box + .content-info-box {
  margin-top: 10px;
}
:where(body.btob) .popup .popup-body .content-info-box:first-child {
  margin-top: 20px;
}
:where(body.btob) .popup .popup-body .form {
  margin-top: 20px;
}
:where(body.btob) .popup .popup-body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 2.5px;
}
:where(body.btob) .popup .popup-body::-webkit-scrollbar-track {
  background-color: var(--gray-eee);
  border-radius: 2.5px;
}
:where(body.btob) .popup .popup-body::-webkit-scrollbar-thumb {
  background-color: var(--black-333);
  border-radius: 2.5px;
}
:where(body.btob) .popup .popup-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0;
}
:where(body.btob) .popup.popup-sm {
  width: 440px;
}
:where(body.btob) .popup.popup-lg {
  width: 800px;
}
:where(body.btob) .popup.popup-xl {
  width: 1000px;
}
:where(body.btob) .popup.popup-motp .login-contents {
  width: 100%;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
}
:where(body.btob) .popup.popup-motp .login-contents .login-box {
  border: 0;
  padding: 0;
  max-width: 400px;
}
:where(body.btob) .popup.popup-motp .login-contents .button-column-group {
  margin-top: 20px;
}
:where(body.btob) .popup.popup-motp .login-contents .find-box {
  max-width: 340px;
  margin: 0 auto;
  border: 0;
}
:where(body.btob) .popup.popup-motp .login-contents .find-box .find-account .col {
  padding: 0;
}
:where(body.btob) .popup.popup-motp .content-info-box {
  margin-top: 20px;
}
:where(body.btob) .popup.popup-motp .content-info-box .item {
  width: 90px;
}
:where(body.btob) .popup.popup-motp .content-info-box .dot-list {
  width: calc(100% - 90px);
}
:where(body.btob) .popup.popup-classroom .popup-head {
  border-color: var(--black-333);
}
:where(body.btob) .popup.popup-classroom .popup-head .title {
  line-height: 40px;
}
:where(body.btob) .popup.popup-classroom .popup-head .btn-popup-close .ico {
  width: 12px;
  height: 12px;
}
:where(body.btob) .popup.popup-classroom .popup-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  text-align: center;
  color: var(--black-000);
  padding: 36px 0;
}
:where(body.btob) .popup.popup-classroom.popup-motp .login-contents {
  background-color: transparent;
  padding: 0;
}
:where(body.btob) .popup.popup-classroom.popup-motp .content-info-box .item {
  width: 100%;
}
:where(body.btob) .popup.popup-classroom.popup-motp .content-info-box .dot-list {
  width: 100%;
}
:where(body.btob) .popup.popup-terms {
  width: 960px;
}
:where(body.btob) .popup.popup-terms .form-group {
  margin-bottom: 20px;
}
:where(body.btob) .popup.popup-terms .form-group .form-select {
  width: 50%;
}
:where(body.btob) .popup.popup-terms .popup-head::after {
  content: none;
}
:where(body.btob) .popup.popup-terms .popup-body {
  padding-top: 20px;
}
:where(body.btob) .popup.popup-terms .popup-content {
  line-height: normal;
}
:where(body.btob) .popup.popup-terms .popup-content .content {
  display: none;
  padding-right: 10px;
}
:where(body.btob) .popup.popup-terms .popup-content .content.active {
  display: block;
}
:where(body.btob) .popup.popup-terms .popup-content .content + .form-group {
  margin-top: 100px;
}
:where(body.btob) .popup.popup-terms .popup-content .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
}
:where(body.btob) .popup.popup-terms .popup-content .title img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(body.btob) .popup.popup-terms .popup-content .title + .bullet {
  margin-top: 13px;
}
:where(body.btob) .popup.popup-terms .popup-content .desc {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  margin-top: 13px;
  margin-bottom: 10px;
}
:where(body.btob) .popup.popup-terms .popup-content .desc + .title {
  margin-top: 20px;
}
:where(body.btob) .popup.popup-terms .popup-content .desc:last-child {
  margin-bottom: 0;
}
:where(body.btob) .popup.popup-terms .popup-content .bullet {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  padding-left: 20px;
  color: var(--gray-666);
}
:where(body.btob) .popup.popup-terms .popup-content .bullet.with-btn {
  display: flex;
  align-items: center;
  line-height: 30px;
}
:where(body.btob) .popup.popup-terms .popup-content .bullet.with-btn::before {
  top: 14px;
}
:where(body.btob) .popup.popup-terms .popup-content .bullet.with-btn + .bullet {
  margin-top: 10px;
}
:where(body.btob) .popup.popup-terms .popup-content .bullet + .title {
  margin-top: 20px;
}
:where(body.btob) .popup.popup-terms .popup-content .bullet::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--gray-666);
}
:where(body.btob) .popup.popup-terms .popup-content .btn-sm {
  margin-left: 10px;
}
:where(body.btob) .popup.popup-terms .popup-content::after {
  display: none;
}
:where(body.btob) .popup.popup-terms .table {
  margin-bottom: 20px;
}
:where(body.btob) .popup.popup-terms .table.v-middle td {
  vertical-align: middle;
}
:where(body.btob) .popup.popup-terms .table td {
  vertical-align: top;
}
:where(body.btob) .popup.popup-terms .table .tit {
  font-weight: 500;
}
:where(body.btob) .popup.popup-terms .table .img {
  display: block;
  text-align: center;
}
:where(body.btob) .popup.popup-terms .table .img img {
  display: inline-block;
}
:where(body.btob) .popup.popup-terms .table .des {
  display: block;
  line-height: 20px;
  color: #5669C8;
}
:where(body.btob) .popup.popup-terms .table small {
  display: block;
  font-size: 12px;
  color: #5669C8;
}
:where(body.btob) .popup.popup-terms .table.table-type-2 td {
  border-right: 0;
}
:where(body.btob) .popup.popup-terms .table.table-type-2 td .link {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
:where(body.btob) .popup.popup-terms .table.table-type-2 td .link img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(body.btob) .popup.popup-terms .table.table-type-2 td:last-child {
  border-right: 1px solid var(--gray-eee);
}
:where(body.btob) .popup-service-pause {
  width: 100%;
  height: calc(100dvh - 40px);
  padding: 30px;
  overflow-y: auto;
}
:where(body.btob) .popup-service-pause .popup-head {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
:where(body.btob) .popup-service-pause .popup-head .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
  text-align: center;
}
:where(body.btob) .popup-service-pause .popup-body .error-content .txt {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
  margin-bottom: 20px;
}
:where(body.btob) .popup-service-pause .popup-body .error-content .img {
  width: 47px;
  margin: 0 auto 20px;
}
:where(body.btob) .popup-service-pause .popup-body .error-content .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
:where(body.btob) .popup-service-pause .popup-body .error-content .info {
  padding: 20px;
  border-radius: 2px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  text-align: center;
}
:where(body.btob) .popup-service-pause .popup-body .error-content .info .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}
:where(body.btob) .popup-service-pause .popup-body .error-content .info .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--point);
}
:where(body.btob) .popup-service-pause .popup-body .error-content .txt-bottom {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
}
:where(body.btob) .popup-service-pause .popup-foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
:where(body.btob) .popup-service-pause .error-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #333;
  padding: 10px 20px;
  color: var(--white);
}
:where(body.btob) .popup-service-pause .error-content-bottom .form-check input + span::before {
  background-color: var(--white);
  border-radius: 3px;
}
:where(body.btob) .popup-service-pause .error-content-bottom .btn-close {
  display: flex;
  align-items: center;
  color: var(--gray-eee);
  font-size: 13px;
  letter-spacing: -0.65px;
  text-align: right;
  gap: 5px;
}
:where(body.btob) .popup-service-pause .error-info {
  padding: 30px;
  border-radius: 2px;
  border: solid 1px #dee0e4;
  background-color: #fff;
  min-height: 280px;
}
:where(body.btob) .popup-service-pause .error-info .text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob) .popup-service-pause.popup-service-info {
  background-color: #f1f3f8;
}
:where(body.btob) .popup-service-pause.popup-service-info .popup-head {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  :where(body.btob) .popup.popup-lg {
    width: calc(100% - 40px);
  }
  :where(body.btob) .popup.popup-xl {
    width: calc(100% - 40px);
  }
  :where(body.btob) .popup.popup-terms .form-group .form-select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  :where(body.btob) .popup {
    width: calc(100% - 40px);
  }
}
@media (max-width: 540px) {
  :where(body.btob) .popup {
    padding: 20px 20px 30px;
  }
  :where(body.btob) .popup.popup-sm {
    width: calc(100% - 40px);
  }
  :where(body.btob) .popup.popup-motp .popup-text br {
    display: none;
  }
}

/*
  MAIN
*/
:where(body.btob) .main-contents {
  padding-top: 90px;
  overflow: hidden;
  /* s 공통 */
}
:where(body.btob) .main-contents .btb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--white);
}
:where(body.btob) .main-contents .btb-nav.swiper-button-disabled .ico {
  opacity: 0.3;
}
:where(body.btob) .main-contents .heading-title {
  font-size: 28px;
  letter-spacing: -1.4px;
  color: var(--black-000);
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
}
:where(body.btob) .main-contents {
  /* e 공통 */
}
:where(body.btob) .main-contents .section-visual {
  padding: 40px 0;
}
:where(body.btob) .main-contents .section-visual .visual-row {
  display: flex;
  gap: 20px;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper {
  position: relative;
  width: 960px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide {
  position: relative;
  width: 960px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .mo {
  display: none;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .info {
  position: absolute;
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .title {
  font-size: 44px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: -2.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--white);
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .title br {
  display: none;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .desc {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: #c7f2ff;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav {
  position: absolute;
  display: flex;
  align-items: center;
  left: 80px;
  bottom: 40px;
  z-index: 3;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .swiper-pagination {
  position: static;
  width: fit-content;
  height: fit-content;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--white);
  opacity: 0.7;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  opacity: 1;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num {
  width: auto;
  line-height: 18px;
  margin-left: 20px;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num .current {
  font-weight: bold;
  font-size: 14px;
  color: var(--white);
  letter-spacing: -0.7px;
  opacity: 1;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num .total {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--white);
  opacity: 0.7;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num .total::before {
  content: "/";
  margin: 0 4px;
}
:where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .btn-slide-state {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
:where(body.btob) .main-contents .section-visual .user-info {
  width: 300px;
  height: 300px;
  background-image: url(../btob/img/main/bg-main-info.png);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  color: var(--white);
  text-align: center;
  padding: 30px 20px;
}
:where(body.btob) .main-contents .section-visual .user-info .ico-profile {
  margin-bottom: 15px;
}
:where(body.btob) .main-contents .section-visual .user-info .company {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  margin-bottom: 7px;
}
:where(body.btob) .main-contents .section-visual .user-info .user {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.8px;
  margin-bottom: 17px;
}
:where(body.btob) .main-contents .section-visual .user-info .user .name {
  font-weight: bold;
}
:where(body.btob) .main-contents .section-visual .user-info .box {
  display: flex;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px) brightness(1.3);
  margin-bottom: 20px;
}
:where(body.btob) .main-contents .section-visual .user-info .box .col {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
:where(body.btob) .main-contents .section-visual .user-info .box .col .link {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
:where(body.btob) .main-contents .section-visual .user-info .box .col .info {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  justify-content: center;
  margin-bottom: 5px;
}
:where(body.btob) .main-contents .section-visual .user-info .box .col .info .val {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1.4px;
}
:where(body.btob) .main-contents .section-visual .user-info .box .col .state {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btob) .main-contents .section-visual .user-info .box .col + .col::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: dashed 1px var(--white);
}
:where(body.btob) .main-contents .section-visual .user-info .links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
:where(body.btob) .main-contents .section-visual .user-info .links .item {
  position: relative;
  width: 50%;
  padding: 0 12px;
}
:where(body.btob) .main-contents .section-visual .user-info .links .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  opacity: 0.25;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob) .main-contents .section-visual .user-info .links .item:first-child .link {
  justify-content: flex-end;
}
:where(body.btob) .main-contents .section-visual .user-info .links .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
:where(body.btob) .main-contents .section-recommendation {
  background-color: #f2f3fb;
}
:where(body.btob) .main-contents .section-recommendation .inner {
  display: flex;
}
:where(body.btob) .main-contents .section-recommendation .title-area {
  display: flex;
  flex-direction: column;
  width: 280px;
  padding-top: 68px;
  margin-right: 50px;
}
:where(body.btob) .main-contents .section-recommendation .title-area .heading-title {
  margin-bottom: 12px;
}
:where(body.btob) .main-contents .section-recommendation .title-area .heading-desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: var(--black-333);
  margin-bottom: 34px;
  word-break: keep-all;
}
:where(body.btob) .main-contents .section-recommendation .title-area .img {
  width: 280px;
  height: 193px;
  margin-top: auto;
}
:where(body.btob) .main-contents .section-recommendation .title-area .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .main-contents .section-recommendation .slider-area {
  position: relative;
  width: calc(100% - 330px);
  padding-top: 30px;
}
:where(body.btob) .main-contents .section-recommendation .swiper {
  padding: 0 10px;
}
:where(body.btob) .main-contents .section-recommendation .swiper-wrapper {
  padding: 10px 0;
}
:where(body.btob) .main-contents .section-recommendation .btb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob) .main-contents .section-recommendation .btb-nav.btn-prev {
  left: -40px;
}
:where(body.btob) .main-contents .section-recommendation .btb-nav.btn-next {
  padding-left: 2px;
  right: -50px;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
  transition: box-shadow 0.2s;
  aspect-ratio: 1/1;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item:hover {
  box-shadow: 0 0 15px 0 rgba(46, 36, 84, 0.25);
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item .info {
  display: flex;
  flex-direction: column;
  padding: 13px 20px 20px;
  min-height: 130px;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item.no-data {
  height: 100%;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item.no-data .img {
  aspect-ratio: auto;
  height: 100%;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item.no-data .img img {
  height: 100%;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .card-item.no-data:hover {
  box-shadow: none;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .img {
  width: 100%;
  height: 170px;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .category {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .category .item {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.7px;
  vertical-align: middle;
  color: var(--point);
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .category .item + .item {
  margin-left: 4px;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .category .item + .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin-right: 9px;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 48px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .tag {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: auto;
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .tag .item {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  vertical-align: middle;
  color: var(--gray-666);
}
:where(body.btob) .main-contents .section-recommendation .swiper-slide .tag .item + .item {
  margin-left: 9px;
}
:where(body.btob) .main-contents .section-notice {
  padding: 35px 0 40px;
}
:where(body.btob) .main-contents .section-notice .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
:where(body.btob) .main-contents .section-notice .heading .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  letter-spacing: -1.2px;
}
:where(body.btob) .main-contents .section-notice .heading .right .link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  line-height: 16px;
  padding-right: 8px;
  padding-top: 4px;
}
:where(body.btob) .main-contents .section-notice .row {
  display: flex;
  gap: 20px;
}
:where(body.btob) .main-contents .section-notice .row .col {
  width: calc(33.3333333333% - 13.3333px);
}
:where(body.btob) .main-contents .section-notice .row .col.col-inquiry .list .item {
  position: relative;
  padding-left: 23px;
}
:where(body.btob) .main-contents .section-notice .row .col.col-inquiry .list .item .cont {
  width: 100%;
}
:where(body.btob) .main-contents .section-notice .row .col.col-inquiry .list .item::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: var(--point);
}
:where(body.btob) .main-contents .section-notice .row .col.col-service {
  width: 100%;
  padding: 0;
}
:where(body.btob) .main-contents .section-notice .list {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 30px;
  min-height: 150px;
}
:where(body.btob) .main-contents .section-notice .list .item {
  width: 100%;
}
:where(body.btob) .main-contents .section-notice .list .item + .item {
  margin-top: 1px;
}
:where(body.btob) .main-contents .section-notice .list .item a {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
:where(body.btob) .main-contents .section-notice .list .item:hover .cont {
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btob) .main-contents .section-notice .list .item .cont {
  width: calc(100% - 64px - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 35px;
  letter-spacing: -0.75px;
}
:where(body.btob) .main-contents .section-notice .list .item .date {
  width: 64px;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: -0.7px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btob) .main-contents .section-notice .call {
  display: flex;
  align-items: center;
  width: 100%;
  height: 150px;
  background-color: #f0eeff;
  padding-left: 40px;
  border-radius: 10px;
}
:where(body.btob) .main-contents .section-notice .call .img {
  width: 66px;
  height: 82px;
  margin-right: 44px;
}
:where(body.btob) .main-contents .section-notice .call .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .main-contents .section-notice .call .phone {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -1.4px;
  color: var(--point);
  margin-bottom: 4px;
}
:where(body.btob) .main-contents .section-notice .call .holiday {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  word-break: keep-all;
}
@media (max-width: 1280px) {
  :where(body.btob) .main-contents {
    padding-top: 70px;
    /* s 공통 */
  }
  :where(body.btob) .main-contents .heading-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }
  :where(body.btob) .main-contents .btn-wrap {
    margin-top: 30px;
  }
  :where(body.btob) .main-contents .btn-wrap .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    margin-top: 30px;
  }
  :where(body.btob) .main-contents .btn-wrap .btn-more .ico {
    transition: 0.3s;
  }
  :where(body.btob) .main-contents .btn-wrap .btn-more.on .ico {
    transform: rotate(180deg);
  }
  :where(body.btob) .main-contents {
    /* e 공통 */
  }
  :where(body.btob) .main-contents .section-visual {
    padding: 0 0 20px;
  }
  :where(body.btob) .main-contents .section-visual .inner {
    padding: 0;
  }
  :where(body.btob) .main-contents .section-visual .visual-row {
    flex-direction: column;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 960/300;
    border-radius: 0;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide {
    border-radius: 0;
    height: auto;
    aspect-ratio: 960/300;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav {
    left: 6.25vw;
  }
  :where(body.btob) .main-contents .section-visual .user-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 0 auto;
    height: auto;
    padding: 16px 20px 12px;
  }
  :where(body.btob) .main-contents .section-visual .user-info .links .item:first-child {
    padding-left: 0;
  }
  :where(body.btob) .main-contents .section-visual .user-info .links .item:last-child {
    padding-right: 0;
  }
  :where(body.btob) .main-contents .section-visual .user-info .ico-profile {
    display: inline-flex;
    margin-bottom: 0;
    margin-right: 6px;
  }
  :where(body.btob) .main-contents .section-visual .user-info .company {
    display: inline-flex;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  :where(body.btob) .main-contents .section-visual .user-info .user {
    display: inline-flex;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
  :where(body.btob) .main-contents .section-visual .user-info .box {
    height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  :where(body.btob) .main-contents .section-visual .user-info .box .col {
    flex-direction: row;
    gap: 8px;
  }
  :where(body.btob) .main-contents .section-visual .user-info .box .col .info {
    gap: 6px;
    width: auto;
    margin-bottom: 0;
  }
  :where(body.btob) .main-contents .section-visual .user-info .box .col .info .val {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  :where(body.btob) .main-contents .section-visual .user-info .box .col + .col::before {
    height: 21px;
  }
  :where(body.btob) .main-contents .section-recommendation {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  :where(body.btob) .main-contents .section-recommendation .inner {
    flex-direction: column;
  }
  :where(body.btob) .main-contents .section-recommendation .title-area {
    width: 100%;
    padding-top: 0;
  }
  :where(body.btob) .main-contents .section-recommendation .title-area .heading-title {
    text-align: center;
    margin-bottom: 7px;
  }
  :where(body.btob) .main-contents .section-recommendation .title-area .heading-desc {
    display: none;
  }
  :where(body.btob) .main-contents .section-recommendation .title-area .img {
    display: none;
  }
  :where(body.btob) .main-contents .section-recommendation .slider-area {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  :where(body.btob) .main-contents .section-recommendation .swiper-slide .img {
    height: 50%;
  }
  :where(body.btob) .main-contents .section-recommendation .swiper-slide .info {
    height: 50%;
  }
  :where(body.btob) .main-contents .section-recommendation .swiper {
    padding: 0;
  }
  :where(body.btob) .main-contents .section-recommendation .btb-nav {
    display: none;
  }
  :where(body.btob) .main-contents .section-notice {
    padding: 30px 0;
  }
  :where(body.btob) .main-contents .section-notice .heading {
    margin-bottom: 8px;
  }
  :where(body.btob) .main-contents .section-notice .heading .title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -1px;
  }
  :where(body.btob) .main-contents .section-notice .row {
    flex-direction: column;
    gap: 0;
  }
  :where(body.btob) .main-contents .section-notice .row .col {
    width: 100%;
  }
  :where(body.btob) .main-contents .section-notice .row .col + .col {
    margin-top: 30px;
  }
  :where(body.btob) .main-contents .section-notice .list {
    padding: 11.5px 20px;
    min-height: auto;
  }
  :where(body.btob) .main-contents .section-notice .list .item .cont {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: -0.7px;
  }
  :where(body.btob) .main-contents .section-notice .list .item .date {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: -0.7px;
  }
  :where(body.btob) .main-contents .section-notice .call {
    min-height: 110px;
    height: auto;
    padding: 20px 0 20px 30px;
  }
  :where(body.btob) .main-contents .section-notice .call br:first-child {
    display: none;
  }
  :where(body.btob) .main-contents .section-notice .call .phone {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1.2px;
    margin-bottom: 5px;
  }
  :where(body.btob) .main-contents .section-notice .call .img {
    width: 50px;
    height: 62px;
    margin-right: 20px;
  }
  :where(body.btob) .main-contents .section-notice .call .info {
    width: calc(100% - 50px - 20px);
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  :where(body.btob) .main-contents .section-visual .slider-wrapper {
    aspect-ratio: 500/300;
    min-height: 240px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide {
    aspect-ratio: 500/300;
    min-height: 240px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide img {
    width: auto;
    min-height: 240px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .pc {
    display: none;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .mo {
    display: block;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .swiper-slide .info {
    padding-top: 23px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav {
    left: 30px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num {
    line-height: 16px;
    margin-left: 9px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num .current {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .page-num .total {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
  :where(body.btob) .main-contents .section-visual .slider-wrapper .slider-nav .btn-slide-state {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .main-contents .section-recommendation .inner {
    padding: 0;
  }
  :where(body.btob) .main-contents .section-recommendation .swiper-slide .img:only-child {
    height: auto;
    aspect-ratio: auto;
  }
  :where(body.btob) .main-contents .section-recommendation .swiper-slide.swiper-slide-active .card-item {
    box-shadow: 0 0 15px 0 rgba(46, 36, 84, 0.25);
  }
  :where(body.btob) .main-contents .section-recommendation .swiper {
    padding: 0 15px;
  }
}

:where(body.btob) .personal-info-contents .table th, :where(body.btob) .personal-info-contents .table td {
  padding: 15px 30px;
}
:where(body.btob) .personal-info-contents .table th {
  width: 240px;
  border-color: var(--gray-eee);
}
:where(body.btob) .personal-info-contents .table th .txt {
  justify-content: center;
}
:where(body.btob) .personal-info-contents .table td {
  width: calc(100% - 240px);
  text-align: left;
}
:where(body.btob) .personal-info-contents .table .txt {
  display: flex;
  align-items: center;
  min-height: 28px;
}
:where(body.btob) .personal-info-contents .table .txt.required::after {
  content: "*";
  margin-left: 4px;
}
:where(body.btob) .personal-info-contents .table .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob) .personal-info-contents .table .form-group .form-control {
  width: 240px;
}
:where(body.btob) .personal-info-contents .table .form-group.phone .form-control {
  width: 100px;
}
:where(body.btob) .personal-info-contents .table .form-group.email .form-select {
  width: 240px;
}
:where(body.btob) .personal-info-contents .button-group {
  margin-top: 50px;
}
:where(body.btob) .personal-info-contents .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 600px;
  border: 1px solid var(--gray-eee);
  border-radius: 10px;
  text-align: center;
}
:where(body.btob) .personal-info-contents .result .desc-1 {
  line-height: 20px;
  margin-bottom: 40px;
}
:where(body.btob) .personal-info-contents .result .desc-2 {
  line-height: 20px;
}
:where(body.btob) .personal-info-contents .result .form-radio-group {
  margin-bottom: 20px;
}
:where(body.btob) .personal-info-contents .result + .button-group {
  flex-wrap: wrap;
}
:where(body.btob) .personal-info-contents .login-box {
  max-width: 500px;
  margin: 0 auto;
}
:where(body.btob) .personal-info-contents .login-box .font-1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
:where(body.btob) .personal-info-contents .login-box .font-2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  color: var(--gray-666);
}
:where(body.btob) .personal-info-contents .login-box .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
:where(body.btob) .personal-info-contents .login-box .links .txt-link {
  position: relative;
  color: var(--gray-666);
  transition: 0.2s;
}
:where(body.btob) .personal-info-contents .login-box .links .txt-link:hover {
  color: var(--black-333);
}
:where(body.btob) .personal-info-contents .login-box .links .txt-link + .txt-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob) .personal-info-contents .login-box .tip {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}
:where(body.btob) .personal-info-contents .login-box .box {
  max-width: 360px;
  margin: 0 auto;
}
:where(body.btob) .personal-info-contents .login-box .box .form-group .form-control {
  display: block;
  width: 100%;
}
:where(body.btob) .personal-info-contents .login-box .box .form-group .form-control + .form-control {
  margin-top: 10px;
}
:where(body.btob) .personal-info-contents .login-box .form-check-group {
  margin-bottom: 45px;
  justify-content: center;
}
:where(body.btob) .personal-info-contents .login-box .form-check {
  width: fit-content;
  margin: 0 auto;
}
:where(body.btob) .personal-info-contents .login-box .form-check span {
  font-weight: bold;
}
:where(body.btob) .personal-info-contents .login-box .button-group {
  margin-top: 30px;
  flex-direction: column;
}
:where(body.btob) .personal-info-contents .login-box .button-group .btn + .btn {
  margin-top: 30px;
}
:where(body.btob) .personal-info-contents .sign-in > .form-check-group {
  margin-bottom: 45px;
  justify-content: center;
}
:where(body.btob) .personal-info-contents .sign-in > .form-check-group .form-check span {
  font-size: 22px;
}
:where(body.btob) .personal-info-contents .sign-in .form-check {
  margin: 0 auto;
}
:where(body.btob) .personal-info-contents .sign-in .form-check span {
  font-weight: bold;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item + .terms-item {
  margin-top: 60px;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .item-head .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .form-check span {
  font-weight: 500;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .agree-box {
  width: 100%;
  height: 200px;
  display: block;
  overflow-y: auto;
  border: 1px solid #e9f0f3;
  padding: 40px 35px;
  margin-bottom: 20px;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .agree-box p {
  margin-bottom: 20px;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .agree-box p:last-child {
  margin-bottom: 0;
}
:where(body.btob) .personal-info-contents .sign-in .terms-item .agree-box .title {
  display: block;
}
@media (max-width: 1280px) {
  :where(body.btob) .personal-info-contents .table th, :where(body.btob) .personal-info-contents .table td {
    padding: 15px;
  }
  :where(body.btob) .personal-info-contents .table th {
    width: 100px;
  }
  :where(body.btob) .personal-info-contents .table td {
    width: calc(100% - 100px);
  }
  :where(body.btob) .personal-info-contents .table .form-group {
    flex-wrap: wrap;
  }
  :where(body.btob) .personal-info-contents .table .form-group .form-control {
    width: 200px;
  }
  :where(body.btob) .personal-info-contents .table .form-group.phone .form-control {
    width: 100px;
  }
  :where(body.btob) .personal-info-contents .table .form-group.email .form-select {
    width: 200px;
  }
}
:where(body.btob) .detail-contents .course-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
}
:where(body.btob) .detail-contents .course-info {
  height: fit-content;
  border: 1px solid var(--gray-eee);
  border-radius: 5px;
}
:where(body.btob) .detail-contents .course-info .img {
  width: 100%;
  aspect-ratio: 340/190;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .detail-contents .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .detail-contents .course-info .content {
  padding: 20px 20px 30px;
}
:where(body.btob) .detail-contents .course-info .category-list .tag {
  width: 70%;
}
:where(body.btob) .detail-contents .course-info .course-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob) .detail-contents .course-info .list {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob) .detail-contents .course-info .list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
}
:where(body.btob) .detail-contents .course-info .list .item + .item {
  margin-top: 13px;
}
:where(body.btob) .detail-contents .course-info .list .item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #cccccc;
}
:where(body.btob) .detail-contents .course-info .list .item .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  width: 60px;
  margin-right: 20px;
}
:where(body.btob) .detail-contents .course-info .list .item .val {
  width: calc(100% - 60px - 20px);
  font-size: 16px;
  letter-spacing: normal;
  color: #666;
  line-height: 17px;
}
:where(body.btob) .detail-contents .course-info .list .item .val .ico {
  margin-right: 4px;
}
:where(body.btob) .detail-contents .course-info .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
:where(body.btob) .detail-contents .course-info .btns .up {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
:where(body.btob) .detail-contents .course-info .btns .up > * {
  flex: 1;
}
:where(body.btob) .detail-contents .course-info .btns .down {
  display: flex;
  align-items: center;
}
:where(body.btob) .detail-contents .course-info .btns .down > * {
  flex: 1;
}
:where(body.btob) .detail-contents .course-info .btns .btn-heart, :where(body.btob) .detail-contents .course-info .btns .btn-share {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px var(--gray-eee);
  background-color: #f4f4f4;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
:where(body.btob) .detail-contents .course-info .btns .btn-heart .num, :where(body.btob) .detail-contents .course-info .btns .btn-share .num {
  margin-left: 5px;
}
:where(body.btob) .detail-contents .course-info .course-desc {
  display: none;
}
:where(body.btob) .detail-contents .course-info .tag-list {
  display: none;
}
:where(body.btob) .detail-contents .course-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
:where(body.btob) .detail-contents .category-list .tag {
  width: 80%;
}
:where(body.btob) .detail-contents .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 65px;
}
:where(body.btob) .detail-contents .tag-list .tag {
  position: relative;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 17px;
  border: solid 1px var(--gray-eee);
  background-color: var(--white);
  font-size: 16px;
  text-align: center;
  color: #3149dd;
}
:where(body.btob) .detail-contents .course-item .section-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob) .detail-contents .course-item .desc {
  font-size: 16px;
  line-height: 30px;
}
:where(body.btob) .detail-contents .course-item .desc .item {
  display: flex;
  gap: 4px;
}
:where(body.btob) .detail-contents .course-item .course .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
:where(body.btob) .detail-contents .course-item .course .item .num {
  width: 60px;
  text-align: center;
  letter-spacing: -0.4px;
}
:where(body.btob) .detail-contents .course-item .course .item .tit {
  height: calc(100% - 60px);
  padding-left: 28px;
}
:where(body.btob) .detail-contents .course-item + .course-item {
  margin-top: 69px;
}
:where(body.btob) .detail-contents .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
:where(body.btob) .detail-contents .view {
  display: flex;
  gap: 60px;
}
:where(body.btob) .detail-contents .view .c-content {
  width: 880px;
}
:where(body.btob) .detail-contents .view .course-info {
  width: calc(100% - 880px - 60px);
}
@media (max-width: 1280px) {
  :where(body.btob) .detail-contents .course-title {
    margin-bottom: 27px;
  }
  :where(body.btob) .detail-contents .view {
    flex-direction: column-reverse;
    gap: 0;
  }
  :where(body.btob) .detail-contents .view .c-content {
    width: 100%;
  }
  :where(body.btob) .detail-contents .view .c-content .category-list, :where(body.btob) .detail-contents .view .c-content .course-title, :where(body.btob) .detail-contents .view .c-content .course-desc, :where(body.btob) .detail-contents .view .c-content .tag-list {
    display: none;
  }
  :where(body.btob) .detail-contents .view .course-info {
    width: 100%;
    border: 0;
  }
  :where(body.btob) .detail-contents .course-info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
  :where(body.btob) .detail-contents .course-info .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  :where(body.btob) .detail-contents .course-info .content {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  :where(body.btob) .detail-contents .course-info .content .list {
    padding-left: 15px;
  }
  :where(body.btob) .detail-contents .course-info .content .list, :where(body.btob) .detail-contents .course-info .content .btns {
    width: 100%;
  }
  :where(body.btob) .detail-contents .course-info .content .btns {
    flex-direction: column;
    padding-bottom: 0;
  }
  :where(body.btob) .detail-contents .course-info .content .btns .up, :where(body.btob) .detail-contents .course-info .content .btns .down {
    width: 100%;
  }
  :where(body.btob) .detail-contents .course-info .content .btns .btn {
    width: 100%;
    height: 56px;
    line-height: 54px;
  }
  :where(body.btob) .detail-contents .course-info .content .btns .btn-heart {
    width: 70%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap;
  }
  :where(body.btob) .detail-contents .course-info .content .btns .btn-share {
    width: 30%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap;
  }
  :where(body.btob) .detail-contents .course-info .course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  :where(body.btob) .detail-contents .course-info .course-desc {
    display: block;
  }
  :where(body.btob) .detail-contents .course-info .tag-list {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }
  :where(body.btob) .detail-contents .course-info .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  :where(body.btob) .detail-contents .course-desc {
    margin-bottom: 30px;
  }
  :where(body.btob) .detail-contents .tag-list {
    margin-bottom: 50px;
  }
  :where(body.btob) .detail-contents .course-item + .course-item {
    margin-top: 50px;
  }
  :where(body.btob) .detail-contents .course-item .course .item .num {
    width: 40px;
  }
  :where(body.btob) .detail-contents .course-item .course .item .tit {
    padding-left: 7px;
  }
  :where(body.btob) .detail-contents .btn-wrap {
    margin-top: 50px;
  }
}
:where(body.btob) .policy-contents .policy .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px;
}
:where(body.btob) .policy-contents .policy .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
:where(body.btob) .policy-contents .policy .content {
  margin-bottom: 40px;
  line-height: 26px;
  padding-left: 15px;
}
:where(body.btob) .communication-contents .accordion {
  border-top: 1px solid #ccc;
}
:where(body.btob) .communication-contents .accordion .item {
  border-bottom: 1px solid #eee;
}
:where(body.btob) .communication-contents .accordion .item .item-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
:where(body.btob) .communication-contents .accordion .item .item-head .question {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #333;
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin-right: 20px;
}
:where(body.btob) .communication-contents .accordion .item .item-head .title {
  max-width: calc(100% - 55px);
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:where(body.btob) .communication-contents .accordion .item .item-head .title .category {
  margin-right: 4px;
}
:where(body.btob) .communication-contents .accordion .item .item-head::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
:where(body.btob) .communication-contents .accordion .item .item-body {
  position: relative;
  display: none;
}
:where(body.btob) .communication-contents .accordion .item .item-body .answer {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: var(--point);
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
}
:where(body.btob) .communication-contents .accordion .item .item-body .content {
  padding: 23px 20px 20px 66px;
  font-size: 16px;
  line-height: 30px;
  background-color: #f7f9fc;
  min-height: 420px;
}
:where(body.btob) .communication-contents .accordion .item.show .item-head .question {
  background-color: var(--point);
}
:where(body.btob) .communication-contents .accordion .item.show .item-body {
  display: block;
  border-top: 1px solid #eee;
}
:where(body.btob) .sorting-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:where(body.btob) .sorting-area .total {
  font-size: 16px;
}
:where(body.btob) .sorting-area .total .val {
  color: var(--point);
}
:where(body.btob) .sorting-area .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob) .sorting-area .form-group .form-select {
  min-width: 100px;
}
@media (max-width: 768px) {
  :where(body.btob) .sorting-area {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  :where(body.btob) .sorting-area .btn-group {
    width: 100%;
  }
  :where(body.btob) .sorting-area .btn-group .btn {
    width: 100%;
  }
  :where(body.btob) .sorting-area .total {
    margin-top: 30px;
  }
  :where(body.btob) .sorting-area .form-group {
    width: 100%;
  }
  :where(body.btob) .sorting-area .form-group .form-search {
    flex: 1;
  }
}
:where(body.btob) .lnb {
  width: 200px;
  margin-right: 60px;
  padding-top: 50px;
}
:where(body.btob) .lnb .lnb-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-333);
}
:where(body.btob) .lnb ul {
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 20px;
}
:where(body.btob) .lnb .menu {
  position: relative;
}
:where(body.btob) .lnb .menu + .menu {
  margin-top: 6px;
}
:where(body.btob) .lnb .menu .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.8px;
  cursor: pointer;
}
:where(body.btob) .lnb .menu .title .link {
  font-weight: 500;
}
:where(body.btob) .lnb .menu .title span {
  position: relative;
  display: inline-block;
}
:where(body.btob) .lnb .menu .title:only-child .btn-menu-toggle {
  display: none !important;
}
:where(body.btob) .lnb .menu .title:only-child .link:hover {
  color: var(--point);
}
:where(body.btob) .lnb .menu .title.on .link {
  font-weight: bold;
  color: var(--point);
}
:where(body.btob) .lnb .menu .sub-menu-list {
  display: none;
  padding-top: 2px;
}
:where(body.btob) .lnb .menu .sub-menu {
  padding-left: 20px;
}
:where(body.btob) .lnb .menu .sub-menu + .sub-menu {
  margin-top: 2px;
}
:where(body.btob) .lnb .menu .sub-menu .sub-title {
  display: block;
  line-height: 32px;
}
:where(body.btob) .lnb .menu .sub-menu .sub-title span {
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: var(--gray-666);
  transition: 0.2s;
}
:where(body.btob) .lnb .menu .sub-menu:hover .sub-title span, :where(body.btob) .lnb .menu .sub-menu.on .sub-title span {
  color: var(--point);
  font-weight: bold;
}
:where(body.btob) .lnb .menu .btn-menu-toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  background-color: transparent;
  border-color: transparent;
}
:where(body.btob) .lnb .menu .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url(../img/common/ico-plus.png);
}
:where(body.btob) .lnb .menu.show .sub-menu-list {
  display: block;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 20px;
  margin-bottom: 14px;
}
:where(body.btob) .lnb .menu.show .btn-menu-toggle {
  background-color: var(--gray-f4);
  border: 1px solid var(--gray-eee);
}
:where(body.btob) .lnb .menu.show .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 2px;
  background-image: url(../img/common/ico-minus.png);
}
:where(body.btob) .lnb .menu.show:last-child .sub-menu-list {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
:where(body.btob) .lnb .menu.on .title span {
  color: var(--point);
}
:where(body.btob) .lnb .menu.on .title span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--point);
}
:where(body.btob) .sub-contents {
  padding-top: 90px;
  padding-bottom: 100px;
  min-height: calc(100dvh - 216px);
}
:where(body.btob) .sub-contents .inner {
  display: flex;
}
:where(body.btob) .sub-contents .content {
  width: calc(100% - 200px - 60px);
  padding-top: 20px;
}
:where(body.btob) .sub-contents .course-sorting {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 4px;
}
:where(body.btob) .sub-contents .course-sorting .form-select {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 3px;
  border: solid 1px #dcdde8;
  background-color: #f2f3fb;
}
:where(body.btob) .sub-contents .course-list {
  gap: 50px 20px;
}
:where(body.btob) .sub-contents .course-item {
  width: calc(25% - 15px);
}
:where(body.btob) .sub-contents .course-item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/135;
}
:where(body.btob) .sub-contents .sort-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-ccc);
  gap: 10px;
}
:where(body.btob) .sub-contents .sort-wrap .btn {
  height: 36px;
  line-height: 36px;
}
:where(body.btob) .sub-contents .sort-wrap .desc {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob) .sub-contents .sort-wrap .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
:where(body.btob) .sub-contents .sort-wrap .form-group .form-select {
  height: 36px;
  line-height: 34px;
}
:where(body.btob) .sub-contents .sort-wrap .form-group .form-check-group {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 15px;
}
:where(body.btob) .sub-contents .sort-wrap .btn-view-type {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-ddd);
  border-radius: 3px;
  overflow: hidden;
  height: 36px;
}
:where(body.btob) .sub-contents .sort-wrap .btn-view-type .btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--gray-f4);
}
:where(body.btob) .sub-contents .sort-wrap .btn-view-type .btn-view.on {
  background-color: var(--white);
}
:where(body.btob) .sub-contents .sort-wrap .btn-view-type .btn-view + .btn-view {
  border-left: 1px solid var(--gray-ccc);
}
:where(body.btob) .sub-contents .sort-wrap .scrap-area {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
:where(body.btob) .sub-contents .sort-wrap .scrap-area .form-select {
  width: fit-content;
  min-width: 184px;
  border: 0;
  padding: 0 25px 0 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1px;
  background-size: 14px 8px;
  margin-right: 20px;
  background-position: right 0 center;
  text-indent: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(body.btob) .sub-contents .sort-wrap .scrap-area .btn-setting {
  width: 20px;
  height: 20px;
}
:where(body.btob) .sub-contents .sort-wrap .scrap-area .btn-setting .ico {
  width: 20px;
  height: 21px;
}
:where(body.btob) .sub-contents .sort-wrap .scrap-area .time {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  margin-left: 20px;
}
:where(body.btob) .sub-contents .sort-wrap .board-navi .btn-year {
  font-size: 20px;
  line-height: 30px;
}
:where(body.btob) .sub-contents .sort-wrap .board-navi .btn-year.current {
  color: var(--point);
  font-weight: 500;
  border-bottom: 2px solid var(--point);
}
:where(body.btob) .sub-contents .sort-wrap .board-navi .btn-year.next {
  color: var(--gray-666);
}
:where(body.btob) .sub-contents .board-head {
  border-top: 1px solid var(--black-333);
  padding-top: 50px;
}
@media (max-width: 1280px) {
  :where(body.btob) .sub-contents {
    padding-top: 60px;
    min-height: calc(100dvh - 230px);
  }
  :where(body.btob) .sub-contents .lnb {
    display: none;
  }
  :where(body.btob) .sub-contents .sort-wrap .btn-view-type {
    display: none;
  }
  :where(body.btob) .sub-contents .content {
    width: 100%;
  }
  :where(body.btob) .sub-contents .course-breadcrumb {
    display: flex;
  }
  :where(body.btob) .sub-contents .course-sorting {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
    height: auto;
  }
  :where(body.btob) .sub-contents .course-sorting .label {
    display: none;
  }
  :where(body.btob) .sub-contents .course-sorting .form-search {
    width: 100%;
  }
  :where(body.btob) .sub-contents .course-list {
    gap: 30px 16px;
  }
  :where(body.btob) .sub-contents .course-list .info .category {
    margin-bottom: 0;
  }
  :where(body.btob) .sub-contents .course-item {
    width: calc(50% - 8px);
  }
  :where(body.btob) .sub-contents .board-head {
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  :where(body.btob) .sub-contents .sort-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btob) .sub-contents .sort-wrap .form-group {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .sub-contents .sort-wrap .form-group .form-select:nth-child(2) {
    flex: 1;
  }
}
:where(body.btob) .detail-view {
  overflow: hidden;
}
:where(body.btob) .detail-view .view-head {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-eee);
  margin-bottom: 30px;
  border-top: 1px solid var(--black-333);
  padding-top: 28px;
}
:where(body.btob) .detail-view .view-head .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
:where(body.btob) .detail-view .view-head .category span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--point);
}
:where(body.btob) .detail-view .view-head .category span + span {
  margin-left: 22px;
}
:where(body.btob) .detail-view .view-head .category span + span::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: var(--gray-eee);
}
:where(body.btob) .detail-view .view-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 13px;
}
:where(body.btob) .detail-view .view-head .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
:where(body.btob) .detail-view .view-body .sns-links {
  display: none;
}
:where(body.btob) .detail-view .book-info {
  display: flex;
  padding: 20px 60px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
:where(body.btob) .detail-view .book-info .img {
  width: auto;
  margin-right: 50px;
}
:where(body.btob) .detail-view .book-info .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
  max-height: 130px;
  margin-top: 0;
}
:where(body.btob) .detail-view .book-info .info .info-item {
  display: flex;
}
:where(body.btob) .detail-view .book-info .info .info-item .tit {
  position: relative;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 18px;
  padding-left: 7px;
}
:where(body.btob) .detail-view .book-info .info .info-item .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: var(--gray-666);
  border-radius: 100%;
}
:where(body.btob) .detail-view .book-info .info .info-item .val {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.7px;
}
:where(body.btob) .detail-view .book-info .info .info-item + .info-item {
  margin-top: 10px;
}
:where(body.btob) .detail-view .tip-list-blue {
  padding: 15px 12px;
  margin-top: 10px;
  background-color: #f4f6ff;
  border-radius: 5px;
}
:where(body.btob) .detail-view .tip-list-blue.tip-list-blue-lg {
  padding: 30px 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
:where(body.btob) .detail-view .tip-list-blue.tip-list-blue-lg .tip {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btob) .detail-view .tip-list-blue.tip-list-blue-lg .tip + .tip {
  margin-top: 16px;
}
:where(body.btob) .detail-view .tip-list-blue .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #5669c8;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}
:where(body.btob) .detail-view .tip-list-blue .tit {
  font-size: 14px;
  line-height: 16px;
  width: 67px;
  font-weight: 500;
  color: #5669c8;
  margin-right: 10px;
  letter-spacing: -0.7px;
}
:where(body.btob) .detail-view .tip-list-blue .desc {
  width: calc(100% - 67px - 10px);
  font-size: 14px;
  line-height: 16px;
  color: #5669c8;
  letter-spacing: -0.7px;
}
:where(body.btob) .detail-view .tip-list-blue .tip {
  position: relative;
  display: flex;
  padding-left: 7px;
  color: #5669c8;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.65px;
}
:where(body.btob) .detail-view .tip-list-blue .tip + .tip {
  margin-top: 5px;
}
:where(body.btob) .detail-view .tip-list-blue .tip::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #5669c8;
  width: 2px;
  height: 2px;
  border-radius: 100%;
}
:where(body.btob) .detail-view .view-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 20px;
  margin-top: 50px;
}
:where(body.btob) .detail-view .view-title .slider-nav {
  display: flex;
  align-items: center;
}
:where(body.btob) .detail-view .contents-info {
  margin-top: 40px;
}
:where(body.btob) .detail-view .contents-info .c-item {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.95px;
  text-align: left;
  color: var(--black-333);
  padding-left: 22px;
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico-caution.png);
}
:where(body.btob) .detail-view .contents-info .c-item span {
  display: inline-block;
  vertical-align: top;
  color: var(--gray-666);
  font-size: 14px;
  line-height: 17px;
}
:where(body.btob) .detail-view .contents-info .c-item .tit-lg {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
}
:where(body.btob) .detail-view .contents-info .c-item + .c-item {
  margin-top: 6px;
}
:where(body.btob) .detail-view .contents-info .list-group {
  width: calc(100% - 71px);
}
:where(body.btob) .detail-view .contents-info .list-group .list-type {
  position: relative;
  display: block;
  padding-left: 8px;
  padding-top: 3px;
  line-height: 20px;
  vertical-align: top;
  color: #666;
  font-size: 14px;
}
:where(body.btob) .detail-view .contents-info .list-group .list-type::before {
  content: "ㆍ";
  position: absolute;
  top: 3px;
  left: -5px;
}
:where(body.btob) .detail-view .course-info {
  display: flex;
  margin-bottom: 50px;
}
:where(body.btob) .detail-view .course-info .img-info {
  width: 410px;
  margin-right: 70px;
}
:where(body.btob) .detail-view .course-info .img-info .img {
  position: relative;
  width: 410px;
  height: 230px;
  margin-bottom: 30px;
  aspect-ratio: 410/230;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--gray-ccc);
}
:where(body.btob) .detail-view .course-info .img-info .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: 0.3s;
  z-index: 1;
}
:where(body.btob) .detail-view .course-info .img-info .img .img-dim {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(5, 19, 59, 0.6);
  z-index: 1;
  transition: 0.2s;
}
:where(body.btob) .detail-view .course-info .img-info .img .btn-play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
:where(body.btob) .detail-view .course-info .img-info .img .btn-play-container .btn-play {
  display: flex;
  align-items: center;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  padding: 0 15px 0 21px;
  text-align: left;
  color: #453fe8;
}
:where(body.btob) .detail-view .course-info .img-info .img .btn-play-container .btn-play .txt {
  position: relative;
  width: 0;
  font-size: 0;
  opacity: 0;
  font-weight: bold;
  color: #453fe8;
  transition: 0.5s;
  letter-spacing: -1.5px;
  overflow: hidden;
}
:where(body.btob) .detail-view .course-info .img-info .img.hover .img-dim {
  opacity: 1;
}
:where(body.btob) .detail-view .course-info .img-info .img.hover img {
  transform: scale(1.15);
}
:where(body.btob) .detail-view .course-info .img-info .img.hover .btn-play-container .btn-play {
  width: 160px;
  border-radius: 30px;
  padding: 0 35px 0 27px;
}
:where(body.btob) .detail-view .course-info .img-info .img.hover .btn-play-container .txt {
  width: 65px;
  font-size: 20px;
  opacity: 1;
  margin-left: 9px;
}
:where(body.btob) .detail-view .course-info .img-info .i-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: var(--gray-f9);
  gap: 30px;
  border-radius: 10px;
}
:where(body.btob) .detail-view .course-info .img-info .i-info .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
:where(body.btob) .detail-view .course-info .img-info .i-info .item .txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
}
:where(body.btob) .detail-view .course-info .info {
  width: calc(100% - 410px - 70px);
}
:where(body.btob) .detail-view .course-info .info .item {
  display: flex;
}
:where(body.btob) .detail-view .course-info .info .item .form-group {
  width: 410px;
}
:where(body.btob) .detail-view .course-info .info .item .form-group .form-select {
  width: 100%;
}
:where(body.btob) .detail-view .course-info .info .item + .item {
  margin-top: 12px;
}
:where(body.btob) .detail-view .course-info .info .item .title {
  position: relative;
  width: 108px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding-left: 11px;
}
:where(body.btob) .detail-view .course-info .info .item .title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-ccc);
  left: 0;
  top: 12px;
}
:where(body.btob) .detail-view .course-info .info .item.item-center {
  align-items: center;
}
:where(body.btob) .detail-view .course-info .info .item.item-center .desc .txt {
  display: inline-block;
}
:where(body.btob) .detail-view .course-info .info .item.item-center .desc .btn-wrap {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}
:where(body.btob) .detail-view .course-info .info .item .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 109px);
  font-size: 15px;
  color: var(--gray-666);
}
:where(body.btob) .detail-view .course-info .info .item .desc .txt {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 28px;
  color: var(--gray-666);
  gap: 10px 0;
}
:where(body.btob) .detail-view .course-info .info .item .desc .num-sm {
  font-size: 16px;
  font-weight: 500;
}
:where(body.btob) .detail-view .course-info .info .item .desc .num {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-000);
}
:where(body.btob) .detail-view .course-info .info .item .desc .num-lg {
  font-size: 20px;
  font-weight: 500;
}
:where(body.btob) .detail-view .course-info .info .item .desc .btn-wrap {
  margin-top: -6px;
  margin-left: 10px;
}
:where(body.btob) .detail-view .course-info .info .item .desc .btn-wrap .btn + .btn {
  margin-left: 5px;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item {
  display: flex;
  align-items: center;
  width: 100%;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item .form-radio span {
  color: var(--black-000);
  font-weight: bold;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item em {
  color: var(--gray-666);
  font-weight: 400;
  white-space: nowrap;
  margin-right: 10px;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item + .desc-item {
  margin-top: 10px;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio {
  width: 100%;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio span {
  display: flex;
  align-items: center;
  width: 100%;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input + span::before {
  top: 9px;
}
:where(body.btob) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input:checked + span::after {
  top: 13px;
}
:where(body.btob) .detail-view .course-info .info .button-group {
  margin-top: 34px;
}
:where(body.btob) .detail-view .course-info .info .button-group .btn-point {
  flex-grow: 1;
}
:where(body.btob) .detail-view .box {
  padding: 30px 50px;
  background-color: var(--gray-f9);
  border-radius: 10px;
}
:where(body.btob) .detail-view .box .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-bottom: 9px;
}
:where(body.btob) .detail-view .box .list {
  margin-bottom: 24px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 24px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btob) .detail-view .box .list:last-child {
  margin-bottom: 0;
}
:where(body.btob) .detail-view .box .list .item {
  position: relative;
  padding-left: 21px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 24px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btob) .detail-view .box .list .item .btn {
  margin-left: 10px;
}
:where(body.btob) .detail-view .box .list .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: var(--gray-666);
}
:where(body.btob) .detail-view .box > .list {
  overflow-x: auto;
}
:where(body.btob) .detail-view .box img {
  max-width: 100%;
  height: auto !important;
  margin-top: 20px;
}
:where(body.btob) .detail-view .curriculum-list {
  border-top: 1px solid var(--gray-666);
  padding-bottom: 30px;
}
:where(body.btob) .detail-view .curriculum-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 30px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .detail-view .curriculum-list .item .number {
  position: relative;
  width: 26px;
  height: 24.5px;
  margin-right: 30px;
}
:where(body.btob) .detail-view .curriculum-list .item .number span {
  position: absolute;
  line-height: 17px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #453fe8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.33px;
}
:where(body.btob) .detail-view .curriculum-list .item .title {
  width: calc(100% - 30px - 35px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 20px;
}
:where(body.btob) .detail-view .curriculum-list .item .sub-item {
  width: 100%;
  padding: 14px 30px 0 55px;
}
:where(body.btob) .detail-view .curriculum-list .item .sub-item .sub-title {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.38px;
  color: var(--gray-666);
}
:where(body.btob) .detail-view .curriculum-list .item .sub-item .sub-title span:first-child {
  margin-right: 4px;
}
:where(body.btob) .detail-view .curriculum-list .item .no-data {
  width: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  color: var(--gray-666);
  word-break: break-word;
  letter-spacing: -0.85px;
}
:where(body.btob) .detail-view .table {
  margin-bottom: 30px;
}
:where(body.btob) .detail-view .slider-nav .btn-arrow-prev, :where(body.btob) .detail-view .slider-nav .btn-arrow-next {
  width: 10.5px;
  height: 17px;
  display: flex;
  align-items: center;
}
:where(body.btob) .detail-view .slider-nav .btn-arrow-prev:hover path, :where(body.btob) .detail-view .slider-nav .btn-arrow-next:hover path {
  stroke: var(--point);
}
:where(body.btob) .detail-view .slider-nav .btn-arrow-prev svg, :where(body.btob) .detail-view .slider-nav .btn-arrow-next svg {
  width: 100%;
  height: 100%;
}
:where(body.btob) .detail-view .slider-nav .btn-arrow-prev.swiper-button-disabled svg path, :where(body.btob) .detail-view .slider-nav .btn-arrow-next.swiper-button-disabled svg path {
  stroke: var(--gray-999);
}
:where(body.btob) .detail-view .slider-nav .page-num {
  display: flex;
  align-items: center;
  margin: -2px 11px 0;
  width: auto;
}
:where(body.btob) .detail-view .slider-nav .page-num .current {
  font-size: 14px;
  font-weight: bold;
  color: var(--point);
}
:where(body.btob) .detail-view .slider-nav .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.65px;
  color: var(--gray-999);
  margin-left: 13px;
}
:where(body.btob) .detail-view .slider-nav .page-num .total::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: var(--gray-999);
}
:where(body.btob) .course-slider-wrapper .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btob) .course-slider-wrapper .course-list .course-item {
  width: 100%;
}
@media (max-width: 1050px) {
  :where(body.btob) .detail-view {
    overflow: visible;
    padding-top: 0;
  }
  :where(body.btob) .detail-view .view-head {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  :where(body.btob) .detail-view .view-head .tag-wrap {
    width: 100%;
  }
  :where(body.btob) .detail-view .course-info {
    flex-direction: column;
    margin-bottom: 30px;
  }
  :where(body.btob) .detail-view .course-info .img-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  :where(body.btob) .detail-view .course-info .img-info .i-info {
    height: auto;
    padding: 20px;
    flex-wrap: wrap;
  }
  :where(body.btob) .detail-view .course-info .img-info .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  :where(body.btob) .detail-view .course-info .info {
    width: 100%;
    padding-top: 0;
  }
  :where(body.btob) .detail-view .course-info .info .item {
    padding: 0;
    align-items: center;
  }
  :where(body.btob) .detail-view .course-info .info .item .title {
    width: 80px;
    padding: 0;
    line-height: 21px;
  }
  :where(body.btob) .detail-view .course-info .info .item .title::before {
    content: none;
  }
  :where(body.btob) .detail-view .course-info .info .item .desc {
    width: calc(100% - 80px);
  }
  :where(body.btob) .detail-view .course-info .info .item .desc .txt {
    padding-left: 0;
    gap: 0;
  }
  :where(body.btob) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input + span::before {
    top: 14px;
  }
  :where(body.btob) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input:checked + span::after {
    top: 18px;
  }
  :where(body.btob) .detail-view .course-info .info .item .desc .num-lg {
    font-size: 16px;
  }
  :where(body.btob) .detail-view .course-info .info .item .btn {
    height: 30px;
    min-width: 60px;
    line-height: 28px;
    font-size: 14px;
  }
  :where(body.btob) .detail-view .course-info .info .item + .item {
    margin-top: 10px;
  }
  :where(body.btob) .detail-view .course-info .info .item.item-center {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btob) .detail-view .course-info .info .item.item-center .title {
    width: 100%;
    margin-bottom: 6px;
  }
  :where(body.btob) .detail-view .course-info .info .item.item-center .desc {
    width: 100%;
  }
  :where(body.btob) .detail-view .course-info .info .item.item-center + .item-center {
    margin-top: 18px;
  }
  :where(body.btob) .detail-view .course-info .info .button-group {
    margin-top: 24px;
  }
  :where(body.btob) .detail-view .view-title {
    position: relative;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
    overflow: hidden;
  }
  :where(body.btob) .detail-view .view-title::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -20px;
    width: 100vw;
    height: 10px;
    background-color: #f7f7f7;
  }
  :where(body.btob) .detail-view .contents-info {
    margin-top: 25px;
  }
  :where(body.btob) .detail-view .contents-info .c-item {
    flex-direction: column;
  }
  :where(body.btob) .detail-view .contents-info .list-group {
    width: 100%;
  }
  :where(body.btob) .detail-view .box {
    padding: 30px 20px;
  }
  :where(body.btob) .detail-view .box .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9px;
  }
  :where(body.btob) .detail-view .box .list {
    margin-bottom: 20px;
  }
  :where(body.btob) .detail-view .box .list .item .btn {
    height: 30px;
    min-width: 60px;
    line-height: 28px;
    font-size: 14px;
  }
  :where(body.btob) .detail-view .table td span {
    word-break: break-all;
  }
  :where(body.btob) .detail-view .book-info {
    flex-direction: column;
    padding: 30px;
  }
  :where(body.btob) .detail-view .book-info .img {
    margin: 0 auto;
  }
  :where(body.btob) .detail-view .book-info .info {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  :where(body.btob) .detail-view .book-info .info .info-item .tit {
    white-space: nowrap;
  }
  :where(body.btob) .detail-view .tip-list-blue {
    padding: 20px 10px;
  }
  :where(body.btob) .detail-view .tip-list-blue .tip {
    flex-direction: column;
  }
  :where(body.btob) .detail-view .tip-list-blue .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  :where(body.btob) .detail-view .tip-list-blue .desc {
    width: 100%;
  }
  :where(body.btob) .detail-view .curriculum-list .item {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .detail-view .course-info .info .button-group .btn .ico {
    display: none;
  }
  :where(body.btob) .detail-view .course-info .info .button-group .btn.btn-like {
    white-space: nowrap;
    padding: 0 8px;
  }
  :where(body.btob) .detail-view .course-info .info .button-group .btn.btn-like .ico {
    display: block;
  }
}
:where(body.btob) .login-contents.bg-login {
  width: 100%;
  height: 100dvh;
  min-height: 746px;
  background-size: cover;
  background-image: url(../btob/img/common/bg-login.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
:where(body.btob) .login-contents.bg-login .brand-logo {
  width: 150px;
  margin: 0 auto 40px;
}
:where(body.btob) .login-contents.bg-login .brand-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
:where(body.btob) .login-contents.bg-login .brand-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
:where(body.btob) .login-contents.bg-login .log-content {
  padding: 40px 60px 39px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(4, 0, 0, 0.5);
  background-color: var(--white);
}
:where(body.btob) .login-contents.bg-login .log-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -1.6px;
  color: var(--black-000);
  margin-bottom: 40px;
}
:where(body.btob) .login-contents.bg-login .login-box {
  padding: 0;
  border: 0;
  max-width: 400px;
}
:where(body.btob) .login-contents.bg-login .login-box .form-check-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
:where(body.btob) .login-contents.bg-login .login-box .form-check-group .link {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btob) .login-contents.bg-login .btn-wrap {
  margin-bottom: 13px;
}
:where(body.btob) .login-contents.bg-login .info-detail {
  margin-bottom: 75px;
}
:where(body.btob) .login-contents.bg-login .info-detail .info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 11px;
}
:where(body.btob) .login-contents.bg-login .info-detail .info .tit {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-align: left;
  color: var(--black-000);
}
:where(body.btob) .login-contents.bg-login .info-detail .info .num {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: var(--point);
}
:where(body.btob) .login-contents.bg-login .info-detail .date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
:where(body.btob) .login-contents.bg-login .info-detail .date .item {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btob) .login-contents.bg-login .info-detail .date .item + .item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btob) .login-contents.bg-login .log-foot {
  padding: 0;
}
:where(body.btob) .login-contents.bg-login .log-foot .links {
  margin-bottom: 3px;
}
:where(body.btob) .login-contents.bg-login .log-foot .links .lg {
  text-decoration: underline;
}
:where(body.btob) .login-contents.bg-login .log-foot .copyright {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-999);
}
:where(body.btob) .login-contents .log-head {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: var(--white);
}
:where(body.btob) .login-contents .log-head .img-logo {
  display: block;
  width: 100%;
  height: 32px;
  margin: 0 auto;
}
:where(body.btob) .login-contents .log-head .img-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:where(body.btob) .login-contents .log-head .txt-logo {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #333;
}
:where(body.btob) .login-contents .log-head .txt-logo::after {
  content: "";
  width: 130px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-image: linear-gradient(90deg, #1d35ad, #cf4ebe);
}
:where(body.btob) .login-contents .log-content {
  padding: 40px 20px 0;
}
:where(body.btob) .login-contents .log-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  text-align: center;
}
:where(body.btob) .login-contents .log-title + .log-result {
  margin-top: 40px;
}
:where(body.btob) .login-contents .log-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}
:where(body.btob) .login-contents .login-box {
  max-width: 520px;
  padding: 60px;
  margin: 0 auto;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
}
:where(body.btob) .login-contents .login-box .form-group .label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 18px;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btob) .login-contents .login-box .form-group .tip {
  margin-top: -4px;
  margin-bottom: 5px;
}
:where(body.btob) .login-contents .login-box .form-group .caution {
  color: var(--red);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  margin-top: 7px;
}
:where(body.btob) .login-contents .login-box .form-input, :where(body.btob) .login-contents .login-box .form-select {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #dcdde8;
  background-color: #f2f3fb;
  font-size: 16px;
}
:where(body.btob) .login-contents .login-box .form-input + .form-input, :where(body.btob) .login-contents .login-box .form-input + .form-select, :where(body.btob) .login-contents .login-box .form-select + .form-input, :where(body.btob) .login-contents .login-box .form-select + .form-select {
  margin-top: 20px;
}
:where(body.btob) .login-contents .login-box textarea.form-input {
  height: 145px;
  padding: 15px;
  line-height: 18px;
  resize: none;
}
:where(body.btob) .login-contents .login-box .form-check-group {
  margin: 20px 0;
}
:where(body.btob) .login-contents .login-box .links-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
:where(body.btob) .login-contents .login-box .links-wrap a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btob) .login-contents .login-box .sns-box {
  margin-top: 60px;
}
:where(body.btob) .login-contents .login-box .sns-box > .title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
:where(body.btob) .login-contents .login-box .sns-box > .title span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  background-color: var(--white);
  padding: 0 10px;
  z-index: 1;
}
:where(body.btob) .login-contents .login-box .sns-box > .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--gray-ddd);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
:where(body.btob) .login-contents .login-box .sns-box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
:where(body.btob) .login-contents .login-box .sns-box .list .item {
  width: 48px;
  height: 48px;
}
:where(body.btob) .login-contents .login-box .sns-box .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
:where(body.btob) .login-contents .login-box .sns-box .list .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .login-contents .login-box .dormant-account {
  display: flex;
  margin-bottom: 30px;
}
:where(body.btob) .login-contents .login-box .dormant-account .img {
  width: 54px;
  height: 45px;
  margin-right: 20px;
}
:where(body.btob) .login-contents .login-box .dormant-account .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .login-contents .login-box .dormant-account .info {
  width: calc(100% - 69px - 20px);
}
:where(body.btob) .login-contents .login-box .dormant-account .info .item {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--black-000);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
:where(body.btob) .login-contents .login-box .dormant-account .info .item + .item {
  margin-top: 5px;
}
:where(body.btob) .login-contents .login-box.login-pw-box .form-group + .form-group {
  margin-top: 24px;
}
:where(body.btob) .login-contents .login-box.login-pw-box .form-group + .button-group {
  margin-top: 24px;
}
:where(body.btob) .login-contents .login-box .form-row {
  display: flex;
  width: 100%;
  gap: 10px;
}
:where(body.btob) .login-contents .login-box .form-row .form-input {
  flex: 1;
}
:where(body.btob) .login-contents .login-box .form-row .btn {
  height: 48px;
  line-height: 46px;
}
:where(body.btob) .login-contents .find-box {
  max-width: 720px;
  margin: 40px auto 0;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
}
:where(body.btob) .login-contents .find-box.find-box-sm {
  max-width: 540px;
}
:where(body.btob) .login-contents .find-box .find-account {
  display: flex;
}
:where(body.btob) .login-contents .find-box .find-account .col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 60px 50px 60px 60px;
}
:where(body.btob) .login-contents .find-box .find-account .col + .col {
  border-left: 1px solid var(--gray-ddd);
}
:where(body.btob) .login-contents .find-box .find-account .col:only-child {
  width: 100%;
}
:where(body.btob) .login-contents .find-box .find-account .img {
  height: 48px;
  margin-right: 10px;
}
:where(body.btob) .login-contents .find-box .find-account .info {
  width: calc(100% - 48px - 10px);
}
:where(body.btob) .login-contents .find-box .find-account .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 5px;
}
:where(body.btob) .login-contents .find-box .find-account .desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-bottom: 30px;
  word-break: auto-phrase;
}
:where(body.btob) .login-contents .find-box .find-account .button-group {
  width: 100%;
}
:where(body.btob) .login-contents .info-box {
  padding: 28px 20px 27px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}
:where(body.btob) .login-contents .info-box .txt-lg {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btob) .login-contents .info-box .txt {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
}
:where(body.btob) .login-contents .certification-step {
  display: flex;
  justify-content: center;
}
:where(body.btob) .login-contents .certification-step .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  border-radius: 8px;
  border: 1px solid var(--gray-eee);
  height: 400px;
}
:where(body.btob) .login-contents .certification-step .item + .item {
  margin-left: 40px;
}
:where(body.btob) .login-contents .certification-step .item .img {
  width: 70px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
:where(body.btob) .login-contents .certification-step .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: var(--black-000);
  margin-bottom: 20px;
}
:where(body.btob) .login-contents .certification-step .item .desc {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-bottom: 40px;
}
:where(body.btob) .login-contents .certification-step.integration .item {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
  padding-top: 22px;
}
:where(body.btob) .login-contents .certification-step.integration .item .img {
  width: 100px;
  height: 100px;
  margin-bottom: 49px;
}
:where(body.btob) .login-contents .certification-step.integration .item .img img {
  width: 100%;
  height: 100%;
}
:where(body.btob) .login-contents .log-foot {
  padding: 60px 20px;
  text-align: center;
}
:where(body.btob) .login-contents .log-foot .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
:where(body.btob) .login-contents .log-foot .links a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btob) .login-contents .log-foot .links a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
  margin: 0 11px;
}
:where(body.btob) .login-contents .log-foot .links a.lg {
  font-weight: 500;
  color: var(--black-000);
}
:where(body.btob) .login-contents .log-foot .copyright {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-666);
}
:where(body.btob) .login-contents .log-result .button-group {
  margin-top: 30px;
}
:where(body.btob) .login-contents .log-result .empty {
  padding: 60px 20px;
}
:where(body.btob) .login-contents .log-result .empty .img {
  width: 59px;
  height: 47px;
  margin: 0 auto 20px;
}
:where(body.btob) .login-contents .log-result .empty .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .login-contents .log-result .empty .desc {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: var(--gray-666);
  letter-spacing: -0.75px;
  margin-bottom: 30px;
}
:where(body.btob) .login-contents .find-table {
  max-width: 520px;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  margin: 0 auto;
}
:where(body.btob) .login-contents .find-table table {
  width: 100%;
}
:where(body.btob) .login-contents .find-table th {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: var(--gray-666);
  border-bottom: 1px solid var(--gray-ddd);
}
:where(body.btob) .login-contents .find-table tbody tr:last-child td {
  border-bottom: 0;
}
:where(body.btob) .login-contents .find-table tbody tr.highlight td {
  background-color: #fff8fc;
}
:where(body.btob) .login-contents .find-table td {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: #000001;
  border-bottom: 1px solid var(--gray-ddd);
}
:where(body.btob) .login-contents .find-table .form-radio {
  justify-content: center;
  width: 16px;
  margin: 0 auto;
  padding: 0;
}
:where(body.btob) .login-contents .sign-in {
  padding-top: 29px;
  margin-bottom: 40px;
}
:where(body.btob) .login-contents .sign-in .step {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
:where(body.btob) .login-contents .sign-in .step .item {
  position: relative;
  display: flex;
  align-items: center;
}
:where(body.btob) .login-contents .sign-in .step .item .title {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2859e7;
  margin-left: 4px;
}
:where(body.btob) .login-contents .sign-in .step .item + .item {
  margin-left: 33px;
}
:where(body.btob) .login-contents .sign-in .step .item + .item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
  background-image: url(../btob/img/common/ico-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
}
:where(body.btob) .login-contents .sign-in .step .item .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--black-000);
  color: var(--black-000);
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.7px;
}
:where(body.btob) .login-contents .sign-in .step .item.active .num {
  border: 0;
}
:where(body.btob) .login-contents .sign-in .step .item.active .num::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../btob/img/common/ico-step-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
:where(body.btob) .login-contents .sign-in .step .item.active .title {
  display: block;
}
:where(body.btob) .login-contents .sign-in .step .item.completed .num {
  background-color: var(--black-000);
  color: var(--white);
}
:where(body.btob) .login-contents .sign-in .certification-step {
  width: 760px;
  margin: 0 auto;
}
:where(body.btob) .login-contents .sign-in .certification-step .item {
  text-align: center;
}
:where(body.btob) .login-contents .sign-in .certification-step + .form {
  margin: 40px auto 0;
}
:where(body.btob) .login-contents .sign-in .terms-of-use {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--black-333);
}
:where(body.btob) .login-contents .sign-in .terms-of-use .item + .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--gray-ddd);
}
:where(body.btob) .login-contents .sign-in .terms-of-use .item .label {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 19px;
}
:where(body.btob) .login-contents .sign-in .terms-of-use .item .content {
  border: 1px solid var(--gray-ddd);
  padding: 24px 20px;
  height: 205px;
  margin-bottom: 20px;
}
:where(body.btob) .login-contents .sign-in .terms-of-use .item .content .content-inner {
  max-height: 100%;
  overflow-y: auto;
}
:where(body.btob) .login-contents .sign-in .check-all {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid var(--gray-ddd);
  margin-bottom: 40px;
}
:where(body.btob) .login-contents .sign-in .form {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--black-333);
}
:where(body.btob) .login-contents .sign-in .form .form-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
:where(body.btob) .login-contents .sign-in .form .form-title .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
:where(body.btob) .login-contents .sign-in .form .form-title .desc {
  font-size: 14px;
  letter-spacing: -0.35px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btob) .login-contents .sign-in .form .form-box {
  padding: 30px;
  border: 1px solid var(--gray-ddd);
}
:where(body.btob) .login-contents .sign-in .form .form-box + .form-title {
  margin-top: 40px;
}
:where(body.btob) .login-contents .sign-in .form .form-group .desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: -0.65px;
  color: var(--gray-666);
  text-align: left;
  margin-bottom: 10px;
}
:where(body.btob) .login-contents .sign-in .form .form-group .validation, :where(body.btob) .login-contents .sign-in .form .form-group .caution {
  margin-top: 8px;
}
:where(body.btob) .login-contents .sign-in .form .form-group .form-row {
  display: flex;
}
:where(body.btob) .login-contents .sign-in .form .form-group .form-row .btn {
  margin-left: 10px;
}
:where(body.btob) .login-contents .sign-in .form .form-group .form-row .form-radio + .form-radio {
  margin-left: 30px;
}
:where(body.btob) .login-contents .sign-in .form .form-group .form-control, :where(body.btob) .login-contents .sign-in .form .form-group .form-select {
  width: 100%;
}
:where(body.btob) .login-contents .sign-in .form .form-group + .form-title, :where(body.btob) .login-contents .sign-in .form .form-group + .form-group {
  margin-top: 30px;
}
:where(body.btob) .login-contents .sign-in .form .button-group {
  margin-top: 30px;
}
:where(body.btob) .login-contents .sign-in .form .terms-of-use {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}
:where(body.btob) .login-contents .sign-in .form .terms-of-use .check-all .form-group {
  margin-top: 0;
}
:where(body.btob) .login-contents .sign-in .s-completed {
  max-width: 720px;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}
:where(body.btob) .login-contents .sign-in .s-completed .img {
  width: 68px;
  height: 69px;
  margin: 0 auto 15px;
}
:where(body.btob) .login-contents .sign-in .s-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .login-contents .sign-in .s-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 5px;
}
:where(body.btob) .login-contents .sign-in .s-completed .txt-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-bottom: 30px;
}
:where(body.btob) .login-contents .sign-in .otp-form {
  text-align: center;
}
:where(body.btob) .login-contents .sign-in .otp-form .form-group {
  max-width: 360px;
  margin: 0 auto 20px;
}
:where(body.btob) .login-contents .sign-in .otp-form .form-group .form-row {
  margin-bottom: 10px;
}
:where(body.btob) .login-contents .sign-in .otp-form .form-group .form-row .form-input {
  height: 54px;
  line-height: 52px;
}
:where(body.btob) .login-contents .sign-in .otp-form .btn-wrap {
  max-width: 360px;
  margin: 0 auto 40px;
}
:where(body.btob) .login-contents .sign-in .otp-form .btn-wrap .btn {
  flex: 1;
}
:where(body.btob) .login-contents .sign-in .otp-form .contents-info {
  max-width: 533px;
  padding: 10px 20px;
  margin: 0 auto 40px;
}
:where(body.btob) .login-contents .sign-in .form-radio-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
:where(body.btob) .login-contents .sign-in .form-radio-group + .item {
  margin-top: 50px;
}
:where(body.btob) .login-contents .sign-in.pt-0 .form {
  border-top: 0;
  padding-top: 0;
}
:where(body.btob) .login-contents .sign-in.pt-0 .form-box {
  border-top-color: #333;
}
@media (max-width: 800px) {
  :where(body.btob) .login-contents .find-box .find-account {
    flex-direction: column;
  }
  :where(body.btob) .login-contents .find-box .find-account .col {
    width: 100%;
  }
  :where(body.btob) .login-contents .find-box .find-account .col + .col {
    border-top: 1px solid var(--gray-ddd);
    border-left: 0;
  }
  :where(body.btob) .login-contents .certification-step {
    flex-direction: column;
  }
  :where(body.btob) .login-contents .certification-step .item {
    width: 100%;
  }
  :where(body.btob) .login-contents .certification-step .item + .item {
    margin-left: 0;
    margin-top: 20px;
  }
  :where(body.btob) .login-contents .sign-in .certification-step {
    width: 100%;
    padding: 0 20px;
  }
  :where(body.btob) .login-contents .sign-in .form .form-box {
    padding: 30px 20px;
  }
  :where(body.btob) .login-contents .sign-in .form .form-group + .form-group {
    margin-top: 20px;
  }
  :where(body.btob) .login-contents .sign-in .otp-form {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .login-contents.bg-login .log-content {
    padding: 30px 20px;
  }
  :where(body.btob) .login-contents.bg-login .brand-logo {
    margin: 0 auto 20px;
  }
  :where(body.btob) .login-contents.bg-login .log-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    word-break: keep-all;
  }
  :where(body.btob) .login-contents .log-desc {
    word-break: break-all;
  }
  :where(body.btob) .login-contents .log-desc br {
    display: none;
  }
  :where(body.btob) .login-contents .login-box {
    padding: 60px 20px;
  }
  :where(body.btob) .login-contents .login-box .dormant-account {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  :where(body.btob) .login-contents .login-box .dormant-account .info {
    width: 100%;
  }
  :where(body.btob) .login-contents .login-box .dormant-account .info .item {
    justify-content: center;
    align-items: flex-start;
  }
  :where(body.btob) .login-contents .login-box .dormant-account .info .item .tit {
    white-space: nowrap;
  }
  :where(body.btob) .login-contents .login-box .dormant-account .img {
    margin-right: 0;
  }
  :where(body.btob) .login-contents .find-box .find-account .img {
    margin: 0 auto 20px;
  }
  :where(body.btob) .login-contents .find-box .find-account .info {
    width: 100%;
  }
  :where(body.btob) .login-contents .find-box .find-account .info .tit {
    margin-bottom: 16px;
  }
  :where(body.btob) .login-contents .find-box .find-account .col {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
  }
}
:where(body.btob) .board .board-foot {
  margin-top: 30px;
}

/*
  수강신청
*/
:where(body.btob) .enrolment-wrap .course-info {
  display: flex;
  border-top: 1px solid var(--gray-666);
  border-bottom: 1px solid var(--gray-eee);
  padding: 30px 20px 30px 0;
  margin-bottom: 45px;
}
:where(body.btob) .enrolment-wrap .course-info .img {
  width: 280px;
  height: 158px;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
}
:where(body.btob) .enrolment-wrap .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .enrolment-wrap .course-info .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px - 280px);
  padding-top: 5px;
}
:where(body.btob) .enrolment-wrap .course-info .info .category {
  margin-bottom: 5px;
}
:where(body.btob) .enrolment-wrap .course-info .info .category .item {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--point);
}
:where(body.btob) .enrolment-wrap .course-info .info .category .item + .item {
  margin-left: 22px;
}
:where(body.btob) .enrolment-wrap .course-info .info .category .item + .item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #eee;
}
:where(body.btob) .enrolment-wrap .course-info .info .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 22px;
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item {
  display: flex;
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item + .item {
  margin-top: 6px;
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item.item-center {
  align-items: center;
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item .tit {
  position: relative;
  width: 90px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding-left: 11px;
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item .tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-ccc);
  left: 0;
  top: 10px;
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 90px);
}
:where(body.btob) .enrolment-wrap .course-info .info .detail .item .desc .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: var(--black-000);
}
:where(body.btob) .enrolment-wrap .course-info .left {
  width: calc(80% - 10px);
}
:where(body.btob) .enrolment-wrap .course-info .right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
:where(body.btob) .enrolment-wrap .course-info .badge {
  margin-bottom: 22px;
}
:where(body.btob) .enrolment-wrap .course-info .price .txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.75px;
  text-align: right;
}
:where(body.btob) .enrolment-wrap .course-info .price .total {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btob) .enrolment-wrap .course-info .price .total .val {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-000);
  letter-spacing: -1px;
}
:where(body.btob) .enrolment-wrap .section-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  line-height: 29px;
  padding-bottom: 15px;
}
:where(body.btob) .enrolment-wrap .content-section + .content-section {
  margin-top: 45px;
}
:where(body.btob) .enrolment-wrap .table-content {
  overflow-x: auto;
}
:where(body.btob) .enrolment-wrap .table-content .table {
  min-width: 760px;
}
:where(body.btob) .enrolment-wrap .table-content + .table-content {
  margin-top: 17px;
}
:where(body.btob) .enrolment-wrap .v-table td {
  padding: 9.75px 20px;
}
:where(body.btob) .enrolment-wrap .v-table .form-group .form-control {
  min-width: 330px;
}
:where(body.btob) .enrolment-wrap .v-table .form-group.form-inline-group .form-control {
  min-width: 120px;
}
:where(body.btob) .enrolment-wrap .v-table .form-group.form-group-address {
  display: flex;
  gap: 10px;
}
:where(body.btob) .enrolment-wrap .v-table .form-group.form-group-address .form-control {
  flex: 1;
  min-width: auto;
}
:where(body.btob) .enrolment-wrap .v-table .form-radio-group {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px 30px;
}
:where(body.btob) .enrolment-wrap .v-table .info-txt-blue {
  margin: 10px 0;
}
:where(body.btob) .enrolment-wrap .v-table td .price {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #f53997;
}
:where(body.btob) .enrolment-wrap .v-table td .unit {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #666;
}
:where(body.btob) .enrolment-wrap .form-check-group {
  gap: 12px;
  padding: 10px 0;
}
:where(body.btob) .enrolment-wrap .form-check-group .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob) .enrolment-wrap .form-check-group .form-check input + span {
  color: var(--black-333);
}
:where(body.btob) .enrolment-wrap .form-check-group .form-check input + span::before {
  top: 8px;
}
:where(body.btob) .enrolment-wrap .form-check-group .form-check input + span::after {
  top: 4px;
}
:where(body.btob) .enrolment-wrap .content-info-box {
  margin-bottom: 14px;
}
:where(body.btob) .enrolment-wrap .content-info-box ~ .form-check-group {
  padding: 0;
  justify-content: center;
}
:where(body.btob) .enrolment-wrap .content-info-box ~ .form-check-group input + span::before {
  top: 4px;
}
:where(body.btob) .enrolment-wrap .content-info-box ~ .form-check-group input + span::after {
  top: 0;
}
:where(body.btob) .enrolment-wrap .course-completed {
  padding: 45px 20px;
  border-top: 1px solid var(--black-333);
}
:where(body.btob) .enrolment-wrap .course-completed .img {
  width: 68px;
  height: 69px;
  margin: 0 auto 20px;
}
:where(body.btob) .enrolment-wrap .course-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .enrolment-wrap .course-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}
@media (max-width: 1050px) {
  :where(body.btob) .enrolment-wrap .content-section + .content-section {
    margin-top: 40px;
  }
  :where(body.btob) .enrolment-wrap .course-info {
    padding: 20px 0;
    flex-direction: column;
  }
  :where(body.btob) .enrolment-wrap .course-info .img {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  :where(body.btob) .enrolment-wrap .course-info .info {
    width: 100%;
    padding-top: 0;
    flex-direction: column;
  }
  :where(body.btob) .enrolment-wrap .section-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  :where(body.btob) .enrolment-wrap .table-content .table {
    min-width: auto;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) {
    padding-top: 20px;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) table, :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) thead, :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) tbody, :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) tr {
    display: block;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .col-title {
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    background-color: transparent;
    padding: 0 0 10px;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) colgroup {
    display: none;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) tbody, :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) tr {
    width: 100%;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) th, :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) td {
    display: block;
    width: 100%;
    padding: 0;
    border-top: 0;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) th > span, :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) td > span {
    display: block;
    line-height: 16px;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-group {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-group .form-control {
    width: 100%;
    min-width: auto;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-group.form-inline-group .form-control {
    flex: 1;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-group .desc {
    width: 100%;
    line-height: 14px;
    margin: -5px 0 0;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-radio-group {
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-eee);
    margin-bottom: 20px;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) [colspan="4"] .form-radio-group {
    border-top: 1px solid var(--gray-eee);
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-check-group {
    padding: 20px 0;
    border-top: 1px solid var(--gray-eee);
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .form-group-address .form-control:nth-child(2) {
    width: calc(100% - 80px - 10px);
    flex: none;
  }
  :where(body.btob) .enrolment-wrap .v-table:not(.v-border-table) .info-txt-blue {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .enrolment-wrap .course-info {
    padding: 20px 0 28px;
    margin-bottom: 40px;
  }
  :where(body.btob) .enrolment-wrap .course-info .info {
    position: relative;
    flex-direction: column;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .left {
    width: 100%;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item {
    align-items: center;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item + .item {
    margin-top: 20px;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item.item-center {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item.item-center .tit, :where(body.btob) .enrolment-wrap .course-info .info .detail .item.item-center .desc {
    width: 100%;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item.item-center .tit {
    margin-bottom: 10px;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item .tit {
    padding-left: 0;
    line-height: 16px;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item .tit::before {
    content: none;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item .desc .txt {
    line-height: 16px;
  }
  :where(body.btob) .enrolment-wrap .course-info .info .detail .item .form-select, :where(body.btob) .enrolment-wrap .course-info .info .detail .item .form-group {
    width: 100%;
  }
  :where(body.btob) .enrolment-wrap .course-info .right {
    width: 100%;
    align-items: flex-start;
    margin-top: 18px;
  }
  :where(body.btob) .enrolment-wrap .course-info .right .badge {
    position: absolute;
    top: 0;
    right: 0;
  }
  :where(body.btob) .enrolment-wrap .course-info .right .price {
    display: flex;
    align-items: center;
  }
  :where(body.btob) .enrolment-wrap .course-info .right .price .txt {
    width: 90px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.75px;
    text-align: left;
  }
  :where(body.btob) .enrolment-wrap .course-info .right .price .total {
    line-height: 19px;
  }
}

/*
  마이페이지
*/
:where(body.btob) .my-page-content .home .row {
  display: flex;
  margin-bottom: 50px;
}
:where(body.btob) .my-page-content .home .row .col {
  width: 33.3333333%;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  height: 306px;
  padding: 28px 30px;
}
:where(body.btob) .my-page-content .home .row .col + .col {
  border-left: 0;
}
:where(body.btob) .my-page-content .home .top-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
:where(body.btob) .my-page-content .home .top-heading .title {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob) .my-page-content .home .top-heading .btn-link {
  display: flex;
  align-items: center;
}
:where(body.btob) .my-page-content .home .top-heading .btn-link span {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 5px;
}
:where(body.btob) .my-page-content .home .top-heading.with-border {
  border-bottom: 1px solid var(--black-000);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob) .my-page-content .home .box.my-info {
  margin-top: -5px;
}
:where(body.btob) .my-page-content .home .box.my-info .title {
  display: inline-block;
  width: 80px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob) .my-page-content .home .box.my-info .item {
  display: flex;
  line-height: 29px;
}
:where(body.btob) .my-page-content .home .box.my-info .item .value {
  display: -webkit-box;
  width: calc(100% - 80px);
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  padding-top: 4px;
  letter-spacing: -0.75px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item + .item {
  margin-top: 10px;
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item .title {
  max-width: calc(100% - 60px - 10px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: -0.75px;
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item .badge-state {
  display: inline-block;
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.65px;
  text-align: center;
  color: var(--white);
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item .badge-state.badge-blue {
  background-color: var(--point);
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item .badge-state.badge-pink {
  background-color: #ee3b81;
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item .badge-state.badge-gray {
  background-color: var(--gray-666);
}
:where(body.btob) .my-page-content .home .box.my-inquiry .item .badge-state.badge-skyblue {
  background-color: #3e80f8;
}
:where(body.btob) .my-page-content .home .box.my-favorite {
  position: relative;
}
:where(body.btob) .my-page-content .home .box.my-favorite .swiper-slide {
  opacity: 0 !important;
}
:where(body.btob) .my-page-content .home .box.my-favorite .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list .course-item {
  width: 200px;
  margin: 0 auto;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list .course-item .img {
  width: 100%;
  aspect-ratio: 200/112;
  margin: 0 auto 7px;
  border-radius: 10px;
  overflow: hidden;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list .course-item .category-list {
  width: 100%;
  margin-bottom: 4px;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list .course-item .category-list .category {
  width: 100%;
}
:where(body.btob) .my-page-content .home .box.my-favorite .course-list .course-item .title {
  font-size: 15px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 0;
}
:where(body.btob) .my-page-content .home .box.my-favorite .btn-arrow-next, :where(body.btob) .my-page-content .home .box.my-favorite .btn-arrow-prev {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gray-ddd);
  border-radius: 100%;
}
:where(body.btob) .my-page-content .home .box.my-favorite .btn-arrow-next.swiper-button-disabled .ico, :where(body.btob) .my-page-content .home .box.my-favorite .btn-arrow-prev.swiper-button-disabled .ico {
  opacity: 0.3;
}
:where(body.btob) .my-page-content .home .box.my-favorite .btn-arrow-prev {
  left: -5px;
}
:where(body.btob) .my-page-content .home .box.my-favorite .btn-arrow-next {
  right: -5px;
}
:where(body.btob) .my-page-content .home .box.my-favorite .page-num {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  margin-top: 12px;
}
:where(body.btob) .my-page-content .home .box.my-favorite .page-num .current {
  font-size: 14px;
  color: var(--point);
}
:where(body.btob) .my-page-content .home .box.my-favorite .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: rgba(102, 102, 102, 0.7);
  margin-left: 13px;
}
:where(body.btob) .my-page-content .home .box.my-favorite .page-num .total::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  color: var(--gray-666);
  font-size: 13px;
}
:where(body.btob) .my-page-content .home .box.box-empty {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
:where(body.btob) .my-page-content .home .box.box-empty img {
  display: inline-block;
  width: 44px;
  height: 38px;
  margin: 0 auto 20px;
}
:where(body.btob) .my-page-content .home .box.box-empty .txt {
  display: block;
  font-size: 15px;
  color: var(--gray-666);
  letter-spacing: -0.75px;
}
:where(body.btob) .my-page-content .home .empty {
  text-align: center;
  width: 100%;
}
:where(body.btob) .my-page-content .home .empty .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 80px 0 100px;
}
:where(body.btob) .my-page-content .pagination {
  margin-top: 30px;
}
:where(body.btob) .my-page-content .box-board .box-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 0;
}
:where(body.btob) .my-page-content .box-board .box-heading .title {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob) .my-page-content .box-board .box-heading .title .small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-left: 4px;
}
:where(body.btob) .my-page-content .box-board .box-heading .btn-link {
  display: flex;
  align-items: center;
}
:where(body.btob) .my-page-content .box-board .box-heading .btn-link span {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 5px;
}
:where(body.btob) .my-page-content .box-board .box-heading.with-border {
  border-bottom: 1px solid var(--black-000);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob) .my-page-content .box-board .box-sorting {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
}
:where(body.btob) .my-page-content .box-board .box-sorting .sorting {
  display: flex;
  gap: 4px;
  align-items: center;
}
:where(body.btob) .my-page-content .box-board + .box-board {
  margin-top: 50px;
}
:where(body.btob) .my-page-content .ico-setting {
  width: 12px;
  height: 12px;
  background-image: url(../btob/img/common/ico-setting-gray.png);
}
:where(body.btob) .my-page-content .my-table {
  overflow-x: auto;
}
:where(body.btob) .my-page-content .my-table:first-child table {
  border-top: 1px solid var(--black-333);
}
:where(body.btob) .my-page-content .my-table table {
  border-top: 1px solid var(--gray-ccc);
}
:where(body.btob) .my-page-content .my-table table th {
  height: 58px;
  border-bottom: 1px solid var(--gray-eee);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob) .my-page-content .my-table table td {
  padding: 20px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .my-page-content .my-table table .cont-list .row {
  display: flex;
  gap: 20px;
}
:where(body.btob) .my-page-content .my-table table .cont-list .row + .row {
  margin-top: 7px;
}
:where(body.btob) .my-page-content .my-table table .cont {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 9px;
}
:where(body.btob) .my-page-content .my-table table .cont .tit {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  white-space: nowrap;
}
:where(body.btob) .my-page-content .my-table table .cont .val {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  font-weight: 500;
  white-space: nowrap;
}
:where(body.btob) .my-page-content .my-table table .txt {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--black-000);
  word-break: auto-phrase;
}
:where(body.btob) .my-page-content .my-table table .row-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
:where(body.btob) .my-page-content .my-table table.attending-table {
  min-width: 850px;
}
:where(body.btob) .my-page-content .my-table table.attending-table .category-list {
  margin-bottom: 12px;
}
:where(body.btob) .my-page-content .my-table table.attending-table .category-list .category {
  gap: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(body.btob) .my-page-content .my-table table.attending-table .category-list .item {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btob) .my-page-content .my-table table.attending-table .category-list .item + .item::before {
  left: -11px;
}
:where(body.btob) .my-page-content .my-table table.attending-table .title-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
:where(body.btob) .my-page-content .my-table table.attending-table .title-area .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob) .my-page-content .my-table .nodata {
  text-align: center;
  font-size: 16px;
}
:where(body.btob) .my-page-content .my-table .nodata td {
  padding: 100px 20px;
}
:where(body.btob) .my-page-content .favorite-list {
  border-top: 1px solid var(--black-333);
  padding-top: 20px;
}
:where(body.btob) .my-page-content .favorite-list .course-list .course-item .info {
  justify-content: space-between;
}
:where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .title {
  display: block;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}
:where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .title .badge {
  margin-right: 7px;
}
:where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .price .val {
  font-size: 18px;
}
:where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .button-group {
  align-items: flex-end;
  gap: 24px;
}
:where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .button-group .btn-del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
:where(body.btob) .my-page-content .favorite-list .nodata-box:only-child {
  padding-top: 0;
}
:where(body.btob) .my-page-content .survey-list {
  border-top: 1px solid var(--black-333);
}
:where(body.btob) .my-page-content .survey-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .my-page-content .survey-list .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  max-width: 60%;
}
:where(body.btob) .my-page-content .survey-list .item .right {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
:where(body.btob) .my-page-content .survey-list .item .cont {
  display: flex;
  align-items: center;
}
:where(body.btob) .my-page-content .survey-list .item .cont .tit {
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-666);
  margin-right: 4px;
}
:where(body.btob) .my-page-content .survey-list .item .cont .date {
  font-size: 14px;
  line-height: 16px;
  color: var(--black-000);
}
:where(body.btob) .my-page-content .survey-box .survey-head {
  width: 100%;
  padding: 20px;
  background-color: #fee6f4;
  margin-bottom: 20px;
  margin-top: 25px;
}
:where(body.btob) .my-page-content .survey-box .survey-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: var(--black-000);
  margin-bottom: 15px;
}
:where(body.btob) .my-page-content .survey-box .survey-head .desc {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
}
:where(body.btob) .my-page-content .survey-box .survey-body {
  border: 1px solid var(--gray-eee);
}
:where(body.btob) .my-page-content .survey-box .item {
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob) .my-page-content .survey-box .item .title {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  background-color: #f9f9f9;
  padding: 19px 0;
}
:where(body.btob) .my-page-content .survey-box .item .title .num {
  padding-left: 18px;
  width: 50px;
}
:where(body.btob) .my-page-content .survey-box .item .title .txt {
  width: calc(100% - 50px);
  padding-right: 20px;
}
:where(body.btob) .my-page-content .survey-box .item .input-area {
  padding: 20px 20px 20px 50px;
}
:where(body.btob) .my-page-content .survey-box .item .form-group.form-inline-group {
  flex-wrap: wrap;
  gap: 10px 30px;
}
:where(body.btob) .my-page-content .login-contents {
  border-top: 1px solid var(--black-333);
}
:where(body.btob) .my-page-content .login-contents .login-box {
  border-color: var(--gray-eee);
  border-top-color: var(--gray-ccc);
}
:where(body.btob) .my-page-content .login-contents .sign-in .form {
  padding-top: 0;
  border-top: 0;
}
:where(body.btob) .my-page-content .v-table-input {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  :where(body.btob) .my-page-content .home .top-heading .title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.8px;
  }
  :where(body.btob) .my-page-content .home .row {
    flex-direction: column;
    gap: 20px;
  }
  :where(body.btob) .my-page-content .home .row .col {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  :where(body.btob) .my-page-content .home .row .col + .col {
    border-left: 1px solid var(--gray-ddd);
  }
  :where(body.btob) .my-page-content .home .box {
    height: auto;
  }
  :where(body.btob) .my-page-content .my-table table td {
    padding: 20px 10px;
  }
  :where(body.btob) .my-page-content .table.v-table.v-table-input {
    border-top: 1px solid #333333;
    padding-top: 30px;
  }
  :where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .category-list .category {
    width: 100%;
  }
  :where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .title {
    white-space: normal;
  }
  :where(body.btob) .my-page-content .favorite-list .course-list .course-item .info .button-group {
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 576px) {
  :where(body.btob) .my-page-content .survey-list .item {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btob) .my-page-content .survey-list .item .title {
    max-width: none;
    text-align: left;
  }
  :where(body.btob) .my-page-content .survey-list .item .right {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/*
  변수
*/
:where(body.btoc) {
  --point: #453fe8;
  --red: #F53997;
  --radius: 3px;
}

/*
  BTOC ICONS
*/
:where(body.btoc) .ico-heart {
  width: 20px;
  height: 17px;
  background-image: url(../btoc/img/common/ico-heart.png);
}
:where(body.btoc) .on > .ico-heart {
  background-image: url(../btoc/img/common/ico-heart-on.png);
}
:where(body.btoc) .ico-setting {
  width: 12px;
  height: 12px;
  background-image: url(../btoc/img/common/ico-setting.png);
}
:where(body.btoc) .ico-mini-heart {
  width: 14px;
  height: 12px;
  background-image: url(../btoc/img/common/ico-sm-heart.png);
}
:where(body.btoc) .ico-main-stop {
  width: 8px;
  height: 12px;
  background-image: url(../btoc/img/main/ico-pause.png);
}
:where(body.btoc) .ico-main-play {
  width: 10px;
  height: 12px;
  background-image: url(../btoc/img/main/ico-play.png);
}
:where(body.btoc) .ico-main-slider-prev {
  width: 22px;
  height: 41px;
  background-image: url(../btoc/img/main/ico-main-slider-prev.png);
}
:where(body.btoc) .ico-main-slider-next {
  width: 22px;
  height: 41px;
  background-image: url(../btoc/img/main/ico-main-slider-next.png);
}
:where(body.btoc) .ico-main-slider-sm-prev {
  width: 7px;
  height: 12.5px;
  background-image: url(../btoc/img/main/ico-main-slider-sm-prev.png);
}
:where(body.btoc) .ico-main-slider-sm-next {
  width: 7px;
  height: 12.5px;
  background-image: url(../btoc/img/main/ico-main-slider-sm-next.png);
}
:where(body.btoc) .ico-main-book {
  width: 63px;
  height: 42px;
  background-image: url(../btoc/img/main/ico-book.png);
}
:where(body.btoc) .ico-main-q-menu-1 {
  width: 32px;
  height: 24px;
  background-image: url(../btoc/img/main/ico-main-q-menu-1.png);
}
:where(body.btoc) .ico-main-q-menu-2 {
  width: 32px;
  height: 23px;
  background-image: url(../btoc/img/main/ico-main-q-menu-2.png);
}
:where(body.btoc) .ico-main-q-menu-3 {
  width: 26px;
  height: 26px;
  background-image: url(../btoc/img/main/ico-main-q-menu-3.png);
}
:where(body.btoc) .ico-main-q-menu-4 {
  width: 26px;
  height: 20px;
  background-image: url(../btoc/img/main/ico-main-q-menu-4.png);
}
:where(body.btoc) .ico-main-q-menu-5 {
  width: 29px;
  height: 22px;
  background-image: url(../btoc/img/main/ico-main-q-menu-5.png);
}
:where(body.btoc) .ico-main-plus {
  width: 11px;
  height: 11px;
  background-image: url(../btoc/img/main/ico-plus.png);
}
:where(body.btoc) .ico-service-1 {
  width: 49px;
  height: 50px;
  background-image: url(../btoc/img/main/ico-service-1.png);
}
:where(body.btoc) .ico-service-2 {
  width: 50px;
  height: 48px;
  background-image: url(../btoc/img/main/ico-service-2.png);
}
:where(body.btoc) .ico-service-3 {
  width: 49px;
  height: 50px;
  background-image: url(../btoc/img/main/ico-service-3.png);
}
:where(body.btoc) .ico-service-4 {
  width: 50px;
  height: 49px;
  background-image: url(../btoc/img/main/ico-service-4.png);
}
:where(body.btoc) .ico-service-5 {
  width: 40px;
  height: 50px;
  background-image: url(../btoc/img/main/ico-service-5.png);
}
:where(body.btoc) .ico-service-6 {
  width: 50px;
  height: 51px;
  background-image: url(../btoc/img/main/ico-service-6.png);
}

:where(body.btoc) {
  /* layout */
}
:where(body.btoc) .wrap {
  position: relative;
}
:where(body.btoc) .container {
  max-width: none !important;
}
:where(body.btoc) .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  :where(body.btoc) .inner {
    padding: 0 15px;
  }
}
:where(body.btoc) {
  /* header */
}
:where(body.btoc) .header-wrap .header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid #e4e4e4;
  height: 40px;
  z-index: 5;
}
:where(body.btoc) .header-wrap .header-top > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
:where(body.btoc) .header-wrap .header-top .link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  line-height: 13px;
  color: #4a5acf;
}
:where(body.btoc) .header-wrap .header-top .log-state {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 35px;
  font-size: 13px;
  letter-spacing: -0.65px;
  color: var(--gray-666);
}
:where(body.btoc) .header-wrap .header-top .log-state .item {
  position: relative;
}
:where(body.btoc) .header-wrap .header-top .log-state .item a {
  display: flex;
  align-items: center;
  gap: 5px;
}
:where(body.btoc) .header-wrap .header-top .log-state .item span {
  padding-top: 2px;
}
:where(body.btoc) .header-wrap .header-top .log-state .item + .item::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: var(--gray-ddd);
}
:where(body.btoc) .header-wrap .mo-search-dim, :where(body.btoc) .header-wrap .mo-search-box, :where(body.btoc) .header-wrap .mo-gnb {
  display: none;
}
:where(body.btoc) .header-wrap.scrolling .header {
  height: 90px;
}
:where(body.btoc) .header-wrap.scrolling + .wrap .main-contents, :where(body.btoc) .header-wrap.scrolling + .wrap .sub-contents {
  padding-top: 130px;
}
:where(body.btoc) .header-wrap.scrolling .gnb {
  top: 130px;
}
:where(body.btoc) .header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid #e4e4e4;
  height: 110px;
  transition: height 0.2s;
  z-index: 5;
}
:where(body.btoc) .header > .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
:where(body.btoc) .header .brand {
  width: 190px;
  height: auto;
  margin-right: 30px;
}
:where(body.btoc) .header .brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
:where(body.btoc) .header .brand a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .header .h-form-search {
  position: relative;
  width: 240px;
  border-bottom: 2px solid #222;
}
:where(body.btoc) .header .h-form-search .search {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 20px 0 0;
  font-size: 15px;
  letter-spacing: -0.75px;
}
:where(body.btoc) .header .h-form-search .search::placeholder {
  color: var(--gray-666);
}
:where(body.btoc) .header .h-form-search .search:focus {
  outline: none;
}
:where(body.btoc) .header .h-form-search .btn-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.btoc) .header .menu {
  display: flex;
  gap: 80px;
  align-items: center;
}
:where(body.btoc) .header .menu .item a {
  font-size: 18px;
  letter-spacing: -0.9px;
  font-weight: 600;
  color: var(--black-000);
}
:where(body.btoc) .header .menu .item.on a {
  font-weight: bold;
  color: #2859e7;
}
:where(body.btoc) .header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
:where(body.btoc) .header .right .btn-mo-search {
  display: none;
  width: 18px;
  height: 18px;
}
:where(body.btoc) .header .right .btn-mo-search.on {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.btoc) .header .right .btn-mo-search.on .ico-search-black {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/ico-close.png);
}
:where(body.btoc) .header .login-set {
  display: flex;
  align-items: center;
}
:where(body.btoc) .header .login-set .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btoc) .header .login-set .link + .link {
  margin-left: 32px;
}
:where(body.btoc) .header .login-set .link + .link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btoc) .header .btn-menu {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 80px;
}
:where(body.btoc) .header .btn-menu span {
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  transition: all 0.2s;
  background-color: var(--black-000);
  right: 0;
}
:where(body.btoc) .header .btn-menu span:first-child {
  top: 13px;
}
:where(body.btoc) .header .btn-menu span:nth-child(2) {
  width: 20px;
  top: 19px;
}
:where(body.btoc) .header .btn-menu span:nth-child(3) {
  width: 15px;
  top: 25px;
}
:where(body.btoc) .header .btn-menu:hover span {
  width: 20px;
}
:where(body.btoc) .header .btn-menu.on span {
  width: 18px;
}
:where(body.btoc) .header .btn-menu.on span:first-child {
  transform: translateY(8px) rotate(-45deg);
  top: 11px;
  right: 0;
}
:where(body.btoc) .header .btn-menu.on span:nth-child(2) {
  opacity: 0;
}
:where(body.btoc) .header .btn-menu.on span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  top: 27px;
  right: 0;
}
:where(body.btoc) .header .btn-menu.btn-mo-menu {
  display: none;
}
:where(body.btoc) .header .gnb {
  display: none;
  position: fixed;
  top: 150px;
  width: 100%;
  background-color: #fbfbfb;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 30px 0 50px;
}
:where(body.btoc) .header .gnb.show {
  display: block;
}
:where(body.btoc) .header .gnb .inner {
  position: relative;
  display: flex;
}
:where(body.btoc) .header .gnb .gnb-title {
  width: 180px;
  margin-right: 40px;
  text-align: center;
}
:where(body.btoc) .header .gnb .gnb-title .txt {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 30px;
}
:where(body.btoc) .header .gnb .gnb-img {
  display: block;
  width: 70px;
  height: 71px;
  margin: 0 auto;
}
:where(body.btoc) .header .gnb .gnb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .header .gnb .nav {
  display: flex;
  width: calc(100% - 180px - 40px);
}
:where(body.btoc) .header .gnb .nav .nav-item {
  flex: 1;
  padding-left: 40px;
  border-right: 1px solid var(--gray-eee);
}
:where(body.btoc) .header .gnb .nav .nav-item:first-child {
  border-left: 1px solid var(--gray-eee);
}
:where(body.btoc) .header .gnb .nav .nav-item:last-child {
  border-right: 0;
}
:where(body.btoc) .header .gnb .nav .nav-item .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-bottom: 18px;
}
:where(body.btoc) .header .gnb .nav .nav-item .list .item {
  position: relative;
  transition: 0.2s;
}
:where(body.btoc) .header .gnb .nav .nav-item .list .item > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.8px;
}
:where(body.btoc) .header .gnb .nav .nav-item .list .item.item-sub {
  padding-left: 15px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 30px;
  color: var(--gray-666);
}
:where(body.btoc) .header .gnb .nav .nav-item .list .item.on > a, :where(body.btoc) .header .gnb .nav .nav-item .list .item:hover > a {
  color: #2859e7;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  :where(body.btoc) .header-wrap .header-top {
    display: none;
  }
  :where(body.btoc) .header-wrap .mo-search-dim {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 6;
  }
  :where(body.btoc) .header-wrap .mo-search-dim.show {
    display: block;
  }
  :where(body.btoc) .header-wrap .mo-search-box {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px 42px;
    z-index: 7;
    background-color: #fbfbfb;
  }
  :where(body.btoc) .header-wrap .mo-search-box .form-search {
    width: 100%;
    border-bottom: 2px solid #222;
  }
  :where(body.btoc) .header-wrap .mo-search-box .form-search .form-control {
    border: 0;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding-bottom: 2px;
    padding-left: 14px;
  }
  :where(body.btoc) .header-wrap .mo-search-box .form-search .form-control::placeholder {
    color: var(--black-333);
  }
  :where(body.btoc) .header-wrap .mo-search-box .form-search .btn-search {
    top: -2px;
    right: 7px;
  }
  :where(body.btoc) .header-wrap .mo-search-box .form-search .btn-search::before {
    content: none;
  }
  :where(body.btoc) .header-wrap .mo-search-box.show {
    display: block;
  }
  :where(body.btoc) .header-wrap .mo-gnb {
    position: fixed;
    width: 100%;
    height: calc(100dvh - 60px);
    top: 60px;
    left: 0;
    padding: 23px 0;
    background-color: #fbfbfb;
    z-index: 5;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav {
    max-height: calc(100dvh - 53px - 100px);
    overflow-y: auto;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item {
    padding: 0 30px 21px;
    border-bottom: 1px solid var(--gray-eee);
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item + .nav-item {
    margin-top: 23px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .title {
    position: relative;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .title .link {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.9px;
    color: var(--black-000);
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .title .btn-lg-menu-toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .title .btn-lg-menu-toggle .ico-menu-state {
    width: 15.5px;
    height: 8.5px;
    background-size: cover;
    background-image: url(../img/common/ico-ac-down.png);
    transition: 0.2s;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list {
    display: none;
    padding-top: 13px;
    border-top: 1px solid var(--black-333);
    margin-top: 14px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item .sub-title {
    position: relative;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item .sub-title .link {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item .sub-title .btn-menu-toggle {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item .sub-title .btn-menu-toggle .ico-menu-state {
    width: 10px;
    height: 10px;
    background-size: cover;
    background-image: url(../img/common/ico-plus.png);
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item .sub-list {
    display: none;
    padding-left: 19px;
    color: var(--gray-666);
    margin-bottom: 5px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item .sub-list a {
    letter-spacing: -0.75px;
    font-size: 15px;
    line-height: 40px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item.show .sub-title .btn-menu-toggle {
    border: solid 1px #eee;
    background-color: #f4f4f4;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item.show .sub-title .btn-menu-toggle .ico-menu-state {
    width: 10px;
    height: 2px;
    background-image: url(../img/common/ico-minus.png);
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item .list .item.show .sub-list {
    display: block;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item.show .title .btn-lg-menu-toggle {
    border: solid 1px #eee;
    background-color: #f4f4f4;
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item.show .title .btn-lg-menu-toggle .ico-menu-state {
    transform: rotate(180deg);
  }
  :where(body.btoc) .header-wrap .mo-gnb .nav-item.show .list {
    display: block;
  }
  :where(body.btoc) .header-wrap .mo-gnb .login-set {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .login-set .link {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .login-set .link .txt {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.65px;
    color: var(--gray-666);
  }
  :where(body.btoc) .header-wrap .mo-gnb .login-set .link + .link {
    margin-left: 40px;
  }
  :where(body.btoc) .header-wrap .mo-gnb .login-set .link + .link::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #ddd;
  }
  :where(body.btoc) .header-wrap .mo-gnb.show {
    display: block;
  }
  :where(body.btoc) .header-wrap.scrolling .header {
    height: 60px;
  }
  :where(body.btoc) .header-wrap.scrolling + .wrap .main-contents, :where(body.btoc) .header-wrap.scrolling + .wrap .sub-contents {
    padding-top: 60px;
  }
  :where(body.btoc) .header {
    top: 0;
    height: 60px;
  }
  :where(body.btoc) .header .brand {
    width: 120px;
  }
  :where(body.btoc) .header .menu {
    display: none;
  }
  :where(body.btoc) .header .h-form-search {
    display: none;
  }
  :where(body.btoc) .header .right .btn-mo-search {
    display: block;
  }
  :where(body.btoc) .header .btn-menu {
    display: none;
    margin-left: 0;
  }
  :where(body.btoc) .header .btn-menu span {
    width: 20px;
    height: 2px;
  }
  :where(body.btoc) .header .btn-menu span:first-child {
    top: 14px;
  }
  :where(body.btoc) .header .btn-menu span:nth-child(2) {
    width: 15px;
  }
  :where(body.btoc) .header .btn-menu span:nth-child(3) {
    width: 10px;
    top: 24px;
  }
  :where(body.btoc) .header .btn-menu.on span:nth-child(3) {
    width: 18px;
  }
  :where(body.btoc) .header .btn-menu.btn-mo-menu {
    display: block;
  }
  :where(body.btoc) .header .gnb {
    top: 60px;
    padding: 30px 0 40px;
  }
  :where(body.btoc) .header .gnb .gnb-title {
    display: none;
  }
  :where(body.btoc) .header .gnb .nav {
    flex-direction: column;
    width: 100%;
  }
  :where(body.btoc) .header .gnb .nav .nav-item {
    display: flex;
    flex: none;
    width: 100%;
  }
  :where(body.btoc) .header .gnb .nav .nav-item + .nav-item {
    margin-top: 40px;
  }
  :where(body.btoc) .header .gnb .nav .nav-item .title {
    width: 100px;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.75px;
  }
  :where(body.btoc) .header .gnb .nav .nav-item .list {
    width: calc(100% - 100px);
  }
  :where(body.btoc) .header .gnb .nav .nav-item .list .item {
    font-size: 15px;
  }
  :where(body.btoc) .header .gnb .inner {
    flex-direction: column;
  }
}
:where(body.btoc) {
  /* footer */
}
:where(body.btoc) .footer {
  background-color: #323232;
}
:where(body.btoc) .footer .footer-menu {
  border-bottom: 1px solid #444444;
  height: 60px;
}
:where(body.btoc) .footer .footer-menu .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
:where(body.btoc) .footer .footer-menu .menu {
  display: flex;
}
:where(body.btoc) .footer .footer-menu .menu .item {
  position: relative;
}
:where(body.btoc) .footer .footer-menu .menu .item + .item {
  margin-left: 33px;
}
:where(body.btoc) .footer .footer-menu .menu .item + .item::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: var(--gray-666);
}
:where(body.btoc) .footer .footer-menu .menu .item a {
  font-size: 15px;
  line-height: 40px;
  letter-spacing: -0.75px;
  text-align: left;
  color: var(--white);
}
:where(body.btoc) .footer .footer-menu .menu .item a:focus {
  outline-color: var(--white);
}
:where(body.btoc) .footer .select-site {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: var(--white);
  padding-left: 10px;
  padding-right: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../img/common/ico-select-up.png);
  background-position: right center;
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  height: 40px;
}
:where(body.btoc) .footer .select-site:focus {
  outline-color: var(--white);
}
:where(body.btoc) .footer .select-site option {
  color: var(--black-333);
}
:where(body.btoc) .footer .sel-dropdown {
  position: relative;
  display: inline-block;
}
:where(body.btoc) .footer .sel-dropdown .caption {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: var(--white);
  padding-left: 10px;
  padding-right: 24px;
}
:where(body.btoc) .footer .sel-dropdown .caption::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url(../img/common/ico-select-up.png);
  width: 9px;
  height: 5px;
  background-size: cover;
  transform: rotate(180deg) translateY(50%);
}
:where(body.btoc) .footer .sel-dropdown.open .caption::after {
  transform: rotate(0) translateY(-50%);
}
:where(body.btoc) .footer .sel-dropdown.open .list {
  display: block;
}
:where(body.btoc) .footer .sel-dropdown .list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 180px;
  background-color: white;
  border: 1px solid #ddd;
  z-index: 10;
  border-radius: 2px;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
:where(body.btoc) .footer .sel-dropdown .list .item:hover a {
  background-color: #f2f2f2;
}
:where(body.btoc) .footer .sel-dropdown .list .item a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.2s;
}
:where(body.btoc) .footer .sel-dropdown .list .item a:focus {
  outline-color: var(--white);
}
:where(body.btoc) .footer .footer-content {
  padding: 30px 0 60px;
}
:where(body.btoc) .footer .footer-content .inner {
  display: flex;
}
:where(body.btoc) .footer .footer-content .footer-logo {
  display: flex;
  align-items: center;
  width: 150px;
  margin-right: 24px;
  padding-bottom: 40px;
}
:where(body.btoc) .footer .footer-content .footer-logo:focus {
  outline-color: var(--white);
}
:where(body.btoc) .footer .footer-content .footer-logo img {
  width: 100%;
  height: auto;
}
:where(body.btoc) .footer .footer-content .info {
  font-size: 14px;
  line-height: 22px;
  color: var(--gray-eee);
  word-break: keep-all;
}
:where(body.btoc) .footer .footer-content .info .tel {
  margin-left: 10px;
}
:where(body.btoc) .footer .footer-content .info .tel::after {
  content: "|";
  color: #666;
  margin: 0 10px;
}
:where(body.btoc) .footer .footer-content .info .line::after {
  content: "|";
  color: #666;
  margin: 0 10px;
}
:where(body.btoc) .footer .footer-content .copyright {
  color: var(--gray-999);
}
@media (max-width: 1280px) {
  :where(body.btoc) .footer .footer-menu {
    height: auto;
    border-bottom: 0;
  }
  :where(body.btoc) .footer .footer-menu .menu {
    padding-top: 22px;
    margin-bottom: 20px;
  }
  :where(body.btoc) .footer .footer-menu .menu .item a {
    line-height: 14px;
  }
  :where(body.btoc) .footer .footer-menu .sel-dropdown {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 40px;
    line-height: 40px;
  }
  :where(body.btoc) .footer .footer-menu .sel-dropdown .caption {
    width: 100%;
    text-align: left;
  }
  :where(body.btoc) .footer .footer-menu .sel-dropdown .caption::after {
    right: 10px;
  }
  :where(body.btoc) .footer .footer-menu .sel-dropdown .list {
    max-height: 140px;
  }
  :where(body.btoc) .footer .footer-content {
    padding: 30px 0 40px;
    border-top: 1px solid #444;
  }
  :where(body.btoc) .footer .footer-content .inner {
    flex-direction: column;
  }
  :where(body.btoc) .footer .footer-content .footer-logo {
    width: 106px;
    height: 20px;
    margin: 0 auto 20px;
    padding-bottom: 0;
  }
  :where(body.btoc) .footer .footer-content .info {
    font-size: 13px;
    line-height: 18px;
    color: var(--gray-eee);
    text-align: center;
  }
  :where(body.btoc) .footer .footer-content .info span {
    display: block;
  }
  :where(body.btoc) .footer .footer-content .info .tel, :where(body.btoc) .footer .footer-content .info .line {
    display: block;
  }
  :where(body.btoc) .footer .footer-content .info .tel::after, :where(body.btoc) .footer .footer-content .info .line::after {
    content: none;
  }
  :where(body.btoc) .footer .footer-content .copyright {
    color: var(--gray-999);
    font-size: 13px;
    line-height: 22px;
  }
}

:where(body.btoc) .pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
}
:where(body.btoc) .pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.btoc) .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 30px;
  color: var(--gray-666);
  text-align: center;
  letter-spacing: -0.75px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: 0.2s;
}
:where(body.btoc) .pagination .page-item:hover .page-link {
  border: 1px solid var(--gray-df);
}
:where(body.btoc) .pagination .page-item:hover .ico {
  border: 1px solid var(--gray-df);
}
:where(body.btoc) .pagination .page-item.active .page-link {
  background-color: #2859e7;
  border: 1px solid #2859e7;
  color: var(--white);
}
:where(body.btoc) .pagination .page-item.disabled .page-link {
  cursor: default;
}
:where(body.btoc) .pagination .page-item.disabled .ico {
  opacity: 0.4;
}
:where(body.btoc) .pagination .page-item.prev .page-link, :where(body.btoc) .pagination .page-item.first .page-link, :where(body.btoc) .pagination .page-item.last .page-link, :where(body.btoc) .pagination .page-item.next .page-link {
  border: 0;
  background-color: transparent;
}
@media (max-width: 576px) {
  :where(body.btoc) .pagination {
    gap: 4px;
  }
  :where(body.btoc) .pagination .page-item .page-link {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  :where(body.btoc) .pagination .page-item .ico {
    width: 26px;
    height: 26px;
  }
}

:where(body.btoc) .course-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .course-list .course-item {
  position: relative;
}
:where(body.btoc) .course-list .course-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
:where(body.btoc) .course-list .course-item:hover .img .img-dim {
  opacity: 1;
}
:where(body.btoc) .course-list .course-item:hover .img img {
  transform: scale(1.15);
}
:where(body.btoc) .course-list .course-item .btn-heart {
  position: relative;
  z-index: 2;
}
:where(body.btoc) .course-list .course-item .img {
  position: relative;
  width: 240px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 16px;
}
:where(body.btoc) .course-list .course-item .img .img-dim {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(5, 19, 59, 0.6);
  z-index: 1;
  transition: 0.2s;
}
:where(body.btoc) .course-list .course-item .img .img-dim .btn-go {
  display: flex;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.38px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
  gap: 7px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
:where(body.btoc) .course-list .course-item .img .img-dim .btn-go .txt {
  color: #fff;
  line-height: 40px;
}
:where(body.btoc) .course-list .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  z-index: 1;
}
:where(body.btoc) .course-list .course-item .category-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
:where(body.btoc) .course-list .course-item .category-list .category {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 0;
}
:where(body.btoc) .course-list .course-item .category-list .category .item {
  display: inline;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  vertical-align: middle;
}
:where(body.btoc) .course-list .course-item .category-list .category .item + .item {
  margin-left: 0;
}
:where(body.btoc) .course-list .course-item .category-list .category .item + .item::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 8px;
  transform: translateY(-1px);
  vertical-align: middle;
  position: static;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btoc) .course-list .course-item .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  margin-bottom: 10px;
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
:where(body.btoc) .course-list .course-item .tag-wrap {
  display: block;
  white-space: nowrap;
  min-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
:where(body.btoc) .course-list .course-item .tag-wrap .hashtag-list {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
}
:where(body.btoc) .course-list .course-item .tag-wrap .hashtag-list .hashtag {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:where(body.btoc) .course-list .course-item .tag-wrap .hashtag-list .hashtag + .hashtag {
  margin-left: 4px;
}
:where(body.btoc) .course-list .course-item .detail {
  position: relative;
}
:where(body.btoc) .course-list .course-item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-666);
  letter-spacing: -0.35px;
  margin-bottom: 3px;
}
:where(body.btoc) .course-list .course-item .date > * + *::before {
  content: "|";
  margin: 0 5px;
}
:where(body.btoc) .course-list .course-item .ico-heart-sm {
  width: 14px;
  height: 12px;
}
:where(body.btoc) .course-list .course-item .price {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--black-000);
  line-height: 24px;
  gap: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:where(body.btoc) .course-list .course-item .price:has(.badge) {
  padding-right: 60px;
}
:where(body.btoc) .course-list .course-item .price .val {
  font-weight: 500;
}
:where(body.btoc) .course-list .course-item .price .unit {
  font-size: 14px;
}
:where(body.btoc) .course-list .course-item .price .discount {
  color: #2859e7;
}
:where(body.btoc) .course-list .course-item .price .color-blue {
  font-size: 14px;
}
:where(body.btoc) .course-list .course-item .price .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: auto;
}
:where(body.btoc) .course-list.list-type {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
:where(body.btoc) .course-list.list-type .course-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .course-list.list-type .course-item:first-child {
  padding-top: 0;
}
:where(body.btoc) .course-list.list-type .course-item .img {
  width: 180px;
  height: 102px;
  margin-right: 30px;
  margin-bottom: 0;
}
:where(body.btoc) .course-list.list-type .course-item .img .img-dim {
  display: none;
}
:where(body.btoc) .course-list.list-type .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .course-list.list-type .course-item .info {
  display: flex;
  width: calc(100% - 180px - 30px);
  align-items: center;
}
:where(body.btoc) .course-list.list-type .course-item .i-detail {
  width: 70%;
}
:where(body.btoc) .course-list.list-type .course-item .badge-wrap {
  margin-bottom: 5px;
  justify-content: flex-end;
}
:where(body.btoc) .course-list.list-type .course-item .category-list {
  margin-bottom: 8px;
}
:where(body.btoc) .course-list.list-type .course-item .category-list .category {
  width: 100%;
}
:where(body.btoc) .course-list.list-type .course-item .tag-wrap {
  margin-top: 10px;
}
:where(body.btoc) .course-list.list-type .course-item .title {
  min-height: auto;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  transition: 0.3s;
}
:where(body.btoc) .course-list.list-type .course-item .detail {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: right;
}
:where(body.btoc) .course-list.list-type .course-item .price {
  order: 3;
  font-size: 18px;
  font-weight: 500;
  color: var(--black-000);
  justify-content: flex-end;
}
:where(body.btoc) .course-list.list-type .course-item .price .unit {
  font-size: 14px;
  color: var(--gray-666);
}
:where(body.btoc) .course-list.list-type .course-item .price .discount {
  color: #2859e7;
}
:where(body.btoc) .course-list.list-type .course-item:hover .title {
  color: #2859e7;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  :where(body.btoc) .course-list .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 300/168;
    margin-bottom: 15px;
  }
  :where(body.btoc) .course-list .course-item .category {
    margin-bottom: 7px;
  }
  :where(body.btoc) .course-list .course-item .title {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
  :where(body.btoc) .course-list .course-item .detail .item .tit {
    display: none;
  }
  :where(body.btoc) .course-list .course-item .detail .item .val {
    font-size: 14px;
  }
  :where(body.btoc) .course-list.list-type {
    display: flex;
    gap: 30px 16px;
    flex-wrap: wrap;
  }
  :where(body.btoc) .course-list.list-type .course-item {
    width: calc(50% - 8px);
    flex-direction: column;
    padding: 0;
    border-bottom: 0;
  }
  :where(body.btoc) .course-list.list-type .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 240/135;
    margin-bottom: 15px;
    margin-right: 0;
  }
  :where(body.btoc) .course-list.list-type .course-item .img .img-dim {
    display: flex;
  }
  :where(body.btoc) .course-list.list-type .course-item .info {
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  :where(body.btoc) .course-list.list-type .course-item .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 13px;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  :where(body.btoc) .course-list.list-type .course-item .category-list .category {
    width: 100%;
  }
  :where(body.btoc) .course-list.list-type .course-item .tag-wrap {
    margin-bottom: 10px;
  }
  :where(body.btoc) .course-list.list-type .course-item .date .num {
    font-size: 14px;
  }
  :where(body.btoc) .course-list.list-type .course-item .i-detail {
    width: 100%;
  }
  :where(body.btoc) .course-list.list-type .course-item .i-detail .badge-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  :where(body.btoc) .course-list.list-type .course-item .i-detail:has(.badge-wrap) + .detail .price {
    padding-right: 60px;
  }
  :where(body.btoc) .course-list.list-type .course-item .badge-wrap {
    justify-content: flex-start;
  }
  :where(body.btoc) .course-list.list-type .course-item .detail {
    position: static;
    width: 100%;
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
  :where(body.btoc) .course-list.list-type .course-item .date {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.35px;
    margin-bottom: 3px;
    justify-content: flex-start;
  }
  :where(body.btoc) .course-list.list-type .course-item .price {
    font-size: 16px;
  }
  :where(body.btoc) .course-list.list-type .course-item .price .color-blue {
    font-size: 14px;
  }
  :where(body.btoc) .course-list.list-type .course-item:hover .info .title {
    color: #000;
    text-decoration: none;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .course-list .course-item .title {
    margin-bottom: 13px;
  }
  :where(body.btoc) .course-list.list-type .course-item .badge-wrap {
    margin-bottom: 0;
  }
}
:where(body.btoc) .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 18px;
}
:where(body.btoc) .category-list .item {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--gray-666);
}
:where(body.btoc) .category-list .item + .item {
  margin-left: 20px;
}
:where(body.btoc) .category-list .item + .item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}
:where(body.btoc) .category-list .category {
  display: flex;
  align-items: center;
  gap: 4px;
}
:where(body.btoc) .category-list .category .item {
  color: #4a5acf;
  font-weight: bold;
}
:where(body.btoc) .category-list .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
:where(body.btoc) .hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
:where(body.btoc) .hashtag-list .hashtag {
  min-width: 50px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: var(--gray-eee);
  font-size: 13px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
:where(body.btoc) .content-info-box {
  background-color: #f9f9f9;
  padding: 27px 50px;
}
:where(body.btoc) .content-info-box .item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  padding-left: 20px;
}
:where(body.btoc) .content-info-box .item + .item {
  margin-top: 21px;
}
:where(body.btoc) .content-info-box .item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/ico-info.png);
  background-size: cover;
}
:where(body.btoc) .content-info-box .dot-list {
  margin-top: 10px;
}
:where(body.btoc) .content-info-box .dot-list .l-item {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  padding-left: 20px;
  text-align: left;
}
:where(body.btoc) .content-info-box .dot-list .l-item + .item {
  margin-top: 30px;
}
:where(body.btoc) .content-info-box .dot-list .l-item::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--gray-666);
  top: 8px;
  left: 9px;
}
:where(body.btoc) .content-info-box.content-info-row-box {
  display: flex;
  gap: 0;
  padding: 20px;
}
:where(body.btoc) .content-info-box.content-info-row-box .dot-list {
  margin: 0;
}
:where(body.btoc) .content-info-box.content-info-row-box .dot-list .l-item {
  padding-left: 7px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.35px;
}
:where(body.btoc) .content-info-box.content-info-row-box .dot-list .l-item::before {
  left: 0;
  top: 11px;
  width: 2px;
  height: 2px;
}
:where(body.btoc) .content-info-box.content-info-blue {
  background-color: #f5f7fb;
  padding: 20px;
  border-radius: 10px;
}
:where(body.btoc) .content-info-box.content-info-blue .item {
  padding-left: 0;
  font-size: 15px;
  color: var(--gray-666);
  line-height: 16px;
}
:where(body.btoc) .content-info-box.content-info-blue .item i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 7px;
}
:where(body.btoc) .content-info-box.content-info-blue .item::before {
  content: none;
}
:where(body.btoc) .content-info-box.content-info-blue .dot-list {
  margin-top: 13px;
}
:where(body.btoc) .content-info-box.content-info-blue .dot-list .l-item {
  color: var(--black-000);
  font-size: 14px;
  line-height: 18px;
}
:where(body.btoc) .content-info-box.content-info-blue .dot-list .l-item + .l-item {
  margin-top: 8px;
}
:where(body.btoc) .content-info-box.content-info-blue .dot-list .l-item::before {
  top: 7px;
  left: 4px;
  background-color: var(--gray-666);
}
:where(body.btoc) .content-info-box.content-info-white {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
:where(body.btoc) .content-info-box.content-info-white .item {
  padding-left: 0;
  color: var(--gray-666);
}
:where(body.btoc) .content-info-box.content-info-white .item i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 7px;
}
:where(body.btoc) .content-info-box.content-info-white .item::before {
  content: none;
}
:where(body.btoc) .content-info-box.content-info-white .dot-list .l-item {
  color: var(--black-000);
}
:where(body.btoc) .content-info-box.content-info-white .dot-list .l-item::before {
  left: 6px;
  top: 10px;
  background-color: var(--gray-666);
}
@media (max-width: 576px) {
  :where(body.btoc) .content-info-box {
    padding: 20px;
  }
}
:where(body.btoc) .info-txt-blue {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.75px;
  color: #2859e7;
  padding-left: 21px;
}
:where(body.btoc) .info-txt-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../img/common/ico-info-blue.png);
  width: 16px;
  height: 16px;
  background-size: cover;
}

:where(body.btoc) {
  /*
    버튼
  */
}
:where(body.btoc) a, :where(body.btoc) button {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
:where(body.btoc) a:focus-visible, :where(body.btoc) button:focus-visible {
  outline: 2px solid var(--black-000);
  outline-offset: 2px;
  box-shadow: none;
}
:where(body.btoc) .button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
:where(body.btoc) .button-group.button-column-group {
  flex-direction: column;
}
:where(body.btoc) .button-sm-group {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
:where(body.btoc) .btn {
  display: flex;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.38px;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #2859e7;
  border: 1px solid #2859e7;
  color: var(--white);
  white-space: nowrap;
  gap: 3px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
:where(body.btoc) .btn.btn-with-icon {
  padding: 0 15px;
}
:where(body.btoc) .btn.btn-block {
  width: 100%;
}
:where(body.btoc) .btn.btn-lg {
  min-width: 120px;
  padding: 0 30px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
}
:where(body.btoc) .btn.btn-xl {
  min-width: 125px;
  padding: 0 26px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
}
:where(body.btoc) .btn.btn-sm {
  min-width: auto;
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
}
:where(body.btoc) .btn.btn-black {
  background-color: var(--black-333);
  border-color: var(--black-333);
}
:where(body.btoc) .btn.btn-border-black {
  font-weight: 500;
  background-color: var(--white);
  color: var(--black-333);
  border-color: var(--black-333);
}
:where(body.btoc) .btn.btn-border-black:hover {
  background-color: var(--gray-eee);
}
:where(body.btoc) .btn.btn-border-gray {
  font-weight: 500;
  background-color: var(--white);
  color: var(--black-333);
  border-color: var(--gray-999);
}
:where(body.btoc) .btn.btn-border-gray:hover {
  background-color: var(--gray-eee);
}
:where(body.btoc) .btn.btn-border-blue {
  font-weight: 500;
  background-color: var(--white);
  color: #2859e7;
  border-color: #2859e7;
}
:where(body.btoc) .btn.btn-border-blue:hover {
  background-color: #f5f5ff;
}
:where(body.btoc) .btn.btn-light-blue {
  background-color: #eff1f7;
  border-color: #eff1f7;
  color: #2859e7;
}
:where(body.btoc) .btn.btn-point {
  font-weight: 500;
  background-color: #4a5acf;
  border-color: #4a5acf;
}
:where(body.btoc) .btn.btn-point:hover {
  background-color: #453fe8;
  border-color: #453fe8;
}
:where(body.btoc) .btn.btn-like {
  gap: 8px;
}
:where(body.btoc) .btn.btn-like:hover {
  background-color: #fff6fb;
  border-color: var(--black-333);
}
:where(body.btoc) .btn.btn-favorite {
  gap: 8px;
}
:where(body.btoc) .btn.btn-favorite:hover {
  background-color: #f5f5ff;
  border-color: var(--black-333);
}
:where(body.btoc) .btn.btn-border-light-blue {
  font-weight: 500;
  background-color: var(--white);
  color: #2859e7;
  border-color: #7a95e2;
}
:where(body.btoc) .btn.btn-border-light-blue:hover {
  background-color: #f5f5ff;
}
:where(body.btoc) .btn.disabled, :where(body.btoc) .btn:disabled {
  color: var(--gray-999) !important;
  cursor: default !important;
  border-color: var(--gray-eee) !important;
  background-color: var(--gray-eee) !important;
}
:where(body.btoc) .btn-heart {
  display: flex;
  align-items: center;
  gap: 3px;
}
:where(body.btoc) .btn-heart .num {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
@media (max-width: 576px) {
  :where(body.btoc) .btn.btn-xl {
    min-width: auto;
  }
}

:where(body.btoc) {
  /*
    badge
  */
}
:where(body.btoc) .badge-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
:where(body.btoc) .badge {
  display: inline-block;
  min-width: 55px;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  border: solid 1px rgba(174, 178, 205, 0.5);
  background-color: #f3f4ff;
  color: #4a5acf;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.65px;
}
:where(body.btoc) .badge.badge-blue {
  border: solid 1px rgba(180, 189, 216, 0.5);
  background-color: #f5f8ff;
  color: #2859e7;
}
:where(body.btoc) .badge.badge-purple {
  border: solid 1px #4a5acf;
  background-color: #4a5acf;
  color: var(--white);
}
:where(body.btoc) .badge.badge-red {
  border: solid 1px rgba(215, 73, 147, 0.24);
  background-color: #fff3f9;
  color: #e52355;
}

:where(body.btoc) {
  /*
    form
  */
}
:where(body.btoc) .form-control {
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--gray-ccc);
  background-color: transparent;
  border-radius: 2px;
  font-size: 15px;
  color: var(--black-333);
}
:where(body.btoc) .form-control::placeholder {
  color: var(--gray-999);
}
:where(body.btoc) .form-control:disabled {
  background-color: var(--gray-eee);
  color: var(--gray-666);
}
:where(body.btoc) .form-control:focus {
  outline: none;
  border-color: var(--point);
}
:where(body.btoc) .form-select {
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--gray-ccc);
  background-color: transparent;
  border-radius: 2px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../img/common/ico-dropdown.png);
  background-size: 9px 5px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: var(--black-333);
}
:where(body.btoc) .form-select:focus {
  outline: none;
  border-color: var(--point);
}
:where(body.btoc) .form-select:disabled {
  background-color: var(--gray-eee);
  color: var(--gray-666);
}
:where(body.btoc) .form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
:where(body.btoc) .form-check-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
:where(body.btoc) .form-radio {
  position: relative;
  display: flex;
  padding-left: 28px;
}
:where(body.btoc) .form-radio input {
  position: absolute;
  left: -9999px;
}
:where(body.btoc) .form-radio input:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #2859e7;
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}
:where(body.btoc) .form-radio input:disabled + span::before {
  background-color: var(--gray-eee);
}
:where(body.btoc) .form-radio input:disabled + span::after {
  opacity: 0.5;
}
:where(body.btoc) .form-radio input + span {
  display: inline-block;
  font-size: 15px;
  min-height: 20px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
:where(body.btoc) .form-radio input + span a {
  text-decoration: underline;
}
:where(body.btoc) .form-radio input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--gray-ccc);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
:where(body.btoc) .form-radio input + span::after {
  opacity: 0;
}
:where(body.btoc) .form-check {
  position: relative;
  display: flex;
  padding-left: 28px;
}
:where(body.btoc) .form-check input {
  position: absolute;
  left: -9999px;
}
:where(body.btoc) .form-check input:checked + span::before {
  background-image: url(../btoc/img/common/ico-check-on.png);
}
:where(body.btoc) .form-check input:disabled + span::before {
  opacity: 0.5;
}
:where(body.btoc) .form-check input:disabled + span::after {
  background-color: var(--gray-eee);
}
:where(body.btoc) .form-check input + span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
:where(body.btoc) .form-check input + span a {
  text-decoration: underline;
}
:where(body.btoc) .form-check input + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid var(--gray-ccc);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
:where(body.btoc) .form-check input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  box-sizing: border-box;
}
:where(body.btoc) .form-text {
  position: relative;
}
:where(body.btoc) .form-text .form-control {
  padding-right: 32px;
}
:where(body.btoc) .form-text .txt {
  position: absolute;
  right: 0;
  bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  line-height: 26px;
  color: #64748b;
}
:where(body.btoc) .form-group .label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btoc) .form-group .tip {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btoc) .form-group .caution, :where(body.btoc) .form-group .validation {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  text-align: left;
  margin-top: 5px;
}
:where(body.btoc) .form-group .caution {
  color: var(--red);
}
:where(body.btoc) .form-group .validation {
  color: #453fe8;
}
:where(body.btoc) .form-group .txt-limit {
  display: block;
  font-size: 13px;
  text-align: right;
  color: var(--gray-999);
  margin-top: 5px;
}
:where(body.btoc) .form-group .txt-limit .value {
  color: var(--black-000);
}
:where(body.btoc) .form-group.form-inline-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btoc) .form-group.form-inline-group .form-control {
  min-width: auto;
  align-items: center;
}
:where(body.btoc) .form-group.form-inline-group .txt {
  font-size: 15px;
  line-height: 40px;
  color: var(--gray-666);
}
:where(body.btoc) .form-group.form-inline-group .desc {
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  color: var(--gray-666);
  margin-left: 10px;
  letter-spacing: -0.7px;
}
:where(body.btoc) .form-search {
  position: relative;
  width: 420px;
  background-color: #f7f9fa;
}
:where(body.btoc) .form-search .form-control {
  width: 100%;
  height: 48px;
  line-height: 46px;
  border-radius: 2px;
  border: 1px solid #c4cfd7;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding: 0 50px 0 16px;
}
:where(body.btoc) .form-search .form-control::placeholder {
  color: var(--black-333);
}
:where(body.btoc) .form-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
}
:where(body.btoc) .form-search .btn-search .ico {
  transform: translateY(2px);
}
:where(body.btoc) .form-search .btn-search::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #c4cfd7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btoc) textarea.form-control {
  resize: none;
  height: 80px;
  line-height: 22px;
  padding: 10px 10px;
}
:where(body.btoc) .form-file {
  display: flex;
  gap: 10px;
}
:where(body.btoc) .form-file .btn {
  cursor: pointer;
}
:where(body.btoc) .form-file [type=file]::file-selector-button {
  display: none;
}

:where(body.btoc) {
  /*
    popup
  */
}
:where(body.btoc) .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.2s;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
:where(body.btoc) .popup {
  position: fixed;
  width: 640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 105;
  background-color: var(--white);
  padding: 20px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
:where(body.btoc) .popup .popup-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 10px;
}
:where(body.btoc) .popup .popup-head .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
:where(body.btoc) .popup .popup-head .btn-popup-close {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  padding-right: 9px;
  justify-content: flex-end;
}
:where(body.btoc) .popup .popup-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 300px);
}
:where(body.btoc) .popup .popup-body .popup-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
  padding: 25px 0;
}
:where(body.btoc) .popup .popup-body .form-group + .form-group {
  margin-top: 20px;
}
:where(body.btoc) .popup .popup-body .form-group .form-control, :where(body.btoc) .popup .popup-body .form-group .form-select {
  width: 100%;
}
:where(body.btoc) .popup .popup-body .content-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  padding-bottom: 10px;
}
:where(body.btoc) .popup .popup-body .content-item {
  margin-top: 30px;
}
:where(body.btoc) .popup .popup-body .table {
  border-top-color: var(--gray-ccc);
}
:where(body.btoc) .popup .popup-body .content-info-box + .content-info-box {
  margin-top: 10px;
}
:where(body.btoc) .popup .popup-body .content-info-box:first-child {
  margin-top: 20px;
}
:where(body.btoc) .popup .popup-body .form {
  margin-top: 20px;
}
:where(body.btoc) .popup .popup-body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 2.5px;
}
:where(body.btoc) .popup .popup-body::-webkit-scrollbar-track {
  background-color: var(--gray-eee);
  border-radius: 2.5px;
}
:where(body.btoc) .popup .popup-body::-webkit-scrollbar-thumb {
  background-color: var(--black-333);
  border-radius: 2.5px;
}
:where(body.btoc) .popup .popup-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0;
}
:where(body.btoc) .popup.popup-sm {
  width: 440px;
}
:where(body.btoc) .popup.popup-lg {
  width: 800px;
}
:where(body.btoc) .popup.popup-xl {
  width: 1000px;
}
:where(body.btoc) .popup.popup-motp .login-contents {
  width: 100%;
  border-radius: 2px;
  background-color: #f9f9f9;
  padding: 30px 20px;
}
:where(body.btoc) .popup.popup-motp .login-contents .login-box {
  border: 0;
  padding: 0;
  max-width: 400px;
}
:where(body.btoc) .popup.popup-motp .login-contents .button-column-group {
  margin-top: 20px;
}
:where(body.btoc) .popup.popup-motp .login-contents .find-box {
  max-width: 340px;
  margin: 0 auto;
  border: 0;
}
:where(body.btoc) .popup.popup-motp .login-contents .find-box .find-account .col {
  padding: 0;
}
:where(body.btoc) .popup.popup-motp .content-info-box {
  margin-top: 20px;
}
:where(body.btoc) .popup.popup-motp .content-info-box .item {
  width: 90px;
}
:where(body.btoc) .popup.popup-motp .content-info-box .dot-list {
  width: calc(100% - 90px);
}
:where(body.btoc) .popup.popup-classroom .popup-head {
  border-color: var(--black-333);
}
:where(body.btoc) .popup.popup-classroom .popup-head .title {
  line-height: 40px;
}
:where(body.btoc) .popup.popup-classroom .popup-head .btn-popup-close .ico {
  width: 12px;
  height: 12px;
}
:where(body.btoc) .popup.popup-classroom .popup-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  text-align: center;
  color: var(--black-000);
  padding: 36px 0;
}
:where(body.btoc) .popup.popup-classroom.popup-motp .login-contents {
  background-color: transparent;
  padding: 0;
}
:where(body.btoc) .popup.popup-classroom.popup-motp .content-info-box .item {
  width: 100%;
}
:where(body.btoc) .popup.popup-classroom.popup-motp .content-info-box .dot-list {
  width: 100%;
}
:where(body.btoc) .popup.popup-terms {
  width: 960px;
}
:where(body.btoc) .popup.popup-terms .form-group {
  margin-bottom: 20px;
}
:where(body.btoc) .popup.popup-terms .form-group .form-select {
  width: 50%;
}
:where(body.btoc) .popup.popup-terms .popup-head::after {
  content: none;
}
:where(body.btoc) .popup.popup-terms .popup-body {
  padding-top: 20px;
}
:where(body.btoc) .popup.popup-terms .popup-content {
  line-height: normal;
}
:where(body.btoc) .popup.popup-terms .popup-content .content {
  display: none;
  padding-right: 10px;
}
:where(body.btoc) .popup.popup-terms .popup-content .content.active {
  display: block;
}
:where(body.btoc) .popup.popup-terms .popup-content .content + .form-group {
  margin-top: 100px;
}
:where(body.btoc) .popup.popup-terms .popup-content .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
}
:where(body.btoc) .popup.popup-terms .popup-content .title img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(body.btoc) .popup.popup-terms .popup-content .title + .bullet {
  margin-top: 13px;
}
:where(body.btoc) .popup.popup-terms .popup-content .desc {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  margin-top: 13px;
  margin-bottom: 10px;
}
:where(body.btoc) .popup.popup-terms .popup-content .desc + .title {
  margin-top: 20px;
}
:where(body.btoc) .popup.popup-terms .popup-content .desc:last-child {
  margin-bottom: 0;
}
:where(body.btoc) .popup.popup-terms .popup-content .bullet {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  padding-left: 20px;
  color: var(--gray-666);
}
:where(body.btoc) .popup.popup-terms .popup-content .bullet.with-btn {
  display: flex;
  align-items: center;
  line-height: 30px;
}
:where(body.btoc) .popup.popup-terms .popup-content .bullet.with-btn::before {
  top: 14px;
}
:where(body.btoc) .popup.popup-terms .popup-content .bullet.with-btn + .bullet {
  margin-top: 10px;
}
:where(body.btoc) .popup.popup-terms .popup-content .bullet + .title {
  margin-top: 20px;
}
:where(body.btoc) .popup.popup-terms .popup-content .bullet::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--gray-666);
}
:where(body.btoc) .popup.popup-terms .popup-content .btn-sm {
  margin-left: 10px;
}
:where(body.btoc) .popup.popup-terms .popup-content::after {
  display: none;
}
:where(body.btoc) .popup.popup-terms .table {
  margin-bottom: 20px;
}
:where(body.btoc) .popup.popup-terms .table.v-middle td {
  vertical-align: middle;
}
:where(body.btoc) .popup.popup-terms .table td {
  vertical-align: top;
}
:where(body.btoc) .popup.popup-terms .table .tit {
  font-weight: 500;
}
:where(body.btoc) .popup.popup-terms .table .img {
  display: block;
  text-align: center;
}
:where(body.btoc) .popup.popup-terms .table .img img {
  display: inline-block;
}
:where(body.btoc) .popup.popup-terms .table .des {
  display: block;
  line-height: 20px;
  color: #5669C8;
}
:where(body.btoc) .popup.popup-terms .table small {
  display: block;
  font-size: 12px;
  color: #5669C8;
}
:where(body.btoc) .popup.popup-terms .table.table-type-2 td {
  border-right: 0;
}
:where(body.btoc) .popup.popup-terms .table.table-type-2 td .link {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
:where(body.btoc) .popup.popup-terms .table.table-type-2 td .link img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(body.btoc) .popup.popup-terms .table.table-type-2 td:last-child {
  border-right: 1px solid var(--gray-eee);
}
:where(body.btoc) .popup-service-pause {
  width: 100%;
  height: calc(100dvh - 40px);
  padding: 30px;
  overflow-y: auto;
}
:where(body.btoc) .popup-service-pause .popup-head {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
:where(body.btoc) .popup-service-pause .popup-head .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
  text-align: center;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .txt {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
  margin-bottom: 20px;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .img {
  width: 47px;
  margin: 0 auto 20px;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .info {
  padding: 20px;
  border-radius: 2px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  text-align: center;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .info .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .info .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: #2859e7;
}
:where(body.btoc) .popup-service-pause .popup-body .error-content .txt-bottom {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
}
:where(body.btoc) .popup-service-pause .popup-foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
:where(body.btoc) .popup-service-pause .error-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #333;
  padding: 10px 20px;
  color: var(--white);
}
:where(body.btoc) .popup-service-pause .error-content-bottom .form-check input + span::before {
  background-color: var(--white);
  border-radius: 3px;
}
:where(body.btoc) .popup-service-pause .error-content-bottom .btn-close {
  display: flex;
  align-items: center;
  color: var(--gray-eee);
  font-size: 13px;
  letter-spacing: -0.65px;
  text-align: right;
  gap: 5px;
}
:where(body.btoc) .popup-service-pause .error-info {
  padding: 30px;
  border-radius: 2px;
  border: solid 1px #dee0e4;
  background-color: #fff;
  min-height: 280px;
}
:where(body.btoc) .popup-service-pause .error-info .text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btoc) .popup-service-pause.popup-service-info {
  background-color: #f1f3f8;
}
:where(body.btoc) .popup-service-pause.popup-service-info .popup-head {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  :where(body.btoc) .popup.popup-lg {
    width: calc(100% - 40px);
  }
  :where(body.btoc) .popup.popup-xl {
    width: calc(100% - 40px);
  }
  :where(body.btoc) .popup.popup-terms .form-group .form-select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  :where(body.btoc) .popup {
    width: calc(100% - 40px);
  }
}
@media (max-width: 540px) {
  :where(body.btoc) .popup {
    padding: 20px 20px 30px;
  }
  :where(body.btoc) .popup.popup-sm {
    width: calc(100% - 40px);
  }
  :where(body.btoc) .popup.popup-motp .popup-text br {
    display: none;
  }
}

/*
  MAIN
*/
:where(body.btoc) .main-contents {
  padding-top: 150px;
  overflow: hidden;
  /* s 공통 */
}
:where(body.btoc) .main-contents .btb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px var(--gray-ddd);
  background-color: var(--white);
}
:where(body.btoc) .main-contents .btb-nav.swiper-button-disabled .ico {
  opacity: 0.3;
}
:where(body.btoc) .main-contents .heading-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 40px;
}
:where(body.btoc) .main-contents {
  /* e 공통 */
}
:where(body.btoc) .main-contents .section-visual {
  transition: background-color 0.3s;
}
:where(body.btoc) .main-contents .section-visual .slider-wrapper {
  position: relative;
  max-width: 1280px;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide {
  width: 1280px;
  height: 380px;
  margin: 0 auto;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .inner {
  position: relative;
  display: flex;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 380px;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .info {
  width: calc(100% - 480px - 92px);
  padding-top: 60px;
  margin-left: 654px;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .badge-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .badge-wrap .badge {
  line-height: 32px;
  color: var(--white);
  height: 32px;
  padding: 0 11px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  background-color: #2859e7;
  border: 0;
  white-space: nowrap;
  border-radius: 1px;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .title {
  font-size: 46px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: -2.3px;
  color: var(--white);
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .title small {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -1.8px;
  font-weight: 400;
}
:where(body.btoc) .main-contents .section-visual .swiper-slide .desc {
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.9px;
}
:where(body.btoc) .main-contents .section-visual .btn-nav {
  position: absolute;
  width: 22px;
  height: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
:where(body.btoc) .main-contents .section-visual .btn-nav.btn-prev {
  left: 0;
}
:where(body.btoc) .main-contents .section-visual .btn-nav.btn-next {
  right: 0;
}
:where(body.btoc) .main-contents .section-visual .slider-nav {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;
  bottom: 56px;
  left: 654px;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .swiper-pagination {
  position: static;
  width: fit-content;
  height: fit-content;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--white);
  opacity: 0.7;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 4px;
  background-color: var(--white);
  opacity: 1;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .page-num {
  width: auto;
  line-height: 18px;
  margin-left: 30px;
  padding-top: 2px;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .page-num .current {
  font-weight: bold;
  font-size: 14px;
  color: var(--white);
  letter-spacing: -0.7px;
  opacity: 1;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .page-num .total {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--white);
  opacity: 0.7;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .page-num .total::before {
  content: "/";
  margin: 0 4px;
}
:where(body.btoc) .main-contents .section-visual .slider-nav .btn-slide-state {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
}
:where(body.btoc) .main-contents .section-visual .quick-menu {
  padding: 28px 0;
  background-color: #4a5acf;
  color: var(--white);
}
:where(body.btoc) .main-contents .section-visual .quick-menu .inner {
  display: flex;
  align-items: center;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-head {
  width: 386px;
  display: flex;
  align-items: center;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-head .txt {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  margin-left: 25px;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body {
  display: flex;
  width: calc(100% - 386px);
  height: 100%;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item {
  position: relative;
  flex: 1;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a {
  display: flex;
  height: 100%;
  flex-direction: column;
  text-align: center;
  word-break: keep-all;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a .img {
  display: flex;
  align-items: center;
  width: 32px;
  height: 29px;
  margin: 0 auto;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a .txt {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.8px;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a .ico {
  transition: 0.2s;
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a:hover .ico {
  transform: scale(1.2);
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  opacity: 0.2;
  background-color: var(--white);
}
:where(body.btoc) .main-contents .section-visual .quick-menu .q-body:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  opacity: 0.2;
  background-color: var(--white);
}
:where(body.btoc) .main-contents .section-visual .mo {
  display: none;
}
:where(body.btoc) .main-contents .section-popular {
  padding: 60px 0 90px;
}
:where(body.btoc) .main-contents .section-popular .view-title {
  text-align: center;
}
:where(body.btoc) .main-contents .section-popular .inner {
  position: relative;
}
:where(body.btoc) .main-contents .section-popular .btb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btoc) .main-contents .section-popular .btb-nav.btn-prev {
  left: -60px;
}
:where(body.btoc) .main-contents .section-popular .btb-nav.btn-next {
  right: -60px;
}
:where(body.btoc) .main-contents .section-popular .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btoc) .main-contents .section-popular .course-list .course-item {
  width: 100%;
}
:where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper {
  display: none;
}
:where(body.btoc) .main-contents .section-recommendation {
  background-color: #e7f0f9;
}
:where(body.btoc) .main-contents .section-recommendation .inner {
  display: flex;
}
:where(body.btoc) .main-contents .section-recommendation .title-area {
  display: flex;
  flex-direction: column;
  width: 260px;
  padding-top: 45px;
}
:where(body.btoc) .main-contents .section-recommendation .title-area .heading-title {
  margin-bottom: 20px;
  text-align: left;
}
:where(body.btoc) .main-contents .section-recommendation .title-area .heading-desc {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  margin-bottom: 15px;
  word-break: keep-all;
}
:where(body.btoc) .main-contents .section-recommendation .title-area .img {
  width: 168px;
  height: 130px;
  margin-top: auto;
}
:where(body.btoc) .main-contents .section-recommendation .title-area .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .main-contents .section-recommendation .slider-area {
  position: relative;
  width: calc(100% - 260px);
  padding-left: 78px;
  padding-top: 30px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-wrapper {
  padding: 10px 0;
}
:where(body.btoc) .main-contents .section-recommendation .btb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btoc) .main-contents .section-recommendation .btb-nav.btn-prev {
  left: 0;
}
:where(body.btoc) .main-contents .section-recommendation .btb-nav.btn-next {
  right: -60px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide {
  position: relative;
  background-color: var(--white);
  padding: 30px;
  height: 200px;
  transition: box-shadow 0.2s, transform 0.2s;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide:hover {
  box-shadow: 1.5px 2.6px 10px 0 rgba(0, 44, 89, 0.15);
  transform: translateY(-10px);
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .badge-wrap {
  margin-bottom: 15px;
  gap: 4px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .badge-wrap .badge {
  border: 0;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .badge-wrap .badge.badge-blue {
  background-color: rgba(36, 105, 253, 0.1);
  color: #4a5acf;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  min-height: 48px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .date > * + *::before {
  content: "|";
  margin: 0 5px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 16px;
  color: var(--black-000);
  line-height: 18px;
  gap: 5px 0;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .price .val {
  margin-top: 4px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .price .unit {
  font-size: 14px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .price .discount {
  color: #2859e7;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .price .color-blue {
  font-size: 14px;
}
:where(body.btoc) .main-contents .section-recommendation .swiper-slide .price .badge {
  margin-left: auto;
  margin-top: 0;
}
:where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper {
  display: none;
}
:where(body.btoc) .main-contents .section-notice {
  padding: 60px 0 100px;
}
:where(body.btoc) .main-contents .section-notice .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
:where(body.btoc) .main-contents .section-notice .heading .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  letter-spacing: -1.2px;
}
:where(body.btoc) .main-contents .section-notice .row {
  display: flex;
  gap: 40px;
}
:where(body.btoc) .main-contents .section-notice .row + .row {
  margin-top: 56px;
}
:where(body.btoc) .main-contents .section-notice .row .col {
  padding: 30px 0;
  width: calc(33.3333333333% - 26.6666px);
}
:where(body.btoc) .main-contents .section-notice .row .col.col-inquiry .list .item {
  position: relative;
  padding-left: 23px;
}
:where(body.btoc) .main-contents .section-notice .row .col.col-inquiry .list .item::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: #54afe8;
}
:where(body.btoc) .main-contents .section-notice .row .col.col-call {
  position: relative;
  background-color: #fdf1f8;
  padding: 30px 0 0 30px;
  min-height: 240px;
}
:where(body.btoc) .main-contents .section-notice .row .col.col-service {
  width: 100%;
  padding: 0;
}
:where(body.btoc) .main-contents .section-notice .list .item {
  width: 100%;
  transition: 0.2s;
}
:where(body.btoc) .main-contents .section-notice .list .item a {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
:where(body.btoc) .main-contents .section-notice .list .item:hover .cont {
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btoc) .main-contents .section-notice .list .item .cont {
  width: calc(100% - 64px - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.75px;
}
:where(body.btoc) .main-contents .section-notice .list .item .date {
  width: 64px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.7px;
  text-align: right;
  color: #666;
}
:where(body.btoc) .main-contents .section-notice .call {
  display: flex;
  width: 100%;
}
:where(body.btoc) .main-contents .section-notice .call .img {
  position: absolute;
  width: 182px;
  height: 180px;
  right: 20px;
  bottom: 10px;
}
:where(body.btoc) .main-contents .section-notice .call .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .main-contents .section-notice .call .phone {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -1.4px;
  color: var(--black-000);
  margin-bottom: 6px;
}
:where(body.btoc) .main-contents .section-notice .call .holiday {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #666;
}
:where(body.btoc) .main-contents .section-notice .service-list {
  display: flex;
  gap: 10px;
}
:where(body.btoc) .main-contents .section-notice .service-list .item {
  flex: 1;
  border: 1px solid #e4e4e4;
}
:where(body.btoc) .main-contents .section-notice .service-list .item a {
  display: flex;
  height: 96px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
:where(body.btoc) .main-contents .section-notice .service-list .item a:hover .img {
  transform: translateY(-10px);
}
:where(body.btoc) .main-contents .section-notice .service-list .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.2s;
}
:where(body.btoc) .main-contents .section-notice .service-list .item .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--black-000);
  white-space: nowrap;
}
:where(body.btoc) .main-contents .tag-wrap {
  display: block;
  white-space: nowrap;
  min-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
:where(body.btoc) .main-contents .tag-wrap .hashtag-list {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
:where(body.btoc) .main-contents .tag-wrap .hashtag-list .hashtag {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:where(body.btoc) .main-contents .tag-wrap .hashtag-list .hashtag + .hashtag {
  margin-left: 4px;
}
@media (max-width: 1280px) {
  :where(body.btoc) .main-contents {
    padding-top: 60px;
    /* s 공통 */
  }
  :where(body.btoc) .main-contents .heading-title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }
  :where(body.btoc) .main-contents .btn-wrap {
    margin-top: 30px;
  }
  :where(body.btoc) .main-contents .btn-wrap .btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    margin-top: 30px;
  }
  :where(body.btoc) .main-contents .btn-wrap .btn-more .ico {
    transition: 0.3s;
  }
  :where(body.btoc) .main-contents .btn-wrap .btn-more.on .ico {
    transform: rotate(180deg);
  }
  :where(body.btoc) .main-contents {
    /* e 공통 */
  }
  :where(body.btoc) .main-contents .section-visual .btn-nav {
    width: 12px;
    height: 24px;
  }
  :where(body.btoc) .main-contents .section-visual .btn-nav .ico {
    width: 12px;
    height: 24px;
  }
  :where(body.btoc) .main-contents .section-visual .btn-nav.btn-prev {
    left: 17px;
  }
  :where(body.btoc) .main-contents .section-visual .btn-nav.btn-next {
    right: 17px;
  }
  :where(body.btoc) .main-contents .section-visual .slider-wrapper {
    height: auto;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    left: auto;
    top: auto;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .info {
    order: 1;
    width: 100%;
    padding: 20px 30px 20px;
    margin-left: 0;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .badge-wrap {
    margin-bottom: 7px;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .badge-wrap .badge {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    letter-spacing: -0.65px;
    padding: 0 10px;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
    margin-bottom: 0;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .title small {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
  }
  :where(body.btoc) .main-contents .section-visual .swiper-slide .desc {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  :where(body.btoc) .main-contents .section-visual .slider-nav {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
  :where(body.btoc) .main-contents .section-visual .slider-nav .page-num, :where(body.btoc) .main-contents .section-visual .slider-nav .btn-slide-state {
    margin-left: 20px;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu {
    padding: 18px 0;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-head {
    display: none;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-body {
    width: 100%;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item {
    flex: 1;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item::before {
    content: none;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item:last-child::after {
    content: none;
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a .img {
    transform: scale(0.72);
  }
  :where(body.btoc) .main-contents .section-visual .quick-menu .q-body .item a .txt {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.65px;
  }
  :where(body.btoc) .main-contents .section-recommendation {
    padding-top: 27px;
    padding-bottom: 40px;
  }
  :where(body.btoc) .main-contents .section-recommendation .inner {
    flex-direction: column;
  }
  :where(body.btoc) .main-contents .section-recommendation .title-area {
    width: 100%;
    padding-top: 0;
  }
  :where(body.btoc) .main-contents .section-recommendation .title-area .heading-title {
    text-align: center;
  }
  :where(body.btoc) .main-contents .section-recommendation .title-area .heading-desc {
    display: none;
  }
  :where(body.btoc) .main-contents .section-recommendation .title-area .img {
    display: none;
  }
  :where(body.btoc) .main-contents .section-recommendation .slider-area {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  :where(body.btoc) .main-contents .section-recommendation .btb-nav {
    display: none;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper {
    display: block;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper .swiper-slide {
    position: relative;
    padding: 26px 30px;
    height: auto;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper .swiper-slide + .swiper-slide {
    margin-top: 20px;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper .swiper-slide .badge-wrap {
    margin-bottom: 8px;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper .swiper-slide .title {
    margin-bottom: 19px;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper .swiper-slide .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  :where(body.btoc) .main-contents .section-recommendation .mo-r-list-wrapper .btn-wrap .btn-more {
    border: 0;
    background-color: var(--white);
  }
  :where(body.btoc) .main-contents .section-notice {
    padding: 50px 0 46px;
  }
  :where(body.btoc) .main-contents .section-notice .inner {
    padding: 0;
  }
  :where(body.btoc) .main-contents .section-notice .heading {
    margin-bottom: 15px;
  }
  :where(body.btoc) .main-contents .section-notice .heading .title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -1px;
  }
  :where(body.btoc) .main-contents .section-notice .row {
    flex-direction: column;
    gap: 0;
  }
  :where(body.btoc) .main-contents .section-notice .row .col {
    width: 100%;
    padding: 0 16px;
  }
  :where(body.btoc) .main-contents .section-notice .row .col.col-inquiry {
    border-top: 1px solid var(--gray-eee);
    padding-top: 30px;
    margin: 20px 0 25px;
  }
  :where(body.btoc) .main-contents .section-notice .row .col.col-inquiry .list .item {
    padding-left: 20px;
  }
  :where(body.btoc) .main-contents .section-notice .row .col.col-inquiry .list .item::before {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }
  :where(body.btoc) .main-contents .section-notice .row .col.col-call {
    position: relative;
    padding: 26px 16px 20px 30px;
    min-height: auto;
  }
  :where(body.btoc) .main-contents .section-notice .row .col.col-call .heading {
    position: absolute;
    top: 26px;
    left: 30px;
  }
  :where(body.btoc) .main-contents .section-notice .row .col.col-service {
    padding: 0 16px;
  }
  :where(body.btoc) .main-contents .section-notice .row + .row {
    margin-top: 50px;
  }
  :where(body.btoc) .main-contents .section-notice .list .item .cont {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.7px;
  }
  :where(body.btoc) .main-contents .section-notice .list .item .date {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: -0.65px;
  }
  :where(body.btoc) .main-contents .section-notice .call {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  :where(body.btoc) .main-contents .section-notice .call .phone {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    padding-top: 40px;
  }
  :where(body.btoc) .main-contents .section-notice .call .holiday {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.65px;
  }
  :where(body.btoc) .main-contents .section-notice .call .img {
    width: 140px;
    height: 139px;
    margin-top: -5px;
  }
  :where(body.btoc) .main-contents .section-notice .service-list {
    flex-wrap: wrap;
  }
  :where(body.btoc) .main-contents .section-notice .service-list .item {
    flex: none;
    width: calc(33.333% - 7px);
  }
  :where(body.btoc) .main-contents .section-notice .service-list .item a {
    flex-direction: column;
    height: 120px;
    gap: 10px;
    padding: 20px;
  }
  :where(body.btoc) .main-contents .section-notice .service-list .item .txt {
    order: 2;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .main-contents .section-visual .pc {
    display: none;
  }
  :where(body.btoc) .main-contents .section-visual .mo {
    display: block;
  }
  :where(body.btoc) .main-contents .section-popular {
    padding: 50px 0;
  }
  :where(body.btoc) .main-contents .section-popular .inner {
    padding-right: 0;
  }
  :where(body.btoc) .main-contents .section-popular .swiper {
    padding-right: 15px;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper {
    display: block;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item .info .category-list {
    margin-bottom: 8px;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item .info .category {
    margin-bottom: 0;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item .info .title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item .info .detail {
    padding-top: 0;
    border-top: 0;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item .info .detail .date {
    margin-bottom: 0;
    line-height: 19px;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item .info .price {
    line-height: 24px;
  }
  :where(body.btoc) .main-contents .section-popular .mo-course-list-wrapper .course-list .course-item + .course-item {
    margin-top: 30px;
  }
  :where(body.btoc) .main-contents .section-recommendation .inner {
    padding-left: 15px;
    padding-right: 0;
  }
  :where(body.btoc) .main-contents .section-recommendation .swiper {
    padding-right: 15px;
  }
  :where(body.btoc) .main-contents .section-notice .call .img {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 5px;
    margin-left: auto;
  }
  :where(body.btoc) .main-contents .section-notice .service-list .item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 350px) {
  :where(body.btoc) .main-contents .section-recommendation .swiper-slide {
    padding: 15px;
  }
  :where(body.btoc) .main-contents .section-recommendation .swiper-slide .title {
    margin-bottom: 20px;
  }
  :where(body.btoc) .main-contents .section-recommendation .swiper-slide .tag-wrap {
    margin-bottom: 3px;
  }
  :where(body.btoc) .main-contents .section-recommendation .swiper-slide .price {
    display: block;
  }
  :where(body.btoc) .main-contents .section-recommendation .swiper-slide .price .badge {
    display: block;
    margin-top: 3px;
    width: fit-content;
    margin-left: 0;
  }
}

:where(body.btoc) .personal-info-contents .table th, :where(body.btoc) .personal-info-contents .table td {
  padding: 15px 30px;
}
:where(body.btoc) .personal-info-contents .table th {
  width: 240px;
  border-color: var(--gray-eee);
}
:where(body.btoc) .personal-info-contents .table th .txt {
  justify-content: center;
}
:where(body.btoc) .personal-info-contents .table td {
  width: calc(100% - 240px);
  text-align: left;
}
:where(body.btoc) .personal-info-contents .table .txt {
  display: flex;
  align-items: center;
  min-height: 28px;
}
:where(body.btoc) .personal-info-contents .table .txt.required::after {
  content: "*";
  margin-left: 4px;
}
:where(body.btoc) .personal-info-contents .table .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btoc) .personal-info-contents .table .form-group .form-control {
  width: 240px;
}
:where(body.btoc) .personal-info-contents .table .form-group.phone .form-control {
  width: 100px;
}
:where(body.btoc) .personal-info-contents .table .form-group.email .form-select {
  width: 240px;
}
:where(body.btoc) .personal-info-contents .button-group {
  margin-top: 50px;
}
:where(body.btoc) .personal-info-contents .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 600px;
  border: 1px solid var(--gray-eee);
  border-radius: 10px;
  text-align: center;
}
:where(body.btoc) .personal-info-contents .result .desc-1 {
  line-height: 20px;
  margin-bottom: 40px;
}
:where(body.btoc) .personal-info-contents .result .desc-2 {
  line-height: 20px;
}
:where(body.btoc) .personal-info-contents .result .form-radio-group {
  margin-bottom: 20px;
}
:where(body.btoc) .personal-info-contents .result + .button-group {
  flex-wrap: wrap;
}
:where(body.btoc) .personal-info-contents .login-box {
  max-width: 500px;
  margin: 0 auto;
}
:where(body.btoc) .personal-info-contents .login-box .font-1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
:where(body.btoc) .personal-info-contents .login-box .font-2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  color: var(--gray-666);
}
:where(body.btoc) .personal-info-contents .login-box .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
:where(body.btoc) .personal-info-contents .login-box .links .txt-link {
  position: relative;
  color: var(--gray-666);
  transition: 0.2s;
}
:where(body.btoc) .personal-info-contents .login-box .links .txt-link:hover {
  color: var(--black-333);
}
:where(body.btoc) .personal-info-contents .login-box .links .txt-link + .txt-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btoc) .personal-info-contents .login-box .tip {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}
:where(body.btoc) .personal-info-contents .login-box .box {
  max-width: 360px;
  margin: 0 auto;
}
:where(body.btoc) .personal-info-contents .login-box .box .form-group .form-control {
  display: block;
  width: 100%;
}
:where(body.btoc) .personal-info-contents .login-box .box .form-group .form-control + .form-control {
  margin-top: 10px;
}
:where(body.btoc) .personal-info-contents .login-box .form-check-group {
  margin-bottom: 45px;
  justify-content: center;
}
:where(body.btoc) .personal-info-contents .login-box .form-check {
  width: fit-content;
  margin: 0 auto;
}
:where(body.btoc) .personal-info-contents .login-box .form-check span {
  font-weight: bold;
}
:where(body.btoc) .personal-info-contents .login-box .button-group {
  margin-top: 30px;
  flex-direction: column;
}
:where(body.btoc) .personal-info-contents .login-box .button-group .btn + .btn {
  margin-top: 30px;
}
:where(body.btoc) .personal-info-contents .sign-in > .form-check-group {
  margin-bottom: 45px;
  justify-content: center;
}
:where(body.btoc) .personal-info-contents .sign-in > .form-check-group .form-check span {
  font-size: 22px;
}
:where(body.btoc) .personal-info-contents .sign-in .form-check {
  margin: 0 auto;
}
:where(body.btoc) .personal-info-contents .sign-in .form-check span {
  font-weight: bold;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item + .terms-item {
  margin-top: 60px;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .item-head .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .form-check span {
  font-weight: 500;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .agree-box {
  width: 100%;
  height: 200px;
  display: block;
  overflow-y: auto;
  border: 1px solid #e9f0f3;
  padding: 40px 35px;
  margin-bottom: 20px;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .agree-box p {
  margin-bottom: 20px;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .agree-box p:last-child {
  margin-bottom: 0;
}
:where(body.btoc) .personal-info-contents .sign-in .terms-item .agree-box .title {
  display: block;
}
@media (max-width: 1280px) {
  :where(body.btoc) .personal-info-contents .table th, :where(body.btoc) .personal-info-contents .table td {
    padding: 15px;
  }
  :where(body.btoc) .personal-info-contents .table th {
    width: 100px;
  }
  :where(body.btoc) .personal-info-contents .table td {
    width: calc(100% - 100px);
  }
  :where(body.btoc) .personal-info-contents .table .form-group {
    flex-wrap: wrap;
  }
  :where(body.btoc) .personal-info-contents .table .form-group .form-control {
    width: 200px;
  }
  :where(body.btoc) .personal-info-contents .table .form-group.phone .form-control {
    width: 100px;
  }
  :where(body.btoc) .personal-info-contents .table .form-group.email .form-select {
    width: 200px;
  }
}
:where(body.btoc) .detail-contents .course-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
}
:where(body.btoc) .detail-contents .course-info {
  height: fit-content;
  border: 1px solid var(--gray-eee);
  border-radius: 5px;
}
:where(body.btoc) .detail-contents .course-info .img {
  width: 100%;
  aspect-ratio: 340/190;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .detail-contents .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .detail-contents .course-info .content {
  padding: 20px 20px 30px;
}
:where(body.btoc) .detail-contents .course-info .category-list .tag {
  width: 70%;
}
:where(body.btoc) .detail-contents .course-info .course-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btoc) .detail-contents .course-info .list {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btoc) .detail-contents .course-info .list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
}
:where(body.btoc) .detail-contents .course-info .list .item + .item {
  margin-top: 13px;
}
:where(body.btoc) .detail-contents .course-info .list .item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #cccccc;
}
:where(body.btoc) .detail-contents .course-info .list .item .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  width: 60px;
  margin-right: 20px;
}
:where(body.btoc) .detail-contents .course-info .list .item .val {
  width: calc(100% - 60px - 20px);
  font-size: 16px;
  letter-spacing: normal;
  color: #666;
  line-height: 17px;
}
:where(body.btoc) .detail-contents .course-info .list .item .val .ico {
  margin-right: 4px;
}
:where(body.btoc) .detail-contents .course-info .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
:where(body.btoc) .detail-contents .course-info .btns .up {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
:where(body.btoc) .detail-contents .course-info .btns .up > * {
  flex: 1;
}
:where(body.btoc) .detail-contents .course-info .btns .down {
  display: flex;
  align-items: center;
}
:where(body.btoc) .detail-contents .course-info .btns .down > * {
  flex: 1;
}
:where(body.btoc) .detail-contents .course-info .btns .btn-heart, :where(body.btoc) .detail-contents .course-info .btns .btn-share {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px var(--gray-eee);
  background-color: #f4f4f4;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
:where(body.btoc) .detail-contents .course-info .btns .btn-heart .num, :where(body.btoc) .detail-contents .course-info .btns .btn-share .num {
  margin-left: 5px;
}
:where(body.btoc) .detail-contents .course-info .course-desc {
  display: none;
}
:where(body.btoc) .detail-contents .course-info .tag-list {
  display: none;
}
:where(body.btoc) .detail-contents .course-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
:where(body.btoc) .detail-contents .category-list .tag {
  width: 80%;
}
:where(body.btoc) .detail-contents .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 65px;
}
:where(body.btoc) .detail-contents .tag-list .tag {
  position: relative;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 17px;
  border: solid 1px var(--gray-eee);
  background-color: var(--white);
  font-size: 16px;
  text-align: center;
  color: #3149dd;
}
:where(body.btoc) .detail-contents .course-item .section-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btoc) .detail-contents .course-item .desc {
  font-size: 16px;
  line-height: 30px;
}
:where(body.btoc) .detail-contents .course-item .desc .item {
  display: flex;
  gap: 4px;
}
:where(body.btoc) .detail-contents .course-item .course .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
:where(body.btoc) .detail-contents .course-item .course .item .num {
  width: 60px;
  text-align: center;
  letter-spacing: -0.4px;
}
:where(body.btoc) .detail-contents .course-item .course .item .tit {
  height: calc(100% - 60px);
  padding-left: 28px;
}
:where(body.btoc) .detail-contents .course-item + .course-item {
  margin-top: 69px;
}
:where(body.btoc) .detail-contents .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
:where(body.btoc) .detail-contents .view {
  display: flex;
  gap: 60px;
}
:where(body.btoc) .detail-contents .view .c-content {
  width: 880px;
}
:where(body.btoc) .detail-contents .view .course-info {
  width: calc(100% - 880px - 60px);
}
@media (max-width: 1280px) {
  :where(body.btoc) .detail-contents .course-title {
    margin-bottom: 27px;
  }
  :where(body.btoc) .detail-contents .view {
    flex-direction: column-reverse;
    gap: 0;
  }
  :where(body.btoc) .detail-contents .view .c-content {
    width: 100%;
  }
  :where(body.btoc) .detail-contents .view .c-content .category-list, :where(body.btoc) .detail-contents .view .c-content .course-title, :where(body.btoc) .detail-contents .view .c-content .course-desc, :where(body.btoc) .detail-contents .view .c-content .tag-list {
    display: none;
  }
  :where(body.btoc) .detail-contents .view .course-info {
    width: 100%;
    border: 0;
  }
  :where(body.btoc) .detail-contents .course-info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
  :where(body.btoc) .detail-contents .course-info .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  :where(body.btoc) .detail-contents .course-info .content {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  :where(body.btoc) .detail-contents .course-info .content .list {
    padding-left: 15px;
  }
  :where(body.btoc) .detail-contents .course-info .content .list, :where(body.btoc) .detail-contents .course-info .content .btns {
    width: 100%;
  }
  :where(body.btoc) .detail-contents .course-info .content .btns {
    flex-direction: column;
    padding-bottom: 0;
  }
  :where(body.btoc) .detail-contents .course-info .content .btns .up, :where(body.btoc) .detail-contents .course-info .content .btns .down {
    width: 100%;
  }
  :where(body.btoc) .detail-contents .course-info .content .btns .btn {
    width: 100%;
    height: 56px;
    line-height: 54px;
  }
  :where(body.btoc) .detail-contents .course-info .content .btns .btn-heart {
    width: 70%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap;
  }
  :where(body.btoc) .detail-contents .course-info .content .btns .btn-share {
    width: 30%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap;
  }
  :where(body.btoc) .detail-contents .course-info .course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  :where(body.btoc) .detail-contents .course-info .course-desc {
    display: block;
  }
  :where(body.btoc) .detail-contents .course-info .tag-list {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }
  :where(body.btoc) .detail-contents .course-info .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  :where(body.btoc) .detail-contents .course-desc {
    margin-bottom: 30px;
  }
  :where(body.btoc) .detail-contents .tag-list {
    margin-bottom: 50px;
  }
  :where(body.btoc) .detail-contents .course-item + .course-item {
    margin-top: 50px;
  }
  :where(body.btoc) .detail-contents .course-item .course .item .num {
    width: 40px;
  }
  :where(body.btoc) .detail-contents .course-item .course .item .tit {
    padding-left: 7px;
  }
  :where(body.btoc) .detail-contents .btn-wrap {
    margin-top: 50px;
  }
}
:where(body.btoc) .policy-contents .policy .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px;
}
:where(body.btoc) .policy-contents .policy .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
:where(body.btoc) .policy-contents .policy .content {
  margin-bottom: 40px;
  line-height: 26px;
  padding-left: 15px;
}
:where(body.btoc) .communication-contents .accordion {
  border-top: 1px solid #ccc;
}
:where(body.btoc) .communication-contents .accordion .item {
  border-bottom: 1px solid #eee;
}
:where(body.btoc) .communication-contents .accordion .item .item-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
:where(body.btoc) .communication-contents .accordion .item .item-head .question {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #333;
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin-right: 20px;
}
:where(body.btoc) .communication-contents .accordion .item .item-head .title {
  max-width: calc(100% - 55px);
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:where(body.btoc) .communication-contents .accordion .item .item-head .title .category {
  margin-right: 4px;
}
:where(body.btoc) .communication-contents .accordion .item .item-head::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
:where(body.btoc) .communication-contents .accordion .item .item-body {
  position: relative;
  display: none;
}
:where(body.btoc) .communication-contents .accordion .item .item-body .answer {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: var(--point);
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
}
:where(body.btoc) .communication-contents .accordion .item .item-body .content {
  padding: 23px 20px 20px 66px;
  font-size: 16px;
  line-height: 30px;
  background-color: #f7f9fc;
  min-height: 420px;
}
:where(body.btoc) .communication-contents .accordion .item.show .item-head .question {
  background-color: var(--point);
}
:where(body.btoc) .communication-contents .accordion .item.show .item-body {
  display: block;
  border-top: 1px solid #eee;
}
:where(body.btoc) .sorting-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:where(body.btoc) .sorting-area .total {
  font-size: 16px;
}
:where(body.btoc) .sorting-area .total .val {
  color: var(--point);
}
:where(body.btoc) .sorting-area .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btoc) .sorting-area .form-group .form-select {
  min-width: 100px;
}
@media (max-width: 768px) {
  :where(body.btoc) .sorting-area {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  :where(body.btoc) .sorting-area .btn-group {
    width: 100%;
  }
  :where(body.btoc) .sorting-area .btn-group .btn {
    width: 100%;
  }
  :where(body.btoc) .sorting-area .total {
    margin-top: 30px;
  }
  :where(body.btoc) .sorting-area .form-group {
    width: 100%;
  }
  :where(body.btoc) .sorting-area .form-group .form-search {
    flex: 1;
  }
}
:where(body.btoc) .lnb {
  width: 200px;
  margin-right: 60px;
  padding-top: 50px;
}
:where(body.btoc) .lnb .lnb-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-333);
}
:where(body.btoc) .lnb ul {
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 20px;
}
:where(body.btoc) .lnb .menu {
  position: relative;
}
:where(body.btoc) .lnb .menu + .menu {
  margin-top: 6px;
}
:where(body.btoc) .lnb .menu .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.8px;
  cursor: pointer;
}
:where(body.btoc) .lnb .menu .title .link {
  font-weight: 500;
}
:where(body.btoc) .lnb .menu .title span {
  position: relative;
  display: inline-block;
}
:where(body.btoc) .lnb .menu .title:only-child .btn-menu-toggle {
  display: none !important;
}
:where(body.btoc) .lnb .menu .title:only-child .link:hover {
  color: #2859e7;
}
:where(body.btoc) .lnb .menu .title.on .link {
  font-weight: bold;
  color: #2859e7;
}
:where(body.btoc) .lnb .menu .sub-menu-list {
  display: none;
  padding-top: 2px;
}
:where(body.btoc) .lnb .menu .sub-menu {
  padding-left: 20px;
}
:where(body.btoc) .lnb .menu .sub-menu + .sub-menu {
  margin-top: 2px;
}
:where(body.btoc) .lnb .menu .sub-menu .sub-title {
  display: block;
  line-height: 32px;
}
:where(body.btoc) .lnb .menu .sub-menu .sub-title span {
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: var(--gray-666);
  transition: 0.2s;
}
:where(body.btoc) .lnb .menu .sub-menu:hover .sub-title span, :where(body.btoc) .lnb .menu .sub-menu.on .sub-title span {
  color: #2859e7;
  font-weight: bold;
}
:where(body.btoc) .lnb .menu .btn-menu-toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  background-color: transparent;
  border-color: transparent;
}
:where(body.btoc) .lnb .menu .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url(../img/common/ico-plus.png);
}
:where(body.btoc) .lnb .menu.show .sub-menu-list {
  display: block;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 20px;
  margin-bottom: 14px;
}
:where(body.btoc) .lnb .menu.show .btn-menu-toggle {
  background-color: var(--gray-f4);
  border: 1px solid var(--gray-eee);
}
:where(body.btoc) .lnb .menu.show .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 2px;
  background-image: url(../img/common/ico-minus.png);
}
:where(body.btoc) .lnb .menu.show:last-child .sub-menu-list {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
:where(body.btoc) .lnb .menu.on .title span {
  color: #2859e7;
}
:where(body.btoc) .lnb .menu.on .title span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2859e7;
}
:where(body.btoc) .sub-contents {
  padding-top: 150px;
  padding-bottom: 100px;
  min-height: calc(100dvh - 216px);
}
:where(body.btoc) .sub-contents .inner {
  display: flex;
}
:where(body.btoc) .sub-contents .content {
  width: calc(100% - 200px - 60px);
  padding-top: 20px;
}
:where(body.btoc) .sub-contents .course-sorting {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 4px;
}
:where(body.btoc) .sub-contents .course-sorting .form-select {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 2px;
  border: solid 1px #c4cfd7;
  background-color: #f7f9fa;
}
:where(body.btoc) .sub-contents .course-list {
  gap: 50px 20px;
}
:where(body.btoc) .sub-contents .course-item {
  width: calc(25% - 15px);
}
:where(body.btoc) .sub-contents .course-item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/135;
}
:where(body.btoc) .sub-contents .sort-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-ccc);
  gap: 10px;
}
:where(body.btoc) .sub-contents .sort-wrap .btn {
  height: 36px;
  line-height: 36px;
}
:where(body.btoc) .sub-contents .sort-wrap .desc {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btoc) .sub-contents .sort-wrap .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
:where(body.btoc) .sub-contents .sort-wrap .form-group .form-select {
  height: 36px;
  line-height: 34px;
}
:where(body.btoc) .sub-contents .sort-wrap .form-group .form-check-group {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 15px;
}
:where(body.btoc) .sub-contents .sort-wrap .btn-view-type {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-ddd);
  border-radius: 2px;
  overflow: hidden;
  height: 36px;
}
:where(body.btoc) .sub-contents .sort-wrap .btn-view-type .btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--gray-f4);
}
:where(body.btoc) .sub-contents .sort-wrap .btn-view-type .btn-view.on {
  background-color: var(--white);
}
:where(body.btoc) .sub-contents .sort-wrap .btn-view-type .btn-view + .btn-view {
  border-left: 1px solid var(--gray-ccc);
}
:where(body.btoc) .sub-contents .sort-wrap .scrap-area {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
:where(body.btoc) .sub-contents .sort-wrap .scrap-area .form-select {
  width: fit-content;
  min-width: 184px;
  border: 0;
  padding: 0 25px 0 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1px;
  background-size: 14px 8px;
  margin-right: 20px;
  background-position: right 0 center;
  text-indent: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(body.btoc) .sub-contents .sort-wrap .scrap-area .btn-setting {
  width: 20px;
  height: 20px;
}
:where(body.btoc) .sub-contents .sort-wrap .scrap-area .btn-setting .ico {
  width: 20px;
  height: 21px;
}
:where(body.btoc) .sub-contents .sort-wrap .scrap-area .time {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  margin-left: 20px;
}
:where(body.btoc) .sub-contents .sort-wrap .board-navi .btn-year {
  font-size: 20px;
  line-height: 30px;
}
:where(body.btoc) .sub-contents .sort-wrap .board-navi .btn-year.current {
  color: var(--point);
  font-weight: 500;
  border-bottom: 2px solid var(--point);
}
:where(body.btoc) .sub-contents .sort-wrap .board-navi .btn-year.next {
  color: var(--gray-666);
}
:where(body.btoc) .sub-contents .board-head {
  border-top: 1px solid var(--black-333);
  padding-top: 50px;
}
@media (max-width: 1280px) {
  :where(body.btoc) .sub-contents {
    padding-top: 60px;
    min-height: calc(100dvh - 230px);
  }
  :where(body.btoc) .sub-contents .lnb {
    display: none;
  }
  :where(body.btoc) .sub-contents .sort-wrap .btn-view-type {
    display: none;
  }
  :where(body.btoc) .sub-contents .content {
    width: 100%;
  }
  :where(body.btoc) .sub-contents .course-breadcrumb {
    display: flex;
  }
  :where(body.btoc) .sub-contents .course-sorting {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
    height: auto;
  }
  :where(body.btoc) .sub-contents .course-sorting .label {
    display: none;
  }
  :where(body.btoc) .sub-contents .course-sorting .form-search {
    width: 100%;
  }
  :where(body.btoc) .sub-contents .course-list {
    gap: 30px 16px;
  }
  :where(body.btoc) .sub-contents .course-list .info .category {
    margin-bottom: 0;
  }
  :where(body.btoc) .sub-contents .course-item {
    width: calc(50% - 8px);
  }
  :where(body.btoc) .sub-contents .board-head {
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  :where(body.btoc) .sub-contents .sort-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btoc) .sub-contents .sort-wrap .form-group {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .sub-contents .sort-wrap .form-group .form-select:nth-child(2) {
    flex: 1;
  }
}
:where(body.btoc) .detail-view {
  overflow: hidden;
}
:where(body.btoc) .detail-view .view-head {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-eee);
  margin-bottom: 30px;
  border-top: 1px solid var(--black-333);
  padding-top: 28px;
}
:where(body.btoc) .detail-view .view-head .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
:where(body.btoc) .detail-view .view-head .category span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: #2859e7;
}
:where(body.btoc) .detail-view .view-head .category span + span {
  margin-left: 22px;
}
:where(body.btoc) .detail-view .view-head .category span + span::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: var(--gray-eee);
}
:where(body.btoc) .detail-view .view-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 13px;
}
:where(body.btoc) .detail-view .view-head .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 24px;
  width: calc(100% - 140px);
  justify-content: space-between;
}
:where(body.btoc) .detail-view .sns-links {
  position: absolute;
  bottom: 16px;
  right: 0;
  display: flex;
  align-items: center;
}
:where(body.btoc) .detail-view .sns-links a, :where(body.btoc) .detail-view .sns-links button {
  display: inline-block;
  width: 24px;
  height: 24px;
}
:where(body.btoc) .detail-view .sns-links a:last-of-type, :where(body.btoc) .detail-view .sns-links button:last-of-type {
  width: 38px;
}
:where(body.btoc) .detail-view .sns-links a + a, :where(body.btoc) .detail-view .sns-links a + button, :where(body.btoc) .detail-view .sns-links button + a, :where(body.btoc) .detail-view .sns-links button + button {
  margin-left: 5px;
}
:where(body.btoc) .detail-view .view-body .sns-links {
  display: none;
}
:where(body.btoc) .detail-view .book-info {
  display: flex;
  padding: 20px 60px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
:where(body.btoc) .detail-view .book-info .img {
  width: auto;
  margin-right: 50px;
}
:where(body.btoc) .detail-view .book-info .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
  max-height: 130px;
  margin-top: 0;
}
:where(body.btoc) .detail-view .book-info .info .info-item {
  display: flex;
}
:where(body.btoc) .detail-view .book-info .info .info-item .tit {
  position: relative;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 18px;
  padding-left: 7px;
}
:where(body.btoc) .detail-view .book-info .info .info-item .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: var(--gray-666);
  border-radius: 100%;
}
:where(body.btoc) .detail-view .book-info .info .info-item .val {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.7px;
}
:where(body.btoc) .detail-view .book-info .info .info-item + .info-item {
  margin-top: 10px;
}
:where(body.btoc) .detail-view .tip-list-blue {
  padding: 15px 12px;
  margin-top: 10px;
  background-color: #f4f6ff;
  border-radius: 5px;
}
:where(body.btoc) .detail-view .tip-list-blue.tip-list-blue-lg {
  padding: 30px 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
:where(body.btoc) .detail-view .tip-list-blue.tip-list-blue-lg .tip {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btoc) .detail-view .tip-list-blue.tip-list-blue-lg .tip + .tip {
  margin-top: 16px;
}
:where(body.btoc) .detail-view .tip-list-blue .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #5669c8;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}
:where(body.btoc) .detail-view .tip-list-blue .tit {
  font-size: 14px;
  line-height: 16px;
  width: 67px;
  font-weight: 500;
  color: #5669c8;
  margin-right: 10px;
  letter-spacing: -0.7px;
}
:where(body.btoc) .detail-view .tip-list-blue .desc {
  width: calc(100% - 67px - 10px);
  font-size: 14px;
  line-height: 16px;
  color: #5669c8;
  letter-spacing: -0.7px;
}
:where(body.btoc) .detail-view .tip-list-blue .tip {
  position: relative;
  display: flex;
  padding-left: 7px;
  color: #5669c8;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.65px;
}
:where(body.btoc) .detail-view .tip-list-blue .tip + .tip {
  margin-top: 5px;
}
:where(body.btoc) .detail-view .tip-list-blue .tip::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #5669c8;
  width: 2px;
  height: 2px;
  border-radius: 100%;
}
:where(body.btoc) .detail-view .view-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 20px;
  margin-top: 50px;
}
:where(body.btoc) .detail-view .view-title .slider-nav {
  display: flex;
  align-items: center;
}
:where(body.btoc) .detail-view .contents-info {
  margin-top: 40px;
}
:where(body.btoc) .detail-view .contents-info .c-item {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.95px;
  text-align: left;
  color: var(--black-333);
  padding-left: 22px;
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico-caution.png);
}
:where(body.btoc) .detail-view .contents-info .c-item span {
  display: inline-block;
  vertical-align: top;
  color: var(--gray-666);
  font-size: 14px;
  line-height: 17px;
}
:where(body.btoc) .detail-view .contents-info .c-item .tit-lg {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
}
:where(body.btoc) .detail-view .contents-info .c-item + .c-item {
  margin-top: 6px;
}
:where(body.btoc) .detail-view .contents-info .list-group {
  width: calc(100% - 71px);
}
:where(body.btoc) .detail-view .contents-info .list-group .list-type {
  position: relative;
  display: block;
  padding-left: 8px;
  padding-top: 3px;
  line-height: 20px;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  word-break: keep-all;
}
:where(body.btoc) .detail-view .contents-info .list-group .list-type::before {
  content: "ㆍ";
  position: absolute;
  top: 3px;
  left: -5px;
}
:where(body.btoc) .detail-view .course-info {
  display: flex;
  margin-bottom: 50px;
}
:where(body.btoc) .detail-view .course-info .img-info {
  width: 410px;
  margin-right: 70px;
}
:where(body.btoc) .detail-view .course-info .img-info .img {
  position: relative;
  width: 410px;
  height: 230px;
  overflow: hidden;
  margin-bottom: 30px;
  aspect-ratio: 410/230;
  background-color: var(--gray-ccc);
}
:where(body.btoc) .detail-view .course-info .img-info .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: 0.3s;
  z-index: 1;
}
:where(body.btoc) .detail-view .course-info .img-info .img .img-dim {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(5, 19, 59, 0.6);
  z-index: 1;
  transition: 0.2s;
}
:where(body.btoc) .detail-view .course-info .img-info .img .btn-play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
:where(body.btoc) .detail-view .course-info .img-info .img .btn-play-container .btn-play {
  display: flex;
  align-items: center;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  padding: 0 15px 0 21px;
  text-align: left;
  color: #453fe8;
}
:where(body.btoc) .detail-view .course-info .img-info .img .btn-play-container .btn-play .txt {
  position: relative;
  width: 0;
  font-size: 0;
  opacity: 0;
  font-weight: bold;
  color: #453fe8;
  transition: 0.5s;
  letter-spacing: -1.5px;
  overflow: hidden;
}
:where(body.btoc) .detail-view .course-info .img-info .img.hover .img-dim {
  opacity: 1;
}
:where(body.btoc) .detail-view .course-info .img-info .img.hover img {
  transform: scale(1.15);
}
:where(body.btoc) .detail-view .course-info .img-info .img.hover .btn-play-container .btn-play {
  width: 160px;
  border-radius: 30px;
  padding: 0 35px 0 27px;
}
:where(body.btoc) .detail-view .course-info .img-info .img.hover .btn-play-container .txt {
  width: 65px;
  font-size: 20px;
  opacity: 1;
  margin-left: 9px;
}
:where(body.btoc) .detail-view .course-info .img-info .i-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: var(--gray-f9);
  gap: 30px;
}
:where(body.btoc) .detail-view .course-info .img-info .i-info .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
:where(body.btoc) .detail-view .course-info .img-info .i-info .item .txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
}
:where(body.btoc) .detail-view .course-info .info {
  width: calc(100% - 410px - 70px);
}
:where(body.btoc) .detail-view .course-info .info .item {
  display: flex;
}
:where(body.btoc) .detail-view .course-info .info .item .form-group {
  width: 410px;
}
:where(body.btoc) .detail-view .course-info .info .item .form-group .form-select {
  width: 100%;
}
:where(body.btoc) .detail-view .course-info .info .item + .item {
  margin-top: 12px;
}
:where(body.btoc) .detail-view .course-info .info .item .title {
  position: relative;
  width: 108px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding-left: 11px;
}
:where(body.btoc) .detail-view .course-info .info .item .title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-ccc);
  left: 0;
  top: 12px;
}
:where(body.btoc) .detail-view .course-info .info .item.item-center {
  align-items: center;
}
:where(body.btoc) .detail-view .course-info .info .item.item-center .desc .txt {
  display: inline-block;
}
:where(body.btoc) .detail-view .course-info .info .item.item-center .desc .btn-wrap {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 109px);
  font-size: 15px;
  color: var(--gray-666);
}
:where(body.btoc) .detail-view .course-info .info .item .desc .txt {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 28px;
  color: var(--gray-666);
}
:where(body.btoc) .detail-view .course-info .info .item .desc .txt .txt-item {
  word-break: keep-all;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .txt .txt-item::after {
  content: "|";
  color: #ccc;
  margin: 0 10px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .txt .txt-item:last-child::after {
  content: none;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .txt .txt-item:only-child::after {
  content: none;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .num-sm {
  font-size: 16px;
  font-weight: 500;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .num {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-000);
}
:where(body.btoc) .detail-view .course-info .info .item .desc .num-lg {
  font-size: 20px;
  font-weight: 500;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .btn-wrap {
  margin-top: -6px;
  margin-left: 10px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .btn-wrap .btn + .btn {
  margin-left: 5px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item {
  display: flex;
  align-items: center;
  width: 100%;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item .form-radio span {
  color: var(--black-000);
  font-weight: bold;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item em {
  color: var(--gray-666);
  font-weight: 400;
  white-space: nowrap;
  margin-right: 10px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item + .desc-item {
  margin-top: 10px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio {
  width: 100%;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio span {
  display: flex;
  align-items: center;
  width: 100%;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input + span::before {
  top: 9px;
}
:where(body.btoc) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input:checked + span::after {
  top: 13px;
}
:where(body.btoc) .detail-view .course-info .info .button-group {
  margin-top: 34px;
}
:where(body.btoc) .detail-view .course-info .info .button-group .btn-point {
  flex-grow: 1;
}
:where(body.btoc) .detail-view .course-info .info .button-group .btn-heart {
  width: 200px;
}
:where(body.btoc) .detail-view .course-info .info .button-group .btn-heart .num {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #333;
  margin-right: 22px;
}
:where(body.btoc) .detail-view .course-info .info .button-group .btn-heart .num::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #ddd;
}
:where(body.btoc) .detail-view .box {
  padding: 30px 50px;
  background-color: var(--gray-f9);
}
:where(body.btoc) .detail-view .box .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-bottom: 9px;
}
:where(body.btoc) .detail-view .box .list {
  margin-bottom: 24px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 24px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btoc) .detail-view .box .list:last-child {
  margin-bottom: 0;
}
:where(body.btoc) .detail-view .box .list .item {
  position: relative;
  padding-left: 21px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 24px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btoc) .detail-view .box .list .item .btn {
  margin-left: 10px;
}
:where(body.btoc) .detail-view .box .list .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: var(--gray-666);
}
:where(body.btoc) .detail-view .box > .list {
  overflow-x: auto;
}
:where(body.btoc) .detail-view .box img {
  max-width: 100%;
  height: auto !important;
  margin-top: 20px;
}
:where(body.btoc) .detail-view .curriculum-list {
  border-top: 1px solid var(--gray-666);
  padding-bottom: 30px;
}
:where(body.btoc) .detail-view .curriculum-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 30px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .detail-view .curriculum-list .item .number {
  position: relative;
  width: 26px;
  height: 24.5px;
  margin-right: 30px;
}
:where(body.btoc) .detail-view .curriculum-list .item .number span {
  position: absolute;
  line-height: 17px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #453fe8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.33px;
}
:where(body.btoc) .detail-view .curriculum-list .item .title {
  width: calc(100% - 30px - 35px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 20px;
}
:where(body.btoc) .detail-view .curriculum-list .item .sub-item {
  width: 100%;
  padding: 14px 30px 0 55px;
}
:where(body.btoc) .detail-view .curriculum-list .item .sub-item .sub-title {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.38px;
  color: var(--gray-666);
}
:where(body.btoc) .detail-view .curriculum-list .item .sub-item .sub-title span:first-child {
  margin-right: 4px;
}
:where(body.btoc) .detail-view .curriculum-list .item .no-data {
  width: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  color: var(--gray-666);
  word-break: break-word;
  letter-spacing: -0.85px;
}
:where(body.btoc) .detail-view .table {
  margin-bottom: 30px;
}
:where(body.btoc) .detail-view .slider-nav .btn-arrow-prev, :where(body.btoc) .detail-view .slider-nav .btn-arrow-next {
  width: 10.5px;
  height: 17px;
  display: flex;
  align-items: center;
}
:where(body.btoc) .detail-view .slider-nav .btn-arrow-prev:hover path, :where(body.btoc) .detail-view .slider-nav .btn-arrow-next:hover path {
  stroke: var(--point);
}
:where(body.btoc) .detail-view .slider-nav .btn-arrow-prev svg, :where(body.btoc) .detail-view .slider-nav .btn-arrow-next svg {
  width: 100%;
  height: 100%;
}
:where(body.btoc) .detail-view .slider-nav .btn-arrow-prev.swiper-button-disabled svg path, :where(body.btoc) .detail-view .slider-nav .btn-arrow-next.swiper-button-disabled svg path {
  stroke: var(--gray-999);
}
:where(body.btoc) .detail-view .slider-nav .page-num {
  display: flex;
  align-items: center;
  margin: -2px 11px 0;
  width: auto;
}
:where(body.btoc) .detail-view .slider-nav .page-num .current {
  font-size: 14px;
  font-weight: bold;
  color: #2859e7;
}
:where(body.btoc) .detail-view .slider-nav .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.65px;
  color: var(--gray-999);
  margin-left: 13px;
}
:where(body.btoc) .detail-view .slider-nav .page-num .total::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: var(--gray-999);
}
:where(body.btoc) .course-slider-wrapper .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btoc) .course-slider-wrapper .course-list .course-item {
  width: 100%;
}
:where(body.btoc) .course-slider-wrapper .course-list .course-item .info .category-list .category {
  width: calc(100% - 48px);
}
@media (max-width: 1050px) {
  :where(body.btoc) .detail-view {
    overflow: visible;
    padding-top: 0;
  }
  :where(body.btoc) .detail-view .view-head {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  :where(body.btoc) .detail-view .view-head .tag-wrap {
    width: 100%;
  }
  :where(body.btoc) .detail-view .sns-links {
    display: none;
    order: 1;
    position: static;
    margin-top: 10px;
    justify-content: flex-end;
  }
  :where(body.btoc) .detail-view .view-body .sns-links {
    display: flex;
  }
  :where(body.btoc) .detail-view .course-info {
    flex-direction: column;
    margin-bottom: 30px;
  }
  :where(body.btoc) .detail-view .course-info .img-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  :where(body.btoc) .detail-view .course-info .img-info .i-info {
    height: auto;
    padding: 20px;
    flex-wrap: wrap;
  }
  :where(body.btoc) .detail-view .course-info .img-info .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  :where(body.btoc) .detail-view .course-info .info {
    width: 100%;
    padding-top: 0;
  }
  :where(body.btoc) .detail-view .course-info .info .item {
    padding: 0;
    align-items: center;
  }
  :where(body.btoc) .detail-view .course-info .info .item .title {
    width: 80px;
    padding: 0;
    line-height: 21px;
  }
  :where(body.btoc) .detail-view .course-info .info .item .title::before {
    content: none;
  }
  :where(body.btoc) .detail-view .course-info .info .item .desc {
    width: calc(100% - 80px);
  }
  :where(body.btoc) .detail-view .course-info .info .item .desc .txt {
    padding-left: 0;
    gap: 0;
  }
  :where(body.btoc) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input + span::before {
    top: 14px;
  }
  :where(body.btoc) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input:checked + span::after {
    top: 18px;
  }
  :where(body.btoc) .detail-view .course-info .info .item .desc .num-lg {
    font-size: 16px;
  }
  :where(body.btoc) .detail-view .course-info .info .item .btn {
    height: 30px;
    min-width: 60px;
    line-height: 28px;
    font-size: 14px;
  }
  :where(body.btoc) .detail-view .course-info .info .item + .item {
    margin-top: 10px;
  }
  :where(body.btoc) .detail-view .course-info .info .item.item-center {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btoc) .detail-view .course-info .info .item.item-center .title {
    width: 100%;
    margin-bottom: 6px;
  }
  :where(body.btoc) .detail-view .course-info .info .item.item-center .desc {
    width: 100%;
  }
  :where(body.btoc) .detail-view .course-info .info .item.item-center + .item-center {
    margin-top: 18px;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group {
    margin-top: 24px;
  }
  :where(body.btoc) .detail-view .view-title {
    position: relative;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
    overflow: hidden;
  }
  :where(body.btoc) .detail-view .view-title::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -20px;
    width: 100vw;
    height: 10px;
    background-color: #f7f7f7;
  }
  :where(body.btoc) .detail-view .contents-info {
    margin-top: 25px;
  }
  :where(body.btoc) .detail-view .contents-info .c-item {
    flex-direction: column;
  }
  :where(body.btoc) .detail-view .contents-info .list-group {
    width: 100%;
  }
  :where(body.btoc) .detail-view .box {
    padding: 30px 20px;
  }
  :where(body.btoc) .detail-view .box .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9px;
  }
  :where(body.btoc) .detail-view .box .list {
    margin-bottom: 20px;
  }
  :where(body.btoc) .detail-view .box .list .item .btn {
    height: 30px;
    min-width: 60px;
    line-height: 28px;
    font-size: 14px;
  }
  :where(body.btoc) .detail-view .table td span {
    word-break: break-all;
  }
  :where(body.btoc) .detail-view .book-info {
    flex-direction: column;
    padding: 30px;
  }
  :where(body.btoc) .detail-view .book-info .img {
    margin: 0 auto;
  }
  :where(body.btoc) .detail-view .book-info .info {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  :where(body.btoc) .detail-view .book-info .info .info-item .tit {
    white-space: nowrap;
  }
  :where(body.btoc) .detail-view .tip-list-blue {
    padding: 20px 10px;
  }
  :where(body.btoc) .detail-view .tip-list-blue .tip {
    flex-direction: column;
  }
  :where(body.btoc) .detail-view .tip-list-blue .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  :where(body.btoc) .detail-view .tip-list-blue .desc {
    width: 100%;
  }
  :where(body.btoc) .detail-view .curriculum-list .item {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .detail-view .course-info .info .item {
    align-items: flex-start;
  }
  :where(body.btoc) .detail-view .course-info .info .item.item-center + .item {
    margin-top: 10px;
  }
  :where(body.btoc) .detail-view .course-info .info .item .title {
    padding-top: 4px;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group .btn {
    width: calc(63% - 10px);
    padding: 0 10px;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group .btn .ico {
    display: none;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group .btn.btn-like {
    width: 37%;
    white-space: nowrap;
    padding: 0 10px;
    gap: 5px;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group .btn.btn-like .num {
    margin-right: 0;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group .btn.btn-like .num::after {
    content: none;
  }
  :where(body.btoc) .detail-view .course-info .info .button-group .btn.btn-like .ico {
    display: block;
  }
  :where(body.btoc) .detail-view .course-info .img-info .i-info {
    gap: 15px;
  }
  :where(body.btoc) .detail-view .course-info .img-info .i-info .item {
    width: calc(50% - 7.5px);
  }
}
:where(body.btoc) .login-contents .log-head {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: var(--white);
}
:where(body.btoc) .login-contents .log-head .img-logo {
  display: block;
  width: 100%;
  height: 32px;
  margin: 0 auto;
}
:where(body.btoc) .login-contents .log-head .img-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:where(body.btoc) .login-contents .log-head .txt-logo {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #333;
}
:where(body.btoc) .login-contents .log-head .txt-logo::after {
  content: "";
  width: 130px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-image: linear-gradient(90deg, #1d35ad, #cf4ebe);
}
:where(body.btoc) .login-contents .log-content {
  padding: 40px 20px 0;
}
:where(body.btoc) .login-contents .log-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  text-align: center;
}
:where(body.btoc) .login-contents .log-title + .log-result {
  margin-top: 40px;
}
:where(body.btoc) .login-contents .log-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}
:where(body.btoc) .login-contents .login-box {
  max-width: 520px;
  padding: 60px;
  margin: 0 auto;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
}
:where(body.btoc) .login-contents .login-box .form-group .label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 18px;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btoc) .login-contents .login-box .form-group .tip {
  margin-top: -4px;
  margin-bottom: 5px;
}
:where(body.btoc) .login-contents .login-box .form-group .caution {
  color: var(--red);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  margin-top: 7px;
}
:where(body.btoc) .login-contents .login-box .form-input, :where(body.btoc) .login-contents .login-box .form-select {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid #c4cfd7;
  background-color: #f7f9fa;
  font-size: 16px;
}
:where(body.btoc) .login-contents .login-box .form-input + .form-input, :where(body.btoc) .login-contents .login-box .form-input + .form-select, :where(body.btoc) .login-contents .login-box .form-select + .form-input, :where(body.btoc) .login-contents .login-box .form-select + .form-select {
  margin-top: 20px;
}
:where(body.btoc) .login-contents .login-box textarea.form-input {
  height: 145px;
  padding: 15px;
  line-height: 18px;
  resize: none;
}
:where(body.btoc) .login-contents .login-box .form-check-group {
  margin: 20px 0;
}
:where(body.btoc) .login-contents .login-box .links-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
:where(body.btoc) .login-contents .login-box .links-wrap a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btoc) .login-contents .login-box .sns-box {
  margin-top: 60px;
}
:where(body.btoc) .login-contents .login-box .sns-box > .title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
:where(body.btoc) .login-contents .login-box .sns-box > .title span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  background-color: var(--white);
  padding: 0 10px;
  z-index: 1;
}
:where(body.btoc) .login-contents .login-box .sns-box > .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--gray-ddd);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
:where(body.btoc) .login-contents .login-box .sns-box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
:where(body.btoc) .login-contents .login-box .sns-box .list .item {
  width: 48px;
  height: 48px;
}
:where(body.btoc) .login-contents .login-box .sns-box .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
:where(body.btoc) .login-contents .login-box .sns-box .list .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .login-contents .login-box .dormant-account {
  display: flex;
  margin-bottom: 30px;
}
:where(body.btoc) .login-contents .login-box .dormant-account .img {
  width: 54px;
  height: 45px;
  margin-right: 20px;
}
:where(body.btoc) .login-contents .login-box .dormant-account .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .login-contents .login-box .dormant-account .info {
  width: calc(100% - 69px - 20px);
}
:where(body.btoc) .login-contents .login-box .dormant-account .info .item {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--black-000);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
:where(body.btoc) .login-contents .login-box .dormant-account .info .item + .item {
  margin-top: 5px;
}
:where(body.btoc) .login-contents .login-box.login-pw-box .form-group + .form-group {
  margin-top: 24px;
}
:where(body.btoc) .login-contents .login-box.login-pw-box .form-group + .button-group {
  margin-top: 24px;
}
:where(body.btoc) .login-contents .login-box .form-row {
  display: flex;
  width: 100%;
  gap: 10px;
}
:where(body.btoc) .login-contents .login-box .form-row .form-input {
  flex: 1;
}
:where(body.btoc) .login-contents .login-box .form-row .btn {
  height: 48px;
  line-height: 46px;
}
:where(body.btoc) .login-contents .find-box {
  max-width: 720px;
  margin: 40px auto 0;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
}
:where(body.btoc) .login-contents .find-box.find-box-sm {
  max-width: 540px;
}
:where(body.btoc) .login-contents .find-box .find-account {
  display: flex;
}
:where(body.btoc) .login-contents .find-box .find-account .col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 60px 50px 60px 60px;
}
:where(body.btoc) .login-contents .find-box .find-account .col + .col {
  border-left: 1px solid var(--gray-ddd);
}
:where(body.btoc) .login-contents .find-box .find-account .col:only-child {
  width: 100%;
}
:where(body.btoc) .login-contents .find-box .find-account .img {
  height: 48px;
  margin-right: 10px;
}
:where(body.btoc) .login-contents .find-box .find-account .info {
  width: calc(100% - 48px - 10px);
}
:where(body.btoc) .login-contents .find-box .find-account .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 5px;
}
:where(body.btoc) .login-contents .find-box .find-account .desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-bottom: 30px;
  word-break: auto-phrase;
}
:where(body.btoc) .login-contents .find-box .find-account .button-group {
  width: 100%;
}
:where(body.btoc) .login-contents .info-box {
  padding: 28px 20px 27px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}
:where(body.btoc) .login-contents .info-box .txt-lg {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btoc) .login-contents .info-box .txt {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
}
:where(body.btoc) .login-contents .certification-step {
  display: flex;
  justify-content: center;
}
:where(body.btoc) .login-contents .certification-step .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  border-radius: 8px;
  border: 1px solid var(--gray-eee);
  height: 400px;
}
:where(body.btoc) .login-contents .certification-step .item + .item {
  margin-left: 40px;
}
:where(body.btoc) .login-contents .certification-step .item .img {
  width: 70px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
:where(body.btoc) .login-contents .certification-step .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: var(--black-000);
  margin-bottom: 20px;
}
:where(body.btoc) .login-contents .certification-step .item .desc {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-bottom: 40px;
}
:where(body.btoc) .login-contents .certification-step.integration .item {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
  padding-top: 22px;
}
:where(body.btoc) .login-contents .certification-step.integration .item .img {
  width: 100px;
  height: 100px;
  margin-bottom: 49px;
}
:where(body.btoc) .login-contents .certification-step.integration .item .img img {
  width: 100%;
  height: 100%;
}
:where(body.btoc) .login-contents .log-foot {
  padding: 60px 20px;
  text-align: center;
}
:where(body.btoc) .login-contents .log-foot .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
:where(body.btoc) .login-contents .log-foot .links a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btoc) .login-contents .log-foot .links a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
  margin: 0 11px;
}
:where(body.btoc) .login-contents .log-foot .links a.lg {
  font-weight: 500;
  color: var(--black-000);
}
:where(body.btoc) .login-contents .log-foot .copyright {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-666);
}
:where(body.btoc) .login-contents .log-result .button-group {
  margin-top: 30px;
}
:where(body.btoc) .login-contents .log-result .empty {
  padding: 60px 20px;
}
:where(body.btoc) .login-contents .log-result .empty .img {
  width: 59px;
  height: 47px;
  margin: 0 auto 20px;
}
:where(body.btoc) .login-contents .log-result .empty .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .login-contents .log-result .empty .desc {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: var(--gray-666);
  letter-spacing: -0.75px;
  margin-bottom: 30px;
}
:where(body.btoc) .login-contents .find-table {
  max-width: 520px;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  margin: 0 auto;
}
:where(body.btoc) .login-contents .find-table table {
  width: 100%;
}
:where(body.btoc) .login-contents .find-table th {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: var(--gray-666);
  border-bottom: 1px solid var(--gray-ddd);
}
:where(body.btoc) .login-contents .find-table tbody tr:last-child td {
  border-bottom: 0;
}
:where(body.btoc) .login-contents .find-table tbody tr.highlight td {
  background-color: #fff8fc;
}
:where(body.btoc) .login-contents .find-table td {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: #000001;
  border-bottom: 1px solid var(--gray-ddd);
}
:where(body.btoc) .login-contents .find-table .form-radio {
  justify-content: center;
  width: 16px;
  margin: 0 auto;
  padding: 0;
}
:where(body.btoc) .login-contents .sign-in {
  padding-top: 29px;
  margin-bottom: 40px;
}
:where(body.btoc) .login-contents .sign-in .step {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
:where(body.btoc) .login-contents .sign-in .step .item {
  position: relative;
  display: flex;
  align-items: center;
}
:where(body.btoc) .login-contents .sign-in .step .item .title {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2859e7;
  margin-left: 4px;
}
:where(body.btoc) .login-contents .sign-in .step .item + .item {
  margin-left: 33px;
}
:where(body.btoc) .login-contents .sign-in .step .item + .item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
  background-image: url(../img/common/ico-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
}
:where(body.btoc) .login-contents .sign-in .step .item .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--black-000);
  color: var(--black-000);
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.7px;
}
:where(body.btoc) .login-contents .sign-in .step .item.active .num {
  border: 0;
}
:where(body.btoc) .login-contents .sign-in .step .item.active .num::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/ico-step-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
:where(body.btoc) .login-contents .sign-in .step .item.active .title {
  display: block;
}
:where(body.btoc) .login-contents .sign-in .step .item.completed .num {
  background-color: var(--black-000);
  color: var(--white);
}
:where(body.btoc) .login-contents .sign-in .certification-step {
  width: 760px;
  margin: 0 auto;
}
:where(body.btoc) .login-contents .sign-in .certification-step .item {
  text-align: center;
}
:where(body.btoc) .login-contents .sign-in .certification-step + .form {
  margin: 40px auto 0;
}
:where(body.btoc) .login-contents .sign-in .terms-of-use {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--black-333);
}
:where(body.btoc) .login-contents .sign-in .terms-of-use .item + .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--gray-ddd);
}
:where(body.btoc) .login-contents .sign-in .terms-of-use .item .label {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 19px;
}
:where(body.btoc) .login-contents .sign-in .terms-of-use .item .content {
  border: 1px solid var(--gray-ddd);
  padding: 24px 20px;
  height: 205px;
  margin-bottom: 20px;
}
:where(body.btoc) .login-contents .sign-in .terms-of-use .item .content .content-inner {
  max-height: 100%;
  overflow-y: auto;
}
:where(body.btoc) .login-contents .sign-in .check-all {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid var(--gray-ddd);
  margin-bottom: 40px;
}
:where(body.btoc) .login-contents .sign-in .form {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--black-333);
}
:where(body.btoc) .login-contents .sign-in .form .form-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
:where(body.btoc) .login-contents .sign-in .form .form-title .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
:where(body.btoc) .login-contents .sign-in .form .form-title .desc {
  font-size: 14px;
  letter-spacing: -0.35px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btoc) .login-contents .sign-in .form .form-box {
  padding: 30px;
  border: 1px solid var(--gray-ddd);
}
:where(body.btoc) .login-contents .sign-in .form .form-box + .form-title {
  margin-top: 40px;
}
:where(body.btoc) .login-contents .sign-in .form .form-group .desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: -0.65px;
  color: var(--gray-666);
  text-align: left;
  margin-bottom: 10px;
}
:where(body.btoc) .login-contents .sign-in .form .form-group .validation, :where(body.btoc) .login-contents .sign-in .form .form-group .caution {
  margin-top: 8px;
}
:where(body.btoc) .login-contents .sign-in .form .form-group .form-row {
  display: flex;
}
:where(body.btoc) .login-contents .sign-in .form .form-group .form-row .btn {
  margin-left: 10px;
}
:where(body.btoc) .login-contents .sign-in .form .form-group .form-row .form-radio + .form-radio {
  margin-left: 30px;
}
:where(body.btoc) .login-contents .sign-in .form .form-group .form-control, :where(body.btoc) .login-contents .sign-in .form .form-group .form-select {
  width: 100%;
}
:where(body.btoc) .login-contents .sign-in .form .form-group + .form-title, :where(body.btoc) .login-contents .sign-in .form .form-group + .form-group {
  margin-top: 30px;
}
:where(body.btoc) .login-contents .sign-in .form .button-group {
  margin-top: 30px;
}
:where(body.btoc) .login-contents .sign-in .form .terms-of-use {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}
:where(body.btoc) .login-contents .sign-in .form .terms-of-use .check-all .form-group {
  margin-top: 0;
}
:where(body.btoc) .login-contents .sign-in .s-completed {
  max-width: 720px;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}
:where(body.btoc) .login-contents .sign-in .s-completed .img {
  width: 68px;
  height: 69px;
  margin: 0 auto 15px;
}
:where(body.btoc) .login-contents .sign-in .s-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .login-contents .sign-in .s-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 5px;
}
:where(body.btoc) .login-contents .sign-in .s-completed .txt-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-bottom: 30px;
}
:where(body.btoc) .login-contents .sign-in .otp-form {
  text-align: center;
}
:where(body.btoc) .login-contents .sign-in .otp-form .form-group {
  max-width: 360px;
  margin: 0 auto 20px;
}
:where(body.btoc) .login-contents .sign-in .otp-form .form-group .form-row {
  margin-bottom: 10px;
}
:where(body.btoc) .login-contents .sign-in .otp-form .form-group .form-row .form-input {
  height: 54px;
  line-height: 52px;
}
:where(body.btoc) .login-contents .sign-in .otp-form .btn-wrap {
  max-width: 360px;
  margin: 0 auto 40px;
}
:where(body.btoc) .login-contents .sign-in .otp-form .btn-wrap .btn {
  flex: 1;
}
:where(body.btoc) .login-contents .sign-in .otp-form .contents-info {
  max-width: 533px;
  padding: 10px 20px;
  margin: 0 auto 40px;
}
:where(body.btoc) .login-contents .sign-in .form-radio-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
:where(body.btoc) .login-contents .sign-in .form-radio-group + .item {
  margin-top: 50px;
}
:where(body.btoc) .login-contents .sign-in.pt-0 .form {
  border-top: 0;
  padding-top: 0;
}
:where(body.btoc) .login-contents .sign-in.pt-0 .form-box {
  border-top-color: #333;
}
@media (max-width: 800px) {
  :where(body.btoc) .login-contents .find-box .find-account {
    flex-direction: column;
  }
  :where(body.btoc) .login-contents .find-box .find-account .col {
    width: 100%;
  }
  :where(body.btoc) .login-contents .find-box .find-account .col + .col {
    border-top: 1px solid var(--gray-ddd);
    border-left: 0;
  }
  :where(body.btoc) .login-contents .certification-step {
    flex-direction: column;
  }
  :where(body.btoc) .login-contents .certification-step .item {
    width: 100%;
  }
  :where(body.btoc) .login-contents .certification-step .item + .item {
    margin-left: 0;
    margin-top: 20px;
  }
  :where(body.btoc) .login-contents .sign-in .certification-step {
    width: 100%;
    padding: 0 20px;
  }
  :where(body.btoc) .login-contents .sign-in .form .form-box {
    padding: 30px 20px;
  }
  :where(body.btoc) .login-contents .sign-in .form .form-group + .form-group {
    margin-top: 20px;
  }
  :where(body.btoc) .login-contents .sign-in .otp-form {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .login-contents .log-desc {
    word-break: break-all;
  }
  :where(body.btoc) .login-contents .log-desc br {
    display: none;
  }
  :where(body.btoc) .login-contents .login-box {
    padding: 60px 20px;
  }
  :where(body.btoc) .login-contents .login-box .dormant-account {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  :where(body.btoc) .login-contents .login-box .dormant-account .info {
    width: 100%;
  }
  :where(body.btoc) .login-contents .login-box .dormant-account .info .item {
    justify-content: center;
    align-items: flex-start;
  }
  :where(body.btoc) .login-contents .login-box .dormant-account .info .item .tit {
    white-space: nowrap;
  }
  :where(body.btoc) .login-contents .login-box .dormant-account .img {
    margin-right: 0;
  }
  :where(body.btoc) .login-contents .find-box .find-account .img {
    margin: 0 auto 20px;
  }
  :where(body.btoc) .login-contents .find-box .find-account .info {
    width: 100%;
  }
  :where(body.btoc) .login-contents .find-box .find-account .info .tit {
    margin-bottom: 16px;
  }
  :where(body.btoc) .login-contents .find-box .find-account .col {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
  }
}
:where(body.btoc) .board .board-foot {
  margin-top: 30px;
}

/*
  수강신청
*/
:where(body.btoc) .enrolment-wrap .course-info {
  display: flex;
  border-top: 1px solid var(--gray-666);
  border-bottom: 1px solid var(--gray-eee);
  padding: 30px 20px 30px 0;
  margin-bottom: 45px;
}
:where(body.btoc) .enrolment-wrap .course-info .img {
  width: 280px;
  height: 158px;
  margin-right: 40px;
}
:where(body.btoc) .enrolment-wrap .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .enrolment-wrap .course-info .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px - 280px);
  padding-top: 5px;
  word-break: keep-all;
  gap: 10px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .left {
  width: calc(80% - 10px);
}
:where(body.btoc) .enrolment-wrap .course-info .info .right {
  width: 20%;
}
:where(body.btoc) .enrolment-wrap .course-info .info .category {
  margin-bottom: 5px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .category .item {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: #2859e7;
}
:where(body.btoc) .enrolment-wrap .course-info .info .category .item + .item {
  margin-left: 22px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .category .item + .item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #eee;
}
:where(body.btoc) .enrolment-wrap .course-info .info .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 22px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item {
  display: flex;
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item + .item {
  margin-top: 6px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item.item-center {
  align-items: center;
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item .tit {
  position: relative;
  width: 90px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding-left: 11px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item .tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-ccc);
  left: 0;
  top: 10px;
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 90px);
}
:where(body.btoc) .enrolment-wrap .course-info .info .detail .item .desc .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: var(--black-000);
}
:where(body.btoc) .enrolment-wrap .course-info .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
:where(body.btoc) .enrolment-wrap .course-info .badge {
  margin-bottom: 22px;
}
:where(body.btoc) .enrolment-wrap .course-info .price .txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.75px;
  text-align: right;
}
:where(body.btoc) .enrolment-wrap .course-info .price .total {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btoc) .enrolment-wrap .course-info .price .total .val {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-000);
  letter-spacing: -1px;
}
:where(body.btoc) .enrolment-wrap .section-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  line-height: 29px;
  padding-bottom: 15px;
}
:where(body.btoc) .enrolment-wrap .content-section + .content-section {
  margin-top: 45px;
}
:where(body.btoc) .enrolment-wrap .table-content {
  overflow-x: auto;
}
:where(body.btoc) .enrolment-wrap .table-content .table {
  min-width: 760px;
}
:where(body.btoc) .enrolment-wrap .table-content + .table-content {
  margin-top: 17px;
}
:where(body.btoc) .enrolment-wrap .v-table td {
  padding: 9.75px 20px;
}
:where(body.btoc) .enrolment-wrap .v-table .form-group .form-control {
  min-width: 330px;
}
:where(body.btoc) .enrolment-wrap .v-table .form-group.form-inline-group .form-control {
  min-width: 120px;
}
:where(body.btoc) .enrolment-wrap .v-table .form-group.form-group-address {
  display: flex;
  gap: 10px;
}
:where(body.btoc) .enrolment-wrap .v-table .form-group.form-group-address .form-control {
  flex: 1;
  min-width: auto;
}
:where(body.btoc) .enrolment-wrap .v-table .form-radio-group {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px 30px;
}
:where(body.btoc) .enrolment-wrap .v-table .info-txt-blue {
  margin-top: 10px;
  margin-bottom: 10px;
}
:where(body.btoc) .enrolment-wrap .v-table td .price {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #f53997;
}
:where(body.btoc) .enrolment-wrap .v-table td .unit {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #666;
}
:where(body.btoc) .enrolment-wrap .form-check-group {
  gap: 12px;
  padding: 10px 0;
}
:where(body.btoc) .enrolment-wrap .form-check-group .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btoc) .enrolment-wrap .form-check-group .form-check input + span {
  color: var(--black-333);
  text-align: left;
}
:where(body.btoc) .enrolment-wrap .form-check-group .form-check input + span::before {
  top: 4px;
}
:where(body.btoc) .enrolment-wrap .form-check-group .form-check input + span::after {
  top: 4px;
}
:where(body.btoc) .enrolment-wrap .content-info-box {
  margin-bottom: 14px;
}
:where(body.btoc) .enrolment-wrap .content-info-box ~ .form-check-group {
  padding: 0;
  justify-content: center;
}
:where(body.btoc) .enrolment-wrap .content-info-box ~ .form-check-group input + span::before {
  top: 0;
}
:where(body.btoc) .enrolment-wrap .content-info-box ~ .form-check-group input + span::after {
  top: 0;
}
:where(body.btoc) .enrolment-wrap .course-completed {
  padding: 45px 20px;
  border-top: 1px solid var(--black-333);
}
:where(body.btoc) .enrolment-wrap .course-completed .img {
  width: 68px;
  height: 69px;
  margin: 0 auto 20px;
}
:where(body.btoc) .enrolment-wrap .course-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btoc) .enrolment-wrap .course-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}
:where(body.btoc) .enrolment-wrap .login-contents .sign-in {
  padding-top: 0;
  margin-bottom: 0;
}
:where(body.btoc) .enrolment-wrap .login-contents .sign-in .terms-of-use {
  max-width: none;
  margin: auto;
  padding-top: 0;
  border-top: 0;
}
:where(body.btoc) .enrolment-wrap .login-contents .sign-in .terms-of-use .item .content {
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 1050px) {
  :where(body.btoc) .enrolment-wrap .content-section + .content-section {
    margin-top: 40px;
  }
  :where(body.btoc) .enrolment-wrap .course-info {
    padding: 20px 0;
    flex-direction: column;
  }
  :where(body.btoc) .enrolment-wrap .course-info .img {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .left {
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .right {
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .section-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  :where(body.btoc) .enrolment-wrap .table-content .table {
    min-width: auto;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) {
    padding-top: 20px;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) table, :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) thead, :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) tbody, :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) tr {
    display: block;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .col-title {
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    background-color: transparent;
    padding: 0 0 10px;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) colgroup {
    display: none;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) tbody, :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) tr {
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) th, :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) td {
    display: block;
    width: 100%;
    padding: 0;
    border-top: 0;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) th > span, :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) td > span {
    display: block;
    line-height: 16px;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-group {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-group .form-control {
    width: 100%;
    min-width: auto;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-group.form-inline-group .form-control {
    flex: 1;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-group .desc {
    width: 100%;
    line-height: 14px;
    margin: -5px 0 0;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-radio-group {
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-eee);
    margin-bottom: 20px;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) [colspan="4"] .form-radio-group {
    border-top: 1px solid var(--gray-eee);
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-check-group {
    padding: 20px 0;
    border-top: 1px solid var(--gray-eee);
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .form-group-address .form-control:nth-child(2) {
    width: calc(100% - 80px - 10px);
    flex: none;
  }
  :where(body.btoc) .enrolment-wrap .v-table:not(.v-border-table) .info-txt-blue {
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .enrolment-wrap .course-info {
    padding: 20px 0 28px;
    margin-bottom: 40px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info {
    position: relative;
    flex-direction: column;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .left {
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item {
    align-items: center;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item + .item {
    margin-top: 20px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item.item-center {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item.item-center .tit, :where(body.btoc) .enrolment-wrap .course-info .info .detail .item.item-center .desc {
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item.item-center .tit {
    margin-bottom: 10px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item .tit {
    padding-left: 0;
    line-height: 16px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item .tit::before {
    content: none;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item .desc .txt {
    line-height: 16px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .info .detail .item .form-select, :where(body.btoc) .enrolment-wrap .course-info .info .detail .item .form-group {
    width: 100%;
  }
  :where(body.btoc) .enrolment-wrap .course-info .right {
    width: 100%;
    align-items: flex-start;
    margin-top: 18px;
  }
  :where(body.btoc) .enrolment-wrap .course-info .right .badge {
    position: absolute;
    top: 0;
    right: 0;
  }
  :where(body.btoc) .enrolment-wrap .course-info .right .price {
    display: flex;
    align-items: center;
  }
  :where(body.btoc) .enrolment-wrap .course-info .right .price .txt {
    width: 90px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.75px;
    text-align: left;
  }
  :where(body.btoc) .enrolment-wrap .course-info .right .price .total {
    line-height: 19px;
  }
}

/*
  마이페이지
*/
:where(body.btoc) .my-page-content .home .row {
  display: flex;
  margin-bottom: 50px;
}
:where(body.btoc) .my-page-content .home .row .col {
  width: 33.3333333%;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  height: 306px;
  padding: 28px 30px;
}
:where(body.btoc) .my-page-content .home .row .col + .col {
  border-left: 0;
}
:where(body.btoc) .my-page-content .home .top-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
:where(body.btoc) .my-page-content .home .top-heading .title {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btoc) .my-page-content .home .top-heading .btn-link {
  display: flex;
  align-items: center;
}
:where(body.btoc) .my-page-content .home .top-heading .btn-link span {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 5px;
}
:where(body.btoc) .my-page-content .home .top-heading.with-border {
  border-bottom: 1px solid var(--black-000);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btoc) .my-page-content .home .box.my-info {
  margin-top: -5px;
}
:where(body.btoc) .my-page-content .home .box.my-info .title {
  display: inline-block;
  width: 80px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btoc) .my-page-content .home .box.my-info .item {
  display: flex;
  line-height: 29px;
}
:where(body.btoc) .my-page-content .home .box.my-info .item .value {
  display: -webkit-box;
  width: calc(100% - 80px);
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  padding-top: 4px;
  letter-spacing: -0.75px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item + .item {
  margin-top: 10px;
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item .title {
  max-width: calc(100% - 60px - 10px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: -0.75px;
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item .badge-state {
  display: inline-block;
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 1px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.65px;
  text-align: center;
  color: var(--white);
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item .badge-state.badge-blue {
  background-color: #2859e7;
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item .badge-state.badge-pink {
  background-color: #fa4ea4;
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item .badge-state.badge-gray {
  background-color: var(--gray-666);
}
:where(body.btoc) .my-page-content .home .box.my-inquiry .item .badge-state.badge-skyblue {
  background-color: #54afe8;
}
:where(body.btoc) .my-page-content .home .box.my-favorite {
  position: relative;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .swiper-slide {
  opacity: 0 !important;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .course-list .course-item {
  width: 200px;
  margin: 0 auto;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .course-list .course-item .img {
  width: 100%;
  aspect-ratio: 200/112;
  margin: 0 auto 7px;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .course-list .course-item .category-list {
  width: 100%;
  margin-bottom: 4px;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .course-list .course-item .title {
  font-size: 15px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 0;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .btn-arrow-next, :where(body.btoc) .my-page-content .home .box.my-favorite .btn-arrow-prev {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gray-ddd);
  border-radius: 100%;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .btn-arrow-next.swiper-button-disabled .ico, :where(body.btoc) .my-page-content .home .box.my-favorite .btn-arrow-prev.swiper-button-disabled .ico {
  opacity: 0.3;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .btn-arrow-prev {
  left: -5px;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .btn-arrow-next {
  right: -5px;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .page-num {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  margin-top: 12px;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .page-num .current {
  font-size: 14px;
  color: var(--point);
}
:where(body.btoc) .my-page-content .home .box.my-favorite .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: rgba(102, 102, 102, 0.7);
  margin-left: 13px;
}
:where(body.btoc) .my-page-content .home .box.my-favorite .page-num .total::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  color: var(--gray-666);
  font-size: 13px;
}
:where(body.btoc) .my-page-content .home .box.box-empty {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
:where(body.btoc) .my-page-content .home .box.box-empty img {
  display: inline-block;
  width: 44px;
  height: 38px;
  margin: 0 auto 20px;
}
:where(body.btoc) .my-page-content .home .box.box-empty .txt {
  display: block;
  font-size: 15px;
  color: var(--gray-666);
  letter-spacing: -0.75px;
}
:where(body.btoc) .my-page-content .home .empty {
  text-align: center;
  width: 100%;
}
:where(body.btoc) .my-page-content .home .empty .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 80px 0 100px;
}
:where(body.btoc) .my-page-content .pagination {
  margin-top: 30px;
}
:where(body.btoc) .my-page-content .box-board .box-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 0;
}
:where(body.btoc) .my-page-content .box-board .box-heading .title {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btoc) .my-page-content .box-board .box-heading .title .small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-left: 4px;
}
:where(body.btoc) .my-page-content .box-board .box-heading .btn-link {
  display: flex;
  align-items: center;
}
:where(body.btoc) .my-page-content .box-board .box-heading .btn-link span {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 5px;
}
:where(body.btoc) .my-page-content .box-board .box-heading.with-border {
  border-bottom: 1px solid var(--black-000);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btoc) .my-page-content .box-board .box-sorting {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
}
:where(body.btoc) .my-page-content .box-board .box-sorting .sorting {
  display: flex;
  gap: 4px;
  align-items: center;
}
:where(body.btoc) .my-page-content .box-board + .box-board {
  margin-top: 50px;
}
:where(body.btoc) .my-page-content .my-table {
  overflow-x: auto;
}
:where(body.btoc) .my-page-content .my-table:first-child table {
  border-top: 1px solid var(--black-333);
}
:where(body.btoc) .my-page-content .my-table table {
  border-top: 1px solid var(--gray-ccc);
}
:where(body.btoc) .my-page-content .my-table table th {
  height: 58px;
  border-bottom: 1px solid var(--gray-eee);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btoc) .my-page-content .my-table table td {
  padding: 20px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .my-page-content .my-table table .cont-list .row {
  display: flex;
  gap: 20px;
}
:where(body.btoc) .my-page-content .my-table table .cont-list .row + .row {
  margin-top: 7px;
}
:where(body.btoc) .my-page-content .my-table table .cont {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 9px;
}
:where(body.btoc) .my-page-content .my-table table .cont .tit {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  white-space: nowrap;
}
:where(body.btoc) .my-page-content .my-table table .cont .val {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  font-weight: 500;
  white-space: nowrap;
}
:where(body.btoc) .my-page-content .my-table table .txt {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--black-000);
  word-break: auto-phrase;
}
:where(body.btoc) .my-page-content .my-table table .row-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
:where(body.btoc) .my-page-content .my-table table.attending-table {
  min-width: 850px;
}
:where(body.btoc) .my-page-content .my-table table.attending-table .category-list {
  margin-bottom: 12px;
}
:where(body.btoc) .my-page-content .my-table table.attending-table .category-list .category {
  gap: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(body.btoc) .my-page-content .my-table table.attending-table .category-list .item {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btoc) .my-page-content .my-table table.attending-table .category-list .item + .item::before {
  left: -11px;
}
:where(body.btoc) .my-page-content .my-table table.attending-table .title-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
:where(body.btoc) .my-page-content .my-table table.attending-table .title-area .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btoc) .my-page-content .my-table .nodata {
  text-align: center;
  font-size: 16px;
}
:where(body.btoc) .my-page-content .my-table .nodata td {
  padding: 100px 20px;
}
:where(body.btoc) .my-page-content .favorite-list {
  border-top: 1px solid var(--black-333);
  padding-top: 20px;
}
:where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info {
  justify-content: space-between;
}
:where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .title {
  display: block;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 17px;
}
:where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .title .badge {
  margin-right: 7px;
}
:where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .price .val {
  font-size: 18px;
}
:where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .button-group {
  align-items: flex-end;
  gap: 24px;
}
:where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .button-group .btn-del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
:where(body.btoc) .my-page-content .favorite-list .nodata-box:only-child {
  padding-top: 0;
}
:where(body.btoc) .my-page-content .survey-list {
  border-top: 1px solid var(--black-333);
}
:where(body.btoc) .my-page-content .survey-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .my-page-content .survey-list .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  max-width: 60%;
}
:where(body.btoc) .my-page-content .survey-list .item .right {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
:where(body.btoc) .my-page-content .survey-list .item .cont {
  display: flex;
  align-items: center;
}
:where(body.btoc) .my-page-content .survey-list .item .cont .tit {
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-666);
  margin-right: 4px;
}
:where(body.btoc) .my-page-content .survey-list .item .cont .date {
  font-size: 14px;
  line-height: 16px;
  color: var(--black-000);
}
:where(body.btoc) .my-page-content .survey-box .survey-head {
  width: 100%;
  padding: 20px;
  background-color: #fee6f4;
  margin-bottom: 20px;
  margin-top: 25px;
}
:where(body.btoc) .my-page-content .survey-box .survey-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: var(--black-000);
  margin-bottom: 15px;
}
:where(body.btoc) .my-page-content .survey-box .survey-head .desc {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
}
:where(body.btoc) .my-page-content .survey-box .survey-body {
  border: 1px solid var(--gray-eee);
}
:where(body.btoc) .my-page-content .survey-box .item {
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btoc) .my-page-content .survey-box .item .title {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  background-color: #f9f9f9;
  padding: 19px 0;
}
:where(body.btoc) .my-page-content .survey-box .item .title .num {
  padding-left: 18px;
  width: 50px;
}
:where(body.btoc) .my-page-content .survey-box .item .title .txt {
  width: calc(100% - 50px);
  padding-right: 20px;
}
:where(body.btoc) .my-page-content .survey-box .item .input-area {
  padding: 20px 20px 20px 50px;
}
:where(body.btoc) .my-page-content .survey-box .item .form-group.form-inline-group {
  flex-wrap: wrap;
  gap: 10px 30px;
}
:where(body.btoc) .my-page-content .login-contents .login-box {
  border-color: var(--gray-eee);
  border-top-color: var(--gray-ccc);
}
:where(body.btoc) .my-page-content .login-contents .sign-in .form {
  padding-top: 0;
  border-top: 0;
}
:where(body.btoc) .my-page-content .v-table-input {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  :where(body.btoc) .my-page-content .home .top-heading .title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.8px;
  }
  :where(body.btoc) .my-page-content .home .row {
    flex-direction: column;
    gap: 20px;
  }
  :where(body.btoc) .my-page-content .home .row .col {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  :where(body.btoc) .my-page-content .home .row .col + .col {
    border-left: 1px solid var(--gray-ddd);
  }
  :where(body.btoc) .my-page-content .home .box {
    height: auto;
  }
  :where(body.btoc) .my-page-content .my-table table td {
    padding: 20px 10px;
  }
  :where(body.btoc) .my-page-content .table.v-table.v-table-input {
    border-top: 1px solid #333333;
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  :where(body.btoc) .my-page-content .home .box.my-favorite .course-list .course-item {
    width: calc(100vw - 150px);
  }
  :where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .category-list .category {
    width: 100%;
  }
  :where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .title {
    white-space: normal;
  }
  :where(body.btoc) .my-page-content .favorite-list .course-list .course-item .info .button-group {
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  :where(body.btoc) .my-page-content .survey-list .item {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btoc) .my-page-content .survey-list .item .title {
    max-width: none;
    text-align: left;
  }
  :where(body.btoc) .my-page-content .survey-list .item .right {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/*
  변수
*/
:where(body.btob02) {
  --point: #146CD0;
  --navy: #0E437F;
  --red: #ee3b81;
  --radius: 2px;
}

/*
  Icons
*/
:where(body.btob02) .ico-setting {
  width: 15px;
  height: 15px;
  background-image: url(../btob02/img/common/ico-setting.svg);
}
:where(body.btob02) .ico-mini-heart {
  width: 14px;
  height: 12px;
  background-image: url(../btob02/img/common/ico-sm-heart.png);
}
:where(body.btob02) .ico-logout {
  width: 17px;
  height: 15px;
  background-image: url(../btob02/img/common/ico-logout.png);
}
:where(body.btob02) .ico-logout-white {
  width: 15px;
  height: 13px;
  background-image: url(../btob02/img/common/ico-logout.svg);
}
:where(body.btob02) .ico-main-stop {
  width: 8px;
  height: 12px;
  background-image: url(../btob02/img/main/ico-pause.png);
}
:where(body.btob02) .ico-main-play {
  width: 10px;
  height: 12px;
  background-image: url(../btob02/img/main/ico-play.png);
}
:where(body.btob02) .ico-profile {
  width: 24px;
  height: 24px;
  background-image: url(../btob02/img/main/ico-user.png);
}
:where(body.btob02) .ico-pen {
  width: 14px;
  height: 14px;
  background-image: url(../btob02/img/main/ico-pen.png);
}
:where(body.btob02) .ico-book {
  width: 17px;
  height: 17px;
  background-image: url(../btob02/img/main/ico-book.png);
}
:where(body.btob02) .ico-list {
  width: 16px;
  height: 20px;
  background-image: url(../btob02/img/main/ico-list.png);
}
:where(body.btob02) .ico-search {
  width: 22px;
  height: 22px;
  background-image: url(../btob02/img/common/ico-search.png);
}
:where(body.btob02) .ico-user {
  width: 28px;
  height: 28px;
  background-image: url(../btob02/img/main/ico-user.png);
}
:where(body.btob02) .ico-set {
  width: 18px;
  height: 18px;
  background-image: url(../btob02/img/main/ico-set.png);
}
:where(body.btob02) .ico-main-logout {
  width: 16px;
  height: 15px;
  background-image: url(../btob02/img/main/ico-logout.png);
}
@media (max-width: 1280px) {
  :where(body.btob02) .ico-profile {
    width: 16px;
    height: 16px;
  }
  :where(body.btob02) .ico-pen {
    width: 15px;
    height: 15px;
  }
  :where(body.btob02) .ico-list {
    width: 13px;
    height: 16px;
  }
}
:where(body.btob02) .ico-main-slider-sm-prev {
  width: 7px;
  height: 16px;
  background-image: url(../btob02/img/main/ico-main-slider-sm-prev.png);
}
:where(body.btob02) .ico-main-slider-sm-next {
  width: 7px;
  height: 16px;
  background-image: url(../btob02/img/main/ico-main-slider-sm-next.png);
}
:where(body.btob02) .ico-main-more {
  width: 7px;
  height: 13px;
  background-image: url(../btob02/img/main/ico-main-more.png);
}
:where(body.btob02) .ico-main-plus {
  width: 10px;
  height: 10px;
  background-image: url(../btob02/img/main/ico-more.png);
}

:where(body.btob02) {
  /* layout */
}
:where(body.btob02) .wrap {
  position: relative;
}
:where(body.btob02) .container {
  max-width: none !important;
}
:where(body.btob02) .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  :where(body.btob02) .inner {
    padding: 0 15px;
  }
}
:where(body.btob02) {
  /* header */
}
:where(body.btob02) .header-wrap .mo-gnb {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100dvh - 70px);
  top: 70px;
  left: 0;
  padding: 23px 0;
  background-color: #fbfbfb;
  z-index: 5;
}
:where(body.btob02) .header-wrap .mo-gnb .nav {
  max-height: calc(100dvh - 53px - 100px);
  overflow-y: auto;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item {
  padding: 0 30px 21px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item + .nav-item {
  margin-top: 23px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .title {
  position: relative;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .title .link {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .title .btn-lg-menu-toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .title .btn-lg-menu-toggle .ico-menu-state {
  width: 15.5px;
  height: 8.5px;
  background-size: cover;
  background-image: url(../img/common/ico-ac-down.png);
  transition: 0.2s;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list {
  display: none;
  padding-top: 13px;
  border-top: 1px solid var(--black-333);
  margin-top: 14px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item .sub-title {
  position: relative;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item .sub-title .link {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.8px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item .sub-title .btn-menu-toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item .sub-title .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url(../img/common/ico-plus.png);
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item .sub-list {
  display: none;
  padding-left: 19px;
  color: var(--gray-666);
  margin-bottom: 5px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item .sub-list a {
  letter-spacing: -0.75px;
  font-size: 15px;
  line-height: 40px;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item.show .sub-title .btn-menu-toggle {
  border: solid 1px #eee;
  background-color: #f4f4f4;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item.show .sub-title .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 2px;
  background-image: url(../img/common/ico-minus.png);
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item .list .item.show .sub-list {
  display: block;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item.show .title .btn-lg-menu-toggle {
  border: solid 1px #eee;
  background-color: #f4f4f4;
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item.show .title .btn-lg-menu-toggle .ico-menu-state {
  transform: rotate(180deg);
}
:where(body.btob02) .header-wrap .mo-gnb .nav-item.show .list {
  display: block;
}
:where(body.btob02) .header-wrap .mo-gnb .login-set {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}
:where(body.btob02) .header-wrap .mo-gnb .login-set .link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
:where(body.btob02) .header-wrap .mo-gnb .login-set .link .txt {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.65px;
  color: var(--gray-666);
}
:where(body.btob02) .header-wrap .mo-gnb .login-set .link + .link {
  margin-left: 40px;
}
:where(body.btob02) .header-wrap .mo-gnb .login-set .link + .link::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 1px;
  width: 1px;
  height: 12px;
  background-color: #ddd;
}
:where(body.btob02) .header-wrap .mo-gnb.show {
  display: block;
}
:where(body.btob02) .header-wrap .mo-gnb .form-search {
  width: calc(100% - 60px);
  margin: 0 auto 30px;
}
:where(body.btob02) .header-wrap .pc-gnb {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--white);
  z-index: 5;
  border-bottom: 1px solid #e4e4e4;
}
:where(body.btob02) .header-wrap .pc-gnb .inner {
  height: 100%;
}
:where(body.btob02) .header-wrap .pc-gnb .menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 15px;
}
:where(body.btob02) .header-wrap .pc-gnb .menu .item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
:where(body.btob02) .header-wrap .pc-gnb .menu .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 0.2s;
  font-size: 24px;
  font-weight: bold;
}
:where(body.btob02) .header-wrap .pc-gnb .menu .item a:hover {
  color: var(--point);
}
:where(body.btob02) .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  border-bottom: 1px solid var(--gray-ccc);
  height: 100px;
  transition: height 0.2s;
  z-index: 5;
}
:where(body.btob02) .header > .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
:where(body.btob02) .header .brand {
  width: 448px;
}
:where(body.btob02) .header .brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
:where(body.btob02) .header .brand a img {
  width: 100%;
  object-fit: contain;
}
:where(body.btob02) .header .right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 20px;
}
:where(body.btob02) .header .login-set {
  display: flex;
  align-items: center;
}
:where(body.btob02) .header .login-set .btn-logout {
  display: flex;
  height: 50px;
  padding: 0 13px;
  border-radius: 5px;
  border: solid 1px var(--gray-ccc);
  background-color: var(--white);
  align-items: center;
  gap: 5px;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: -0.7px;
  text-align: center;
  white-space: nowrap;
  transition: 0.2s;
}
:where(body.btob02) .header .login-set .btn-logout:hover {
  background-color: #f6f6f6;
}
:where(body.btob02) .header .login-set .btn-logout:active {
  background-color: #eee;
}
:where(body.btob02) .header .login-set .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btob02) .header .login-set .link + .link {
  margin-left: 32px;
}
:where(body.btob02) .header .login-set .link + .link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--gray-ddd);
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob02) .header .btn-menu {
  position: relative;
  width: 30px;
  height: 40px;
}
:where(body.btob02) .header .btn-menu span {
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  transition: all 0.2s;
  background-color: var(--black-000);
  right: 0;
}
:where(body.btob02) .header .btn-menu span:first-child {
  top: 13px;
}
:where(body.btob02) .header .btn-menu span:nth-child(2) {
  top: 19px;
}
:where(body.btob02) .header .btn-menu span:nth-child(3) {
  top: 25px;
}
:where(body.btob02) .header .btn-menu.on span {
  width: 18px;
}
:where(body.btob02) .header .btn-menu.on span:first-child {
  transform: translateY(8px) rotate(-45deg);
  top: 11px;
  right: 0;
}
:where(body.btob02) .header .btn-menu.on span:nth-child(2) {
  opacity: 0;
}
:where(body.btob02) .header .btn-menu.on span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
  top: 27px;
  right: 0;
}
:where(body.btob02) .header .btn-menu.btn-mo-menu {
  display: none;
}
:where(body.btob02) .header .form-search {
  position: relative;
  border: 0;
  width: 350px;
  background-color: transparent;
}
:where(body.btob02) .header .form-search .form-control {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #1A72D8;
  padding: 0 50px 0 20px;
}
:where(body.btob02) .header .form-search .form-control::placeholder {
  color: var(--gray-ccc);
}
:where(body.btob02) .header .form-search .btn-search::before {
  content: none;
}
:where(body.btob02) .header .gnb {
  display: none;
  position: fixed;
  top: 160px;
  width: 100%;
  background-color: #fbfbfb;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 40px 0 67px;
}
:where(body.btob02) .header .gnb.show {
  display: block;
}
:where(body.btob02) .header .gnb .inner {
  position: relative;
  display: flex;
}
:where(body.btob02) .header .gnb .gnb-title {
  width: 180px;
  margin-right: 40px;
  text-align: center;
}
:where(body.btob02) .header .gnb .gnb-title .txt {
  display: block;
  font-size: 26px;
  line-height: 39px;
  font-weight: bold;
  letter-spacing: -1.17px;
  color: var(--black-000);
  margin-bottom: 28px;
}
:where(body.btob02) .header .gnb .gnb-img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
:where(body.btob02) .header .gnb .gnb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .header .gnb .nav {
  display: flex;
  width: calc(100% - 180px - 40px);
}
:where(body.btob02) .header .gnb .nav .nav-item {
  flex: 1;
  padding-left: 40px;
  border-right: 1px solid var(--gray-eee);
}
:where(body.btob02) .header .gnb .nav .nav-item:first-child {
  border-left: 1px solid var(--gray-eee);
}
:where(body.btob02) .header .gnb .nav .nav-item:last-child {
  border-right: 0;
}
:where(body.btob02) .header .gnb .nav .nav-item .title {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  letter-spacing: -0.99px;
  margin-bottom: 30px;
  color: var(--black-000);
}
:where(body.btob02) .header .gnb .nav .nav-item .list .item {
  position: relative;
  transition: 0.2s;
}
:where(body.btob02) .header .gnb .nav .nav-item .list .item + .item {
  margin-top: 20px;
}
:where(body.btob02) .header .gnb .nav .nav-item .list .item > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
}
:where(body.btob02) .header .gnb .nav .nav-item .list .item.item-sub {
  padding-left: 15px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 30px;
  color: var(--gray-666);
}
:where(body.btob02) .header .gnb .nav .nav-item .list .item.on > a, :where(body.btob02) .header .gnb .nav .nav-item .list .item:hover > a {
  color: #2859e7;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  :where(body.btob02) .header-wrap .pc-gnb {
    display: none;
  }
  :where(body.btob02) .header {
    top: 0;
    height: 70px;
  }
  :where(body.btob02) .header > .inner {
    gap: 20px;
  }
  :where(body.btob02) .header .brand {
    flex-shrink: 0;
    width: 235px;
  }
  :where(body.btob02) .header .form-search {
    display: none;
  }
  :where(body.btob02) .header .login-set .btn-logout {
    display: none;
  }
  :where(body.btob02) .header .menu {
    display: none;
  }
  :where(body.btob02) .header .right {
    gap: 0;
  }
  :where(body.btob02) .header .right .btn-mo-search {
    display: block;
  }
  :where(body.btob02) .header .btn-menu {
    display: none;
  }
  :where(body.btob02) .header .btn-menu.on span:nth-child(3) {
    width: 18px;
  }
  :where(body.btob02) .header .btn-menu.btn-mo-menu {
    display: block;
  }
  :where(body.btob02) .header .gnb {
    top: 60px;
    padding: 30px 0 40px;
  }
  :where(body.btob02) .header .gnb .gnb-title {
    display: none;
  }
  :where(body.btob02) .header .gnb .nav {
    flex-direction: column;
    width: 100%;
  }
  :where(body.btob02) .header .gnb .nav .nav-item {
    display: flex;
    flex: none;
    width: 100%;
  }
  :where(body.btob02) .header .gnb .nav .nav-item + .nav-item {
    margin-top: 40px;
  }
  :where(body.btob02) .header .gnb .nav .nav-item .title {
    width: 100px;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.75px;
  }
  :where(body.btob02) .header .gnb .nav .nav-item .list {
    width: calc(100% - 100px);
  }
  :where(body.btob02) .header .gnb .nav .nav-item .list .item {
    font-size: 15px;
  }
  :where(body.btob02) .header .gnb .inner {
    flex-direction: column;
  }
}
:where(body.btob02) {
  /* footer */
}
:where(body.btob02) .footer {
  background-color: #4a4a4a;
}
:where(body.btob02) .footer .footer-content {
  padding: 20px 0 90px;
  color: var(--white);
}
:where(body.btob02) .footer .footer-content .inner {
  display: flex;
  justify-content: space-between;
}
:where(body.btob02) .footer .footer-content .links {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
:where(body.btob02) .footer .footer-content .menu {
  display: flex;
  padding-top: 10px;
}
:where(body.btob02) .footer .footer-content .menu .item {
  position: relative;
}
:where(body.btob02) .footer .footer-content .menu .item.color-skyblue {
  color: #91DAFF;
}
:where(body.btob02) .footer .footer-content .menu .item + .item {
  margin-left: 40px;
}
:where(body.btob02) .footer .footer-content .menu .item + .item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #717171;
}
:where(body.btob02) .footer .footer-content .menu .item a {
  font-size: 15px;
  line-height: 40px;
  letter-spacing: -0.75px;
}
:where(body.btob02) .footer .footer-content .footer-logo {
  display: block;
  width: 150px;
  margin-right: 35px;
}
:where(body.btob02) .footer .footer-content .footer-logo:focus {
  outline-color: var(--white);
}
:where(body.btob02) .footer .footer-content .footer-logo img {
  width: 100%;
  height: auto;
}
:where(body.btob02) .footer .footer-content .detail {
  font-size: 14px;
  line-height: 23.5px;
}
:where(body.btob02) .footer .footer-content .detail .spacer {
  display: inline-flex;
  margin: 0 4px;
}
:where(body.btob02) .footer .footer-content .family-site {
  margin-left: auto;
  padding-top: 15px;
}
:where(body.btob02) .footer .footer-content .family-site .form-select {
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid var(--white);
  color: var(--white);
  background-size: 12px 6px;
  border-radius: 3px;
  padding: 0 30px 0 15px;
  background-image: url(../btob02/img/common/ico-dropdown.png);
}
@media (max-width: 1280px) {
  :where(body.btob02) .footer .footer-menu {
    height: 48px;
  }
  :where(body.btob02) .footer .footer-menu .menu {
    width: 100%;
    justify-content: center;
  }
  :where(body.btob02) .footer .footer-menu .menu .item a {
    font-size: 14px;
  }
  :where(body.btob02) .footer .footer-content {
    padding: 40px 0;
  }
  :where(body.btob02) .footer .footer-content .inner {
    flex-direction: column;
    align-items: center;
  }
  :where(body.btob02) .footer .footer-content .links {
    flex-direction: column;
    margin-bottom: 30px;
  }
  :where(body.btob02) .footer .footer-content .links .menu {
    padding-top: 0;
  }
  :where(body.btob02) .footer .footer-content .links .menu .item a {
    display: inline-flex;
    line-height: 22px;
  }
  :where(body.btob02) .footer .footer-content .footer-logo {
    width: 230px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  :where(body.btob02) .footer .footer-content .detail {
    text-align: center;
  }
  :where(body.btob02) .footer .footer-content .detail .spacer {
    font-size: 0;
    letter-spacing: -9999px;
    color: transparent;
    display: block;
    line-height: 0;
  }
  :where(body.btob02) .footer .footer-content .info {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
  }
  :where(body.btob02) .footer .footer-content .family-site {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-top: 0;
    margin-left: 0;
  }
  :where(body.btob02) .footer .footer-content .family-site .form-select {
    max-width: 178px;
  }
}

:where(body.btob02) .pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
}
:where(body.btob02) .pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(body.btob02) .pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 30px;
  color: var(--gray-666);
  text-align: center;
  letter-spacing: -0.75px;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.2s;
}
:where(body.btob02) .pagination .page-item:hover .page-link {
  border: 1px solid var(--gray-df);
}
:where(body.btob02) .pagination .page-item:hover .ico {
  border: 1px solid var(--gray-df);
}
:where(body.btob02) .pagination .page-item.active .page-link {
  background-color: var(--point);
  border: 1px solid var(--point);
  color: var(--white);
}
:where(body.btob02) .pagination .page-item.disabled .page-link {
  cursor: default;
}
:where(body.btob02) .pagination .page-item.disabled .ico {
  opacity: 0.4;
}
:where(body.btob02) .pagination .page-item.prev .page-link, :where(body.btob02) .pagination .page-item.first .page-link, :where(body.btob02) .pagination .page-item.last .page-link, :where(body.btob02) .pagination .page-item.next .page-link {
  border: 0;
  background-color: transparent;
}
@media (max-width: 576px) {
  :where(body.btob02) .pagination {
    gap: 4px;
  }
  :where(body.btob02) .pagination .page-item .page-link {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  :where(body.btob02) .pagination .page-item .ico {
    width: 26px;
    height: 26px;
  }
}

:where(body.btob02) .course-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .course-list .course-item {
  position: relative;
}
:where(body.btob02) .course-list .course-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
:where(body.btob02) .course-list .course-item .btn-heart {
  position: relative;
  z-index: 2;
}
:where(body.btob02) .course-list .course-item .img {
  width: 240px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 10px;
}
:where(body.btob02) .course-list .course-item .img .img-dim {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(5, 19, 59, 0.6);
  z-index: 1;
  transition: 0.2s;
}
:where(body.btob02) .course-list .course-item .img .img-dim .btn-go {
  display: flex;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.38px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
  gap: 7px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
:where(body.btob02) .course-list .course-item .img .img-dim .btn-go .txt {
  color: #fff;
  line-height: 40px;
}
:where(body.btob02) .course-list .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .course-list .course-item .info .category-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
:where(body.btob02) .course-list .course-item .info .category-list .category {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 0;
}
:where(body.btob02) .course-list .course-item .info .category-list .category .item {
  display: inline;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  vertical-align: middle;
}
:where(body.btob02) .course-list .course-item .info .category-list .category .item + .item {
  margin-left: 0;
}
:where(body.btob02) .course-list .course-item .info .category-list .category .item + .item::before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 8px;
  transform: translateY(-1px);
  vertical-align: middle;
  position: static;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btob02) .course-list .course-item .info .category-list .btn-heart {
  width: 20%;
  justify-content: flex-end;
}
:where(body.btob02) .course-list .course-item .info .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  margin-bottom: 10px;
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
:where(body.btob02) .course-list .course-item .info .tag-wrap {
  display: block;
  white-space: nowrap;
  min-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
:where(body.btob02) .course-list .course-item .info .tag-wrap .hashtag-list {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
}
:where(body.btob02) .course-list .course-item .info .tag-wrap .hashtag-list .hashtag {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:where(body.btob02) .course-list .course-item .info .tag-wrap .hashtag-list .hashtag + .hashtag {
  margin-left: 4px;
}
:where(body.btob02) .course-list .course-item .info .detail {
  position: relative;
}
:where(body.btob02) .course-list .course-item .info .detail .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-666);
  letter-spacing: -0.35px;
  margin-bottom: 3px;
}
:where(body.btob02) .course-list .course-item .info .detail .date > * + *::before {
  content: "|";
  margin: 0 5px;
}
:where(body.btob02) .course-list .course-item .info .price {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--black-000);
  line-height: 24px;
  gap: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:where(body.btob02) .course-list .course-item .info .price:has(.badge) {
  padding-right: 60px;
}
:where(body.btob02) .course-list .course-item .info .price .val {
  font-weight: 500;
}
:where(body.btob02) .course-list .course-item .info .price .unit {
  font-size: 14px;
}
:where(body.btob02) .course-list .course-item .info .price .discount {
  color: #2859e7;
}
:where(body.btob02) .course-list .course-item .info .price .color-blue {
  font-size: 14px;
}
:where(body.btob02) .course-list .course-item .info .price .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: auto;
}
:where(body.btob02) .course-list.list-type {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
:where(body.btob02) .course-list.list-type .course-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .course-list.list-type .course-item:first-child {
  padding-top: 0;
}
:where(body.btob02) .course-list.list-type .course-item .img {
  width: 180px;
  height: 102px;
  margin-right: 30px;
  margin-bottom: 0;
}
:where(body.btob02) .course-list.list-type .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .course-list.list-type .course-item .info {
  display: flex;
  width: calc(100% - 180px - 30px);
  align-items: center;
}
:where(body.btob02) .course-list.list-type .course-item .info .i-detail {
  width: 70%;
}
:where(body.btob02) .course-list.list-type .course-item .info .badge-wrap {
  margin-bottom: 5px;
}
:where(body.btob02) .course-list.list-type .course-item .info .category-list {
  margin-bottom: 8px;
}
:where(body.btob02) .course-list.list-type .course-item .info .category-list .category {
  width: 100%;
}
:where(body.btob02) .course-list.list-type .course-item .info .tag-wrap {
  margin-top: 10px;
}
:where(body.btob02) .course-list.list-type .course-item .info .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
:where(body.btob02) .course-list.list-type .course-item .info .detail {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: right;
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .btn-heart {
  position: relative;
  z-index: 3;
  justify-content: flex-end;
  order: 1;
  gap: 10px;
  margin-bottom: 18px;
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .btn-heart .ico {
  width: 20px;
  height: 17px;
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .btn-heart .num {
  font-size: 16px;
  letter-spacing: -0.8px;
  color: var(--black-333);
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .date {
  order: 2;
  font-size: 16px;
  color: var(--gray-666);
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  justify-content: flex-end;
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .date .num {
  color: var(--black-000);
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .price {
  order: 3;
  font-size: 18px;
  font-weight: 500;
  color: var(--black-000);
  justify-content: flex-end;
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .price .unit {
  font-size: 14px;
  color: var(--gray-666);
}
:where(body.btob02) .course-list.list-type .course-item .info .detail .price .discount {
  color: #2859e7;
}
@media (max-width: 1280px) {
  :where(body.btob02) .course-list .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 300/168;
    margin-bottom: 15px;
  }
  :where(body.btob02) .course-list .course-item .info .category {
    margin-bottom: 7px;
  }
  :where(body.btob02) .course-list .course-item .info .title {
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
  }
  :where(body.btob02) .course-list .course-item .info .detail .item .tit {
    display: none;
  }
  :where(body.btob02) .course-list .course-item .info .detail .item .val {
    font-size: 14px;
  }
  :where(body.btob02) .course-list.list-type {
    display: flex;
    gap: 30px 16px;
    flex-wrap: wrap;
  }
  :where(body.btob02) .course-list.list-type .course-item {
    width: calc(50% - 8px);
    flex-direction: column;
    padding: 0;
    border-bottom: 0;
  }
  :where(body.btob02) .course-list.list-type .course-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 240/135;
    margin-bottom: 15px;
    margin-right: 0;
  }
  :where(body.btob02) .course-list.list-type .course-item .info {
    position: relative;
    flex-direction: column;
    width: 100%;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 13px;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .tag-wrap {
    margin-bottom: 10px;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .i-detail {
    width: 100%;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .i-detail .badge-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .i-detail:has(.badge-wrap) + .detail .price {
    padding-right: 60px;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail {
    position: static;
    width: 100%;
    padding-top: 0;
    border-top: 0;
    text-align: left;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail .date {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.35px;
    margin-bottom: 3px;
    justify-content: flex-start;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail .btn-heart {
    position: absolute;
    top: 0;
    right: 0;
    gap: 3px;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail .btn-heart .ico-heart {
    width: 14px;
    height: 12px;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail .btn-heart .num {
    font-size: 14px;
    letter-spacing: -0.7px;
    color: #666;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail .price {
    font-size: 16px;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .detail .price .color-blue {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .course-list .course-item .info .title {
    margin-bottom: 13px;
  }
  :where(body.btob02) .course-list.list-type .course-item .info .i-detail .badge-wrap {
    margin-bottom: 0;
  }
}
:where(body.btob02) .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 18px;
}
:where(body.btob02) .category-list .item {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--gray-666);
}
:where(body.btob02) .category-list .item + .item {
  margin-left: 20px;
}
:where(body.btob02) .category-list .item + .item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}
:where(body.btob02) .category-list .category {
  display: flex;
  align-items: center;
  gap: 4px;
}
:where(body.btob02) .category-list .category .item {
  color: var(--point);
  font-weight: bold;
}
:where(body.btob02) .category-list .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
:where(body.btob02) .hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
:where(body.btob02) .hashtag-list .hashtag {
  min-width: 50px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: var(--gray-eee);
  font-size: 13px;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
:where(body.btob02) .content-info-box {
  background-color: #f9f9f9;
  padding: 27px 50px;
  border-radius: 10px;
}
:where(body.btob02) .content-info-box .item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  padding-left: 20px;
}
:where(body.btob02) .content-info-box .item + .item {
  margin-top: 21px;
}
:where(body.btob02) .content-info-box .item::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(../img/common/ico-info.png);
  background-size: cover;
}
:where(body.btob02) .content-info-box .dot-list {
  margin-top: 10px;
}
:where(body.btob02) .content-info-box .dot-list .l-item {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  padding-left: 20px;
  text-align: left;
}
:where(body.btob02) .content-info-box .dot-list .l-item + .item {
  margin-top: 30px;
}
:where(body.btob02) .content-info-box .dot-list .l-item::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--gray-666);
  top: 8px;
  left: 9px;
}
:where(body.btob02) .content-info-box.content-info-row-box {
  display: flex;
  gap: 0;
  padding: 20px;
}
:where(body.btob02) .content-info-box.content-info-row-box .dot-list {
  margin: 0;
}
:where(body.btob02) .content-info-box.content-info-row-box .dot-list .l-item {
  padding-left: 7px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.35px;
}
:where(body.btob02) .content-info-box.content-info-row-box .dot-list .l-item::before {
  left: 0;
  top: 11px;
  width: 2px;
  height: 2px;
}
:where(body.btob02) .content-info-box.content-info-blue {
  background-color: #f5f7fb;
  padding: 20px;
  border-radius: 10px;
}
:where(body.btob02) .content-info-box.content-info-blue .item {
  padding-left: 0;
  font-size: 15px;
  color: var(--gray-666);
  line-height: 16px;
}
:where(body.btob02) .content-info-box.content-info-blue .item i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 7px;
}
:where(body.btob02) .content-info-box.content-info-blue .item::before {
  content: none;
}
:where(body.btob02) .content-info-box.content-info-blue .dot-list {
  margin-top: 13px;
}
:where(body.btob02) .content-info-box.content-info-blue .dot-list .l-item {
  color: var(--black-000);
  font-size: 14px;
  line-height: 18px;
}
:where(body.btob02) .content-info-box.content-info-blue .dot-list .l-item + .l-item {
  margin-top: 8px;
}
:where(body.btob02) .content-info-box.content-info-blue .dot-list .l-item::before {
  top: 7px;
  left: 4px;
  background-color: var(--gray-666);
}
:where(body.btob02) .content-info-box.content-info-white {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
:where(body.btob02) .content-info-box.content-info-white .item {
  padding-left: 0;
  color: var(--gray-666);
}
:where(body.btob02) .content-info-box.content-info-white .item i {
  font-size: 15px;
  color: var(--gray-666);
  margin-right: 7px;
}
:where(body.btob02) .content-info-box.content-info-white .item::before {
  content: none;
}
:where(body.btob02) .content-info-box.content-info-white .dot-list .l-item {
  color: var(--black-000);
}
:where(body.btob02) .content-info-box.content-info-white .dot-list .l-item::before {
  left: 6px;
  top: 10px;
  background-color: var(--gray-666);
}
@media (max-width: 576px) {
  :where(body.btob02) .content-info-box {
    padding: 20px;
  }
}
:where(body.btob02) .info-txt-blue {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.75px;
  color: #2859e7;
  padding-left: 21px;
}
:where(body.btob02) .info-txt-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background-image: url(../img/common/ico-info-blue.png);
  width: 16px;
  height: 16px;
  background-size: cover;
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../btob02/fonts/NotoSansKR/NotoSansKR-Regular.woff2) format("woff2"), url(../btob02/fonts/NotoSansKR/NotoSansKR-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../btob02/fonts/NotoSansKR/NotoSansKR-Medium.woff2) format("woff2"), url(../btob02/fonts/NotoSansKR/NotoSansKR-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../btob02/fonts/NotoSansKR/NotoSansKR-Bold.woff2) format("woff2"), url(../btob02/fonts/NotoSansKR/NotoSansKR-Bold.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../btob02/fonts/NotoSansKR/NotoSansKR-Light.woff2) format("woff2"), url(../btob02/fonts/NotoSansKR/NotoSansKR-Light.woff) format("woff");
}
:where(body.btob02) .certificate-container {
  font-family: "Noto Sans KR";
  background-image: url(../btob02/img/common/c-bg001.png);
  background-size: 833px;
  background-position: center bottom -118px;
}
:where(body.btob02) .certificate-container .certificate {
  background-image: none;
}
:where(body.btob02) .certificate-container .certificate .num {
  margin-bottom: 60px;
  margin-top: 45px;
}
:where(body.btob02) .certificate-container .certificate .txt {
  font-size: 38px;
  line-height: 60px;
}
:where(body.btob02) .certificate-container .certificate .list {
  padding: 0 20px 0 30px;
  margin-bottom: 80px;
}
:where(body.btob02) .certificate-container .certificate .list .cont {
  font-size: 18px;
}
:where(body.btob02) .certificate-container .certificate .year {
  text-align: right;
  padding-right: 100px;
  margin-bottom: 80px;
}
:where(body.btob02) .certificate-container .certificate .signature-wrap {
  padding-right: 100px;
  text-align: right;
}
:where(body.btob02) .certificate-container .certificate .signature-wrap .signature {
  font-size: 35px;
}
:where(body.btob02) .certificate-container .certificate .signature-wrap .signature span {
  z-index: 1;
}
:where(body.btob02) .certificate-container .certificate .signature-wrap .company {
  justify-content: flex-end;
  margin: 0 0 0 auto;
  width: 257px;
}
:where(body.btob02) .certificate-container .certificate .signature-wrap .company .txt {
  font-size: 20px;
}

:where(body.btob02) {
  /*
    버튼
  */
}
:where(body.btob02) a, :where(body.btob02) button {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
:where(body.btob02) a:focus-visible, :where(body.btob02) button:focus-visible {
  outline: 2px solid var(--black-000);
  outline-offset: 2px;
  box-shadow: none;
}
:where(body.btob02) .button-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
:where(body.btob02) .button-group.button-column-group {
  flex-direction: column;
}
:where(body.btob02) .button-sm-group {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
:where(body.btob02) .btn {
  display: flex;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.38px;
  padding: 0 20px;
  border-radius: 3px;
  background-color: var(--point);
  border: 1px solid var(--point);
  color: var(--white);
  white-space: nowrap;
  gap: 3px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
:where(body.btob02) .btn.btn-with-icon {
  padding: 0 15px;
}
:where(body.btob02) .btn.btn-block {
  width: 100%;
}
:where(body.btob02) .btn.btn-lg {
  min-width: 120px;
  padding: 0 30px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
}
:where(body.btob02) .btn.btn-xl {
  min-width: 125px;
  padding: 0 26px;
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
}
:where(body.btob02) .btn.btn-sm {
  min-width: auto;
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
}
:where(body.btob02) .btn.btn-black {
  background-color: var(--black-333);
  border-color: var(--black-333);
}
:where(body.btob02) .btn.btn-border-black {
  font-weight: 500;
  background-color: var(--white);
  color: var(--black-333);
  border-color: var(--black-333);
}
:where(body.btob02) .btn.btn-border-black:hover {
  background-color: var(--gray-eee);
}
:where(body.btob02) .btn.btn-border-gray {
  font-weight: 500;
  background-color: var(--white);
  color: var(--black-333);
  border-color: var(--gray-999);
}
:where(body.btob02) .btn.btn-border-gray:hover {
  background-color: var(--gray-eee);
}
:where(body.btob02) .btn.btn-light-blue {
  background-color: #eff1f7;
  border-color: #eff1f7;
  color: #2859e7;
}
:where(body.btob02) .btn.btn-point {
  font-weight: 500;
  background-color: var(--point);
  border-color: var(--point);
}
:where(body.btob02) .btn.btn-point:hover {
  background-color: var(--point);
  border-color: var(--point);
}
:where(body.btob02) .btn.btn-like {
  gap: 8px;
}
:where(body.btob02) .btn.btn-like:hover {
  background-color: #fff6fb;
  border-color: var(--black-333);
}
:where(body.btob02) .btn.btn-favorite {
  gap: 8px;
}
:where(body.btob02) .btn.btn-favorite:hover {
  background-color: #f5f5ff;
  border-color: var(--black-333);
}
:where(body.btob02) .btn.btn-border-point {
  font-weight: 500;
  background-color: var(--white);
  color: var(--point);
  border-color: var(--point);
}
:where(body.btob02) .btn.btn-border-point:hover {
  background-color: #f5f5ff;
}
:where(body.btob02) .btn.disabled, :where(body.btob02) .btn:disabled {
  color: var(--gray-999) !important;
  cursor: default !important;
  border-color: var(--gray-eee) !important;
  background-color: var(--gray-eee) !important;
}
:where(body.btob02) .btn-heart {
  display: flex;
  align-items: center;
  gap: 3px;
}
:where(body.btob02) .btn-heart .num {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
@media (max-width: 576px) {
  :where(body.btob02) .btn.btn-xl {
    min-width: auto;
  }
}

:where(body.btob02) {
  /*
    badge
  */
}
:where(body.btob02) .badge-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
:where(body.btob02) .badge {
  display: inline-block;
  min-width: 55px;
  height: 24px;
  line-height: 22px;
  border-radius: 3px;
  border: solid 1px rgba(174, 178, 205, 0.5);
  background-color: #f3f4ff;
  color: #4a5acf;
  padding: 0 5px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.65px;
}
:where(body.btob02) .badge.badge-blue {
  border: solid 1px rgba(180, 189, 216, 0.5);
  background-color: #f5f8ff;
  color: #2859e7;
}
:where(body.btob02) .badge.badge-purple {
  border: solid 1px #4a5acf;
  background-color: #4a5acf;
  color: var(--white);
}
:where(body.btob02) .badge.badge-red {
  border: solid 1px #fee2ec;
  background-color: #fff4f8;
  color: #ee3b81;
}

:where(body.btob02) {
  /*
    form
  */
}
:where(body.btob02) .form-control {
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--gray-ccc);
  background-color: transparent;
  border-radius: 3px;
  font-size: 15px;
  color: var(--black-333);
}
:where(body.btob02) .form-control::placeholder {
  color: var(--gray-999);
}
:where(body.btob02) .form-control:disabled {
  background-color: var(--gray-eee);
  color: var(--gray-666);
}
:where(body.btob02) .form-control:focus {
  outline: none;
  border-color: var(--point);
}
:where(body.btob02) .form-select {
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--gray-ccc);
  background-color: transparent;
  border-radius: 3px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background-image: url(../img/common/ico-dropdown.png);
  background-size: 9px 5px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: var(--black-333);
}
:where(body.btob02) .form-select:focus {
  outline: none;
  border-color: var(--point);
}
:where(body.btob02) .form-select:disabled {
  background-color: var(--gray-eee);
  color: var(--gray-666);
}
:where(body.btob02) .form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
:where(body.btob02) .form-check-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
:where(body.btob02) .form-radio {
  position: relative;
  display: flex;
  padding-left: 28px;
}
:where(body.btob02) .form-radio input {
  position: absolute;
  left: -9999px;
}
:where(body.btob02) .form-radio input:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--point);
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}
:where(body.btob02) .form-radio input:disabled + span::before {
  background-color: var(--gray-eee);
}
:where(body.btob02) .form-radio input:disabled + span::after {
  opacity: 0.5;
}
:where(body.btob02) .form-radio input + span {
  display: inline-block;
  font-size: 15px;
  min-height: 20px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
:where(body.btob02) .form-radio input + span a {
  text-decoration: underline;
}
:where(body.btob02) .form-radio input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--gray-ccc);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
:where(body.btob02) .form-radio input + span::after {
  opacity: 0;
}
:where(body.btob02) .form-check {
  position: relative;
  display: flex;
  padding-left: 28px;
}
:where(body.btob02) .form-check input {
  position: absolute;
  left: -9999px;
}
:where(body.btob02) .form-check input:checked + span::before {
  background-image: url(../btob02/img/common/ico-check-on.png);
}
:where(body.btob02) .form-check input:disabled + span::before {
  opacity: 0.5;
}
:where(body.btob02) .form-check input:disabled + span::after {
  background-color: var(--gray-eee);
}
:where(body.btob02) .form-check input + span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.75px;
}
:where(body.btob02) .form-check input + span a {
  text-decoration: underline;
}
:where(body.btob02) .form-check input + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  border: 1px solid var(--gray-ccc);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
:where(body.btob02) .form-check input + span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  box-sizing: border-box;
}
:where(body.btob02) .form-text {
  position: relative;
}
:where(body.btob02) .form-text .form-control {
  padding-right: 32px;
}
:where(body.btob02) .form-text .txt {
  position: absolute;
  right: 0;
  bottom: 9px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  line-height: 26px;
  color: #64748b;
}
:where(body.btob02) .form-group .label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btob02) .form-group .tip {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btob02) .form-group .caution, :where(body.btob02) .form-group .validation {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  text-align: left;
  margin-top: 5px;
}
:where(body.btob02) .form-group .caution {
  color: var(--red);
}
:where(body.btob02) .form-group .validation {
  color: #453fe8;
}
:where(body.btob02) .form-group .txt-limit {
  display: block;
  font-size: 13px;
  text-align: right;
  color: var(--gray-999);
  margin-top: 5px;
}
:where(body.btob02) .form-group .txt-limit .value {
  color: var(--black-000);
}
:where(body.btob02) .form-group.form-inline-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob02) .form-group.form-inline-group .form-control {
  min-width: auto;
  align-items: center;
}
:where(body.btob02) .form-group.form-inline-group .txt {
  font-size: 15px;
  line-height: 40px;
  color: var(--gray-666);
}
:where(body.btob02) .form-group.form-inline-group .desc {
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  color: var(--gray-666);
  margin-left: 10px;
  letter-spacing: -0.7px;
}
:where(body.btob02) .form-search {
  position: relative;
  width: 420px;
  background-color: #f2f3fb;
}
:where(body.btob02) .form-search .form-control {
  width: 100%;
  height: 48px;
  line-height: 46px;
  border-radius: 3px;
  border: 1px solid #dcdde8;
  font-size: 16px;
  letter-spacing: -0.8px;
  padding: 0 50px 0 16px;
}
:where(body.btob02) .form-search .form-control::placeholder {
  color: var(--black-333);
}
:where(body.btob02) .form-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
}
:where(body.btob02) .form-search .btn-search .ico {
  transform: translateY(2px);
}
:where(body.btob02) .form-search .btn-search::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #c4cfd7;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob02) textarea.form-control {
  resize: none;
  height: 80px;
  line-height: 22px;
  padding: 10px 10px;
}
:where(body.btob02) .form-file {
  display: flex;
  gap: 10px;
}
:where(body.btob02) .form-file .btn {
  cursor: pointer;
}
:where(body.btob02) .form-file [type=file]::file-selector-button {
  display: none;
}

:where(body.btob02) {
  /*
    popup
  */
}
:where(body.btob02) .dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.2s;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}
:where(body.btob02) .popup {
  position: fixed;
  width: 640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 105;
  background-color: var(--white);
  padding: 20px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
:where(body.btob02) .popup .popup-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 10px;
}
:where(body.btob02) .popup .popup-head .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
:where(body.btob02) .popup .popup-head .btn-popup-close {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  padding-right: 9px;
  justify-content: flex-end;
}
:where(body.btob02) .popup .popup-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 300px);
}
:where(body.btob02) .popup .popup-body .popup-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
  padding: 25px 0;
}
:where(body.btob02) .popup .popup-body .form-group + .form-group {
  margin-top: 20px;
}
:where(body.btob02) .popup .popup-body .form-group .form-control, :where(body.btob02) .popup .popup-body .form-group .form-select {
  width: 100%;
}
:where(body.btob02) .popup .popup-body .content-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  padding-bottom: 10px;
}
:where(body.btob02) .popup .popup-body .content-item {
  margin-top: 30px;
}
:where(body.btob02) .popup .popup-body .table {
  border-top-color: var(--gray-ccc);
}
:where(body.btob02) .popup .popup-body .content-info-box + .content-info-box {
  margin-top: 10px;
}
:where(body.btob02) .popup .popup-body .content-info-box:first-child {
  margin-top: 20px;
}
:where(body.btob02) .popup .popup-body .form {
  margin-top: 20px;
}
:where(body.btob02) .popup .popup-body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 2.5px;
}
:where(body.btob02) .popup .popup-body::-webkit-scrollbar-track {
  background-color: var(--gray-eee);
  border-radius: 2.5px;
}
:where(body.btob02) .popup .popup-body::-webkit-scrollbar-thumb {
  background-color: var(--black-333);
  border-radius: 2.5px;
}
:where(body.btob02) .popup .popup-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0;
}
:where(body.btob02) .popup.popup-sm {
  width: 440px;
}
:where(body.btob02) .popup.popup-lg {
  width: 800px;
}
:where(body.btob02) .popup.popup-xl {
  width: 1000px;
}
:where(body.btob02) .popup.popup-motp .login-contents {
  width: 100%;
  background-color: #f9f9f9;
  padding: 30px 20px;
  border-radius: 10px;
}
:where(body.btob02) .popup.popup-motp .login-contents .login-box {
  border: 0;
  padding: 0;
  max-width: 400px;
}
:where(body.btob02) .popup.popup-motp .login-contents .button-column-group {
  margin-top: 20px;
}
:where(body.btob02) .popup.popup-motp .login-contents .find-box {
  max-width: 340px;
  margin: 0 auto;
  border: 0;
}
:where(body.btob02) .popup.popup-motp .login-contents .find-box .find-account .col {
  padding: 0;
}
:where(body.btob02) .popup.popup-motp .content-info-box {
  margin-top: 20px;
}
:where(body.btob02) .popup.popup-motp .content-info-box .item {
  width: 90px;
}
:where(body.btob02) .popup.popup-motp .content-info-box .dot-list {
  width: calc(100% - 90px);
}
:where(body.btob02) .popup.popup-classroom .popup-head {
  border-color: var(--black-333);
}
:where(body.btob02) .popup.popup-classroom .popup-head .title {
  line-height: 40px;
}
:where(body.btob02) .popup.popup-classroom .popup-head .btn-popup-close .ico {
  width: 12px;
  height: 12px;
}
:where(body.btob02) .popup.popup-classroom .popup-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.8px;
  text-align: center;
  color: var(--black-000);
  padding: 36px 0;
}
:where(body.btob02) .popup.popup-classroom.popup-motp .login-contents {
  background-color: transparent;
  padding: 0;
}
:where(body.btob02) .popup.popup-classroom.popup-motp .content-info-box .item {
  width: 100%;
}
:where(body.btob02) .popup.popup-classroom.popup-motp .content-info-box .dot-list {
  width: 100%;
}
:where(body.btob02) .popup.popup-terms {
  width: 960px;
}
:where(body.btob02) .popup.popup-terms .form-group {
  margin-bottom: 20px;
}
:where(body.btob02) .popup.popup-terms .form-group .form-select {
  width: 50%;
}
:where(body.btob02) .popup.popup-terms .popup-head::after {
  content: none;
}
:where(body.btob02) .popup.popup-terms .popup-body {
  padding-top: 20px;
}
:where(body.btob02) .popup.popup-terms .popup-content {
  line-height: normal;
}
:where(body.btob02) .popup.popup-terms .popup-content .content {
  display: none;
  padding-right: 10px;
}
:where(body.btob02) .popup.popup-terms .popup-content .content.active {
  display: block;
}
:where(body.btob02) .popup.popup-terms .popup-content .content + .form-group {
  margin-top: 100px;
}
:where(body.btob02) .popup.popup-terms .popup-content .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.9px;
}
:where(body.btob02) .popup.popup-terms .popup-content .title img {
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(body.btob02) .popup.popup-terms .popup-content .title + .bullet {
  margin-top: 13px;
}
:where(body.btob02) .popup.popup-terms .popup-content .desc {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  margin-top: 13px;
  margin-bottom: 10px;
}
:where(body.btob02) .popup.popup-terms .popup-content .desc + .title {
  margin-top: 20px;
}
:where(body.btob02) .popup.popup-terms .popup-content .desc:last-child {
  margin-bottom: 0;
}
:where(body.btob02) .popup.popup-terms .popup-content .bullet {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  padding-left: 20px;
  color: var(--gray-666);
}
:where(body.btob02) .popup.popup-terms .popup-content .bullet.with-btn {
  display: flex;
  align-items: center;
  line-height: 30px;
}
:where(body.btob02) .popup.popup-terms .popup-content .bullet.with-btn::before {
  top: 14px;
}
:where(body.btob02) .popup.popup-terms .popup-content .bullet.with-btn + .bullet {
  margin-top: 10px;
}
:where(body.btob02) .popup.popup-terms .popup-content .bullet + .title {
  margin-top: 20px;
}
:where(body.btob02) .popup.popup-terms .popup-content .bullet::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--gray-666);
}
:where(body.btob02) .popup.popup-terms .popup-content .btn-sm {
  margin-left: 10px;
}
:where(body.btob02) .popup.popup-terms .popup-content::after {
  display: none;
}
:where(body.btob02) .popup.popup-terms .table {
  margin-bottom: 20px;
}
:where(body.btob02) .popup.popup-terms .table.v-middle td {
  vertical-align: middle;
}
:where(body.btob02) .popup.popup-terms .table td {
  vertical-align: top;
}
:where(body.btob02) .popup.popup-terms .table .tit {
  font-weight: 500;
}
:where(body.btob02) .popup.popup-terms .table .img {
  display: block;
  text-align: center;
}
:where(body.btob02) .popup.popup-terms .table .img img {
  display: inline-block;
}
:where(body.btob02) .popup.popup-terms .table .des {
  display: block;
  line-height: 20px;
  color: #5669C8;
}
:where(body.btob02) .popup.popup-terms .table small {
  display: block;
  font-size: 12px;
  color: #5669C8;
}
:where(body.btob02) .popup.popup-terms .table.table-type-2 td {
  border-right: 0;
}
:where(body.btob02) .popup.popup-terms .table.table-type-2 td .link {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
:where(body.btob02) .popup.popup-terms .table.table-type-2 td .link img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(body.btob02) .popup.popup-terms .table.table-type-2 td:last-child {
  border-right: 1px solid var(--gray-eee);
}
:where(body.btob02) .popup-service-pause {
  width: 100%;
  height: calc(100dvh - 40px);
  padding: 30px;
  overflow-y: auto;
}
:where(body.btob02) .popup-service-pause .popup-head {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
:where(body.btob02) .popup-service-pause .popup-head .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -1.2px;
  text-align: center;
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .txt {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
  margin-bottom: 20px;
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .img {
  width: 47px;
  margin: 0 auto 20px;
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .info {
  padding: 20px;
  border-radius: 2px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  text-align: center;
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .info .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .info .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--point);
}
:where(body.btob02) .popup-service-pause .popup-body .error-content .txt-bottom {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
}
:where(body.btob02) .popup-service-pause .popup-foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
:where(body.btob02) .popup-service-pause .error-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #333;
  padding: 10px 20px;
  color: var(--white);
}
:where(body.btob02) .popup-service-pause .error-content-bottom .form-check input + span::before {
  background-color: var(--white);
  border-radius: 3px;
}
:where(body.btob02) .popup-service-pause .error-content-bottom .btn-close {
  display: flex;
  align-items: center;
  color: var(--gray-eee);
  font-size: 13px;
  letter-spacing: -0.65px;
  text-align: right;
  gap: 5px;
}
:where(body.btob02) .popup-service-pause .error-info {
  padding: 30px;
  border-radius: 2px;
  border: solid 1px #dee0e4;
  background-color: #fff;
  min-height: 280px;
}
:where(body.btob02) .popup-service-pause .error-info .text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob02) .popup-service-pause.popup-service-info {
  background-color: #f1f3f8;
}
:where(body.btob02) .popup-service-pause.popup-service-info .popup-head {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1280px) {
  :where(body.btob02) .popup.popup-lg {
    width: calc(100% - 40px);
  }
  :where(body.btob02) .popup.popup-xl {
    width: calc(100% - 40px);
  }
  :where(body.btob02) .popup.popup-terms .form-group .form-select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  :where(body.btob02) .popup {
    width: calc(100% - 40px);
  }
}
@media (max-width: 540px) {
  :where(body.btob02) .popup {
    padding: 20px 20px 30px;
  }
  :where(body.btob02) .popup.popup-sm {
    width: calc(100% - 40px);
  }
  :where(body.btob02) .popup.popup-motp .popup-text br {
    display: none;
  }
}

/*
  MAIN
*/
:where(body.btob02) .main-contents {
  padding-top: 160px;
  overflow: hidden;
  /* s 공통 */
}
:where(body.btob02) .main-contents .btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  background-color: var(--white);
  transition: 0.2s;
}
:where(body.btob02) .main-contents .btn-nav:hover {
  background-color: #f6f6f6 !important;
}
:where(body.btob02) .main-contents .btn-nav.swiper-button-disabled {
  display: none;
}
:where(body.btob02) .main-contents .title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
:where(body.btob02) .main-contents .title-area .heading-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
:where(body.btob02) .main-contents .title-area .heading-title .title {
  font-size: 26px;
  letter-spacing: -1.17px;
  font-weight: bold;
  line-height: 39px;
}
:where(body.btob02) .main-contents .title-area .heading-title .desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.72px;
  color: #1155a3;
  word-break: keep-all;
  padding-top: 2px;
}
:where(body.btob02) .main-contents .title-area .heading-btns {
  margin-left: auto;
}
:where(body.btob02) .main-contents .title-area .heading-btns .btn-more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  line-height: 25.5px;
  letter-spacing: -0.77px;
}
:where(body.btob02) .main-contents .content-slider .slider-area {
  position: relative;
}
:where(body.btob02) .main-contents .content-slider .swiper-wrapper {
  padding: 10px 0;
}
:where(body.btob02) .main-contents .content-slider .btn-nav {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  background-color: var(--white);
}
:where(body.btob02) .main-contents .content-slider .btn-nav.btn-prev {
  left: -52px;
}
:where(body.btob02) .main-contents .content-slider .btn-nav.btn-next {
  right: -52px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .card-item {
  position: relative;
  background-color: var(--white);
  transition: box-shadow 0.2s;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .card-item .info {
  display: flex;
  flex-direction: column;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .card-item.no-data {
  height: 100%;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .card-item.no-data .img {
  aspect-ratio: auto;
  height: 100%;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .card-item.no-data .img img {
  height: 100%;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .card-item.no-data:hover {
  box-shadow: none;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .img {
  width: 100%;
  aspect-ratio: 270/180;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .link:focus, :where(body.btob02) .main-contents .content-slider .swiper-slide .link:focus-visible {
  outline-offset: -2px;
  border-radius: 5px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .category {
  max-width: 100%;
  margin-bottom: 4px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .category .item {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  letter-spacing: -0.7px;
  vertical-align: middle;
  color: var(--white);
  background-color: var(--point);
  padding: 0 5px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .category .item + .item {
  margin-left: 4px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .category .item + .item::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin-right: 9px;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .tag {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: auto;
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .tag .item {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.63px;
  vertical-align: middle;
  color: var(--gray-666);
}
:where(body.btob02) .main-contents .content-slider .swiper-slide .tag .item + .item {
  margin-left: 9px;
}
:where(body.btob02) .main-contents {
  /* e 공통 */
}
:where(body.btob02) .main-contents .section-visual .visual-row {
  display: flex;
  gap: 20px;
}
:where(body.btob02) .main-contents .section-visual .slider-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
:where(body.btob02) .main-contents .section-visual .swiper-slide {
  height: 400px;
}
:where(body.btob02) .main-contents .section-visual .swiper-slide .inner {
  position: relative;
  display: flex;
}
:where(body.btob02) .main-contents .section-visual .swiper-slide .img {
  width: 100%;
  height: 100%;
}
:where(body.btob02) .main-contents .section-visual .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
:where(body.btob02) .main-contents .section-visual .swiper-slide .img .mo {
  display: none;
}
:where(body.btob02) .main-contents .section-visual .btn-nav {
  position: absolute;
  width: 22px;
  height: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
:where(body.btob02) .main-contents .section-visual .btn-nav.btn-prev {
  left: 0;
}
:where(body.btob02) .main-contents .section-visual .btn-nav.btn-next {
  right: 0;
}
:where(body.btob02) .main-contents .section-visual .slider-nav {
  position: absolute;
  display: flex;
  align-items: center;
  height: 24px;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 0 12px;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .swiper-pagination {
  position: static;
  width: fit-content;
  height: fit-content;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--white);
  opacity: 1;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 4px;
  background-color: #146CD0;
  opacity: 1;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .page-num {
  width: auto;
  line-height: 18px;
  margin-left: 20px;
  padding-top: 2px;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .page-num .current {
  font-weight: bold;
  font-size: 14px;
  color: var(--white);
  letter-spacing: -0.7px;
  opacity: 1;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .page-num .total {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--white);
  opacity: 0.7;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .page-num .total::before {
  content: "/";
  margin: 0 4px;
}
:where(body.btob02) .main-contents .section-visual .slider-nav .btn-slide-state {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
:where(body.btob02) .main-contents .section-visual .user-util {
  position: relative;
  color: var(--white);
  background-color: var(--white);
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
:where(body.btob02) .main-contents .section-visual .user-util::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 1280px) / 2);
  right: 0;
  background: #0e437f;
  z-index: 0;
}
:where(body.btob02) .main-contents .section-visual .user-util .inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 90px;
  background-color: #0e437f;
  z-index: 1;
}
:where(body.btob02) .main-contents .section-visual .user-util .util-classroom {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 60px 0 28px;
  background: #f379c3;
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.2px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
}
:where(body.btob02) .main-contents .section-visual .user-util .util-welcome {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  min-width: 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.9px;
}
:where(body.btob02) .main-contents .section-visual .user-util .util-welcome .ico-user {
  flex-shrink: 0;
}
:where(body.btob02) .main-contents .section-visual .user-util .user-info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 35px;
}
:where(body.btob02) .main-contents .section-visual .user-util .box {
  display: inline-flex;
  align-items: center;
  margin: 0;
  height: 50px;
  padding: 0 35px;
  list-style: none;
  background-color: var(--point);
  border-radius: 5px;
}
:where(body.btob02) .main-contents .section-visual .user-util .box .col {
  display: inline-flex;
  align-items: center;
}
:where(body.btob02) .main-contents .section-visual .user-util .box .col a {
  display: inline-flex;
  align-items: center;
}
:where(body.btob02) .main-contents .section-visual .user-util .box .col + .col {
  position: relative;
  margin-left: 35px;
  padding-left: 35px;
}
:where(body.btob02) .main-contents .section-visual .user-util .box .col + .col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  border-left: 2px dashed rgba(255, 255, 255, 0.25);
}
:where(body.btob02) .main-contents .section-visual .user-util .box .state {
  position: relative;
  font-size: 16px;
  margin-right: 38px;
  flex-shrink: 0;
}
:where(body.btob02) .main-contents .section-visual .user-util .box .state::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  width: 13px;
  height: 3px;
  background-size: cover;
  background-image: url(../btob02/img/main/ico-dot.png);
}
:where(body.btob02) .main-contents .section-visual .user-util .box .ico {
  flex-shrink: 0;
}
:where(body.btob02) .main-contents .section-visual .user-util .box .val {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-left: 10px;
}
:where(body.btob02) .main-contents .section-visual .user-util .links {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(body.btob02) .main-contents .section-visual .user-util .links .item {
  position: relative;
  display: inline-flex;
}
:where(body.btob02) .main-contents .section-visual .user-util .links .item + li::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob02) .main-contents .section-visual .user-util .links .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.72px;
  background: transparent;
  line-height: 32px;
}
:where(body.btob02) .main-contents .section-visual .user-util .links .link:hover {
  background: rgba(255, 255, 255, 0.08);
}
:where(body.btob02) .main-contents .section-visual .user-util .links .link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
:where(body.btob02) .main-contents .section-visual .user-util .links .link .ico {
  flex-shrink: 0;
}
:where(body.btob02) .main-contents .section-recommendation {
  padding: 60px 0;
}
:where(body.btob02) .main-contents .section-recommendation .swiper-wrapper {
  padding: 0;
}
:where(body.btob02) .main-contents .section-popular-course {
  padding: 50px 0 30px;
  background-color: #e4eef9;
  background-image: url(../btob02/img/main/bg-popular.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
:where(body.btob02) .main-contents .section-popular-course .title-area {
  margin-bottom: 0;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-wrapper {
  padding: 20px 0;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-slide .card-item {
  background-color: transparent;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-slide .card-item .img {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e0e3e6;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-slide .card-item .info {
  background-color: var(--white);
  padding: 8px 15px 16px;
  border-radius: 0 0 5px 5px;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-slide .title {
  min-height: 48px;
  margin-bottom: 10px;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-slide .tag {
  gap: 5px;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .swiper-slide .tag .item {
  height: 22px;
  line-height: 22px;
  background-color: var(--gray-eee);
  padding: 0 8px;
}
:where(body.btob02) .main-contents .section-popular-course .content-slider .btn-nav {
  transform: translateY(-50%);
}
:where(body.btob02) .main-contents .section-notice {
  padding: 60px 0 150px;
}
:where(body.btob02) .main-contents .section-notice .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-eee);
  padding: 0 15px 5px;
}
:where(body.btob02) .main-contents .section-notice .heading .title {
  font-size: 26px;
  line-height: 39px;
  font-weight: bold;
  color: var(--black-000);
  letter-spacing: -1.17px;
}
:where(body.btob02) .main-contents .section-notice .heading .right .link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  letter-spacing: -0.77px;
  line-height: 25.5px;
}
:where(body.btob02) .main-contents .section-notice .row {
  display: flex;
  gap: 40px;
}
:where(body.btob02) .main-contents .section-notice .row + .row {
  margin-top: 60px;
}
:where(body.btob02) .main-contents .section-notice .row .col {
  width: calc(50% - 20px);
}
:where(body.btob02) .main-contents .section-notice .row .col.col-notice {
  min-height: 304px;
  border: 1px solid var(--gray-ccc);
  border-radius: 5px;
  padding: 20px 15px;
}
:where(body.btob02) .main-contents .section-notice .row .col.col-inquiry {
  min-height: 304px;
  border: 1px solid var(--gray-ccc);
  border-radius: 5px;
  padding: 15px;
}
:where(body.btob02) .main-contents .section-notice .row .col.col-call {
  width: 100%;
}
:where(body.btob02) .main-contents .section-notice .row .col.col-call .info {
  display: flex;
  align-items: center;
}
:where(body.btob02) .main-contents .section-notice .list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 15px;
}
:where(body.btob02) .main-contents .section-notice .list .item {
  width: 100%;
}
:where(body.btob02) .main-contents .section-notice .list .item + .item {
  margin-top: 20px;
}
:where(body.btob02) .main-contents .section-notice .list .item a {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
:where(body.btob02) .main-contents .section-notice .list .item:hover .cont {
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btob02) .main-contents .section-notice .list .item .cont {
  width: calc(100% - 64px - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.72px;
}
:where(body.btob02) .main-contents .section-notice .list .item .date {
  width: 64px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.72px;
  text-align: right;
  color: var(--gray-666);
  white-space: nowrap;
}
:where(body.btob02) .main-contents .section-notice .call {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--gray-eee);
  padding: 13.5px 20px;
  border-radius: 5px;
}
:where(body.btob02) .main-contents .section-notice .call .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: var(--point);
  margin-right: 30px;
  letter-spacing: -1.08px;
}
:where(body.btob02) .main-contents .section-notice .call .img {
  width: 73px;
  height: 73px;
  margin-right: 17px;
}
:where(body.btob02) .main-contents .section-notice .call .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .main-contents .section-notice .call .phone {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: -1.08px;
  color: var(--black-000);
  margin-right: 50px;
}
:where(body.btob02) .main-contents .section-notice .call .holiday {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.81px;
  color: var(--black-000);
  word-break: keep-all;
}
@media (max-width: 1280px) {
  :where(body.btob02) .main-contents {
    padding-top: 70px;
    /* s 공통 */
  }
  :where(body.btob02) .main-contents .title-area {
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 20px;
  }
  :where(body.btob02) .main-contents .title-area .heading-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  :where(body.btob02) .main-contents .title-area .heading-title .title {
    font-size: 24px;
    letter-spacing: -1.08px;
    line-height: 36px;
  }
  :where(body.btob02) .main-contents .title-area .heading-title .desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.72px;
    color: #1155a3;
    word-break: keep-all;
    padding-top: 2px;
  }
  :where(body.btob02) .main-contents .title-area .heading-btns {
    margin-left: auto;
  }
  :where(body.btob02) .main-contents .title-area .heading-btns .btn-more {
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.63px;
    padding: 7px 0;
  }
  :where(body.btob02) .main-contents {
    /* e 공통 */
  }
  :where(body.btob02) .main-contents .section-visual .btn-nav {
    width: 12px;
    height: 24px;
  }
  :where(body.btob02) .main-contents .section-visual .btn-nav .ico {
    width: 12px;
    height: 24px;
  }
  :where(body.btob02) .main-contents .section-visual .btn-nav.btn-prev {
    left: 17px;
  }
  :where(body.btob02) .main-contents .section-visual .btn-nav.btn-next {
    right: 17px;
  }
  :where(body.btob02) .main-contents .section-visual .slider-wrapper {
    height: auto;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    aspect-ratio: 400/220;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
    left: auto;
    top: auto;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .img .pc {
    display: none;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .img .mo {
    display: block;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .info {
    order: 1;
    width: 100%;
    padding: 20px 30px 20px;
    margin-left: 0;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .badge-wrap {
    margin-bottom: 7px;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .badge-wrap .badge {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    letter-spacing: -0.65px;
    padding: 0 10px;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
    margin-bottom: 0;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .title small {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4px;
  }
  :where(body.btob02) .main-contents .section-visual .swiper-slide .desc {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  :where(body.btob02) .main-contents .section-visual .slider-nav {
    left: 8.25vw;
    transform: none;
    bottom: 44px;
  }
  :where(body.btob02) .main-contents .section-visual .slider-nav .page-num, :where(body.btob02) .main-contents .section-visual .slider-nav .btn-slide-state {
    margin-left: 20px;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .inner {
    height: auto;
    flex-direction: column;
    padding: 15px 40px;
    gap: 15px;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .user-info {
    flex-direction: column;
    gap: 15px;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .util-welcome {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.72px;
    gap: 5px;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .util-classroom {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    padding: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
  }
  :where(body.btob02) .main-contents .section-visual .user-util .util-classroom .label {
    display: none;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .box {
    padding: 10px 20px;
    height: auto;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .box .col {
    position: relative;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .box .col a {
    flex-wrap: wrap;
    justify-content: center;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .box .col + .col {
    margin-left: 20px;
    padding-left: 20px;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .links .item {
    position: relative;
  }
  :where(body.btob02) .main-contents .section-visual .user-util .links .item + .item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 1px;
    height: 16.5px;
    background-color: #6d9dd4;
  }
  :where(body.btob02) .main-contents .section-recommendation {
    padding: 40px 0;
  }
  :where(body.btob02) .main-contents .section-popular-course {
    padding: 30px 0 10px;
  }
  :where(body.btob02) .main-contents .section-notice {
    padding: 40px 0;
  }
  :where(body.btob02) .main-contents .section-notice .heading {
    padding: 0 0 6.5px;
  }
  :where(body.btob02) .main-contents .section-notice .heading .title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1.08px;
  }
  :where(body.btob02) .main-contents .section-notice .heading .right .link {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.63px;
  }
  :where(body.btob02) .main-contents .section-notice .row {
    flex-direction: column;
    gap: 0;
  }
  :where(body.btob02) .main-contents .section-notice .row + .row {
    margin-top: 40px;
  }
  :where(body.btob02) .main-contents .section-notice .row .col {
    width: 100%;
  }
  :where(body.btob02) .main-contents .section-notice .row .col + .col {
    margin-top: 30px;
  }
  :where(body.btob02) .main-contents .section-notice .list {
    padding: 0;
    min-height: auto;
  }
  :where(body.btob02) .main-contents .section-notice .list .item .date {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.63px;
  }
  :where(body.btob02) .main-contents .section-notice .call {
    padding: 30px;
    flex-wrap: wrap;
  }
  :where(body.btob02) .main-contents .section-notice .call br:first-child {
    display: none;
  }
  :where(body.btob02) .main-contents .section-notice .call .title {
    margin-right: 0;
  }
  :where(body.btob02) .main-contents .section-notice .call .phone {
    margin-right: 0;
  }
  :where(body.btob02) .main-contents .section-notice .call .img {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
  }
  :where(body.btob02) .main-contents .section-notice .call .img img {
    width: 73px;
  }
  :where(body.btob02) .main-contents .section-notice .call .info {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    gap: 20px;
  }
  :where(body.btob02) .main-contents .section-notice .call .holiday {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.72px;
  }
}
@media (max-width: 768px) {
  :where(body.btob02) .main-contents .section-recommendation .title-area {
    padding: 0 15px;
  }
  :where(body.btob02) .main-contents .section-recommendation .inner {
    padding: 0;
  }
  :where(body.btob02) .main-contents .section-recommendation .content-slider {
    padding-left: 15px;
  }
  :where(body.btob02) .main-contents .section-popular-course .title-area {
    padding: 0 15px;
  }
  :where(body.btob02) .main-contents .section-popular-course .inner {
    padding: 0;
  }
  :where(body.btob02) .main-contents .section-popular-course .content-slider {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .main-contents .section-visual .pc {
    display: none;
  }
  :where(body.btob02) .main-contents .section-visual .mo {
    display: block;
  }
}

:where(body.btob02) .personal-info-contents .table th, :where(body.btob02) .personal-info-contents .table td {
  padding: 15px 30px;
}
:where(body.btob02) .personal-info-contents .table th {
  width: 240px;
  border-color: var(--gray-eee);
}
:where(body.btob02) .personal-info-contents .table th .txt {
  justify-content: center;
}
:where(body.btob02) .personal-info-contents .table td {
  width: calc(100% - 240px);
  text-align: left;
}
:where(body.btob02) .personal-info-contents .table .txt {
  display: flex;
  align-items: center;
  min-height: 28px;
}
:where(body.btob02) .personal-info-contents .table .txt.required::after {
  content: "*";
  margin-left: 4px;
}
:where(body.btob02) .personal-info-contents .table .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob02) .personal-info-contents .table .form-group .form-control {
  width: 240px;
}
:where(body.btob02) .personal-info-contents .table .form-group.phone .form-control {
  width: 100px;
}
:where(body.btob02) .personal-info-contents .table .form-group.email .form-select {
  width: 240px;
}
:where(body.btob02) .personal-info-contents .button-group {
  margin-top: 50px;
}
:where(body.btob02) .personal-info-contents .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 600px;
  border: 1px solid var(--gray-eee);
  border-radius: 10px;
  text-align: center;
}
:where(body.btob02) .personal-info-contents .result .desc-1 {
  line-height: 20px;
  margin-bottom: 40px;
}
:where(body.btob02) .personal-info-contents .result .desc-2 {
  line-height: 20px;
}
:where(body.btob02) .personal-info-contents .result .form-radio-group {
  margin-bottom: 20px;
}
:where(body.btob02) .personal-info-contents .result + .button-group {
  flex-wrap: wrap;
}
:where(body.btob02) .personal-info-contents .login-box {
  max-width: 500px;
  margin: 0 auto;
}
:where(body.btob02) .personal-info-contents .login-box .font-1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
:where(body.btob02) .personal-info-contents .login-box .font-2 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  color: var(--gray-666);
}
:where(body.btob02) .personal-info-contents .login-box .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
:where(body.btob02) .personal-info-contents .login-box .links .txt-link {
  position: relative;
  color: var(--gray-666);
  transition: 0.2s;
}
:where(body.btob02) .personal-info-contents .login-box .links .txt-link:hover {
  color: var(--black-333);
}
:where(body.btob02) .personal-info-contents .login-box .links .txt-link + .txt-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
:where(body.btob02) .personal-info-contents .login-box .tip {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: center;
}
:where(body.btob02) .personal-info-contents .login-box .box {
  max-width: 360px;
  margin: 0 auto;
}
:where(body.btob02) .personal-info-contents .login-box .box .form-group .form-control {
  display: block;
  width: 100%;
}
:where(body.btob02) .personal-info-contents .login-box .box .form-group .form-control + .form-control {
  margin-top: 10px;
}
:where(body.btob02) .personal-info-contents .login-box .form-check-group {
  margin-bottom: 45px;
  justify-content: center;
}
:where(body.btob02) .personal-info-contents .login-box .form-check {
  width: fit-content;
  margin: 0 auto;
}
:where(body.btob02) .personal-info-contents .login-box .form-check span {
  font-weight: bold;
}
:where(body.btob02) .personal-info-contents .login-box .button-group {
  margin-top: 30px;
  flex-direction: column;
}
:where(body.btob02) .personal-info-contents .login-box .button-group .btn + .btn {
  margin-top: 30px;
}
:where(body.btob02) .personal-info-contents .sign-in > .form-check-group {
  margin-bottom: 45px;
  justify-content: center;
}
:where(body.btob02) .personal-info-contents .sign-in > .form-check-group .form-check span {
  font-size: 22px;
}
:where(body.btob02) .personal-info-contents .sign-in .form-check {
  margin: 0 auto;
}
:where(body.btob02) .personal-info-contents .sign-in .form-check span {
  font-weight: bold;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item + .terms-item {
  margin-top: 60px;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .item-head .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .form-check span {
  font-weight: 500;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .agree-box {
  width: 100%;
  height: 200px;
  display: block;
  overflow-y: auto;
  border: 1px solid #e9f0f3;
  padding: 40px 35px;
  margin-bottom: 20px;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .agree-box p {
  margin-bottom: 20px;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .agree-box p:last-child {
  margin-bottom: 0;
}
:where(body.btob02) .personal-info-contents .sign-in .terms-item .agree-box .title {
  display: block;
}
@media (max-width: 1280px) {
  :where(body.btob02) .personal-info-contents .table th, :where(body.btob02) .personal-info-contents .table td {
    padding: 15px;
  }
  :where(body.btob02) .personal-info-contents .table th {
    width: 100px;
  }
  :where(body.btob02) .personal-info-contents .table td {
    width: calc(100% - 100px);
  }
  :where(body.btob02) .personal-info-contents .table .form-group {
    flex-wrap: wrap;
  }
  :where(body.btob02) .personal-info-contents .table .form-group .form-control {
    width: 200px;
  }
  :where(body.btob02) .personal-info-contents .table .form-group.phone .form-control {
    width: 100px;
  }
  :where(body.btob02) .personal-info-contents .table .form-group.email .form-select {
    width: 200px;
  }
}
:where(body.btob02) .detail-contents .course-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
}
:where(body.btob02) .detail-contents .course-info {
  height: fit-content;
  border: 1px solid var(--gray-eee);
  border-radius: 5px;
}
:where(body.btob02) .detail-contents .course-info .img {
  width: 100%;
  aspect-ratio: 340/190;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .detail-contents .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .detail-contents .course-info .content {
  padding: 20px 20px 30px;
}
:where(body.btob02) .detail-contents .course-info .category-list .tag {
  width: 70%;
}
:where(body.btob02) .detail-contents .course-info .course-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob02) .detail-contents .course-info .list {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob02) .detail-contents .course-info .list .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
}
:where(body.btob02) .detail-contents .course-info .list .item + .item {
  margin-top: 13px;
}
:where(body.btob02) .detail-contents .course-info .list .item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #cccccc;
}
:where(body.btob02) .detail-contents .course-info .list .item .tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  width: 60px;
  margin-right: 20px;
}
:where(body.btob02) .detail-contents .course-info .list .item .val {
  width: calc(100% - 60px - 20px);
  font-size: 16px;
  letter-spacing: normal;
  color: #666;
  line-height: 17px;
}
:where(body.btob02) .detail-contents .course-info .list .item .val .ico {
  margin-right: 4px;
}
:where(body.btob02) .detail-contents .course-info .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
:where(body.btob02) .detail-contents .course-info .btns .up {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
:where(body.btob02) .detail-contents .course-info .btns .up > * {
  flex: 1;
}
:where(body.btob02) .detail-contents .course-info .btns .down {
  display: flex;
  align-items: center;
}
:where(body.btob02) .detail-contents .course-info .btns .down > * {
  flex: 1;
}
:where(body.btob02) .detail-contents .course-info .btns .btn-heart, :where(body.btob02) .detail-contents .course-info .btns .btn-share {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px var(--gray-eee);
  background-color: #f4f4f4;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
:where(body.btob02) .detail-contents .course-info .btns .btn-heart .num, :where(body.btob02) .detail-contents .course-info .btns .btn-share .num {
  margin-left: 5px;
}
:where(body.btob02) .detail-contents .course-info .course-desc {
  display: none;
}
:where(body.btob02) .detail-contents .course-info .tag-list {
  display: none;
}
:where(body.btob02) .detail-contents .course-desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
:where(body.btob02) .detail-contents .category-list .tag {
  width: 80%;
}
:where(body.btob02) .detail-contents .tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 65px;
}
:where(body.btob02) .detail-contents .tag-list .tag {
  position: relative;
  height: 34px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 17px;
  border: solid 1px var(--gray-eee);
  background-color: var(--white);
  font-size: 16px;
  text-align: center;
  color: #3149dd;
}
:where(body.btob02) .detail-contents .course-item .section-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob02) .detail-contents .course-item .desc {
  font-size: 16px;
  line-height: 30px;
}
:where(body.btob02) .detail-contents .course-item .desc .item {
  display: flex;
  gap: 4px;
}
:where(body.btob02) .detail-contents .course-item .course .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 17px;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
:where(body.btob02) .detail-contents .course-item .course .item .num {
  width: 60px;
  text-align: center;
  letter-spacing: -0.4px;
}
:where(body.btob02) .detail-contents .course-item .course .item .tit {
  height: calc(100% - 60px);
  padding-left: 28px;
}
:where(body.btob02) .detail-contents .course-item + .course-item {
  margin-top: 69px;
}
:where(body.btob02) .detail-contents .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
:where(body.btob02) .detail-contents .view {
  display: flex;
  gap: 60px;
}
:where(body.btob02) .detail-contents .view .c-content {
  width: 880px;
}
:where(body.btob02) .detail-contents .view .course-info {
  width: calc(100% - 880px - 60px);
}
@media (max-width: 1280px) {
  :where(body.btob02) .detail-contents .course-title {
    margin-bottom: 27px;
  }
  :where(body.btob02) .detail-contents .view {
    flex-direction: column-reverse;
    gap: 0;
  }
  :where(body.btob02) .detail-contents .view .c-content {
    width: 100%;
  }
  :where(body.btob02) .detail-contents .view .c-content .category-list, :where(body.btob02) .detail-contents .view .c-content .course-title, :where(body.btob02) .detail-contents .view .c-content .course-desc, :where(body.btob02) .detail-contents .view .c-content .tag-list {
    display: none;
  }
  :where(body.btob02) .detail-contents .view .course-info {
    width: 100%;
    border: 0;
  }
  :where(body.btob02) .detail-contents .course-info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
  :where(body.btob02) .detail-contents .course-info .img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  :where(body.btob02) .detail-contents .course-info .content {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  :where(body.btob02) .detail-contents .course-info .content .list {
    padding-left: 15px;
  }
  :where(body.btob02) .detail-contents .course-info .content .list, :where(body.btob02) .detail-contents .course-info .content .btns {
    width: 100%;
  }
  :where(body.btob02) .detail-contents .course-info .content .btns {
    flex-direction: column;
    padding-bottom: 0;
  }
  :where(body.btob02) .detail-contents .course-info .content .btns .up, :where(body.btob02) .detail-contents .course-info .content .btns .down {
    width: 100%;
  }
  :where(body.btob02) .detail-contents .course-info .content .btns .btn {
    width: 100%;
    height: 56px;
    line-height: 54px;
  }
  :where(body.btob02) .detail-contents .course-info .content .btns .btn-heart {
    width: 70%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap;
  }
  :where(body.btob02) .detail-contents .course-info .content .btns .btn-share {
    width: 30%;
    height: 50px;
    line-height: 48px;
    white-space: nowrap;
  }
  :where(body.btob02) .detail-contents .course-info .course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  :where(body.btob02) .detail-contents .course-info .course-desc {
    display: block;
  }
  :where(body.btob02) .detail-contents .course-info .tag-list {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }
  :where(body.btob02) .detail-contents .course-info .list {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  :where(body.btob02) .detail-contents .course-desc {
    margin-bottom: 30px;
  }
  :where(body.btob02) .detail-contents .tag-list {
    margin-bottom: 50px;
  }
  :where(body.btob02) .detail-contents .course-item + .course-item {
    margin-top: 50px;
  }
  :where(body.btob02) .detail-contents .course-item .course .item .num {
    width: 40px;
  }
  :where(body.btob02) .detail-contents .course-item .course .item .tit {
    padding-left: 7px;
  }
  :where(body.btob02) .detail-contents .btn-wrap {
    margin-top: 50px;
  }
}
:where(body.btob02) .policy-contents .policy .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 60px;
}
:where(body.btob02) .policy-contents .policy .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
:where(body.btob02) .policy-contents .policy .content {
  margin-bottom: 40px;
  line-height: 26px;
  padding-left: 15px;
}
:where(body.btob02) .communication-contents .accordion {
  border-top: 1px solid #ccc;
}
:where(body.btob02) .communication-contents .accordion .item {
  border-bottom: 1px solid #eee;
}
:where(body.btob02) .communication-contents .accordion .item .item-head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
:where(body.btob02) .communication-contents .accordion .item .item-head .question {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #333;
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin-right: 20px;
}
:where(body.btob02) .communication-contents .accordion .item .item-head .title {
  max-width: calc(100% - 55px);
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:where(body.btob02) .communication-contents .accordion .item .item-head .title .category {
  margin-right: 4px;
}
:where(body.btob02) .communication-contents .accordion .item .item-head::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
:where(body.btob02) .communication-contents .accordion .item .item-body {
  position: relative;
  display: none;
}
:where(body.btob02) .communication-contents .accordion .item .item-body .answer {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: var(--point);
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 500;
}
:where(body.btob02) .communication-contents .accordion .item .item-body .content {
  padding: 23px 20px 20px 66px;
  font-size: 16px;
  line-height: 30px;
  background-color: #f7f9fc;
  min-height: 420px;
}
:where(body.btob02) .communication-contents .accordion .item.show .item-head .question {
  background-color: var(--point);
}
:where(body.btob02) .communication-contents .accordion .item.show .item-body {
  display: block;
  border-top: 1px solid #eee;
}
:where(body.btob02) .sorting-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
:where(body.btob02) .sorting-area .total {
  font-size: 16px;
}
:where(body.btob02) .sorting-area .total .val {
  color: var(--point);
}
:where(body.btob02) .sorting-area .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob02) .sorting-area .form-group .form-select {
  min-width: 100px;
}
@media (max-width: 768px) {
  :where(body.btob02) .sorting-area {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  :where(body.btob02) .sorting-area .btn-group {
    width: 100%;
  }
  :where(body.btob02) .sorting-area .btn-group .btn {
    width: 100%;
  }
  :where(body.btob02) .sorting-area .total {
    margin-top: 30px;
  }
  :where(body.btob02) .sorting-area .form-group {
    width: 100%;
  }
  :where(body.btob02) .sorting-area .form-group .form-search {
    flex: 1;
  }
}
:where(body.btob02) .lnb {
  width: 200px;
  margin-right: 60px;
  padding-top: 50px;
}
:where(body.btob02) .lnb .lnb-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-333);
}
:where(body.btob02) .lnb ul {
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 20px;
}
:where(body.btob02) .lnb .menu {
  position: relative;
}
:where(body.btob02) .lnb .menu + .menu {
  margin-top: 6px;
}
:where(body.btob02) .lnb .menu .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.8px;
  cursor: pointer;
}
:where(body.btob02) .lnb .menu .title .link {
  font-weight: 500;
}
:where(body.btob02) .lnb .menu .title span {
  position: relative;
  display: inline-block;
}
:where(body.btob02) .lnb .menu .title:only-child .btn-menu-toggle {
  display: none !important;
}
:where(body.btob02) .lnb .menu .title:only-child .link:hover {
  color: var(--point);
}
:where(body.btob02) .lnb .menu .title.on .link {
  font-weight: bold;
  color: var(--point);
}
:where(body.btob02) .lnb .menu .sub-menu-list {
  display: none;
  padding-top: 2px;
}
:where(body.btob02) .lnb .menu .sub-menu {
  padding-left: 20px;
}
:where(body.btob02) .lnb .menu .sub-menu + .sub-menu {
  margin-top: 2px;
}
:where(body.btob02) .lnb .menu .sub-menu .sub-title {
  display: block;
  line-height: 32px;
}
:where(body.btob02) .lnb .menu .sub-menu .sub-title span {
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: var(--gray-666);
  transition: 0.2s;
}
:where(body.btob02) .lnb .menu .sub-menu:hover .sub-title span, :where(body.btob02) .lnb .menu .sub-menu.on .sub-title span {
  color: var(--point);
  font-weight: bold;
}
:where(body.btob02) .lnb .menu .btn-menu-toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  background-color: transparent;
  border-color: transparent;
}
:where(body.btob02) .lnb .menu .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url(../img/common/ico-plus.png);
}
:where(body.btob02) .lnb .menu.show .sub-menu-list {
  display: block;
  border-bottom: 1px solid var(--gray-eee);
  padding-bottom: 20px;
  margin-bottom: 14px;
}
:where(body.btob02) .lnb .menu.show .btn-menu-toggle {
  background-color: var(--gray-f4);
  border: 1px solid var(--gray-eee);
}
:where(body.btob02) .lnb .menu.show .btn-menu-toggle .ico-menu-state {
  width: 10px;
  height: 2px;
  background-image: url(../img/common/ico-minus.png);
}
:where(body.btob02) .lnb .menu.show:last-child .sub-menu-list {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
:where(body.btob02) .lnb .menu.on .title span {
  color: var(--point);
}
:where(body.btob02) .lnb .menu.on .title span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--point);
}
:where(body.btob02) .sub-contents {
  padding-top: 160px;
  padding-bottom: 100px;
  min-height: calc(100dvh - 214px);
}
:where(body.btob02) .sub-contents .inner {
  display: flex;
}
:where(body.btob02) .sub-contents .content {
  width: calc(100% - 200px - 60px);
  padding-top: 20px;
}
:where(body.btob02) .sub-contents .course-sorting {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 4px;
}
:where(body.btob02) .sub-contents .course-sorting .form-select {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 3px;
  border: solid 1px #dcdde8;
  background-color: #f2f3fb;
}
:where(body.btob02) .sub-contents .course-list {
  gap: 50px 20px;
}
:where(body.btob02) .sub-contents .course-item {
  width: calc(25% - 15px);
}
:where(body.btob02) .sub-contents .course-item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/135;
}
:where(body.btob02) .sub-contents .sort-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-ccc);
  gap: 10px;
}
:where(body.btob02) .sub-contents .sort-wrap .btn {
  height: 36px;
  line-height: 36px;
}
:where(body.btob02) .sub-contents .sort-wrap .desc {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob02) .sub-contents .sort-wrap .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
:where(body.btob02) .sub-contents .sort-wrap .form-group .form-select {
  height: 36px;
  line-height: 34px;
}
:where(body.btob02) .sub-contents .sort-wrap .form-group .form-check-group {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 15px;
}
:where(body.btob02) .sub-contents .sort-wrap .btn-view-type {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-ddd);
  border-radius: 3px;
  overflow: hidden;
  height: 36px;
}
:where(body.btob02) .sub-contents .sort-wrap .btn-view-type .btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--gray-f4);
}
:where(body.btob02) .sub-contents .sort-wrap .btn-view-type .btn-view.on {
  background-color: var(--white);
}
:where(body.btob02) .sub-contents .sort-wrap .btn-view-type .btn-view + .btn-view {
  border-left: 1px solid var(--gray-ccc);
}
:where(body.btob02) .sub-contents .sort-wrap .scrap-area {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
:where(body.btob02) .sub-contents .sort-wrap .scrap-area .form-select {
  width: fit-content;
  min-width: 184px;
  border: 0;
  padding: 0 25px 0 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -1px;
  background-size: 14px 8px;
  margin-right: 20px;
  background-position: right 0 center;
  text-indent: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(body.btob02) .sub-contents .sort-wrap .scrap-area .btn-setting {
  width: 20px;
  height: 20px;
}
:where(body.btob02) .sub-contents .sort-wrap .scrap-area .btn-setting .ico {
  width: 20px;
  height: 21px;
}
:where(body.btob02) .sub-contents .sort-wrap .scrap-area .time {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  margin-left: 20px;
}
:where(body.btob02) .sub-contents .sort-wrap .board-navi .btn-year {
  font-size: 20px;
  line-height: 30px;
}
:where(body.btob02) .sub-contents .sort-wrap .board-navi .btn-year.current {
  color: var(--point);
  font-weight: 500;
  border-bottom: 2px solid var(--point);
}
:where(body.btob02) .sub-contents .sort-wrap .board-navi .btn-year.next {
  color: var(--gray-666);
}
:where(body.btob02) .sub-contents .board-head {
  border-top: 1px solid var(--black-333);
  padding-top: 50px;
}
@media (max-width: 1280px) {
  :where(body.btob02) .sub-contents {
    padding-top: 60px;
    min-height: calc(100dvh - 230px);
  }
  :where(body.btob02) .sub-contents .lnb {
    display: none;
  }
  :where(body.btob02) .sub-contents .sort-wrap .btn-view-type {
    display: none;
  }
  :where(body.btob02) .sub-contents .content {
    width: 100%;
  }
  :where(body.btob02) .sub-contents .course-breadcrumb {
    display: flex;
  }
  :where(body.btob02) .sub-contents .course-sorting {
    padding: 0;
    background-color: transparent;
    margin-bottom: 30px;
    height: auto;
  }
  :where(body.btob02) .sub-contents .course-sorting .label {
    display: none;
  }
  :where(body.btob02) .sub-contents .course-sorting .form-search {
    width: 100%;
  }
  :where(body.btob02) .sub-contents .course-list {
    gap: 30px 16px;
  }
  :where(body.btob02) .sub-contents .course-list .info .category {
    margin-bottom: 0;
  }
  :where(body.btob02) .sub-contents .course-item {
    width: calc(50% - 8px);
  }
  :where(body.btob02) .sub-contents .board-head {
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  :where(body.btob02) .sub-contents .sort-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btob02) .sub-contents .sort-wrap .form-group {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .sub-contents .sort-wrap .form-group .form-select:nth-child(2) {
    flex: 1;
  }
}
:where(body.btob02) .detail-view {
  overflow: hidden;
}
:where(body.btob02) .detail-view .view-head {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-eee);
  margin-bottom: 30px;
  border-top: 1px solid var(--black-333);
  padding-top: 28px;
}
:where(body.btob02) .detail-view .view-head .category-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
:where(body.btob02) .detail-view .view-head .category span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--point);
}
:where(body.btob02) .detail-view .view-head .category span + span {
  margin-left: 22px;
}
:where(body.btob02) .detail-view .view-head .category span + span::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: var(--gray-eee);
}
:where(body.btob02) .detail-view .view-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 13px;
}
:where(body.btob02) .detail-view .view-head .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
:where(body.btob02) .detail-view .view-body .sns-links {
  display: none;
}
:where(body.btob02) .detail-view .book-info {
  display: flex;
  padding: 20px 60px;
  border-radius: 5px;
  border: 1px solid #eee;
  background-color: #fff;
}
:where(body.btob02) .detail-view .book-info .img {
  width: auto;
  margin-right: 50px;
}
:where(body.btob02) .detail-view .book-info .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
  max-height: 130px;
  margin-top: 0;
}
:where(body.btob02) .detail-view .book-info .info .info-item {
  display: flex;
}
:where(body.btob02) .detail-view .book-info .info .info-item .tit {
  position: relative;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 18px;
  padding-left: 7px;
}
:where(body.btob02) .detail-view .book-info .info .info-item .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: var(--gray-666);
  border-radius: 100%;
}
:where(body.btob02) .detail-view .book-info .info .info-item .val {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: -0.7px;
}
:where(body.btob02) .detail-view .book-info .info .info-item + .info-item {
  margin-top: 10px;
}
:where(body.btob02) .detail-view .tip-list-blue {
  padding: 15px 12px;
  margin-top: 10px;
  background-color: #f4f6ff;
  border-radius: 5px;
}
:where(body.btob02) .detail-view .tip-list-blue.tip-list-blue-lg {
  padding: 30px 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
:where(body.btob02) .detail-view .tip-list-blue.tip-list-blue-lg .tip {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btob02) .detail-view .tip-list-blue.tip-list-blue-lg .tip + .tip {
  margin-top: 16px;
}
:where(body.btob02) .detail-view .tip-list-blue .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #5669c8;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}
:where(body.btob02) .detail-view .tip-list-blue .tit {
  font-size: 14px;
  line-height: 16px;
  width: 67px;
  font-weight: 500;
  color: #5669c8;
  margin-right: 10px;
  letter-spacing: -0.7px;
}
:where(body.btob02) .detail-view .tip-list-blue .desc {
  width: calc(100% - 67px - 10px);
  font-size: 14px;
  line-height: 16px;
  color: #5669c8;
  letter-spacing: -0.7px;
}
:where(body.btob02) .detail-view .tip-list-blue .tip {
  position: relative;
  display: flex;
  padding-left: 7px;
  color: #5669c8;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.65px;
}
:where(body.btob02) .detail-view .tip-list-blue .tip + .tip {
  margin-top: 5px;
}
:where(body.btob02) .detail-view .tip-list-blue .tip::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #5669c8;
  width: 2px;
  height: 2px;
  border-radius: 100%;
}
:where(body.btob02) .detail-view .view-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 20px;
  margin-top: 50px;
}
:where(body.btob02) .detail-view .view-title .slider-nav {
  display: flex;
  align-items: center;
}
:where(body.btob02) .detail-view .contents-info {
  margin-top: 40px;
}
:where(body.btob02) .detail-view .contents-info .c-item {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.95px;
  text-align: left;
  color: var(--black-333);
  padding-left: 22px;
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico-caution.png);
}
:where(body.btob02) .detail-view .contents-info .c-item span {
  display: inline-block;
  vertical-align: top;
  color: var(--gray-666);
  font-size: 14px;
  line-height: 17px;
}
:where(body.btob02) .detail-view .contents-info .c-item .tit-lg {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.35px;
}
:where(body.btob02) .detail-view .contents-info .c-item + .c-item {
  margin-top: 6px;
}
:where(body.btob02) .detail-view .contents-info .list-group {
  width: calc(100% - 71px);
}
:where(body.btob02) .detail-view .contents-info .list-group .list-type {
  position: relative;
  display: block;
  padding-left: 8px;
  padding-top: 3px;
  line-height: 20px;
  vertical-align: top;
  color: #666;
  font-size: 14px;
}
:where(body.btob02) .detail-view .contents-info .list-group .list-type::before {
  content: "ㆍ";
  position: absolute;
  top: 3px;
  left: -5px;
}
:where(body.btob02) .detail-view .course-info {
  display: flex;
  margin-bottom: 50px;
}
:where(body.btob02) .detail-view .course-info .img-info {
  width: 410px;
  margin-right: 70px;
}
:where(body.btob02) .detail-view .course-info .img-info .img {
  position: relative;
  width: 410px;
  height: 230px;
  margin-bottom: 30px;
  aspect-ratio: 410/230;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--gray-ccc);
}
:where(body.btob02) .detail-view .course-info .img-info .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  transition: 0.3s;
  z-index: 1;
}
:where(body.btob02) .detail-view .course-info .img-info .img .img-dim {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(5, 19, 59, 0.6);
  z-index: 1;
  transition: 0.2s;
}
:where(body.btob02) .detail-view .course-info .img-info .img .btn-play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
:where(body.btob02) .detail-view .course-info .img-info .img .btn-play-container .btn-play {
  display: flex;
  align-items: center;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  padding: 0 15px 0 21px;
  text-align: left;
  color: #453fe8;
}
:where(body.btob02) .detail-view .course-info .img-info .img .btn-play-container .btn-play .txt {
  position: relative;
  width: 0;
  font-size: 0;
  opacity: 0;
  font-weight: bold;
  color: #453fe8;
  transition: 0.5s;
  letter-spacing: -1.5px;
  overflow: hidden;
}
:where(body.btob02) .detail-view .course-info .img-info .img.hover .img-dim {
  opacity: 1;
}
:where(body.btob02) .detail-view .course-info .img-info .img.hover img {
  transform: scale(1.15);
}
:where(body.btob02) .detail-view .course-info .img-info .img.hover .btn-play-container .btn-play {
  width: 160px;
  border-radius: 30px;
  padding: 0 35px 0 27px;
}
:where(body.btob02) .detail-view .course-info .img-info .img.hover .btn-play-container .txt {
  width: 65px;
  font-size: 20px;
  opacity: 1;
  margin-left: 9px;
}
:where(body.btob02) .detail-view .course-info .img-info .i-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: var(--gray-f9);
  gap: 30px;
  border-radius: 10px;
}
:where(body.btob02) .detail-view .course-info .img-info .i-info .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
:where(body.btob02) .detail-view .course-info .img-info .i-info .item .txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
}
:where(body.btob02) .detail-view .course-info .info {
  width: calc(100% - 410px - 70px);
}
:where(body.btob02) .detail-view .course-info .info .item {
  display: flex;
}
:where(body.btob02) .detail-view .course-info .info .item .form-group {
  width: 410px;
}
:where(body.btob02) .detail-view .course-info .info .item .form-group .form-select {
  width: 100%;
}
:where(body.btob02) .detail-view .course-info .info .item + .item {
  margin-top: 12px;
}
:where(body.btob02) .detail-view .course-info .info .item .title {
  position: relative;
  width: 108px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding-left: 11px;
}
:where(body.btob02) .detail-view .course-info .info .item .title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-ccc);
  left: 0;
  top: 12px;
}
:where(body.btob02) .detail-view .course-info .info .item.item-center {
  align-items: center;
}
:where(body.btob02) .detail-view .course-info .info .item.item-center .desc .txt {
  display: inline-block;
}
:where(body.btob02) .detail-view .course-info .info .item.item-center .desc .btn-wrap {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}
:where(body.btob02) .detail-view .course-info .info .item .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 109px);
  font-size: 15px;
  color: var(--gray-666);
}
:where(body.btob02) .detail-view .course-info .info .item .desc .txt {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 28px;
  color: var(--gray-666);
  gap: 10px 0;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .num-sm {
  font-size: 16px;
  font-weight: 500;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .num {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-000);
}
:where(body.btob02) .detail-view .course-info .info .item .desc .num-lg {
  font-size: 20px;
  font-weight: 500;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .btn-wrap {
  margin-top: -6px;
  margin-left: 10px;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .btn-wrap .btn + .btn {
  margin-left: 5px;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item {
  display: flex;
  align-items: center;
  width: 100%;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item .form-radio span {
  color: var(--black-000);
  font-weight: bold;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item em {
  color: var(--gray-666);
  font-weight: 400;
  white-space: nowrap;
  margin-right: 10px;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item + .desc-item {
  margin-top: 10px;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio {
  width: 100%;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio span {
  display: flex;
  align-items: center;
  width: 100%;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input + span::before {
  top: 9px;
}
:where(body.btob02) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input:checked + span::after {
  top: 13px;
}
:where(body.btob02) .detail-view .course-info .info .button-group {
  margin-top: 34px;
}
:where(body.btob02) .detail-view .course-info .info .button-group .btn-point {
  flex-grow: 1;
}
:where(body.btob02) .detail-view .box {
  padding: 30px 50px;
  background-color: var(--gray-f9);
  border-radius: 10px;
}
:where(body.btob02) .detail-view .box .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.9px;
  margin-bottom: 9px;
}
:where(body.btob02) .detail-view .box .list {
  margin-bottom: 24px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 24px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btob02) .detail-view .box .list:last-child {
  margin-bottom: 0;
}
:where(body.btob02) .detail-view .box .list .item {
  position: relative;
  padding-left: 21px;
  font-size: 15px;
  letter-spacing: -0.75px;
  line-height: 24px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btob02) .detail-view .box .list .item .btn {
  margin-left: 10px;
}
:where(body.btob02) .detail-view .box .list .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: var(--gray-666);
}
:where(body.btob02) .detail-view .box > .list {
  overflow-x: auto;
}
:where(body.btob02) .detail-view .box img {
  max-width: 100%;
  height: auto !important;
  margin-top: 20px;
}
:where(body.btob02) .detail-view .curriculum-list {
  border-top: 1px solid var(--gray-666);
  padding-bottom: 30px;
}
:where(body.btob02) .detail-view .curriculum-list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 30px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .detail-view .curriculum-list .item .number {
  position: relative;
  width: 26px;
  height: 24.5px;
  margin-right: 30px;
}
:where(body.btob02) .detail-view .curriculum-list .item .number span {
  position: absolute;
  line-height: 17px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #453fe8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.33px;
}
:where(body.btob02) .detail-view .curriculum-list .item .title {
  width: calc(100% - 30px - 35px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 20px;
}
:where(body.btob02) .detail-view .curriculum-list .item .sub-item {
  width: 100%;
  padding: 14px 30px 0 55px;
}
:where(body.btob02) .detail-view .curriculum-list .item .sub-item .sub-title {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.38px;
  color: var(--gray-666);
}
:where(body.btob02) .detail-view .curriculum-list .item .sub-item .sub-title span:first-child {
  margin-right: 4px;
}
:where(body.btob02) .detail-view .curriculum-list .item .no-data {
  width: 100%;
  text-align: center;
  line-height: 23px;
  font-size: 15px;
  color: var(--gray-666);
  word-break: break-word;
  letter-spacing: -0.85px;
}
:where(body.btob02) .detail-view .table {
  margin-bottom: 30px;
}
:where(body.btob02) .detail-view .slider-nav .btn-arrow-prev, :where(body.btob02) .detail-view .slider-nav .btn-arrow-next {
  width: 10.5px;
  height: 17px;
  display: flex;
  align-items: center;
}
:where(body.btob02) .detail-view .slider-nav .btn-arrow-prev:hover path, :where(body.btob02) .detail-view .slider-nav .btn-arrow-next:hover path {
  stroke: var(--point);
}
:where(body.btob02) .detail-view .slider-nav .btn-arrow-prev svg, :where(body.btob02) .detail-view .slider-nav .btn-arrow-next svg {
  width: 100%;
  height: 100%;
}
:where(body.btob02) .detail-view .slider-nav .btn-arrow-prev.swiper-button-disabled svg path, :where(body.btob02) .detail-view .slider-nav .btn-arrow-next.swiper-button-disabled svg path {
  stroke: var(--gray-999);
}
:where(body.btob02) .detail-view .slider-nav .page-num {
  display: flex;
  align-items: center;
  margin: -2px 11px 0;
  width: auto;
}
:where(body.btob02) .detail-view .slider-nav .page-num .current {
  font-size: 14px;
  font-weight: bold;
  color: var(--point);
}
:where(body.btob02) .detail-view .slider-nav .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.65px;
  color: var(--gray-999);
  margin-left: 13px;
}
:where(body.btob02) .detail-view .slider-nav .page-num .total::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: var(--gray-999);
}
:where(body.btob02) .course-slider-wrapper .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btob02) .course-slider-wrapper .course-list .course-item {
  width: 100%;
}
@media (max-width: 1050px) {
  :where(body.btob02) .detail-view {
    overflow: visible;
    padding-top: 0;
  }
  :where(body.btob02) .detail-view .view-head {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  :where(body.btob02) .detail-view .view-head .tag-wrap {
    width: 100%;
  }
  :where(body.btob02) .detail-view .course-info {
    flex-direction: column;
    margin-bottom: 30px;
  }
  :where(body.btob02) .detail-view .course-info .img-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  :where(body.btob02) .detail-view .course-info .img-info .i-info {
    height: auto;
    padding: 20px;
    flex-wrap: wrap;
  }
  :where(body.btob02) .detail-view .course-info .img-info .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  :where(body.btob02) .detail-view .course-info .info {
    width: 100%;
    padding-top: 0;
  }
  :where(body.btob02) .detail-view .course-info .info .item {
    padding: 0;
    align-items: center;
  }
  :where(body.btob02) .detail-view .course-info .info .item .title {
    width: 80px;
    padding: 0;
    line-height: 21px;
  }
  :where(body.btob02) .detail-view .course-info .info .item .title::before {
    content: none;
  }
  :where(body.btob02) .detail-view .course-info .info .item .desc {
    width: calc(100% - 80px);
  }
  :where(body.btob02) .detail-view .course-info .info .item .desc .txt {
    padding-left: 0;
    gap: 0;
  }
  :where(body.btob02) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input + span::before {
    top: 14px;
  }
  :where(body.btob02) .detail-view .course-info .info .item .desc .desc-item.with-select .form-radio input:checked + span::after {
    top: 18px;
  }
  :where(body.btob02) .detail-view .course-info .info .item .desc .num-lg {
    font-size: 16px;
  }
  :where(body.btob02) .detail-view .course-info .info .item .btn {
    height: 30px;
    min-width: 60px;
    line-height: 28px;
    font-size: 14px;
  }
  :where(body.btob02) .detail-view .course-info .info .item + .item {
    margin-top: 10px;
  }
  :where(body.btob02) .detail-view .course-info .info .item.item-center {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btob02) .detail-view .course-info .info .item.item-center .title {
    width: 100%;
    margin-bottom: 6px;
  }
  :where(body.btob02) .detail-view .course-info .info .item.item-center .desc {
    width: 100%;
  }
  :where(body.btob02) .detail-view .course-info .info .item.item-center + .item-center {
    margin-top: 18px;
  }
  :where(body.btob02) .detail-view .course-info .info .button-group {
    margin-top: 24px;
  }
  :where(body.btob02) .detail-view .view-title {
    position: relative;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
    overflow: hidden;
  }
  :where(body.btob02) .detail-view .view-title::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -20px;
    width: 100vw;
    height: 10px;
    background-color: #f7f7f7;
  }
  :where(body.btob02) .detail-view .contents-info {
    margin-top: 25px;
  }
  :where(body.btob02) .detail-view .contents-info .c-item {
    flex-direction: column;
  }
  :where(body.btob02) .detail-view .contents-info .list-group {
    width: 100%;
  }
  :where(body.btob02) .detail-view .box {
    padding: 30px 20px;
  }
  :where(body.btob02) .detail-view .box .title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 9px;
  }
  :where(body.btob02) .detail-view .box .list {
    margin-bottom: 20px;
  }
  :where(body.btob02) .detail-view .box .list .item .btn {
    height: 30px;
    min-width: 60px;
    line-height: 28px;
    font-size: 14px;
  }
  :where(body.btob02) .detail-view .table td span {
    word-break: break-all;
  }
  :where(body.btob02) .detail-view .book-info {
    flex-direction: column;
    padding: 30px;
  }
  :where(body.btob02) .detail-view .book-info .img {
    margin: 0 auto;
  }
  :where(body.btob02) .detail-view .book-info .info {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
  }
  :where(body.btob02) .detail-view .book-info .info .info-item .tit {
    white-space: nowrap;
  }
  :where(body.btob02) .detail-view .tip-list-blue {
    padding: 20px 10px;
  }
  :where(body.btob02) .detail-view .tip-list-blue .tip {
    flex-direction: column;
  }
  :where(body.btob02) .detail-view .tip-list-blue .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  :where(body.btob02) .detail-view .tip-list-blue .desc {
    width: 100%;
  }
  :where(body.btob02) .detail-view .curriculum-list .item {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .detail-view .course-info .info .button-group .btn .ico {
    display: none;
  }
  :where(body.btob02) .detail-view .course-info .info .button-group .btn.btn-like {
    white-space: nowrap;
    padding: 0 8px;
  }
  :where(body.btob02) .detail-view .course-info .info .button-group .btn.btn-like .ico {
    display: block;
  }
}
:where(body.btob02) .login-contents.bg-login {
  width: 100%;
  height: 100dvh;
  min-height: 746px;
  background-size: cover;
  background-image: url(../btob02/img/common/bg-login.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
:where(body.btob02) .login-contents.bg-login .brand-logo {
  width: 448px;
  margin: 0 auto 40px;
}
:where(body.btob02) .login-contents.bg-login .brand-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
:where(body.btob02) .login-contents.bg-login .brand-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
:where(body.btob02) .login-contents.bg-login .log-content {
  padding: 40px 60px 39px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(4, 0, 0, 0.5);
  background-color: var(--white);
}
:where(body.btob02) .login-contents.bg-login .log-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1.6px;
  color: var(--black-000);
  margin-bottom: 40px;
}
:where(body.btob02) .login-contents.bg-login .login-box {
  padding: 0;
  border: 0;
  max-width: 400px;
}
:where(body.btob02) .login-contents.bg-login .login-box .form-check-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
:where(body.btob02) .login-contents.bg-login .login-box .form-check-group .link {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btob02) .login-contents.bg-login .btn-wrap {
  margin-bottom: 13px;
}
:where(body.btob02) .login-contents.bg-login .info-detail {
  margin-bottom: 75px;
}
:where(body.btob02) .login-contents.bg-login .info-detail .info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 11px;
}
:where(body.btob02) .login-contents.bg-login .info-detail .info .tit {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-align: left;
  color: var(--black-000);
}
:where(body.btob02) .login-contents.bg-login .info-detail .info .num {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: -1.2px;
  color: var(--point);
}
:where(body.btob02) .login-contents.bg-login .info-detail .date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
:where(body.btob02) .login-contents.bg-login .info-detail .date .item {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--gray-666);
}
:where(body.btob02) .login-contents.bg-login .info-detail .date .item + .item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
}
:where(body.btob02) .login-contents.bg-login .log-foot {
  padding: 0;
}
:where(body.btob02) .login-contents.bg-login .log-foot .links {
  margin-bottom: 3px;
}
:where(body.btob02) .login-contents.bg-login .log-foot .links .lg {
  text-decoration: underline;
}
:where(body.btob02) .login-contents.bg-login .log-foot .copyright {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-999);
}
:where(body.btob02) .login-contents .log-head {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  background-color: var(--white);
}
:where(body.btob02) .login-contents .log-head .img-logo {
  display: block;
  width: 100%;
  height: 66px;
  margin: 0 auto;
}
:where(body.btob02) .login-contents .log-head .img-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
:where(body.btob02) .login-contents .log-head .txt-logo {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #333;
}
:where(body.btob02) .login-contents .log-head .txt-logo::after {
  content: "";
  width: 130px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-image: linear-gradient(90deg, #1d35ad, #cf4ebe);
}
:where(body.btob02) .login-contents .log-content {
  padding: 40px 20px 0;
}
:where(body.btob02) .login-contents .log-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  text-align: center;
}
:where(body.btob02) .login-contents .log-title + .log-result {
  margin-top: 40px;
}
:where(body.btob02) .login-contents .log-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}
:where(body.btob02) .login-contents .login-box {
  max-width: 520px;
  padding: 60px;
  margin: 0 auto;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
}
:where(body.btob02) .login-contents .login-box .form-group .label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 18px;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btob02) .login-contents .login-box .form-group .tip {
  margin-top: -4px;
  margin-bottom: 5px;
}
:where(body.btob02) .login-contents .login-box .form-group .caution {
  color: var(--red);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.7px;
  margin-top: 7px;
}
:where(body.btob02) .login-contents .login-box .form-input, :where(body.btob02) .login-contents .login-box .form-select {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #dcdde8;
  background-color: #f2f3fb;
  font-size: 16px;
}
:where(body.btob02) .login-contents .login-box .form-input + .form-input, :where(body.btob02) .login-contents .login-box .form-input + .form-select, :where(body.btob02) .login-contents .login-box .form-select + .form-input, :where(body.btob02) .login-contents .login-box .form-select + .form-select {
  margin-top: 20px;
}
:where(body.btob02) .login-contents .login-box textarea.form-input {
  height: 145px;
  padding: 15px;
  line-height: 18px;
  resize: none;
}
:where(body.btob02) .login-contents .login-box .form-check-group {
  margin: 20px 0;
}
:where(body.btob02) .login-contents .login-box .links-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0;
}
:where(body.btob02) .login-contents .login-box .links-wrap a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black-000);
  text-decoration: underline;
}
:where(body.btob02) .login-contents .login-box .sns-box {
  margin-top: 60px;
}
:where(body.btob02) .login-contents .login-box .sns-box > .title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
:where(body.btob02) .login-contents .login-box .sns-box > .title span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  background-color: var(--white);
  padding: 0 10px;
  z-index: 1;
}
:where(body.btob02) .login-contents .login-box .sns-box > .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--gray-ddd);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
:where(body.btob02) .login-contents .login-box .sns-box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
:where(body.btob02) .login-contents .login-box .sns-box .list .item {
  width: 48px;
  height: 48px;
}
:where(body.btob02) .login-contents .login-box .sns-box .list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
:where(body.btob02) .login-contents .login-box .sns-box .list .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .login-contents .login-box .dormant-account {
  display: flex;
  margin-bottom: 30px;
}
:where(body.btob02) .login-contents .login-box .dormant-account .img {
  width: 54px;
  height: 45px;
  margin-right: 20px;
}
:where(body.btob02) .login-contents .login-box .dormant-account .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .login-contents .login-box .dormant-account .info {
  width: calc(100% - 69px - 20px);
}
:where(body.btob02) .login-contents .login-box .dormant-account .info .item {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--black-000);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
:where(body.btob02) .login-contents .login-box .dormant-account .info .item + .item {
  margin-top: 5px;
}
:where(body.btob02) .login-contents .login-box.login-pw-box .form-group + .form-group {
  margin-top: 24px;
}
:where(body.btob02) .login-contents .login-box.login-pw-box .form-group + .button-group {
  margin-top: 24px;
}
:where(body.btob02) .login-contents .login-box .form-row {
  display: flex;
  width: 100%;
  gap: 10px;
}
:where(body.btob02) .login-contents .login-box .form-row .form-input {
  flex: 1;
}
:where(body.btob02) .login-contents .login-box .form-row .btn {
  height: 48px;
  line-height: 46px;
}
:where(body.btob02) .login-contents .find-box {
  max-width: 720px;
  margin: 40px auto 0;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
}
:where(body.btob02) .login-contents .find-box.find-box-sm {
  max-width: 540px;
}
:where(body.btob02) .login-contents .find-box .find-account {
  display: flex;
}
:where(body.btob02) .login-contents .find-box .find-account .col {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 60px 50px 60px 60px;
}
:where(body.btob02) .login-contents .find-box .find-account .col + .col {
  border-left: 1px solid var(--gray-ddd);
}
:where(body.btob02) .login-contents .find-box .find-account .col:only-child {
  width: 100%;
}
:where(body.btob02) .login-contents .find-box .find-account .img {
  height: 48px;
  margin-right: 10px;
}
:where(body.btob02) .login-contents .find-box .find-account .info {
  width: calc(100% - 48px - 10px);
}
:where(body.btob02) .login-contents .find-box .find-account .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 5px;
}
:where(body.btob02) .login-contents .find-box .find-account .desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-bottom: 30px;
  word-break: auto-phrase;
}
:where(body.btob02) .login-contents .find-box .find-account .button-group {
  width: 100%;
}
:where(body.btob02) .login-contents .info-box {
  padding: 28px 20px 27px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 50px;
}
:where(body.btob02) .login-contents .info-box .txt-lg {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--black-000);
  margin-bottom: 8px;
}
:where(body.btob02) .login-contents .info-box .txt {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  text-align: center;
  color: var(--gray-666);
}
:where(body.btob02) .login-contents .certification-step {
  display: flex;
  justify-content: center;
}
:where(body.btob02) .login-contents .certification-step .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 20px);
  border-radius: 8px;
  border: 1px solid var(--gray-eee);
  height: 400px;
}
:where(body.btob02) .login-contents .certification-step .item + .item {
  margin-left: 40px;
}
:where(body.btob02) .login-contents .certification-step .item .img {
  width: 70px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
:where(body.btob02) .login-contents .certification-step .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: var(--black-000);
  margin-bottom: 20px;
}
:where(body.btob02) .login-contents .certification-step .item .desc {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
  margin-bottom: 40px;
}
:where(body.btob02) .login-contents .certification-step.integration .item {
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
  padding-top: 22px;
}
:where(body.btob02) .login-contents .certification-step.integration .item .img {
  width: 100px;
  height: 100px;
  margin-bottom: 49px;
}
:where(body.btob02) .login-contents .certification-step.integration .item .img img {
  width: 100%;
  height: 100%;
}
:where(body.btob02) .login-contents .log-foot {
  padding: 60px 20px;
  text-align: center;
}
:where(body.btob02) .login-contents .log-foot .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
:where(body.btob02) .login-contents .log-foot .links a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
}
:where(body.btob02) .login-contents .log-foot .links a + a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: var(--gray-ccc);
  margin: 0 11px;
}
:where(body.btob02) .login-contents .log-foot .links a.lg {
  font-weight: 500;
  color: var(--black-000);
}
:where(body.btob02) .login-contents .log-foot .copyright {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray-666);
}
:where(body.btob02) .login-contents .log-result .button-group {
  margin-top: 30px;
}
:where(body.btob02) .login-contents .log-result .empty {
  padding: 60px 20px;
}
:where(body.btob02) .login-contents .log-result .empty .img {
  width: 59px;
  height: 47px;
  margin: 0 auto 20px;
}
:where(body.btob02) .login-contents .log-result .empty .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .login-contents .log-result .empty .desc {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: var(--gray-666);
  letter-spacing: -0.75px;
  margin-bottom: 30px;
}
:where(body.btob02) .login-contents .find-table {
  max-width: 520px;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  margin: 0 auto;
}
:where(body.btob02) .login-contents .find-table table {
  width: 100%;
}
:where(body.btob02) .login-contents .find-table th {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: var(--gray-666);
  border-bottom: 1px solid var(--gray-ddd);
}
:where(body.btob02) .login-contents .find-table tbody tr:last-child td {
  border-bottom: 0;
}
:where(body.btob02) .login-contents .find-table tbody tr.highlight td {
  background-color: #fff8fc;
}
:where(body.btob02) .login-contents .find-table td {
  font-size: 15px;
  font-weight: 400;
  padding: 16px 10px;
  letter-spacing: -0.75px;
  line-height: 16.5px;
  text-align: center;
  color: #000001;
  border-bottom: 1px solid var(--gray-ddd);
}
:where(body.btob02) .login-contents .find-table .form-radio {
  justify-content: center;
  width: 16px;
  margin: 0 auto;
  padding: 0;
}
:where(body.btob02) .login-contents .sign-in {
  padding-top: 29px;
  margin-bottom: 40px;
}
:where(body.btob02) .login-contents .sign-in .step {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
:where(body.btob02) .login-contents .sign-in .step .item {
  position: relative;
  display: flex;
  align-items: center;
}
:where(body.btob02) .login-contents .sign-in .step .item .title {
  display: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: left;
  color: #2859e7;
  margin-left: 4px;
}
:where(body.btob02) .login-contents .sign-in .step .item + .item {
  margin-left: 33px;
}
:where(body.btob02) .login-contents .sign-in .step .item + .item::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
  background-image: url(../btob02/img/common/ico-dots.png);
  background-repeat: no-repeat;
  background-size: cover;
}
:where(body.btob02) .login-contents .sign-in .step .item .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--black-000);
  color: var(--black-000);
  border-radius: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.7px;
}
:where(body.btob02) .login-contents .sign-in .step .item.active .num {
  border: 0;
}
:where(body.btob02) .login-contents .sign-in .step .item.active .num::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../btob02/img/common/ico-step-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
:where(body.btob02) .login-contents .sign-in .step .item.active .title {
  display: block;
}
:where(body.btob02) .login-contents .sign-in .step .item.completed .num {
  background-color: var(--black-000);
  color: var(--white);
}
:where(body.btob02) .login-contents .sign-in .certification-step {
  width: 760px;
  margin: 0 auto;
}
:where(body.btob02) .login-contents .sign-in .certification-step .item {
  text-align: center;
}
:where(body.btob02) .login-contents .sign-in .certification-step + .form {
  margin: 40px auto 0;
}
:where(body.btob02) .login-contents .sign-in .terms-of-use {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--black-333);
}
:where(body.btob02) .login-contents .sign-in .terms-of-use .item + .item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--gray-ddd);
}
:where(body.btob02) .login-contents .sign-in .terms-of-use .item .label {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 19px;
}
:where(body.btob02) .login-contents .sign-in .terms-of-use .item .content {
  border: 1px solid var(--gray-ddd);
  padding: 24px 20px;
  height: 205px;
  margin-bottom: 20px;
}
:where(body.btob02) .login-contents .sign-in .terms-of-use .item .content .content-inner {
  max-height: 100%;
  overflow-y: auto;
}
:where(body.btob02) .login-contents .sign-in .check-all {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid var(--gray-ddd);
  margin-bottom: 40px;
}
:where(body.btob02) .login-contents .sign-in .form {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid var(--black-333);
}
:where(body.btob02) .login-contents .sign-in .form .form-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
:where(body.btob02) .login-contents .sign-in .form .form-title .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
}
:where(body.btob02) .login-contents .sign-in .form .form-title .desc {
  font-size: 14px;
  letter-spacing: -0.35px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btob02) .login-contents .sign-in .form .form-box {
  padding: 30px;
  border: 1px solid var(--gray-ddd);
}
:where(body.btob02) .login-contents .sign-in .form .form-box + .form-title {
  margin-top: 40px;
}
:where(body.btob02) .login-contents .sign-in .form .form-group .desc {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: -0.65px;
  color: var(--gray-666);
  text-align: left;
  margin-bottom: 10px;
}
:where(body.btob02) .login-contents .sign-in .form .form-group .validation, :where(body.btob02) .login-contents .sign-in .form .form-group .caution {
  margin-top: 8px;
}
:where(body.btob02) .login-contents .sign-in .form .form-group .form-row {
  display: flex;
}
:where(body.btob02) .login-contents .sign-in .form .form-group .form-row .btn {
  margin-left: 10px;
}
:where(body.btob02) .login-contents .sign-in .form .form-group .form-row .form-radio + .form-radio {
  margin-left: 30px;
}
:where(body.btob02) .login-contents .sign-in .form .form-group .form-control, :where(body.btob02) .login-contents .sign-in .form .form-group .form-select {
  width: 100%;
}
:where(body.btob02) .login-contents .sign-in .form .form-group + .form-title, :where(body.btob02) .login-contents .sign-in .form .form-group + .form-group {
  margin-top: 30px;
}
:where(body.btob02) .login-contents .sign-in .form .button-group {
  margin-top: 30px;
}
:where(body.btob02) .login-contents .sign-in .form .terms-of-use {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}
:where(body.btob02) .login-contents .sign-in .form .terms-of-use .check-all .form-group {
  margin-top: 0;
}
:where(body.btob02) .login-contents .sign-in .s-completed {
  max-width: 720px;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
}
:where(body.btob02) .login-contents .sign-in .s-completed .img {
  width: 68px;
  height: 69px;
  margin: 0 auto 15px;
}
:where(body.btob02) .login-contents .sign-in .s-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .login-contents .sign-in .s-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1px;
  color: var(--black-000);
  margin-bottom: 5px;
}
:where(body.btob02) .login-contents .sign-in .s-completed .txt-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-bottom: 30px;
}
:where(body.btob02) .login-contents .sign-in .otp-form {
  text-align: center;
}
:where(body.btob02) .login-contents .sign-in .otp-form .form-group {
  max-width: 360px;
  margin: 0 auto 20px;
}
:where(body.btob02) .login-contents .sign-in .otp-form .form-group .form-row {
  margin-bottom: 10px;
}
:where(body.btob02) .login-contents .sign-in .otp-form .form-group .form-row .form-input {
  height: 54px;
  line-height: 52px;
}
:where(body.btob02) .login-contents .sign-in .otp-form .btn-wrap {
  max-width: 360px;
  margin: 0 auto 40px;
}
:where(body.btob02) .login-contents .sign-in .otp-form .btn-wrap .btn {
  flex: 1;
}
:where(body.btob02) .login-contents .sign-in .otp-form .contents-info {
  max-width: 533px;
  padding: 10px 20px;
  margin: 0 auto 40px;
}
:where(body.btob02) .login-contents .sign-in .form-radio-group {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
:where(body.btob02) .login-contents .sign-in .form-radio-group + .item {
  margin-top: 50px;
}
:where(body.btob02) .login-contents .sign-in.pt-0 .form {
  border-top: 0;
  padding-top: 0;
}
:where(body.btob02) .login-contents .sign-in.pt-0 .form-box {
  border-top-color: #333;
}
@media (max-width: 800px) {
  :where(body.btob02) .login-contents .find-box .find-account {
    flex-direction: column;
  }
  :where(body.btob02) .login-contents .find-box .find-account .col {
    width: 100%;
  }
  :where(body.btob02) .login-contents .find-box .find-account .col + .col {
    border-top: 1px solid var(--gray-ddd);
    border-left: 0;
  }
  :where(body.btob02) .login-contents .certification-step {
    flex-direction: column;
  }
  :where(body.btob02) .login-contents .certification-step .item {
    width: 100%;
  }
  :where(body.btob02) .login-contents .certification-step .item + .item {
    margin-left: 0;
    margin-top: 20px;
  }
  :where(body.btob02) .login-contents .sign-in .certification-step {
    width: 100%;
    padding: 0 20px;
  }
  :where(body.btob02) .login-contents .sign-in .form .form-box {
    padding: 30px 20px;
  }
  :where(body.btob02) .login-contents .sign-in .form .form-group + .form-group {
    margin-top: 20px;
  }
  :where(body.btob02) .login-contents .sign-in .otp-form {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .login-contents.bg-login .log-content {
    padding: 30px 20px;
  }
  :where(body.btob02) .login-contents.bg-login .brand-logo {
    margin: 0 auto 20px;
  }
  :where(body.btob02) .login-contents.bg-login .log-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    word-break: keep-all;
  }
  :where(body.btob02) .login-contents .log-desc {
    word-break: break-all;
  }
  :where(body.btob02) .login-contents .log-desc br {
    display: none;
  }
  :where(body.btob02) .login-contents .login-box {
    padding: 60px 20px;
  }
  :where(body.btob02) .login-contents .login-box .dormant-account {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  :where(body.btob02) .login-contents .login-box .dormant-account .info {
    width: 100%;
  }
  :where(body.btob02) .login-contents .login-box .dormant-account .info .item {
    justify-content: center;
    align-items: flex-start;
  }
  :where(body.btob02) .login-contents .login-box .dormant-account .info .item .tit {
    white-space: nowrap;
  }
  :where(body.btob02) .login-contents .login-box .dormant-account .img {
    margin-right: 0;
  }
  :where(body.btob02) .login-contents .find-box .find-account .img {
    margin: 0 auto 20px;
  }
  :where(body.btob02) .login-contents .find-box .find-account .info {
    width: 100%;
  }
  :where(body.btob02) .login-contents .find-box .find-account .info .tit {
    margin-bottom: 16px;
  }
  :where(body.btob02) .login-contents .find-box .find-account .col {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
  }
}
:where(body.btob02) .board .board-foot {
  margin-top: 30px;
}
:where(body.btob02) .classroom-contents .top-heading .img-logo {
  width: auto;
  padding: 10px 40px;
}
:where(body.btob02) .classroom-contents .top-heading .heading {
  margin-left: 0;
}

/*
  수강신청
*/
:where(body.btob02) .enrolment-wrap .course-info {
  display: flex;
  border-top: 1px solid var(--gray-666);
  border-bottom: 1px solid var(--gray-eee);
  padding: 30px 20px 30px 0;
  margin-bottom: 45px;
}
:where(body.btob02) .enrolment-wrap .course-info .img {
  width: 280px;
  height: 158px;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
}
:where(body.btob02) .enrolment-wrap .course-info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .enrolment-wrap .course-info .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px - 280px);
  padding-top: 5px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .category {
  margin-bottom: 5px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .category .item {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.8px;
  color: var(--point);
}
:where(body.btob02) .enrolment-wrap .course-info .info .category .item + .item {
  margin-left: 22px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .category .item + .item::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #eee;
}
:where(body.btob02) .enrolment-wrap .course-info .info .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: var(--black-000);
  margin-bottom: 22px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item {
  display: flex;
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item + .item {
  margin-top: 6px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item.item-center {
  align-items: center;
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item .tit {
  position: relative;
  width: 90px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: -0.75px;
  padding-left: 11px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item .tit::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--gray-ccc);
  left: 0;
  top: 10px;
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 90px);
}
:where(body.btob02) .enrolment-wrap .course-info .info .detail .item .desc .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: var(--black-000);
}
:where(body.btob02) .enrolment-wrap .course-info .left {
  width: calc(80% - 10px);
}
:where(body.btob02) .enrolment-wrap .course-info .right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
:where(body.btob02) .enrolment-wrap .course-info .badge {
  margin-bottom: 22px;
}
:where(body.btob02) .enrolment-wrap .course-info .price .txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.75px;
  text-align: right;
}
:where(body.btob02) .enrolment-wrap .course-info .price .total {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.75px;
  text-align: right;
  color: var(--gray-666);
}
:where(body.btob02) .enrolment-wrap .course-info .price .total .val {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-000);
  letter-spacing: -1px;
}
:where(body.btob02) .enrolment-wrap .section-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: var(--black-000);
  line-height: 29px;
  padding-bottom: 15px;
}
:where(body.btob02) .enrolment-wrap .content-section + .content-section {
  margin-top: 45px;
}
:where(body.btob02) .enrolment-wrap .table-content {
  overflow-x: auto;
}
:where(body.btob02) .enrolment-wrap .table-content .table {
  min-width: 760px;
}
:where(body.btob02) .enrolment-wrap .table-content + .table-content {
  margin-top: 17px;
}
:where(body.btob02) .enrolment-wrap .v-table td {
  padding: 9.75px 20px;
}
:where(body.btob02) .enrolment-wrap .v-table .form-group .form-control {
  min-width: 330px;
}
:where(body.btob02) .enrolment-wrap .v-table .form-group.form-inline-group .form-control {
  min-width: 120px;
}
:where(body.btob02) .enrolment-wrap .v-table .form-group.form-group-address {
  display: flex;
  gap: 10px;
}
:where(body.btob02) .enrolment-wrap .v-table .form-group.form-group-address .form-control {
  flex: 1;
  min-width: auto;
}
:where(body.btob02) .enrolment-wrap .v-table .form-radio-group {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px 30px;
}
:where(body.btob02) .enrolment-wrap .v-table .info-txt-blue {
  margin: 10px 0;
}
:where(body.btob02) .enrolment-wrap .v-table td .price {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #f53997;
}
:where(body.btob02) .enrolment-wrap .v-table td .unit {
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #666;
}
:where(body.btob02) .enrolment-wrap .form-check-group {
  gap: 12px;
  padding: 10px 0;
}
:where(body.btob02) .enrolment-wrap .form-check-group .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob02) .enrolment-wrap .form-check-group .form-check input + span {
  color: var(--black-333);
}
:where(body.btob02) .enrolment-wrap .form-check-group .form-check input + span::before {
  top: 8px;
}
:where(body.btob02) .enrolment-wrap .form-check-group .form-check input + span::after {
  top: 4px;
}
:where(body.btob02) .enrolment-wrap .content-info-box {
  margin-bottom: 14px;
}
:where(body.btob02) .enrolment-wrap .content-info-box ~ .form-check-group {
  padding: 0;
  justify-content: center;
}
:where(body.btob02) .enrolment-wrap .content-info-box ~ .form-check-group input + span::before {
  top: 4px;
}
:where(body.btob02) .enrolment-wrap .content-info-box ~ .form-check-group input + span::after {
  top: 0;
}
:where(body.btob02) .enrolment-wrap .course-completed {
  padding: 45px 20px;
  border-top: 1px solid var(--black-333);
}
:where(body.btob02) .enrolment-wrap .course-completed .img {
  width: 68px;
  height: 69px;
  margin: 0 auto 20px;
}
:where(body.btob02) .enrolment-wrap .course-completed .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .enrolment-wrap .course-completed .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}
@media (max-width: 1050px) {
  :where(body.btob02) .enrolment-wrap .content-section + .content-section {
    margin-top: 40px;
  }
  :where(body.btob02) .enrolment-wrap .course-info {
    padding: 20px 0;
    flex-direction: column;
  }
  :where(body.btob02) .enrolment-wrap .course-info .img {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info {
    width: 100%;
    padding-top: 0;
    flex-direction: column;
  }
  :where(body.btob02) .enrolment-wrap .section-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  :where(body.btob02) .enrolment-wrap .table-content .table {
    min-width: auto;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) {
    padding-top: 20px;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) table, :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) thead, :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) tbody, :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) tr {
    display: block;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .col-title {
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    background-color: transparent;
    padding: 0 0 10px;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) colgroup {
    display: none;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) tbody, :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) tr {
    width: 100%;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) th, :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) td {
    display: block;
    width: 100%;
    padding: 0;
    border-top: 0;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) th > span, :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) td > span {
    display: block;
    line-height: 16px;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-group {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-group .form-control {
    width: 100%;
    min-width: auto;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-group.form-inline-group .form-control {
    flex: 1;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-group .desc {
    width: 100%;
    line-height: 14px;
    margin: -5px 0 0;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-radio-group {
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-eee);
    margin-bottom: 20px;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) [colspan="4"] .form-radio-group {
    border-top: 1px solid var(--gray-eee);
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-check-group {
    padding: 20px 0;
    border-top: 1px solid var(--gray-eee);
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .form-group-address .form-control:nth-child(2) {
    width: calc(100% - 80px - 10px);
    flex: none;
  }
  :where(body.btob02) .enrolment-wrap .v-table:not(.v-border-table) .info-txt-blue {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .enrolment-wrap .course-info {
    padding: 20px 0 28px;
    margin-bottom: 40px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info {
    position: relative;
    flex-direction: column;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .left {
    width: 100%;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item {
    align-items: center;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item + .item {
    margin-top: 20px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item.item-center {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item.item-center .tit, :where(body.btob02) .enrolment-wrap .course-info .info .detail .item.item-center .desc {
    width: 100%;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item.item-center .tit {
    margin-bottom: 10px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item .tit {
    padding-left: 0;
    line-height: 16px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item .tit::before {
    content: none;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item .desc .txt {
    line-height: 16px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .info .detail .item .form-select, :where(body.btob02) .enrolment-wrap .course-info .info .detail .item .form-group {
    width: 100%;
  }
  :where(body.btob02) .enrolment-wrap .course-info .right {
    width: 100%;
    align-items: flex-start;
    margin-top: 18px;
  }
  :where(body.btob02) .enrolment-wrap .course-info .right .badge {
    position: absolute;
    top: 0;
    right: 0;
  }
  :where(body.btob02) .enrolment-wrap .course-info .right .price {
    display: flex;
    align-items: center;
  }
  :where(body.btob02) .enrolment-wrap .course-info .right .price .txt {
    width: 90px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.75px;
    text-align: left;
  }
  :where(body.btob02) .enrolment-wrap .course-info .right .price .total {
    line-height: 19px;
  }
}

/*
  마이페이지
*/
:where(body.btob02) .my-page-content .home .row {
  display: flex;
  margin-bottom: 50px;
}
:where(body.btob02) .my-page-content .home .row .col {
  width: 33.3333333%;
  border: 1px solid var(--gray-ddd);
  border-top-color: var(--black-333);
  height: 306px;
  padding: 28px 30px;
}
:where(body.btob02) .my-page-content .home .row .col + .col {
  border-left: 0;
}
:where(body.btob02) .my-page-content .home .top-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
:where(body.btob02) .my-page-content .home .top-heading .title {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob02) .my-page-content .home .top-heading .btn-link {
  display: flex;
  align-items: center;
}
:where(body.btob02) .my-page-content .home .top-heading .btn-link span {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 5px;
}
:where(body.btob02) .my-page-content .home .top-heading.with-border {
  border-bottom: 1px solid var(--black-000);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob02) .my-page-content .home .box.my-info {
  margin-top: -5px;
}
:where(body.btob02) .my-page-content .home .box.my-info .title {
  display: inline-block;
  width: 80px;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob02) .my-page-content .home .box.my-info .item {
  display: flex;
  line-height: 29px;
}
:where(body.btob02) .my-page-content .home .box.my-info .item .value {
  display: -webkit-box;
  width: calc(100% - 80px);
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  padding-top: 4px;
  letter-spacing: -0.75px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item + .item {
  margin-top: 10px;
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item .title {
  max-width: calc(100% - 60px - 10px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: -0.75px;
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item .badge-state {
  display: inline-block;
  min-width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.65px;
  text-align: center;
  color: var(--white);
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item .badge-state.badge-blue {
  background-color: var(--point);
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item .badge-state.badge-pink {
  background-color: #ee3b81;
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item .badge-state.badge-gray {
  background-color: var(--gray-666);
}
:where(body.btob02) .my-page-content .home .box.my-inquiry .item .badge-state.badge-skyblue {
  background-color: #3e80f8;
}
:where(body.btob02) .my-page-content .home .box.my-favorite {
  position: relative;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .swiper-slide {
  opacity: 0 !important;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list {
  display: block;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list .course-item {
  width: 200px;
  margin: 0 auto;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list .course-item .img {
  width: 100%;
  aspect-ratio: 200/112;
  margin: 0 auto 7px;
  border-radius: 10px;
  overflow: hidden;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list .course-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list .course-item .category-list {
  width: 100%;
  margin-bottom: 4px;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list .course-item .category-list .category {
  width: 100%;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .course-list .course-item .title {
  font-size: 15px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 0;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .btn-arrow-next, :where(body.btob02) .my-page-content .home .box.my-favorite .btn-arrow-prev {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  border: 1px solid var(--gray-ddd);
  border-radius: 100%;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .btn-arrow-next.swiper-button-disabled .ico, :where(body.btob02) .my-page-content .home .box.my-favorite .btn-arrow-prev.swiper-button-disabled .ico {
  opacity: 0.3;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .btn-arrow-prev {
  left: -5px;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .btn-arrow-next {
  right: -5px;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .page-num {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: center;
  margin-top: 12px;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .page-num .current {
  font-size: 14px;
  color: var(--point);
}
:where(body.btob02) .my-page-content .home .box.my-favorite .page-num .total {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: rgba(102, 102, 102, 0.7);
  margin-left: 13px;
}
:where(body.btob02) .my-page-content .home .box.my-favorite .page-num .total::before {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  color: var(--gray-666);
  font-size: 13px;
}
:where(body.btob02) .my-page-content .home .box.box-empty {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
:where(body.btob02) .my-page-content .home .box.box-empty img {
  display: inline-block;
  width: 44px;
  height: 38px;
  margin: 0 auto 20px;
}
:where(body.btob02) .my-page-content .home .box.box-empty .txt {
  display: block;
  font-size: 15px;
  color: var(--gray-666);
  letter-spacing: -0.75px;
}
:where(body.btob02) .my-page-content .home .empty {
  text-align: center;
  width: 100%;
}
:where(body.btob02) .my-page-content .home .empty .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
  padding: 80px 0 100px;
}
:where(body.btob02) .my-page-content .pagination {
  margin-top: 30px;
}
:where(body.btob02) .my-page-content .box-board .box-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 0;
}
:where(body.btob02) .my-page-content .box-board .box-heading .title {
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob02) .my-page-content .box-board .box-heading .title .small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-left: 4px;
}
:where(body.btob02) .my-page-content .box-board .box-heading .btn-link {
  display: flex;
  align-items: center;
}
:where(body.btob02) .my-page-content .box-board .box-heading .btn-link span {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.7px;
  color: var(--gray-666);
  margin-right: 5px;
}
:where(body.btob02) .my-page-content .box-board .box-heading.with-border {
  border-bottom: 1px solid var(--black-000);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
:where(body.btob02) .my-page-content .box-board .box-sorting {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
}
:where(body.btob02) .my-page-content .box-board .box-sorting .sorting {
  display: flex;
  gap: 4px;
  align-items: center;
}
:where(body.btob02) .my-page-content .box-board + .box-board {
  margin-top: 50px;
}
:where(body.btob02) .my-page-content .ico-setting {
  width: 12px;
  height: 12px;
  background-image: url(../btob02/img/common/ico-setting-gray.png);
}
:where(body.btob02) .my-page-content .my-table {
  overflow-x: auto;
}
:where(body.btob02) .my-page-content .my-table:first-child table {
  border-top: 1px solid var(--black-333);
}
:where(body.btob02) .my-page-content .my-table table {
  border-top: 1px solid var(--gray-ccc);
}
:where(body.btob02) .my-page-content .my-table table th {
  height: 58px;
  border-bottom: 1px solid var(--gray-eee);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.75px;
  color: var(--gray-666);
}
:where(body.btob02) .my-page-content .my-table table td {
  padding: 20px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .my-page-content .my-table table .cont-list .row {
  display: flex;
  gap: 20px;
}
:where(body.btob02) .my-page-content .my-table table .cont-list .row + .row {
  margin-top: 7px;
}
:where(body.btob02) .my-page-content .my-table table .cont {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 9px;
}
:where(body.btob02) .my-page-content .my-table table .cont .tit {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--gray-666);
  white-space: nowrap;
}
:where(body.btob02) .my-page-content .my-table table .cont .val {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.8px;
  color: var(--black-000);
  font-weight: 500;
  white-space: nowrap;
}
:where(body.btob02) .my-page-content .my-table table .txt {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--black-000);
  word-break: auto-phrase;
}
:where(body.btob02) .my-page-content .my-table table .row-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
:where(body.btob02) .my-page-content .my-table table.attending-table {
  min-width: 850px;
}
:where(body.btob02) .my-page-content .my-table table.attending-table .category-list {
  margin-bottom: 12px;
}
:where(body.btob02) .my-page-content .my-table table.attending-table .category-list .category {
  gap: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(body.btob02) .my-page-content .my-table table.attending-table .category-list .item {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
:where(body.btob02) .my-page-content .my-table table.attending-table .category-list .item + .item::before {
  left: -11px;
}
:where(body.btob02) .my-page-content .my-table table.attending-table .title-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
:where(body.btob02) .my-page-content .my-table table.attending-table .title-area .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--black-000);
}
:where(body.btob02) .my-page-content .my-table .nodata {
  text-align: center;
  font-size: 16px;
}
:where(body.btob02) .my-page-content .my-table .nodata td {
  padding: 100px 20px;
}
:where(body.btob02) .my-page-content .favorite-list {
  border-top: 1px solid var(--black-333);
  padding-top: 20px;
}
:where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info {
  justify-content: space-between;
}
:where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .title {
  display: block;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}
:where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .title .badge {
  margin-right: 7px;
}
:where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .price .val {
  font-size: 18px;
}
:where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .button-group {
  align-items: flex-end;
  gap: 24px;
}
:where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .button-group .btn-del {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
:where(body.btob02) .my-page-content .favorite-list .nodata-box:only-child {
  padding-top: 0;
}
:where(body.btob02) .my-page-content .survey-list {
  border-top: 1px solid var(--black-333);
}
:where(body.btob02) .my-page-content .survey-list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .my-page-content .survey-list .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.9px;
  color: var(--black-000);
  max-width: 60%;
}
:where(body.btob02) .my-page-content .survey-list .item .right {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}
:where(body.btob02) .my-page-content .survey-list .item .cont {
  display: flex;
  align-items: center;
}
:where(body.btob02) .my-page-content .survey-list .item .cont .tit {
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-666);
  margin-right: 4px;
}
:where(body.btob02) .my-page-content .survey-list .item .cont .date {
  font-size: 14px;
  line-height: 16px;
  color: var(--black-000);
}
:where(body.btob02) .my-page-content .survey-box .survey-head {
  width: 100%;
  padding: 20px;
  background-color: #fee6f4;
  margin-bottom: 20px;
  margin-top: 25px;
}
:where(body.btob02) .my-page-content .survey-box .survey-head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.6px;
  color: var(--black-000);
  margin-bottom: 15px;
}
:where(body.btob02) .my-page-content .survey-box .survey-head .desc {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.35px;
  color: var(--gray-666);
}
:where(body.btob02) .my-page-content .survey-box .survey-body {
  border: 1px solid var(--gray-eee);
}
:where(body.btob02) .my-page-content .survey-box .item {
  border-bottom: 1px solid var(--gray-eee);
}
:where(body.btob02) .my-page-content .survey-box .item .title {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.75px;
  color: var(--black-000);
  background-color: #f9f9f9;
  padding: 19px 0;
}
:where(body.btob02) .my-page-content .survey-box .item .title .num {
  padding-left: 18px;
  width: 50px;
}
:where(body.btob02) .my-page-content .survey-box .item .title .txt {
  width: calc(100% - 50px);
  padding-right: 20px;
}
:where(body.btob02) .my-page-content .survey-box .item .input-area {
  padding: 20px 20px 20px 50px;
}
:where(body.btob02) .my-page-content .survey-box .item .form-group.form-inline-group {
  flex-wrap: wrap;
  gap: 10px 30px;
}
:where(body.btob02) .my-page-content .login-contents {
  border-top: 1px solid var(--black-333);
}
:where(body.btob02) .my-page-content .login-contents .login-box {
  border-color: var(--gray-eee);
  border-top-color: var(--gray-ccc);
}
:where(body.btob02) .my-page-content .login-contents .sign-in .form {
  padding-top: 0;
  border-top: 0;
}
:where(body.btob02) .my-page-content .v-table-input {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  :where(body.btob02) .my-page-content .home .top-heading .title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.8px;
  }
  :where(body.btob02) .my-page-content .home .row {
    flex-direction: column;
    gap: 20px;
  }
  :where(body.btob02) .my-page-content .home .row .col {
    width: 100%;
    padding: 20px;
    height: auto;
  }
  :where(body.btob02) .my-page-content .home .row .col + .col {
    border-left: 1px solid var(--gray-ddd);
  }
  :where(body.btob02) .my-page-content .home .box {
    height: auto;
  }
  :where(body.btob02) .my-page-content .my-table table td {
    padding: 20px 10px;
  }
  :where(body.btob02) .my-page-content .table.v-table.v-table-input {
    border-top: 1px solid #333333;
    padding-top: 30px;
  }
  :where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .category-list .category {
    width: 100%;
  }
  :where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .title {
    white-space: normal;
  }
  :where(body.btob02) .my-page-content .favorite-list .course-list .course-item .info .button-group {
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 576px) {
  :where(body.btob02) .my-page-content .survey-list .item {
    flex-direction: column;
    align-items: flex-start;
  }
  :where(body.btob02) .my-page-content .survey-list .item .title {
    max-width: none;
    text-align: left;
  }
  :where(body.btob02) .my-page-content .survey-list .item .right {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */
