@charset "utf-8";
.hidden{
    display: none;
}
/* tedu-N10 [xzM1k8dOm3] */
.tedu-N10 {
    overflow: hidden;
}
.tedu-N10 .content-inner {
    padding: 5rem 0;
}
.tedu-N10 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N10 .title-wrap {
    margin-bottom: 1rem;
}
.tedu-N10 .title-wrap .cont-title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
}
.tedu-N10 .title-wrap .cont-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
}
.tedu-N10 .box-area {
    display: flex;
    justify-content: space-between;
}
.tedu-N10 .box-img-area {
    position: relative;
    width: calc(100% - 56rem);
    height: 40rem;
    border-radius: 2rem;
    overflow: hidden;
    flex: 1 1 auto;
}
.tedu-N10 .box-img-area .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tedu-N10 .box-img-area .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.tedu-N10 .box-img-area .img-wrap .img-box .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N10 .box-img-area .card-img-mo {
    display: none;
}
.tedu-N10 .card-link-area {
    width: calc(100% - 98rem);
    height: 40rem;
    flex: 1 1 auto;
    background-color: #F1F4FB;
    border-radius: 1rem;
}
.tedu-N10 .card-link-area .text-wrap {
    max-height: calc(100% - 6rem);
    padding: 3rem 2rem;
}
.tedu-N10 .card-link-area .text-wrap .title {
    font-size: 2.2rem;
    line-height: 4.3rem;
    font-weight: bold;
    color: #111;
    margin-bottom: 2.4rem;
    word-break: keep-all;
}
.tedu-N10 .card-link-area .text-wrap .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #111;
    opacity: 0.8;
    word-break: keep-all;
}
.tedu-N10 .card-link-area .text-wrap .sell-list {
    background-color: #fff;
    padding: 1rem;
    height: 280px;
    width : 100%;
    max-height: 300px; /* 스크롤을 위해 설정 */
    overflow-y: auto;
    background-color: #fff; /* 리스트 배경색 설정 */
    padding: 1rem 0; /* 패딩 추가 */
}
.tedu-N10 .card-link-area .text-wrap .sell-list ul{
    width : 100%;
    padding : 0 0.5rem;
}
.tedu-N10 .card-link-area .text-wrap .sell-list li{
    padding : 0.5rem 1rem !important;
    height : auto;
    margin : 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .tedu-N10 .card-link-area .text-wrap .sell-list li:nth-child(odd) {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
} 

.tedu-N10 .card-link-area .text-wrap .sell-list li:nth-child(even) {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.tedu-N10 .card-link-area .text-wrap .sell-list li .sell-left{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width : 80%;
}

.tedu-N10 .card-link-area .text-wrap .sell-list li .sell_btn {
    background-color: #3d8dfd;
    color: #fff;
    padding: 0 0.7rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
}
.tedu-N10 .card-link-area .arrw img {
    width: 3.2rem;
    height: 3.2rem;
}
.tedu-N10 .card-link-area:hover .arrw {
    background: #111;
}
.tedu-N10 .card-link-area:hover .arrw img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N10 .box-type01 .box-img-area {
    margin-right: 4rem;
}
.tedu-N10 .box-type02 {
    margin-top: 4rem;
}
.tedu-N10 .box-type02 .box-img-area {
    margin-left: 4rem;
    order: 2;
}
.tedu-N10 .box-type02 .card-link-area {
    order: 1;
}
.tedu-N10 .color-type02 a {
    background: #99c4fd;
}
.tedu-N10 .pc-br {
    display: block;
    text-align: center;
}
.tedu-N10.darkmode .title-wrap .cont-title {
    color: #fff;
}
.tedu-N10.lightmode .content-inner {
    background: #fff;
}
.tedu-N10.lightmode .title-wrap .cont-title {
    color: #111;
}
@media (max-width: 1280px) {
    .tedu-N10 .content-inner {
        padding: 4rem 0;
    }
    .tedu-N10 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
    .tedu-N10 .box-type01 .box-img-area {
        margin-right: 2rem;
    }
    .tedu-N10 .box-type02 {
        margin-top: 2rem;
    }
    .tedu-N10 .box-type02 .box-img-area {
        margin-left: 2rem;
    }
}
@media (max-width: 1024px) {
    .tedu-N10 .card-link-area .text-wrap .title {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .tedu-N10 .card-link-area .text-wrap .text {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}
@media (max-width: 768px) {
    .tedu-N10 .pc-br {
        display: inline;
    }
    .tedu-N10 .box-area {
        display: block;
    }
    .tedu-N10 .card-link-area .text-wrap .title {
        line-height: 2rem;
    }
    .tedu-N10 .card-link-area .text-wrap .sell-list {
        height: 250px;
    }
    .tedu-N10 .box-img-area {
        height: 24rem;
        width: 100%;
        flex: 0;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .tedu-N10 .box-type02 .box-img-area {
        margin-left: 0;
    }
    .tedu-N10 .box-img-area .card-img-pc {
        display: none;
    }
    .tedu-N10 .box-img-area .card-img-mo {
        display: block;
    }
    .tedu-N10 .card-link-area {
        height: 36rem;
        width: 100%;
        flex: 0;
    }
    .tedu-N10 .card-link-area a {
        padding: 3.2rem;
    }
    .tedu-N10 .box-type01 .card-img-area {
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .tedu-N10 .box-type02 .card-img-area {
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .tedu-N10 .content-container {
        padding : 0 1rem;
    }
    .tedu-N10 .tedu-input{
        height : 6rem;
    }
    .tedu-input.lightmode {
        font-size : 1.6rem;
    }
    .tedu-N10 .tedu-N45 .content-container .tedu-inputset:nth-child(2) input{
        width : 31.5%;
    }
}
@media (max-width: 640px) {
    .tedu-N10 .mo-br {
        display: block;
    }

}

/* tedu-N36 [WWM1IXsX6K] */
.tedu-N36 {
    overflow: hidden;
}
.tedu-N36 .content-inner {
    padding: 10rem 0 14rem;
}
.tedu-N36 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N36 .step-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto 8rem;
    width: 100%;
    max-width: 60rem;
}
.tedu-N36 .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-N36 .step-list .step {
    z-index: 1;
    position: relative;
    padding: 0 1.6rem;
    text-align: center;
}
.tedu-N36 .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-N36 .step-list .step.active .step-num {
    font-size: 0;
    background-color: #009eff;
}
.tedu-N36 .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-N36 .step-list .step > p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #000;
    margin-top: 0.8rem;
}
.tedu-N36 .form-header {
    padding-bottom: 4rem;
    border-bottom: 1px solid #fff;
}
.tedu-N36 .form-header .form-tit {
    color: #fff;
    line-height: 4rem;
    font-size: 3.2rem;
    font-weight: bold;
}
.tedu-N36 .form-header .form-desc {
    margin-top: 2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #999;
}
.tedu-N36 .form-body .form-all-check {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N36 .form-body .checkset .checkset-input + .checkset-label {
    width: 2.4rem;
    height: 2.4rem;
    border: 0 none;
}
.tedu-N36 .form-body .checkset .checkset-input + .checkset-label::before {
    content: url("../../resources/icons/ico_check_bk.svg");
}
.tedu-N36 .form-body .checkset .checkset-input:checked + .checkset-label::before {
    content: url("../../resources/icons/ico_check_fill_bk.svg");
}
.tedu-N36 .form-body .form-all-check .checkset-text {
    font-size: 2rem;
    line-height: 3rem;
    color: #fff;
}
.tedu-N36 .form-all-check .checkset-desc {
    margin-top: 1.2rem;
    padding-left: 3.2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #999;
    letter-spacing: -0.15rem;
}
.tedu-N36 .form-wrap .br {
    display: block;
}
.tedu-N36 .accordset {
    border-top: none;
    border-bottom: none;
}
.tedu-N36 .accordset .accordset-item + .accordset-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N36 .accordset-header {
    display: flex;
    justify-content: flex-start;
    padding: 2rem 0 2rem;
    background: transparent;
}
.tedu-N36 .accordset-header .checkset {
    width: 2.4rem;
}
.tedu-N36 .accordset-header .checkset .checkset-text {
    display: block;
    letter-spacing: -0.1rem;
}
.tedu-N36 .accordset-header .accordset-button {
    z-index: 10;
    position: relative;
    padding: 0 6rem 0 0.8rem;
    flex: 1 1 auto;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    color: #fff;
    word-break: keep-all;
}
.tedu-N36 .accordset .accordset-header::after {
    z-index: 0;
    right: 0;
    color: #999;
}
.tedu-N36 .accordset .accordset-body {
    border-top: none;
}
.tedu-N36 .accordset-body .accordset-content {
    padding: 4rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #999;
    background-color: #262a35;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 2rem;
}
.tedu-N36 .accordset-body.bt-0 {
    border-top: 0 none;
}
.tedu-N36 .accordset-body .accordset-content.column {
    flex-direction: column;
}
.tedu-N36 .accordset-content.column .radio-group {
    display: flex;
    justify-content: flex-start;
}
.tedu-N36 .accordset-content.column .radio-group .checkset {
    margin-top: 1.9rem;
    margin-right: 4rem;
}
.tedu-N36 .checkset .checkset-text {
    font-size: 1.6rem;
    color: #fff;
}
.tedu-N36 .tedu-table {
    margin-top: 4rem;
    width: 100%;
    text-align: center;
}
.tedu-N36 .tedu-table table th,
td {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.6rem;
}
.tedu-N36 .tedu-table table th {
    border-top: 1px solid #fff;
    background: #414758;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
}
.tedu-N36 .tedu-table table td {
    color: #999;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.tedu-N36 .tedu-table table th.bdr-none,
.tedu-table table td.bdr-none {
    border-right: none;
}
.tedu-N36 .tedu-table .tedu-table-mo {
    display: none;
    width: 100%;
}
.tedu-N36 .tedu-table .tedu-table-mo th {
    min-width: 10rem;
}
.tedu-N36 .tedu-table .tedu-table-mo td {
    border-right: none;
    font-size: 1.4rem;
    line-height: 2.8rem;
    width: 80%;
}
.tedu-N36 .tedu-table .tedu-table-mo .bdt-block {
    border-top: 1px solid #fff;
}
.tedu-N36 .tedu-table .small {
    position: relative;
    display: block;
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #999;
    text-align: left;
}
.tedu-N36 .tedu-table .small::before {
    content: "*";
}
.tedu-N36 .form-footer {
    padding-top: 8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N36 .form-footer > a {
    margin: 0 0.3rem;
    width: calc(50% - 0.3rem);
    max-width: 26rem;
    box-sizing: border-box !important;
}
.tedu-N36 .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-N36 .tedu-btn {
    background: #009eff;
    color: #fff;
}
.tedu-N36 .tedu-btn:hover {
    color: #fff;
    background: #0085d6;
}
.tedu-N36 .tedu-btn:disabled {
    background: rgba(0, 158, 255, 0.5);
    color: rgba(153, 153, 153, 0.8);
}
.tedu-N36 .btn-mono {
    background: #414758;
    color: #fff;
}
.tedu-N36 .btn-mono:hover {
    background: #303543;
    color: #fff;
}
.tedu-N36 .btn-mono:disabled {
    background: #414758;
    color: #999;
}
@media (max-width: 1280px) {
    .tedu-N36 .content-inner {
        padding: 8rem 0 12rem;
    }
    .tedu-N36 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N36 .step-list {
        margin-bottom: 4rem;
    }
    .tedu-N36 .step-list .step {
        padding: 0 0.8rem;
    }
    .tedu-N36 .step-list .step-num {
        width: 3.6rem;
        height: 3.6rem;
    }
    .tedu-N36 .step-list .step.active .step-num::after {
        width: 2rem;
        height: 2rem;
    }
    .tedu-N36 .step-list .step > p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N36 .form-header {
        padding-bottom: 2rem;
    }
    .tedu-N36 .form-header .form-tit {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .tedu-N36 .form-header .form-desc {
        margin-top: 1.2rem;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .tedu-N36 .form-body .form-all-check {
        padding: 1.2rem 0;
    }
    .tedu-N36 .form-body .form-all-check .checkset-text {
        font-size: 1.6rem;
    }
    .tedu-N36 .form-all-check .checkset-desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N36 .accordset-header {
        padding: 1.2rem 0;
    }
    .tedu-N36 .accordset-header .accordset-button {
        font-size: 1.6rem;
    }
    .tedu-N36 .accordset-body .accordset-content {
        padding: 4rem 2rem;
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }
    .tedu-N36 .accordset-content.column .radio-group {
        flex-direction: column;
    }
    .tedu-N36 .checkset .checkset-text {
        font-size: 1.4rem;
    }
    .tedu-N36 .tedu-table .tedu-table-pc {
        display: none;
    }
    .tedu-N36 .tedu-table .tedu-table-mo {
        display: block;
    }
    .tedu-N36 .tedu-table table td {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N36 .tedu-table .small {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N36 .form-footer {
        padding-top: 4rem;
    }
    .tedu-N36 .tedu-btn {
        height: 4.8rem;
        font-size: 1.4rem;
    }
    .tedu-N36 .form-footer > a {
        margin: 0 0.2rem;
        width: calc(50% - 0.2rem);
    }
}

/* tedu-N46 [Ium1iY9K09] */
.tedu-N46 {
    overflow: hidden;
}
.tedu-N46 .content-inner {
    padding: 5rem 0 16rem;
}
.tedu-N46 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N46 .title-wrap .cont-title {
    font-size: 3.2rem;
    line-height: 4.6rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 3.2rem;
}
.tedu-N46 .tab-menu-wrap {
    display: flex;
    margin: 4rem 0;
    position: relative;
}
.tedu-N46 .tab-menu-wrap::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tedu-N46 .tab-menu-wrap .tab-menu a {
    display: flex;
    align-items: center;
    margin-right: 2.2rem;
    position: relative;
}
.tedu-N46 .tab-menu-wrap .tab-menu {
    flex-shrink: 0;
}
.tedu-N46 .tab-menu-wrap .tab-menu:last-child a {
    margin-right: 0;
}
.tedu-N46 .tab-menu-wrap .tab-menu a span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #fff;
    opacity: 0.5;
    padding: 1.6rem 0;
    position: relative;
}
.tedu-N46 .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-N46 .tab-menu-wrap .tab-menu.active span {
    opacity: 1;
}
.tedu-N46 .myedu-area {
    padding: 2.4rem;
    border-radius: 1rem;
    overflow: hidden;
    background: #262a35;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}
.tedu-N46 .myedu-area:last-child {
    margin-bottom: 0;
}
.tedu-N46 .myedu-area .myedu-cont {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 80%;
}
.tedu-N46 .myedu-area .myedu-cont .img-area {
    width: 10rem;
    height: 10rem;
    border-radius: 2rem;
    overflow: hidden;
}
.tedu-N46 .myedu-area .myedu-cont .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N46 .myedu-area .myedu-cont .text-area {
    margin-left: 2rem;
    font-size: 0;
}
.tedu-N46 .myedu-area .myedu-cont .text-area strong {
    display: inline-block;
    padding: 0 1.2rem;
    color: #009eff;
    border-radius: 2rem;
    border: 1px solid #009eff;
    font-size: 1.4rem;
    font-weight: 500;
    min-width: 5.8rem;
    line-height: 3.2rem;
    text-align: center;
}
.tedu-N46 .myedu-area .myedu-cont .text-area .cate_y{
    display: inline-block;
    padding: 0 1.2rem;
    color: #00c743;
    border-radius: 2rem;
    border: 1px solid #00c743;
    font-size: 1.4rem;
    font-weight: 500;
    min-width: 5.8rem;
    line-height: 3.2rem;
    text-align: center;
}
.tedu-N46 .myedu-area .myedu-cont .text-area span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    margin-left: 1.5rem;
}
.tedu-N46 .myedu-area .myedu-cont .text-area .title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    margin-top: 0.8rem;
}
.tedu-N46 .myedu-area .btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.4rem;
    height: 5.6rem;
    background: #009eff;
    color: #fff;
    font-weight: 500;
    border-radius: 0.4rem;
    border: none;
    transition: 0.3s;
}
.tedu-N46 .myedu-area .btn-link2 {
    background: #00c743;
    color: #fff;

}
.tedu-N46 .myedu-area .btn-link2 span{
    font-size: 1.4rem;
    margin-left : 0.4rem;
}
.tedu-N46 .myedu-area .btn-link span {
    font-size: 1.4rem;
    margin-left: 0.4rem;
}

.tedu-N46 .myedu-area .btn-link i::after {
    display: inline-block;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("../../resources/icons/ico_play.svg") center;
    background-size: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.tedu-N46 .myedu-area .btn-link:disabled {
    background: rgba(0, 158, 255, 0.5);
    color: rgba(153, 153, 153, 0.8);
}
.tedu-N46 .myedu-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    
    .tedu-N46  .myedu-cont-wrap {
    display: flex;
    flex-direction: column; /* 세로 방향 배치 */
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width : 80%;
    }
    
    .tedu-N46  .myedu-area {
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 100%;
    height: 100px;
    opacity: 0.5;
    transform: scale(0.8); /* 기본적으로 작게 보임 */
    }
    
    .tedu-N46  .myedu-area.active {
    transform: scale(1.2); /* 활성화된 요소는 크게 보임 */
    opacity: 1; /* 활성화된 요소는 불투명 */
    }
    
    .tedu-N46  .myedu-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    
    .tedu-N46  .text-area {
    font-size: 16px;
    text-align: center;
    }
    .tedu-N45 .form-body {
        margin : 3rem 0 0;
    }
    .tedu-N45 .checkset{
        margin-top : 2rem;
    }
    .tedu-N45 .checkset{
        margin : 1.5rem 0 1rem;
    }
    .tedu-N45 .tel::after{
        content: '-';
    }
@media (max-width: 1280px) {
    .tedu-N46 .content-inner {
        padding: 4rem 0 12rem;
    }
    .tedu-N46 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {

    .tedu-N46 .content-container {
        padding: 0;
    }
    .tedu-N46 .title-wrap {
        padding: 0 2rem;
    }
    .tedu-N46 .title-wrap .cont-title {
        line-height: 3.2rem;
        font-size: 2.5rem;
    }
    .tedu-N46 .tab-menu-wrap {
        margin: 2rem 0;
        overflow-x: auto;
        padding: 0 2rem;
    }
    .tedu-N46 .myedu-cont-wrap {
        padding: 0 2rem;
    }
    .tedu-N46 .tab-menu-wrap .tab-menu a span {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding: 1.4rem 0;
    }
    .tedu-N46 .myedu-area {
        padding: 2rem;
        height : fit-content;
    }
    .tedu-N46 .myedu-area .myedu-cont {
        margin : 0 auto 2.4rem;
    }
    .tedu-N46 .myedu-area .myedu-cont .img-area {
        display: none;
    }
    .tedu-N46 .myedu-area .myedu-cont .text-area {
        margin-left: 0;
        width: 100%;
    }
    .tedu-N46 .myedu-area .myedu-cont .text-area strong {
        font-size: 1.2rem;
        line-height: 2.9rem;
    }
    .tedu-N46 .myedu-area .myedu-cont .text-area span {
        font-size: 1.6rem;
        margin : 1rem auto;
    }

    .tedu-N46 .myedu-area .myedu-cont .text-area .title {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }

    .tedu-N45 .tel:nth-last-child(1)::after{
        content: none;
    }
}
@media (max-width: 640px) {
    .tedu-N46{
        display: none;
}
    .tedu-N46 .myedu-area .btn-link {
        width: 100%;
    }
}

/* tedu-N13 [Awm1j06F7q] */
.tedu-N13 {
    overflow: hidden;
}
.tedu-N13 .content-inner {
    padding: 5rem 0;
}
.tedu-N13.lightmode .content-inner {
    background: #fff;
}
.tedu-N13 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N13 .banner-wrap {
    position: relative;
}
.tedu-N13 .banner-wrap .banner-box {
    display: block;
    position: relative;
    width: 100%;
    height: 30rem;
    border-radius: 2rem;
    overflow: hidden;
}
.tedu-N13 .banner-wrap .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tedu-N13 .banner-wrap .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.tedu-N13 .banner-wrap .img-wrap .img-box .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N13 .banner-wrap .banner-mo {
    display: none;
}
.tedu-N13 .banner-wrap .text-box {
    width: 100%;
    height : 100%;
    display: flex;
    flex-direction: column;
    left : 0;
    padding : 5rem 0 0 5rem;
    transform: translateY(-50%);
    position : relative;
}
.tedu-N13 .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-N13 .banner-wrap .text-box .subtitle {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: #fff;
    word-break: keep-all;
}
.tedu-N13 .banner-wrap .text-box .click {
    width : 90%;
    position : absolute;
    bottom : 13%;
    right : 0;
}
.tedu-N13 .banner-wrap .text-box .click img{
    background-color: #fff;
    font-size: 2rem;
    border-radius: 6rem;
    padding : 1rem;
    position : absolute;
    bottom : 10%;
    right : 7%;
}
@media (max-width: 1280px) {
    .tedu-N13 .content-inner {
        padding: 4rem 0;
    }
    .tedu-N13 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N13 .banner-wrap .text-box .title {
        font-size: 2.7rem;
        line-height: 3.4rem;
        margin-bottom: 1.2rem;
    }
    .tedu-N13 .banner-wrap .text-box .subtitle {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}
@media (max-width: 768px) {
    .tedu-N13 .banner-wrap .img-wrap{
        position  : relative;
    }
    .tedu-N13 .banner-wrap .text-box {
        width: 100%;
        position : absolute;
        top : 16rem;
        left : 2rem;
        padding : 0;
    }
    .tedu-N13 .banner-wrap .text-box .click img{
    }
}
@media (max-width: 640px) {
    .tedu-N13 .banner-wrap .banner-pc {
        display: none;
    }
    .tedu-N13 .banner-wrap .banner-mo {
        display: block;
    }
}

/* tedu-N7 [JQm1J07EjQ] */
.tedu-N7 {
    overflow: hidden;
}
.tedu-N7.darkmode .visual-inner {
    background: #fff;
}
.tedu-N7.lightmode .visual-inner {
    background: #fff;
}
.tedu-N7 .visual-inner {
    padding: 5rem 0;
}
.tedu-N7 .visual-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N7 .visual-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.tedu-N7 .visual-container .visual-swiper,
.tedu-N7 .visual-container .swiper-wrapper {
    height: inherit;
}
.tedu-N7 .visual-container .banner-box {
    display: block;
    position: relative;
    width: 100%;
    height: 45rem;
    border-radius: 2rem;
    overflow: hidden;
}
.tedu-N7 .visual-container .banner-box .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tedu-N7 .visual-container .banner-box .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.tedu-N7 .visual-container .banner-box .img-wrap .img-box .visual-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N7 .visual-container .swiper-slide .visual-mo {
    display: none;
}
.tedu-N7 .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%);
}
.tedu-N7 .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;
}
.tedu-N7 .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;
}
.tedu-N7 .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%);
}
.tedu-N7 .visual-container .control-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tedu-N7 .visual-container .swiper-pagination {
    position: static;
    margin-right: 0.4rem;
    text-align: left;
    transform: translateX(-0.2rem);
}
.tedu-N7 .visual-container .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
}
.tedu-N7 .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;
}
.tedu-N7 .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);
}
.tedu-N7 .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;
}
.tedu-N7 .swiper-button-play {
    display: none;
}
.tedu-N7 .swiper-button-play,
.tedu-N7 .swiper-button-pause {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.tedu-N7 .swiper-button-play img,
.tedu-N7 .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);
}
.tedu-N7 .visual-container .btype .visual-text-box .visual-title {
    color: #111;
}
.tedu-N7 .visual-container .btype .visual-text-box .visual-subtitle {
    color: #111;
}
.tedu-N7 .btype-swiper .swiper-button-play img,
.tedu-N7 .btype-swiper .swiper-button-pause img {
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
.tedu-N7 .visual-container .btype-swiper .swiper-pagination-bullet {
    background: #111;
}
.tedu-N7 .visual-container .btype-swiper .swiper-pagination-bullet::after {
    border-color: #111;
}
@media (max-width: 1280px) {
    .tedu-N7 .visual-inner {
        padding: 4rem 2rem;
    }
    .tedu-N7 .visual-container {
        max-width: none;
    }
    .tedu-N7 .visual-container .control-wrap {
        max-width: 100%;
    }
}
@media (max-width: 980px) {
    .tedu-N7 .visual-container .visual-text-box .visual-title {
        font-size: 2.8rem;
        line-height: 3.7rem;
        margin-bottom: 1.2rem;
    }
    .tedu-N7 .visual-container .visual-text-box .visual-subtitle {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
@media (max-width: 768px) {
    .tedu-N7 .visual-container .visual-text-box .visual-subtitle br {
        display: none;
    }
    .tedu-N7 .visual-container .visual-text-box .visual-subtitle .br {
        display: block;
    }
    .tedu-N7 .visual-container .swiper-slide .visual-pc {
        display: none;
    }
    .tedu-N7 .visual-container .swiper-slide .visual-mo {
        display: block;
    }
}
@media (max-width: 640px) {
    .tedu-N7 .visual-container .banner-box {
        height: 40rem;
    }
    .tedu-N7 .visual-container .visual-text-box {
        width: calc(100% - 4rem);
        top: 4rem;
    }
    .tedu-N7 .visual-container .control-wrap {
        width: calc(100% - 4rem);
        bottom: 2rem;
    }
}
@media (max-width: 480px) {
    .tedu-N7 .visual-container .visual-text-box .visual-title br {
        display: none;
    }
    .tedu-N7 .visual-container .visual-text-box .visual-title .br {
        display: inline;
    }
}

/* tedu-N23 [rAm1J1PT6g] */
.tedu-N23 {
    overflow: hidden;
}
.tedu-N23 .content-inner {
    padding: 5rem 0 2rem;
}
.tedu-N23 .content-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tedu-N23 .intro-wrap {
    width: 55%;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N23 .text-wrap .title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: bold;
    color: #111;
}
.tedu-N23 .text-wrap .text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
}
.tedu-N23 .card-img-area {
    position: relative;
    width: 100%;
    height: 24rem;
    border-radius: 2rem;
    overflow: hidden;
    margin-top: 2rem;
}
.tedu-N23 .card-img-area .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tedu-N23 .card-img-area .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.tedu-N23 .card-img-area .img-wrap .img-box .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N23 .form-wrap{
    width : 40%;
    box-sizing: border-box;
    height: 100%;
}
.tedu-N23 .form-wrap form{
    background-color: #f1f1f1;
    padding : 4rem;
    border-radius: 2rem;
}
.tedu-N23 .form-wrap form h3{
    font-size: 3.8rem;
    text-align: center;
    margin-bottom : 1.7rem;
}
.tedu-N23 .form-wrap form p{
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}
.tedu-N23 .bn-form .sub-tit{
    margin-bottom : 4rem;
}
.tedu-N23 .form-wrap .radio-group{
    margin-top : 2rem;
}
.tedu-N23 .form-wrap .checkset .checkset-text{
    font-size: 1.5rem;
    
}
.tedu-N23 .form-wrap .checkset .checkset-text a{
    color : #0085d6;
}
.tedu-N23 .form-wrap .btn-box{
    width : 80%;
    margin : 0 auto;

}
.tedu-N23 .form-wrap .tedu-input{
    background-color: #fff;
}
.tedu-N23 .bn-form .form-body .fieldset{
    margin-bottom: 1.2rem;
}
.tedu-N23 .card-img-area .card-img-mo {
    display: none;
}
.tedu-N23.darkmode .content-inner {
    background: #fff;
}
.tedu-N23.lightmode .content-inner {
    background: #fff;
}
.tedu-N23.lightmode .text-wrap .title {
    color: #111;
}
.tedu-N23 .form-body .checkset .checkset-label{
    overflow: visible;
}
.tedu-N23 .form-body .checkset .checkset-input + .checkset-label::before {
    content: url("../../resources/icons/ico_check_bk.svg");
}
.tedu-N23 .form-body .checkset .checkset-input:checked + .checkset-label::before {
    content: url("../../resources/icons/ico_check_fill_bk.svg");
}
@media (max-width: 1280px) {
    .tedu-N23 .content-inner {
        padding: 4rem 0 1.2rem;
    }
    .tedu-N23 .content-container {

        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N23 .intro-wrap {
        padding-bottom: 3.2rem;
    }
    .tedu-N23 .text-wrap .title {
        font-size: 2rem;
        line-height: 3rem;
    }
    .tedu-N23 .text-wrap .text {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-top: 1.2rem;
    }
    .tedu-N23 .card-img-area {
        margin-top: 1.2rem;
    }
}
@media (max-width: 768px) {
    .tedu-N23 .content-container{
        flex-direction: column;
    }
    .tedu-N23 .card-img-area .card-img-pc {
        display: none;
    }
    .tedu-N23 .card-img-area .card-img-mo {
        display: block;
    }
    .tedu-N23 .intro-wrap{
        width : 100%;
    }
    .tedu-N23 .form-wrap{
        width : 100%;
    }
    .tedu-N23 .form-wrap .input-group{
        width : 100%;
    }
    .tedu-N23 .bn-form .legend{
        text-align: center;
        margin-bottom: 0.5rem;
    } 
}

/* tedu-N16 [bgM1K4sLE0] */
.tedu-N16 {
    overflow: hidden;
}
.tedu-N16 .content-inner {
    padding: 5rem 0 16rem;
}
.tedu-N16 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N16 .main-content {
    position: relative;
}
.tedu-N16 .title-wrap {
    margin-bottom: 4rem;
}
.tedu-N16 .title-wrap .cont-title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    color: #009eff;
    margin-bottom: 1rem;
}
.tedu-N16 .title-wrap .cont-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #767676;
}
.tedu-N16 .content-swiper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.8rem;
}

