@charset "utf-8";

/* tedu-N5 [ap11rGRx69k] */
.tedu-N5 {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.tedu-N5 .header-container {
    position: relative;
}
.tedu-N5 .darkmode .ico {
}
.tedu-N5 .inner {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}
.tedu-N5 .header-nav {
    min-height: 8rem;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.tedu-N5 .header-nav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tedu-N5 .header-logo {
    width: auto;
    height: 3.4rem;
}
.tedu-N5 .header-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.tedu-N5 .header-logo a img {
    width: auto;
    height: 100%;
}
.tedu-N5 .header-call a{
    font-size: 2.5rem;
    color : #1555e4;
    font-weight: 800;
}
.tedu-N5 .header-gnb {
    display: flex;
}
.tedu-N5 .header-gnb .gnb-list {
    padding: 0 2rem;
    margin: 0 2rem;
    position: relative;
}
.tedu-N5 .header-gnb .gnb-list .gnb-list-link {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 8rem;
    color: #000;
}
.tedu-N5 .header-gnb .gnb-list:last-child a{
    color : #1555e4;
    font-weight: 900;
}
.tedu-N5 .header-gnb .gnb-list .gnb-item-box {
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    z-index: 9;
    background: #111;
    display: none;
}
.tedu-N5 .header-gnb .gnb-list .gnb-item-box a {
    display: block;
    min-width: 14rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}
.tedu-N5 .header-gnb .gnb-list .gnb-item-box a:hover {
    background: #fff;
    color: #111;
}
.tedu-N5 .header-gnb .gnb-list.gnb-active .gnb-item-box {
    display: block;
}
.tedu-N5 .header-btn {
    display: flex;
}
.tedu-N5 .header-btn a {
    display: block;
    margin-left: 1.2rem;
}
.tedu-N5 .header-btn img {
    width: 3.2rem;
    height: 3.2rem;
}
.tedu-N5 .header-btn .menu-close {
    display: none;
}
.tedu-N5 .header-lang {
    position: relative;
    text-align: center;
}
.tedu-N5 .header-lang .lang-box {
    width: 6rem;
    position: absolute;
    top: 4.5rem;
    left: 0;
    background-color: #fff;
    padding: 0.6rem 0;
    z-index: 9;
    display: none;
}
.tedu-N5 .header-lang.lang-active .lang-box {
    display: block;
}
.tedu-N5 .header-lang .lang-box a {
    display: inline-block;
    width: 100%;
    height: 2.8rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
    color: #111;
    margin-left: 0;
}
.tedu-N5 .header-area {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: 0.2s;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.tedu-N5 .header-area.is-active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.tedu-N5 .header-area .header-area-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
}
.tedu-N5 .header-area .memu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tedu-N5 .header-area .memu-header .menu-logo {
    width: auto;
    height: 3.8rem;
}
.tedu-N5 .header-area .memu-header .menu-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.tedu-N5 .header-area .memu-header .menu-logo img {
    width: auto;
    height: 100%;
}
.tedu-N5 .header-area .memu-header .menu-member {
    font-size: 0;
}
.tedu-N5 .header-area .memu-header .menu-member a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    position: relative;
}
.tedu-N5 .header-area .memu-header .menu-member a::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1.4rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -1.2rem;
    transform: translateY(-50%);
    opacity: 0.2;
}
.tedu-N5 .header-area .memu-header .menu-member a:last-child {
    margin-right: 0;
}
.tedu-N5 .header-area .memu-header .menu-member a:last-child::after {
    display: none;
}
.tedu-N5 .header-area .menu-wrap {
    margin-top: 10rem;
    display: flex;
}
.tedu-N5 .header-area .menu-wrap .menu-box {
    flex-grow: 1;
    margin-right: 4rem;
}
.tedu-N5 .header-area .menu-wrap .menu-box:last-child {
    margin-right: 0;
}
.tedu-N5 .header-area .menu-wrap .menu-box a {
    margin-bottom: 0.8rem;
    display: block;
    font-size: 1.8rem;
    line-height: 2.7rem;
    color: #fff;
    opacity: 0.6;
}
.tedu-N5 .header-area .menu-wrap .menu-box a:hover {
    opacity: 1;
}
.tedu-N5 .header-area .menu-wrap .menu-box a:last-child {
    margin-bottom: 0;
}
.tedu-N5 .header-area .menu-wrap .menu-box .menu-title {
    padding-bottom: 3.4rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 3.5rem;
    font-weight: 500;
    color: #000;
    opacity: 1;
    position: relative;
}
.tedu-N5 .header-area .menu-wrap .menu-box .menu-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tedu-N5 .header-area .menu-wrap .menu-box .menu-title::after {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #aeaeae;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}
.tedu-N5 .header-area .menu-wrap .menu-box:hover .menu-title::after {
    width: 80%;
}
.tedu-N5 .header-area .btn-wrap {
    position: absolute;
    max-width: 1280px;
    margin: 0 auto;
    top: 2.4rem;
    right: 0;
    left: 0;
}
.tedu-N5 .header-area .btn-wrap .header-area-close {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
.tedu-N5 .header-area .btn-wrap .header-area-close img {
    width: 3.2rem;
    height: 3.2rem;
}
.tedu-N5 .mhd-area {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    background-color: #fff;
    display: none;
}
.tedu-N5 .mhd-area .inner {
    padding: 4rem 2rem;
}
.tedu-N5 .mhd-member a {
    font-size: 1.4rem;
    position: relative;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    color: #111;
}
.tedu-N5 .mhd-member a::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1.4rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -1.2rem;
    transform: translateY(-50%);
    opacity: 0.1;
}
.tedu-N5 .mhd-member a:first-child {
    margin-left: 0;
}
.tedu-N5 .mhd-member a:last-child {
    margin-right: 0;
}
.tedu-N5 .mhd-member a:last-child::after {
    display: none;
}
.tedu-N5 .mhd-gnb {
    margin-top: 4rem;
}
.tedu-N5 .mhd-gnb .mhd-list {
    margin-bottom: 2rem;
}
.tedu-N5 .mhd-gnb .mhd-list:last-child {
    margin-bottom: 0;
}
.tedu-N5 .mhd-gnb .mhd-list a {
    display: block;
    font-size: 1.4rem;
    opacity: 0.6;
    line-height: 2.6rem;
    color: #fff;
    margin-bottom: 0.8rem;
}
.tedu-N5 .mhd-gnb .mhd-list a.on {
    font-weight: 500;
    opacity: 1;
}
.tedu-N5 .mhd-gnb .mhd-list a:last-child {
    margin-bottom: 0;
}
.tedu-N5 .mhd-gnb .mhd-list .mhd-list-link {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
    opacity: 1;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tedu-N5 .mhd-gnb .mhd-list .mhd-list-link::after {
    display: inline-block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    background: url("../../resources/icons/ico_arrow_down.svg") no-repeat center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N5 .mhd-gnb .mhd-list .mhd-item-box {
    margin-top: 0.4rem;
    display: none;
}
.tedu-N5 .mhd-gnb .mhd-list.is-active .mhd-list-link {
    border-bottom: 1px solid white;
}
.tedu-N5 .mhd-gnb .mhd-list.is-active .mhd-list-link::after {
    transform: rotate(180deg);
}
.tedu-N5 .mhd-gnb .mhd-list.is-active .mhd-item-box {
    display: block;
}
.tedu-N5 .mhd-menu-wrap {
    margin-top: 4rem;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box {
    margin-top: 2rem;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box:first-child {
    margin-top: 0;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box a {
    display: block;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box .mhd-menu-title {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding : 2rem;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box .mhd-menu-title a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #111;
    line-height: 2.6rem;
    position: relative;
}

.tedu-N5 .mhd-menu-wrap .mhd-menu-box .mhd-menu-list {
    display: none;
    margin-top: 0.4rem;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box .mhd-menu-list a {
    font-size: 1.4rem;
    line-height: 2rem;
    opacity: 0.6;
    margin-bottom: 0.8rem;
    color: #fff;
}
.tedu-N5 .mhd-menu-wrap .mhd-menu-box .mhd-menu-list a.on {
    opacity: 1;
    font-weight: 500;
}

.tedu-N5 .mhd-menu-wrap .mhd-menu-box.is-active .mhd-menu-list {
    display: block;
}
.tedu-N5 .header-container.mo-active .mhd-area {
    display: block;
}
@media screen and (max-width: 1280px) {
    .tedu-N5 .inner {
        width: 100%;
        padding: 0 2rem;
    }
    .tedu-N5 .header-area .header-area-inner {
        max-width: none;
        padding: 0 2rem;
    }
    .tedu-N5 .header-area .btn-wrap {
        max-width: none;
        right: 2.4rem;
    }
}
@media screen and (max-width: 1080px) {
    .tedu-N5 .header-gnb {
        display: none;
    }
    .tedu-N5 .header-call a{
        display: none;
    }
    .tedu-N5 .header-nav .inner {
        min-height: 8rem;
    }
}
@media screen and (max-width: 980px) {
    .tedu-N5 .header-nav {
        min-height: 6rem;
    }
    .tedu-N5 .header-nav .inner {
        min-height: 6rem;
    }
    .tedu-N5 .header-btn .user-btn {
        display: none;
    }
    .tedu-N5 .header-btn .search-btn {
        display: none;
    }
    .tedu-N5 .header-btn img {
        width: 2.8rem;
        height: 2.8rem;
    }
    .tedu-N5 .header-lang .lang-box {
        top: 3.5rem;
    }
    .tedu-N5 .header-nav .inner{
        justify-content : center;
    }
    .tedu-N5 .header-logo a{
        text-align: center;
    }
    .tedu-N5 .header-logo a img{
        width : 80%;
    }
}

/* tedu-N21 [mH11RgT8R24] */
.tedu-N21 {
    overflow: hidden;
    display: none;
    width: 100%;
}
.tedu-N21 .content-inner {
    background: #fff;
}
.tedu-N21 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N21 .tab-menu-wrap {
    display: flex;
    width: calc(100% - 48rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N21 .tab-menu-wrap .tab-menu a {
    display: flex;
    align-items: center;
    margin-right: 2.2rem;
    position: relative;
}
.tedu-N21 .tab-menu-wrap .tab-menu a span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #000;
    opacity: 0.5;
    padding: 1.6rem 0;
    position: relative;
}
.tedu-N21 .tab-menu-wrap .tab-menu a strong {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #000;
    margin-left: 0.4rem;
}
.tedu-N21 .tab-menu-wrap .tab-menu.active a span::after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tedu-N21 .tab-menu-wrap .tab-menu.active span {
    opacity: 1;
}
@media (max-width: 1280px) {
    .tedu-N21 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N21 {
        display: block;
        position: sticky;
        background-color: #fff;
        padding: 1rem;
        top: 6%;
        left: 0;
        z-index: 99;
        border-bottom: 1px solid #eaeaea;
    }
    .tedu-N21 .tab-menu-wrap {
        width: 100%;
        justify-content: space-between;
    }
    .tedu-N21 .tab-menu-wrap .tab-menu a {
        margin-right: 0.8rem;
        font-size : 1.3rem;
    }
    .tedu-N21 .tab-menu-wrap .tab-menu a span {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    .tedu-N21 .tab-menu-wrap .tab-menu a strong {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
}
/* main-ban [JQm1J07EjQ] */
.main-ban {
    overflow: hidden;
}
.main-ban.lightmode .visual-inner {
    background: #fff;
}
.main-ban .visual-inner {
    padding: 5rem 0;
}
.main-ban .visual-container {
    width: 100%;
    margin: 0 auto;
}
.main-ban .visual-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.main-ban .visual-container .visual-swiper,
.main-ban .visual-container .swiper-wrapper {
    height: inherit;
}
.main-ban .visual-container .banner-box {
    display: block;
    position: relative;
    width: 100%;
    height: 45rem;
    border-radius: 2rem;
    overflow: hidden;
}
.main-ban .visual-container .banner-box .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.main-ban .visual-container .banner-box .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.main-ban .visual-container .banner-box .img-wrap .img-box .visual-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-ban .visual-container .swiper-slide .visual-mo {
    display: none;
}
.main-ban .visual-container .visual-text-box {
    position: absolute;
    width: calc(100% - 16rem);
    left: 50%;
    top: 10rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.main-ban .visual-container .visual-text-box .visual-title {
    margin-bottom: 2rem;
    line-height: 7rem;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    word-break: keep-all;
}
.main-ban .visual-container .visual-text-box .visual-subtitle {
    opacity: 0.8;
    max-width: 55rem;
    line-height: 2.8rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    word-break: keep-all;
}
.main-ban .visual-container .control-wrap {
    z-index: 10;
    position: absolute;
    left: 50%;
    bottom: 4rem;
    width: calc(100% - 16rem);
    height: 2.4rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.main-ban .visual-container .control-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-ban .visual-container .swiper-pagination {
    position: static;
    margin-right: 0.4rem;
    text-align: left;
    transform: translateX(-0.2rem);
}
.main-ban .visual-container .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
}
.main-ban .visual-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    margin: 0 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: transparent;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}
.main-ban .visual-container .swiper-pagination-bullet::after {
    position: absolute;
    left: -0.9rem;
    top: -0.9rem;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #fff;
    border-radius: 1.2rem;
    transform: scale(0);
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    -o-border-radius: 1.2rem;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.main-ban .visual-container .swiper-pagination-bullet-active::after {
    transform: scale(1);
    transition: transform 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
}
.main-ban .swiper-button-play {
    display: none;
}
.main-ban .swiper-button-play,
.main-ban .swiper-button-pause {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.main-ban .swiper-button-play img,
.main-ban .swiper-button-pause img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main-ban .visual-container .btype .visual-text-box .visual-title {
    color: #111;
}
.main-ban .visual-container .btype .visual-text-box .visual-subtitle {
    color: #111;
}
.main-ban .btype-swiper .swiper-button-play img,
.main-ban .btype-swiper .swiper-button-pause img {
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
.main-ban .visual-container .btype-swiper .swiper-pagination-bullet {
    background: #111;
}
.main-ban .visual-container .btype-swiper .swiper-pagination-bullet::after {
    border-color: #111;
}
@media (max-width: 1280px) {
    .main-ban .visual-inner {
        padding: 4rem 2rem;
    }
    .main-ban .visual-container {
        max-width: none;
    }
    .main-ban .visual-container .control-wrap {
        max-width: 100%;
    }
}
@media (max-width: 980px) {
    .main-ban .visual-container .visual-text-box .visual-title {
        font-size: 2.8rem;
        line-height: 3.7rem;
        margin-bottom: 1.2rem;
    }
    .main-ban .visual-container .visual-text-box .visual-subtitle {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
@media (max-width: 768px) {
    .main-ban .visual-container .visual-text-box .visual-subtitle br {
        display: none;
    }
    .main-ban .visual-container .visual-text-box .visual-subtitle .br {
        display: block;
    }
    .main-ban .visual-container .swiper-slide .visual-pc {
        display: none;
    }
    .main-ban .visual-container .swiper-slide .visual-mo {
        display: block;
    }
    .tedu-N21 .tab-menu-wrap .tab-menu a span{
        font-size : 1.4rem;
    }
}
@media (max-width: 640px) {
    .main-ban .visual-container .banner-box {
        height: 40rem;
    }
    .main-ban .visual-container .visual-text-box {
        width: calc(100% - 4rem);
        top: 4rem;
    }
    .main-ban .visual-container .control-wrap {
        width: calc(100% - 4rem);
        bottom: 2rem;
    }
}
@media (max-width: 480px) {
    .main-ban .visual-container .visual-text-box .visual-title br {
        display: none;
    }
    .main-ban .visual-container .visual-text-box .visual-title .br {
        display: inline;
    }
}
/* tedu-N38 [EAM1k85o4R] */
.tedu-N38 {
    overflow: hidden;
}
.tedu-N38 .content-inner {
    background: #191a1f;
    padding: 10rem 0 16rem;
}
.tedu-N38 .content-container {
    max-width: 62rem;
    margin: 0 auto;
}
.tedu-N38 .step-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto 8rem;
    width: 100%;
    max-width: 60rem;
}
.tedu-N38 .step-list::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
    margin: auto;
    content: "";
    width: calc(100% - 3.2rem);
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
}
.tedu-N38 .step-list .step {
    z-index: 1;
    position: relative;
    padding: 0 1.6rem;
    text-align: center;
    background-color: #191a1f;
}
.tedu-N38 .step-list .step-num {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
    font-family: "Roboto", "Pretendard", sans-serif;
    background: #262a35;
    color: #fff;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
.tedu-N38 .step-list .step.active .step-num {
    font-size: 0;
    background-color: #009eff;
}
.tedu-N38 .step-list .step.active .step-num::after {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    content: "";
    background: url("../../resources/icons/ico_check_fill_bk.svg") center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.tedu-N38 .step-list .step > p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #fff;
    margin-top: 0.8rem;
}
.tedu-N38 .form-wrap {
    margin: 8rem auto 0;
    max-width: 640px;
}
.tedu-N38 .form-body .fieldset {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    min-width: 0;
    margin-bottom: 4rem;
}
.tedu-N38 .legend {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.8rem;
}
.tedu-N38 .tedu-inputset {
    width: 100%;
}
.tedu-N38 .tedu-input {
    font-size: 1.4rem;
    color: #fff;
    background: #414758;
    padding: 1.4rem 1.6rem;
    border: none;
    border-radius: 0.4rem;
    overflow: hidden;
    width: 100%;
    height: 4.8rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tedu-N38 .tedu-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.tedu-N38 .tedu-input::placeholder {
    color: #999;
}
.tedu-N38 .fieldset .description {
    position: relative;
    padding-left: 1rem;
    font-size: 1.6rem;
    color: #999;
    letter-spacing: -0.1rem;
}
.tedu-N38 .fieldset .description::before {
    position: absolute;
    content: "*";
    left: 0;
    top: 0;
}
.tedu-N38 .fieldset .description:nth-of-type(1) {
    margin-top: 0.8rem;
}
.tedu-N38 .input-group {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0.8rem;
}
.tedu-N38 .input-group + .input-group {
    margin-top: 1.2rem;
}
.tedu-N38 .input-group > span {
    font-size: 1.6rem;
    line-height: 4.8rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0.8rem;
}
.tedu-N38 .input-group-mail .selectset {
    min-width: 17.6rem;
    margin-left: 1.2rem;
}
.tedu-N38 .tedu-selectset {
    height: 4.8rem;
}
.tedu-N38 .tedu-selectset .selectset-toggle {
    width: 100%;
    height: 4.8rem;
    background: #414758;
    border-radius: 0.4rem;
    border: none;
    color: #999;
    text-align: left;
    padding-left: 1.2rem;
}
.tedu-N38 .tedu-selectset.active .selectset-list {
    margin-top: -2px;
    background: #414758;
    border-radius: 0 0 0.4rem 0.4rem;
    overflow: hidden;
    border: none;
}
.tedu-N38 .tedu-selectset.active .selectset-list li:first-child {
    margin-top: 2px;
}
.tedu-N38 .tedu-selectset .selectset-list .selectset-link {
    background: #414758;
    width: 100%;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.tedu-N38 .tedu-selectset .selectset-list .selectset-link span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    font-weight: 500;
    background: transparent;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 4.8rem;
    text-align: left;
    padding: 0 1.2rem;
}
.tedu-N38 .tedu-selectset .selectset-list .selectset-link:hover span {
    background: rgba(255, 255, 255, 0.1);
}
.tedu-N38 .tedu-selectset .selectset-list .selectset-link::after {
    display: none;
}
.tedu-N38 .form-body .checkset .checkset-input + .checkset-label {
    width: 2.4rem;
    height: 2.4rem;
    border: 0 none;
}
.tedu-N38 .form-body .checkset .checkset-input + .checkset-label::before {
    content: url("../../resources/icons/ico_check_bk.svg");
}
.tedu-N38 .form-body .checkset .checkset-input:checked + .checkset-label::before {
    content: url("../../resources/icons/ico_check_fill_bk.svg");
}
.tedu-N38 .radio-group {
    position: relative;
    display: flex;
}
.tedu-N38 .radio-group .checkset {
    margin-top: 0.8rem;
    margin-right: 2rem;
}
.tedu-N38 .radio-group .checkset .checkset-text {
    font-size: 1.6rem;
    color: #111;
    letter-spacing: -0.1rem;
}
.tedu-N38 .form-footer {
    padding-top: 4rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tedu-N38 .form-footer > a {
    margin: 0 0.3rem;
    width: calc(50% - 0.3rem);
    max-width: 26rem;
    box-sizing: border-box !important;
}
.tedu-N38 .tedu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0.4rem;
    border: none;
    transition: 0.3s;
}
.tedu-N38 .tedu-btn {
    background: #009eff;
    color: #fff;
}
.tedu-N38 .tedu-btn:hover {
    color: #fff;
    background: #0085d6;
}
.tedu-N38 .tedu-btn:disabled {
    background: rgba(0, 158, 255, 0.5);
    color: rgba(153, 153, 153, 0.8);
}
.tedu-N38 .btn-mono {
    background: #414758;
    color: #fff;
}
.tedu-N38 .btn-mono:hover {
    background: #303543;
    color: #fff;
}
.tedu-N38 .btn-mono:disabled {
    background: #414758;
    color: #999;
}
.tedu-N38 .fieldset .btn-link {
    max-width: 12.8rem;
    height: 4.8rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    margin-left: 1.2rem;
}
@media (max-width: 1280px) {
    .tedu-N38 .content-inner {
        padding: 8rem 0 12rem;
    }
}
@media (max-width: 980px) {
    .tedu-N38 .step-list {
        margin-bottom: 4rem;
    }
    .tedu-N38 .step-list .step {
        padding: 0 0.8rem;
    }
    .tedu-N38 .step-list .step-num {
        width: 3.6rem;
        height: 3.6rem;
    }
    .tedu-N38 .step-list .step.active .step-num::after {
        width: 2rem;
        height: 2rem;
    }
    .tedu-N38 .step-list .step > p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N38 .form-wrap {
        margin: 4rem auto 0;
    }
    .tedu-N38 .form-body .fieldset {
        margin-bottom: 2rem;
    }
    .tedu-N38 .legend {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N38 .accordset-content.column .radio-group {
        flex-direction: column;
    }
    .tedu-N38 .radio-group .checkset .checkset-text {
        font-size: 1.4rem;
    }
    .tedu-N38 .input-group + .input-group {
        margin-top: 0.8rem;
    }
    .tedu-N38 .input-group.flex-style {
        flex-wrap: wrap;
    }
    .tedu-N38 .input-group.flex-style .btn-chk {
        max-width: 100%;
        margin-left: 0;
        margin-top: 0.8rem;
    }
    .tedu-N38 .input-group-mail {
        flex-wrap: wrap;
    }
    .tedu-N38 .input-group-mail .tedu-inputset {
        width: calc(50% - 2rem);
    }
    .tedu-N38 .input-group-mail .selectset {
        width: 100%;
        margin-left: 0;
        margin-top: 0.8rem;
    }
    .tedu-N38 .form-footer {
        padding-top: 2rem;
    }
    .tedu-N38 .tedu-btn {
        height: 4.8rem;
        font-size: 1.4rem;
    }
    .tedu-N38 .form-footer > a {
        margin: 0 0.2rem;
        width: calc(50% - 0.2rem);
    }
}
@media (max-width: 640px) {
    .tedu-N38 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
    .tedu-N38 .legend{
        
    }
}

/* tedu-N38 [uB2CX6kQ7s8] : 편집됨 */
.tedu-N38[data-bid="uB2CX6kQ7s8"] .step-list .step.active .step-num::after {
    background: url("../../resources/icons/ico_check_fill_bk.svg") center;
    border-radius: 0;
}
.tedu-N38[data-bid="uB2CX6kQ7s8"] .form-body .checkset .checkset-input + .checkset-label::before {
    content: url("../../resources/icons/ico_check_bk.svg");
    
}

.tedu-N38[data-bid="uB2CX6kQ7s8"] .form-body .checkset .checkset-input:checked + .checkset-label::before {
    content: url("../../resources/icons/ico_check_fill_bk.svg");
}
.tedu-N38[data-bid="uB2CX6kQ7s8"] .tedu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0.4rem;
    border: none;
    transition: 0.3s;
}
.tedu-N38[data-bid="uB2CX6kQ7s8"] .tedu-btn {
    background: #009eff;
    color: #fff;
}

/* tedu-N12 [DsM1k868m2] */
.tedu-N12 {
    overflow: hidden;
}
.tedu-N12 .content-inner {
    padding: 5rem 0;
}
.tedu-N12.lightmode .content-inner {
    background: #fff;
}
.tedu-N12 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N12 .banner-wrap {
    position: relative;
}
.tedu-N12 .banner-wrap .banner-box {
    display: block;
    position: relative;
    width: 100%;
    height: 30rem;
    border-radius: 2rem;
    overflow: hidden;
}
.tedu-N12 .banner-wrap .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tedu-N12 .banner-wrap .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.tedu-N12 .banner-wrap .img-wrap .img-box .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N12 .banner-wrap .banner-mo {
    display: none;
}
.tedu-N12 .banner-wrap .text-box {
    position: absolute;
    width: 56rem;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 8rem;
    transform: translateY(-50%);
    color: #fff;
}
.tedu-N12 .banner-wrap .text-box .title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.8rem;
    color: #fff;
    margin-bottom: 2.4rem;
    word-break: keep-all;
}
.tedu-N12 .banner-wrap .text-box .subtitle {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    word-break: keep-all;
}
@media (max-width: 1280px) {
    .tedu-N12 .content-inner {
        padding: 4rem 0;
    }
    .tedu-N12 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N12 .banner-wrap .text-box .title {
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin-bottom: 1.2rem;
    }
    .tedu-N12 .banner-wrap .text-box .subtitle {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}
@media (max-width: 768px) {
    .tedu-N12 .banner-wrap .text-box {
        width: calc(100% - 10rem);
        top: 8rem;
        transform: translateY(0);
    }
    .tedu-N12 .banner-wrap .text-box .title{
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 640px) {
    .tedu-N12 .banner-wrap .banner-pc {
        display: none;
    }
    .tedu-N12 .banner-wrap .banner-mo {
        display: block;
    }
    .tedu-N12 .banner-wrap .text-box {
        top: 3rem;
        left: 2rem;
    }
}

/* tedu-N17 [Gy4jIpMIARl] */
.tedu-N17 {
    overflow: hidden;
}
.tedu-N17 .footer-container {
    background-color: #111;
    position: relative;
}
.tedu-N17 .ico {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N17 .inner {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N17 .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tedu-N17 .footer-top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 6.8rem;
}
.tedu-N17 .footer-menu {
    font-size: 0;
}
.tedu-N17 .footer-menu a {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
}
.tedu-N17 .footer-menu a::after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1.4rem;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    right: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.tedu-N17 .footer-menu a:first-child {
    margin-left: 0;
}
.tedu-N17 .footer-menu a:last-child {
    margin-right: 0;
}
.tedu-N17 .footer-menu a:last-child::after {
    display: none;
}
.tedu-N17 .footer-sns {
    font-size: 0;
}
.tedu-N17 .footer-sns a {
    width: 3.6rem;
    height: 3.6rem;
    display: inline-block;
    margin-right: 0.8rem;
    text-align: center;
    line-height: 3.6rem;
}
.tedu-N17 .footer-sns a:last-child {
    margin-right: 0;
}
.tedu-N17 .footer-sns img {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N17 .footer-area {
    padding: 2.4rem 0;
}
.tedu-N17 .footer-area .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tedu-N17 .footer-logo {
    width: auto;
    height: 3rem;
    margin-bottom: 2rem;
}
.tedu-N17 .footer-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.tedu-N17 .footer-logo img {
    width: auto;
    height: 3rem;
}
.tedu-N17 .footer-info {
    font-size: 0;
}
.tedu-N17 .footer-info span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    opacity: 0.6;
    margin-right: 0.8rem;
    margin-bottom: 0.4rem;
}
.tedu-N17 .footer-info .copy {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.tedu-N17 .site-wrap {
    position: relative;
}
.tedu-N17 .site-wrap .current {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    width: 18rem;
    height: 4rem;
    line-height: 3.8rem;
    padding: 0 3rem 0 1.2rem;
    border: 1px solid #505050;
    position: relative;
    cursor: pointer;
}
.tedu-N17 .site-wrap .current::after {
    display: inline-block;
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    background: url("../../resources/icons/ico_arrow_down.svg") no-repeat center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N17 .footer-area .ft_red{
    color : #ee0000;
    font-weight: 700;
    display: block;
}
.tedu-N17 .site-wrap .site-box {
    position: absolute;
    width: 100%;
    height: 8rem;
    background: #111;
    top: -8rem;
    right: 0;
    border: 1px solid #505050;
    display: none;
}
.tedu-N17 .site-wrap .site-box a {
    display: block;
    font-size: 1.4rem;
    width: 18rem;
    height: 4rem;
    line-height: 3.8rem;
    padding: 0 3rem 0 1.2rem;
    border-bottom: 1px solid #505050;
    color: #fff;
}
.tedu-N17 .site-wrap .site-box a:hover {
    background: #fff;
    color: #111;
}
.tedu-N17 .site-wrap.site-active .current::after {
    transform: translateY(-50%) rotate(180deg);
}
.tedu-N17 .site-wrap.site-active .site-box {
    display: block;
}
@media screen and (max-width: 1280px) {
    .tedu-N17 .footer-container {
        padding: 0 2rem;
    }
    .tedu-N17 .inner {
        width: 100%;
        padding: 0 0rem;
    }
}
@media screen and (max-width: 980px) {
    .tedu-N17 .footer-top {
        padding: 2rem 0;
    }
    .tedu-N17 .footer-top .inner {
        flex-direction: column;
        align-items: flex-start;
        min-height: 3rem;
    }
    .tedu-N17 .footer-menu {
        margin-bottom: 1.2rem;
    }
    .tedu-N17 .footer-menu a {
        font-size: 1.2rem;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
    }
    .tedu-N17 .footer-menu a::after {
        right: -0.8rem;
    }
    .tedu-N17 .footer-area {
        padding: 2.4rem 0 4rem;
    }
    .tedu-N17 .footer-info span {
        display: block;
        line-height: 1.8rem;
    }
    .tedu-N17 .footer-info .copy {
        margin-top: 0.8rem;
    }
    .tedu-N17 .site-wrap {
        display: none;
    }
}

/* tedu-N14 [ZOM1aH1STZ] */
.tedu-N14 {
    overflow: hidden;
}
.tedu-N14 .content-inner {
    background: #fff;
    padding: 5rem 0;
}
.tedu-N14 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N14 .main-content {
    position: relative;
}
.tedu-N14 .title-wrap {
    margin-bottom: 4rem;
}
.tedu-N14 .title-wrap .cont-title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    color: #111;
    margin-bottom: 1rem;
}
.tedu-N14 .title-wrap .cont-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #767676;
}
.tedu-N14 .content-swiper {
    position: static;
    box-sizing: border-box;
}
.tedu-N14 .card-wrap {
    position: relative;
}
.tedu-N14 .sidebar .slidebar div {
    padding: 0 1rem;
}

.tedu-N14 .sidebar {
    padding: 1rem 0 0;
}
.tedu-N14 .card-wrap a {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    cursor: pointer;
}
.tedu-N14 .card-text-area {
    text-align: center;
}
.tedu-N14 .text-warp .tbox-list {
    margin-bottom: 1rem;
}
.tedu-N14 .tedu-btn {
    border-radius: 0;
}
.tedu-N14 .tedu-btn.tedu-btn-dark:hover {
}
.tedu-N14 .text-warp .cont-top {
    padding: 0 1.5rem;
}
.tedu-N14 .text-warp .tbox {
    border: 1px solid #1555e4;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    color: #1555e4;
    font-weight: 600;
    font-size: 1.4rem;
}
.tedu-N14 .text-warp .title-area .title {
    font-size: 2.7rem;
    padding-top: 1rem;
}
.tedu-N14 .text-warp .price-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1.8rem 0 2rem;
}
.tedu-N14 .text-warp .sale-box .discount {
    text-decoration: line-through;
    color: #aeaeae;
}
.tedu-N14 .text-warp .price-area .price-box {
    text-align: right;
}
.tedu-N14 .text-warp .price-area .price-box .price {
    font-size: 2.7rem;
    color: #1555e4;
    font-weight: 800;

    margin-bottom: 0.7rem;
}
.tedu-N14 .text-warp .price-area .price-box .price-info {
    color: #aeaeae;
}

.tedu-N14 .card-wrap .card-area .card-text-area .tbox {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 1.8rem;
    border: none;
    color: #1555e4;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    margin-bottom: 1.2rem;
}
.tedu-N14 .card-wrap .card-area .card-text-area .title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #111;
    line-height: 2.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    min-height: 4.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 1.2rem 0;
}
.tedu-N14 .card-wrap .card-area .card-text-area .date {
    font-size: 1.4rem;
    font-weight: 400;
    color: #111;
    opacity: 0.5;
    line-height: 2.2rem;
}
.tedu-N14 .control-wrap {
    width: 100%;
    position: absolute; /*top: 0; right: 0; width: 6.8rem; height: 3.2rem;*/
    visibility: hidden;
}
.tedu-N14 .control-wrap .swiper-button-prev,
.tedu-N14 .control-wrap .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N14 .control-wrap .swiper-button-prev::after,
.tedu-N14 .control-wrap .swiper-button-next::after {
    display: none;
}
.tedu-N14 .control-wrap .swiper-button-prev {
    background: url("/page1/resource/icons/ico_btn_prev.svg") no-repeat center;
    left: 0;
}
.tedu-N14 .control-wrap .swiper-button-next {
    background: url("/page1/resource/icons/ico_btn_next.svg") no-repeat center;
    right: 0;
}
.tedu-N14 .control-wrap .swiper-button-next.swiper-button-disabled,
.tedu-N14 .control-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.tedu-N14 .swiper-wrapper {
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 2.5rem;
}
.tedu-N14 .swiper-slide {
    width: 32.5% !important;
}

.tedu-N14 .swiper-slide .refer {
    background-color: #1555e4;
    width: 100%;
    padding: 2rem 0;
    margin-top: 1rem;
}
.tedu-N14 .swiper-slide .refer p {
    color: #fff;
    text-align: center;
    font-size: 2rem;
}
.tedu-N14 .card-wrap .card-area img {
    width: 20%;
    margin: 0 auto 2.5rem;
    background-color: #f9f9f9;
    border-radius: 50%;
    padding : 1.5rem;
}
@media (max-width: 1280px) {
    .tedu-N14 .content-inner {
        padding: 4rem 2rem 12rem;
    }
    .tedu-N14 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
    .tedu-N14 .content-container {
        padding: 0 !important;
    }
}
@media (max-width: 1024px) {
    .tedu-N14 .text-warp {
        text-align: center;
    }
    .tedu-N14 .card-wrap .card-area .card-text-area .title {
        margin-bottom: 0.8rem;
        font-size: 1.5rem;
    }
    .tedu-N14 .text-warp .title-area {
        text-align: center;
    }
    .tedu-N14 .text-warp .price-area {
        flex-direction: column;
        row-gap: 1rem;
        width: 100%;
        text-align: center;
            }
    .tedu-N14 .text-warp .price-area .price-box {
        text-align: center;
    }
    .tedu-N14 .text-warp .tbox-list{
        display: flex;
        flex-direction: column;
        row-gap: 0.9rem;
        w

    }
    .tedu-N14 .text-warp .tbox{
       font-size : 1.2rem;
       text-wrap: nowrap;
       
    }
}
@media (max-width: 768px) {
    .tedu-N14 .content-inner {
        padding: 4rem 2rem 3rem;
    }
    .tedu-N14 .swiper-wrapper {
        row-gap: 2rem;
        flex-direction: row;
    }
    .tedu-N14 .title-wrap {
        margin-bottom: 2.2rem;
    }
    .tedu-N14 .title-wrap .cont-title {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .tedu-N14 .card-wrap .card-area{
        margin-top : 1.7rem;
    }
    .tedu-N14 .text-warp .tbox-list {
        display: flex;
        flex-direction: column;
        row-gap: 0.8rem;
        justify-content: center;
    }
    .tedu-N14 .text-warp .tbox {
        width: 100%;
        margin: 0 auto;
    }
    .tedu-N14 .card-wrap {
        min-height: 16rem;
    }
    .tedu-N14 .control-wrap {
        right: auto;
        left: 0;
        top: 9.2rem;
    }
    .tedu-N14 .swiper-slide {
        width: 49% !important;
        margin: 0 !important;
    }
    .tedu-N14 .slide3{
        width : 32% !important;
    }
    .car_btm .swiper-slide{
        width : 33% !important;
    }
    .car_btm .card-wrap img {
        padding: 1rem;
        width: 62% !important;
        margin: 0 auto;
    }
    .car_btm .card-wrap .card-area{
        margin : 0 auto;
    }
    .tedu-N14 .card-wrap a .tedu-N14 .card-wrap .card-area .card-text-area .date {
        font-size: 1.2rem;
    }
    .tedu-N14 .card-wrap .card-area .card-text-area .title {
        font-size: 2rem;
    }
    .tedu-N14 .card-wrap .card-area .card-text-area .tbox {
        font-size: 1.8rem;
    }
    .tedu-N14 .text-warp .price-area .price-box .price-info {
        font-size: 1.3rem;
    }
    .tedu-N14 .swiper-slide .refer p {
        font-size: 1.9rem;
    }

    .tedu-N14 .tedu-btn {
        font-size: 1.7rem;
    }
    .tedu-N14 .text-warp .tbox {
        font-size: 1.1rem;
        padding: 0.3rem 1rem;
        letter-spacing: -0.1rem;
    }
    .tedu-N14 .text-warp .cont-top{
        padding : 0 1.2rem;
        min-height: 26rem;
    }
}

/* tedu-N26 [aBM1IZ6ues] */
.tedu-N26 {
    overflow: hidden;
}
.tedu-N26 .content-inner {
    padding: 5rem 0;
    background-color: #ececec;
}
.tedu-N26 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N26 .review-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N26 .text-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
}
.tedu-N26 .text-wrap .title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #000;
}
.tedu-N26 .text-wrap span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #999;
}
.tedu-N26 .title {
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
    line-height: 4.6rem;
}
.tedu-N26 .sm-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
    margin: 1.2rem 0 2rem;
}
.tedu-N26 .review-area {
    display: flex;
    position: static;
}
.tedu-N26 .review-area .reveiw-component {
    padding: 4rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #262a35;
    display: flex;
    flex-direction: column;
    width: 22rem;
    min-height: 20rem;
    align-items: center;
    margin-right: 2rem;
    justify-content: center;
}
.tedu-N26 .review-area .reveiw-component .num {
    font-size: 4.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    color: #fff;
    font-family: "Roboto", "Pretendard", sans-serif;
    padding-bottom: 1.2rem;
}
.tedu-N26 .review-area .reveiw-component .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
    margin-top: 0.8rem;
}
.tedu-N26 .review-area .reveiw-component .rating-box {
    display: flex;
    font-size: 0;
    height: 2.4rem;
}
.tedu-N26 .review-area .reveiw-component .rating-box .star {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: #009eff;
    mask-image: url("../../resources/icons/ico_star.svg");
    -webkit-mask-image: url("../../resources/icons/ico_star.svg");
}
.tedu-N26 .reveiw-list {
    width: 100%;
}
.tedu-N26 .review-swiper {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
   
    text-align: center;
}
.tedu-N26 .swiper-slide {
    width: 19.5%;
    background-color: #fff;
}
.tedu-N26 .card-wrap {
    position: relative;
    min-height: 20rem;
}
.tedu-N26 .card-wrap a {
    display: block;
    padding: 2rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    text-align: center;
}
.tedu-N26 .card-wrap .card-title-area {
    display: flex;
    align-items: center;
}
.tedu-N26 .card-wrap .card-title-area .profile-box {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 1.2rem;
}
.tedu-N26 .card-wrap .card-title-area .review-list-rating .rating-box {
    display: flex;
    font-size: 0;
    height: 2.4rem;
}
.tedu-N26 .card-wrap .card-title-area .review-list-rating .rating-box .star {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #009eff;
    mask-image: url("../../resources/icons/ico_star_sm.svg");
    -webkit-mask-image: url("../../resources/icons/ico_star_sm.svg");
}
.tedu-N26 .card-wrap .card-title-area .review-list-rating .name {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0.2rem;
}
.tedu-N26 .card-wrap .card-title-area .profile-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N26 .card-wrap .card-text-area .text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
    line-height: 2.2rem;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 2rem;
}
.tedu-N26 .control-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.8rem;
    height: 3.2rem;
}
.tedu-N26 .control-wrap .swiper-button-prev,
.tedu-N26 .control-wrap .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N26 .control-wrap .swiper-button-prev::after,
.tedu-N26 .control-wrap .swiper-button-next::after {
    display: none;
}
.tedu-N26 .control-wrap .swiper-button-prev {
    background: url("../../resources/icons/ico_btn_prev.svg") no-repeat center;
    left: 0;
}
.tedu-N26 .control-wrap .swiper-button-next {
    background: url("../../resources/icons/ico_btn_next.svg") no-repeat center;
    right: 0;
}
.tedu-N26 .control-wrap .swiper-button-next.swiper-button-disabled,
.tedu-N26 .control-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.tedu-N26 .review-swiper .jump{
    display: none;
}
@media (max-width: 1280px) {
    .tedu-N26 .tedu-N26 .content-inner {
        padding: 1.6rem 0;
    }
    .tedu-N26 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 1024px) {
    .tedu-N26 .card-wrap a {
        padding: 3.2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N26 .review-wrap {
        width: 100%;
        padding-bottom: 3.2rem;
    }
    .tedu-N26 .text-wrap .title {
        font-size: 2.5rem;
    }
    .tedu-N26 .review-swiper {
        flex-direction: row;
        row-gap: 1rem;
    }

    .tedu-N26 .swiper-slide .card-wrap {
        display: flex;
        flex-direction: column;
        background-color: #fff;
    }

    .tedu-N26 .card-wrap a {
        padding: 1.5rem 0;
    }
    .tedu-N26 .review-swiper .jump {
        display: block;
    }
    .tedu-card-type06 .card-area .card-text-area .tbox {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .tedu-card-type06 .card-area .card-text-area .title {
        font-size: 1.8rem;
    }
}
@media (max-width: 640px) {
    .tedu-N26 .review-area {
        flex-direction: column;
    }
    .tedu-N26 .swiper-slide .card-wrap{
        flex-direction: row;
    }
    .tedu-N26 .swiper-slide .card-wrap img {
        width: 25%;
        object-fit: cover;
        max-height: 100px;
    }
    .tedu-N26 .swiper-slide {
        width: 100%;
    }
    .tedu-N26 .review-area .reveiw-component {
        width: 100%;
        padding: 2rem;
        min-height: 12.6rem;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
    .tedu-N26 .review-area .reveiw-component .num {
        font-size: 2.8rem;
        line-height: 4rem;
    }
    .tedu-N26 .review-area .reveiw-component .text {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N26 .review-area .reveiw-list {
        width: 100%;
    }
    .tedu-N26 .card-wrap {
        min-height: fit-content;
    }
    .tedu-N26 .review-swiper{
        flex-wrap : wrap;
        flex-direction: row;
    }
    .tedu-N26 .card-wrap .card-text-area .text {
        margin-top: 1.2rem;
    }
    .tedu-card-type06 .card-area .card-text-area .title{
        font-size: 1.6rem !important;
    }
    .tedu-N26 .card-wrap a{
        padding : 1.5rem 1rem;
    }
}
/*tedu-N27**/
/* tedu-N27 [aBM1IZ6ues] */
.tedu-N27 {
    overflow: hidden;
}
.tedu-N27 .content-inner {
    padding: 5rem 0;
    background-color: #ececec;
}
.tedu-N27 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N27 .review-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N27 .text-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.tedu-N27 .text-wrap .title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #000;
}
.tedu-N27 .text-wrap span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #999;
}
.tedu-N27 .title {
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
    line-height: 4.6rem;
}
.tedu-N27 .sm-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
    margin: 1.2rem 0 2rem;
}
.tedu-N27 .review-area {
    display: flex;
    position: static;
}
.tedu-N27 .review-area .reveiw-component {
    padding: 4rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #262a35;
    display: flex;
    flex-direction: column;
    width: 22rem;
    min-height: 20rem;
    align-items: center;
    margin-right: 2rem;
    justify-content: center;
}
.tedu-N27 .review-area .reveiw-component .num {
    font-size: 4.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    color: #fff;
    font-family: "Roboto", "Pretendard", sans-serif;
    padding-bottom: 1.2rem;
}
.tedu-N27 .review-area .reveiw-component .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
    margin-top: 0.8rem;
}
.tedu-N27 .review-area .reveiw-component .rating-box {
    display: flex;
    font-size: 0;
    height: 2.4rem;
}
.tedu-N27 .review-area .reveiw-component .rating-box .star {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background: #009eff;
    mask-image: url("../../resources/icons/ico_star.svg");
    -webkit-mask-image: url("../../resources/icons/ico_star.svg");
}
.tedu-N27 .reveiw-list {
    width: 100%;
}
.tedu-N27 .review-swiper {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.tedu-N27 .swiper-slide {
    width: 19.5%;
}
.tedu-N27 .card-wrap {
    position: relative;
    min-height: 20rem;
}
.tedu-N27 .card-wrap a {
    display: block;
    padding: 2rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 1rem;
    min-height: 350px;
}
.tedu-N27 .card-wrap img{
    max-height: 150px;
    object-fit: cover;
    overflow: hidden;
}
.tedu-N27 .card-wrap .card-title-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tedu-N27 .card-wrap .card-title-area .profile-box {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 1.2rem;
}
.tedu-N27 .card-wrap .card-title-area .review-list-rating .rating-box {
    display: flex;
    font-size: 0;
    height: 2.4rem;
}
.tedu-N27 .card-wrap .card-title-area .review-list-rating .rating-box .star {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #1555e4;
    mask-image: url("../../resources/icons/ico_star_sm.svg");
    -webkit-mask-image: url("../../resources/icons/ico_star_sm.svg");
}
.tedu-N27 .card-wrap .card-title-area .review-list-rating .name {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #111;
    margin-top: 0.2rem;
    text-align: center;
}
.tedu-N27 .card-wrap .card-title-area .profile-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N27 .card-wrap .card-text-area .text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
    line-height: 2.2rem;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 2rem;
}
.tedu-N27 .control-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.8rem;
    height: 3.2rem;
}
.tedu-N27 .control-wrap .swiper-button-prev,
.tedu-N27 .control-wrap .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N27 .control-wrap .swiper-button-prev::after,
.tedu-N27 .control-wrap .swiper-button-next::after {
    display: none;
}
.tedu-N27 .control-wrap .swiper-button-prev {
    background: url("../../resources/icons/ico_btn_prev.svg") no-repeat center;
    left: 0;
}
.tedu-N27 .control-wrap .swiper-button-next {
    background: url("../../resources/icons/ico_btn_next.svg") no-repeat center;
    right: 0;
}
.tedu-N27 .control-wrap .swiper-button-next.swiper-button-disabled,
.tedu-N27 .control-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
.car_btm .card-wrap a {
    background-color: #fff !important;
}
.car_btm .swiper-wrapper .swiper-notification {
    display: none;
}

@media (max-width: 1280px) {
    .tedu-N27 .tedu-N27 .content-inner {
        padding: 1.6rem 0;
    }
    .tedu-N27 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 1024px) {
    .tedu-N27 .card-wrap a {
        padding: 3.2rem;
        box-sizing: border-box;
    }
}
@media (max-width: 980px) {
    .tedu-N27 .review-wrap {
        width: 100%;
        padding-bottom: 3.2rem;
    }

    .tedu-N27 .swiper-slide {
        width: 100% !important;
    }
    .tedu-N14 .card-wrap .card-area img {
        width: 45%;
        margin: 0 auto 1.2rem;
    }
}
@media (max-width: 768px) {
    .car_btm .card-wrap .card-area img{
        width : 30%;
    }
}
@media (max-width: 640px) {
    .tedu-N27 .review-area {
        flex-direction: column;
    }

    .car_btm .card-area .card-text-area .title {
        display: none !important;
    }
    .car_btm .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .card-wrap a {
        padding: 1.5rem 1rem;
    }
    .car_btm .card-wrap {
        min-height: fit-content !important;
    }
    .car_btm .card-wrap .card-area .card-text-area .tbox {
        margin-bottom: 0.9rem !important;
    }

    .tedu-N27 .review-area .reveiw-component {
        width: 100%;
        padding: 2rem;
        min-height: 12.6rem;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
    .tedu-N27 .review-area .reveiw-component .num {
        font-size: 2.8rem;
        line-height: 4rem;
    }
    .tedu-N27 .review-area .reveiw-component .text {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N27 .review-area .reveiw-list {
        width: 100%;
    }
    .tedu-N27 .card-wrap {
        min-height: 18.2rem;
    }
    .tedu-N27 .card-wrap a {
        padding: 3.2rem;
    }
    .tedu-N27 .card-wrap .card-text-area .text {
        margin-top: 1.2rem;
    }
}

/* tedu-N26 [oFm1k5L6lS] : 편집됨 */
.tedu-N27[data-bid="oFm1k5L6lS"] .review-area .reveiw-component .rating-box .star {
    mask-image: url("../../resources/icons/ico_star.svg");
    -webkit-mask-image: url("../../resources/icons/ico_star.svg");
}
.tedu-N27[data-bid="oFm1k5L6lS"] .card-wrap .card-title-area .review-list-rating .rating-box .star {
    mask-image: url("../../resources/icons/ico_star_sm.svg");
    -webkit-mask-image: url("../../resources/icons/ico_star_sm.svg");
}
.tedu-N27[data-bid="oFm1k5L6lS"] .control-wrap .swiper-button-prev {
    background: url("../../resources/icons/ico_btn_prev.svg") no-repeat center;
}
.tedu-N27[data-bid="oFm1k5L6lS"] .control-wrap .swiper-button-next {
    background: url("../../resources/icons/ico_btn_next.svg") no-repeat center;
}
/* 플로팅 배너 */
.float_wrap{
    display: none;
}
@media (max-width: 768px) {
.float_wrap{
    display: block;
    position : absolute;

}
.float_wrap .float_bn{
    position: fixed;
    z-index: 99;
    bottom : 2%;
    right : 5%;
    width : 15%;
}
.float_wrap .float_bn ul{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.float_wrap .float_bn ul li a{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 100%;
    padding : 1.2rem 0;
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 3px 3px 3px rgba(167, 167, 167, 0.1);
    border : 1px solid #eee;
}
.float_wrap .float_bn ul li img{
    width : 25%;
    margin : 0 auto;
}
.float_wrap .float_bn ul li:nth-child(1) img{

    animation-name: float;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}
.float_wrap .float_bn ul li:nth-child(2) img{
    animation-name: float;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}
}
/* @keyframes float {
    0%{
        margin-left : 100%;
    }
    30%{
        margin-left : 50%;
    }
    50%{
        margin : 0 auto;
    }
    70%{
        margin-right : 50%;
    }
    100%{
        margin : 0 auto;
    }
} */
