@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 100, 400, 800, 900;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'A2z';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #E2E8F0;
    --bs-border-color-translucent: #E2E8F0;
    --bs-border-radius: 0.5rem;
        --bs-border-radius-sm: 0.375rem;
        --bs-border-radius-lg: 0.75rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem #E2E8F0;
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Pretendard-Regular';
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.contents-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

/**
/** header **/
.uni-top {
    background-color: #fff;
}
.uni-top .uni-top-lnb {
    margin: 0;
    padding: 0;
    text-align: right;
    padding: 14px 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

.uni-top .uni-top-lnb li {
    display: inline-block;
    padding: 0 16px;
    position: relative;
}

.uni-top .uni-top-lnb li::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #B4B9D1;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}

.uni-top .uni-top-lnb li:last-child {
    padding-right: 8px;
}

.uni-top .uni-top-lnb li:last-child::after {
    display: none;
}

.uni-top .uni-top-lnb li a {
    font-size: 12px;
    color: #363a4d;
}

.uni-top .logo-wrap {
    text-align: center;
    padding: 24px 0;
}

.uni-top .logo-wrap a img {
    width: 138px;
}

.uni-top .uni-top-gnb {
    text-align: center;
    background-color: #F5F6FC;
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #D1D5E6;
}

.uni-top .uni-top-gnb li {
    display: inline-block;
    margin-left: 55px;
}

.uni-top .uni-top-gnb li:first-child {
    margin-left: 0;
}

.uni-top .uni-top-gnb li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/*** 온채널 Custom CSS ***/

/** 공통 컴포넌트 커스텀 사항 **/
.btn.btn-success {
    border-color: #00B8A5 !important;
    background-color: #00B8A5 !important;
}

.rounded {
    border-radius: 12px !important;
}

.fs-7 {
    font-size: 0.95rem !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.75rem !important;
}

.fs-10 {
    font-size: 0.5rem !important;
}

.px-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
}

.px-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
}

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
}

.px-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
}

.px-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.px-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
}

.px-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
}

.px-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.px-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
}

.px-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.min-w-120px {
    min-width: 120px !important;
}

.min-w-170px {
    min-width: 170px !important;
}

.min-w-210 {
    min-width: 210px !important;
}

.min-w-1100 {
    min-width: 1100px !important;
}

.min-w-1200 {
    min-width: 1200px !important;
}

.mw-50px {
    max-width: 50px !important;
}

.mw-55px {
    max-width: 55px !important;
}

.mw-60px {
    max-width: 60px !important;
}

.mw-65px {
    max-width: 65px !important;
}

.mw-70px {
    max-width: 70px !important;
}

.mw-75px {
    max-width: 75px !important;
}

.mw-80px {
    max-width: 80px !important;
}

.mw-85px {
    max-width: 85px !important;
}

.mw-90px {
    max-width: 90px !important;
}

.mw-95px {
    max-width: 95px !important;
}

.mw-100px {
    max-width: 100px !important;
}

.mw-125px {
    max-width: 125px !important;
}

.mw-150px {
    max-width: 150px !important;
}

.mw-175px {
    max-width: 175px !important;
}

.mw-200px {
    max-width: 200px !important;
}

.mw-225px {
    max-width: 225px !important;
}

.mw-250px {
    max-width: 250px !important;
}

.mw-275px {
    max-width: 275px !important;
}

.mw-300px {
    max-width: 300px !important;
}

.mw-325px {
    max-width: 325px !important;
}

.mw-350px {
    max-width: 350px !important;
}

.mw-375px {
    max-width: 375px !important;
}

.mw-400px {
    max-width: 400px !important;
}

.mw-425px {
    max-width: 425px !important;
}

.mw-450px {
    max-width: 450px !important;
}

.mw-475px {
    max-width: 475px !important;
}

.mw-500px {
    max-width: 500px !important;
}

.mw-550px {
    max-width: 550px !important;
}

.mw-600px {
    max-width: 600px !important;
}

.mw-650px {
    max-width: 650px !important;
}

.mw-700px {
    max-width: 700px !important;
}

.mw-750px {
    max-width: 750px !important;
}

.mw-800px {
    max-width: 800px !important;
}

.mw-850px {
    max-width: 850px !important;
}

.mw-900px {
    max-width: 900px !important;
}

.mw-950px {
    max-width: 950px !important;
}

.mw-1000px {
    max-width: 1000px !important;
}

.w-25px {
    width: 25px !important;
}

.w-30px {
    width: 30px !important;
}

.w-35px {
    width: 35px !important;
}

.w-40px {
    width: 40px !important;
}

.w-45px {
    width: 45px !important;
}

.w-50px {
    width: 50px !important;
}

.w-55px {
    width: 55px !important;
}

.w-60px {
    width: 60px !important;
}

.w-65px {
    width: 65px !important;
}

.w-70px {
    width: 70px !important;
}

.w-75px {
    width: 75px !important;
}

.w-80px {
    width: 80px !important;
}

.w-85px {
    width: 85px !important;
}

.w-90px {
    width: 90px !important;
}

.w-95px {
    width: 95px !important;
}

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

.w-125px {
    width: 125px !important;
}

.w-150px {
    width: 150px !important;
}

.w-175px {
    width: 175px !important;
}

.w-200px {
    width: 200px !important;
}

.w-225px {
    width: 225px !important;
}

.w-250px {
    width: 250px !important;
}

.w-275px {
    width: 275px !important;
}

.w-300px {
    width: 300px !important;
}

.w-325px {
    width: 325px !important;
}

.w-350px {
    width: 350px !important;
}

.w-375px {
    width: 375px !important;
}

.w-400px {
    width: 400px !important;
}

.w-425px {
    width: 425px !important;
}

.w-450px {
    width: 450px !important;
}

.w-475px {
    width: 475px !important;
}

.w-500px {
    width: 500px !important;
}

.w-550px {
    width: 550px !important;
}

.w-600px {
    width: 600px !important;
}

.w-650px {
    width: 650px !important;
}

.w-700px {
    width: 700px !important;
}

.w-750px {
    width: 750px !important;
}

.w-800px {
    width: 800px !important;
}

.w-850px {
    width: 850px !important;
}

.w-900px {
    width: 900px !important;
}

.w-950px {
    width: 950px !important;
}

.w-1000px {
    width: 1000px !important;
}

.h-25px {
    height: 25px !important;
}

.h-30px {
    height: 30px !important;
}

.h-35px {
    height: 35px !important;
}

.h-40px {
    height: 40px !important;
}

.h-45px {
    height: 45px !important;
}

.h-50px {
    height: 50px !important;
}

.h-55px {
    height: 55px !important;
}

.h-60px {
    height: 60px !important;
}

.h-65px {
    height: 65px !important;
}

.h-70px {
    height: 70px !important;
}

.h-75px {
    height: 75px !important;
}

.h-80px {
    height: 80px !important;
}

.h-85px {
    height: 85px !important;
}

.h-90px {
    height: 90px !important;
}

.h-95px {
    height: 95px !important;
}

.h-100px {
    height: 100px !important;
}

.h-125px {
    height: 125px !important;
}

.h-150px {
    height: 150px !important;
}

.h-175px {
    height: 175px !important;
}

.h-200px {
    height: 200px !important;
}

.h-225px {
    height: 225px !important;
}

.h-250px {
    height: 250px !important;
}

.h-275px {
    height: 275px !important;
}

.h-300px {
    height: 300px !important;
}

.min-h-50px {
    min-height: 50px !important;
}

.min-h-55px {
    min-height: 55px !important;
}

.min-h-60px {
    min-height: 60px !important;
}

.min-h-65px {
    min-height: 65px !important;
}

.min-h-70px {
    min-height: 70px !important;
}

.min-h-75px {
    min-height: 75px !important;
}

.min-h-80px {
    min-height: 80px !important;
}

.min-h-85px {
    min-height: 85px !important;
}

.min-h-90px {
    min-height: 90px !important;
}

.min-h-95px {
    min-height: 95px !important;
}

.min-h-100px {
    min-height: 100px !important;
}

.min-h-125px {
    min-height: 125px !important;
}

.min-h-150px {
    min-height: 150px !important;
}

.min-h-175px {
    min-height: 175px !important;
}

.min-h-200px {
    min-height: 200px !important;
}

.min-h-225px {
    min-height: 225px !important;
}

.min-h-250px {
    min-height: 250px !important;
}

.min-h-275px {
    min-height: 275px !important;
}

.min-h-300px {
    min-height: 300px !important;
}

.min-h-325px {
    min-height: 325px !important;
}

.min-h-350px {
    min-height: 350px !important;
}

.min-h-375px {
    min-height: 375px !important;
}

.min-h-400px {
    min-height: 400px !important;
}

.min-h-425px {
    min-height: 425px !important;
}

.min-h-450px {
    min-height: 450px !important;
}

.min-h-475px {
    min-height: 475px !important;
}

.min-h-500px {
    min-height: 500px !important;
}

.min-h-550px {
    min-height: 550px !important;
}

.min-h-600px {
    min-height: 600px !important;
}

.min-h-650px {
    min-height: 650px !important;
}

.min-h-700px {
    min-height: 700px !important;
}
.ls-03em {
    letter-spacing: -0.03em !important;
}

.ls-04em {
    letter-spacing: -0.04em !important;
}

.ls-05em {
    letter-spacing: -0.05em !important;
}

.ls-06em {
    letter-spacing: -0.06em !important;
}

.ls-09em {
    letter-spacing: -0.09em !important;
}

.ls-065em {
    letter-spacing: -0.065em !important;
}
.badge.badge-circle,
.badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 0.1rem;
    line-height: 0;
}

.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem;
}

.badge.badge-sm {
    min-width: 1.5rem;
    font-size: 0.8rem;
}

.badge.badge-sm.badge-square {
    height: 1.5rem;
}

.badge.badge-sm.badge-circle {
    width: 1.5rem;
    height: 1.5rem;
}

.badge.badge-lg {
    min-width: 2rem;
    font-size: 1rem;
}

.badge.badge-lg.badge-square {
    height: 2rem;
}

.badge.badge-lg.badge-circle {
    width: 2rem;
    height: 2rem;
}

.badge-white {
    color: #8a9299;
    background-color: #ffffff;
}

.badge-light-white {
    color: #ffffff;
}

.badge-light {
    color: #8a9299;
    background-color: #fdfdfd;
}

.badge-light-light {
    color: #fdfdfd;
}

.badge-primary {
    color: #FFFFFF;
    background-color: #3355FF;
}

.badge-light-primary {
    color: #1B84FF;
    background-color: #E9F3FF;
}


.badge-secondary {
    color: #ffffff;
    background-color: #000;
}

.badge-light-secondary {
    color: #000;
}

.badge-success {
    color: #FFFFFF;
    background-color: #B8D935;
}

.badge-light-success {
    color: #B8D935;
    background-color: #F4FBDB;
}

.badge-info {
    color: #FFFFFF;
    background-color: #4F55DA;
}

.badge-light-info {
    color: #4F55DA;
    background-color: #EFF0FF;
}

.badge-warning {
    color: #FFFFFF;
    background-color: #E8C444;
}

.badge-light-warning {
    color: #D97706;
    background-color: #FFFBEB;
}

.badge-danger {
    color: #FFFFFF;
    background-color: #E52E4D;
}

