.main-visual {
    padding-bottom: 34px;
    border-bottom: 1px solid #eee;
}

.main-visual .bn-image {
    padding-left: 20px;
}

.main-visual .bn-image img {
    width: 100%;
    border-radius: 15px 0 0 15px;
}

.main-visual .bn-inner {
    padding-left: 35px;
}

.main-visual .bn-desc {
    margin-top: -14px;
}

.main-visual .bn-desc .bn-sub-title {
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    transform: translateY(100%);
    opacity: 0;
}

.main-visual .bn-desc .bn-title {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: 700;
    transform: translateY(-100%);
    opacity: 0;
}

.main-visual .swiper-slide-active .bn-desc .bn-title {
    transform: translateY(0);
    transition: .5s;
    opacity: 1;
}

.main-visual .swiper-slide-active .bn-desc .bn-sub-title {
    transform: translateY(0);
    transition: .5s;
    opacity: 1;
}

.main-visual .main-bn-control {
    padding: 0 20px 0 35px;
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-visual .main-bn-control .control-left {
    display: flex;
    align-items: center;
}

.main-visual .main-bn-control .control-right button {
    font-size: 1.2rem;
    color: #595959;
    width: 84px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 15px;    
}

.main-visual .swiper-pagination {
    position: static;
    text-align: left;
    margin-right: 5px;
}

.main-visual .swiper-pagination span {
    font-size: 1.4rem;
    color: #888;
    font-weight: 600;
}

.main-visual .swiper-pagination span.swiper-pagination-current {
    color: #222;
}

.main-visual .swiper-pagination span.swiper-pagination-current::after {
    content:"/";
    color: #888;
    margin: 0 5px;
}

.main-bn-control .autoplay-control {
    position: relative;
    width: 25px;
    height: 25px;
}

.main-bn-control .autoplay-control button {
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-bn-control .autoplay-control button[aria-pressed="false"]::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.main-bn-control .autoplay-control button[aria-pressed="true"]::before {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-left: 10px solid #111;
    border-bottom: 6px solid transparent;
    margin-top: 2px;
}

.main-bn-control .autoplay-control .spinner {
    position: absolute;
    left: 0;
    top:0;
    width: 25px;
    height: 25px;
}
.main-bn-control .autoplay-control .spinner .path.active {
    stroke-dasharray: 500;
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    animation: rotate 20s;
    stroke: #000;
    transform-origin: center;
}

@keyframes rotate {
    0% {
        stroke-dashoffset: 500;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.mainbanner-modal {
    padding: 0 16px 0 20px;
}

.mainbanner-modal .banner-list li {
    margin-bottom: 10px;
}

.mainbanner-modal .banner-list li img {
    width: 100%;
}

.mainbanner-modal .modal-content .modal-body .banner-list {
    height: 80vh;
    overflow-y: auto;
}

.date-bar {
    padding: 13px 0;
    border-bottom: 10px solid #f7f7f7;
}

.date-bar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-bar .bar-content {
    display: flex;
    align-items: center;
}

.date-bar .bar-content .d-text {
    font-size: 1.6rem;
    color: #222;
    font-weight: 700;
    margin-right: 7px;
}

.date-bar .bar-content .d-text:last-child {
    margin-right: 0;
    margin-left: 10px;
}

.date-bar .bar-content .d-item {
    width: 18px;
    height: 21px;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    margin: 0 1px;
    border-radius: 3px;
    background:linear-gradient(0deg, #088767 49%, #58bba2 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-bar .bar-content .d-item-line {
    margin-right: 2px;
    color: #222;
    font-weight: 600;
    font-size: 1.6rem;
}

.date-bar .go-apply {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 12px;
    background: url("../../images/www/common/icon_apply_arrow.svg") no-repeat right center;
}

.main-section {
    padding: 50px 0;
}

.main-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main-section .section-title h3 {
    font-size: 2.2rem;
}

.main-section .section-title .title-btn {
    width: 48px;
    height: 48px;
    background: url("../../images/www/common/icon_title_arrow.svg") no-repeat right center;
}

.main-section .section-title .title-btn a {
    width: 100%;
    height: 100%;
    display: block;
}

.main-section .section-title .title-btn-more {
    font-size: 1.4rem;
    font-weight: 600;
}

.main-section .section-title .title-btn-more a {
    padding: 10px 0 10px 15px;
}

.main-section .section-title .title-btn-live {
    font-size: 1.2rem;
    background: #FFEEEE;
    color: #ff0000;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.main-section .section-title .title-btn-live::before {
    content:"";
    width: 5px;
    height: 5px;
    background: #ff0000;
    border-radius: 50%;
    display: block;
}

.main-section .full-btn {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    line-height: 4.8rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #000;
    border-radius: 5px;
}

.package .section-title {
    margin-bottom: 0;
}

.package .package-list {
    padding: 20px 0 30px;
}

.package .package-list li {
    width: 298px;
    height: 310px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.08);
    border-radius: 15px;
    overflow: hidden;
}

.package .package-list li:not(:last-of-type) {
    margin-right: 30px;
}

.package .package-list li a {
    display: block;
    width: 100%;
    padding: 39px 23px 39px 28px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}

.package .package-list li .discount {
    width: 60px;
    height: 61px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    top: 0;
    right: 21px;
}

.package .package-list li.social .discount {
    background: url('../../images/www/main/package_dis01.png');
}
.package .package-list li.childcare .discount {
    background: url('../../images/www/main/package_dis02.png');
}
.package .package-list li.child .discount {
    background: url('../../images/www/main/package_dis03.png');
}
.package .package-list li.computer .discount {
    background: url('../../images/www/main/package_dis04.png');
}
.package .package-list li.business .discount {
    background: url('../../images/www/main/package_dis05.png');
}
.package .package-list li.end::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.08);
    z-index: 1;
}

.package .package-list li i {
    width: 51px;
    height: 51px;
    display: block;
}

.package .package-list li.social i {
    background: url('../../images/www/main/packgage_img01.png');
}
.package .package-list li.childcare i {
    background: url('../../images/www/main/packgage_img02.png');
}
.package .package-list li.child i {
    background: url('../../images/www/main/packgage_img03.png');
}
.package .package-list li.computer i {
    background: url('../../images/www/main/packgage_img04.png');
}
.package .package-list li.business i {
    background: url('../../images/www/main/packgage_img05.png');
}

.package .package-list li .title {
    font-size: 21px;
    font-weight: 600;
    color: #171717;
    line-height: 30px;
    letter-spacing: -1.15px;
    margin-top: 13px;
}

.package .package-list li .title span {
    display: block;
}

.package .package-list li.social .title span {
    color: #0c5fe2;
}
.package .package-list li.childcare .title span {
    color: #d80448;
}
.package .package-list li.child .title span {
    color: #008282;
}
.package .package-list li.computer .title span {
    color: #95113a;
}
.package .package-list li.business .title span {
    color: #7410be;
}

.package .package-list li .bottom {
    margin-top: 45px;
    justify-content: space-between;
    align-items: flex-end;
}

.package .package-list li .bottom .price-wrap .txt {
    font-size: 14px;
    color: #1c1c1c;
}

.package .package-list li .bottom .price-wrap .price {
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
}

.package .package-list li .bottom .price-wrap .price span {
    font-size: 40px;
    font-weight: 900;
}

.package .package-list li.end .discount {
    padding-top: 15px;
}
.package .package-list li.end .title,
.package .package-list li.end .title span,
.package .package-list li.end .bottom .price-wrap .txt,
.package .package-list li.end .bottom .price-wrap .price {
    color: #717171;
}

.package .package-list li .bottom .arrow {
    position: relative;
}

.package .package-list li .bottom .arrow span {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 17px;
    opacity: 0.32;
}

.package .package-list li .bottom img {
    display: block;
    position: absolute;
    top: 9px;
    left: 14px;
}

.story {
    background: #f4f9f9;
}

.story .story-list .thumb {
    position: relative;
    height: 189px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #222;
    border-radius: 10px;
    overflow: hidden;
}

.story .story-list .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    border-radius: 2px;
}

.story .story-list .thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    background: url("../../images/www/main/play.svg") no-repeat;
}
.story .story-list .story-desc h4 {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 5px;
}

