/*** 셀러대학 Custom 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,200,300,400,500,600,700,800,900;
    font-style: normal;
}

/* 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 .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:700;
    color:#000;
}



/** 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 {
    width: 100%;
    max-width:320px;
    background-color:#F5F6FC;
    border-radius:8px;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    padding:0 24px;
    justify-content: center;
}

.contents-container .banner-login .login-wrap h3 {
    font-size:16px;
    line-height:24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.contents-container .banner-login .login-wrap button {
    width: 100%;
    height:56px;
    border:none;
    background-color:#00bba5;
    color:#fff;
    border-radius: 12px;
    font-size:16px;
    font-weight: 700;
}

.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 .edu-list {
    margin: 0;
    padding: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content:flex;
}

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

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

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

.contents-container .education-wrap .edu-list .edu-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 .edu-list .edu-box.end-edu .edu-link {

}

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

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

.contents-container .education-wrap .edu-list .edu-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 .edu-list .edu-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 .edu-list .edu-box .eb-date {
    line-height:24px;
    font-size:14px;
    font-weight: 700;
    color:#5a6080;
    margin-bottom: 4px;
}

.contents-container .education-wrap .edu-list .edu-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 .edu-list .edu-box .eb-price .eb-percent {
    margin-right: 8px;
}

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

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

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

.contents-container .education-wrap .edu-list .edu-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 .edu-list .edu-box .eb-keyword-list .eb-keyword.red-keyword {
    background-color:#FFEEEA;
    color:#FF7450;
}

.contents-container .education-wrap .edu-list .edu-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 .edu-list .edu-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;
}

.removeBtn {
    min-width: 20px;
    margin-left:5px;
    background-color:#fff;
    border:1px solid #d51e1e;
    padding:0;
    font-size:16px;
    font-weight: 600;
    border-radius: 4px;
    color:#d51e1e;
    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-edu-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-edu-box .oeb-left {
    width: 100%;
    max-width: 250px;
    border-radius:8px;
    overflow: hidden;
    margin-right: 40px;
}

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

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

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

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

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

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

.mypage-wrap .mp-contents .order-edu-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-edu-box .oeb-right .oeb-txt {
    margin-top: 24px;
    color:#7c82a1;
    font-size:12px;
    line-height:32px;
}

.mypage-wrap .mp-contents .order-edu-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-edu-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 .edu-list .edu-box {
        width: calc((100% / 2) - 12px);
        margin-top:40px;
    }

    .contents-container .education-wrap .edu-list .edu-box:first-child ,
    .contents-container .education-wrap .edu-list .edu-box:nth-child(2) {
        margin-top: 0;
    }

    .contents-container .education-wrap .edu-list .edu-box:nth-child(even) {
        margin-right:0;
    }

    .contents-container .education-wrap .edu-list .edu-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-edu-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-edu-box {
        display: block;
    }

    .mypage-wrap .mp-contents .order-edu-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 .edu-list .edu-box,
    .contents-container .video-wrap .video-list .video-box {
        width: 100%;
        margin-right:0;
    }

    .contents-container .education-wrap .edu-list .edu-box:nth-child(even),
    .contents-container .video-wrap .video-list .video-box:nth-child(even),
    .contents-container .education-wrap .edu-list .edu-box {
        margin-top:30px;
    }

    .contents-container .education-wrap .edu-list .edu-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-edu-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-edu-box .oeb-right .oeb-txt {
        font-size:11px;
        line-height:16px;
    }

    .mypage-wrap .mp-contents .order-status-box,
    .mypage-wrap .mp-contents .order-edu-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;
    }
}