.main {
    width: 100%;
    margin: 0 auto;
}

/* Main swiper */
.main_slide {
    width: 95%;
    margin: 20px auto;
    border-radius: 15px;
    overflow: hidden;
}

.main_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 페이지네이션 스타일 */
.main_slide .swiper-pagination {
    bottom: 5px;
}

.main_slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.7;
}

.main_slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/* 이전/다음 버튼 */
.main_slide .swiper-button-prev,
.main_slide .swiper-button-next {
    color: #fff;
    width: 40px;
    height: 40px;
}

.main_slide .swiper-button-prev::after,
.main_slide .swiper-button-next::after {
    font-size: 24px;
}

.slide_pc {
    display: block;
}

.slide_mo {
    display: none;
}

@media (max-width:1024px) {
    .slide_pc {
        display: none;
    }

    .slide_mo {
        display: block;
    }
}

/* 쉽게 성공하는 강의 */
.class_all {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.class_wrap {
    width: 930px;
}

.class_wrap .slick-list {
    padding: 20px 0
}

.class_wrap>.slick-prev {
    left: -35px !important;
}

.class_wrap>.slick-next {
    right: -35px !important;
}

.class_stop {
    width: 300px;
    padding: 20px 5px;
}

.sbox_img {
    width: 100%;
}

.sbox_img>img {
    width: 100%;
}

.class_sbox {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px #8e8e8e40;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    position: relative;
}

.sbox_bot {
    width: 100%;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    box-sizing: border-box;
}

.sbox_tit {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sbox_stit {
    width: 100%;
    color: #aaa;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.sbox_count {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sbox_count>font {
    color: #f00;
}

.sbox_count .label {
    padding: 2px 8px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.sbox_count .label.best {
    background-color: #f00;
    transition: color 0.2s ease-in-out;
}

.sbox_price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    color: #333;
}

.sbox_price .cancel {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
    color: #8a8a8a;
}

.sbox_price .installment {
    color: var(--gray);
    font-size: 14px
}

.sbox_icon {
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}

.sbox_icon span>i {
    color: #0073ff
}

.sbox_bot_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*review*/
.review_tit {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.review_stit {
    font-size: 20px;
    text-align: center;
}

.review_wrap {
    width: 100%;
    display: flex;
    margin: 40px auto 0;
    justify-content: space-between
}

.review_box {
    width: 19%;
    display: flex !important;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 5px #33333330;
    border-radius: 10px;
    gap: 5px;
    font-size: 16px;
}

.review_box:hover {
    box-shadow: 0px 0px 5px #0058ff60;
    transition: 0.2s all;
}

.review_local {
    padding: 5px 10px;
    background-color: #0a1c60;
    color: #fff;
    width: fit-content;
    box-sizing: border-box;
    border-radius: 5px;
}

.review_name {
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.review_class {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #aeaeae
}

.review_txt {
    height: 110px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin: 10px auto;
}

.review_day {
    font-size: 14px;
    color: #ccc;
}

.review_wrap .slick-track {
    padding: 10px 0;
}

.success_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.success_box {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    background-color: #333;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 5px;
    overflow: hidden;
}


.success_box>p {
    z-index: 2;
}

.success_name {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    word-break: keep-all;
    font-size: 24px;
    font-weight: normal;
}

.section_02 {
    background-color: #f9fdff;
    padding: 30px 0;
}

.section_02 .inner {
    width: 1280px;
    margin: 0 auto;
}

.section_01 {
    padding: 30px 0;
}

.section_01.imgbox {
    width: 95%;
    padding: 0;
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
}

.section_01.imgbox img {
    width: 100%;
}

.slick-slide img {
    width: 100%;
}

/*유튜브링크*/
.youtube_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}

.youtube_box {
    width: 49%;
}

.youtube_box>iframe {
    width: 100%;
    height: 350px;
}

/*커뮤니티*/
.community_wrap {
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px 0;
    box-sizing: border-box;
}

.community_inner {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.community_inner .txt_box {
    width: 100%;
    gap: 10px;
    word-break: keep-all;
    display: flex;
    flex-direction: column;
}

.txt_box_name {
    color: #0a1c60;
    font-weight: bold;
    font-size: 24px;
}

.txt_box_tit {
    font-size: 46px;
    font-weight: bold;
    color: #000;
}

.txt_box_bot {
    font-size: 22px;
    width: 100%;
    line-height: 1.5;

}

.link_wrap {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.link_box {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    box-sizing: border-box;
}

.link_box:hover {
    box-shadow: 0 0 0 2px #1bc9ff inset;
}

.link_box>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.link_box>div>p>img {
    max-width: 40px
}

.community_inner .board_area {
    width: 49%;
    height: 380px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
}

.community_inner .board_area .board_tab {
    width: 100%;
    position: relative;
}

.community_inner .board_area .board_tab>ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    border-bottom: 1px solid #ddd;
}

.community_inner .board_area .board_tab>ul li {
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #a9a9a9;
    padding: 0px 10px 20px;
}

.community_inner .board_area .board_tab>ul li.tab_active {
    border-bottom: 4px solid #2768b2;
    color: #333;
}

.board_cont {
    width: 100%;
    padding: 20px 10px;
}

.board_cont ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.board_cont ul li {
    display: flex;
    justify-content: space-between;
    font-size: 1.095rem;
    gap: 0.515rem;
}

.board_cont ul li .cont_01 {
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mo_none {
    display: block;
}

/*반응형*/
@media screen and (max-width:1280px) {
    .section_02 .inner {
        width: 100%;
    }

    .community_inner,
    .youtube_wrap {
        justify-content: space-around
    }

    .community_inner .board_area,
    .youtube_box {
        width: 45%;
    }

    .community_inner {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    .class_stop {
        width: 24%;
    }

    .footer_c_L {
        font-size: 14px;
    }

    .txt_box_bot {
        font-size: 20px;
    }

    .class_wrap {
        width: 76%;
    }

    .review_tit {
        font-size: 26px
    }
}

@media screen and (max-width:1020px) {
    .community_inner {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .community_inner .board_area,
    .youtube_box {
        width: 98%;
    }

    .link_wrap {
        width: 98%;
        gap: 15px;
    }

    .review_tit {
        font-size: 24px;
    }

    .review_stit {
        font-size: 18px;
    }

    .community_inner .board_area {
        height: 350px;
    }

    .youtube_wrap {
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .youtube_box {
        position: relative;
        padding-top: 56.25%;
        height: 0;
        margin-bottom: 1rem;
    }

    .youtube_box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:768px) {
    .mo_none {
        display: none
    }

    .class_all {
        flex-direction: column;
    }

    .class_stop,
    .class_wrap {
        width: 98%;
    }

    .community_wrap {
        padding: 30px 10px;
    }

    .link_box {
        font-size: 18px;
    }

    .review_tit span img {
        width: 30px;
    }

    .txt_box_bot {
        font-size: 18px;
    }

    .community_inner .board_area {
        padding: 20px 10px;
    }

    .board_cont ul {
        gap: 12px;
    }

    .community_inner .board_area {
        height: 310px;
    }

    .section_01.imgbox {
        display: none;
    }
}