@charset "utf-8";
/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css'); */

body {
    font-family: Pretendard, 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

img  {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
    height: auto;

}

.font-el {
    font-weight: 200;
}

.font-nm {
    font-weight: 500;
}

.font-md {
    font-weight: 600;
}

.font-bd {
    font-weight: 800;
}

.view-pc {
    display: block;
}

.view-tab {
    display: none;
}

.view-m {
    display: none;
}

/*top banner slide*/

.top_bnn_slide {
    position: relative;
    width: 100%;
    overflow:hidden;
}

.top_bnn_slide .bnn01,
.top_bnn_slide .bnn02,
.top_bnn_slide .bnn03 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-radius: 20px;
}

.top_bnn_slide .bnn01 {
    background: url('images/top_bnn01_bg01.png') no-repeat, url('images/top_bnn01_bg02.png') no-repeat, #FAFAFA;
    background-position: left 10px bottom -20px, right top -30px;
}

.top_bnn_slide .bnn02 {
    background: url('images/top_bnn02_bg01.png') no-repeat, url('images/top_bnn02_bg02.png') no-repeat, #DBF3FF;
    background-position: left 200px top -20px, right -50px top -30px;
}

.top_bnn_slide .bnn03 {
    background: url('images/top_bnn03_bg01.png') no-repeat, url('images/top_bnn03_bg02.png') no-repeat, #31A5FF;
    background-position: left 150px top -10px, right -50px top 20px;
}

.top_bnn_slide .bnn01 > div,
.top_bnn_slide .bnn02 > div,
.top_bnn_slide .bnn03 > div {
    width: 50%;
}

.top_bnn_slide .bnn_txt {
    padding-left: 50px;
}

.top_bnn_slide .bnn_txt li {
    padding: 5px 0;
}

.top_bnn_slide .bnn01 .bnn_txt .sub_title,
.top_bnn_slide .bnn02 .bnn_txt .sub_title {
    font-size: 24px;
    line-height: 24px;
    color: #31A5FF;
}

.top_bnn_slide .bnn01 .bnn_txt .main_title,
.top_bnn_slide .bnn02 .bnn_txt .main_title {
    font-size: 45px;
    line-height: 45px;
    color: #0090FF;
}

.top_bnn_slide .bnn01 .bnn_txt .subtxt,
.top_bnn_slide .bnn02 .bnn_txt .subtxt{
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}

