<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* 상단디자인 */
  .m {
        display:none;
    }
.pakg.new__type01 {
    display: flex;
    justify-content: flex-start;
    min-height: 75px;
}

    .pakg.new__type01 dd {
        margin: 0 16px;
        width: auto !important;
        height: auto !important;
    }
    .pakg.new__type01 dd:first-child {
        margin-left: 0;
    }
    .pakg.new__type01 span {
        font-size: 0.8rem;
        line-height: 1.6rem;
        display: block;
        font-weight: 400;
    }

    .pakg.new__type01 strong {
        font-size: 1.1rem;
        color: #333333;
        letter-spacing:-2px;
    }
    .pakg.new__type01 p {
        font-size: 0.6rem;
        letter-spacing: -2px;
    }
.lec_view_subbtnlist {
    display: flex;
    margin-top: 8px;
}
    .lec_view_subbtnlist li {
        margin-right: 8px;
        width: 32.3%;
    } 
    .lec_view_subbtnlist li:last-child {
        margin-right:0;
    }
    .lec_view_subbtnlist a {
        color: #212529;
        display: block;
        padding: 8px;
        border-radius: 4px;
        border: 1px solid #ccc;
        font-size: 0.8rem;
        text-align: center;
    }
        .lec_view_subbtnlist a:hover {
            text-decoration: none;
            background-color:#f6f6f6;
        }
    .lec_view_subbtnlist img{
        margin-left:3px;
    }
    .lec_view_subbtnlist a strong {
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.2rem;
    }
.prch-option button {
    background-color: #fbfbfb;
    border: 0;
    font-size: 0.9rem;
}
.prch-option &gt; .toggle {
    display: none;
}
.prch-option .dep-sel {
    position: relative;
    background-color: #fff;
}
    .prch-option .dep-sel &gt; .tit {
        display: block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        padding: 0 45px 0 15px;
        border: 1px solid #b7bfc8;
        font-size: 13px;
        line-height: 40px;
        color: #7d7e80;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .prch-option .dep-sel.open &gt; .tit {
        overflow: hidden;
        padding-right: 30px;
        border: 1px solid #30343b;
        border-bottom-color: #b7bfc8;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .prch-option .dep-sel &gt; .tit::before {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        border-top: 5px solid #a6a9ad;
        border-right: 5px solid rgba(0,0,0,0);
        border-left: 5px solid rgba(0,0,0,0);
        transform: translateY(-2px);
        content: "";
    }
    .prch-option .dep-sel.open &gt; .tit::before {
        transform: rotate(180deg) translateY(2px);
        transform-origin: center;
    }


    .prch-option .dep-sel ul.purchase_selector {
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 100;
        box-sizing: border-box;
        width: 100%;
        max-height: 240px;
        border: 1px solid #30343b;
        border-top: 0;
        background-color: #fff;
    }
    .prch-option .dep-sel.open ul {
        display: block;
    }

    .prch-option .dep-sel ul.purchase_selector li {
        border-bottom: 1px solid #f0f2f5;
    }

        .prch-option .dep-sel ul.purchase_selector li button {
            display: block;
            box-sizing: border-box;
            width: 100%;
            padding: 10px 12px;
            font-size: 0;
            line-height: 1.6;
            text-align: left;
        }
            .prch-option .dep-sel ul.purchase_selector li button &gt; span {
                display: inline-block;
                position: relative;
                font-size: 13px;
                color: #222;
            }
                .prch-option .dep-sel ul.purchase_selector li button &gt; span:not(:first-child) {
                    margin-left: 8px;
                    padding-left: 10px;
                }
            .prch-option .dep-sel ul.purchase_selector li button:after {
                display: block;
                clear: both;
                content: "";
            }
            .prch-option .dep-sel ul.purchase_selector li button &gt; span:not(:first-child)::before {
                position: absolute;
                top: 2px;
                left: 0;
                width: 1px;
                height: 11px;
                background-color: #e3e5e8;
                content: "";
            }
