.red {
    color: var(--color-red);
    background-color: initial;
}

a.link,
.blue {
    color: var(--color-blue);
}

.green {
    color: var(--color-green);
}

.purple {
    color: var(--point-color2);
}

.bg {
    background-color: var(--bg-color) !important;
}

.bg__blue {
    background-color: rgb(232, 249, 255) !important;
}

.bg__green {
    background-color: rgb(238, 255, 242) !important;
}

.bg__yellow {
    background-color: rgb(255, 250, 219) !important;
}

.bg__pink {
    background-color: rgb(255, 246, 246) !important;
}

.bg__purple {
    background-color: rgb(245, 245, 247) !important;
}

.bg__gray {
    background-color: rgb(245, 245, 247);
}

.border-left-0 {
    border-left: 0px !important;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.txt-c {
    text-align: center;
}

.scroll-wrap {
    overflow: auto hidden;
    position: relative;
}

.scroll-wrap::before {
    content: "";
    display: none;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.376);
    border-radius: 3rem;
    background-image: url("../images/component/icon-scroll.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.scroll-wrap:lang(en)::before {
    background-image: url("../images/component/icon-scroll-en.svg");
}

.scroll-wrap::-webkit-scrollbar {
    height: 0.5rem;
}

.scroll-wrap::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
    border-radius: 0.5rem;
}

.scroll-wrap::-webkit-scrollbar-track {
    background-color: rgb(204, 204, 204);
    border-radius: 0.5rem;
}

.scroll {
    min-width: 140rem;
}

.card .scroll {
    min-width: 128rem;
}

.lecture.scroll {
    min-width: 116rem;
}

@media screen and (max-width: 1439px) {
    .scroll-wrap {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .scroll-wrap::before {
        display: block;
    }

    .scroll-wrap.scrolled::before,
    .scroll-wrap:hover::before {
        display: none;
    }
}

.section {
    max-width: 144rem;
    width: 100%;
    margin: 0px auto;
}

.section+.section {
    padding-top: 10rem;
}

.lists {
    display: flex;
    align-items: center;
}

.lists.column {
    flex-direction: column;
}

.list {}

.list>a {
    display: block;
    padding: 1rem;
}

em {
    color: var(--point-color2);
    font-style: normal;
}

.iframe-wrapper {
    padding-top: 9rem;
    max-width: 80rem;
    margin: 0px auto;
}

.iframe-wrap {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    height: 0px;
    background-color: rgb(0, 0, 0);
}
.iframe-wrap> .video-js,
.iframe-wrap>iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.top-wrapper {
    max-width: 144rem;
    padding: 0px 2rem;
    box-sizing: border-box;
    margin: 0px auto;
}

.top-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgb(0, 0, 0);
    padding: 5rem 0px 2.5rem;
}

.top__tit {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
}

.top-nav__lists {}

.top-nav__list {
    display: flex;
    align-items: center;
}

.top-nav__list:not(:last-child)::after {
    content: "";
    display: block;
    background-image: url("../images/common/top-nav-deco.svg");
    background-repeat: no-repeat;
    width: 5px;
    min-width: 5px;
    height: 9px;
}

.top-nav__list>a {
    display: flex;
    font-size: 1.6rem;
    line-height: 1.9rem;
    font-weight: 500;
    color: rgb(119, 119, 119);
}

@media screen and (min-width: 1024px) {
    .top-nav__list>a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 767px) {
    .section+.section {
        padding-top: 5rem;
    }

    .top-wrap {
        flex-direction: column-reverse;
        gap: 0.6rem;
        padding: 3rem 0px 1.2rem;
    }

    .top__tit {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }

    .top-nav__lists {
        position: relative;
        flex-wrap: wrap;
    }

    .top-nav__list>a {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: .5rem;
    }
}

@media screen and (max-width: 576px) {
    .section {
        padding-top: 3rem;
    }
}

.info-tab__lists {
    padding: 0px 2rem;
}

.info-tab__list::after {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: 1.5px;
    background-color: var(--point-color2);
    transition: 0.15s ease-in;
}

.info-tab__list:has(.active)::after {
    width: 100%;
}

.info-tab__list>.info-tab__btn {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: rgb(119, 119, 119);
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(221, 221, 221);
    transition: 0.15s ease-in;
}

.info-tab__btn.active {
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.info__visual {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0px;
}

.info__tit {
    max-width: 61rem;
}
.info__tit:lang(en) {
    max-width: 64rem;
}

.info__tit>p {
    font-size: 4.8rem;
    line-height: 6rem;
}

.info__tit:lang(en) > .ssurround {
    font-size: 4.3rem;
}

.info__tit>.sub {
    padding-top: 1.6rem;
    font-size: 2rem;
    line-height: 3.8rem;
    word-break: keep-all;
}

.info__img {
    max-width: 50%;
}

.tab__cnt,
.tab__top {
    max-width: 144rem;
    box-sizing: border-box;
    padding: 0px 2rem;
    margin: 0px auto;
}

.tab__bottom {
    padding: 8rem 0px 12rem;
    overflow: hidden;
}

.card__tit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 1.6rem;
    padding: 0 2rem;
}

.card-stage+.card__tit {
    padding-top: 5rem;
}

.card__tit::before,
.card__tit::after {
    content: "";
    display: block;
    background-image: url("../images/curri/card-tit-deco.svg");
    background-repeat: no-repeat;
    width: 5rem;
    height: 1.4rem;
}

.card__tit::after {
    transform: rotate(180deg);
}

.card__tit>p {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 4.8rem;
}

.card-stage {
    box-sizing: border-box;
    padding: 4rem 8rem 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 6rem;
    position: relative;
}

.card-stage.deco::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("../images/curri/card-stage-deco-1.svg");
    background-repeat: no-repeat;
    width: 12.2rem;
    height: 12.2rem;
}

.card-stage.deco1::before {
    left: -15.2rem;
    top: -2.5rem;
}

.card-stage.deco2::before {
    background-image: url("../images/curri/card-stage-deco-2.svg");
    right: -15.2rem;
    top: -3rem;
}

.card {
    flex: 1 1 100%;
    max-width: calc(50% - 3rem);
    background-color: rgb(255, 255, 255);
    padding: 5rem;
    border-radius: 2.4rem;
    box-shadow: rgba(0, 0, 0, 0.024) 0px 0px 4rem;
    text-align: center;
    box-sizing: border-box;
}

.card.line {
    box-shadow: none;
    border: 1px solid rgb(221, 221, 221);
}

.card-tab-wrapper .card {
    padding: 6rem;
}

.card:has(.card__left) {
    display: flex;
    justify-content: space-between;
}

.card:only-child {
    max-width: 100%;
}

.card__cnt {
    padding-top: 0.5rem;
}

.card__cnt>.tit {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
}

.card__cnt>.tit.sm {
    font-weight: 600;
}

.card__cnt>.cnt em {
    font-weight: 600;
}

.card__cnt>.cnt {
    padding-top: 0.5rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem 1rem;
}

.card__cnt>.cnt:lang(en) {
    flex-direction: column;
}

.card__cnt>.cnt:lang(en) span.pc {
    display: none !important;
}

.card__cnt:has(.sm)>.cnt {
    display: block;
    padding-top: 1.4rem;
}

.card__img {
    width: 100%;
    border-radius: 2.4rem;
}

.card__img+.card__cnt {
    padding-top: 3.2rem;
}

.card__img+.card__cnt>.cnt {
    padding-top: 1.6rem;
}

.card__img+.card__cnt>.tit em {
    position: relative;
    z-index: 1;
}

.card__img+.card__cnt>.tit em::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: var(--bg-color);
    width: calc(100% + 2rem);
    height: 1.4rem;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.card__left {
    display: flex;
    align-items: center;
    gap: 3.2rem;
}

.card-left__tit {
    text-align: left;
    font-size: 2rem;
    line-height: 3.2rem;
}

.card__btn {
    min-width: 26rem;
    height: 6rem;
    border-radius: 0.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    gap: 0.8rem;
    padding: 0 2rem;
    box-sizing: border-box;
    cursor: pointer;
}

.card__btn::after {
    content: "";
    display: block;
    background-image: url("../images/icon/icon-arrow-right-w.svg");
    width: 17px;
    min-width: 17px;
    height: 12px;
}

@media screen and (min-width: 1024px) {
    .info-tab__list:hover>.info-tab__btn {
        font-weight: 700;
        color: rgb(0, 0, 0);
    }

    .info-tab__list:hover::after {
        width: 100%;
    }
}