.top_bnn_slide .bnn03 .bnn_txt .sub_title {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

.top_bnn_slide .bnn03 .bnn_txt .main_title {
    font-size: 45px;
    line-height: 45px;
    color: #FFFFFF;
}

.top_bnn_slide .bnn03 .bnn_txt .subtxt {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.top_bnn_slide .bnn_img {
    padding-right: 50px;
}

/*1199px*/
@media(max-width:1199px){
    .top_bnn_slide .view-pc {
        display: none;
    }

    .top_bnn_slide .view-tab {
        display: block;
    }

    .top_bnn_slide .bnn_txt {
        padding-left: 30px;
    }

    .top_bnn_slide .bnn_img {
        padding-right: 30px;
    }
}

/*991px*/
@media(max-width:991px){
    .top_bnn_slide .view-tab {
        display: none;
    }

    .top_bnn_slide .view-m {
        display: block;
    }
}

/*767px*/
@media(max-width:767px){
    .top_bnn_slide .bnn01,
    .top_bnn_slide .bnn02,
    .top_bnn_slide .bnn03 {
        height: 120px;
        border-radius: 15px;
    }

    .top_bnn_slide .bnn01 {
        background-position: left 10px bottom -10px, right top -10px;
        background-size: 60px auto, 63px auto, 100%;
    }

    .top_bnn_slide .bnn02 {
        background-position: left 20px top -10px, right -10px top 30px;
        background-size: 78px auto, 63px auto, 100%;
    }

    .top_bnn_slide .bnn03 {
        background-position: left 10px top -10px, right 10px top 20px;
        background-size: 70px auto, 63px auto, 100%;
    }

    .top_bnn_slide .bnn01 > div,
    .top_bnn_slide .bnn02 > div,
    .top_bnn_slide .bnn03 > div {
        width: 100%;
        text-align: center;
    }

    .top_bnn_slide .bnn_txt li {
        padding: 2px 0;
    }

    .top_bnn_slide .bnn_img {
        display: none;
    }

    .top_bnn_slide .bnn01 .bnn_txt .sub_title,
    .top_bnn_slide .bnn02 .bnn_txt .sub_title,
    .top_bnn_slide .bnn03 .bnn_txt .sub_title {
        font-size: 16px;
        line-height: 16px;
    }

    .top_bnn_slide .bnn01 .bnn_txt .main_title,
    .top_bnn_slide .bnn02 .bnn_txt .main_title,
    .top_bnn_slide .bnn03 .bnn_txt .main_title {
        font-size: 30px;
        line-height: 30px;
    }

    .top_bnn_slide .bnn01 .bnn_txt .subtxt,
    .top_bnn_slide .bnn02 .bnn_txt .subtxt,
    .top_bnn_slide .bnn03 .bnn_txt .subtxt {
        font-size: 13px;
        line-height: 18px;
    }
}

/*review event*/

.review_event {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

.review_event .left {
    padding-left: 10px;
    font-size: 14px;
    color: #555555;
    text-align: left;
}

.review_event .left span {
    color: #f56565;
}

.review_event .right {
    width: 140px;
    text-align: right;
}

.review_event .event_btn {
    display: inline-block;
    padding: 8px 10px;
    border: none;
    border-radius: 30px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    background-color: #ffc000;
    color: #fff;
}

/*991px*/
@media(max-width:991px){
    .review_event .left {
        font-size: 13px;
    }

    .review_event .event_btn {
        font-size: 12px;
        line-height: 12px;
    }
}

/*767px*/
@media(max-width:767px){
    .review_event {
        flex-direction: column;
        justify-content: right;
        align-items: center;
    }

    .review_event .right {
        padding-top: 10px;
        width: 100%;
    }
}

/*review_board*/

.review_table {
    position: relative;
    margin-top: 10px;
}

details.normal {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    cursor: pointer;
}

details.normal[open]  {
    border: 1px solid #FFB848;
}

details.view {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    background-color: #FFFAE6;
    border: 1px solid #ddd;
    border-radius: 15px;
    cursor: pointer;
}

details.view[open]  {
    border: 1px solid #FFD321;
}


details.best {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    background-color: #f5fbff;
    border: 1px solid #31a5ff;
    border-radius: 15px;
    cursor: pointer;
}

details.best[open]  {
    background-color: #fff;
    border: 2px solid #31a5ff;
    color: #333;
}

details.secret{
    background-color:#EEEEEE;
}

details.normal>summary,
details.best>summary
{
    margin: 0 10px;
    position: relative;
    display: grid;
    grid-template-columns: 60px 60px auto 100px 100px 70px;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 14px;
}

details.view>summary
{
    margin: 0 10px;
    position: relative;
    display: grid;
    grid-template-columns: 60px 60px auto 100px 100px;
    height: 64px;
    line-height: 64px;
    color: #333;
    font-size: 14px;
}

details.normal>summary.classInfoView,
details.best>summary.classInfoView {
    grid-template-columns: 60px 60px auto 100px 100px 70px 70px;
}

details.view>summary.classInfoView {
    grid-template-columns: 60px 60px auto 100px 100px 70px 70px;
}


details.normal>summary .td_num,
details.best>summary .td_num {
    text-align: center;
    font-size: 13px;
}

details.normal>summary .td_num,
details.view>summary .td_num {
    text-align: center;
    font-size: 13px;
}

details.best>summary .td_num .icn_best {
    display: inline-block;
    margin: 0 auto;
    width: 85%;
    height: 24px;
    line-height: 24px;
    background-color: #ff9c00;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

details.normal>summary>.td_class_icn,
details.best>summary>.td_class_icn {
    display:flex;
    align-items: center;
}

details.view>summary>.td_class_icn {
    display:flex;
    align-items: center;
}

details.normal>summary>.td_class_icn > span,
details.best>summary>.td_class_icn > span {
    display: inline-block;
    width: 85%;
    line-height: 16px;
    border: 1px solid #000000;
    border-radius: 16px;
    color: #000000;
    font-size: 13px;
    text-align: center;
    background-color: #ffffff;
    padding: 4px 0;
}

details.view>summary>.td_class_icn > span {
    display: inline-block;
    width: 85%;
    line-height: 16px;
    border: 1px solid #000000;
    border-radius: 16px;
    color: #000000;
    font-size: 13px;
    text-align: center;
    background-color: #ffffff;
    padding: 4px 0;
}

details.normal>summary>.td_class_icn > span.speaking,
details.best>summary>.td_class_icn > span.speaking {
    border-color:#31A5FF;
    color: #31A5FF;
}

details.view>summary>.td_class_icn > span.speaking,
details.view>.td_review_subtxt>.info>.review_txt>.td_class_icn > span.speaking{
    border-color:#31A5FF;
    color: #31A5FF;
}

details.normal>summary>.td_class_icn > span.reading,
details.best>summary>.td_class_icn > span.reading {
    border-color:#ef6f5b;
    color: #ef6f5b;
}
details.normal>summary>.td_class_icn > span.vocaking,
details.best>summary>.td_class_icn > span.vocaking {
    border-color:#ba58ff;
    color:#ba58ff;
}

details.normal>summary>.td_class_icn > span .vocaking,
details.best>summary>.td_class_icn > span .vocaking {
    display:inline-block;
    color: #ba58ff;
}

details.normal>summary>.td_class_icn > span.speaking-vocaking,
details.best>summary>.td_class_icn > span.speaking-vocaking {
    background-color: #FF9C00;
    border: none;
    color: #FFFFFF;
    border-radius: 12px;
}

details.normal>summary .td_title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

details.best>summary .td_title {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #31a5ff;
}

details.view>summary>.td_class_icn > span.reading {
    border-color:#ef6f5b;
    color: #ef6f5b;
}

details.view>summary>.td_class_icn > span.vocaking {
    border-color:#ba58ff;
    color:#ba58ff;
}

details.view>summary>.td_class_icn > span .vocaking {
    display:inline-block;
    color: #ba58ff;
}

details.view>summary>.td_class_icn > span.speaking-vocaking {
    background-color: #FF9C00;
    border: none;
    color: #FFFFFF;
    border-radius: 12px;
}

details.normal>summary .td_student,
details.best>summary .td_student {
    text-align: left;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

details.view>summary .td_student {
    text-align: left;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

details.normal>summary .td_student span,
details.best>summary .td_student span {
    display: inline-block;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    line-height: 60px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    overflow:hidden;
}

details.view>summary .td_student span {
    display: inline-block;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    line-height: 60px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    overflow:hidden;
}

details.normal>summary .td_date,
details.best>summary .td_date {
    text-align: center;
    font-size: 13px;
}

details.view>summary .td_date {
    text-align: center;
    font-size: 13px;
}

details.normal>summary .td_hit,
details.best>summary .td_hit {
    text-align: center;
    font-size: 13px;
}

details.view>summary .td_hit {
    text-align: center;
    font-size: 13px;
}

details.normal>summary>.td_class_info,
details.best>summary>.td_class_info  {
    text-align: center;
}

details.view>summary>.td_class_info  {
    text-align: center;
}

details.normal>summary>.td_class_info > span,
details.best>summary>.td_class_info > span {
    display: inline-block;
    width: 85%;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    background-color:#ffffff;
}

details.view>summary>.td_class_info > span {
    display: inline-block;
    width: 85%;
    height: 24px;
    line-height: 24px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    background-color:#ffffff;
}

details.normal>summary>.td_class_info > span.free,
details.best>summary>.td_class_info > span.free {
    border: 1px solid #ff3366;
    color: #ff3366;
}

details.view>summary>.td_class_info > span.free {
    border: 1px solid #ff3366;
    color: #ff3366;
}
details.normal>summary>.td_class_info > span.check,
details.best>summary>.td_class_info > span.check {
    border: 1px solid #65B688;
    color: #65B688;
}

details.view>summary>.td_class_info > span.check {
    border: 1px solid #65B688;
    color: #65B688;
}
details.normal>summary>.td_class_info > span.checkRequired,
details.best>summary>.td_class_info > span.checkRequired {
    border: 1px solid #546672;
    color: #546672;
}

details.view>summary>.td_class_info > span.checkRequired {
    border: 1px solid #546672;
    color: #546672;
}

details.normal>summary>.td_class_icn > span.free, details.best>summary>.td_class_icn > span.free{
    border: 1px solid #ff3366;
    color: #ff3366;
}

details.view>summary>.td_class_icn > span.free, details.best>summary>.td_class_icn > span.free{
    border: 1px solid #ff3366;
    color: #ff3366;
}

details.normal>summary>.td_class_icn > span.check, details.best>summary>.td_class_icn > span.check{
    border: 1px solid #65B688;
    color: #65B688;
}

details.view>summary>.td_class_icn > span.check, details.best>summary>.td_class_icn > span.check{
    border: 1px solid #65B688;
    color: #65B688;
}

details.normal>summary>.td_class_icn > span.checkRequired, details.best>summary>.td_class_icn > span.checkRequired{
    border: 1px solid #546672;
    color: #546672;
}

details.view>summary>.td_class_icn > span.checkRequired, details.best>summary>.td_class_icn > span.checkRequired{
    border: 1px solid #546672;
    color: #546672;
}

details.normal>.td_review_subtxt,
details.best>.td_review_subtxt {
    position: relative;
    padding: 0 15px;
    width: 100%;
}

details.view>.td_review_subtxt {
    position: relative;
    padding: 30px 80px;
    width: 100%;
    background-color:#fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

details.normal>.td_review_subtxt>.group-memo-title,
details.best>.td_review_subtxt>.group-memo-title {
    font-size:16px;
}

details.view>.td_review_subtxt>.group-memo-title {
    font-size:16px;
}

details.normal>.td_review_subtxt>.info_tutor,
details.best>.td_review_subtxt>.info_tutor {
    padding: 0 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-sizing: border-box;
}

details.view>.td_review_subtxt>.info {
    display:grid;
    grid-template-columns: 192px auto;
}

details.view>.td_review_subtxt>.info>.info_tutor {
    width:112px;
    text-align:center;
}

details.view>.td_review_subtxt>.info>.info_tutor>.tutor_pic > img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow:hidden;
}

details.view>.td_review_subtxt>.info>.info_tutor>.tutor_name,
details.view>.td_review_subtxt>.info>.info_tutor>.tutor_score>i.fa.fa-star, i.fa.fa-star-o, i.fa.fa-star-half-o {
    font-size:20px !important;
    text-align:center;
}

details.view>.td_review_subtxt>.info>.review_txt {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    font-size:16px;
    line-height: 24px;
}


details.normal>.td_review_subtxt>.info_tutor>.tutor_pic,
details.best>.td_review_subtxt>.info_tutor>.tutor_pic {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid transparent;
    overflow:hidden;
}

details.normal>.td_review_subtxt>.info_tutor>.tutor_name,
details.best>.td_review_subtxt>.info_tutor>.tutor_name {
    padding-left: 10px;
    width: 200px;
}

details.normal>.td_review_subtxt>.info_tutor>.tutor_score,
details.best>.td_review_subtxt>.info_tutor>.tutor_score {
    width: calc(100% - 280px);
    text-align: right;
}

details.normal>.td_review_subtxt>.info_tutor>.tutor_score>i,
details.best>.td_review_subtxt>.info_tutor>.tutor_score>i {
    color: #ff3366;
    font-size: 15px;
}















details.view>.td_review_subtxt>.info_tutor>.tutor_score>i {
    color: #ff3366;
    font-size: 15px;
}

details.normal>.td_review_subtxt>.info_tutor>.tutor_score p,
details.best>.td_review_subtxt>.info_tutor>.tutor_score p {
    display: inline-block;
    margin-left: 5px;
}

details.normal>.td_review_subtxt>.review_txt,
details.best>.td_review_subtxt>.review_txt {
    margin: 0 auto;
    padding: 30px 10px;
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    line-height: 24px;
}

details.normal .col-admin,
details.best .col-admin {
    padding: 20px 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*board max 760px*/
@media all and (max-width:768px){
    details.normal>summary,
    details.best>summary {
        position: relative;
        display: grid;
        grid-template-columns: 60px 60px auto 70px 70px;
        /*
        height: 60px;
        line-height: 60px;
         */
        color: #333;
        font-size: 14px;
        height: 66px;

    }

    details.normal>summary.classInfoView,
    details.best>summary.classInfoView,
    details.normal>summary.default,
    details.best>summary.default {
        /*grid-template-columns: 60px 60px auto 70px 70px 60px;*/
        grid-template-columns: 60px  2fr  1fr  70px;
        grid-template-rows : 33px 33px;
    }

    details.normal > summary > .td_num,
    details.best > summary > .td_num,
    details.normal > summary>.td_class,
    details.best > summary>.td_class,
    details.normal > summary>.td_student,
    details.best > summary>.td_student,
    details.normal > summary>.td_date,
    details.best > summary>.td_date,
    details.normal > summary>.td_class_info,
    details.best > summary>.td_class_info {
        font-size: 12px;
        line-height:33px;
    }

    details.normal>summary>.td_class_icn > span,
    details.best>summary>.td_class_icn > span {
        margin-left:3px;
        font-size:11.5px;
    }


    details.normal>summary .td_title,
    details.best>summary .td_title {
        padding-left : 10px;
        order : 5;
        grid-column: 5 span;
        line-height:33px;
    }

    details.normal>summary .td_student,
    details.best>summary .td_student {
        text-align: right;
    }

    details.normal > summary>.td_hit,
    details.best > summary>.td_hit {
        display:none;
    }

    details.normal>summary .td_student span,
    details.best>summary .td_student span {
        width: 30px;
        height: 30px;
    }

    details.normal>.td_review_subtxt>.info_tutor,
    details.best>.td_review_subtxt>.info_tutor {
        padding: 0 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        /*height: 60px;*/
        border: 1px solid #ddd;
        border-radius: 15px;
        box-sizing: border-box;
    }

    details.normal>.td_review_subtxt>.info_tutor>.tutor_pic,
    details.best>.td_review_subtxt>.info_tutor>.tutor_pic {
        margin-top: 0;
        width: 40px;
        height: 40px;
    }

    details.normal>.td_review_subtxt>.info_tutor>.tutor_name,
    details.best>.td_review_subtxt>.info_tutor>.tutor_name {
        padding-left: 10px;
        width: 100px;
    }


    details.normal>.td_review_subtxt>.info_tutor>.tutor_score,
    details.best>.td_review_subtxt>.info_tutor>.tutor_score {
        width: calc(100% - 140px);
    }

    details.normal>.td_review_subtxt>.info_tutor>.tutor_score>i,
    details.best>.td_review_subtxt>.info_tutor>.tutor_score>i {
        font-size: 12px;
    }

    details.normal>.td_review_subtxt>.info_tutor>.tutor_score p,
    details.best>.td_review_subtxt>.info_tutor>.tutor_score p {
        font-size: 12px;
    }

    details.normal>.td_review_subtxt>.review_txt,
    details.best>.td_review_subtxt>.review_txt {
        padding: 10px 5px;
    }
}



/*~768px*/
@media (max-width: 768px) {
    .table-responsive2 {
        border: none;
    }
}

@media (max-width:480px){

    .td_hit{
        display:none;
    }
}


/*popup*/

.popup_review {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.popup_review .pop_con {
    width: 400px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px -4px;
    border: 1px solid transparent;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
}

.popup_review .pop_con>div {
    height: calc(100% - 30px);
    padding-top: 5px;
}

.popup_review .pop_con>div img {
    width: 90%;
}

.popup_review .pop_con>a.close {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-align: center;
    background: #eaeaea;
    border-radius: 0 0 30px 30px;
}

.popup_review .dimmed {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.row-form .form-actions{
    padding:0;
}

/* Iphone Mobile Marker 지우기 */
summary::-webkit-details-marker {
    display:none;
}

/* Review Count Graph CSS START */
.reviewGraphContainer{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.reviewGraphContainer > div{
    font-family: pretendard, 'Noto Sans KR', 'Pretendard', sans-serif;
    font-size: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 30px;
}

.reviewGraphContainer > div.graphTS {
    background:linear-gradient(to right, #90CFFF 0%, #31A5FF 100%);
}
.reviewGraphContainer > div.graphOtherA{
    background: linear-gradient(to right, #90CFFF 0%, #31A5FF 8%, transparent 0%), #EAEAEA;
}
.reviewGraphContainer > div.graphOtherB{
    background: linear-gradient(to right, #90CFFF 0%, #31A5FF 13%, transparent 0%), #EAEAEA;
}

.reviewGraphContainer > div.graphTS > div.companyName {
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    gap:10px;
    align-items:center;
    color: #FFFFFF;
    font-weight: 800;
}
.reviewGraphContainer > div > div.companyName{
    color:#FFFFFF;
    font-weight: 800;
}
.reviewGraphContainer > div > div.descriptionText {
    color:#999999;
    font-size:14px;
    font-weight:600;
}

.reviewGraphContainer > div.graphTS > div.reviewCount {
    color: #FFFFFF;
    font-weight: 700;
}

.reviewGraphContainer > div.graphOtherA > div.reviewCount,
.reviewGraphContainer > div.graphOtherB > div.reviewCount {
    color: #555555;
    font-weight: 500;
}



/*
@media all and (max-width:992px){
    .reviewGraphContainer > div.graphOtherA{
        background: linear-gradient(to right, #ffdf70 0%, #ffd040 13%, transparent 13%, transparent 100%);
    }
    .reviewGraphContainer > div.graphOtherB{
        background: linear-gradient(to right, #ffdf70 0%, #ffd040 16%, transparent 16%, transparent 100%);
    }
}
@media all and (max-width:768px) {
    .reviewGraphContainer {
        padding: 10px 35px 0;
    }
    .reviewGraphContainer > div {
        padding: 10px;
    }
    .reviewGraphContainer > div {
        font-size:16px;
    }
    .reviewGraphContainer > div > div.descriptionText {
        font-size:14px;
    }
}
/* Review Count Graph CSS END */

.reviewCheckBoxContainer{
    display:flex;
    flex-direction: row;
    gap:10px;
    align-items: center;
}


/*video*/
.video_wrap {
    margin-top: 10px;
    padding: 15px 0;
    width: 100%;
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}

.video_wrap > h3 {
    padding: 0 10px 0 50px;
    font-size: 18px;
    line-height: 18px;
    color: #444444;
}

.video_wrap .swiper-button-next,
.video_wrap .swiper-button-prev {
    color: #333333;
}

.video_wrap .swiper-button-next:after,
.video_wrap .swiper-button-prev:after {
    font-size: 30px;
}

.video_wrap .swiper-container {
    position: relative;
    padding: 0 50px;
}

.video_wrap .video-swiper {
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.video_wrap .video-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 250px;
    font-size: 14px;
    line-height: 20px;;
}

.video_wrap .video-swiper .swiper-slide li {
    width: 250px;
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    display: -webkit-box;          /* Flexbox 기반의 레이아웃 사용 */
    -webkit-line-clamp: 2;         /* 두 줄까지만 표시 */
    -webkit-box-orient: vertical;  /* 수직 방향으로 콘텐츠 제한 */
    overflow: hidden;              /* 넘치는 텍스트 숨김 */
    text-overflow: ellipsis;
}

.video_wrap .video-swiper .swiper-slide li.video-thumbnail {
    margin-bottom: 5px;
    width: 100%;
    /*height: auto;*/
}

.video_wrap .video-swiper .swiper-slide li.video-thumbnail > img {
    border-radius: 10px;
}

.video_wrap .video-swiper .swiper-slide li.video-title {
    display: block;
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
}

.video_wrap .video-swiper .swiper-slide li.video-name {
    font-weight: 500;
    color: #666666;
    font-size: 18px;
    line-height: 26px;
}

/*1199px*/
@media(max-width:1199px){
    .video_wrap .video-swiper .swiper-slide {
        width: 200px;
        font-size: 14px;
        line-height: 20px;
    }

    .video_wrap .video-swiper .swiper-slide li {
        width: 200px;
    }
    .video_wrap .video-swiper .swiper-slide li.video-title {
        font-size: 14px;
        line-height: 20px;
    }
    .video_wrap .video-swiper .swiper-slide li.video-name {
        font-size: 14px;
        line-height: 20px;
    }
}

/*991px*/
@media(max-width:991px){
    .video_wrap {
        padding: 10px 0;
    }

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

    .video_wrap .video-swiper .swiper-slide {
        font-size: 13px;
        line-height: 18px;
    }
    .video_wrap .video-swiper .swiper-slide li.video-title {
        font-size: 13px;
        line-height: 18px;
    }
    .video_wrap .video-swiper .swiper-slide li.video-name {
        font-size: 13px;
        line-height: 18px;
    }
}

@media(max-width:767px){
    .video_wrap {
        padding: 10px 0;
        border-radius: 15px;
    }

    .video_wrap > h3 {
        padding: 0 10px 0 40px;
        font-size: 16px;
        line-height: 15px;
    }

    .video_wrap .swiper-button-next:after,
    .video_wrap .swiper-button-prev:after {
        font-size: 18px;
    }

    .video_wrap .swiper-container {
        padding: 0 40px;
    }

    .video_wrap .video-swiper .swiper-slide {
        width: 135px;
    }

    .video_wrap .video-swiper .swiper-slide li {
        width: 135px;
    }
}