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


/* 리스링 페이지 */

.panel.group-purchase {
    min-height: 254px;
    position: relative;
    color: #19468E
}
    .panel.group-purchase .pc_block.pc_show2 {
        display: inline-block;
        font-size: 1.2rem;
        color: #19468E;
        margin-top: 13px !important;
    }
.pc_block.pc_show2 span {
    color: #777079;
    display: block;
    line-height: 0.8rem;
    font-size: 0.8rem;
}
    .pc_block.pc_show2 .emp01 {
       font-size:1.2rem;
    }


.panel.group-purchase .labelbox {
    height: 42px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
    .panel.group-purchase .labelbox .title {
        display: inline-block;
        width: 383px;
        padding: 4px;
        box-sizing: border-box;
        color: #ffffff;
        font-size: 1.3rem;
        line-height: 2.1rem;
        font-weight: 600;
        background: linear-gradient(to right, #b400d1 0%,#ff5c29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        text-align: center;
        animation: blink 1s step-end infinite;
        -webkit-animation: blink 1s step-end infinite;
    }
    .panel.group-purchase .labelbox .center {
        display: inline-block;
        width: 100%;
        line-height: 1.6rem;
        font-size: 0.9rem;
        color: #212529;
        font-weight:600;
            padding: 4px 33px;
        box-sizing: border-box;
        border: 4px solid transparent;
        border-right: 0;
        border-left: 0;
        border-image: linear-gradient(to right, #ff5c29 0%, #fb4e00 100%);
        border-image-slice: 1;
        text-align: left;
        overflow: hidden;
    }
            .panel.group-purchase .labelbox .center span {
               color:#ff5c29;
            }

        .panel.group-purchase .labelbox .Price {
            position: relative;
            width: 366px;
            display: inline-block;
            box-sizing: border-box;
            border: 4px solid transparent;
            border-left: 0;
            border-image: linear-gradient(to right, #ff5c29 0%, #fb4e00 100%);
            border-image-slice: 1;
        }
            .panel.group-purchase .labelbox .Price .bg {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                display: inline-block;
                border-left: 30px solid transparent;
                border-bottom: 38px solid #FB4E00;
                z-index: 0;
            }
            .panel.group-purchase .labelbox .Price span {
                position: absolute;
                right: 11%;
                top: 3px;
                color: #ffffff;
                z-index: 1;
                font-weight: 400;
                font-size: 0.7rem;
            }
            .panel.group-purchase .labelbox .Price strong {
                font-size: 1.1rem;
                color: #ffffff;
                margin-left: 2px;
                font-weight: 600;
                font-size: 1.2rem;
            }
/* for MS계열 브라우저 */
@keyframes blink {
    0% {
        background: linear-gradient(to right, #b400d1 0%,#ff5c29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    50% {
        background: linear-gradient(to right, #ff5c29 0%, #b400d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}

/* for Chrome, Safari */
@-webkit-keyframes blink {
    0% {
        background: linear-gradient(to right, #b400d1 0%,#ff5c29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    50% {
        background: linear-gradient(to right, #ff5c29 0%, #b400d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
@media (max-width: 768px) {
    .sample {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .panel.group-purchase {
        min-height: 236px;
    }

        .panel.group-purchase .pc_block.pc_show2 {
            display: none;
        }
        .panel.group-purchase .labelbox {
            height: 32px;
        }
            .panel.group-purchase .labelbox .title {
                width: 263px;
                font-size: 0.8rem;
                line-height: 1.4rem;
            }
            .panel.group-purchase .labelbox .center {
                line-height: 1.1rem;
                font-size: 0.7rem;
                padding: 4px 10px;
                overflow: hidden;
            }
            .panel.group-purchase .labelbox .Price .bg {
                border-bottom: 27px solid #FB4E00;
            }
            .panel.group-purchase .labelbox .Price span {
                right: 7%;
                top: 2px;
                font-size: 0.6rem;
            }
            .panel.group-purchase .labelbox .Price strong {
                font-size: 0.9rem;
            }
    }




/* PC 상세페이지 */
.lec_textbook {
    position: relative;
    margin: 0;
    padding: 20px 0 20px 63px;
    border: 0;
    border-top: 1px solid #ddd;
}

    .lec_textbook dt {
        position: absolute;
        top: 23px;
        left: 0;
        font-size: 13px;
        line-height: 16px;
        color: #000;
    }
.lec_btn {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}
    .lec_btn a {
        display: block;
        padding: 8px;
        text-align: center;
        background-position: 40% 50% !important;
        background-size: 15px 15px !important;
        border: 1px solid;
        background-color: #ffffff;
        border-radius: 4px;
        font-size: 0.8rem;
        font-weight: 500;
    }

.lec_sell-A {
    position: relative;
    margin: 0 0 11px 0;
    padding: 70px 30px 30px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
    .lec_sell-A dt {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        padding: 8px 30px;
        background-color: #727272;
        color: #ffffff;
        font-size: 1.1rem;
    }

.lec_sell-B {
    position: relative;
    margin: 0 0 11px 0;
    padding: 70px 30px 30px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
    .lec_sell-A i,
    .lec_sell-B i {
        font-style: unset;
    }
    .lec_sell-B dt {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 8px 30px;
        background: linear-gradient(to right, #b400d1 0%,#ff5c29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #ffffff;
        font-size: 1.1rem;
    }
    .lec_sell-B dt a {
        display: inline-block;
        border-radius: 100px;
        background-color: rgb(255, 255, 255);
        color: #ff5c29;
        padding: 2px 8px;
        font-size: 0.7rem;
    }
    .lec_sell-B dt i {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        vertical-align: middle;
        background-image: url(/views/_layout/addto_new/image/cmall/icon-Q.svg);
        background-position: center;
        background-size: 100%;
    }
    .lec_sell-B h4 {
        font-size: 1rem;
        font-weight: 600;
        width: 100%;
        display: flex;
        margin-bottom: 8px;
        justify-content: flex-start;
        align-items: flex-end;
    }
        .lec_sell-B h4 a {
            font-size: 0.7rem;
            color: #212529;
            font-weight: 400;
            margin-left:8px;
           
        }
            .lec_sell-B h4 a span {
                text-decoration: underline;
            }
.lec_sell-A dd,
.lec_sell-B dd{
    width: 100%;
    display: block;
}
    .lec_sell-A .fix,
    .lec_sell-B .fix {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.Options_box {
    position: relative;
    width: 60%;
    display: block;
}

.Options_box ul {
    display: block;
}
    .Options_box li {
        display: block;
        margin-top: 8px;
       
    } 
    .Options_box li:first-child {
        margin-top:0;
    }
    .Options_box a {
        text-decoration: none;
    }    
    .Options_box a[class*="Options"] {
        display: block;
        padding: 20px 30px;
        display: flex;
        position: relative;
        border-radius: 10px;
        border: 1px solid #212529;
        box-shadow: 2px 2px 0px #212529;
        background-color:#ffffff;
    }
        .Options_box a[class*="Options"]:hover {
            background-color: #FCFFD6;
        }



span[class*="number"] {
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    height: 30px;
    width: 44px;
    font-weight: 600;
    display: flex;
    padding: 4px;
    background-color: #fb4e00;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
  span.number.blue {
        background-color: #19468E;
    }
    span.number.gray {
        background-color: #828282;
        color: #d9d9d9;
    }
span.number.list {
    height: 24px;
    font-size: 0.8rem;
    border-radius: 6px;
}

    
    .Options_box .in {
        color: #212529;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .Options_box .title {
        font-size: 1rem;
    }
    .Options_box .title strong.first {
        font-size: 1.3rem;
        margin-right: 4px;
        color: #19468E;
    }

    .Options_box .subtxt {
        font-size: 0.7rem;
        color: #828282;
    }
.Orange {
    color: #fb4e00 !important;
}

.Options-soldout {
    background-color: #E8E8E8 !important;
    color: #828282 !important;
    cursor:auto;
}
.Options-soldout strong {
    color: #828282 !important;
}
.Options-soldout .in {
    color: #828282 !important;
}
.Options-soldout:hover {
    background-color: #E8E8E8 !important;
}


.Countdown_box {
    position: relative;
    display: block;
    width: 38.5%;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
    .Countdown_box .head {
        padding: 12px 20px;
        display: flex;
        font-weight: 600;
        font-size: 0.8rem;
        align-items: flex-end;
        justify-content: space-between;
        border-bottom: 1px solid #dddddd;
    }
    .Countdown_box .subtxt {
        display:none;
        text-align:center;
    }

    .Countdown_box .head span {
        font-size: 0.7rem;
        font-weight: 400;
    }

    .Countdown_box .body {
        padding: 20px;
        height: 189px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.number_panel {
    display: flex;
    align-content: center;
    justify-content: center;
}
    .number_panel .number_one {
        position: relative;
        display: inline-block;
        margin: 0 16px;
        text-align: center;
    }
        .number_panel .number_one:after {
            position: absolute;
            top: -10px;
            right: -18px;
            width: 4px;
            height: 100%;
            display: inline-block;
            content: '';
            background-image: url(/views/_layout/addto_new/image/cmall/icon-center.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 4px;
        }
        .number_panel .number_one:last-child:after {
            display: none;
        }
    .number_panel .txt {
        font-size: 1rem;
        font-weight: 600;
        color: #B4B4B4;
    }
.number_panel ul{
    display: flex;
}
    .number_panel li {
        font-size: 2rem;
        font-weight: 900;
        font-family: 'Noto Sans', sans-serif;
    }
.lec_sell-C {
    position: relative;
    margin: 0 0 11px 0;
    padding: 80px 30px 20px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    overflow: hidden;
}

    .lec_sell-C dt {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 16px 30px;
        box-sizing: border-box;
        font-size: 1rem;
        border-bottom: 1px solid #ddd;
    }
        .lec_sell-C dt span {
            font-size: 0.7rem;
            color: #212529;
            font-weight: 400;
            margin-left: 8px;
        }
    .lec_sell-C dd {
       display:block;
       width:100%;
    }

.nodata_txt {
    display: flex;
    margin: 12px;
    align-items: center;
    justify-content: center;
}
.nodata_txt .in {
    display:inline-block;
    text-align:center;

}
    .nodata_txt img {
        width: 30px;
        margin-bottom: 12px;
    }
    .nodata_txt p {
        font-size: 0.6rem;
        color: #A9A9A9;
        line-height: 0rem;
    }
    .nodata_txt strong {
        font-size: 0.7rem;
        color: #A9A9A9;
        line-height: 1rem;
    }
.sell_list {
    display:block;
}
    .sell_list li {
        position:relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-direction: row;
        margin-bottom: 0.6rem;
    }
    .sell_list .center {
        display: flex;
        width: 100%;
        justify-content: space-between;
        font-size: 0.9rem;
        margin:0 1rem;
    }
.btn-mini {
    display: block;
    padding: 2px 4px;
    width: 200px;
    text-align: center;
    background-color: #19468E;
    box-sizing: border-box;
    border-radius: 6px;
    color: #ffffff;
    font-size: 0.8rem;
}
    .btn-mini:hover {
        color: #ffffff !important;
        text-decoration: none;
        background-color:#0e326d;
    }
.mini_popup {
    position:relative;
    font-style: normal;
    font-size: 0.6rem;
    background-color: #E6F0FF;
    color: #19468E;
    border-radius: 2px;
    padding: 4px 16px;
    margin-left:12px;
}
    .mini_popup:before {
        content: "";
        position: absolute;
        left: -7px;
        top: 50%;
        margin: -6px 0 0 0;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 12px solid #E6F0FF;
        border-bottom: 6px solid transparent;
    }
.sell_list li.none {
    color: #939393;
}
    .sell_list li.none .btn-mini {
        background-color: #939393;
        cursor: auto;
    }
.sell_list li.none span.number.list {
    background-color: #939393;
}
.bottom_btn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 14px;
    box-sizing: border-box;
}
.bottom_btn a:first-child{
    margin-right:4px;
}

a[class*="btnbig"] {
    display: block;
    padding: 16px 8px;
    width: 100%;
    background-color: #ededed;
    color: #212529;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: center;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    cursor:pointer;
}
a[class*="btnbig"] strong{
    display: block;
    font-size:1rem;
}
a.btnbig-01 {
    background-color: #ededed;
    color: #212529;
}
    a.btnbig-01:hover {
        background-color: #d8d8d8;
    }
a.btnbig-02 {
    background-color: #fb4e00;
    color: #FFF171;
}
a.btnbig-02 strong{
    color: #ffffff;
}
        a.btnbig-02:hover {
            background-color: #da4400;
        }

@media (max-width: 768px) {
    .lec_sell-A {
        margin: 0 0 11px 0;
        padding: 49px 12px 12px;
    }

        .lec_sell-A dt {
            padding: 8px 13px;
            font-size: 0.9rem;
        }

    .lec_sell-B {
        margin: 0 0 11px 0;
        padding: 49px 12px 12px;
    }

        .lec_sell-B dt {
            padding: 8px 13px;
            font-size: 0.9rem;
        }

            .lec_sell-B dt a {
                font-size: 0.6rem;
            }

    .lec_sell-A .fix .txt {
        display: none;
    }

    .lec_sell-A .fix, .lec_sell-B .fix {
        justify-content: space-between;
        flex-direction: column;
    }

    .Options_box {
        width: 100%;
    }

    span[class*="number"] {
        height: unset;
        width: 55px;
    }

    .Options_box a[class*="Options"] {
        padding: 14px 14px;
    }

    .Options_box .title {
        font-size: 0.9rem;
    }

        .Options_box .title strong.first {
            font-size: 1.1rem;
        }

    .Options_box .in {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .Countdown_box {
        width: 100%;
        margin-top: 16px;
        background-color: #F8F8F8;
        border: 1px solid #ffffff;
        overflow: hidden;
    }

        .Countdown_box .head {
            border-bottom: 1px solid #dddddd;
            background-color: #ECECEC;
            padding: 12px 16px;
            justify-content: center;
        }

        .Countdown_box .body {
            height: 124px;
            flex-direction: column;
        }

            .Countdown_box .body .subtxt {
                display: block;
                font-weight: 500;
                font-size: 0.9rem;
                margin-bottom: 4px;
            }

    .number_panel .number_one:after {
        right: -15px;
    }

    .number_panel li {
        line-height: 2.9rem;
        font-size: 2.6rem;
    }

    .number_panel .number_one {
        margin: 0 11px;
    }


    .lec_sell-C {
        padding: 53px 20px 16px;
    }

        .lec_sell-C dt {
            padding: 8px 13px;
            font-size: 0.8rem;
        }

            .lec_sell-C dt span {
                font-size: 0.6rem;
            }

    .Countdown_box .head span {
        display: none;
    }

    .sell_list .center {
        justify-content: flex-start;
        margin: 0;
        align-items: flex-end;
    }
        .sell_list .center span:last-child {
            margin-left: 8px;
            font-size: 0.7rem;
        }

    .btn-mini {
        padding: 4px 4px;
        font-size: 0.7rem;
    }
    .mini_popup:before {
        left: 6px;
        margin: -17px 0 0 0;
        border-top: 6px solid transparent;
        border-right: 12px solid #E6F0FF;
        border-bottom: 6px solid transparent;
        transform: rotate(90deg);
    }
    .sell_list li.ing {
        height: 60px;
        align-items: flex-start;
        font-size: 0.7rem;
    }

        .sell_list li.ing .mini_popup {
            position: absolute;
            top: 33px;
            left: 0;
            margin-left: 0;
        }
    .bottom_btn {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 12px;
        box-sizing: border-box;
        width: 100%;
        background: #ffffff;
		z-index:99;
    }   

}



.popup_st_02 {
    min-height:460px !important;
}
.popup_st_02 .swiper-button-next:after, 
.popup_st_02 .swiper-button-prev:after {
    font-size:24px !important;
}

/* popup */
div[class*="popup_st"] {
    border:4px solid #212529;
    position:absolute;
    padding:40px;
    top:50%;
    left:50%;
	background-color:#fff;
	z-index:1050;
    transform: translate(-50%,-50%);
}

	div[class*="popup_st"] .icon_close {
        position: absolute;
        top: 20px;
        right: 20px;
        display: inline-block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
        div[class*="popup_st"] .icon_close i {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 22px;
            height: 22px;
            cursor: pointer;
            background-image: url(/views/_layout/addto_new/image/cmall/icon-close.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

.popup_st_01 {
    min-width: 400px;
    min-height: 310px;
}
.popup_st_02 {
    width: 500px;
    min-height: 500px;
    border: 0 !important;
    box-shadow: 3px 3px 10px rgb(33 37 41 / 26%);
    border-radius: 20px;
}
    .popup_st_02 .title {
        font-size: 1.1rem;
        font-weight: 600;
    }
    .popup_st_02 .chart {
        display: flex;
        margin-top: 0.6rem;
        align-items: center;
        justify-content: center;
    }
        .popup_st_02 .chart li {
            display: block;
            width: 120px;
            height: 120px;
            font-size: 0.8rem;
            line-height: 1rem;
            border: 1px solid #212529;
            padding: 20px;
            text-align: center;
            box-shadow: 2px 2px 0 #212529;
            border-radius: 200px;
            background-color: #FFFCB9;
            margin-left: -10px;
        }
        .popup_st_02 .chart li:nth-child(2){
            background-color: #fefaa1;
        }
        .popup_st_02 .chart span {
            display: block;
            margin-bottom: 10px;
            color: #828282;
            font-size: 0.8rem;
        } 
.popup_con {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
	padding: 0 15px;
}
    .popup_con &gt; div {
        margin-top: 27px;
    }
    .popup_con h4 {
        font-size: 1.3rem;
    }
    .popup_con h4.mini {
        font-size: 0.9rem;
        color: #969696;
    }
    .popup_con img {
        margin-bottom: 12px;
        width: 40px;
    }
    .popup_con p {
   
        margin-top: 4px;
        line-height: 1.1rem;
        font-size: 0.8rem;
    }
    .popup_con .con &gt; strong {
        font-size: 0.9rem;
    }
    .popup_con .bottom {
        display: block;
        position: absolute;
        bottom: 16px;
        text-align: center;
        margin-top: 30px;
    }
a[class*="btnst"] {
    display: inline-block;
    padding: 6px 44px;
    border: 1px solid #212529;
    font-size: 0.8rem;
    border-radius: 4px;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
}
        a[class*="btnst"]:hover {
            text-decoration: none;
            background-color:#212529;
            color:#ffffff;
        }
.btnst-01 {
    color: #212529;
    border: 1px solid #212529;
}
.slide-btn {
    display:flex;
    margin:12px 0
}
.slide-btn li{
   margin:0 4px;
}
    .slide-btn a {
        display: inline-block;
        width: 8px;
        height: 8px;
        overflow: hidden;
        letter-spacing: -99px;
        background-color: #d8d8d8;
        border-radius: 100px;
        cursor: pointer;
    }    
    .slide-btn li.on a {
        background-color: #828282;
    }
.popup_con .con.first img {
    display: block;
    width: 100%;
	padding-top:20px;
}
.pointred {
    color: #FF0B0B;
    display: inline-block;
    padding: 4px 22px;
    font-size: 1.3rem !important;
    border: 3px solid #FF0B0B;
    border-radius: 100px;
    margin-bottom: 32px;
}
.Options_info {
    display: flex;
    width: 100%;
    flex-direction: column;
}
    .Options_info li {
        position: relative;
        margin: 0 3px;
        border: 4px solid #212529;
        width: 100%;
        padding: 12px 16px 12px 149px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .Options_info li.solo {
        border: 4px solid #848484;
        color: #848484;

    }
        .Options_info li div:last-child {
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            width: 100%;
        }
        .Options_info li .head {
            position: absolute;
            top: 0;
            left: 0;
            background-color: #212529;
            color: #ffffff;
            font-size: 0.8rem;
            font-weight: 400;
            height: 100%;
            padding: 12px;
            width: 130px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .Options_info li .head strong {
                font-size: 0.9rem;
            }
        .Options_info li.solo .head {
            background-color: #848484;
        

        }
.popup_con .con {
    width: 100%;
}
    .popup_con .con.Options_info {
        width: 72%;
    }

.qna_list {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.qna_list li{
    width: 100%;
    display: flex;
}
    .qna_list .q {
        position: relative;
        font-weight: 500;
        text-align: left;
        font-size: 0.9rem;
        z-index: 1;
    }
        .qna_list .q:before {
            content: '';
            display: inline-block;
            width: 105%;
            height: 6px;
            position: absolute;
            bottom: 3px;
            left: -2px;
            background-color: #FFF171;
            z-index: -1;
        }
    .qna_list.ul01 .q:before {
        width: 48%;
    }
    .qna_list.ul02 .q:before {
        width: 41%;
    }  
    .qna_list.ul03 .q:before {
        width: 48%;
    }
    .qna_list.ul04 .q:before {
        width: 46%;
    }
    .qna_list.ul05 .q:before {
        width: 94%;
    }
    .qna_list.ul06 .q:before {
        width: 50%;
    }
    .qna_list.ul07 .q:before {
        width: 59%;
    }
.popup_con i {
    font-style: unset;
}
.popup_con .con.info {
    background-color: #fff;
    margin-top: 0;
    text-align: left;
}
.popup_con .con.info img {
    width:100% !important;
}
.popup_con .con.info &gt; strong {
    font-size: 1rem;
}
    .popup_con .con.info p {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 1.2rem;
        font-size: 1rem;
    }
    .popup_con .con.info &gt; div {
        width: 100%;
        display: flex;
        margin-top: 8px;
    }

.mini_popup.blcak {
    background-color: #212529;
    color: #ffffff;
    position: absolute;
    font-weight: 400;
    font-size: 0.7rem;
    padding: 4px 11px;
    border-radius: 6px;
}
    .mini_popup.blcak:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 100%;
        margin: -6px 0 0 0;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 12px solid #212529;
        border-bottom: 6px solid transparent;
        transform: rotate(270deg);
    }
.qna_list .a {
    text-align: left;
    color: #5a5a5a;
    font-size: 0.9rem;
}
        .qna_list .a p {
            margin-top: 4px;
            line-height: 1.3rem;
            font-size: 0.9rem;
            color: #5a5a5a;
        }
            .qna_list .a p span {
                margin: 12px 0;
                display: block;
            }
        .qna_list .a strong {
            font-weight: 400;
            line-height: 1.9rem;
            width: 19px;
        }
    .qna_list .a span strong {
        font-weight: 600;
    }
.popup_con .con.qna {
    margin-top:0;
}
.red {
    color: #FF0B0B !important;
}


@media (max-width: 768px) {
 div[class*="popup_st"] {
        padding: 30px;
    }
  
    .popup_st_01 {
        min-width: 90%;
        min-height: 310px;
    }
    .popup_st_02 {
        width: 100%;
        position: fixed !important;
        border-radius: 14px 14px 0 0;
    }
    .Options_info {
        margin-bottom: 0;
        flex-direction: column;
    }
        .Options_info li {
            margin-bottom: 6px;
            padding: 12px 16px 12px 37%;
            font-size: 1rem;
        }
            .Options_info li .head {
                width: 33%;
                font-size: 0.9rem;
            }
                .Options_info li .head strong {
                    font-size: 1rem;
                }
    .qna_list .a p {
        line-height: 1.1rem;
        font-size: 0.9rem;
    }
    .qna_list .q {
        font-weight: 500;
        text-align: left;
        font-size: 0.9rem;
    }
    .qna_list .a strong {
        font-weight: 400;
        line-height: 1.7rem;
        font-size: 0.9rem;
    }
    .popup_con .con.Options_info {
        width: 100%;
    }
 
}


/* 스터디팩 추가 240605 */
.con__videolist {
    margin-top:3rem;
}
.con__videolist h6 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
    .con__videolist h6 span:first-child {
       font-weight:600;
    }
    .con__videolist h6 span:last-child {
        font-size: 0.8rem;
        display: flex;
        font-weight: 400;
        cursor:pointer;
    }
        .con__videolist h6 span:last-child strong {
            margin-right: 2px;
            font-weight: 500;
        }
    .con__videolist h6 img {
        width: 16px;
        margin-right: 4px;
    }


i[class*="icon-like"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    letter-spacing: 99999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    font-size: 0;
}

.icon-like-on {
    background-image: url(/views/_layout/addto_new/image/cmall/icon-Like.svg);
}
.icon-like-off {
    background-image: url(/views/_layout/addto_new/image/cmall/icon-Like2.svg);
}


.blind { /* 접근성을 위한 클래스 */
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

.containerA.body {
    background-color: #F8F9FB;
    padding-top: 4px;
}

.btn-01 {
    background-color: #19468E;
    border-radius: 100px;
    padding: 2px 20px;
    text-align: center;
    width: 130px;
    font-size: 12px;
    border: 0;
    color: #ffffff;
}

.btn-01:hover {
    background-color: #022B6D;
}
.list_ul {
    position:relative;
    display:block;

}

    .list_ul li {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        padding: 3px 0;
        border-bottom: 1px solid #F4F4F4;
    }

/* 탭스타일 A - #초급자를 위한 기초강의 #컴활 합격을 위한 필수강의 */
.tabsA {
    position: relative;
    margin: 14px auto;
    width: 100%;
    padding: 0 !important;
}

.tabsA input {
    position: absolute;
    z-index: 1000;
    left: 42px;
    top: -9px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tabsA input#tab-2 {
    left: 120px;
}


.tabsA label {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    position: relative;
    padding: 0 2px;
    margin: 0 8px;
    float: left;
    box-sizing: border-box;
    display: block;
    width: auto;
    color: #878787;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}
.tabsA label i {
    font-style: normal;
}

.tabsA label:after {
    content: '';
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 0px;
    display: block;
}

.tabsA input:hover + label {
    color: #022B6D;
}

.tabsA label:first-of-type {
    z-index: 4;
}
.tabA-label-1 {
    left: 250px;
}

.tabA-label-2 {
    left: 258px;
}


.tabsA input:checked + label {
    color: #022B6D;
    z-index: 6;
    border-bottom: 4px solid #022B6D;
}

.clear-shadow {
    clear: both;
}
.containerA {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    max-width: 100% !important;
}
.contentA {
    background: #ffffff;
    position: relative;
    width: 100%;
    min-height: 230px;
    margin-top: 12px;
    z-index: 5;
}

.contentA div {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    padding: 18px 25px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabsA input.tabA-selector-1:checked ~ .contentA .contentA-1,
.tabsA input.tabA-selector-2:checked ~ .contentA .contentA-2 {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.tabsA input.tabA-selector-2:checked ~ .contentA {
    min-height: 160px;
}
.contentA div h2,
.contentA div h3 {
    color: #5e3113;
}

.contentA div p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: left;
    margin: 0;
    color: #5e3113;
    padding-left: 15px;
    font-family: NanumGothicOTF, serif;
}


/* 탭스타일 B - 컴활 초급자가 말해요~  독학러, 탈락경험자가 말해요 */
.tabsB {
    position: relative;
    margin: 14px auto;
    width: 100%;
    padding: 0 !important;
}

    .tabsB input {
        position: absolute;
        z-index: 1000;
        left: 42px;
        top: -9px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        cursor: pointer;
    }

        .tabsB input#tabB-2 {
            left: 52%;
        }
    .tabsB label img {
        display: inline-block;
        margin-right: 4px;
    }

    .tabsB label {
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        height: 40px;
        position: relative;
        padding: 0 2px;
        margin: 0 4px 0 0;
        float: left;
        box-sizing: border-box;
        display: flex;
        width: 49.5%;
        background-color: #C5DBFF;
        color: #022B6D;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        font-weight: 500;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        border-radius: 4px 4px 0 0;
    }
        .tabsB label:last-child {
            margin:0;
        }
        .tabsB label i {
            font-style: normal;
        }

        .tabsB label:after {
            content: '';
            background: #ffffff;
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 0px;
            display: block;
        }

    .tabsB input:hover + label {
        background-color: #0e326d;
        color:#ffffff;
    }

    .tabsB label:first-of-type {
        z-index: 4;
    }

.tabB-label-1 {
    left: 0;
}

.tabB-label-2 {
    left: 0;
}


.tabsB input:checked + label {
    z-index: 6;
    color: #ffffff;
    background-color: #004BC3;
}

.clear-shadow {
    clear: both;
}

.containerB {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    max-width: 100% !important;
}
.contentB {
    background: #ffffff;
    position: relative;
    width: 100%;
    min-height: 207px;
    margin-top: 0;
    z-index: 5;
    border: 4px solid #004BC3;
}

    .contentB &gt; div {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
        width: 100%;
        padding: 8px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity linear 0.1s;
        -moz-transition: opacity linear 0.1s;
        -o-transition: opacity linear 0.1s;
        -ms-transition: opacity linear 0.1s;
        transition: opacity linear 0.1s;
    }

.tabsB input.tabB-selector-1:checked ~ .contentB .contentB-1,
.tabsB input.tabB-selector-2:checked ~ .contentB .contentB-2 {
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}


.contentB div h2,
.contentB div h3 {
    color: #5e3113;
}

.contentB div p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: left;
    margin: 0;
    color: #5e3113;
    padding-left: 15px;
    font-family: NanumGothicOTF, serif;
}


.pc {
    display:inline-block;
}.m {
    display:none;
}
.con__reviewlist h6 {
    font-size: 1.6rem;
    display: block;
    text-align: center;
    margin: 23px auto;
    letter-spacing: -2px;
}
    .con__reviewlist h6 strong {
        font-size: 2.3rem;
        color: #19468E;
        letter-spacing: -4px;
    }

/* 기존 리뷰 디자인 수정 */

div[class*="tap-txt"] {
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 0;
    border-radius: 0 0 4px 4px;
    background-color: #fb4e00;
    color: #ffffff;
    font-size: 0.7rem;
    padding: 4px 12px;
    z-index: 10;
}

div.tap-txt-01 {
    background-color: #b400d1;
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .m {
        display: inline-block;
    }
    .containerA,
    .containerB {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .contentA,
    .containerB {
        background: #f8f9fb;
        border-radius: 10px;
    }

    .containerA.body {
        background-color: #ffffff;
        padding-top: 0;
        max-width: 100% !important;
    }

    .tabA-label-1 {
        left: 50%;
        margin-left: -70px !important;
    }

    .tabA-label-2 {
        left: 50%;
        margin-left: 0px !important;
    }

    .con__videolist h7 {
        font-size: 0.8rem;
    }

    .btn-01 {
        padding: 2px 22px;
        width: auto;
        font-size: 0.6rem;
    }

    .list_ul li {
        border-bottom: 1px solid #ECEFF5;
    }
    .tabsA label {
        font-size: 16px;
        line-height: 47px;
        height: 40px;
    }
    .tabsA {
        margin: 0px auto;
    }

    .contentA div {
        padding: 12px 14px;
    }
    .con__reviewlist h6 {
        font-size: 1.3rem;
    }

        .con__reviewlist h6 strong {
            font-size: 1.7rem;
        }

    .tabsB label {
        font-size: 11px;
        width: 48.9%;
    }

        .tabsB label img {
            width: 18px;
        }

    div[class*="tap-txt"] {
        right: unset;
        left: 62%;
    }
}




/* 상단디자인 */

.top_btnlist {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #CCCCCC;
    background-color:#ffffff;
    margin-top:4px;
}
    .top_btnlist li {
        display: block;
        width: 100%;
        border-right: 1px solid #CCCCCC;
    } 
    .top_btnlist li:last-child {
        border-right: 0;
    }
.top_btnlist a {
    display:block;
    width:100%;
    text-align:center;
    padding:12px;
    font-size:1rem;
    color:#212529;
    font-weight:600;
}
    .top_btnlist a:hover {
        text-decoration: none;
        background-color:#FCFFD6;
    }

#mySwiper-topslide span.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, #000000) !important;
}
#mySwiper-topslide span.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,30px)) !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,3px)) !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,0) !important;
    background: var(--swiper-pagination-bullet-inactive-color, #fff) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1) !important;
}

@media (max-width: 768px) {
    .top_btnlist a {
        font-size: 0.8rem;
    }

}


/* 팝업6 디자인 추가 */

.btn-02 {
    padding: 7px 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    color: #212529;
    background-color: #EBEBEB;
    border-radius: 6px;
}
    .btn-02.point {
        background-color: #E5EAFF;
    }

    .btn-02:hover {
        background-color: #333333;
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
    }

.btn-ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 46px;
}
    .btn-ul li {
        margin: 0 12px;
    }
        .btn-ul li:first-child {
            border-right: 1px solid #e0e0e0;
            padding-right: 1.5rem;
        }

    .btn-ul strong {
        display: block;
        text-align: left;
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

.color__blue {
    color:#19468E;
}

@media (max-width: 768px) {
    .btn-ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 16px;
        width: 100%;
    }
          .btn-ul li {
              text-align:center;
             width:100%;
    }
        .btn-ul li:first-child {
            border-right: 0;
            padding-right: 0;
            margin-bottom:2rem;
        }
        .btn-ul strong {
            text-align: center;
            font-size: 1rem;
            color: #545454;
            line-height: 1.3rem;
            margin-bottom: 0.4rem;
        }
    .btn-02 {
        padding: 7px 50px;
        font-size: 14px;
    }

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