.story .story-list .story-desc p {
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.review {
    border-bottom: 10px solid #f7f7f7;
}

.review .review-list {
    height: 485px;
    margin-bottom: 30px;
}

.review .review-list .swiper-slide {
    padding: 20px;
    background: #fafafa;
    position: relative;
    border-radius: 15px;
}

.review .review-list .review-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review .review-list .review-top .review-text {
    width: calc(100% - 88px);
}

.review .review-list .review-top .review-text .cate {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.review .review-list .review-top .review-text .txt {
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.05rem;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

.review .review-list .review-top .review-profile {
    width: 58px;
    height: 58px;
    overflow: hidden;
}

.review .review-list .review-top .review-profile img {
    width: 100%;
}

.review .review-list .writer {    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 18px;
    right: 20px;
}

.review .review-list .writer span {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
    opacity: .8;
}

.event {
    padding-left: 2rem;
    border-bottom: 10px solid #f7f7f7;
}

.event .inner {
    padding-left: 0;
}

.event .event-list .swiper-slide img {
    width: 100%;
    border-radius: 15px;
}

.course {
    border-bottom: 10px solid #f7f7f7;
    padding-left: 2rem;
    padding-right: 2rem;
}

.course .course-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.course .course-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.3% - 7px);
    height: 100px;
    border: 1px solid #f6f6f6;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(194, 194, 194, 0.12);
}

.course .course-links i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    margin: 0 auto 4px;
}