@media screen and (max-width: 1439px) {
    .card-stage.deco::before {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .card-stage {
        padding: 4rem 2rem 0px;
    }
}

@media screen and (max-width: 1023px) {

    .card__tit::before,
    .card__tit::after,
    .section:has(.tab__lists) {
        display: none;
    }

    .info__visual,
    .card-stage {
        flex-direction: column;
    }

    .card {
        flex: initial;
        width: 100%;
        max-width: 100%;
    }

    .tab__bottom:has(.notice-table) {
        padding: 3rem 0px;
    }

    .card:has(.card__left) {
        flex-direction: column;
        gap: 1.6rem;
        align-items: center;
    }

    .card__left>img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .card-left__tit {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .info__visual {
        text-align: center;
        padding: 3rem 0px 6rem;
    }
    .info__tit:lang(en) > .ssurround,
    .info__tit>p {
        font-size: 2.4rem;
        line-height: 3.5rem;
    }

    .info__tit>.sub {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .card__tit>p {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }

    .info__img {
        padding-top: 3rem;
        max-width: 100%;
    }

    .tab__bottom {
        padding: 3rem 0px 6rem;
    }

    .card-stage {
        padding: 2rem 2rem 0px;
        gap: 2rem;
    }

    .card-tab-wrapper .card,
    .card {
        padding: 2.4rem 1.5rem;
        border-radius: 1.6rem;
    }

    .card:has(.card__img) {
        padding: 1.6rem;
    }

    .card__icon {
        display: none;
    }

    .card__cnt>.tit {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .card__cnt>.cnt {
        font-size: 1.4rem;
        line-height: 2.4rem;
        flex-direction: column;
    }

    .card__cnt>.cnt em {
        font-size: 1.6rem;
    }

    .card__img {
        border-radius: 1.2rem;
    }

    .card__img+.card__cnt {
        padding-top: 1.6rem;
    }

    .card__img+.card__cnt>.cnt {
        padding-top: 1.2rem;
    }

    .card__btn {
        width: 100%;
        min-width: initial;
        height: 3.6rem;
        font-size: 1.4rem;
        line-height: 2rem;

    }
    .card__btn:lang(en) {
        height: 4.5rem;
    }

    .card__cnt:has(.sm)>.cnt {
        padding-bottom: 0.8rem;
    }
}

.box {
    background-color: var(--bg-color);
    border-radius: 1.6rem;
}

.search-box {
    padding: 4rem 5rem;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 3.5rem;
    transition: 0.15s ease-in;
}

.search-box>div {
    width: 100%;
}

.search-box__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box__top>p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
}

.search-box__btn {
    color: var(--point-color2);
    padding: 0px 3rem;
    height: 4.3rem;
    border: 1px solid var(--point-color2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    border-radius: 0.6rem;
    transition: 0.15s ease-in;
}

.search-box__bottom {
    padding-top: 3rem;
    transition: 0.15s ease-in;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {
    .search-box__bottom .form-wrapper {
        flex-direction: column;
        gap: 1rem 2rem;
    }

    .search-box__bottom .form__tit {
        white-space: nowrap;
    }

    .search-box__bottom .select {
        max-width: initial;
    }
}

@media screen and (max-width: 1023px) {
    .search-box__img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .search-box {
        padding: 2.4rem;
    }

    .search-box__top {
        flex-direction: column;
        gap: 1.6rem;
        text-align: center;
    }

    .search-box__top>p {
        text-align: center;
    }

    .search-box__bottom {
        padding-top: 2.4rem;
    }
}

@media screen and (max-width: 576px) {
    .search-box .form-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .search-box__btn {
        height: 3.6rem;
        padding: 0px 1.3rem;
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.post-stage {
    padding: 4rem 0px 12rem;
}

.post-container {
    padding: 0px 2rem;
}

.post-img-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 2rem;
    padding-top: 3rem;
    width: 100%;
}

.post-img-list {
    flex: 1 1 100%;
    max-width: calc(25% - 1.5rem);
    position: relative;
}

.post-img-list>.post {
    box-shadow: rgba(0, 0, 0, 0.086) 0px 0px 15px;
    border-radius: 1.6rem;
    padding: 0px;
    border: 0px;
}

.post__thumb {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
    border: 0px;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
}

.post__thumb>img {
    position: absolute;
    top: 0px;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-lists__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(0, 0, 0);
    padding-bottom: 1.6rem;
}

.post-lists__top.border-0 {
    border: 0px;
}

.post-list {
    position: relative;
}

.post__cont {
    background-color: rgb(241, 241, 241);
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 0.8rem;
    padding: 0px 1rem;
    border-radius: 0.8rem;
}

.post__cont>p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    color: rgb(119, 119, 119);
}

.post__view {
    background-color: rgb(241, 241, 241);
    border-radius: 0.8rem;
    display: flex;
}

.post-view__btn {
    width: 4rem;
    height: 4rem;
    border-radius: 0.8rem;
    cursor: pointer;
    transition: 0.15s ease-in;
}

.post-view__btn path {
    fill: rgb(112, 112, 112);
}

.post-view__btn.active {
    background-color: rgb(227, 211, 255);
}

.post-view__btn.active path {
    fill: var(--point-color2);
}

.post {
    display: block;
    padding: 3rem 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
    transition: 0.15s ease-in;
}

.post .green {
    color: var(--color-green);
}

.post .cnt.blue {
    color: var(--color-blue);
    background-color: initial;
}

.post__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.post-type {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    color: rgb(240, 120, 0);
    min-width: 5rem;
    padding-right: 2rem;
}

.post-img-list .post-type {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-right: 2.4rem;
    width: auto;
}

.post__top>svg {
    margin-right: 1rem;
}

.post__top>p:last-child:not(:only-child) {
    font-size: 1.4rem;
    line-height: 2rem;
}

.post__bottom {
    /*display: flex;*/
    gap: 0px 2rem;
}

.post__top+.post__bottom {
    padding-top: 2rem;
}

.post-img-list .post__top+.post__bottom {
    padding-top: 1rem;
}

.post__chips {
    display: flex;
    gap: 0.8rem;
}

.post__chip {
    padding: 0px 1rem;
    height: 2.6rem;
    display: inline-block;
    border-radius: 0.3rem;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
}

.post__chip>p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.post-detail__tit .post__chip>p {
    font-size: 1.6rem;
    white-space: nowrap;
}

.post__cnt {
    overflow: hidden;
}

.post__tit {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0px 1.6rem;
}

.post-img-list .post__tit {
    display: block;
    min-height: 5.2rem;
}

.post__tit>p {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 600;
    display: block;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post__tit>p.self {
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 5.3rem;
    min-height: 5.3rem;
}

.post-img-list .post__tit>p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.post-list-wrap {
    padding-top: 2rem;
    position: relative;
}

.post-list-wrap:has(.post__status) {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-cnt__lists {
    display: flex;
    align-items: center;
    gap: 0px 3rem;
}

.post-cnt__lists:lang(en) {
    gap: 1rem 2rem;
}

.post__status+.post-cnt__lists {
    padding-top: 1rem;
}

.post-cnt__lists+.post-cnt__lists {
    padding-top: 1rem;
}

.post-img-list .post-cnt__lists {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px 1rem;
    width: 100%;
}

.post-cnt__list {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    min-width: 13.5rem;
}

.post-cnt__list:lang(en) {
    min-width: 26.7rem;
}

.post-img-list .post-cnt__list {
    align-items: baseline;
}

.post-cnt__list>.tit {
    min-width: 6.1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.post-cnt__list>.tit:lang(en) {
    min-width: 14.5rem;
    width: 100%;
}
.post-cnt__list>.cnt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgb(85, 85, 85);
}

.post-cnt__list>.cnt:lang(en) {
    min-width: 14rem;
    width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-btn-wrap {
    position: absolute;
    bottom: 3rem;
    right: 0px;
    display: flex;
    gap: 1.6rem;
    transition: 0.15s ease-in;
    z-index: 1;
}

.post-img-list .post-btn-wrap {
    top: 1.5rem;
    right: 5.5rem;
    gap: 0px;
}

.post__btn {
    min-width: 17rem;
    height: 6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
}

.post__btn.regist,
.post__btn.purple {
    background-color: #e3d3ff;
    color: #000;
    transition: .15s ease-in;
}

.post__btn.red {
    background-color: #e96666;
    color: #fff;
}
.post__btn.yellow {
    background-color: #fce553;
}
.post__caption {
    padding: 2.4rem 2rem;
    background-color: #fff;
    border-radius: 0 0 2rem 2rem;
}

.post__sub {
    padding-top: 1rem;
}

.post__sub>p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgb(112, 112, 112);
}

.post__status {
    background-color: rgb(221, 221, 221);
    width: auto;
    min-width: 5rem;
    height: 2.6rem;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  0 1rem;
    box-sizing: border-box;
}

.post__status.completed {
    background-color: rgb(0, 136, 255);
}

.post__status>p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: rgb(119, 119, 119);
}

.post__status.completed>p {
    color: rgb(255, 255, 255);
}

.post__thumb .post__status {
    position: absolute;
    z-index: 1;
    top: 1.5rem;
    left: 1.5rem;
}

.bookmark {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    box-shadow: rgba(0, 0, 0, 0.086) 0px 3px 6px;
    cursor: pointer;
    transition: 0.15s ease-in;
}

.bookmark path {
    stroke: rgb(221, 221, 221);
    stroke-width: 0.3rem;
    fill: rgb(255, 255, 255);
    transition: 0.15s ease-in;
}

.bookmark.active path {
    stroke: initial;
    stroke-width: initial;
    fill: rgb(255, 0, 0);
}

.post-detail-stage {
    padding: 4rem 2rem 12rem;
}

.post-detail__top {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 2.4rem;
    display: flex;
    gap: 0px 2.4rem;
}

.post-detail__left {
    max-width: 42rem;
    width: 100%;
    transition: 0.15s ease-in;
}

.post-detail__thumb {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.post-detail__thumb>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
}

.post-tags {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.post__tag {
    border: 1px solid rgb(227, 211, 255);
    padding: 0px 1rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.8rem;
}

.post__tag>p {
    color: var(--point-color2);
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
}

.post-detail__right {
    width: 100%;
    position: relative;
}

.post-detail__tit {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0px 1.6rem;
    box-sizing: border-box;
}

.post-detail__tit>p {
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 600;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5rem;
}

.post-detail__right .bookmark {
    border: 1px solid rgb(221, 221, 221);
    right: 0px;
    box-shadow: none;
}

.post-detail__lists {
    padding-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.post-detail__list {
    flex: 1 1 calc(50% - 0.7rem);
    max-width: calc(50% - 0.7rem);
    display: flex;
    gap: 0px 1rem;
}

.post-detail__list>.tit {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
    min-width: 11rem;
}
.post-detail__list>.tit:lang(en) {
    width: 100%;
    max-width : calc(50% - .5rem);
}

.post-detail__list>.cnt {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: rgb(85, 85, 85);
}

.post-detail__btn-wrap {
    display: flex;
    gap: 1.6rem;
    padding-top: 2.4rem;
}

.post-detail__btn-wrap>button {
    height: 5rem;
}

.post-detail__bottom {
    padding-top: 3rem;
}

.faq__tabs,
.post-detail__tabs {
    display: flex;
    gap: 1rem;
    padding-bottom: 3rem;
}

.fap__tab,
.post-detail__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    min-height: 4.2rem;
    border-radius: 2.7rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    transition: 0.15s ease-in;
    cursor: pointer;
}
.fap__tab.active,
.post-detail__tab.active {
    background-color: rgb(227, 211, 255);
    border-color: rgb(227, 211, 255);
    color: var(--point-color2);
}

@media screen and (min-width: 1024px) {
    .bookmark:hover path {
        stroke: initial;
        stroke-width: initial;
        fill: rgb(255, 0, 0);
    }
    .fap__tab:hover,
    .post-detail__tab:hover {
        background-color: rgb(227, 211, 255);
        border-color: rgb(227, 211, 255);
        color: var(--point-color2);
    }

    .post:hover .post__tit p {
        text-decoration: underline;
    }
}
@media screen and (min-width: 1024px) {
    .post__btn.regist:hover:not(.yellow),
    .post__btn.purple:hover {
        background-color: var(--point-color2);
        color: #fff;
    }
}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {
    .post {
        padding-bottom: 12rem;
    }

    .post-img-list {
        max-width: calc(33% - 1.33333rem);
    }

    .post-detail__left {
        max-width: 100%;
    }

    .post-detail__top {
        flex-direction: column;
        gap: 3rem;
    }

    .post-detail__btn-wrap {
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) {
    .post-detail-stage {
        padding-top: 1.6rem;
    }

    .post-detail__top {
        gap: 0px;
    }

    .post-detail__left {
        visibility: hidden;
        width: 0px;
        height: 0px;
    }

    .post-detail__tit {
        flex-direction: column;
        align-items: flex-start;
        border: 0px;
        padding: 0px;
        gap: 0.8rem;
    }

    .post-detail__lists {
        padding-top: 1.4rem;
        gap: 0.8rem;
    }
    .post-detail__lists:lang(en) {
        flex-direction: column;
    }

    .post-detail__list {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .post-detail__tab-cnt .iframe-wrapper {
        padding: 0px;
    }

    .post-img-list {
        max-width: calc(50% - 1rem);
    }

    .post-img-list .post-btn-wrap {
        top: 1.5rem;
        right: 3.5rem;
        left: initial;
        width: auto;
    }

    .post__tit>p {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .post__tit {
        align-items: flex-start;
        gap: .5rem;
    }
    .post__tit>p.date {
        display: none;
    }

    .post-cnt__lists {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .post-btn-wrap {
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
    }

    .post-detail__btn-wrap {
        display: block;
    }

    .post-detail__right .bookmark {
        height: 5rem;
        width: calc(50% - 0.7rem);
        left: 0px;
        bottom: 5.8rem;
    }

    .post__btn.share {
        position: relative;
        width: calc(50% - 0.7rem);
        right: calc(-50% - 0.7rem);
    }

    .post__btn.regist {
        width: 100%;
        margin-top: 0.8rem;
    }
    .post-cnt__list:lang(en) {
        width: 100%;
    }
    .post-cnt__list>.cnt:lang(en) {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .post {
        padding: 1.6rem 0px 7.6rem;
    }

    .post__bottom {
        flex-direction: column;
        gap: 1rem;
        padding-top: 0px;
        align-items: flex-start;
    }

    .post__tit>p {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .post-btn-wrap {
        width: 100%;
        bottom: 1.6rem;
    }

    .post__btn {
        min-width: calc(50% - 0.8rem);
        height: 4rem;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 576px) {

    .section:has(.post-detail-stage),
    .post-stage {
        padding: 0px;
    }

    .post-detail-stage {
        padding-bottom: 6rem;
    }

    .post-img-list {
        max-width: 100%;
    }

    .post__tit>p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .post-detail__tit>p {
        font-size: 2.4rem;
        line-height: 3rem;
        margin: 0px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .post-detail__list {
        gap: 0px 2.7rem;
        flex-direction: column;
    }

    .post-cnt__list>.tit,
    .post-cnt__list>.cnt {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .post-detail__list>.tit {
        min-width: 6.5rem;
    }

    .post-detail__top {
        padding-bottom: 1.6rem;
    }

    .post__btn {
        height: 3.6rem;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .faq__tabs,
    .post-detail__tabs {
        padding-bottom: 2.4rem;
    }
    .post-cnt__list:lang(en) {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}

.self-stage.section {
    padding: 8rem 2rem 12rem;
    box-sizing: border-box;
}

.self-caption {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 3.2rem;
    text-align: center;
}

.self-container {
    display: flex;
    justify-content: center;
    gap: 5rem;
    flex-wrap: wrap;
    padding-top: 5rem;
}

.self-box {
    border-radius: 1.6rem;
    padding: 3.5rem 3rem;
    box-sizing: border-box;
    max-width: 38rem;
    width: 100%;
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.self__tit {
    padding-bottom: 3.5rem;
    text-align: center;
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 700;
}

.self-box__links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem 0px;
}

.self-box__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.5rem;
    padding: 0px 2.4rem;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 1rem;
    transition: 0.15s ease-in;
}

.self-box__link.sm {
    height: 6rem;
}

.self-box__link>p {
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: 500;
    color: rgb(85, 85, 85);
    max-width: calc(100% - 8%);
}
.self-box__link.sm >p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}
.self-box__link svg {
    transition: 0.15s ease-in;
}

.self-box__btn {
    width: 100%;
    height: 5.8rem;
    font-size: 1.8rem;
    font-weight: 600;
    transition: 0.15s ease-in;
}

@media screen and (min-width: 1024px) {
    .self-box__link:hover {
        border-color: rgb(71, 18, 147);
        box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 6px;
    }

    .self-box__link:hover>p {
        color: rgb(0, 0, 0);
    }

    .self-box__btn:hover {
        text-decoration: underline;
        box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 6px;
    }

    .self-box__link:hover svg {
        scale: 1.1;
    }
}

@media screen and (max-width: 1439px) {
    .self-caption {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {
    .self-stage.section {
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .self-box {
        min-height: initial;
    }

    .self-box__bottom {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 576px) {
    .self-stage.section {
        padding-top: 3rem;
    }

    .self-caption {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .self-box {
        width: 100%;
        padding: 2.4rem 1.6rem;
    }

    .self__tit {
        font-size: 1.8rem;
        line-height: 2.6rem;
        padding-bottom: 1.6rem;
    }

    .self-box__link {
        height: 5.5rem;
        padding: 0px 1.6rem;
    }

    .self-box__link>p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .self-box__link svg {
        width: 1.784rem;
        height: 1.274rem;
    }

    .self-box__btn {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

.tab__lists {}

.tab__list {
    flex: 1 1 100%;
    box-sizing: border-box;
    position: relative;
    transition: 0.15s ease-in;
}

.tab-wrapper {
    display: none;
}

.tab-wrapper.active {
    display: block;
}

.tab-wrapper>*+* {
    margin-top: 3rem;
}

.tab__caption {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
    padding-bottom: 1.6rem;
}

.content__tit {
    position: relative;
    padding-left: 2.2rem;
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 700;
}

.content__tit::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--point-color2);
}

.content__cnt {
    padding-top: 1.6rem;
}

.content__cnt * {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.8rem;
    color: rgb(85, 85, 85);
}

.content__cnt>a {
    color: rgb(0, 136, 255);
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 576px) {
    .tab-wrapper>*+* {
        margin-top: 1.6rem;
    }

    .card-tab-wrapper {
        padding-top: 1rem;
    }

    .card-tab-wrapper>*+* {
        margin: 0px;
    }

    .content__tit {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-left: 1.2rem;
    }

    .content__cnt>a,
    .content__cnt>p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.table {
    width: 100%;
}

.table.fixed {
    table-layout: fixed;
}

.table__line th {}

.table th:lang(en),
.table td:lang(en),
.table th,
.table td {
    box-sizing: border-box;
    border: 1px solid rgb(184, 184, 184);
    min-height: 6rem;
    padding: 1.6rem;
    vertical-align: middle;
    font-size: 1.8rem;
}

.table th:lang(en),
.table td:lang(en) {
    font-size: 1.6rem;
}

.table td {
    background-color: #fff;
}

.table th {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.table__gray th {
    background-color: rgb(241, 241, 241);
}

.table__cont {
    display: flex;
    align-items: baseline;
}

.table__cont>p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: rgb(119, 119, 119);
}

.table__cont>em {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
}

.table-scroll-stage {
    overflow: auto;
    position: relative;
    width: 100%;
}

.table-scroll-stage::-webkit-scrollbar {
    height: 0.6rem;
    background-color: rgb(238, 238, 238);
}

.table-scroll-stage::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
    border-radius: 0.6rem;
}

.table-scroll-stage::before {
    content: "";
    opacity: 0;
    visibility: hidden;
    display: block;
    width: calc(100% - 2rem);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.376);
    background-image: url("../images/component/scroll-img.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3rem;
    transition: 0.15s ease-in;
}

.table__scroll {
    min-width: 102.4rem;
}

.table__line {
    border-width: 2px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
}

.table__line tr {
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 6.4rem;
}

.table__line th,
.table__line td {
    border: 0px;
}

.table__line td {
    height: 5.8rem;
}

.table__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6rem;
}

.table-mo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.7rem;
}

.table-mo__th {
    display: none;
    min-width: 5rem;
    width: 5rem;
}

.table-mo__th>p {
    font-weight: 600;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {

    .table__cont>p,
    .table__cont>em {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .table-scroll-stage:hover::before {
        opacity: 0;
    }

    .table-scroll-stage {
        width: calc(100% + 2rem);
    }

    .table-scroll-stage::before {
        opacity: 1;
        visibility: visible;
    }

    .table-mo {
        justify-content: flex-start;
        align-items: baseline;
    }

    .table-mo__th {
        display: block;
    }

    .table-mo__td p {
        color: rgb(85, 85, 85);
    }

    .table__wrap {
        justify-content: flex-start;
        gap: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    .table th,
    .table td,
    .table td:lang(en){
        padding: 0.8rem 1.2rem;
        font-size: 1.4rem;
        line-height: 2.7rem;
    }

    .table td:lang(en),
    .table td {
        height: auto;
        min-height: initial;
    }
}

@media screen and (max-width: 576px) {}

.notice-table {
    text-align: center;
}

.notice-table tr:not(:has(.icon-pin)) td {
    font-weight: 400;
}

.notice__chip {
    background-color: rgb(255, 250, 219);
    border-radius: 0.5rem;
    width: 7.2rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    position: absolute;
}

.notice__chip.blue {
    background-color: rgb(221, 229, 245);
}

.notice__chip.red {
    background-color: rgb(255, 220, 220);
    color: rgb(0, 0, 0);
}

.notice__chip>p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 600;
}

.notice__file {
    margin-right: 0.6rem;
}

.notice__tit {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.notice__tit>a {
    margin-left: 8.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    display: block;
}

.notice__tit:not(:has(.notice__chip))>a {
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .notice__tit>a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {
    .notice-table td,
    .notice-table tr,
    .notice-table tbody,
    .notice-table {
        display: block;
    }

    .notice-table thead {
        display: none;
    }

    .notice-table tbody {
        border-top: 1px solid rgb(0, 0, 0);
    }

    .notice-table tbody tr {
        border-bottom: 1px solid rgb(221, 221, 221);
        box-sizing: border-box;
        text-align: left;
        padding: 1.6rem 0px;
        background-color: #fff;
    }

    .notice-table td {
        width: 100%;
        border: 0 !important;
        padding: 0 !important;
    }

    .notice-table td:lang(en) {
        border: 0;
        padding: 0;
    }
    .notice__tit {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
    }

    .notice__chip {
        position: static;
    }

    .notice__tit>a {
        margin-left: 0px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: break-all;
        min-height: 7.2rem;
    }

    td:has(.notice-table__icon) {
        display: inline-block;
        width: auto;
        min-height: initial;
    }

    td:has(.notice-table__icon):not(:last-child) {
        padding-right: 0.8rem;
    }

    .notice-table__icon {
        padding-top: 1.6rem;
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

    .notice-table__icon>p {
        color: rgb(85, 85, 85);
    }
}

@media screen and (max-width: 767px) {
    .notice__tit>a {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .notice-table__icon>p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 576px) {
    .form__input.only {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .form__input.only .search__btn,
    .form__input.only .select {
        width: 100%;
        max-width: 100%;
    }
}

.completion-select {
    padding: 0px 2rem;
}

.completion-container {
    padding: 0px 2rem;
}

.completion-container+.completion-container {
    padding-top: 6rem;
}

.completion-wrapper {
    padding-top: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 3rem;
}

.completion-wrap {
    flex: 1 1 calc(25% - 2.25rem);
    max-width: calc(25% - 2.25rem);
    position: relative;
    height: 100%;
    transition: 0.3s ease-in;
}

.completion-wrap:has(.active) {
    transform: rotateY(180deg);
}

.completion__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.5s ease-in;
    overflow: hidden;
    box-sizing: border-box;
}

.completion__top {
    padding: 3.5rem;
    box-sizing: border-box;
    background-image: url("../images/component/completion-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 29.2rem;
    max-height: 29.2rem;
    overflow: hidden;
    width: 100%;
    transition: 0.15s ease-in;
}

.completion__top .cnt {
    transition: 0.15s ease-in;
}

.completion__top .cnt>p {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    text-align: center;
}

.completion__top .cnt>p+p {
    padding-top: 2rem;
}

.completion__table {
    opacity: 0;
    visibility: hidden;
    transform: rotateY(180deg);
    transition: 0.15s ease-in;
    height: 0px;
    overflow-y: auto;
    padding-right: 1rem;
}

.completion__table::-webkit-scrollbar {
    width: 0.5rem;
    height: .5rem;
}
.completion__table::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0.5rem;
}

.completion__table::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0.5rem;
}

.completion__table>table {
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: rgb(255, 255, 255);
}

.completion__table>table tr {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.completion__table>table th {
    white-space: nowrap;
}

.completion__table>table td,
.completion__table>table th {
    padding: 1rem 0px;
    vertical-align: middle;
    text-align: center;
}

.completion__tit {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 5.2rem;
}

.completion__bottom {
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    box-sizing: border-box;
    padding: 1.6rem 0px 2.4rem;
    display: flex;
    justify-content: center;
    transition: 0.15s ease-in;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.completion__btn {
    height: 3.6rem;
    min-width: 14rem;
    padding: 0px 1rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 600;
}

.completion__btn.purple {
    background-color: var(--point-color2);
    color: rgb(255, 255, 255);
}

.completion__box.active {
    background-color: var(--point-color2);
}

.completion__box.active .completion__top>.cnt,
.completion__box.active+.completion__bottom {
    opacity: 0;
    visibility: hidden;
}

.completion__box.active .completion__top>.cnt {
    height: 0px;
}

.completion__box.active .completion__top {
    padding: 2rem 2rem 2rem 1rem;
}

.completion__box.active .completion__table {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {
    .completion-wrap {
        flex: 1 1 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
    }
}

@media screen and (max-width: 1023px) {
    .completion-container+.completion-container {
        padding-top: 0px;
    }

    .completion-wrap {
        flex: 1 1 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
}

@media screen and (max-width: 767px) {
    .completion-wrap {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {}

.test-container {
    padding: 0px 2rem;
}

.test-container .table {
    text-align: center;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {
    .test-container .table {
        text-align: left;
    }

    .test-container .table thead {
        display: none;
    }

    .test-container .table tbody,
    .test-container .table th,
    .test-container .table td {
        display: block;
        padding: 0px;
    }

    .test-container .table tr {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 0px;
    }

    .test-container .table td {
        height: auto;
        min-height: initial;
    }
}

@media screen and (max-width: 767px) {
    .test-container .table tr {
        gap: 1.2rem;
        padding: 1.4rem 0px;
    }
}

@media screen and (max-width: 576px) {}

.edit-login-stage {
    padding: 0px 2rem;
}

.edit-login__box {
    padding: 8rem 2rem;
    max-width: 70rem;
    box-sizing: border-box;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem 0px;
}

.edit-login__tit {
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: var(--point-color2);
}

.form-group:has(.edit-login__input) {
    gap: 0.8rem;
}

.edit-login__input {
    width: 41rem;
}

.edit-login__btn {
    width: 20rem;
    height: 5.4rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
}

.edit-stage {
    padding: 0px 2rem;
}

.edit__top {
    display: flex;
    gap: 4rem;
}

.edit-container {
    border-radius: 1.6rem;
    flex: 1 1 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid rgb(221, 221, 221);
    padding: 8rem 2rem;
}

.edit-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem 0px;
}

.edit-wrap {
    display: flex;
    align-items: baseline;
}

.edit__tit {
    width: 16rem;
    min-width: 16rem;
    padding-right: 3rem;
    box-sizing: border-box;
}

.edit__input:has(.radio-wrap),
.edit__input:has(svg) {
    display: flex;
    align-items: center;
    gap: 0px 0.8rem;
}

.edit__input:has(.radio-wrap) {
    gap: 0px 3.2rem;
}

.edit__input {
    max-width: 33rem;
}

.edit__input .input {
    width: 28rem;
}

svg.green path {
    fill: rgb(6, 195, 79);
}

svg.red path {
    fill: var(--color-red);
}

.edit__input {
    width: 100%;
}

.edit__input .select {
    max-width: 33rem;
    width: 100%;
}

.edit__input:has(.edit__result) {
    padding-bottom: 3rem;
    position: relative;
}

.edit__result {
    position: absolute;
    bottom: 0px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.select-wrapper {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    max-width: 33rem;
}

.select-wrap {
    flex: 1 0 calc(50% - 0.4rem);
}

.birthday .select-wrap {
    flex: 0 1 25%;
}

.birthday .select-wrap:first-child {
    flex: 0 1 50%;
}

.select-wrap .input {
    width: 100%;
}

.edit__bottom {
    margin-top: 8rem;
    padding-top: 2.4rem;
    width: 100%;
    border-top: 1px solid rgb(221, 221, 221);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit__bottom>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 1.6rem;
}

.edit__btn {
    min-width: 17rem;
    height: 5rem;
    padding: 0px 1rem;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {
    .edit__top {
        flex-direction: column;
    }

    .edit-container {
        flex: initial;
        width: auto;
    }
}

@media screen and (max-width: 1023px) {
    .edit-login__box {
        gap: 2.4rem;
    }
}

@media screen and (max-width: 767px) {

    .form-group:has(.edit-login__input),
    .edit-login__btn,
    .edit-login__input {
        width: 100%;
    }

    .edit__bottom {
        margin-top: 4rem;
    }

    .edit__btn {
        min-width: 14rem;
    }
}

@media screen and (max-width: 576px) {
    .edit__top {
        border: 1px solid rgb(221, 221, 221);
        padding: 2.4rem 1.6rem;
        border-radius: 1.6rem;
    }

    .edit-container {
        border: 0px;
        padding: 0px;
    }

    .edit-wrapper {
        gap: 1.6rem;
    }

    .edit__tit {
        width: 100%;
        padding: 0px;
    }

    .edit__input .input,
    .edit-wrapper {
        width: 100%;
    }

    .edit-wrap {
        flex-direction: column;
        gap: 0.6rem;
    }

    .edit__input .select,
    .edit__input {
        max-width: 100%;
    }

    .edit__bottom {
        margin-top: 0px;
        border: 0px;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.8rem;
        position: relative;
    }

    .edit__btn {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .edit__bottom .btn-default.gray {
        max-width: calc(50% - 0.7rem);
        width: 100%;
        min-width: initial;
    }

    .edit__bottom>div {
        width: 100%;
    }

    .edit__bottom>div .btn-default {
        width: 100%;
    }

    .edit__bottom>div .btn-default.gray {
        position: absolute;
        top: 2.4rem;
        left: 0px;
    }

    .edit__input:has(.radio-wrap) {
        gap: 1rem 2rem;
        flex-wrap: wrap;
    }
}

.guide-container,
.curriculum-container {
    max-width: 144rem;
    margin: 0px auto;
    padding: 0px 2rem 12rem;
    box-sizing: border-box;
}

.guide-container:has(.completion-table__caption),
.curriculum-container.pb0 {
    padding-bottom: 0px;
}

.guide-container {
    padding-top: 10rem;
}

.curriculum__headline {
    padding: 12rem 0px;
}

.curriculum__headline>p {
    text-align: center;
}

.curriculum__headline>.tit {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 4.8rem;
    position: relative;
    padding: 0 2rem;
}

.curriculum__headline>.tit::before,
.curriculum__headline>.tit::after {
    content: "";
    display: block;
    background-image: url("../images/component/deco-quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.3rem;
    height: 4.3rem;
    position: absolute;
    top: -2.2rem;
}

/*.curriculum__headline>.tit::before {*/
/*    left: 8%;*/
/*}*/

.curriculum__headline>.tit::after {
    /*right: 8%;*/
    right: 0;
    transform: rotate(180deg);
}

.curriculum__headline>.sub {
    padding-top: 1.6rem;
    font-size: 2rem;
    line-height: 3.2rem;
}

.curri-wrapper {
    display: flex;
    gap: 10rem;
}

.curri-wrapper+.curri-wrapper {
    padding-top: 6rem;
}

.curri-items__list:has(.curri2),
.curri-wrapper:has(.curri2) {
    gap: 3.5rem;
}
.curri-items__lists:has(.curri2):lang(en) {
    gap: 2rem 3.5rem;
}

.curri-box {
    width: 30rem;
    min-width: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.curri-detail__lists::before,
.curri-box:not(.curri-items, .curri2)::before {
    content: "";
    display: block;
    width: 10rem;
    border-top: 2px dashed rgb(221, 221, 221);
    position: absolute;
    top: 50%;
    right: 100%;
}

.curri-box.gray {
    background-color: rgb(245, 245, 247);
}

.curri-box.curri2 {
    width: 20rem;
    min-width: 20rem;
    padding: 0px;
    height: 20rem;
}

.curri-box.curri2.bg__yellow {
    width: 8rem;
    min-width: 8rem;
    height: 70rem;
}

.curri-box.curri2 .curri-box__tit,
.curri-box.curri2 .curri-items__tit {
    color: rgb(0, 0, 0);
}

.curri-items {
    height: 30rem;
    flex-direction: column;
    gap: 1.6rem 0px;
    padding: 0px 4.5rem;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left 2rem top 2rem;
    position: relative;
    z-index: 2;
}

.curri-items:not(.curri2)::after {
    content: "";
    display: block;
    opacity: 0.4;
    background-image: url("../images/curri/card-stage-deco-2.svg");
    background-size: contain;
    width: 12.2rem;
    min-width: 12.2rem;
    height: 12.2rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.curri-wrapper:nth-child(2) .curri-items::after {
    background-image: url("../images/curri/curri-items-deco.svg");
}

.curri-box__tit {
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: bold;
    color: rgb(85, 85, 85);
    position: relative;
    z-index: 2;
}

.curri-items__tit {
    color: var(--point-color2);
    gap: 1.6rem;
}

.curri-items__sub {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.curri-items__lists {
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.curri-items__lists:has(.curri2) {
    gap: 3.5rem;
}

.curri-items__list {
    display: flex;
    gap: 10rem;
    width: 100%;
}

.curri-detail__lists {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 1.6rem;
    box-sizing: border-box;
    padding: 3rem 5rem;
    width: 100%;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
}

.curri-detail__lists:lang(en) {
    padding: 2rem 4rem;
    gap: 1rem;
}
.curri-items__lists:has(.curri2):lang(en) {
    gap: 2rem 3.5rem;
}

.curri-detail__list {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
}

.curri-detail__list p .en {
    display: none;
}

.curri-detail__list p:lang(en) .en {
    display: block;
}

.curri-detail__list>* {
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.curri-detail__list>strong {
    white-space: nowrap;
}

.curri-detail__list>strong:lang(en) {
    width: 15rem;
    min-width: 15rem;
    white-space: normal;
}

.guide__actric,
.curri__article.sm {
    padding: 0px 8rem;
}

.curri__article+.curri__article {
    padding-top: 10rem;
}

.guide-actric__tit,
.curri-article__tit {
    font-size: 3.4rem;
    line-height: 4.8rem;
    text-align: center;
    font-weight: 700;
    padding-bottom: 6rem;
}

.guide-actric__tit>span,
.curri-article__tit>span {
    position: relative;
}

.guide-actric__tit>span::before,
.curri-article__tit>span::before {
    content: "";
    display: block;
    background-image: url("../images/curri/curri-article-tit-deco.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
    position: absolute;
    left: -1.4rem;
    z-index: -1;
}

.curri-table {
    min-width: 140rem;
    width: 100%;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(184, 184, 184);
    border-right-color: rgb(184, 184, 184);
    border-bottom-color: rgb(184, 184, 184);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
    text-align: center;
    table-layout: fixed;
}

.curri-table thead {
    border-bottom: 1px solid rgb(184, 184, 184);
}

.curri-table thead th {
    height: 4.8rem;
}

.curri-table thead th.dash {
    position: relative;
    overflow: hidden;
}

.curri-table thead th.dash::after {
    content: "";
    display: block;
    position: absolute;
    width: 184px;
    height: 1px;
    background-color: rgb(184, 184, 184);
    transform: rotate(-15deg) translateY(-50%);
    top: 50%;
    left: -3px;
}

.curri-table th {
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 600;
    vertical-align: middle;
}

.curri-table th,
.curri-table td {
    border-left: 1px solid rgb(184, 184, 184);
}

.curri-table td {
    vertical-align: middle;
    padding: 0.8rem 0.8rem 0px;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.curri-table td.pb,
.curri-table td:only-child {
    padding-bottom: 0.8rem;
}

.curri-table td+.curri-table td {
    padding-right: 0.8rem;
}

.curri-table .border-top {
    border-top: 1px solid rgb(184, 184, 184);
}

.curri__chip {
    padding: 1.6rem 0.5rem;
    display: block;
}

.curri__chip.lg {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

th:has(p.vertical) {
    position: relative;
}

p.vertical {
    writing-mode: initial;
    position: absolute;
    width: 100%;
    transform: rotate(-90deg) translateX(-50%);
    white-space: nowrap;
}
.curri__book {
    cursor: pointer;
}
.curri__book:not(:only-child):nth-child(1) {
    position: relative;
    left: -3.4rem;
}

.curri__book:nth-child(2) {
    margin-top: -3.5rem;
    position: relative;
    right: -3.4rem;
}

.curri__caption {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: right;
    padding-bottom: 1.6rem;
}

.arrow {
    position: relative;
}

.arrow::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 2.384rem;
    min-width: 2.384rem;
    height: 1.48rem;
    background-image: url("../images/component/icon-arrow3-purple.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: -1.292rem;
}

.arrow__green::after {
    background-image: url("../images/component/icon-arrow3-green.svg");
}

.arrow__blue::after {
    background-image: url("../images/component/icon-arrow3.svg");
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {

    .guide__actric,
    .curri__article.sm {
        padding: 0px;
    }

    .curriculum__headline>.tit::before {
        left: 0px;
    }

    .curriculum__headline>.tit::after {
        right: 0px;
    }
    .test__caption {
        padding-bottom: 10rem;
    }
}

@media screen and (max-width: 1023px) {
    .curriculum__headline>.tit {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .curriculum__headline>.sub {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .curri-article__tit {
        font-size: 3rem;
        line-height: 3.6rem;
    }

    .curri__article:has(.curri__caption) .curri-article__tit {
        padding-bottom: 1.7rem;
    }

    .guide-actric__tit>span::before,
    .curri-article__tit>span::before {
        width: 2.047rem;
        min-width: 2.047rem;
        height: 2.023rem;
        left: -0.8rem;
    }

    .curri__caption {
        text-align: center;
        font-size: 1.3rem;
    }
    .guide-container {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .guide-container,
    .curriculum-container {
        padding-bottom: 6rem;
    }

    .guide-actric__tit,
    .curri-article__tit {
        font-size: 2.2rem;
        line-height: 2.7rem;
        padding-bottom: 3rem;
    }

    .curri__article:has(.curri__caption) .curri-article__tit {
        padding-bottom: 1.7rem;
    }

    .curriculum__headline {
        padding: 4.3rem 0px 3rem;
    }

    .curriculum__headline>.tit::before,
    .curriculum__headline>.tit::after {
        width: 3.5rem;
        min-width: 3.5rem;
        height: 2.857rem;
        top: -1rem;
    }
}

@media screen and (max-width: 576px) {
    .curriculum__headline>.tit {
        font-size: 1.8rem;
        line-height: 3rem;
        padding: 0px 1rem;
    }

    .curriculum__headline>.sub {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding-top: 1.2rem;
    }

    .curriculum__headline>.tit::before,
    .curriculum__headline>.tit::after {
        width: 2.32rem;
        min-width: 2.32rem;
        height: 1.893rem;
    }
    .curri__article+.curri__article {
        padding-top: 6rem;
    }
    .curri-box__tit {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.curri-section {
    padding: 8rem 0px 12rem;
    box-sizing: border-box;
}

.curri-tab-wrap {
    display: flex;
    justify-content: center;
}

.curri__tabs {
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 6rem;
}

.curri__tab {
    font-size: 2rem;
    font-weight: 500;
    height: 6rem;
    border-radius: 6rem;
    color: rgb(119, 119, 119);
    background-color: transparent;
    transition: 0.15s ease-in;
    min-width: 20rem;
    padding: 0px 2rem;
    box-sizing: border-box;
    font-weight: 600;
}

.curri__tab.active {
    background-color: rgb(227, 211, 255);
    box-shadow: rgba(216, 193, 255, 0.314) 0px 0px 4rem;
    color: var(--point-color2);
}

.lecture-compo-lists {
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lecture-compo-list {
    flex: 1 1 calc(25% - 3rem);
    max-width: calc(25% - 3rem);
    position: relative;
}

.lecture-compo-list:not(:last-child)::before,
.lecture-compo-list:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lecture-compo-list:not(:last-child)::before {
    content: "";
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.086) 0px 3px 6px;
    border-radius: 50%;
    z-index: 1;
    right: -4.5rem;
}

.lecture-compo-list:not(:last-child)::after {
    content: "+";
    font-size: 4rem;
    color: var(--point-color2);
    z-index: 2;
    right: -3.2rem;
}

.card-tab-wrapper:nth-child(2) .lecture-compo-list:not(:last-child)::before {
    right: -12rem;
}

.card-tab-wrapper:nth-child(2) .lecture-compo-list:not(:last-child)::after {
    right: -10.7rem;
}

.card-tab-wrapper:nth-child(3) .lecture-compo-lists {
    justify-content: center;
}

.lecture-compo__item {
    padding: 4rem 1rem;
    border-radius: 2.4rem;
    min-height: 23rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lecture-compo__item:lang(en) {
    min-height: 25.5rem;
}


.lecture-compo-item__tit {
    font-size: 2.8rem;
    line-height: 3rem;
    padding-top: 1.2rem;
    font-weight: 600;
}

.lecture-compo-item__sub {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-top: 0.6rem;
}

.lecture-detail__tit {
    text-align: left;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 700;
}

.lecture-detail__sub {
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.lecture-detail__tit:not(:first-child) {
    padding-top: 10rem;
}

.lecture-detail__arrow-warp {
    padding-top: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lecture-detail__arrow-warp::before,
.lecture-detail__arrow-warp::after {
    content: "";
    display: block;
    position: absolute;
}

.lecture-detail__arrow-warp::before {
    width: 100%;
    height: 1px;
    border-top: 2px dashed rgb(221, 221, 221);
}

.lecture-detail__arrow-warp::after {
    right: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0px 6px 10.392px;
    border-color: transparent transparent transparent rgb(221, 221, 221);
}

.lecture-detail__arrow {
    padding: 1rem 1.6rem;
    background-color: rgb(255, 255, 255);
    border: 1px solid var(--point-color2);
    border-radius: 1rem;
    position: relative;
    z-index: 2;
}

.lecture-detail__arrow>p {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.lecture-detail__lists {
    padding-top: 3.2rem;
}

.lecture-detail__lists:has(.lecture-detail__chip) {
    padding-bottom: 8rem;
}

.lecture-detail__lists:has(.lecture-detail__chip):lang(en) {
    padding-bottom: 10rem;
}

.lecture-detail__list {
    flex: 1 1 100%;
    position: relative;
}

.lecture-detail__list>p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 1.6rem 0px;
    font-weight: 600;
}

.sm .lecture-detail__list>p:lang(en) {
    font-size: 1.6rem;
}
.lecture-detail__list>p.sm {
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding: 0.85rem 0px;
}

.lecture-detail__chip {
    position: absolute;
    z-index: 1;
    background-color: rgb(255, 250, 219);
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    border: 1px solid rgb(255, 206, 9);
    border-radius: 0.8rem;
    min-width: 12.6rem;
    left: 48%;
    top: calc(100% + 5.5rem);
    transform: translateY(-50%);
}

.lecture-detail__chip.bg__pink {
    border: 1px solid rgb(255, 168, 158);
}

.lecture-detail__chip.left {
    left: 0px;
}

.lecture-detail__chip.right {
    left: initial;
    right: 0px;
}

.lecture-detail__chip.center {
    left: 50%;
    transform: translate(-50%, -50%);
}

.lecture-detail__chip::before,
.lecture-detail__chip::after {
    content: "";
    display: block;
    position: absolute;
    border-width: 0px 10px 18px;
    border-style: solid;
    left: 50%;
    width: 0px;
    top: -1.7rem;
    transform: translateX(-50%);
}

.lecture-detail__chip::before {
    border-color: rgb(255, 250, 219) transparent;
    z-index: 1;
}

.lecture-detail__chip.bg__pink::before {
    border-color: rgb(255, 246, 246) transparent;
}

.lecture-detail__chip::after {
    border-color: rgb(255, 206, 9) transparent;
    top: -1.875rem;
    z-index: 0;
}

.lecture-detail__chip.bg__pink::after {
    border-color: rgb(255, 168, 158) transparent;
}

.lecture-detail__chip>p {
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.lecture__txt {
    padding-top: 4rem;
}
.lecture__txt>p {
    text-align: left;
    font-size: 2rem;
    line-height: 2.9rem;
    position: relative;
    padding-left: 1rem;
}
.lecture__txt>p::after {
    content: '';
    display: block;
    width: .4rem;
    min-width: .4rem;
    height: .4rem;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1.5rem;
}
.lecture__txt > p+p {
    padding-top: .8rem;
}
.lecture__txt > p+p::after {
    top: 2.3rem;
}
@media screen and (min-width: 1024px) {
    .curri__tab:hover {
        background-color: rgb(227, 211, 255);
        box-shadow: rgba(216, 193, 255, 0.318) 0px 0px 4rem;
        color: var(--point-color2);
    }
}

@media screen and (max-width: 1439px) {
    .lecture-detail__tit {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {
    .curri-section {
        padding: 3rem 0px 6rem;
    }

    .lecture-compo-lists {
        gap: 0.4rem;
        justify-content: center;
    }

    .lecture-compo-list {
        flex: 1 1 100%;
        max-width: calc(50% - 0.2rem);
    }

    .lecture-compo__item {
        height: 100%;
        min-height: initial;
    }

    .lecture-compo-list:not(:last-child)::before,
    .lecture-compo-list:not(:last-child)::after {
        display: none;
    }
    .lecture__txt {
        padding-top: 3rem;
    }
    .lecture__txt>p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .lecture__txt>p::after {
        top: 1rem;
    }
    .lecture__txt>p+p::after {
        top: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .lecture-compo-item__tit {
        font-size: 2rem;
        line-height: 3rem;
    }

    .lecture-compo-item__sub {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .lecture-compo__item {
        border-radius: 1.2rem;
        padding: 1.6rem 0.5rem;
        min-height: 14.6rem;
    }

    .lecture-compo__item>img {
        width: 4rem;
    }

    .curri__tab {
        height: 3.6rem;
        font-size: 1.4rem;
        min-width: initial;
    }

    .lecture-detail__tit:not(:first-child) {
        padding-top: 5rem;
    }

    .lecture-detail__tit {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .lecture-detail__sub {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}

@media screen and (max-width: 576px) {
    .lecture-compo-item__tit {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .lecture-compo-item__sub {
        font-size: 1.3rem;
        line-height: 1.9rem;
        padding-top: 0.2rem;
    }
    .lecture__txt {
        padding-top: 1.6rem;
    }
    .lecture__txt>p {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }
    .lecture__txt > p+p {
        padding-top: .6rem;
    }
    .lecture__txt>p::after {
        top: 1rem;
    }
    .lecture__txt > p+p::after {
        top: 1.6rem;
    }
    .curri__tabs:lang(en) {
        flex-direction: column;
        border-radius: 2rem;
    }
    .lecture-compo__item:lang(en) {
        min-height: 16.5rem;
    }
    .lecture-detail__tit {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.test-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3.2rem;
    padding: 8rem 0px;
}
.manual-card {
    margin: auto 0;
    min-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.test-menuals {
    width: 100%;
}
.test__btn {
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 700;
    height: 7.3rem;
    padding: 0px 3.2rem;
    border-radius: 3.7rem;
    cursor: pointer;
}

article .card-stage {
    padding: 0px;
}

.test-menual__tit {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.7rem;
}

.test-menuals {
    padding-top: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.guide-lang__btn,
.test-menual__btn.gray {
    flex: 1 1 100%;
    width: 100%;
    max-width: calc(50% - 1rem);
    height: 7.5rem;
    border-radius: 1.6rem;
    font-size: 2.4rem;
    line-height: 2.7rem;
    font-weight: 700;
    color: rgb(85, 85, 85);
    transition: 0.15s ease-in;
}

.test-menual__btn.active {
    background-color: var(--bg-color);
    color: var(--point-color2);
}

.test__caption {
    padding-top: 6rem;
}

.test__caption>p {
    padding-left: 2.5rem;
    line-height: 2.9rem;
    font-size: 2rem;
    position: relative;
}

.test__caption>p::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0px;
}

.test__caption>p+p {
    padding-top: 0.6rem;
}

.browser-stage {
    display: flex;
    gap: 3rem 3.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.browser__item {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 1.6rem;
    box-sizing: border-box;
    padding: 3.2rem 4rem;
    display: flex;
    align-items: center;
    gap: 0px 1.6rem;
    min-width: 39rem;
}

.browser__item.lg {
    min-width: 52rem;
}

.browser__tit {
    font-size: 2.3rem;
    line-height: 2.7rem;
    font-weight: 700;
}

@media screen and (min-width: 1024px) {
    .test-menual__btn:hover {
        background-color: var(--bg-color);
        color: var(--point-color2);
    }
}

@media screen and (max-width: 1439px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1023px) {
    .manual-card {
        min-height: initial;
    }
    .test__btn {
        font-size: 2rem;
        line-height: 3rem;
        height: 5rem;
    }

    .test-menual__tit {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .test-menuals {
        gap: 1rem;
    }

    .test-menual__btn.gray {
        font-size: 2rem;
        line-height: 2.4rem;
        height: 6rem;
        max-width: calc(50% - 0.5rem);
        border-radius: 1rem;
    }

    .browser-stage {
        gap: 2rem;
    }

    .browser__item.lg,
    .browser__item {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        min-width: initial;
        padding: 2rem;
    }

    .test__caption {
        padding-top: 3rem;
    }

    .test__caption>p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .browser__tit {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .browser-stage {
        flex-direction: column;
    }

    .browser__item.lg,
    .browser__item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 1.6rem 2.4rem;
    }
}

@media screen and (max-width: 576px) {
    .test-card {
        padding: 3.2rem 1rem;
        gap: 1.6rem;
    }

    .test-card>img {
        max-width: 8.886rem;
    }

    .test__btn {
        font-size: 1.4rem;
        line-height: 2rem;
        height: 3.6rem;
    }

    .test-menual__tit {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }

    .test-menuals {
        padding-top: 2.4rem;
        gap: 0.8rem 0.4rem;
    }

    .test-menual__btn.gray {
        font-size: 1.4rem;
        line-height: 2rem;
        height: 3.6rem;
        max-width: calc(50% - 0.4rem);
        border-radius: 0.5rem;
    }

    .card.line {
        padding: 2.4rem 1.6rem;
    }

    .test__caption {
        padding-top: 1.6rem;
        padding-bottom: 0;
    }

    .test__caption>p {
        font-size: 1.3rem;
        line-height: 2.3rem;
    }

    .test__caption>p+p {
        padding-top: 0.6rem;
    }

    .browser__tit {
        font-size: 1.6rem;
        line-height: 2.7rem;
    }

    .browser__item {
        border-radius: 0.8rem;
    }

    .browser__img {
        width: 2.8rem;
        min-width: 2.8rem;
    }
}

.guide__caption {
    padding-top: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
}

.guide__actric+.guide__actric {
    padding-top: 12rem;
}

.guide-actric__tit {
    padding: 0px;
}

.guide-langs {
    padding-top: 6rem;
    align-items: center;
    gap: 2rem;
}

.guide-lang__btn {
    color: rgb(255, 255, 255);
    flex: 1 1 100%;
    border-radius: 1rem;
}

.guide-lang__btn.gray {
    color: rgb(85, 85, 85);
}

.guide-card {
    margin-top: 4rem;
    display: flex;
    gap: 5rem;
    flex-wrap: wrap;
}

.guide-item {
    flex: 1 1 calc(25% - 3.75rem);
    max-width: calc(25% - 3.75rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 24rem;
    padding: 1rem;
    gap: 2.5rem;
}

.guide-item__tit {
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: var(--point-color2);
    font-weight: 700;
}

.guide-item__tit:lang(en) {
    font-size: 1.6rem;
    line-height :2.4rem;
}

.guide-item__sub {
    font-size: 1.4rem;
    line-height: 2rem;
}

.guide-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.2rem;
}

.guide__btn {
    min-width: 35rem;
    height: 5.8rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
}

.viewer-stage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem 3.5rem;
    padding-top: 4rem;
}

.viewer__item {
    flex: 1 1 calc(33.33% - 2.33333rem);
    max-width: calc(33.33% - 2.33333rem);
    background-color: rgb(242, 242, 242);
    border-radius: 1.6rem;
    display: flex;
    align-items: center;
    padding: 3.2rem 4rem;
    gap: 1.6rem;
    box-sizing: border-box;
}

.viewer__tit {
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-weight: 700;
}
.viewer__tit:lang(en) {
    font-size: 2rem;
}

.viewer__item>div {
    display: flex;
    align-items: center;
}

.completion__actric+.completion__actric {
    padding-top: 12rem;
}

.completion-table-wrap {
    padding: 4rem 8rem 0px;
}

.completion-table-wrap>table {
    min-width: 113rem;
}

.completion-table__caption {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 600;
    padding: 2.4rem 0px 5rem 8rem;
}

.completion-guide {
    text-align: left;
}

.completion-guide>p {
    font-size: 2.2rem;
    line-height: 3rem;
    padding-left: 2rem;
    position: relative;
}

.completion-guide>p::before {
    content: "-";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.completion-guide>p+p {
    padding-top: 2rem;
}

.completion-guide>p+p::before {
    top: 2rem;
}

.completion-table-wrap {
    overflow: hidden;
}

.completion-table-wrap::before {
    display: none;
}

@media screen and (min-width: 1024px) {
    .guide-langs:not(.mo) {
        display: flex !important;
    }

}

@media screen and (max-width: 1249px) {
    .completion-table-wrap {
        padding: 4rem 0 0;
    }

    .completion-table-wrap::before {
        display: block;
    }
    .completion-table__caption {
        padding-left: 0;
    }
    .completion-table-wrap {
        overflow-x: auto;
    }
}

@media screen and (max-width: 1199px) {
    .guide-langs {
        gap: 1rem;
    }

    .guide-lang__btn {
        height: 6rem;
    }

    .guide-card {
        gap: 3rem;
        padding: 4rem;
    }
    .guide-card:lang(en) {
        gap: 2.5rem;
        padding: 3rem;
    }

    .guide-item {
        flex: 1 1 calc(25% - 2.25rem);
        max-width: calc(25% - 2.25rem);
    }

    .guide-item:lang(en) {
        flex: 1 1 calc(25% - 2.5rem*3/4);
        max-width: calc(25% - 2.5rem*3/4);
    }

    .viewer-stage {
        gap: 2rem;
    }

    .viewer__item {
        flex: 1 1 calc(33.33% - 1.33333rem);
        max-width: calc(33.33% - 1.33333rem);
        padding: 3rem 2.5rem;
    }

    .viewer__tit:lang(en),
    .viewer__tit {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

}

@media screen and (max-width: 1023px) {
    .viewer__item {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }

    .guide-item:lang(en),
    .guide-item {
        flex: 1 1 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
    }
    .completion-table__caption {
        font-size: 1.8rem;
        padding: 2rem 0 3rem;
    }
    .completion-guide>p {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .guide__actric+.guide__actric {
        padding-top: 6rem;
    }

}

@media screen and (max-width: 767px) {
    .guide-item:lang(en),
    .guide-item {
        flex: 1 1 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
    .completion-guide>p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 576px) {
    .guide-card.card:only-child {
        padding: 3rem 2rem;
        margin-top: 3rem;
        gap: 1.4rem;
        position: relative;
        left: -2rem;
        max-width: calc(100% + 4rem);
        width: calc(100% + 4rem);
        border-radius: 0px;
        box-sizing: border-box;
    }


    .guide-item {
        flex: 1 1 calc(50% - 0.7rem);
        max-width: calc(50% - 0.7rem);
        min-height: initial;
        padding: 2rem 0px;
        gap: 0.75rem;
    }

    .guide-item:lang(en) {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .guide-item>img {
        max-width: 5.4rem;
    }

    .guide-item__sub {
        display: none;
    }

    .guide-item__tit {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .guide__btn {
        min-width: initial;
        padding: 0px 1.6rem;
        height: 3.6rem;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .viewer-stage {
        padding-top: 2rem;
        gap: 0.8rem;
    }

    .viewer__item {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 2.4rem 1.6rem;
    }

    .viewer__img {
        max-width: 2.8rem;
    }

    .viewer__tit {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .viewer__item svg {
        width: 1.8rem;
    }

    .completion-table__caption {
        padding: 3rem 0;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .completion-guide>p {
        font-size: 1.4rem;
        line-height: 2.6rem;
        padding-left: 1rem;
    }
    .completion-guide>p+p {
        padding-top: 1.6rem;
    }
    .completion-guide>p+p::before {
        top: 1.6rem;
    }
}

/* faq */
.section+.section.faq-stage {
    padding: 4rem 2rem 12rem;
    box-sizing: border-box;
}
.faq__tabs {
    flex-wrap: wrap;
}
.faq__lists {
    border-top: 2px solid #000;
}
.faq__list {
    width: 100%;
}

.faq__btn {
    width: 100%;
    display: flex;
    align-items: baseline;
    padding: 2rem 4rem;
    border-bottom: 1px solid #ddd;
    gap: 1.6rem;
    position: relative;
}

.faq__btn::after {
    content: '';
    display: block;
    background-image: url(../images/icon/select-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.8rem;
    height: 1rem;
    position: absolute;
    right: 4rem;
    top: 4rem;
    transition: .15s ease-in;
}

.faq__btn.active::after {
    transform: rotate(180deg);
}

.faq__chip {
    width: 4.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
}

.faq__chip>p {
    font-size: 2rem;
    line-height: 2.9rem;
    font-weight: 600;
    color: #555;
}

.faq__btn.active .faq__chip {
    border-color: var(--point-color2);
}
.faq__answer .faq__chip>p,
.faq__btn.active .faq__chip>p {
    color: var(--point-color2);
}

.faq__tit {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: left;
    word-break: break-all;
    padding-right: 3rem;
}
.faq__answer {
    padding: 2rem 4rem;
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    border-bottom: 1px solid #ddd;
}
.faq__answer .faq__chip {
    border-color: #e3d3ff;
    background-color: #e3d3ff;
}

.faq-answer__cnt {
    width: 100%;
    max-width: calc(100% - 4.8rem - 1.6rem);
}

.faq-answer__cnt p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #555;
    font-weight: 500;
    word-break: break-word;
}

.pl1 {
    padding-left: 1rem;
}
.pl2 {
    padding-left: 2rem;
}

.faq__img {
    padding-top: 1rem;
    width: 100%;
}
.faq-answer__cnt:lang(en) .faq__img.en,
.faq-answer__cnt:lang(ko) .faq__img.ko {
    display: block;
    height: 100%;
}
.faq-answer__cnt:lang(ko) .faq__img.en,
.faq-answer__cnt:lang(en) .faq__img.ko {
    display: none;
}

@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .section+.section.faq-stage {
        padding-bottom: 6rem;
    }
    .faq__answer,
    .faq__btn {
        padding: 2rem 2rem 2rem 0;
    }
    .faq__btn::after {
        top: 3.6rem;
        right: 0;
    }

}
@media screen and (max-width: 767px) {
    .faq__tit {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .faq__chip {
        width: 3.6rem;
        min-width: 3.6rem;
        height: 3.6rem;
    }
    .faq__btn::after {
        width: 1.6rem;
        min-width: 1.6rem;
        top: 3.2rem;
    }
    .faq__chip>p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .faq-answer__cnt {
        max-width: calc(100% - 3.6rem - 1.6rem);
    }
    .faq-answer__cnt p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 576px) {
    .section+.section.faq-stage {
        padding-top: 3rem;
    }
    .faq__answer,
    .faq__btn {
        padding: 1.6rem 0rem;
    }
    .faq__btn::after {
        top: 2.6rem;
        right: 0;
        width: 1rem;
        min-width: 1rem;
        height: .6rem;
    }
    .faq__tit {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-right: 1.5rem;
    }
    .faq__chip {
        width: 2.8rem;
        min-width: 2.8rem;
        height: 2.8rem;
    }
    .faq__chip>p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .faq-answer__cnt p {
        font-size: 1.4rem;
        line-height: 2.7rem;
    }
}


/* e-class */
#container {
    max-width: initial;
}
.sub:has(.operation_region_area ) {
    background-color: var(--bg-color) !important;
    min-height: calc(100vh - 15.1rem);
}
div.course_cont_area div.inner,
.operation_region_area {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.tab_cont_area:not(:has(.operation_list)) {
    padding-bottom: 12rem;
}
.tab_cont_area:has(.preparing_area) {
    padding-bottom: 0;
}
div.course_cont_area div.inner div.course_tit_area {
    height: auto;
    line-height: initial;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

div.course_cont_area div.inner div.course_tit_area span,
.eclass_area .preparing_area {
    margin: 0;
}
.eclass_area .preparing_area:not(.footer-bottom__area) {
    padding-bottom: 3rem;
}
.course_cont_area .search_edu_area {
    margin: 0;
    padding: 0;
}

.course_cont_area .post-container {
    padding: 0;
}

.operation_region_area {
    padding: 5rem 0rem 0;
    background : var(--bg-color);
}
.operation_region_area .organ_link_title {
    margin: 0 2rem;
    padding: 3rem;
}

.operation_region_area .tab_area {
    margin: 0;
    padding: 5rem 2rem 0;
}

.operation_region_area .tab_area .tab_btn_area.left {
    padding: 0;
}

.operation_region_area .tab_area .tab_btn_area .tab_btn {
    margin: 0;
}
.content_area:has(.course_cont_area) .eclass_area {
    background-color: var(--bg-color);
}
.content_area:has(.course_cont_area) .eclass_area,
.tab_cont .eclass_area {
    padding-top: 5rem;
}

.content_area:has(.course_cont_area) .eclass_area {
    padding-bottom: 0;
}

.operation_region_area .organ_info .title {
    line-height: 4.5rem;
    padding-bottom: 3rem;
}

.operation_region_area .organ_info img {
    width: 100%;
}

.eclass_area .preparing_area a {
    background-color: var(--point-color2);
}

.eclass_area .post-lists__bottom {
    padding: 3rem 2rem 0;
}

.eclass_area .post-lists__bottom:has(.post-lists) {
    padding: 3rem 0 0;
}

.ecls_area:has(.ecls_search_area) + .eclass_area .post-lists__bottom:has(.post-lists) {
    padding-top: 0;
}

.eclass_area .post-lists__bottom .post-list {
    background-color: #fff;
    padding: 0 2rem;
}

.eclass_area .post-lists__bottom .post-list .post-btn-wrap {
    right: 2rem;
}

.eclass_area .post-lists__bottom:has(table) {
    padding: 3rem 0 0;
}

.ecls_area {
    position: relative;
    text-align: right;
    padding: 0 2rem 2rem;
}

.ecls_area > .type_btn_area {
    float: none;
    display: flex;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    padding-bottom: 2rem;
}

.eclass_area {
    padding-top: 15.1rem;
    padding-bottom: 12rem;
}
.eclass_txt_area {
    background: var(--bg-color);
    height: auto;
}
div.course_cont02 div.inner,
div.cont_menu_area div.inner,
.eclass_txt_area02 > .eclass_txt_cont02,
div.institute_list_area div.ins_inner,
div.eclass_map_area div.eclass_map_cont,
div.institute_list_area div.ins_inner,
.course_cont_area,
.eclass_area .eclass_search_area .eclass_search_cont,
.eclass_txt_cont {
    max-width: 144rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

div.eclass_map_area div.eclass_map_cont {
    padding: 0 2rem;
}

div.area_select_box {
    background-color: var(--bg-color);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 2rem;
}

div.area_select_box div.selectBox {
    width: 100%;
    max-width: 32rem;
}

div.area_select_box div.selectBox + button,
div.area_select_box div.selectBox + div.selectBox {
    margin: 0;
}

div.area_select_box > button {
    background-color: var(--point-color2);
    min-width: 20rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.eclass_txt_cont {
    padding: 4rem 2rem;
    box-sizing: border-box;
    background-image: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.eclass_txt_cont strong {
    margin: 0;
}

.eclass_txt_cont p {
    line-height: 2rem;
    padding-top: 2rem;
}

.eclass_txt_cont .eclass_btn button,
.eclass_txt_cont div.institute_pop {
    background-color: var(--point-color2);
    width: 18rem;
}
.eclass_txt_cont .eclass_btn button.en {
    width: 25rem;
}
.eclass_txt_cont div.institute_pop p {
    padding-bottom: 3rem;
}
.eclass_txt_cont .eclass_btn {
    position: relative;
    top: initial;
    right: initial;
}

.eclass_txt_cont .eclass_btn button.active {
    height: 4.5rem;
    background: var(--point-color2) !important;
    border-radius: 1.5rem 1.5rem 0 0;
    width: 18rem;
}

.eclass_txt_cont .eclass_btn button.en.active {
    height: 4.5rem;
    background: var(--point-color2) !important;
    border-radius: 1.5rem 1.5rem 0 0;
    width: 25rem;
}

.eclass_txt_cont div.institute_pop {
    top: 40px;
    right: 0 !important;
    left: initial !important;
}

div.eclass_map_area {
    margin-bottom: 0;
    background: #fff;
    padding: 0;
}

.eclass_area .eclass_search_area .eclass_search_cont {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
}
.eclass_area .eclass_search_area .eclass_search_cont .search_wrap {
    width: auto;
    margin: 2rem auto 3rem;
}

.eclass_area .eclass_search_area .eclass_search_cont .search_wrap input {
    max-width: 40rem;
}

div.eclass_list_area p.none_con_txt {
    margin: 0 0 4rem;
}

div.eclass_list_area div.eclass_list ul {
    padding: 4rem 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

div.eclass_list_area div.eclass_list ul li {
    margin: 0;
    flex: 1 1 calc(25% - 2rem*3/4);
    max-width: calc(25% - 2rem*3/4);
    min-width: initial;
}

div.eclass_list_area div.eclass_list ul li div {
    box-sizing: border-box;
}

.button_area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.button_area a.more_btn02 {
    background-color: var(--point-color2);
}

.eclass_map_area .map_area .on {
    background-size: 100% !important;
}
div.eclass_map_area div.eclass_map_cont strong {
    line-height: 3rem;
}

.eclass_txt_area02 {
    background: #e4ceff;
    height: auto;
}
.eclass_txt_area02 > .eclass_txt_cont02 {
    padding: 3rem 2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eclass_txt_area02 > .eclass_txt_cont02 strong {
    font-family: 'NotoSansKR', sans-serif;
    transform: initial;
    position: static;
    line-height: 4rem;
}

.eclass_txt_area02 > .eclass_txt_cont02 strong span {
    color: var(--point-color2);
}

.eclass_txt_area02 > .eclass_txt_cont02 div.eclass_bookmark {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 11rem;
    min-width: 11rem;
    height: 11rem;
    background-color: var(--point-color2);
}

.eclass_txt_area02 > .eclass_txt_cont02 div.eclass_bookmark .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .5rem;
}

.eclass_txt_area02 > .eclass_txt_cont02 div.eclass_bookmark i {
    margin: 0;
}

.eclass_txt_area02 > .eclass_txt_cont02 div.eclass_bookmark span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0 .5rem;
}

div.cont_menu_area {
    background-color: var(--bg-color);
}

div.cont_menu_area div.inner {
    padding: 2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

div.cont_menu_area div.inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
}
div.cont_menu_area div.inner ul li {
    display: list-item;
}
div.cont_menu_area div.inner ul li + li {
    margin: 0;
}

div.cont_menu_area div.inner ul li a {
    line-height: initial;
}

div.cont_menu_area div.inner ul li a.on {
    color: var(--point-color2);
}
div.cont_menu_area div.inner > a.cont_menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2rem;
    float: none;
    white-space: nowrap;
    background-color: var(--point-color2);
}
.course_cont_area {
    padding: 0 2rem;
}

.ecls_area > .type_btn_area a.thumbnail_type_btn.active,
.type_btn_area a.thumbnail_type_btn:hover,
.ecls_area > .type_btn_area a.list_type_btn:hover,
.ecls_area > .type_btn_area a.list_type_btn.active,
.type_btn_area a.list_type_btn:hover {
    background-color: var(--point-color2);
}

.eclass_area + .course_cont02 {
    background-color: var(--bg-color);
    padding-bottom: 12rem;
}

div.course_cont02 {}

div.course_cont02 div.inner {
    padding: 0 2rem;
    display: flex;
    gap: 2rem;
}

div.course_cont02 div > div.left {
    width: 100%;
    margin: 0;
}

div.course_cont02 div > div.right {
    width: 100%;
    min-width: 35rem;
}
.quickbtn ul li a:before,
.quickbtn ul li span {
    background-color: var(--point-color2);
}

.ecls_area > .ecls_search_area {
    height: auto;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.ecls_area > .ecls_search_area > button.keyword_search_drop_btn02 {
    background-color: var(--point-color2);
}

.ecls_area > .ecls_search_area > button.keyword_search_up_btn02 {
    background: var(--point-color2);
    width: 12.5rem;
    margin: 0;
}
.ecls_area > .ecls_search_area > .search_wrap + button.keyword_search_up_btn02,
.ecls_area > .ecls_search_area > .search_wrap + button.keyword_search_drop_btn02 {
    margin: 0;
}
.ecls_area > .ecls_search_area > .keyword_search_drop_contents2:not(.hide) {
    width: 100%;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    left: 0;
    right: 0;
}
/*.ecls_area > .ecls_search_area > .keyword_search_drop_contents2:not(.hide)::-webkit-scrollbar {*/
/*    width: .4rem;*/
/*    background-color: #eee;*/
/*}*/
/*.ecls_area > .ecls_search_area > .keyword_search_drop_contents2:not(.hide)::-webkit-scrollbar-thumb {*/
/*    background-color: #000;*/
/*}*/
.operation_region_area .ecls_search_area.ver02 .keyword_search_drop_contents2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    box-sizing: border-box;
    right: .5rem;
    padding: 3rem;
}

.operation_region_area .ecls_search_area.ver02 .search_drop_btn_area button.keyword_search_up_btn02 {
    background: var(--point-color2) !important;
    width: 18.5rem;
    border-radius: 1.5rem 1.5rem 0 0 !important;
}
.operation_region_area .ecls_search_area.ver02 .keyword_search_drop_contents2.hide {
    padding: 0;
    display: none;
}
/* ÃƒÂ«Ã…â€™Ã¢â‚¬Å“ÃƒÂªÃ‚Â¸Ã¢â€šÂ¬ */
.review_list_area div.review {
    padding: 1rem;
    display: flex;
    gap: 1rem;
    height: auto;
}
.review_list_area div.review div.user_img_area {
    display: block;
}
.review_list_area div.review div.review_content {
    width: 100%;
    padding: 1rem 0;
}

.review_list_area div.review div.review_content pre,
div.tlb_view div.tlb_view_c pre,
div.tlb_view div.tlb_view_c p {
    font-size: 1.6rem;
    line-height: 2rem;
    word-break: break-all;
}

div.tlb_view div.tlb_view_c img {
    object-fit: contain;
}
div.tlb_view div.tlb_view_h p.tit {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 600;
}

.division50.margint30.alignl>div.center_layer {
    padding: 0;
}

.center_layer.view_reply_write_area {
    padding: 2rem;
}

table.eclass_tlb.fixed {
    width: 100%;
    table-layout: initial;
}
div.tlb_view,
.eclass_tlb {
    background-color: #fff;
}

.footer-bottom__area {
    padding-bottom: 12rem;
}
.btn-wrap.right {
    display: flex;
    justify-content: flex-end;
}

.post-container + .btn-wrap.right {
    padding-top: 3rem;
}
.ecls_area > .ecls_search_area > button.keyword_search_up_btn02 span {
    line-height: 2rem;
    white-space: nowrap;
    left: -1rem;
}
@media screen and (min-width: 1024px) {
    div.cont_menu_area div.inner ul li a:hover {
        color: var(--point-color2);
    }
}
@media screen and (max-width: 1439px) {
    .eclass_area .post-lists__bottom .post-list {
        padding: 0;
    }
}

@media screen and (max-width: 1199px) {
    div.eclass_list_area div.eclass_list ul li {
        flex: 1 1 calc(33% - 2rem*2/3);
        max-width: calc(33% - 2rem*2/3);
    }
    div.course_cont02 div.inner {
        flex-direction: column;
    }
    .keyword_search_list_box {
        flex-direction: column;
    }
}
@media screen and (max-width: 1439px) {
    div.tlb_view,
    .eclass_area .post-lists__bottom .post-list {
        padding: 0 2rem;
    }
}


@media screen and (max-width: 1023px) {
    .quickbtn {
        display: none;
    }
    .footer-bottom__area {
        padding-bottom: 6rem;
    }
    .eclass_area {
        padding-top: 10.1rem;
        padding-bottom: 6rem;
    }
    .eclass_area + .course_cont02 {
        padding-bottom: 6rem;
    }
    .course_cont_area .preparing_area:last-child {
        padding-bottom: 6rem;
    }
    .eclass_txt_cont {
        flex-direction: column;
        align-items: flex-start;
    }
    .eclass_txt_cont img {
        width: 100%;
    }
    .eclass_txt_cont .eclass_btn {
        position: absolute;
        right: 2rem;
        top: 4rem;
    }
    .area_select_box {
        flex-direction: column;
    }
    div.eclass_list_area div.eclass_list ul li {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
    /*  ÃƒÂªÃ‚Â¸Ã‚Â°ÃƒÂ¬Ã‚Â¡Ã‚Â´ ÃƒÂ«Ã‚Â§Ã‚Âµ CSS */
    .eclass_map_area > div > .map_area {
        width: 580px;
        height: 278px;
        margin: 30px auto 80px;
        background-size: 100%;
    }

    .eclass_map_area > div > .map_area > div {
        width: 580px !important;
        height: 278px !important;;
    }
    .eclass_map_area > div > .map_area .america_btn {
        top: 75px ;
        right: 95px;
    }

    .eclass_map_area > div > .map_area .europe_btn {
        top: 55px;
        left: 105px;
    }

    .eclass_map_area > div > .map_area .africa_btn {
        top: 145px !important;
        left: 30px !important;
    }

    .eclass_map_area > div > .map_area .asia_btn {
        top: 110px !important;
        left: 160px !important;
    }

    .eclass_map_area > div > .map_area .oceania_btn {
        top: 180px;
        left: 225px;
    }

    .eclass_map_area > div > .map_area a.map_btn {
        width: 56px;
        height: 56px;
        border-radius: 50px;
    }
    .eclass_map_area > div > .map_area a.map_btn p {
        width: 56px;
        left: 0px;
        line-height: 56px;
        font-size: 11px;
    }
    .eclass_map_area > div > .map_area a.map_btn span::after {
        width: 44px;
        height: 44px;
        top: 5px;
        left: 5px;
        border-radius: 50px;
    }
    .eclass_map_area > div > .map_area a.map_btn.on p {
        width: 56px;
        padding: 2px 0;
        top: -10px  !important;
    }
    .eclass_map_area > div > .map_area a.map_btn.on span {
        font-size: 11px;
        line-height: 56px;
    }
    .eclass_map_area > div > .map_area a.map_btn.on span::after {
        width: 44px;
        height: 44px;
        top: 5px;
        left: 5px;
    }
    .eclass_map_area > div > .map_area a.map_btn.on span::before {
        width: 20px;
        height: 12px;
        left: 17px;
        top: 51px;
        background: url('../images/common/map_hover_bg.png') no-repeat 0 0;
        background-size: 100%;
    }
    .eclass_txt_area02 > .eclass_txt_cont02 {
        gap: 0 2rem;
    }
    div.course_cont_area div.inner div.course_tit_area strong,
    .eclass_txt_area02 > .eclass_txt_cont02 strong {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    div.cont_menu_area div.inner ul {
        gap: 1rem 2rem;
    }
    .eclass_area .preparing_area {
        background-size: 100%;
    }
    .eclass_area .preparing_area p {
        padding-top: calc((342 / 735) * 100% + 3rem);
    }
    .ecls_area {
        padding: 0 0 3rem;
    }
    .ecls_area > .ecls_search_area {
        display: flex;
        gap: 1rem;
    }
    .ecls_area > .ecls_search_area > .search_wrap {
        width: 100%;
    }
    div.tlb_view div.tlb_view_h,
    div.tlb_view div.tlb_view_c {
        padding: 3rem 0;
    }
    div.tlb_view div.tlb_view_c {
        text-align: left;
    }
    div.tlb_view div.tlb_view_c img {
        width: 100% !important;
        height: 100% !important;
    }
    .tab_cont_area {
        padding-bottom: 6rem;
    }
    .sub_tlb_area table.eclass_tlb thead th {
        font-size: 1.6rem;
    }
    .eclass_area .post-lists__bottom {
        padding: 3rem 0 0;
    }
    .eclass_area .post-lists__bottom .post-list .post-btn-wrap {
        padding: 0 2rem;
    }


}

@media screen and (max-width: 767px) {
    .eclass_area {
        padding-top: 7.1rem;
    }
    div.area_select_box div.selectBox {
        max-width: 100%;
    }
    div.eclass_list_area div.eclass_list ul li {
        flex: 1 1 100%;
        max-width: 100%;
    }
    div.area_select_box div.selectBox + button,
    div.area_select_box div.selectBox select {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .eclass_txt_area02 > .eclass_txt_cont02 strong {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .operation_region_area .ecls_search_area.ver02 {
        flex-direction: column;
        padding: 0 0 3rem !important;
    }

    .operation_region_area .ecls_search_area.ver02 .keyword_search_drop_contents2 {
        top: 10rem;
        border-radius: 1.5rem;
    }

    .operation_region_area .ecls_search_area.ver02 .search_wrap {
        width: 100%;
    }
    .center_layer.view_reply_write_area .division {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .center_layer.view_reply_write_area .division .view_reply_write_box {
        padding: 0;
    }
    div.tlb_view,
    .eclass_area .post-lists__bottom .post-list {
        max-width: calc(100% + 4rem);
        width: calc(100% + 4rem);
        position: relative;
        left: -2rem;
    }

    .eclass_txt_area02 > .eclass_txt_cont02 div.eclass_bookmark {
        width: 9rem;
        min-width: 9rem;
        height: 9rem;
    }

}
@media screen and (max-width: 576px) {
    .eclass_map_area > div > .map_area {
        width: 290px !important;
        height: 139px !important;
    }

    .eclass_map_area > div > .map_area > div {
        width: 290px !important;
        height: 139px !important;
        top: 0px;
    }
    .eclass_map_area > div > .map_area > div.on {
        z-index: 4;
    }
    .eclass_map_area > div > .map_area .america_btn {
        top: 38px !important;
        right: 48px !important;
    }

    .eclass_map_area > div > .map_area .europe_btn {
        top: 28px  !important;
        left: 53px  !important;
    }

    .eclass_map_area > div > .map_area .africa_btn {
        top: 73px  !important;
        left: 15px  !important;
    }

    .eclass_map_area > div > .map_area .oceania_btn {
        top: 90px  !important;
        left: 113px  !important;
    }
    .eclass_map_area > div > .map_area a.map_btn {
        width: 28px  !important;
        height: 28px  !important;
        padding: 0px;
    }
    .eclass_map_area > div > .map_area a.map_btn p {
        width: 28px !important;;
        line-height: 28px;
    }
    .eclass_map_area > div > .map_area a.map_btn span::after {
        width: 22px !important;;
        height: 22px !important;;
        top: 3px !important;;
        left: 3px !important;;
        border-radius: 50px;
    }
    .eclass_map_area > div > .map_area a.map_btn.asia_btn {
        top: 59px  !important;
        left: 83px  !important;
    }
    .eclass_map_area > div > .map_area a.map_btn.on p {
        width: 28px;
        padding: 2px 0;
        top: -5px;
        line-height: 1em;
    }
    .eclass_map_area > div > .map_area a.map_btn.on span {
        font-size: 11px;
        text-indent: 0;
        line-height: 28px;
    }
    .eclass_map_area > div > .map_area a.map_btn.on span::after {
        width: 22px;
        height: 22px !important;
        top: 3px !important;
        left: 3px;
    }
    .eclass_map_area > div > .map_area a.map_btn.on span::before {
        width: 10px !important;
        height: 6px !important;
        left: 9px !important;
        top: 26px !important;
    }
    .eclass_txt_cont .eclass_btn {
        position: relative;
        right: 0;
        top: initial;
        margin: 0 auto;
    }
    .eclass_txt_cont div.institute_pop {
        transform: translateX(50%);
        padding: 2rem;
        box-sizing: border-box;
        right: 50% !important;
        z-index: 1;
        border-radius: 2rem;
    }
    div.cont_menu_area div.inner {
        flex-direction: column;
        gap: 1rem;
    }
    .ecls_area > .ecls_search_area {
        flex-direction: column;
        align-items: center;
    }
    .ecls_area > .ecls_search_area > button.keyword_search_up_btn02 span {
        top: -1rem;
    }
    .ecls_area > .ecls_search_area > .keyword_search_drop_contents2:not(.hide) {
        top: 10rem;
        width: 100%;
        padding: 2rem;
    }
    .review_list_area div.review {
        flex-direction: column;
    }
}

/* ÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ ÃƒÂ«Ã‚ÂªÃ‚Â©ÃƒÂ«Ã‚Â¡Ã‚Â */
.operation_region_area.bg_gate {
    background: var(--bg-color);
}

.operation_region_area.bg_gate .tab_area .tab_btn_area .tab_btn,
.operation_region_area.bg_gate h3.title {
    color: #000;
    margin: 0;
}

.operation_region_area .region_cont {
    max-width: 144rem;
    width: 100%;
}

.operation_region_area .tab_area .tab_btn_area {
    gap: 1rem 3rem;
}
.operation_region_area.bg_gate .tab_area .tab_btn_area .tab_btn.on {
    color: var(--point-color2);
    border-color: var(--point-color2);
}

.operation_region_area .operation_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

:lang(en) .operation_region_area .operation_list li:nth-child(3n + 1),
:lang(en) .operation_region_area .operation_list li + li,
.operation_region_area .operation_list li + li,
.operation_region_area .operation_list li:nth-child(4n + 1) {
    margin: 0;
}

.operation_region_area .operation_list li,
.operation_region_area .operation_list li .logo_wrap {
    border-color: #ccc;
}

.operation_region_area .operation_list li .name {
    padding: 1.5rem 1rem;
}
:lang(en) .operation_region_area .operation_list li {
    flex: 1 1 calc(25% - 2rem* 3 /4);
    max-width: calc(25% - 2rem* 3 /4);
}
@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    :lang(en) .operation_region_area .operation_list li,
    .operation_region_area .operation_list li {
        flex: 1 1 calc(33.33% - 2rem*2/3);
        width: 100%;
        max-width: calc(33.33% - 2rem*2/3);
    }
}
@media screen and (max-width: 767px) {
    :lang(en) .operation_region_area .operation_list li,
    .operation_region_area .operation_list li {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}
@media screen and (max-width: 576px) {
    :lang(en) .operation_region_area .operation_list li,
    .operation_region_area .operation_list li {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* ÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ ÃƒÂ¬Ã†â€™Ã‚ÂÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¸ */
.operation_region_area .ecls_search_area.ver02 {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 0 3rem;
    gap: 1rem;
}

.operation_region_area .ecls_search_area.ver02 .search_wrap {
    margin: 0;
}

.operation_region_area .ecls_search_area.ver02 .search_drop_btn_area {
    height: auto;
    width: auto;
}

@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .operation_region_area .organ_link_title {
        padding: 2rem;
    }
    .operation_region_area .organ_link_title .left .tit {
        font-size: 2rem;
        border: 0;
    }
    .operation_region_area .organ_link_title .right a {
        font-size: 1.4rem;
    }
    .operation_region_area .tab_area {
        padding-top: 3rem;
    }
    .operation_region_area .organ_info .title {
        font-size: 3rem;
        line-height: 4rem;
    }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 576px) {
    .operation_region_area .organ_link_title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
        padding: 1.5rem 2rem;
        border-radius: 2rem;
        border-right:0
    }
    .operation_region_area .tab_area .tab_btn_area .tab_btn {
        font-size: 1.6rem;
    }
    .operation_region_area .tab_area .tab_btn_area {
        gap: 1rem 2rem;
    }
    .operation_region_area .organ_info .title {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}

/* 공지사항 상세 */

.btn_top {
    display: none;
}

.contents_view_btn_group,
.contents_view_title {
    background-color: var(--bg-color);
}

.division_contents,
.contents_view_contents,
.division_contents,
.contents_view_title .division_contents {
    margin: 0 auto;
    max-width: 144rem;
    width: 100%;
    box-sizing: border-box;
}

.contents_view_title .division_contents:lang(en),
.contents_view_title .division_contents {
    margin: 0 auto;
    max-width: 144rem;
    width: 100%;
    padding: 3rem 2rem 2rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 2rem;
}
.contents_view_title .division_contents > div,
.contents_view_title  .title_left {
    width: auto;
    padding: 0;
    margin: 0;
    transform: initial;
}

.contents_view_title .division_contents > div {
    min-width: 28rem;
}

.contents_view_title .title_left {
    float: none;
    display: flex;
    gap: 1rem;
    align-items: baseline;
}


.contents_view_title .title_left span {
    border-radius: 0.5rem;
    width: 7.2rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 600;
}

.contents_view_title .title_left span.yellow {
    background-color: #fffadb;
}

.contents_view_title .title_left span.red {
    background-color: #ffdcdc;
}

.contents_view_title .title_left span.blue {
    background-color: #dde5f5;
}

.contents_view_title .title_left strong {
    width: auto;
    margin: 0;
    float: none;
}

.contents_view_title .title_right {
    position: static;
    display: flex;
    gap: 1rem;
    align-items: center;
    min-width: 18.5rem;
    flex-wrap: wrap;
}

.contents_view_title .view_txt,
.contents_view_title .time_txt,
.contents_view_title .divide_txt {
    margin: 0;
    padding: 0 0 0 2rem;
    white-space: nowrap;
}

.divide_txt {
    background: url("/lms/images/icon/icon-user.svg") no-repeat left center;
}
.contents_view_title .time_txt,
.time_txt {
    background: url("/lms/images/icon/icon-time.svg") no-repeat left center;
}

.view_txt {
    background: url("/lms/images/icon/icon-click.svg") no-repeat left center;
}

.contents_view_attach .division_contents {
    padding: 0 2rem;
}

.contents_view_contents {
    padding: 5rem 2rem;
    height: calc(100vh - 15.1rem -  20rem);
    min-height: calc(100vh - 15.1rem - 8.6rem - 9.7rem);
}

.contents_view_attach + .contents_view_contents {
    height: 100% !important;
}

.contents_view_attach + .contents_view_contents img {
    object-fit: contain;
    height: 100% !important;
}

.contents_view_btn_group .division_contents {
    margin: 0 auto;
    padding: 3rem 2rem;
}
.contents_view_btn_group .division_contents > div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.contents_view_contents p.view_contents_img {
    margin: 0;
}

#notView p {
    font-size: 1.6rem;
    line-height: 2rem;
}
.contents_view_contents_02 {
    padding: 5rem 2rem;
    min-height: calc(100vh - 15.1rem - 8.6rem - 9.7rem);
}

div.tlb_view div.tlb_view_file {
    padding: 2rem;
}

div.tlb_view div.tlb_view_c {
    padding: 4rem 2rem;
}

@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {
    div.tlb_view div.tlb_view_file,
    div.tlb_view div.tlb_view_c {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .contents_view_attach + .contents_view_contents img {
        width: 100% !important;
        object-fit: contain;
        height: 100% !important;
    }
    .contents_view_title .division_contents {
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .contents_view_title .title_left {
        flex-direction: column;
    }
    .contents_view_title .title_left strong {
        font-size: 2rem;
        line-height: 2.4rem;
        word-break: break-all;
    }
}
@media screen and (max-width: 576px) {}

/* ÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ ÃƒÂ¬Ã†â€™Ã‚ÂÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¸ */
.search_area.search_type02,
.search_area {
    background-color: var(--point-color);
}
.search_area .keyword_area {
    max-width: 144rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.search_area .keyword_area {
    padding: 0 2rem;
}

.keyword_search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 3rem;
    gap: 2rem;
    position: relative;
}

.search_area .keyword_area .keyword_search {
    margin: 0;
    width: 100%;
    font-size: 2rem;
}

.search_drop_btn_area {
    margin: 0;
    float: none;
    height: auto;
    width: auto;
}

.search_drop_btn_area button.keyword_search_up_btn02,
.search_drop_btn_area button {
    background: var(--point-color2);
    background-color: var(--point-color2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: .15s ease-in;
}

.search_drop_btn_area button span {
    font-size: 1.6rem;
    line-height: 2rem !important;
}

.search_drop_btn_area button.keyword_search_up_btn02 {
    background: var(--point-color2);
    background-color: var(--point-color2) !important;
    border-radius: 1.5rem 1.5rem 0 0 !important;
    height: 4.6rem;
    width: 18.5rem;
}

.keyword_search_drop_contents2 {
    display: block;
    align-items: center;
    box-sizing: border-box;
    width: calc(100% - 4rem);
    right: 2rem;
    top: 9.6rem;
    left: initial;
    background-color: var(--point-color2);
    z-index: 9;

}

.search_drop_btn_area button.keyword_search_up_btn02 {
    position: relative;
}

.search_drop_btn_area button.keyword_search_up_btn02::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: -1rem;
    background-color: var(--point-color2);
}

.search_drop_btn_area button.keyword_search_up_btn02 span {
    top: 0;
    left: -.7rem;
}

.keyword_search_list_box {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    flex: 1 1 calc(50% - 1rem);
    /* max-width: calc(50% - 1rem); */
}

.keyword_search_drop_contents2 ul.keyword_search_list_box li {
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex: 1 1 calc(50% - 1rem);
}

div.center_layer {
    margin: 0 auto;
    width: 100%;
    padding: 0 2rem;
    max-width: 144rem;
    box-sizing: border-box;
}

.section_title.margint35 {
    font-size: 2.4rem;
}

.section.milky_blue {
    background-color: var(--bg-color);
    max-width: initial;
    padding-top: 0;
}

a.more_btn {
    background-color: var(--point-color2);
    margin-right: 1rem;
}

.search_edu_area {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem 0 6rem;
    width: 100%;
}

.edu_box {
    flex: 1 1 calc(25% - 2rem * 3 / 4);
    max-width: calc(25% - 2rem * 3 / 4);
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: initial;
}

.section .edu_box_type04,
.section .edu_box_type03,
.section .edu_box_type02,
.section .edu_box_type01 {
    margin: 0;
    background-size: 100%;
}

.section .edu_box_type04:hover,
.section .edu_box_type03:hover,
.section .edu_box_type02:hover,
.section .edu_box_type01:hover {
    background-size: 100% 100%;
    padding-top: calc((200/265) * 100%);
}

.edu_box .edu_content {
    height: 0;
    padding-top: calc((200/265) * 100%);
}
.edu_box .edu_content .edu_icon_area {
    padding: 1rem;
}

.edu_bottom .edu_date_area {
    background-color: #fff;
    padding: 1rem;
    margin: 0;
}

.edu_txt_area {
    width: 100%;
}

.edu_content strong {
    font-size: 2rem;
    width: 100%;
    line-height: 2.8rem;
}

.edu_bottom .edu_date_area div.edu_date {
    font-size: 1.6rem;
    line-height: 2rem;
}

.edu_bottom .edu_date_area div.edu_date > dl {
    line-height: initial;
}

.edu_bottom .edu_date_area div.edu_date > dl > dt {
    font-weight: 600;
}

.edu_box:lang(en) {
    height: initial;
}

.section .edu_box:hover {
    border: 0;
    padding: 0;
}


.keyword_search_drop_contents2 ul.keyword_search_list_box li > div {
    width: 100%;
}
.keyword_search_drop_contents2 ul.keyword_search_list_box li > div:has(.btn) {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.keyword_search_list_box,
.keyword_search_drop_contents2 ul.keyword_search_list_box li .btnall ~ .btn + .btn,
.keyword_search_drop_contents2 ul.keyword_search_list_box li .btnall + .btn {
    margin: 0;
}
.keyword_search_drop_contents2 ul.keyword_search_list_box li .btnall.on {
    border-color: var(--point-color);
    background-color: var(--point-color);
    color: #fff;
}
.keyword_search_drop_contents2 ul.keyword_search_list_box li span.keyword_search_title {
    width: 16rem;
    min-width: 16rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
.search_calendar2 > div.search_calendar2_area {
    /* display: flex; */
}
.search_calendar2 > div.search_calendar2_area div {
    display: flex;
}
.keyword_search_sub {
    display: flex !important;
    flex-direction: column;
    gap: .5rem;
}
@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .search_drop_btn_area button.keyword_search_drop_btn02,
    .search_drop_btn_area button.keyword_search_up_btn02 {
        width: 16rem;
    }
    .edu_box {
        flex: 1 1 calc(33.33% - 2rem * 2 / 3);
        max-width: calc(33.33% - 2rem * 2 / 3);
    }
    .search_area h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}
@media screen and (max-width: 767px) {
    .keyword_search_drop_contents2 {
        padding: 2rem;
        height: 30rem;
        box-sizing: border-box;
        overflow-y: auto;
    }
    .edu_box {
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
    .keyword_search_drop_contents2 ul.keyword_search_list_box li {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
    .keyword_search_drop_contents2 ul.keyword_search_list_box li > div,
    .keyword_search_drop_contents2 ul.keyword_search_list_box li span.keyword_search_title {
        width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .keyword_search-wrap {
        flex-direction: column;
    }
    .keyword_search_drop_contents2 {
        top: 58%;
        border-radius: 1.5rem;
    }
    .edu_box {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .section_title.margint35 {
        font-size: 2rem;
    }

    .search_area .keyword_area .keyword_search.keyword_type02 input[type=text].search_field_type02 {
        width: calc(100% - 7rem);
    }

    div.search_option5 > .searchselect5 {
        width: 100%;
        max-width: 100%;
    }

}
/* 데이터 없음 */

.notice_list ul li > div.review div.review_content div.none_content02_02 {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0;
    width: 100%;
}

.inquire_table_area table tbody tr td div.none_content02_02,
.content__none>.none_content03 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 3rem;
    background: none;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
}

.search_edu_area div.none_content02_03 {
    width: 100%;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

table.box_list_type01 tbody td.none_content_td div.none_content02_02 {
    background: none;
}

@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .content__none>.none_content03 img {
        max-width: 8rem;
    }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 576px) {
    .inquire_table_area table tbody tr td div.none_content02_02 span {
        text-align: center;
    }
    .notice_list ul li > div.review div.review_content div.none_content02_02 {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        width: 100%;
    }
}
.navyblue {
    background-color: var(--point-color2);
}
/* 이용약관 */
.policy_area {
    max-width: 144rem;
    padding: 0 2rem 12rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.policy_title_area {
    border-color: var(--point-color2);
}
.policy_title_area .policy_tab_area {
    display: flex;
    flex-wrap: wrap;
}
.policy_title_area .policy_tab_area li:lang(en),
.policy_title_area .policy_tab_area li {
    margin: 0;
    flex: 1 1 20%;
}
.policy_title_area .policy_tab_area li a:lang(en),
.policy_title_area .policy_tab_area li a {
    padding: 1rem;
    letter-spacing: -.025em;
    font-weight: 700;
    text-align: center;
}

.policy_title_area .policy_tab_area li.on a {
    background-color: var(--point-color2);
    color: #fff;
}
.policy_title_area .policy_tab_area:lang(en) li.on::before,
.policy_title_area .policy_tab_area li.on::before {
    display: none;
}

ul.policy_list > li::after,
.tab_content ul.policy_list > li::after {
    background-color: var(--point-color2);
}

ul.policy_list > li > p.txt_type01 span,
ul.policy_list > li > strong {
    color: var(--point-color2);
}

#content.sub {
    background: var(--bg-color);
}

.prevTerms button,
ul.policy_list a.btn_down {
    background-color: var(--point-color2);
}
ul.policy_list > li > strong + ul,
ul.policy_list > li {
    margin-left: 0;
    margin-right: 0;
}
.policy_title_area h3,
.basic-list-skin2 table th {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.basic-list-skin2 table td,
.purpose_lst > li > ul > li {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .policy_area {
        padding-bottom: 6rem;
    }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 576px) {
    .policy_title_area .policy_tab_area li:lang(en),
    .policy_title_area .policy_tab_area li{
        flex: 1 1 100%;
        width: 100%;
    }
}

/*1:1문의*/
.inquire_btn_box .btn_l,
.list_view_select .btn {
    background-color: var(--point-color2);
}
.inquire_table_area table thead tr th {
    background-color: var(--bg-color);
}

.section.iquire .division_contents {
    padding: 0 2rem 12rem;
}
.write_form.inquire {
    background-color: var(--bg-color);
}
.write_form.inquire .write_title {
    background-color: var(--point-color2);
}

.write_form.inquire .division_contents {
    max-width: 144rem;
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.btn.btn_l_type02 {
    background-color: var(--point-color2);
}

.section.iquire .list_view_select {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin: 0;
    padding: 1rem 0 2rem;
}

.section.iquire .list_view_select .btn,
.section.iquire .list_view_select select {
    position: static;
}

.post-lists__bottom + .inquire_btn_box {
    margin: 0;
    padding: 2rem 0 0;
}
.sub_tlb_area + .division50.btn_area {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {}
@media screen and (max-width: 1439px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {
    .write_table {
        padding: 1rem;
    }
    .write_table li {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .write_table ul li > div:last-child,
    .write_table ul li > div:last-child:lang(en),
    .write_table ul li > div:first-child:lang(en),
    .write_table ul li > div:last-child input[type="text"]{
        width: 100%;
    }

    div.search_option {
        width: 100% !important;
    }

    .file_attach .attach p.attach_title {
        padding: 0 .5rem;
        white-space: nowrap;
    }
    .attach_title {
        font-size: 1.4rem;
    }
    .course_cont_area .notice-table tbody tr {
        padding: 1.6rem;
    }

}
@media screen and (max-width: 767px) {
    .contents_view_btn_group.inquire .division_contents .right_btn,
    .contents_view_btn_group.inquire .division_contents:has(.left_btn) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .contents_view_btn_group.inquire .division_contents .left_btn a,
    .contents_view_btn_group.inquire .division_contents .left_btn {
        width: 100%;
    }
    .contents_view_btn_group .btn + a.btn  {
        margin: 0;
    }
}
@media screen and (max-width: 576px) {
    .left .notice-table, .eclass_area .post-lists__bottom:has(table) {
        position: relative;
        width: calc(100% + 4rem);
        max-width: calc(100% + 4rem);
        left: -2rem;
    }

    .left .notice-table tbody tr,
    .course_cont_area .notice-table tbody tr,
    .eclass_area .post-lists__bottom:has(table) .notice-table tbody tr {
        padding: 1.6rem 2rem;
    }
    div.course_cont02 div > div.right{
        max-width: 100%;
        width: 100%;
        min-width: initial;
    }
    div.course_cont02 .short_link_area {
        padding: 1rem;
    }
    .course_cont_area .notice-table tbody tr {
        padding: 1.6rem;
        max-width: calc(100% + 4rem);
        width: calc(100% + 4rem);
    }
    .sub_tlb_area .notice-table tbody {
        left: -2rem;
        position: relative;
        max-width: calc(100% + 4rem);
        width: calc(100% + 4rem);
    }
}

/* 팝업 사이즈 */
@media screen and (max-width: 1160px) {
    .main_layer_position_area{width:calc(100vw - 35vw);}
    .main_layer_position_area .main_layer_popup{min-width: auto;}
}
@media screen and (max-width: 767px) {
    .main_layer_position_area{width:calc(100vw - 20vw);}
}

@media screen and (max-width: 620) {
    .main_layer_position_area{width:calc(100vw - 10vw);}
}