.tedu-N16 .card-wrap {
    position: relative;
    min-height: 16.8rem;
}
.tedu-N16 .swiper-slide{
    width: 30%;
}
.tedu-N16 .card-wrap a {
    display: block;
    padding: 2.4rem;
    width : 100%;
    border-radius: 2rem;
    overflow: hidden;
    background: #262a35;
}
.tedu-N16 .card-wrap .card-area{
    margin-top: 0;
}
.tedu-N16 .content-swiper .swiper-notification{
    display: none;
}

.tedu-N16 .card-wrap .card-area .card-text-area .tbox {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #0efcfe;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    border: 1px solid #0efcfe;
    border-radius: 1.3rem;
    margin-bottom: 1.2rem;
}
.tedu-N16 .card-wrap .card-area .card-text-area .title {
    font-size: 2.7rem;
    font-weight: 500;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
    margin-bottom: 1.2rem;
}
.tedu-N16 .card-wrap .card-area .card-text-area .date {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
    line-height: 2.6rem;
}
.tedu-N16 .control-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.8rem;
    height: 3.2rem;
}
.tedu-N16 .control-wrap .swiper-button-prev,
.tedu-N16 .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-N16 .control-wrap .swiper-button-prev::after,
.tedu-N16 .control-wrap .swiper-button-next::after {
    display: none;
}
.tedu-N16 .control-wrap .swiper-button-prev {
    background: url("../../resources/icons/ico_btn_prev.svg") no-repeat center;
    left: 0;
}
.tedu-N16 .control-wrap .swiper-button-next {
    background: url("../../resources/icons/ico_btn_next.svg") no-repeat center;
    right: 0;
}
.tedu-N16 .control-wrap .swiper-button-next.swiper-button-disabled,
.tedu-N16 .control-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
@media (max-width: 1280px) {
    .tedu-N16 .content-inner {
        padding: 4rem 0 12rem;
    }
    .tedu-N16 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 1024px) {
    .tedu-N16 .card-wrap .card-area .card-text-area .title {
        margin-bottom: 0.8rem;
        font-size: 2.2rem;
    }
    .tedu-N16 .swiper-slide{
        width : 48%;
    }
}
@media (max-width: 768px) {

    .tedu-N16 .title-wrap {
        margin-bottom: 3rem;
    }
    .tedu-N16 .title-wrap .cont-title {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    .tedu-N16 .control-wrap {
        right: auto;
        left: 0;
        top: 9.2rem;
    }
    .tedu-N16 .card-wrap .card-area .card-text-area .date{
        font-size : 1.5rem;
    }
    .tedu-N16 .card-wrap .card-area .card-text-area .title{
        font-size: 1.8rem;
    }
    .tedu-N16 .card-wrap a{
        min-height: 320px;
        max-height : 320px;
    }
}

/* tedu-N43 [wTM1j1XO3n] */
.tedu-N43 {
    max-width: 128rem;
    height: 46.5rem;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    margin: auto;

}
.tedu-N43 .sidebar {
    width: 44rem;
    padding: 4rem;
    border-radius: 2rem;
    overflow: hidden;
    background: #262a35;
    position: absolute;
    top: 0;
    right: 0;
}
.tedu-N43 .sidebar .title-wrap {
    margin-bottom: 2rem;
}
.tedu-N43 .sidebar .title-wrap .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #fff;
}
.tedu-N43 .pay-info-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tedu-N43 .pay-info-warp .img-area {
    width: 10rem;
    height: 10rem;
    border-radius: 1rem;
    overflow: hidden;
}
.tedu-N43 .pay-info-warp .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N43 .pay-info-warp .text-area {
    width: calc(100% - 10rem);
    margin-left: 2rem;
}
.tedu-N43 .pay-info-warp .text-area .title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #111;
}
.tedu-N43 .pay-info-warp .text-area .text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #999;
    margin-top: 0.8rem;
}
.tedu-N43 .price-info-wrap {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N43 .price-info-wrap .price-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.2rem;
}
.tedu-N43 .price-info-wrap .price-area span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #999;
}
.tedu-N43 .price-info-wrap .price-area strong {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #fff;
}
.tedu-N43 .price-info-wrap .price-total {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N43 .price-info-wrap .price-total strong {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: bold;
}
.tedu-N43 .sidebar .add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    background: #009eff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0.4rem;
    border: none;
    transition: 0.3s;
    margin-top: 4rem;
}
.tedu-N43 .sidebar .add-cart:hover {
    color: #fff;
    background: #0085d6;
}
.tedu-N43 .sidebar .add-cart:disabled {
    background: rgba(0, 158, 255, 0.5);
    color: rgba(153, 153, 153, 0.8);
}