.course .course-links i.active::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #ed1c24;
    border-radius: 50%;
}

.course .course-links span {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
}

.course .apply-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.course .apply-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: 48px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
    position: relative;
    color: #088767;
    background-color: #e6f7f2;
    border-radius: 5px;
} 

.course .apply-links a.deco {
    color: #fff;
    background-color: #088767;
    margin-left: 5px;
}

.features {
    border-bottom: 1px solid #e3e3e3;
}

.features .section-title {
    margin-bottom: 0;
    letter-spacing: -0.1rem;
}

.features .section-title h3 {
    font-weight: 500;
}

.features .section-title h3 strong {
    color: #088767;
}

.features .features-list {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 197px;
    padding: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.features .features-list::-webkit-scrollbar {
    display: none;
}

.features .features-list .item {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 128px;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(194, 194, 194, 0.5);
    background-color: #fff;
    padding: 11px;
}

.features .features-list .item:not(:last-of-type) {
    margin-right: 12px;
}

.features .features-list .item i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.features .features-list .item b {
    display: block;
    margin: 35px 0 10px;
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
}

.features .features-list .item p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: -0.05rem;
}

.features .full-btn {
    background: #088767;
}

.startdate {
    padding: 30px 0;
}

.startdate .date-wrap {
    display: flex;
}

.startdate .date-wrap .item {
    flex: 1;
    display: flex;
    align-items: center;
}

.startdate .date-wrap .item .dday {
    width: 83px;
    height: 29px;
    line-height: 29px;
    background: #e7e9ed;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #7b8794;
    font-weight: 600;
    border-radius: 5px;
    margin-right: 5px;
}

.startdate .date-wrap .item .dday img {
    margin-right: 5px;
}

.startdate .date-wrap .item .start-date {
    font-size: 1.4rem;
    letter-spacing: -0.08rem;
}

.main-notice {
    background: #f7f7f7;
    border-top: 1px solid #e3e3e3;
    height: 58px;
    line-height: 58px;
    font-size: 1.4rem;
}

.main-notice .inner {
    display: flex;
}

.main-notice b {
    width: 45px;
}

.main-notice .notice-subject {
    width: calc(100% - 90px);
    padding-right: 20px;
    text-decoration: underline;
}

.main-notice .notice-subject p {
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.main-notice .more-btn {
    text-align: right;
    width: 45px;
    font-size: 2rem;
    font-weight: 600;
}