.btn__listdt {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding:0 40px;
    box-sizing:border-box;
}
.btn__big {
    display: flex;
    border: 2.5px solid #212529;
    font-size: 1.2rem;
    color: #212529;
    padding: 12px 30px;
    border-radius: 100px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.btn__listdt.full .btn__big {
    width: 100%;
}
.btn__listdt.w50 .btn__big {
    width: 50%;
}
    .btn__big.top10 {
        margin-top:10px;
    }
.btn__big.none {
    border: 2.5px solid #ccc;
    font-size: 1.2rem;
    color: #ccc;
    background-color: #fbfbfb;
}
    .btn__big.none i{
       opacity:0.5;
    }

    .btn__big:hover {
        color: #212529;
        background-color:#fbfbfb;
    }

    .btn__big.none:hover {
        color: #ccc !important;
        text-decoration: none;
        cursor:auto;
    }
    .btn__big i {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(../img/btn-arrow-r.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        margin-left: 4px;
    }
    .btn__big.top i {
        transform: rotate(270deg);
    }
@media (max-width: 768px) {
    .m {
        display:inline-block;
    }
    .sample {
        width: 100% !important;
    }

   
}



/* 강의목록 */
.tooltip-container {
    position: relative;
    display: flex;
    place-content: center;
    margin-top: 100px;
}

p#tooltip-text {
    display: none;
    position: absolute;
    top: -60px;
    z-index: 1;
    background: #00732c;
    padding: 8px;
    font-size: 1rem;
    color: #fff;
    border-radius: 2px;
    animation: fadeIn 0.6s;
}

    p#tooltip-text:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border: 8px solid transparent;
        border-top: 8px solid #00732c;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* 240628 디자인수정
*/

.top__tap {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
   
}
    .top__tap ul {
        display: flex;
        border: 1px solid #ccc;
    }
    .top__tap li {
    display:block;
    width:100%;
    border-right:1px solid #f3f3f3;
}
    .top__tap li:last-child {
        border-right:0;
    }
    .top__tap a {
        display: block;
        text-align: center;
        padding: 12px;
        color: #333;
        font-weight: 500;
        background-color: #ffffff;
    } 
        .top__tap li.on {
            border-right: 0;
        }
        .top__tap li.on a {
            background-color: #001DB7;
            color:#fff;
        }


     .top__tap strong {
    color:#f00;
}
    .top__tap li.on strong{
        color: #ffe028;
    }

.fix2 {
    position: fixed;
    _position: absolute;
    width: 740px;
    top: 0;
    z-index: 66;
}
.notice .promotion {
    height:720px;
    background-color: #f6f5ef;
    position: relative;
}

    .notice .promotion .swiper-container {
        width: calc(819px * 3 + 20px);
        height: 553px;
        background-color: orange;
        text-align: center;
        font-size: 200px;
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: calc((819px * 3 + 20px) / -2);
    }
.swiper2 {
    position:relative;
    width: 100%;
    height: 780px;
    padding: 0 40px !important;
    box-sizing:border-box;
	overflow:hidden;
}
    .swiper2:before {
        content: '';
        display: block;
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
        z-index:9;
    }
    .swiper2:after {
        content: '';
        display: block;
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
        z-index:9;
    }
    .swiper2 .swiper-wrapper{
        align-items: center !important;
    }
.swiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px !important;
    height:380px !important;
    width: 660px;
}

.box-size {
    width: 660px;
    height: 380px;
}

.review__box {
    position: relative;
    display: flex;
    margin-bottom: 16px;
}
    .review__box &gt; div {
        margin-right: 16px;
        background-color: #F5F5F5;
        border-radius: 20px;
        padding: 30px;
        box-sizing: border-box;
        width: 49%;
        text-align: center;
    }
.review__box &gt; div:last-child{
    margin-right:0;
}
.review__box img{
    width:100%;
}
    .review__box img.mini {
        width: 30%;
    }
    .review__box .txt {
        width: 100%;
        text-align:left;
        position:relative;
    }
        .review__box .review_con span {
           
            padding: 4px 8px;
            margin-top: 1rem;
            font-size: 0.8rem;
            color: #fff;
            display: inline-block;
            border-radius: 4px;
        }
        .tap__con .review_con {
            width: 100%;
            margin-top: 0.5rem;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            font-size:1rem;
        }
        .tap__con .review_con .txt{
            text-align: left;
        }
@media (max-width: 768px) {
.fix {
        width: 100%;
        padding: 0 10px;
        left: 0;
    }

    .btn__listdt.w50 .btn__big {
        width: 100%;
    }

    .top__tap li a {
        font-size: 0.8rem;
        padding: 12px 4px;
    }

    .swiper2 {
        height: 500px;
    }
    .swiper2-slide {
        height: auto !important;
    }
    .review__box {
        margin-bottom: 0px;
        width: 100%;
    }
        .review__box .txt p {
            -webkit-line-clamp: 4;
            font-size: 0.8rem;
            margin-top: 0.3rem;
        }

        .review__box &gt; div {
            border-radius: 12px;
            padding: 20px;
            margin-right: 8px;
            width: 100%;
        }
    .review__box .review_con span {
        font-size: 0.6rem;
        margin-bottom:8px;
        margin-top: 0.5rem;
    }
    .swiper2{
        padding: 0 20px !important;
    }

    .swiper2 .swiper-slide{
        width: 100%;
        height:350px !important;
        margin-bottom: 8px !important;
    }
}


/* 240702 css */
.pakg.new__type01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
    .pakg.new__type01 dd {
        margin: 0 16px 12px 0;
    }
@media (max-width: 768px) {
    .pakg.new__type01 dd {
        margin: 0 24px 8px 0;
    }
}

</pre></body></html>