.tedu-N43.default {
    position: static;
}
.tedu-N43.default .sidebar {
    width: 100%;
    padding: 4rem;
    position: static;
}
@media (max-width: 1280px) {
    .tedu-N43 {
        max-width: 100%;
    }
    .tedu-N43 .sidebar {
        right: 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N43 {
        position: static;
        height: auto;
        background: #191a1f;
        padding: 2rem 2rem 12rem;
    }
    .tedu-N43 .sidebar {
        position: static;
        width: 100%;
        padding: 3.2rem;
    }
    .tedu-N43 .sidebar .title-wrap .title {
        font-size: 2rem;
        line-height: 3rem;
    }
    .tedu-N43 .pay-info-warp .img-area {
        width: 7.2rem;
        height: 7.2rem;
    }
    .tedu-N43 .pay-info-warp .text-area {
        width: calc(100% - 7.2rem);
        margin-left: 0.8rem;
    }
    .tedu-N43 .price-info-wrap {
        margin-top: 1.2rem;
        padding-top: 1.2rem;
    }
    .tedu-N43 .price-info-wrap .price-area {
        margin-bottom: 0.8rem;
    }
    .tedu-N43 .price-info-wrap .price-area span {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N43 .price-info-wrap .price-area strong {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N43 .price-info-wrap .price-total {
        margin-top: 1.2rem;
        padding-top: 1.2rem;
    }
    .tedu-N43 .price-info-wrap .price-total strong {
        font-size: 2rem;
        line-height: 3rem;
    }
    .tedu-N43 .sidebar .add-cart {
        margin-top: 2rem;
        font-size: 1.4rem;
    }
}

/* tedu-N29 [gbm1K5DJb1] */
.tedu-N29 {
    overflow: hidden;
}
.tedu-N29 .content-inner {
    background: #f5f5f5;
    padding: 5rem 0;
}
.tedu-N29 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N29 .faq-wrap {
    width: 100%;
    padding-bottom: 4rem;
}
.tedu-N29 .text-wrap .title {
    font-size: 3.2rem;
    line-height: 2.8rem;
    font-weight: bold;
    color: #111;
    margin-bottom: 3rem;
}
.tedu-N29 .acc-wrap .acc-item {
    margin-bottom: 2rem;
}
.tedu-N29 .acc-wrap .acc-item:last-child {
    margin-bottom: 0;
}
.tedu-N29 .acc-wrap .acc-item .acc-btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    position: relative;
    width: 100%;
}
/* .tedu-N29 .acc-wrap .acc-item .acc-btn::after {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url("../../resources/icons/ico_plus.svg") no-repeat center;
    background-size: 100%;
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
} */
.tedu-N29 .acc-wrap .acc-item .acc-btn .acc-q {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #0085d6;
    color: #fff;
    overflow: hidden;
    margin-right: 1.2rem;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Roboto", "Pretendard", sans-serif;
    flex-shrink: 0;
}
.tedu-N29 .acc-wrap .acc-item .acc-btn strong {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #111;
    display: block;
    padding-right: 3.2rem;
    text-align: left;
    white-space: wrap;
    word-break: break-all;
}
.tedu-N29 .acc-wrap .acc-item .acc-body {
    margin-top: 0.8rem;
    padding-left: 5.2rem;
    padding-right: 3.6rem;
    /* display: block; */
}
.tedu-N29 .acc-wrap .acc-item .acc-body .acc-cont {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #767676;
}
.tedu-N29 .acc-wrap .acc-item.active .acc-btn::after {
    opacity: 1;
    background: url("../../resources/icons/ico_minus.svg") no-repeat center;
}
/* .tedu-N29 .acc-wrap .acc-item.active .acc-btn strong {
    color: #111;
} */
.tedu-N29 .acc-wrap .acc-item.active .acc-body {
    display: block;
}
@media (max-width: 1280px) {

    .tedu-N29 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N29 .faq-wrap {
        width: 100%;
        padding-bottom: 3.2rem;
    }
    .tedu-N29 .text-wrap .title {
        line-height: 3rem;
    }
    .tedu-N29 .acc-wrap .acc-item {
        margin-bottom: 1.2rem;
    }
    .tedu-N29 .acc-wrap .acc-item .acc-btn .acc-q {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.6rem;
        margin-right: 0.8rem;
    }
    .tedu-N29 .acc-wrap .acc-item .acc-btn strong {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .tedu-N29 .acc-wrap .acc-item .acc-body {
        margin-top: 0.4rem;
    }
    .tedu-N29 .acc-wrap .acc-item .acc-body .acc-cont {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

/* tedu-N48 [QvM1K5CKHP] */
.tedu-N48 {
    overflow: hidden;
}
.tedu-N48 .content-inner {
        padding: 5rem 0;
}
.tedu-N48 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N48 .myclass-wrap {
    width: 100%;
}
.tedu-N48 .title-wrap {
    margin-bottom: 4rem;
}
.tedu-N48 .title-wrap .cont-title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    color: #fff;
    word-break: keep-all;
}
.tedu-N48 .myclass-wrap p {
    margin-top: 1.2rem;
    font-size: 0;
}
.tedu-N48 .myclass-wrap span {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #999;
    position: relative;
    margin-right: 1.6rem;
    margin-left: 0.8rem;
}
.tedu-N48 .myclass-wrap span:first-child {
    margin-left: 0;
}
.tedu-N48 .myclass-wrap span::after {
    display: inline-block;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 50%;
    right: -1.6rem;
    transform: translateY(-50%);
}
.tedu-N48 .myclass-wrap span:last-child::after {
    display: none;
}
.tedu-N48 .card-video-area {
    border-radius: 2rem;
    overflow: hidden;
}
.tedu-N48 .card-video-area .videoset {
    width: 100%;
    height: 100%;
}
.tedu-N48 .videoset .videoset-body {
    width: 100%;
    height: 100%;
}
.tedu-N48 .card-video-area .videoset-bg {
    width: 100%;
    height: 100%;
}
.tedu-N48 .card-video-area .videoset-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N48 .card-video-area .bg-img-mo {
    display: none;
}
.tedu-N48 .videoset .videoset-play {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tedu-N48 .videoset .videoset-play img {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tedu-N48 .text-wrap {
    margin-top: 2rem;
}
.tedu-N48 .text-wrap .title {
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: bold;
    color: #fff;
}
@media (max-width: 1280px) {
    .tedu-N48 .content-inner {
        padding: 4rem 0 1rem;
    }
    .tedu-N48 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N48 .myclass-wrap {
        width: 100%;
    }
    .tedu-N48 .title-wrap {
        margin-bottom: 2rem;
    }
    .tedu-N48 .title-wrap .cont-title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .tedu-N48 .myclass-wrap p {
        margin-top: 0.8rem;
    }
    .tedu-N48 .myclass-wrap span {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N48 .text-wrap {
        margin-top: 1.2rem;
    }
    .tedu-N48 .text-wrap .title {
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media (max-width: 768px) {
    .tedu-N48 .card-video-area .bg-img-pc {
        display: none;
    }
    .tedu-N48 .card-video-area .bg-img-mo {
        display: block;
    }
}


/* tedu-N55 [XIm1k5xqAe] */
.tedu-N55 {
    overflow: hidden;
}
.tedu-N55 .content-inner {
    background: #fff;
    padding: 4rem 0 12rem;
}
.tedu-N55 .content-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position : relative;
}
.tedu-N55 .myclass-cont-wrap {
    width: calc(100% - 50rem);
}
.tedu-N55 .bn-form{
    width : 37%;
    position : relative;
    z-index: 99;

}
.tedu-N55 .bn-form form{
    position : fixed;
    width: calc(100% - 75%);
    right : 15%;
    top : 10%;
    background-color: #fff;
    overflow: hidden;
}
.tedu-N55 .notice-area {
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tedu-N55 .notice-area:last-child {
    margin-bottom: 0;
}
.tedu-N55 .notice-area .card-img-area {
    position: relative;
    width: 20rem;
    height: 16rem;
    border-radius: 2rem;
    overflow: hidden;
    margin-right: 2rem;
    flex-shrink: 0;
}
.tedu-N55 .notice-area .card-img-area .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.tedu-N55 .notice-area .card-img-area .img-wrap .img-box {
    width: 100%;
    height: 100%;
}
.tedu-N55 .card-img-area .img-wrap .img-box .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N55 .notice-area .card-img-area .card-img-mo {
    display: none;
}
.tedu-N55 .notice-area .card-text-area .title {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 500;
    color: #111;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tedu-N55 .bn-form form{
    text-align: center;
    padding : 3rem;
    box-sizing: border-box;
    border-radius: 2rem;
    border : 1px solid #eaeaea;
}
.tedu-N55 .bn-form .tedu-input{
    background-color: #f7f7f7;
}
.tedu-N55 .bn-form h3{
    font-size: 3.2rem;
    margin-bottom : 1.5rem;
}
.tedu-N55 .bn-form .sub-tit{ 
    font-size : 2rem;
}
.tedu-N55 .bn-form .form-body .fieldset{
    margin-bottom: 1rem;
}
.tedu-N55 .checkset {
    margin-top: 1.7rem;

}
.tedu-N55 .checkset .checkset-text{
    font-size: 1.5rem;
}
.tedu-N55 .checkset .checkset-text a{
    color : #0085d6;
}
    
.tedu-N55 .notice-area .card-text-area .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #767676;
    margin: 1.2rem 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tedu-N55 .notice-area .card-text-area .date {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
}
.tedu-N55 .form-body .checkset .checkset-input:checked + .checkset-label::before{
    content: url("../../resources/icons/ico_check_fill_wh.svg");
}
.tedu-N38 .form-body .checkset .checkset-input:checked + .checkset-label::before{
    content: url("../../resources/icons/ico_check_fill_bk.svg");
}
@media (max-width: 1280px) {
    .tedu-N55 .content-inner {
        padding: 2rem 0 12rem;
    }
    .tedu-N55 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
    .tedu-N55 .bn-form form{
        width : 38%;
        right : 2%;
    }
}
@media (max-width: 1024px) {
    .tedu-N55 .content-container{
        flex-direction: column-reverse;
    }
    .tedu-N55 .bn-form{
        width : 100%;
    }
    .tedu-N55 .myclass-cont-wrap{
        width : 100%;
    }
    .tedu-N55 .notice-area .card-img-area {
        width: 9.4rem;
        height: 8rem;
        margin-right: 1.2rem;
    }
    .tedu-N55 .bn-form{
        

    }
    .tedu-N55 .bn-form form{
        width : 100%;
        box-sizing: border-box;
        position : relative;
        right : 0;
       
    }
}
@media (max-width: 980px) {
    .tedu-N55 .myclass-cont-wrap {
        width: 100%;
    }
    .tedu-N55 .notice-area .card-text-area .title {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .tedu-N55 .notice-area .card-text-area .text {
        display: none;
    }
    .tedu-N55 .notice-area .card-text-area .date {
        margin-top: 0.8rem;
        font-size: 1.2rem;
    }
    .tedu-N55 .checkset .checkset-input + .checkset-label
    {
        width : var(--fs-h3);
        height : var(--fs-h3);
        margin-top : 0.5rem;
    }
    .tedu-N55 .content-inner{
        padding : 2rem 0 3rem;
    }
}
@media (max-width: 768px){
    .tedu-N55 .bn-form .input-group
{
    width : 100%;
    margin-top : 1rem;
}
.tedu-N55 .checkset .checkset-text{
    font-size: 1.2rem;
}
.tedu-N14 .text-warp .title-area .text{
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
}
/* tedu-N37 [LyM1k5Yx3c] */
.tedu-N37 {
    overflow: hidden;
}
.tedu-N37 .content-inner {
    background: #fff;
    padding: 0 0 14rem;
}
.tedu-N37 .content-container {
    margin: 0 auto;
}
.tedu-N37 .step-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto 8rem;
    width: 100%;
    max-width: 60rem;
}
.tedu-N37 .step-list::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
    margin: auto;
    content: "";
    width: calc(100% - 3.2rem);
    height: 1px;
    background-color: #e5e5e5;
}
.tedu-N37 .step-list .step {
    z-index: 1;
    position: relative;
    padding: 0 1.6rem;
    text-align: center;
    background-color: #fff;
}
.tedu-N37 .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: #f7f7fb;
    color: #111;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
.tedu-N37 .step-list .step.active .step-num {
    font-size: 0;
    background-color: #175dec;
}
.tedu-N37 .accordset .accordset-body{
    display: block !important;
}
.tedu-N37 .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_wh.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-N37 .step-list .step > p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #111;
    margin-top: 0.8rem;
}
.tedu-N37 .form-header {
    padding-bottom: 4rem;
    border-bottom: 1px solid #111;
}
.tedu-N37 .form-header .form-tit {
    color: #111;
    line-height: 4rem;
    font-size: 3.2rem;
    font-weight: bold;
}
.tedu-N37 .form-header .form-desc {
    margin-top: 2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #767676;
}
.tedu-N37 .form-body .form-all-check {
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.tedu-N37 .form-body .checkset .checkset-input + .checkset-label {
    width: 2.4rem;
    height: 2.4rem;
    border: 0 none;
}
.tedu-N37 .form-body .checkset .checkset-input + .checkset-label::before {
    content: url("../../resources/icons/ico_check_wh.svg");
}
.tedu-N37 .form-body .checkset .checkset-input:checked + .checkset-label::before {
    content: url("../../resources/icons/ico_check_fill_wh.svg");
}
.tedu-N37 .form-body .form-all-check .checkset-text {
    font-size: 2rem;
    line-height: 3rem;
    color: #111;
}
.tedu-N37 .form-all-check .checkset-desc {
    margin-top: 1.2rem;
    padding-left: 3.2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #767676;
    letter-spacing: -0.15rem;
}
.tedu-N37 .form-wrap .br {
    display: block;
}
.tedu-N37 .accordset {
    border-top: none;
    border-bottom: none;
}
.tedu-N37 .accordset .accordset-item + .accordset-item {
    border-top: 1px solid #e5e5e5;
}
.tedu-N37 .accordset-header {
    display: flex;
    justify-content: flex-start;
    padding: 2rem 0 2rem;
    background: transparent;
}
.tedu-N37 .accordset-header .checkset {
    width: 2.4rem;
}
.tedu-N37 .accordset-header .checkset .checkset-text {
    display: block;
    letter-spacing: -0.1rem;
}
.tedu-N37 .accordset-header .accordset-button {
    z-index: 10;
    position: relative;
    padding: 0 6rem 0 0.8rem;
    flex: 1 1 auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    color: #111;
    word-break: keep-all;
    cursor: pointer;
}
.tedu-N37 .accordset .accordset-header::after {
    z-index: 0;
    right: 0;
    color: #767676;
}
.tedu-N37 .accordset .accordset-body {
    border-top: none;
}
.tedu-N37 .accordset-body .accordset-content {
    padding: 3rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #767676;
    background-color: #f7f7fb;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 2rem;
    flex-direction: column;
    row-gap: 2rem;
}
.tedu-N37 .accordset-body .accordset-content .accodset-content1{
    display: flex;
    flex-direction: column;
    width : 100%;
    font-size : 1.8rem;
    row-gap: 1.2rem;
}
.tedu-N37 .accordset-body .accordset-content .sub_tit{
    font-size: 2rem;
    font-weight: 500;
    color : #111;

}
.tedu-N37 .accordset-body.bt-0 {
    border-top: 0 none;
}
.tedu-N37 .accordset-body .accordset-content.column {
    flex-direction: column;
}
.tedu-N37 .accordset-content.column .radio-group {
    display: flex;
    justify-content: flex-start;
}
.tedu-N37 .accordset-content.column .radio-group .checkset {
    margin-top: 1.9rem;
    margin-right: 4rem;
}
.tedu-N37 .checkset .checkset-text {
    font-size: 1.6rem;
    color: #111;
}
.tedu-N37 .tedu-table {
    margin-top: 4rem;
    width: 100%;
    text-align: center;
    border-top: 1px solid #111;
}
.tedu-N37 .tedu-table table th,
.tedu-N37 .tedu-table table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.6rem;
}
.tedu-N37 .tedu-table table th {
    background: #fff;
    color: #111;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
}
.tedu-N37 .tedu-table table td {
    color: #767676;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.tedu-N37 .tedu-table table th.bdr-none,
.tedu-table table td.bdr-none {
    border-right: none;
}
.tedu-N37 .tedu-table .tedu-table-mo {
    display: none;
    width: 100%;
}
.tedu-N37 .tedu-table .tedu-table-mo th {
    min-width: 10rem;
}
.tedu-N37 .tedu-table .tedu-table-mo td {
    border-right: none;
    font-size: 1.4rem;
    line-height: 2.8rem;
    width: 80%;
}
.tedu-N37 .tedu-table .tedu-table-mo .bdt-block {
    border-top: 1px solid #111;
}
.tedu-N37 .tedu-table .small {
    position: relative;
    display: block;
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #999;
    text-align: left;
}
.tedu-N37 .tedu-table .small::before {
    content: "*";
}
.tedu-N37 .form-footer {
    padding-top: 8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
}
.tedu-N37 .form-footer > a {
    margin: 0 0.3rem;
    width: calc(50% - 0.3rem);
    max-width: 26rem;
    box-sizing: border-box !important;
}
.tedu-N37 .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-N37 .tedu-btn {
    background: #175dec;
    color: #fff;
}
.tedu-N37 .tedu-btn:hover {
    color: #fff;
    background: #427cf2;
}
.tedu-N37 .tedu-btn:disabled {
    background: rgba(23, 93, 236, 0.4);
    color: rgba(153, 153, 153, 0.8);
}
.tedu-N37 .btn-mono {
    background: #f2f2f4;
    color: #111;
}
.tedu-N37 .btn-mono:hover {
    background: #e7e7ee;
    color: #fff;
}
.tedu-N37 .btn-mono:disabled {
    background: #f7f7fb;
    color: #999;
}
@media (max-width: 1280px) {
    .tedu-N37 .content-inner {
        padding: 8rem 0 12rem;
    }
    .tedu-N37 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N37 .step-list {
        margin-bottom: 4rem;
    }
    .tedu-N37 .step-list .step {
        padding: 0 0.8rem;
    }
    .tedu-N37 .step-list .step-num {
        width: 3.6rem;
        height: 3.6rem;
    }
    .tedu-N37 .step-list .step.active .step-num::after {
        width: 2rem;
        height: 2rem;
    }
    .tedu-N37 .step-list .step > p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N37 .form-header {
        padding-bottom: 2rem;
    }
    .tedu-N37 .form-header .form-tit {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    .tedu-N37 .form-header .form-desc {
        margin-top: 1.2rem;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .tedu-N37 .form-body .form-all-check {
        padding: 1.2rem 0;
    }
    .tedu-N37 .form-body .form-all-check .checkset-text {
        font-size: 1.6rem;
    }
    .tedu-N37 .form-all-check .checkset-desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N37 .accordset-header {
        padding: 1.2rem 0;
    }
    .tedu-N37 .accordset-body .accordset-content .accodset-content1 {
        row-gap: 0.7rem;
        font-size: 1.5rem;
    }
    .tedu-N37 .accordset-header .accordset-button {
        font-size: 2rem;
    }
    .tedu-N37 .accordset-body .accordset-content .sub_tit{
        font-size: 1.8rem;
    }
    .tedu-N37 .accordset-body .accordset-content {
        padding: 2rem;
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }
    .tedu-N37 .accordset-content.column .radio-group {
        flex-direction: column;
    }
    .tedu-N37 .checkset .checkset-text {
        font-size: 1.4rem;
    }
    .tedu-N37 .tedu-table .tedu-table-pc {
        display: none;
    }
    .tedu-N37 .tedu-table .tedu-table-mo {
        display: block;
    }
    .tedu-N37 .tedu-table table th {
        border-top: none;
    }
    .tedu-N37 .tedu-table table td {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N37 .tedu-table .small {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N37 .form-footer {
        padding-top: 4rem;
    }
    .tedu-N37 .tedu-btn {
        height: 4.8rem;
        font-size: 1.4rem;
    }
    .tedu-N37 .form-footer > a {
        margin: 0 0.2rem;
        width: calc(50% - 0.2rem);
    }
    .tedu-N37 table tr{
        display: flex;
        flex-direction: column;
        width : 100%;
    }
}
/* 추가수정 */
.tedu-N45 {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #F1F4FB;
    border-radius: 2rem;
    padding: 5rem 4rem;
    box-sizing: border-box;
}
.tedu-N45 div {
    color: #111;
}
.tedu-N10 .tedu-N45 .content-container {
    text-align: center;
}
.tedu-N10 .tedu-N45 .content-container .title-wrap .title {
    font-size: 2.2rem;
    color : #1555e4;
}
.tedu-N10 .tedu-N45 .content-container .text-area .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.tedu-N10 .tedu-N45 .content-container .tedu-input {
    margin-bottom: 1.2rem;
}
.tedu-N10 .tedu-N45 .content-container .tedu-inputset:nth-child(2){
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.tedu-N10 .tedu-N45 .content-container .tedu-inputset:nth-child(2) 
.tedu-N45 div .checkset {
    justify-content: center;
    margin-bottom: 1.5rem;
}
.tedu-N45 .checkset .checkset-input:checked + .checkset-label::before {
    color: #3a8dfd;
}
.tedu-N45 .checkset .checkset-text {
    font-size: var(--fs-p2);
}
@media (max-width: 980px) {
    .tedu-N45 {
        padding: 3rem 1rem;
    }
    .tedu-N10 .tedu-N45 .content-container .title-wrap .title {
        line-height: 3rem;
        font-size: 2.7rem;
    }
    .tedu-N45 .checkset{
        margin-bottom : 1rem;
    }
    .tedu-N45 .checkset .checkset-text {
        margin: 0;
        font-size: var(--fs-p1);
    }
    .tedu-N10 .card-link-area a {
        padding: 0;
    }
    .tedu-N10 .title-wrap {
        margin-bottom: 1rem;
    }
    .tedu-N10 .tedu-N45 .content-container .text-area .title {
        font-size: 1.6rem;
    }
}
/* tedu-N30 */
/* tedu-N30 [aBM1IZ6ues] */
.tedu-N30 {
    overflow: hidden;
}
.tedu-N30 .content-inner {
    padding: 5rem 0;
    background-color: #fff;
}
.tedu-N30 .content-container {
    max-width: 1280px;
    margin: 0 auto;
}
.tedu-N30 .review-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tedu-N30 .review-wrap .review_item {
    width: 33%;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.tedu-N30 .text-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.tedu-N30 .text-wrap .title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
}
.tedu-N30 .text-wrap span {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    color: #999;
}
.tedu-N30 .title {
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
    line-height: 4.6rem;
}
.tedu-N30 .sm-text {
    font-size: 1.7rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
    margin: 0 0 2rem;
}
.tedu-N30 .review-area {
    display: flex;
    position: static;
}
.tedu-N30 .review-area .review-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-N30 .review-area .review-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-N30 .review-area .review-component .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #999;
    margin-top: 0.8rem;
}
.tedu-N30 .review-area .review-component .rating-box {
    display: flex;
    font-size: 0;
    height: 2.4rem;
}
.tedu-N30 .review-area .review-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-N30 .review-list {
    width: 100%;
}
.tedu-N30 .review-swiper {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
}
.tedu-N30 .review-list .pagination {
    margin-top: 5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 1rem;
}
.tedu-N30 .review-list .pagination a {
    font-size: 2rem;
    color: #5c5c5c;
}
.tedu-N30 .review-list .pagination .active {
    font-weight: 600;
    color: #009eff;
}
.tedu-N30 .swiper-slide {
    width: 19.5%;
}
.tedu-N30 .card-wrap {
    position: relative;
    min-height: 20rem;
}
.tedu-N30 .review-list .pagination a:active {
}
.tedu-N30 .card-wrap a {
    display: block;

    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: 1px solid #eaeaea;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-collapse: collapse;
    padding: 0;
}
.tedu-N30 .card-wrap .card-area {
    padding: 1rem 2rem 2rem;
}
.tedu-N30 .card-wrap .card-title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.tedu-N30 .card-wrap img {
    border-bottom: 1px solid #eaeaea;
}
.tedu-N30 .card-wrap .card-title-area .review-list-rating .rating-box {
    display: flex;
    font-size: 0;
    height: 2.4rem;
}
.tedu-N30 .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-N30 .card-wrap .card-title-area .review-list-rating .name {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #111;
    margin-top: 0.2rem;
    text-align: center;
}
.tedu-N30 .card-wrap .card-title-area .profile-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tedu-N30 .card-wrap .card-text-area .text {
    font-size: 1.4\6rem;
    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-N30 .control-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 6.8rem;
    height: 3.2rem;
}
.tedu-N30 .control-wrap .swiper-button-prev,
.tedu-N30 .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-N30 .control-wrap .swiper-button-prev::after,
.tedu-N30 .control-wrap .swiper-button-next::after {
    display: none;
}
.tedu-N30 .control-wrap .swiper-button-prev {
    background: url("../../resources/icons/ico_btn_prev.svg") no-repeat center;
    left: 0;
}
.tedu-N30 .control-wrap .swiper-button-next {
    background: url("../../resources/icons/ico_btn_next.svg") no-repeat center;
    right: 0;
}
.tedu-N30 .control-wrap .swiper-button-next.swiper-button-disabled,
.tedu-N30 .control-wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}
@media (max-width: 1280px) {
    .tedu-N30 .tedu-N30 .content-inner {
        padding: 1.6rem 0;
    }
    .tedu-N30 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
}
@media (max-width: 1024px) {
    .tedu-N30 .card-wrap a {
        padding: 3.2rem;
    }
}
@media (max-width: 980px) {
    .tedu-N30 .review-wrap {
        width: 100%;
        padding-bottom: 3.2rem;
    }
    .tedu-N30 .text-wrap .title {
        font-size: 2.5rem;
    }
    .tedu-N30 .review-swiper {
        flex-direction: row;
        row-gap: 1rem;
    }
    .tedu-N30 .review-wrap .review_item {
        width: 48%;
    }
    .tedu-N30 .swiper-slide {
        width: 100%;
    }
    .tedu-N30 .swiper-slide .card-wrap {
        display: flex;
        flex-direction: row;
    }
    .tedu-N30 .swiper-slide .card-wrap img {
        width: 40%;
        height: fit-content;
    }
    .tedu-N30 .card-wrap a {
        padding: 1.5rem 0;
    }
    .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.6rem;
    }

}
@media (max-width: 640px) {
    .tedu-N30 .review-area {
        flex-direction: column;
    }
    .tedu-N30 .review-area .review-component {
        width: 100%;
        padding: 2rem;
        min-height: 12.6rem;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
    .tedu-N30 .review-area .review-component .num {
        font-size: 2.8rem;
        line-height: 4rem;
    }
    .tedu-N30 .review-area .review-component .text {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .tedu-N30 .review-area .review-list {
        width: 100%;
    }
    .tedu-N30 .card-wrap {
        min-height: fit-content;
    }

    .tedu-N30 .card-wrap .card-text-area .text {
        margin-top: 1.2rem;
    }
    .tedu-N30 .text-wrap{
        margin-bottom : 0.5rem;
    }
    .tedu-N14 .text-warp{

    }
}
.tedu-N38 .bn-form {
    background-color: #fff;
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    box-sizing: border-box;
}
.tedu-N38 .bn-form h3 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    color: #004169;
}
.tedu-N38 .content-inner {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
    background-color: unset;
}
.tedu-N38 .radio-group {
    justify-content: center;
    flex-direction: row;
}
.tedu-N38 .radio-group .agree_form {
    font-size: 1.4rem;
    color: #009eff;
}
.bn-form .form-footer {
    padding: 0;
}
.bn-form .legend {
    color: #111;
    width: 20%;
    margin-bottom: 0;
    margin-top: 1.6rem;
}
.bn-form .form-body .fieldset {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
.bn-form .input-group {
    width: 70%;
}
.bn-form .sub-tit {
    margin-bottom: 2rem;
}
.bn-form .tedu-input {
    background-color: #eaeaea;
}
.bn-form .tedu-input::placeholder {
    color: #494949;
}
/* tedu-N17 [GRM1aI1G9m] */
.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;
    filter : brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); }
.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 .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 .inner { flex-direction: column; align-items: flex-start; }
 .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-N08 */
.tedu-N08 .bn-form {
    background-color: #fff;
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    box-sizing: border-box;
}
.tedu-N08 .bn-form h3 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    color: #004169;
}
.tedu-N08 .radio-group {
    justify-content: center;
    flex-direction: row;
}
.tedu-N08 .radio-group .agree_form {
    font-size: 1.4rem;
    color: #009eff;
}
.bn-form .form-footer {
    padding: 0;
}
.bn-form .legend {
    color: #111;
    width: 20%;
    margin-bottom: 0;
    margin-top: 1.6rem;
}
.bn-form .form-body .fieldset {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
.bn-form .input-group {
    width: 70%;
}
.bn-form .sub-tit {
    margin-bottom: 2rem;
}
.bn-form .tedu-input {
    background-color: #eaeaea;
}
.bn-form .tedu-input::placeholder {
    color: #494949;
}



/*  */
.tedu-N08 .form-body .checkset .checkset-input:checked + .checkset-label::before{
    content: url("../../resources/icons/ico_check_fill_bk.svg");
}
.tedu-N08 .bn-form {
    background-color: #fff;
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    box-sizing: border-box;
}
.tedu-N08 .content-container{
    max-width: 1280px;
    margin : 0 auto;

}
.tedu-N08 .bn-form h3 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    color: #004169;
}
.tedu-N08 .content-inner {
    padding : 5rem 0;
    max-width: 100%;
}
.tedu-N08 .content-inner H3{
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 5rem;
}
.tedu-N08 .content-inner .fieldset{
    margin-bottom : 1.5rem;
    display: flex;
    flex-wrap: nowrap;
}
.tedu-N08 .content-inner .input-group{
    width : 75%;
}
.tedu-N08 .content-inner .fieldset legend{
    width : 20%;
}
.tedu-N08 .content-inner .form-wrap{
    width : 60%;
    margin : 0 auto;
}
.tedu-N08 .radio-group {
    justify-content: center;
    flex-direction: row;
}
.tedu-N08 .radio-group .agree_form {
    font-size: 1.4rem;
    color: #009eff;
}
.bn-form .form-footer {
    padding: 0;
}
.bn-form .legend {
    color: #111;
    width: 20%;
    margin-bottom: 0;
    margin-top: 1.6rem;
}
.bn-form .form-body .fieldset {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}
.bn-form .input-group {
    width: 70%;
}
.bn-form .sub-tit {
    margin-bottom: 2rem;
}
.bn-form .tedu-input {
    background-color: #eaeaea;
}
.bn-form .tedu-input::placeholder {
    color: #494949;
}
.tedu-N08 .bn-form .form-body .fieldset{
    margin-bottom: 1rem;
}
.tedu-N08 .checkset {
    margin: 1.7rem 0 1rem;
    justify-content: center;
}
.tedu-N08 .tedu-input.darkmode{
    background-color: #eaeaea;
    color : #111;
}
.tedu-N08 .checkset .checkset-text{
    font-size: 1.5rem;
    
}
.tedu-N08 .checkset .checkset-text a{
    color : #0085d6;
    margin-left: 0.7rem;
}
    
.tedu-N08 .notice-area .card-text-area .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #767676;
    margin: 1.2rem 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tedu-N08 .notice-area .card-text-area .date {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999;
}
.tedu-N08 .form-body .checkset .checkset-input:checked + .checkset-label::before{
    content: url("../../resources/icons/ico_check_fill_wh.svg");
}
.tedu-N08 .checkset{
    justify-content: center;
}
@media (max-width: 1280px) {
    .tedu-N08 .content-inner {
        padding: 2rem 0 12rem;
    }
    .tedu-N08 .content-container {
        max-width: 100%;
        padding: 0 2rem;
    }
    .tedu-N08 .bn-form form{
        width : 38%;
        right : 2%;
    }
}
@media (max-width: 1024px) {
    .tedu-N08 .content-container{
        flex-direction: column-reverse;
    }
    .tedu-N08 .content-inner .form-wrap{
        width : 100%;
    }
    .tedu-N08 .bn-form{
        width : 100%;
    }
    .tedu-N08 .myclass-cont-wrap{
        width : 100%;
    }
    .tedu-N08 .notice-area .card-img-area {
        width: 9.4rem;
        height: 8rem;
        margin-right: 1.2rem;
    }
    .tedu-N08 .content-inner .fieldset legend{
        width : 50%;
        margin : 0 auto;

    }
    .tedu-N08 .content-inner .input-group{
        width : 100%;
        margin-top : 1rem;
    }
    .tedu-N08 .bn-form form{
        width : 100%;
        box-sizing: border-box;
        position : relative;
        right : 0;
       
    }
}
@media (max-width: 980px) {
    .tedu-N08 .myclass-cont-wrap {
        width: 100%;
    }
    .tedu-N08 .notice-area .card-text-area .title {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .tedu-N08 .notice-area .card-text-area .text {
        display: none;
    }
    .tedu-N08 .notice-area .card-text-area .date {
        margin-top: 0.8rem;
        font-size: 1.2rem;
    }
    
    .tedu-N08 .checkset .checkset-input + .checkset-label
    {
        width : var(--fs-h3);
        height : var(--fs-h3);
        margin-top : 0.5rem;
    }
    .tedu-N08 .content-inner{
        padding : 2rem 0 3rem;
    }
}
@media (max-width: 768px){
    .tedu-N08 .bn-form .input-group
{
    width : 100%;
    margin-top : 1rem;
}
.tedu-N08 .checkset .checkset-text{
    font-size: 1.4rem;
}
}