.badge-light-danger {
    color: #E52E4D;
    background-color: #FFF0ED;
}

.badge-dark {
    color: #ffffff;
    background-color: #211F1C;
}

.badge-light-dark {
    color: #211F1C;
    background-color: #f5f5f5;
}

.badge-excel {
    background-color: #00997F;
}

.card {
    border-radius: 12px !important;
}

.card .card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.table> :not(caption)>*>* {
    padding: .75rem .5rem;
}

.btn-outline {
    --bs-btn-color: #2b2f32;
    --bs-btn-border-color: var(--bs-border-color);
    --bs-btn-hover-color: #f8f9fa;
    --bs-btn-hover-bg: #4A8FE3;
    --bs-btn-hover-border-color: var(--bs-border-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4A8FE3;
    --bs-btn-active-border-color: var(--bs-border-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4A8FE3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-border-color);
    --bs-gradient: none
}

.btn-custom {
    --bs-btn-color: #2b2f32;
    --bs-btn-border-color: var(--bs-border-color);
    --bs-btn-hover-color: #f8f9fa;
    --bs-btn-hover-bg: #4A8FE3;
    --bs-btn-hover-border-color: var(--bs-border-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4A8FE3;
    --bs-btn-active-border-color: var(--bs-border-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4A8FE3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-border-color);
    --bs-gradient: none
}

.btn-outline-primary {
    --bs-btn-color: #4A8FE3;
    --bs-btn-border-color: #4A8FE3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4A8FE3;
    --bs-btn-hover-border-color: #4A8FE3;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4A8FE3;
    --bs-btn-active-border-color: #4A8FE3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4A8FE3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4A8FE3;
    --bs-gradient: none
}

.text-blue {
    color: #4A8FE3 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-move {
    cursor: move;
}
/** custom end **/


/** footer **/
.uni-bottom {
    margin-top: 100px;
    border-top: 1px solid #D1D5E6;
}

.uni-bottom.no-border {
    border-top: 0;
}

.uni-bottom .uni-bottom-box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 30px;
}

.uni-bottom .uni-bottom-box .ubb-tit {
    font-weight: 700;
    font-size: 24px;
}

.uni-bottom .uni-bottom-box ul {
    margin: 0;
    padding: 0;
}

.uni-bottom .uni-bottom-box ul li {
    padding-top: 32px;
}

.uni-bottom .uni-bottom-box ul li a {
    color: #000;
    font-size: 16px;
    display: block;
}

.uni-bottom .uni-bottom-box .ubb-uni {
    width: 135px;
}

.uni-bottom .uni-bottom-box .ubb-notice {
    width: 350px;
}

.uni-bottom .uni-bottom-box .ubb-notice ul li a {
    display: block;
    background-image: url(/image/icon/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.uni-bottom .uni-bottom-box .ubb-notice ul li a span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uni-bottom .uni-bottom-box .ubb-customer {
    width: 350px;
}

.uni-bottom .uni-bottom-box .ubb-customer ul {
    background-color: #F5F6FC;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.uni-bottom .uni-bottom-box .ubb-customer ul li {
    padding-top: 0;
    padding: 12px 0;
    border-top: 1px solid #D1D5E6;
}

.uni-bottom .uni-bottom-box .ubb-customer ul li:first-child {
    border-top: 0;
}

.uni-bottom .uni-bottom-box .ubb-customer ul li a {
    display: block;
    background-image: url(/image/icon/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.uni-bottom .uni-bottom-box .ubb-customer ul li a img {
    width: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.uni-bottom .uni-bottom-copyright {
    background-color: #E6E9F5;
    padding: 40px 0;
}

.uni-bottom .uni-bottom-copyright .ubc-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .ubl-top {
    display: flex;
    align-items: center;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .footer-logo img {
    width: 120px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link {
    margin: 0;
    padding: 0;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link li {
    display: inline-block;
    padding-left: 32px;
    position: relative;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #7C82A1;
    left: 15px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link li:first-child::after {
    display: none;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link li a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap {
    padding-left: 150px;
    margin-top: 38px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap h3 {
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 700;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt span {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
    letter-spacing: -0.02em;
    display: inline-block;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt span:first-child {
    margin-left: 0;
    padding-left: 0;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt span:not(:first-child):after {
    position: absolute;
    width: 1px;
    height: 10px;
    top: 50%;
    content: "";
    display: block;
    background-color: #999;
    left: 0;
    transform: translateY(-50%);
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copyright {
    font-size: 12px;
    color: #7C82A1;
    margin-bottom: 0;
    margin-top: 24px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right select {
    background-color: transparent;
    width: 320px;
    height: 46px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(/image/icon/under_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    cursor: pointer;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right>ul {
    margin: 0;
    padding: 0;
    margin-top: 22px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right>ul li {
    display: inline-block;
    margin-right: 14px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right>ul li img {
    width: 32px;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box {
    position: relative;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box .family-site-button {
    cursor: pointer;
    width: 240px;
    height: 46px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 12px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box .family-site-button img {
    transition: all 0.3s ease;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box .family-site-button.active img {
    transform: rotate(180deg);
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box .family-site-list {
    display: none;
    position: absolute;
    top: 62px;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    margin: 0;
    padding: 0;
}

.uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box .family-site-list li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-left: 32px;
    line-height: 46px;
}

/** main **/
.contents-container .banner-login {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
}

.contents-container .banner-login .banner-wrap {
    max-width: 740px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.contents-container .banner-login .banner-wrap .swiper-slide {
    overflow: hidden;
    border-radius: 8px;
}

.contents-container .banner-login .banner-wrap .swiper-slide img {
    width: 100%;
}

.contents-container .banner-login .banner-wrap .swiper-button-next,
.contents-container .banner-login .banner-wrap .swiper-button-prev {
    background-image: none;
}

.contents-container .banner-login .banner-wrap .swiper-button-next::after,
.contents-container .banner-login .banner-wrap .swiper-button-prev::after {
    display: none;
}

.contents-container .banner-login .banner-wrap .swiper-pagination {
    width: 46px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 24px;
    border-radius: 10px;
    font-size: 12px;
    right: 48px;
    bottom: 42px;
    left: auto;
}

.contents-container .banner-login .login-wrap {
    box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.05);
}

.contents-container .banner-login .login-wrap #loginBtn {
    width: 100%;
    height: 56px;
    background-color: #2563EB;
    color: #fff;
    border-radius: 1rem;
        font-size: 1rem;
    font-weight: 700;
}

.leader-info {
    background:
        url("data:image/svg+xml,%3Csvg width='41' height='66' viewBox='0 0 41 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M8 8H33V27.625C33 28.5833 32.7917 29.4375 32.375 30.1875C31.9583 30.9375 31.375 31.5417 30.625 32L21.75 37.25L23.5 43H33L25.25 48.5L28.25 58L20.5 52.125L12.75 58L15.75 48.5L8 43H17.5L19.25 37.25L10.375 32C9.625 31.5417 9.04167 30.9375 8.625 30.1875C8.20833 29.4375 8 28.5833 8 27.625V8V8M18 13V30.625L20.5 32.125L23 30.625V13H18V13' fill='%23FED7AA'/%3E%3C/g%3E%3C/svg%3E") no-repeat top right+2px / 13%,
        linear-gradient(160deg, #FFFBEB, #FFF3E0);

    border: 1px solid #FFEDD5;
}

.member-info {
    background: url("data:image/svg+xml,%3Csvg width='94' height='94' viewBox='0 0 94 94' fill='none' fill-opacity='0.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.6667 46.6667C40.25 46.6667 34.7569 44.382 30.1875 39.8125C25.6181 35.2431 23.3333 29.75 23.3333 23.3333C23.3333 16.9167 25.6181 11.4236 30.1875 6.85418C34.7569 2.28474 40.25 1.52588e-05 46.6667 1.52588e-05C53.0833 1.52588e-05 58.5764 2.28474 63.1458 6.85418C67.7153 11.4236 70 16.9167 70 23.3333C70 29.75 67.7153 35.2431 63.1458 39.8125C58.5764 44.382 53.0833 46.6667 46.6667 46.6667V46.6667M0 93.3334V77C0 73.6945 0.850694 70.6563 2.55208 67.8854C4.25347 65.1146 6.51389 63 9.33333 61.5417C15.3611 58.5278 21.4861 56.2674 27.7083 54.7604C33.9306 53.2535 40.25 52.5 46.6667 52.5C53.0833 52.5 59.4028 53.2535 65.625 54.7604C71.8472 56.2674 77.9722 58.5278 84 61.5417C86.8194 63 89.0799 65.1146 90.7812 67.8854C92.4826 70.6563 93.3333 73.6945 93.3333 77V93.3334H0V93.3334' fill='%231E293B'/%3E%3C/svg%3E") no-repeat bottom right -3px / 23%,
        linear-gradient(160deg, #F8FAFC, #EFF6FF);
    border: 1px solid #DBEAFE;
}

.login-wrap:has(.login_box) {
    background: linear-gradient(to bottom, #FFFFFF, #F0F7FF);
}
.contents-container .banner-login .login-wrap ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    margin-top: 26px;
}

.contents-container .banner-login .login-wrap ul li a {
    color: #000;
    font-size: 14px;
}

.contents-container .banner-login .login-wrap .login-txt {
    margin-bottom: 54px;
}

.contents-container .banner-login .login-wrap .login-txt p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.contents-container .banner-login .login-wrap .login-txt p .mem-id {
    font-weight: 400;
    font-size: 14px;
    color: #363a4d;
    margin-left: 4px;
}

.contents-container .banner-login .login-wrap .logout,
.contents-container .banner-login .login-wrap .mypage {
    color: #000;
    font-size: 14px;
}

.contents-container .banner-login .login-wrap .mypage {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #ccc;
}

.contents-container .education-wrap {
    margin-top: 100px;
}

.contents-container .education-wrap>h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

.contents-container .education-wrap>h3 a {
    font-size: 16px;
    color: #5a6080;
}

.contents-container .education-wrap>h3 a img {
    vertical-align: text-top;
}

.contents-container .education-wrap .partners-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents-container .education-wrap .partners-list .partners-box {
    width: calc((100% / 4) - 18px);
    position: relative;
    margin-right: 24px;
}

.contents-container .education-wrap .partners-list .partners-box:nth-child(4n) {
    margin-right: 0;
}

.contents-container .education-wrap .partners-list .partners-box:nth-child(n + 5) {
    margin-top: 40px;
}

.contents-container .education-wrap .partners-list .partners-box .edu-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.contents-container .education-wrap .partners-list .partners-box.end-edu .edu-link {}

.contents-container .education-wrap .partners-list .partners-box .eb-img {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;
    padding-top: 56%;
}

.contents-container .education-wrap .partners-list .partners-box .eb-img img {
    width: 100%;
    height: 100%;
        object-fit: cover;
}

.contents-container .education-wrap .partners-list .partners-box .eb-img .eb-edu-date {
    position: absolute;
    color: #fff;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    display: block;
    top: 8px;
    left: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 0;
    z-index: 99;
    font-weight: 700;
}

.contents-container .education-wrap .partners-list .partners-box .eb-tit {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.contents-container .education-wrap .partners-list .partners-box .eb-date {
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #5a6080;
    margin-bottom: 4px;
}

.contents-container .education-wrap .partners-list .partners-box .eb-price {
    color: #00B8A5;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.contents-container .education-wrap .partners-list .partners-box .eb-price .eb-percent {
    margin-right: 8px;
}

.contents-container .education-wrap .partners-list .partners-box .eb-price .eb-marketprice {
    color: #000;
    margin-right: 8px;
}

.contents-container .education-wrap .partners-list .partners-box .eb-price .eb-regularprice {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 12px;
    color: #999fbd;
}

.contents-container .education-wrap .partners-list .partners-box .eb-keyword-list {
    margin: 0;
    padding: 0;
}

.contents-container .education-wrap .partners-list .partners-box .eb-keyword-list .eb-keyword {
    display: inline-block;
    padding: 2px 8px;
    background-color: #F5F6FC;
    border-radius: 10px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 8px;
    font-weight: 700;
}

.contents-container .education-wrap .partners-list .partners-box .eb-keyword-list .eb-keyword.red-keyword {
    background-color: #FFEEEA;
    color: #FF7450;
}

.contents-container .education-wrap .partners-list .partners-box .eb-keyword-list .eb-keyword:first-child {
    margin-left: 0;
}

.contents-container .event-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-top: 112px;
}

.contents-container .event-banner .swiper-slide img {
    width: 100%;
}

.contents-container .event-banner .swiper-button-next,
.contents-container .event-banner .swiper-button-prev {
    background-image: none;
}

.contents-container .event-banner .swiper-button-next::after,
.contents-container .event-banner .swiper-button-prev::after {
    display: none;
}

.contents-container .event-banner .swiper-pagination {
    width: 46px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 24px;
    border-radius: 10px;
    font-size: 12px;
    right: 56px;
    bottom: 17px;
    left: auto;
}

.contents-container .video-wrap {
    margin-top: 112px;
}

.contents-container .video-wrap>h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}

.contents-container .video-wrap>h3 a {
    font-size: 16px;
    color: #5a6080;
}

.contents-container .video-wrap>h3 a img {
    vertical-align: text-top;
}

.contents-container .video-wrap .video-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contents-container .video-wrap .video-list .video-box {
    width: calc((100% / 3) - 12px);
    position: relative;
    margin-right: 16px;
}

.contents-container .video-wrap .video-list .video-box:nth-child(3n) {
    margin-right: 0;
}

.contents-container .video-wrap .video-list .video-box:nth-child(n + 4) {
    margin-top: 40px;
}

.contents-container .video-wrap .video-list .video-box .video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.contents-container .video-wrap .video-list .video-box .vb-img {
    position: relative;
    margin-bottom: 24px;
    padding-top: 56%;
    overflow: hidden;
    border-radius: 8px;
}

.contents-container .video-wrap .video-list .video-box .vb-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents-container .video-wrap .video-list .video-box .vb-img .vb-video-date {
    position: absolute;
    color: #fff;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    display: block;
    top: 8px;
    left: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.contents-container .video-wrap .video-list .video-box .vb-keyword-list {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.contents-container .video-wrap .video-list .video-box .vb-keyword-list .vb-keyword {
    display: inline-block;
    padding: 2px 8px;
    background-color: #F5F6FC;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    margin-left: 8px;
    font-weight: 700;
}

.contents-container .video-wrap .video-list .video-box .vb-keyword-list .vb-keyword:first-child {
    margin-left: 0;
}

.contents-container .video-wrap .video-list .video-box .vb-tit {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contents-container .video-wrap .video-list .video-box .vb-price {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #00B8A5;
}


/** 실시간 교육 **/
.contents-container .cc-tit {
    text-align: center;
    margin: 66px 0;
    font-size: 28px;
    line-height: 24px;
    font-weight: 700;
}

.contents-container .cc-tab {
    display: flex;
    margin: 0;
    padding: 0;
}

.contents-container .cc-tab .cc-tab-list {
    width: calc(100% / 6);
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    box-sizing: border-box;
    border-bottom: 3px solid #00B8A5;
    color: #5a6080;
    cursor: pointer;
}

.contents-container .cc-tab .cc-tab-list a {
    color: #5A6080;
    display: block;
    padding: 20px 0;
    font-size: 18px;
}

.contents-container .cc-tab .cc-tab-list.active {
    border: 3px solid #00B8A5;
    border-bottom: 0;
}

.contents-container .cc-tab .cc-tab-list.active a {
    color: #00B8A5;
}

.contents-container .cc-tab .cc-tab-list.non-event {
    pointer-events: none;
}

.contents-container .education-wrap.able-edu-wrap {
    margin-top: 52px;
}

.contents-container .education-wrap.end-edu-wrap {
    margin-top: 64px;
}

.contents-container .education-wrap .partners-list .partners-box.end-edu .eb-img .end-edu-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contents-container .more-btn {
    width: 320px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #999fbd;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    background-color: #fff;
    margin: auto;
    cursor: pointer;
    margin-top: 40px;
}


/** 영상교육 **/
.contents-container .video-edu-wrap.video-wrap {
    margin-top: 52px;
}


/** 이벤트 **/
.contents-container .event-list-wrap {
    margin: 40px 0;
    display: none;
}

.contents-container .event-list-wrap.active {
    display: block;
}

.contents-container .event-list-wrap .event-list {
    margin: 0;
    padding: 0;
}

.contents-container .event-list-wrap .event-list .event-box {
    position: relative;
    margin-top: 40px;
}

.contents-container .event-list-wrap .event-list .event-box:first-child {
    margin-top: 0;
}

.contents-container .event-list-wrap .event-list .event-box .event-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.contents-container .event-list-wrap .event-list .event-box.end-event .event-link {
    pointer-events: none;
}

.contents-container .event-list-wrap .event-list .event-box .eb-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding-top: 15%;
}

.contents-container .event-list-wrap .event-list .event-box .eb-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contents-container .event-list-wrap .event-list .event-box .eb-tit {
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
}

.contents-container .event-list-wrap .event-list .event-box .eb-tit a {
    color: #000;
}

.contents-container .event-list-wrap .event-list .event-box .eb-date {
    font-size: 16px;
    font-weight: 400;
    color: #5a6080;
    margin-top: 8px;
    line-height: 24px;
}

.contents-container .event-list-wrap .event-list .event-box.end-event .eb-img .end-event-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.contents-container .pagination {}

.contents-container .pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.contents-container .pagination ul li {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    margin: 0 4px;
}

.contents-container .pagination ul li a {
    color: #242633;
    display: block;
}

.contents-container .pagination ul .page-item.active {
    background-color: #F5F6FC;
    font-weight: 700;
}

.contents-container .pagination ul .page-item.prev-button img,
.contents-container .pagination ul .page-item.next-button img {
    margin-top: -2px;
}



/** 이벤트 상세 **/
.contents-container .location {
    margin: 0;
    padding: 0;
    margin-top: 26px;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
}

.contents-container .location li {
    margin-right: 4px;
}

.contents-container .location li a {
    color: #5a6080;
    font-size: 12px;
    font-weight: 400;
}

.contents-container .location li.active a {
    font-weight: 700;
    color: #363a4d;
}

.contents-container .event-detail {}

.contents-container .event-detail .event-img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}

.contents-container .event-detail .event-img img {
    width: 100%;
}

.contents-container .event-detail .event-txt {
    margin-bottom: 50px;
}

.contents-container .event-detail .event-txt .event-tit {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

.contents-container .event-detail .event-txt h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.contents-container .event-detail .event-txt h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
}

.contents-container .event-detail .event-txt h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.contents-container .event-detail .event-txt h5 {
    font-weight: 400;
    font-size: 16px;
    color: #5a6080;
    margin-bottom: 40px;
}

.contents-container .event-detail .event-txt p {
    font-size: 16px;
    line-height: 24px;
}

.contents-container .event-detail .event-txt ul,
.contents-container .event-detail .event-txt ol {
    padding-left: 20px;
    list-style: inherit;
}

.contents-container .event-detail .event-txt ul li,
.contents-container .event-detail .event-txt ol li {
    font-size: 16px;
    line-height: 24px;
}

.contents-container .event-detail .event-txt .event-cate {
    margin-bottom: 40px;
}

.contents-container .event-detail .event-txt .event-cate ul {
    padding-left: 0;
}

.contents-container .event-detail .event-txt .event-cate ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #5a6080;
    margin-left: 12px;
}

.contents-container .event-detail .event-txt .event-cate ul li:first-child {
    margin-left: 0;
}

.contents-container .event-detail .event-button {
    display: block;
    width: 378px;
    height: 56px;
    border: none;
    background-color: #00B8A5;
    border-radius: 12px;
    margin: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}



/** 실시간 교육 상세 **/
.contents-container .realtime-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 112px;
}

.contents-container .realtime-detail .rd-left {
    width: calc(100% - 490px);
}

.contents-container .realtime-detail .rd-left ul {
    margin: 0;
    padding: 0;
}

.contents-container .realtime-detail .rd-left .rd-img {
    margin-bottom: 40px;
}

.contents-container .realtime-detail .rd-left .rd-img img {
    width: 100%;
}

.contents-container .realtime-detail .rd-left .rd-txt {
    margin-bottom: 40px;
}

.contents-container .realtime-detail .rd-left .rd-txt .rdt-tit {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-txt ul {
    list-style: inherit;
}

.contents-container .realtime-detail .rd-left .rd-txt>ul {
    padding-left: 20px;
}

.contents-container .realtime-detail .rd-left .rd-txt h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.contents-container .realtime-detail .rd-left .rd-txt h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 18px;
}

.contents-container .realtime-detail .rd-left .rd-txt h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.contents-container .realtime-detail .rd-left .rd-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.contents-container .realtime-detail .rd-left .rd-curri {
    margin-bottom: 40px;
}

.contents-container .realtime-detail .rd-left .rd-curri>h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list {
    margin: 0;
    padding: 48px 58px;
    box-sizing: border-box;
    border: 1px solid #D1D5E6;
    border-radius: 8px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #D1D5E6;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-dalo {
    margin-bottom: 8px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-dalo .rdc-date {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    background-color: #000;
    border-radius: 10px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-dalo .rdc-cal {
    font-size: 14px;
    font-weight: 400;
    color: #363a4d;
    margin-left: 8px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-dalo .rdc-location {
    font-size: 14px;
    font-weight: 400;
    color: #363a4d;
    margin-left: 8px;
    padding-left: 8px;
    position: relative;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-dalo .rdc-location::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #363a4d;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-tit {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-class-list .rdc-class {
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #242633;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-class-list .rdc-class:first-child {
    margin-top: 0;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-class-list .rdc-class .rdc-period {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #5A6080;
    line-height: 24px;
    background-color: #E6E9F5;
    border-radius: 10px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-class-list .rdc-class .rdc-period-name {
    font-weight: 400;
    font-size: 16px;
    color: #242633;
    margin-left: 8px;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-class-list .rdc-class .rdc-period-teacher {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #5a6080;
}

.contents-container .realtime-detail .rd-left .rd-curri .rdc-list .rdc-box .rdc-class-list .rdc-period-content {
    font-size: 14px;
    color: #242633;
    line-height: 24px;
    margin-top: 8px;
    padding-left: 60px;
}

.contents-container .realtime-detail .rd-left .rd-map {
    margin-bottom: 40px;
}

.contents-container .realtime-detail .rd-left .rd-map>h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-map .rd-map-box {
    width: 100%;
    height: 360px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-map .rd-info {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-map .rd-info li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
}

.contents-container .realtime-detail .rd-left .rd-map .rd-info li .rdm-tit {
    font-weight: 700;
    margin-right: 12px;
}

.contents-container .realtime-detail .rd-left .rd-map .rdm-btn {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #999fbd;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    background-color: transparent;
}

.contents-container .realtime-detail .rd-left .rd-teacher {
    margin-bottom: 40px;
}

.contents-container .realtime-detail .rd-left .rd-teacher>h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-notice {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.contents-container .realtime-detail .rd-left .rd-notice>h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-left .rd-notice ul {
    list-style: inherit;
    padding-left: 20px;
}

.contents-container .realtime-detail .rd-right {
    width: 440px;
    border: 1px solid #D1D5E6;
    border-radius: 14px;
    padding: 32px;
    box-sizing: border-box;
}

.contents-container .realtime-detail .rd-right .rdr-top {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D1D5E6;
}

.contents-container .realtime-detail .rd-right .rdr-top .rd-city {
    margin-bottom: 12px;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    background-color: #F5F6FC;
    border-radius: 10px;
    margin-right: 8px;
}

.contents-container .realtime-detail .rd-right .rdr-top .rd-city.red-keyword {
    color: #FF7450;
    background-color: #FFEEEA;
}

.contents-container .realtime-detail .rd-right .rdr-top .rd-tit {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 12px;
}

.contents-container .realtime-detail .rd-right .rdr-top .eb-keyword-list {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.contents-container .realtime-detail .rd-right .rdr-top .eb-keyword-list .eb-keyword {
    display: inline-block;
    padding: 2px 8px;
    background-color: #F5F6FC;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 8px;
    font-weight: 700;
}

.contents-container .realtime-detail .rd-right .rdr-top .eb-keyword-list .eb-keyword.red-keyword {
    background-color: #FFEEEA;
    color: #FF7450;
}

.contents-container .realtime-detail .rd-right .rdr-top .eb-keyword-list .eb-keyword:first-child {
    margin-left: 0;
}

.contents-container .realtime-detail .rd-right .rdr-top .rd-tag-list {
    margin-bottom: 0;
}

.contents-container .realtime-detail .rd-right .rdr-top .rd-tag-list .rd-tag {
    font-size: 14px;
    color: #5A6080;
    line-height: 24px;
    font-weight: 400;
    margin-left: 12px;
}

.contents-container .realtime-detail .rd-right .rdr-top .rd-tag-list .rd-tag:first-child {
    margin-left: 0;
}

.contents-container .realtime-detail .rd-right .rdr-mid {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D1D5E6;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info.al-top {
    align-items: flex-start;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info:first-child {
    margin-top: 0;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info img {
    width: 32px;
    margin-right: 20px;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info .rdi-txt {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info .rdi-txt .sub-txt {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #5a6080;
}

.contents-container .realtime-detail .rd-right .rdr-mid .rd-info.al-top .rdi-txt {
    line-height: 32px;
}

.contents-container .realtime-detail .rd-right .rdr-bot .rd-pirce {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #00B8A5;
    margin-bottom: 24px;
}

.contents-container .realtime-detail .rd-right .rdr-bot .rd-pirce .eb-price .eb-marketprice {
    color: #000;
}

.contents-container .realtime-detail .rd-right .rdr-bot .rd-pirce .eb-price .eb-percent {
    margin-right: 8px;
}

.contents-container .realtime-detail .rd-right .rdr-bot .rd-pirce .eb-price .eb-regularprice {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #5A6080;
    text-decoration: line-through;
}

.contents-container .realtime-detail .rd-right .rdr-bot .rd-apply {
    width: 100%;
    border: none;
    height: 56px;
    border-radius: 12px;
    color: #fff;
    background-color: #00B8A5;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 56px;
}

.contents-container .realtime-detail .rd-right .rdr-bot .rd-apply.end {
    background-color: #D1D5E6;
    pointer-events: none;
}

.modal.apply-modal .modal-header {
    justify-content: flex-end;
    padding-top: 40px;
}

.modal.apply-modal .modal-body {
    text-align: center;
}

.modal.apply-modal .modal-body h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
}

.modal.apply-modal .modal-body p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}

.modal.apply-modal .modal-footer {
    padding-bottom: 40px;
}

.modal.apply-modal .modal-footer .login-button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #00B8A5;
    color: #fff;
    border-radius: 14px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px;
}


/** 영상교육 상세 **/
.contents-container .video-detail {
    margin-bottom: 112px;
}

.contents-container .video-detail .vd-top {
    margin-bottom: 40px;
    position: relative;
    padding-top: 56%;
}

.contents-container .video-detail .vd-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contents-container .video-detail .vd-top img {
    width: 100%;
}

.contents-container .video-detail .vd-top video {
    width: 100%;
}

.contents-container .video-detail .vd-bot {
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #D1D5E6;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
}

.contents-container .video-detail .vd-bot .vdb-left {
    width: 380px;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-top {
    margin-bottom: 40px;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-top .vdb-cate {
    margin-bottom: 16px;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-top .vdb-cate span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #363A4D;
    line-height: 24px;
    background-color: #F5F6FC;
    border-radius: 10px;
    margin-right: 8px;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-top .vdb-cate span.red-keyword {
    background-color: #FFEEEA;
    color: #FF7450;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-top h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 24px;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-top .vdb-tag span {
    margin-right: 12px;
    font-weight: 400;
    font-size: 16px;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-bot .free-edu {
    margin-bottom: 12px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #00B8A5;
}

.contents-container .video-detail .vd-bot .vdb-left .vdb-bot .feedback-edu {
    width: 100%;
    border: none;
    height: 56px;
    border-radius: 18px;
    background-color: #00B8A5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 56px;
}

.contents-container .video-detail .vd-bot .vdb-right {
    width: 420px;
}

.contents-container .video-detail .vd-bot .vdb-right .vdb-txt {
    margin-bottom: 40px;
}

.contents-container .video-detail .vd-bot .vdb-right .vdb-txt h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .video-detail .vd-bot .vdb-right .vdb-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.contents-container .video-detail .vd-bot .vdb-right .vdb-teacher h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
}

.contents-container .teacher-box {
    background-color: #F5F6FC;
    padding: 24px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 12px;
}

.contents-container .teacher-box.detail-tb {
    padding: 34px 88px;
}

.contents-container .teacher-box:first-child {
    margin-top: 0;
}

.contents-container .teacher-box .tb-top {
    display: flex;
    align-items: center;
}

.contents-container .teacher-box .tb-img {
    margin-right: 22px;
    width: 64px;
    border-radius: 50%;
    overflow: hidden;
}

.contents-container .teacher-box .tb-img img {
    width: 100%;
}

.contents-container .teacher-box .tb-top {
    margin-bottom: 24px;
}

.contents-container .teacher-box .tb-top .tb-info h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 24px;
}

.contents-container .teacher-box .tb-top .tb-info p {
    margin-bottom: 0;
    font-weight: 400;
    color: #5a6080;
    font-size: 16px;
    line-height: 24px;
}

.contents-container .teacher-box .tb-txt h5 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}

.contents-container .teacher-box .tb-txt p {
    font-size: 16px;
    color: #5a6080;
    line-height: 24px;
}

.onchAjaxLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    display: none;
    z-index: 1000;
}

.onchAjaxLoader .spinner-border {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}


/** 교육 없을때 **/
.contents-container .non-edu {
    margin-top: 52px;
    text-align: center;
}

.contents-container .non-edu h1 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 38px;
    line-height: 32px;
}

.contents-container .non-edu img {
    width: 220px;
}


/** 로그인 페이지 **/
.login-box {
    width: 100%;
    max-width: 320px;
    margin: 100px auto 0;
}

.login-box .lb-logo {
    width: 100px;
    margin-bottom: 40px;
}

.login-box .lb-logo img {
    width: 100%;
}

.login-box .lb-text {
    margin-bottom: 24px;
}

.login-box .lb-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px;
}

.login-box .lb-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5a6080;
}

.login-box .lb-login {
    margin-bottom: 40px;
}

.login-box .lb-login ul li {
    margin-top: 12px;
}

.login-box .lb-login ul li:first-child {
    margin-top: 0;
}

.login-box .lb-login ul li input {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #D1D5E6;
    border-radius: 4px;
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.3s ease;
}

.login-box .lb-login ul li input:focus {
    border-color: #00B8A5;
    outline: none;
}

.login-box .lb-login .btn_login {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 52px;
    border: none;
    background-color: #00B8A5;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.login-box .lb-login .btn_login#kakaoLoginBtn {
    background-color: #FEE500;
    color: #000;
    margin-top: 8px;
}

.login-box .lb-login .btn_login#kakaoLoginBtn svg {
    margin-right: 12px;
}

.login-box .lb-txt {
    text-align: center;
}

.login-box .lb-txt .btn_join {
    color: #000;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D1D5E6;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}

.login-box .lb-txt .btn_join strong {
    font-weight: 700;
}

.login-box .lb-txt p {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.login-box .lb-txt .btn_ask {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    line-height: 24px;
}

.login-box .lb-login ul li input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}

.login-box .lb-login ul li input:-webkit-autofill,
.login-box .lb-login ul li input:-webkit-autofill:hover,
.login-box .lb-login ul li input:-webkit-autofill:focus,
.login-box .lb-login ul li input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.login-box .lb-login .lb-find {
    text-align: right;
    margin-top: 8px;
}

.login-box .lb-login .lb-find a {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #5a6080;
}


/** 회원가입 완료 **/
.join-comp {
    width: 100%;
    max-width: 320px;
    margin: 60px auto 0;
    text-align: center;
}

.join-comp h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}

.join-comp h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 42px;
}

.join-comp img {
    width: 260px;
}

.join-comp a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    background-color: #00B8A5;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}


/** 회원가입 **/
.reg-container {
    width: 100%;
    max-width: 640px;
    margin: 66px auto 0;
}

.reg-container .rc-tit {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    margin-top: 66px;
    margin-bottom: 82px;
}

.reg-container .rc-list-wrap {}

.reg-container .rc-list-wrap .rc-list {
    margin-top: 24px;
}

.reg-container .rc-list-wrap .rc-list:first-child {
    margin-top: 0;
}

.reg-container .rc-list-wrap .rc-list .rl-tit {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub {
    display: block;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input {
    width: 100%;
    border: 1px solid #D1D5E6;
    height: 52px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 16px;
    margin-left: 5px;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input:-webkit-autofill,
.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input:-webkit-autofill:hover,
.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input:-webkit-autofill:focus,
.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input:focus {
    border-color: #00B8A5;
    outline: none;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub input.error {
    border-color: #D51B3A;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub .certi_btn {
    min-width: 190px;
    margin-left: 16px;
    background-color: #fff;
    border: 1px solid #7C82A1;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}


.accountBtn {
    min-width: 80px;
    min-height: 30px;
    margin-left: 5px;
    background-color: #00B8A5;
    color: #fff;
    border: 1px solid #7C82A1;
    padding: 10;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.accountCloseBtn {
    min-width: 80px;
    min-height: 30px;
    margin-left: 5px;
    background-color: #0b0b0b;
    color: #fff;
    border: 1px solid #7C82A1;
    padding: 10;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.addBtn {
    min-width: 20px;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #7C82A1;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub .certi_btn:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.reg-container .rc-list-wrap .rc-list .memreg_atc_sub .certi_btn:disabled:hover {
    background-color: #fff;
}

.reg-container .rc-list-wrap .rc-list .sub-txt {
    font-weight: 400;
    color: #5A6080;
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
}

.reg-container .rc-list-wrap .rc-list .sub-txt.red-txt {
    color: #d51b3a;
}

.reg-container .rc-list-wrap .rc-list #id_Check {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 12px;
    color: #d51b3a;
}

.reg-container .rc-list-wrap .rc-list.certi-wrap {
    display: none;
}

.reg-container .rc-list-wrap .rc-list.certi-wrap .mas-box .timer {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #D51B3A;
}

.reg-container .rc-list-wrap .rc-list.certi-wrap .mas-box .timer.complete {
    color: #00B8A5;
}

.reg-container .terms-container {
    border: 1px solid #e6e9e6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 26px 28px;
    margin-top: 40px;
}

.reg-container .terms-container .all-terms {
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e9e6;
    margin-bottom: 24px;
}

.reg-container .terms-container .all-terms label {
    cursor: pointer;
}

.reg-container .terms-container .all-terms .terms-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 8px;
}

.reg-container .terms-container ul li {
    margin-top: 23px;
}

.reg-container .terms-container ul li:first-child {
    margin-top: 0;
}

.reg-container .terms-container ul li .tc-terms {
    display: none;
    height: 140px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #F5F6FC;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 2px;
    margin-top: 10px;
}

.reg-container .terms-container ul li .tc-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reg-container .terms-container ul li .tc-box .tc-left {
    cursor: pointer;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.reg-container .terms-container ul li .tc-box .tc-left .terms-txt {
    margin-left: 8px;
    cursor: pointer;
}

.reg-container .terms-container ul li .tc-box .tc-left p {
    color: #7c82a1;
    margin-top: 10px;
    padding-left: 32px;
}

.reg-container .terms-container ul li .tc-box .tc-left p label {
    color: #ccc;
    letter-spacing: -0.02em;
}

.reg-container .terms-container ul li .tc-box .tc-left p label .terms-txt {
    margin-left: 0;
}

.reg-container .terms-container ul li .tc-box .tc-left p label input[type=checkbox]:checked+.terms-txt {
    color: #00B8A5;
}

.reg-container .terms-container ul li .tc-box .tc-right {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.reg-container .terms-container ul li .tc-box .tc-right span {
    border-bottom: 1px solid #5A6080;
    color: #5a6080;
    margin-right: 6px;
}

.reg-container .terms-container ul li .tc-box .tc-right img {
    transition: all 0.3s ease;
}

.reg-container .terms-container ul li .tc-box .tc-right.active img {
    transform: rotate(180deg);
}

.reg-container .terms-container input[type="checkbox"] {
    position: relative;
    width: 1px;
    height: 1px;
    visibility: hidden;
    top: 0;
    left: 0;
}

.reg-container .terms-container input[type="checkbox"]+.chk-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #b4b9d1;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.reg-container .terms-container input[type="checkbox"]:checked+.chk-custom {
    background-color: #00B8A5;
    background-image: url('/etc_img/check.png');
    border-color: #00B8A5;
    background-repeat: no-repeat;
    background-position: center center;
}

.reg-container .terms-btn-wrap {
    text-align: center;
    margin-top: 24px;
}

.reg-container .terms-btn-wrap a {
    display: inline-block;
    width: 200px;
    height: 48px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-weight: 600;
}

.reg-container .terms-btn-wrap a.tb-home {
    background-color: #b4b9d1;
}

.reg-container .terms-btn-wrap a.tb-comp {
    background-color: #00B8A5;
    margin-left: 24px;
}


/** 결제정보 **/
.payinfo-wrap {
    width: 100%;
    max-width: 900px;
    margin: 100px auto 0;
}

.payinfo-wrap .order_view>.order-table {
    width: 100%;
}

.payinfo-wrap .order_view>h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

.payinfo-wrap .order_view>.order-table tr .order_title {
    background-color: #F5F6FC;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border-left: 1px solid #D1D5E6;
    padding: 4px 0;
}

.payinfo-wrap .order_view>.order-table tr .order_title:first-child {
    border-left: 0;
}

.payinfo-wrap .order_view>.order-table tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.payinfo-wrap .order_view>.order-table tr td .prd-name {
    width: calc(100% - 90px);
    margin-left: 10px;
}

.payinfo-wrap .order_view>.order-table tr td .prd-img-box {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.payinfo-wrap .order_view>.order-table tr td .prd_cnt {
    border: none;
    width: 100px;
    text-align: right;
}

.payinfo-wrap .order_view>.order-table tr td.total_price_td {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #00B8A5;
}

.payinfo-wrap .order_view>.order-table tr.border-bottom td {
    padding-bottom: 16px;
}

.payinfo-wrap .order_view>.order-table tr td .sub-tit {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 36px;
}

.payinfo-wrap .order_view>.order-table tr td .info-table {
    width: 100%;
}

.payinfo-wrap .order_view>.order-table tr td .info-table td:first-child {
    font-weight: bold;
    text-align: left;
    line-height: 24px;
    padding: 6px 0;
    min-width: 100px;
    font-size: 16px;
}

.payinfo-wrap .order_view>.order-table tr td .info-table td {
    text-align: left;
    padding: 6px 0;
    font-size: 12px;
}

.payinfo-wrap .order_view>.order-table tr td .info-table td input[type=text] {
    height: 40px;
    border: 1px solid #D1D5E6;
}

.payinfo-wrap .order_view>.order-table tr td .info-table td textarea {
    border: 1px solid #D1D5E6;
    width: 500px;
    height: 90px;
}

.payinfo-wrap .order_view>.order-table tr td .info-table td select {
    border: 1px solid #D1D5E6;
    height: 40px;
}

.payinfo-wrap .order_view>.order-table tr td .info-table .info-input {
    width: 500px;
    margin-right: 8px;
}

.payinfo-wrap .order_view>.order-table tr td .pay-btn {
    width: 240px;
    height: 56px;
    background-color: #00B8A5;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
}

.payinfo-wrap .order_view>.order-table tr td .count-box {
    display: flex;
    align-items: center;
}

.payinfo-wrap .order_view>.order-table tr td .count-box .cb-box {
    margin-left: 8px;
}


/***** 마이페이지 *****/
.mypage-wrap {
    display: flex;
    margin-top: 24px;
    align-items: baseline;
}

.mypage-wrap .mp-sidebar {
    width: 220px;
    border: 1px solid #E6E9F5;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 24px 14px;
    margin-right: 54px;
}

.mypage-wrap .mp-sidebar .mps-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E9F5;
}

.mypage-wrap .mp-sidebar .mps-top .mps-name {
    line-height: 24px;
    color: #000;
    font-size: 16px;
}

.mypage-wrap .mp-sidebar .mps-top .mps-name b {
    font-weight: 700;
}

.mypage-wrap .mp-sidebar .mps-top .mps-id {
    font-size: 16px;
    line-height: 24px;
    color: #7c82a1;
    margin-top: 4px;
}

.mypage-wrap .mp-sidebar .mps-bot {
    margin-bottom: 16px;
}

.mypage-wrap .mp-sidebar .mps-bot li {
    margin-top: 30px;
}

.mypage-wrap .mp-sidebar .mps-bot li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.mypage-wrap .mp-sidebar .mps-bot li a svg {
    margin-right: 8px;
    vertical-align: bottom;
}

.mypage-wrap .mp-sidebar .mps-bot li a:hover,
.mypage-wrap .mp-sidebar .mps-bot li a.active {
    color: #00B8A5;
}

.mypage-wrap .mp-sidebar .mps-bot li a:hover svg path,
.mypage-wrap .mp-sidebar .mps-bot li a.active svg path {
    fill: #00B8A5;
}

.mypage-wrap .mp-contents {
    width: calc(100% - 276px);
}

.contents-container .cc-tab.mp-tab .cc-tab-list {
    width: calc(100% / 3);
}

.mypage-wrap .info-wrap {
    margin-top: 52px;
}

.ic-tit {
    font-size: 28px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 52px;
}

.ic-tit span {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.ib-box {
    margin-bottom: 32px;
}

.ib-box .ib-check label {
    cursor: pointer;
    font-size: 16px;
}

.ib-box .ib-check input[type="checkbox"] {
    position: relative;
    width: 1px;
    height: 1px;
    visibility: hidden;
    top: 0;
    left: 0;
}

.ib-box .ib-check input[type="checkbox"]+.chk-custom {
    width: 24px;
    height: 24px;
    border: 1px solid #b4b9d1;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: -4px;
    margin-right: 8px;
}

.ib-box .ib-check input[type="checkbox"]:checked+.chk-custom {
    background-color: #00B8A5;
    background-image: url('/etc_img/check.png');
    border-color: #00B8A5;
    background-repeat: no-repeat;
    background-position: center center;
}

.ib-box>h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ib-box>h5.mb-cus {
    margin-bottom: 8px;
}

.ib-box .ib-subtit {
    font-weight: 400;
    font-size: 14px;
    color: #7c82a1;
}

.channel-box {
    margin-top: 24px;
    width: 50%;
}

.channel-box.channel-complete {
    width: 100%;
}

.channel-box .channel {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 40px;
    background-color: #dcf3f0;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    transition: all 0.3s ease;
}

.channel-box.channel-complete .channel {
    background-color: #00B8A5;
    color: #fff;
    cursor: auto;
}

.channel-box .channel.active {
    background-color: #00B8A5;
    color: #fff;
}

.mypage-wrap .info-wrap .save-profile,
.mypage-wrap .info-wrap .modify-profile,
.mypage-wrap .info-wrap .save-button {
    width: 100%;
    max-width: 378px;
    height: 56px;
    border-radius: 18px;
    background-color: #00bba5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: 40px auto 0;
    display: block;
    padding: 0;
}

.mypage-wrap .info-wrap .save-button:disabled {
    background-color: #D1D5E6;
}

.select-wrap {
    position: relative;
    margin-top: 12px;
}

.select-wrap .select-button {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: 1px solid #D1D5E6;
    border-radius: 4px;
    padding: 0 12px;
    cursor: pointer;
    font-size: 14px;
    color: #7C82A1;
    background-image: url('/etc_img/under-arrow.png');
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 16px;
    transition: all 0.3s ease;
}

.select-wrap .select-button.active {
    border-color: #00B8A5;
}

.select-wrap .select-button.selected {
    color: #000;
}

.select-wrap .select-button.disabled {
    opacity: 60%;
    pointer-events: none;
}

.select-wrap .select-box {
    position: absolute;
    top: 64px;
    left: 0;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    max-height: 460px;
    overflow-y: scroll;
    box-shadow: 6px 6px 29px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: none;
}

.select-wrap .select-box.no-scroll {
    overflow: auto;
}

.select-wrap .select-box li {
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    padding-left: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.select-wrap .select-box li:hover {
    background-color: #F5F6FC;
}

.ib-box .etc-input {
    margin-top: 8px;
    display: none;
}

.ib-box .etc-input input {
    height: 52px;
    padding-left: 12px;
    border-radius: 4px;
    border: 1px solid #D1D5E6;
    line-height: 52px;
    width: 100%;
    font-size: 14px;
    outline: none;
}

.ib-box .etc-input input:focus {
    border-color: #00B8A5;
}

.ib-box .profile-info {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E9F5;
}

/** 계정정보 **/
.mypage-wrap .info-wrap .info-container {
    display: none;
}

.mypage-wrap .info-wrap .info-container.active {
    display: block;
}

.mypage-wrap .info-wrap .info-container .ic-subtit {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.mypage-wrap .info-wrap .info-container .ic-subtxt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7c82a1;
    margin-bottom: 24px;
}

.mypage-wrap .info-wrap .info-container .ic-input-box {
    margin-top: 24px;
}

.mypage-wrap .info-wrap .info-container .ic-input-box:first-child {
    margin-top: 0;
}

.mypage-wrap .info-wrap .info-container .ic-input-box.certi-wrap {
    display: none;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-input {
    width: 100%;
    border: 1px solid #D1D5E6;
    border-radius: 4px;
    padding-left: 16px;
    height: 52px;
    outline: none;
    transition: all 0.3s ease;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-input:focus {
    border-color: #00B8A5;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-box span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: 190px;
    height: 52px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border: 1px solid #D1D5E6;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 16px;
    transition: all 0.3s ease;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-box span:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-box .count-box {
    width: 100%;
    position: relative;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-box .count-box .timer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: #d51b3a;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .iib-box .count-box .timer.complete {
    color: #00B8A5;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .certi-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
    color: #5a6080;
}

.mypage-wrap .info-wrap .info-container .ic-input-box .error-text {
    display: none;
    margin-top: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #d51b3a;
}

.mypage-wrap .info-wrap .info-container .ic-input-box.error .error-text {
    display: block;
}

.mypage-wrap .info-wrap .info-container .ic-input-box.error .iib-input {
    border-color: #d51b3a;
}

.mypage-wrap .info-wrap .info-container .ic-button {
    width: 100%;
    max-width: 378px;
    height: 56px;
    border-radius: 18px;
    background-color: #00B8A5;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 40px auto 0;
}

.mypage-wrap .info-wrap .info-container .bottom-text {
    margin: 40px auto 0;
    text-align: center;
}

.mypage-wrap .info-wrap .info-container .bottom-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    margin-bottom: 8px;
}

.mypage-wrap .info-wrap .info-container .bottom-text a {
    line-height: 24px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.mypage-wrap .info-wrap .info-container .ic-info-box {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e9f5;
}

.mypage-wrap .info-wrap .info-container .ic-info-box:last-child {
    border-bottom: 0;
}

.mypage-wrap .info-wrap .info-container .ic-info-box .ifb-tit {
    display: flex;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
}

.mypage-wrap .info-wrap .info-container .ic-info-box .ifb-tit .ifb-button {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #7c82a1;
    border-radius: 4px;
}

.mypage-wrap .info-wrap .info-container .ic-info-box .ifb-info {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.mypage-wrap .info-wrap .info-container .ic-info-box .ifb-subtxt {
    font-size: 12px;
    line-height: 24px;
    color: #7c82a1;
}

.mypage-wrap .info-wrap .info-container .iib-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mypage-wrap .info-wrap .info-container .iib-wrap>span {
    line-height: 52px;
}

.mypage-wrap .info-wrap .info-container .iib-wrap .ic-input-box,
.mypage-wrap .info-wrap .info-container .iib-wrap .select-wrap {
    margin-top: 0;
}

.mypage-wrap .info-wrap .info-container .iib-wrap .ic-input-box {
    width: 40%;
}

.mypage-wrap .info-wrap .info-container .iib-wrap .select-wrap {
    width: 16%;
}

.mypage-wrap .info-wrap .info-container .snsLogin-info {
    text-align: center;
    margin-bottom: 36px;
    background-color: #faeae1;
    border-radius: 4px;
    line-height: 48px;
    color: #E87206;
    font-size: 12px;
    font-weight: 700;
    padding: 0 16px;
    box-sizing: border-box;
}

.mypage-wrap .info-wrap .info-container .snsLogin-info svg {
    margin-right: 8px;
}



/** 혜택 알림 설정 **/
.info-wrap .terms-container ul li {
    margin-top: 22px;
}

.info-wrap .terms-container ul li .tc-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
}

.info-wrap .terms-container ul li .tc-box.disabled {
    pointer-events: none;
}

.info-wrap .terms-container .tc-box.disabled input[type="checkbox"]+.chk-custom {
    background-color: #B4B9D1;
}

.info-wrap .terms-container ul li:first-child {
    margin-top: 0;
}

.info-wrap .terms-container ul li .tc-box .tc-left {
    cursor: pointer;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.info-wrap .terms-container ul li .tc-box .tc-left .terms-txt {
    margin-left: 8px;
    cursor: pointer;
    font-size: 12px;
}

.info-wrap .terms-container ul li .tc-box .tc-left p {
    color: #7c82a1;
    margin-top: 10px;
    padding-left: 32px;
}

.info-wrap .terms-container ul li .tc-box .tc-left p label {
    color: #ccc;
    letter-spacing: -0.02em;
}

.info-wrap .terms-container ul li .tc-box .tc-left p label .terms-txt {
    margin-left: 0;
}

.info-wrap .terms-container ul li .tc-box .tc-left p label input[type=checkbox]:checked+.terms-txt {
    color: #00B8A5;
}

.info-wrap .terms-container ul li .tc-box .tc-right {
    font-size: 12px;
    font-weight: 400;
    color: #7c82a1;
    display: none;
}

.info-wrap .terms-container input[type="checkbox"] {
    position: relative;
    width: 1px;
    height: 1px;
    visibility: hidden;
    top: 0;
    left: 0;
}

.info-wrap .terms-container input[type="checkbox"]+.chk-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #b4b9d1;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.info-wrap .terms-container input[type="checkbox"]:checked+.chk-custom {
    background-color: #00B8A5;
    background-image: url('/etc_img/check.png');
    border-color: #00B8A5;
    background-repeat: no-repeat;
    background-position: center center;
}



/** modal **/
.mp-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 388px;
    box-sizing: border-box;
    padding: 24px 34px;
    background-color: #fff;
    box-shadow: 6px 6px 29px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: none;
}

.mp-modal .mp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mp-modal .mp-header {
    margin-bottom: 20px;
}

.mp-modal .mp-header h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}

.mp-modal .mp-header span {
    cursor: pointer;
}

.mp-modal .mp-body {
    margin-bottom: 20px;
}

.mp-modal .mp-body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.mp-modal .mp-body p.mpb-text {
    word-break: keep-all;
}

.mp-modal .mp-footer button {
    width: 100%;
    background-color: #00B8A5;
    color: #fff;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}

.mp-modal#cancleApply .mp-footer button {
    background-color: #D51B3A;
}

.mp-modal#cancleApply .mp-footer.mp-flex button.cancle-btn {
    background-color: #d1d5e6;
}

.mp-modal .mp-footer.mp-flex {
    display: flex;
    justify-content: space-between;
}

.mp-modal .mp-footer.mp-flex button {
    width: 49%;
}

.mp-modal .mp-footer.mp-flex button.cancle-btn {
    background-color: #D1D5E6;
}

/* 결제내역 */
.mypage-wrap .mp-contents .pay-list-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 44px;
    border-radius: 4px;
    border: 1px solid #e6e9f5;
    margin-bottom: 24px;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-top .pl-tit {
    font-size: 18px;
    line-height: 24px;
    color: #363a4d;
    font-weight: 700;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-top .pl-tit .pl-date {
    font-size: 12px;
    color: #7c82a1;
    font-weight: 400;
    margin-left: 16px;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-top a {
    font-size: 12px;
    font-weight: 400;
    color: #7C82A1;
    border-bottom: 1px solid #7c82a1;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box:first-child {
    margin-top: 0;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box .plb-tit {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box .plb-txt {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box .plb-txt .copy-button {
    margin-left: 4px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box .plb-txt.date-txt {
    font-weight: 700;
    color: #00B8A5;
    font-size: 16px;
}

.mypage-wrap .mp-contents .order-status-box {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 44px;
    border-radius: 4px;
    border: 1px solid #e6e9f5;
    margin-bottom: 24px;
    position: relative;
}

.mypage-wrap .mp-contents .order-status-box .osb-list {
    display: flex;
    align-items: center;
    margin-top: 14px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
}

.mypage-wrap .mp-contents .order-status-box .osb-list .osbl-txt {
    font-weight: 400;
    margin-left: 12px;
}

.mypage-wrap .mp-contents .order-status-box .osb-list:first-child {
    margin-top: 0;
}

.mypage-wrap .mp-contents .order-status-box .receipt-inquiry {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 44px;
    top: 24px;
    border: 1px solid #7c82a1;
    border-radius: 4px;
    height: 44px;
    line-height: 42px;
    color: #000;
    width: 110px;
}

.mypage-wrap .mp-contents .order-info-box {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 44px;
    border-radius: 4px;
    border: 1px solid #e6e9f5;
    margin-bottom: 24px;
}

.mypage-wrap .mp-contents .order-info-box>h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.mypage-wrap .mp-contents .order-info-box .oib-list,
.mypage-wrap .mp-contents .order-cancle-box .ocb-list {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
}

.mypage-wrap .mp-contents .order-info-box .oib-list:first-child,
.mypage-wrap .mp-contents .order-cancle-box .ocb-list:first-child {
    margin-top: 0;
}

.mypage-wrap .mp-contents .order-info-box .oib-list .oibl-tit,
.mypage-wrap .mp-contents .order-cancle-box .ocb-list .ocbl-tit {
    width: 140px;
    font-weight: 700;
}

.mypage-wrap .mp-contents .order-cancle-box .ocb-list .ocbl-txt {
    width: calc(100% - 140px);
}

.mypage-wrap .mp-contents .order-cancle-box .ocb-list .ocbl-txt .ocb-subtxt {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #363A4D;
    margin-top: 8px;
}

.mypage-wrap .mp-contents .order-cancle-box {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 44px;
    border-radius: 4px;
    border: 1px solid #e6e9f5;
}

.mypage-wrap .mp-contents .order-cancle-box>h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}

.mypage-wrap .mp-contents .order-partners-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 44px;
    border-radius: 4px;
    border: 1px solid #e6e9f5;
    margin-bottom: 24px;
    background-color: #FCFDFF;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-left {
    width: 100%;
    max-width: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 40px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-left img {
    width: 100%;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-tit {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-date {
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #363A4D;
    margin-bottom: 8px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-count {
    font-size: 12px;
    line-height: 24px;
    color: #7c82a1;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-count span {
    font-weight: 700;
    margin-left: 8px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .cancle-apply {
    width: 100px;
    height: 44px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color: #000;
    border: 1px solid #7c82a1;
    font-size: 14px;
    font-weight: 600;
    margin-top: 24px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-txt {
    margin-top: 24px;
    color: #7c82a1;
    font-size: 12px;
    line-height: 32px;
}

.mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-txt a {
    color: #7c82a1;
    border-bottom: 1px solid #7c82a1;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box {
    margin-top: 24px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box:first-child {
    margin-top: 0;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box>h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .etc-textarea {
    margin-top: 8px;
    display: none;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .etc-textarea textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d1d5e6;
    border-radius: 4px;
    height: 120px;
    padding: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    line-height: 20px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .etc-textarea textarea:focus {
    border-color: #00B8A5;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .etc-textarea textarea::placeholder {
    color: #999fbd;
    font-size: 14px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .account-box {
    margin-top: 16px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .account-box input[type=text] {
    width: 100%;
    border: 1px solid #d1d5e6;
    border-radius: 4px;
    height: 52px;
    outline: none;
    transition: all 0.3s ease;
    padding-left: 12px;
    font-size: 14px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .account-box input[type=text]:focus {
    border-color: #00B8A5;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pc-box .account-box input[type=text]::placeholder {
    font-size: 14px;
    color: #7c82a1;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .order-partners-box {
    margin-top: 32px;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pay-cancle-button {
    width: 100%;
    max-width: 378px;
    height: 56px;
    border-radius: 18px;
    background-color: #00bba5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: 40px auto 0;
    display: block;
    padding: 0;
    transition: all 0.3s ease;
}

.mypage-wrap .mp-contents .pay-cancle-wrap .pay-cancle-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #00B8A5;
}




/**** 주문 및 결제 ****/
.regist-wrap .rw-tit {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.regist-wrap>div {
    margin-top: 80px;
}

.regist-wrap>div:first-of-type {
    margin-top: 0;
}

.regist-wrap .lecture-info-wrap .liw-top {
    border: 1px solid #e6e9f5;
    border-radius: 4px;
    background-color: #fcfdff;
    padding: 16px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-img-box {
    max-width: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-img-box img {
    width: 100%;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-txt {
    margin-left: 40px;
    margin-right: 60px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-txt h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-txt p {
    color: #363a4d;
    font-size: 14px;
    line-height: 24px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price {
    display: flex;
    align-items: center;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-price-wrap {
    margin-left: 60px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-price-wrap .lp-mkprice {
    font-size: 14px;
    color: #7c82a1;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 4px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-price-wrap .lp-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count {
    display: flex;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count span,
.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count input {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #D1D5E6;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count span {
    font-size: 36px;
    line-height: 42px;
    color: #B4B9D1;
    transition: all 0.3s ease;
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count span:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count .count {
    border-left: 0;
    border-right: 0;
    cursor: auto;
    font-size: 14px;
    font-weight: 700;
}

.regist-wrap .lecture-info-wrap .liw-bot {
    border: 1px solid #e6e9f5;
    border-radius: 4px;
    background-color: #fcfdff;
    padding: 16px 24px;
    box-sizing: border-box;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-list .liwb-tit {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #363A4D;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-list .liwb-num {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #363A4D;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-list.liwb-total {
    margin-top: 16px;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-list.liwb-total .liwb-tit {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-list.liwb-total .liwb-num {
    font-size: 24px;
    color: #00B8A5;
    font-weight: 700;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-subtxt {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7C82A1;
}

.regist-wrap .lecture-info-wrap .liw-bot .liwb-subtxt a {
    color: #7C82A1;
    border-bottom: 1px solid #7C82A1;
}

.regist-wrap .applicant-info-wrap .aiw-text .aiwt-txt {
    margin-bottom: 8px;
}

.regist-wrap .applicant-info-wrap .aiw-text .aiwt-txt .aiwt-tit {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #7c82a1;
}

.regist-wrap .applicant-info-wrap .aiw-text .aiwt-txt .aiwt-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.regist-wrap .applicant-info-wrap .aiw-text .aiwt-subtxt {
    font-size: 12px;
    font-weight: 400;
    color: #7c82a1;
    margin-top: 16px;
}

.regist-wrap .applicant-info-wrap .aiw-text .aiwt-subtxt a {
    color: #7c82a1;
    border-bottom: 1px solid #7c82a1;
}

.regist-wrap .applicant-profile-wrap .ib-box .subtxt {
    font-size: 14px;
    font-weight: 400;
    color: #7c82a1;
    margin-top: 8px;
    margin-left: 37px;
}

.regist-wrap .teacher-to-wrap .ttw-textbox textarea {
    width: 100%;
    max-height: 140px;
    border: 1px solid #D1D5E6;
    padding: 20px 24px;
    box-sizing: border-box;
    resize: none;
    border-radius: 4px;
    outline: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.regist-wrap .teacher-to-wrap .ttw-textbox textarea:focus {
    border-color: #00B8A5;
}

.regist-wrap .payment-wrap {
    margin-bottom: 44px;
}

.regist-wrap .payment-wrap .pw-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.regist-wrap .payment-wrap .pw-top label {
    display: flex;
    align-items: center;
    width: calc((100% / 3) - 10px);
    border: 1px solid #d1d5e6;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 24px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.regist-wrap .payment-wrap .pw-top label.checked {
    border-color: #00B8A5;
}

.regist-wrap .payment-wrap .pw-top label input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

.regist-wrap .payment-wrap .pw-top label input[type=radio]+.radio-box {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #d1d5e6;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}

.regist-wrap .payment-wrap .pw-top label input[type=radio]:checked+.radio-box {
    border-color: #00B8A5;
}

.regist-wrap .payment-wrap .pw-top label input[type=radio]:checked+.radio-box::after {
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-color: #00B8A5;
    border-radius: 50%;
    position: absolute;
}

.regist-wrap .payment-wrap .pw-top label input[type=radio]:checked+.radio-box+.pw-txt {
    color: #000;
    font-weight: 700;
}

.regist-wrap .payment-wrap .pw-top label .pw-txt {
    color: #363A4D;
    font-size: 14px;
    line-height: 24px;
}

.regist-wrap .payment-wrap .pw-bot {
    display: flex;
    align-items: center;
    border: 1px solid #F5F6FC;
    background-color: #fcfdff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px 20px;
    justify-content: space-between;
}

.regist-wrap .payment-wrap .pw-bot h3 {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
}

.regist-wrap .payment-wrap .pw-bot p {
    font-size: 14px;
    line-height: 20px;
    color: #7c82a1;
}

.regist-wrap .payment-wrap .pw-bot p span {
    border-bottom: 1px solid #7c82a1;
    cursor: pointer;
}

.regist-wrap .payment-wrap .pw-subtxt {
    padding-top: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.regist-wrap .pay-button {
    width: 100%;
    max-width: 378px;
    height: 56px;
    border-radius: 18px;
    background-color: #00bba5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: 40px auto 0;
    display: block;
    padding: 0;
    transition: all 0.3s ease;
}

.regist-wrap .pay-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #00B8A5;
}

.regist-wrap .cc-tit.mb-set {
    margin-bottom: 16px;
}

.regist-wrap .cc-subtit {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 66px;
}

.regist-wrap .fail-txt {
    width: 100%;
    max-width: 460px;
    border-radius: 4px;
    background-color: #F5F6FC;
    padding: 16px 24px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 44px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.regist-wrap .retry-button {
    display: block;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    height: 56px;
    border: none;
    background-color: #00bba5;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.regist-wrap .retry-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #00B8A5;
}

.regist-wrap .home-button {
    font-size: 16px;
    border-radius: 12px;
    border: 1px solid #7c82a1;
    font-weight: 700;
    display: block;
    max-width: 380px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    transition: all 0.3s ease;
    background-color: #fff;
}

.regist-wrap .home-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #FFFFFF;
}

.regist-wrap .success-img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.regist-wrap .success-img img {
    width: 100%;
}

.regist-wrap .success-txt {
    margin: 0 auto;
    margin-bottom: 44px;
    border: 1px solid #e6e9f5;
    border-radius: 4px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    padding: 24px 44px;
}

.regist-wrap .success-txt .st-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
}

.regist-wrap .success-txt .st-txt:first-child {
    margin-top: 0;
}

.regist-wrap .success-txt .st-txt .stt-tit {
    font-weight: 700;
}

.regist-wrap .success-txt .st-txt .stt-txt {
    text-align: right;
}

.regist-wrap .success-txt .st-txt .stt-txt.date-txt {
    font-weight: 700;
    color: #00B8A5;
}

.regist-wrap .success-txt .st-txt .stt-txt .copy-button {
    margin-left: 4px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}



/**** 아이디/비밀번호 찾기 ****/
.find-wrap {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.find-wrap .cc-tit {
    text-align: left;
    font-size: 24px;
}

.find-wrap .cc-tab {
    margin-bottom: 44px;
}

.find-wrap .cc-tab .cc-tab-list {
    width: 50%;
}

.find-wrap .find-box {
    margin-top: 24px;
}

.find-wrap .find-box>h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.find-wrap .find-box input {
    width: 100%;
    height: 46px;
    border: 1px solid #d1d5e6;
    outline: none;
    transition: all 0.3s ease;
    padding-left: 16px;
    border-radius: 4px;
    font-size: 14px;
}

.find-wrap .find-box input:focus {
    border-color: #00B8A5;
}

.find-wrap .find-box .error-text {
    display: none;
    margin-top: 12px;
    font-size: 12px;
    line-height: 24px;
    color: #d51b3a;
}

.find-wrap .find-box .error-text.show {
    color: #7c82a1;
    display: block;
}

.find-wrap .find-box.error .error-text.show {
    color: #D51B3A;
}

.find-wrap .find-box.error input {
    border-color: #D51B3A;
}

.find-wrap .find-box.error .error-text {
    display: block;
}

.find-wrap .find-box .fb-subtxt {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #7c82a1;
    margin-top: 12px;
}

.find-wrap .find-box .fb-subtxt .re-certi {
    cursor: pointer;
    border-bottom: 1px solid #7c82a1;
}

.find-wrap .find-box .certi-num {
    position: relative;
}

.find-wrap .find-box .certi-num .timer {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #d51b3a;
}

.find-wrap .find-box .certi-num .timer.complete {
    color: #00B8A5;
}

.find-wrap .certi-cont {
    display: none;
}

.find-wrap .certi-button,
.find-wrap .findId-button,
.find-wrap .findPw-button,
.find-wrap .login-button {
    width: 100%;
    height: 52px;
    border: none;
    color: #fff;
    border-radius: 4px;
    background-color: #00B8A5;
    font-size: 16px;
    font-weight: 700;
    margin-top: 44px;
    display: block;
}


.find-wrap .findId-complete h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.find-wrap .findId-complete .fi-id {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.find-wrap .findId-complete .fi-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #7c82a1;
    margin-bottom: 16px;
}

.find-wrap .findId-complete .fi-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #363A4D;
}

.find-wrap .findId-complete .login-button {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 52px;
    line-height: 52px;
    background-color: #00B8A5;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 44px;
}

.find-wrap .findId-complete .fp-box {
    text-align: center;
    margin-top: 24px;
}

.find-wrap .findId-complete .fp-box .forget-pw {
    font-size: 12px;
    font-weight: 400;
    color: #363A4D;
    line-height: 24px;
    border-bottom: 1px solid #363A4D;
}

.find-wrap .login-button {
    text-align: center;
    line-height: 52px;
}

.find-wrap .pw-complete {
    text-align: center;
}

.find-wrap .pw-complete img {
    max-width: 160px;
    margin-bottom: 32px;
}

.find-wrap .pw-complete h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.find-wrap .pw-complete p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7c82a1;
}

/* 카카오 로그인 실패 */
.login-box .lb-login .login-kakao-fail {
    border-radius: 8px;
    background-color: #f5f6fc;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.login-box .lb-login .login-kakao-fail .fail-icon {
    display: inline-block;
    width: 30px;
    line-height: 28px;
    height: 30px;
    background-color: #D51B3A;
    border-radius: 50%;
    margin-bottom: 15px;
}

.login-box .lb-login .login-kakao-fail h3 {
    font-size: 18px;
    font-weight: 700;
    color: #363A4D;
    margin-bottom: 12px;
}

.login-box .lb-login .login-kakao-fail p {
    font-size: 14px;
    font-weight: 400;
    color: #363A4D;
    line-height: 21px;
}





/*** break point ***/
@media screen and (max-width:1080px) {

    .contents-container {
        padding: 0 15px;
    }

    .contents-container .banner-login {
        flex-wrap: wrap;
    }

    .contents-container .banner-login .banner-wrap {
        max-width: none;
    }

    .contents-container .banner-login .login-wrap {
        max-width: none;
        padding: 15px;
        margin-top: 15px;
    }

    .contents-container .education-wrap .partners-list .partners-box {
        width: calc((100% / 2) - 12px);
        margin-top: 40px;
    }

    .contents-container .education-wrap .partners-list .partners-box:first-child,
    .contents-container .education-wrap .partners-list .partners-box:nth-child(2) {
        margin-top: 0;
    }

    .contents-container .education-wrap .partners-list .partners-box:nth-child(even) {
        margin-right: 0;
    }

    .contents-container .education-wrap .partners-list .partners-box:nth-child(n + 5) {
        margin-top: 40px;
    }

    .contents-container .video-wrap .video-list .video-box {
        width: calc((100% / 2) - 12px);
        margin-top: 40px;
        margin-right: 16px;
    }

    .contents-container .video-wrap .video-list .video-box:first-child,
    .contents-container .video-wrap .video-list .video-box:nth-child(2) {
        margin-top: 0;
    }

    .contents-container .video-wrap .video-list .video-box:nth-child(n + 4) {
        margin-top: 40px;
    }

    .contents-container .video-wrap .video-list .video-box:nth-child(3n) {
        margin-right: 16px !important;
    }

    .contents-container .video-wrap .video-list .video-box:nth-child(even) {
        margin-right: 0 !important;
    }

    .uni-bottom .uni-bottom-box {
        max-width: none;
        padding: 45px 15px;
    }

    .uni-bottom .uni-bottom-copyright {
        padding: 40px 15px;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap {
        padding-left: 0;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-right>ul {
        text-align: right;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt {
        line-height: 20px;
    }

    .channel-box {
        width: 80%;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-img-box {
        max-width: 200px;
        margin-bottom: 16px;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count span,
    .regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count input {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-price .lp-count span {
        font-size: 24px;
    }

    .mypage-wrap .mp-contents .order-partners-box .oeb-left {
        max-width: 200px;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-txt {
        margin-left: 24px;
        margin-right: 36px;
    }
}


@media screen and (max-width:769px) {

    .uni-bottom .uni-bottom-box {
        flex-wrap: wrap;
    }

    .uni-bottom .uni-bottom-box .ubb-uni,
    .uni-bottom .uni-bottom-box .ubb-notice,
    .uni-bottom .uni-bottom-box .ubb-customer {
        width: 100%;
        margin-top: 50px;
    }

    .uni-bottom .uni-bottom-box .ubb-uni {
        margin-top: 0;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner {
        flex-wrap: wrap;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap {
        padding-left: 0;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-right {
        margin-top: 30px;
    }

    .contents-container .realtime-detail {
        flex-wrap: wrap;
    }

    .contents-container .realtime-detail .rd-left,
    .contents-container .realtime-detail .rd-right {
        width: 100%;
    }

    .contents-container .realtime-detail .rd-right {
        margin-top: 30px;
    }

    .contents-container .video-detail .vd-bot {
        padding: 20px;
        flex-wrap: wrap;
    }

    .contents-container .video-detail .vd-bot .vdb-left,
    .contents-container .video-detail .vd-bot .vdb-right {
        width: 100%;
    }

    .contents-container .video-detail .vd-bot .vdb-right {
        margin-top: 30px;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt {
        line-height: 20px;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-right .family-site-box .family-site-list {
        top: auto;
        bottom: 62px;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-right>ul {
        text-align: left;
    }

    .mypage-wrap {
        flex-wrap: wrap;
    }

    .mypage-wrap .mp-sidebar {
        width: 100%;
        margin-right: 0;
    }

    .mypage-wrap .mp-contents {
        width: 100%;
        margin-top: 36px;
    }

    .channel-box {
        width: 100%;
    }

    .regist-wrap .lecture-info-wrap .liw-top,
    .regist-wrap .payment-wrap .pw-top {
        display: block;
    }


    .regist-wrap .payment-wrap .pw-top label {
        width: 100%;
        margin-bottom: 8px;
    }

    .mypage-wrap .mp-contents .order-partners-box {
        display: block;
    }

    .mypage-wrap .mp-contents .order-partners-box .oeb-left {
        margin-bottom: 16px;
    }

    .mypage-wrap .info-wrap .info-container .iib-wrap .ic-input-box {
        width: 32%;
    }

    .mypage-wrap .info-wrap .info-container .iib-wrap .select-wrap {
        width: 32%;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-txt {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:481px) {

    .uni-top .logo-wrap a img {
        width: 120px;
    }

    .uni-top .uni-top-gnb li {
        margin-left: 32px;
    }

    .uni-top .uni-top-gnb li a {
        font-size: 13px;
    }

    .contents-container .education-wrap,
    .contents-container .event-banner,
    .contents-container .video-wrap {
        margin-top: 60px;
    }

    .contents-container .education-wrap>h3,
    .contents-container .video-wrap>h3 {
        font-size: 20px;
    }

    .contents-container .education-wrap>h3 a,
    .contents-container .video-wrap>h3 a {
        font-size: 13px;
    }

    .contents-container .education-wrap .partners-list .partners-box,
    .contents-container .video-wrap .video-list .video-box {
        width: 100%;
        margin-right: 0;
    }

    .contents-container .education-wrap .partners-list .partners-box:nth-child(even),
    .contents-container .video-wrap .video-list .video-box:nth-child(even),
    .contents-container .education-wrap .partners-list .partners-box {
        margin-top: 30px;
    }

    .contents-container .education-wrap .partners-list .partners-box:nth-child(n + 5) {
        margin-top: 30px;
    }

    .contents-container .cc-tit {
        font-size: 24px;
        margin: 33px 0;
    }

    .contents-container .cc-tab .cc-tab-list {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 18px;
    }

    .contents-container .cc-tab .cc-tab-list a {
        font-size: 13px;
        padding: 5px 0;
        letter-spacing: -0.069em;
        word-break: keep-all;
        width: 100%;
    }

    .contents-container .cc-tab.mp-tab .cc-tab-list a {
        padding: 12px 0;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .ubl-top {
        flex-wrap: wrap;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link {
        width: 100%;
        margin-top: 14px;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copy-link li:first-child {
        padding-left: 0;
    }

    .contents-container .realtime-detail .rd-left .rd-curri .rdc-list {
        padding: 24px 30px;
    }

    .uni-top .uni-top-lnb li a {
        font-size: 11px;
    }

    .uni-top .logo-wrap {
        padding: 20px 0;
    }

    .uni-top .uni-top-lnb li {
        padding: 0 8px;
    }

    .uni-top .uni-top-lnb li:last-child {
        padding-right: 15px;
    }

    .uni-top .uni-top-lnb li::after {
        height: 10px;
    }

    .reg-container {
        margin-top: 35px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .reg-container .terms-btn-wrap {
        display: flex;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copy-txt {
        line-height: 20px;
        margin-top: 15px;
    }

    .uni-bottom .uni-bottom-copyright .ubc-inner .ub-left .copyright-wrap .copyright {
        text-align: center;
        margin-top: 36px;
    }

    .contents-container .banner-login .banner-wrap .swiper-pagination {
        bottom: 20px;
    }

    .contents-container .event-banner .swiper-pagination {
        bottom: 10px;
        right: 36px;
    }

    .contents-container .cc-tab .cc-tab-list,
    .contents-container .cc-tab .cc-tab-list.active {
        border-width: 1px;
    }

    .contents-container .video-wrap .video-list .video-box:nth-child(3n) {
        margin-right: 0 !important;
    }

    .reg-container .terms-container ul li .tc-box .tc-left {
        font-size: 11px;
    }

    .reg-container .rc-tit {
        margin-top: 33px;
        margin-bottom: 40px;
        font-size: 22px;
    }

    .mypage-wrap .info-wrap .ic-tit {
        font-size: 22px;
        margin-bottom: 36px;
    }

    .mypage-wrap .info-wrap .ib-box>h5 {
        font-size: 16px;
    }

    .mypage-wrap .info-wrap .ib-box .ib-check label {
        font-size: 13px;
    }

    .mypage-wrap .info-wrap .ib-box .ib-check input[type="checkbox"]+.chk-custom {
        width: 16px;
        height: 16px;
    }

    .mypage-wrap .info-wrap .info-container .ic-subtit {
        font-size: 16px;
    }

    .mypage-wrap .info-wrap .info-container .ic-subtxt {
        font-size: 12px;
    }

    .regist-wrap .success-txt,
    .mypage-wrap .mp-contents .pay-list-wrap {
        padding: 16px 22px;
    }

    .regist-wrap .success-txt .st-txt,
    .mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box .plb-tit,
    .mypage-wrap .mp-contents .pay-list-wrap .pl-bot .plb-box .plb-txt {
        font-size: 13px;
    }

    .regist-wrap .cc-subtit {
        font-size: 16px;
    }

    .regist-wrap .rw-tit {
        font-size: 18px;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-img-box {
        max-width: 100%;
    }

    .mp-modal .mp-body p {
        font-size: 13px;
    }

    .regist-wrap .lecture-info-wrap .liw-top .liwt-price {
        justify-content: space-around;
    }

    .mypage-wrap .mp-contents .order-partners-box .oeb-left {
        max-width: 100%;
    }

    .mypage-wrap .mp-contents .order-info-box .oib-list,
    .mypage-wrap .mp-contents .order-cancle-box .ocb-list {
        font-size: 13px;
    }

    .mypage-wrap .mp-contents .order-info-box .oib-list .oibl-tit,
    .mypage-wrap .mp-contents .order-cancle-box .ocb-list .ocbl-tit {
        width: 100px;
        font-size: 13px;
    }

    .mypage-wrap .mp-contents .order-cancle-box .ocb-list .ocbl-txt .ocb-subtxt,
    .mypage-wrap .mp-contents .order-partners-box .oeb-right .oeb-txt {
        font-size: 11px;
        line-height: 16px;
    }

    .mypage-wrap .mp-contents .order-status-box,
    .mypage-wrap .mp-contents .order-partners-box,
    .mypage-wrap .mp-contents .order-info-box,
    .mypage-wrap .mp-contents .order-cancle-box {
        padding: 16px 24px;
    }

    .mypage-wrap .mp-contents .order-status-box .receipt-inquiry {
        right: 24px;
        width: 90px;
    }
}
.profile-photo {
    width: 62px;
        height: 62px;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    overflow: hidden;
}

.hover-up:hover .scale-110 {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.scale-110 {
    transition: transform 0.3s ease;
}

.hover-border-primary:hover,
.hover-border-primary:hover .hover-border-primary {
    border-color: #4A8FE366 !important;
}

.hover-up {
    transition: all 0.3s ease;
}

.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}
