/* 메인비주얼 */
.main_page .section {
    margin-bottom: 3.75rem;
}

.mainVisual {
    position: relative;
    width: 100%;
   /* height: 550px;*/
    max-width: 1920px;
    margin: auto;
}

.mainVisual.mb {
    display: none;
}

.mainVisual .visualSlideList {
    width: 100%;
  /*  height: 550px;*/
    max-width: 1920px;
}

.mainVisual .visualSlideList a {
    width: 100%;
   /* height: 550px;*/
}

.mainVisual .visualSlideList a div {
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    background-size: cover;
    background-position: center;
    padding-top: 29vw;
    max-height: 550px;
}

.mainVisual .wrap_inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
}

.mainVisual .arrSliderControl {
    position: absolute;
    left: 0;
    bottom: 4rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.875rem 1rem;
    border-radius: 2rem;
    display:flex;
    align-items:center;
    border: 1px solid #f3f3f3;
    display: none;
}

.mainVisual .arrSliderControl a {
    width: 25px;
    height: 20px;
    text-indent:-99999px;
    margin: 0 0.5rem;
    position: relative;
    top:auto;
    transform:none;
}

.mainVisual .arrSliderControl a.arrow_prev {
    background: url('../../img/withsam/main/icon-arr-prev.png') center no-repeat;
}

.mainVisual .arrSliderControl a.arrow_next {
    background: url('../../img/withsam/main/icon-arr-next.png') center no-repeat;
}

.mainVisual .arrSliderControl .slidePage {}

.mainVisual .arrSliderControl p {
    font-size: 20px;
    margin: 0 0.375rem;
    display: inline-block;
}

.mainVisual .arrSliderControl p.curSlide {
    color: var(--color-main-red);
    font-weight: 700;
}

.mainVisual .arrSliderControl p.totalSlide {}

.mainVisual .arrSliderControl p.totalSlide:before {
    content:'';
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius:50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.arrSliderControl .slick-dots li {
    display: none;}


.arrSliderControl .slick-dots li.slick-active {
    display: flex;
}

.mainVisual .arrSliderControl .state {
    width: 26px;
    height: 26px;
    text-indent: -99999px;
}

.mainVisual .arrSliderControl .state.play {
    background: url('../../img/withsam/main/icon_stop.svg') center no-repeat;
}

.mainVisual .arrSliderControl .state.stop {
    background: url('../../img/withsam/main/icon_play.svg') center no-repeat;
}

/* 퀵메뉴 */
.mainQuickMenu { }

.mainQuickMenu .quickMenuList {
    display:flex;
    align-items:center;
}

.mainQuickMenu .quickMenuList li {
    width: calc((100% - (24px * 3)) / 4);
    margin-right: 24px;
}

.mainQuickMenu .quickMenuList li:last-child {
    margin-right: 0;
}

.mainQuickMenu .quickMenuList li a {
    background: #ecedff;
    border-radius:12px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    padding: 1rem;
}

.mainQuickMenu .quickMenuList li .img-wrap {
    width: 66px;
    margin-right: 1rem;
}

.mainQuickMenu .quickMenuList li a:hover .img-wrap img {
    animation: bounce-top 0.9s both;
}

.mainQuickMenu .quickMenuList li .txt {
    width: calc(100% - 66px - 1rem);
}

.mainQuickMenu .quickMenuList li .txt small {
    display: block;
    color: #444;
    line-height: 1.5;
    letter-spacing:-0.5px;
    font-size: 16px;
}

.mainQuickMenu .quickMenuList li .txt strong {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing:-0.5px;
}

@keyframes bounce-top {
    0% {
        transform: translateY(-10px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    50% {
        transform: translateY(-7px);
        animation-timing-function: ease-in;
    }
    93% {
        transform: translateY(-2px);
        animation-timing-function: ease-in;
    }
    25%,
    75% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
        opacity: 1;
    }
}


/* 수업꿀팁, 학급꿀팁 */
.section-title-wrap {
    display:flex;
    margin-bottom: 1.625rem;
}

.section-title-wrap .section-title-img {
    margin-right: 1rem;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
}

.section-title small {
    display: block;
    font-size: 18px;
    color: #888;
    line-height: 1.3;
    font-weight: 500;
}

.section-title span {
    display: inline-block;
    vertical-align: top;
}

.lesson {
    position: relative;
}

.lesson .tab-wrap {
    position: absolute;
    right: 0;
    top: -3.825rem;
    display:flex;
}

.lesson .tab-wrap .tab {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-main-red);
    box-sizing:border-box;
    padding: 0.75rem 2.25rem;
    border: 2px solid var(--color-main-red);
    border-radius: 20px 20px 0 0;
}

.lesson .tab-wrap .tab.on {
    color:#fff;
    background: var(--color-main-red);
}

.lesson .tab-wrap li + li {
    padding-left: 0;
    margin-left: 0;
}

.lesson .tab-wrap li + li:before {
    display: none;
}

.lesson .tab-con {
    box-sizing: border-box;
    border: 2px solid var(--color-main-red);
    border-radius: 20px 0 20px 20px;
    padding: 1.5rem 0;
}

.lesson .tab-con .tabCon {
    display: none;
}

.lesson .tab-con .tabCon:first-child {
    display: block;
}

.tab-con .lesson-slide-wrap {
    position: relative;
    width: 100%;
    height: 250px;
}

.lesson-slide-wrap .tipList {
    display:flex;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}

.tabCon.right.on .lesson-slide-wrap .tipList {
    animation: slideLeft 1s linear;
}

@keyframes slideLeft {
    0% {
        left: -100%;
    }

    100% {
        left: 0%;
    }
}


.lesson-slide-wrap .tipList li {
    padding: 0 1.25rem;
    width: calc(100% / 4);
    box-sizing: border-box;
}

.lesson-slide-wrap .tipList .img-wrap {
    box-sizing:border-box;
    border-radius:12px;
    overflow: hidden;
    border:1px dashed transparent;
    transition:0.2s all linear;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 11.125vw;
}

.lesson-slide-wrap .tipList .img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lesson-slide-wrap .tipList .txt {
    font-weight: 600;
    text-align: center;
    margin-top: 0.75rem;
    width: 100%;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    transition:0.2s all linear;
}

.lesson-slide-wrap .tipList a:hover .img-wrap {
    border-color:var(--color-main-red);
    transition:0.2s all linear;
}

.lesson-slide-wrap .tipList a:hover .txt {
    color: var(--color-main-red);
    transition:0.2s all linear;
}

.arrSliderControl { }

.arrSliderControl a {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    width: 38px;
    height: 38px;
    text-indent:-9999px;
}

.arrSliderControl a.arrow_prev_tip {
    background: url('../../img/withsam/main/icon-arr-tip-prev.png');
    left: -3.25rem;
}

.arrSliderControl a.arrow_next_tip {
    background: url('../../img/withsam/main/icon-arr-tip-next.png');
    right: -3.25rem;
}


/* 학급 챌린지 */
.mainChallenge {
    position: relative;
}

.mainChallenge .wrap_inner {
    position: relative;
}

.basic_btn {
    position: absolute;
    right: 0;
    top:0.625rem;
    font-size: 22px;
    background: var(--color-main-bg);
    box-sizing:border-box;
    border-radius:12px;
    padding: 0.85rem 2rem 0.625rem;
    font-family: '배민주아';
    letter-spacing:-0.5px;
    transition:0.2s all linear;
}

.mbBtn.basic_btn {
    display: none;
}

.basic_btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
    margin-top: -5px;
}

.basic_btn:hover {
    background-image: linear-gradient(to right, #ffe4e0, var(--color-sub-bg));
    transition:0.2s all linear;
}

.challenge-wrap {
    display:flex;
    margin-left:calc((100% - var(--width)) / 2);
}

.challenge-wrap .left-con {
    width: 235px;
    height: 260px;
    /*background: var(--color-main-red) url('../../img/withsam/common/icon-withsam.png') 90% 90% no-repeat;*/
    background: var(--color-main-red);
    color: #fff;
    box-sizing:border-box;
    border-radius:20px;
    padding: 1.25rem 1.5rem;
}

.challenge-wrap .left-con a {
    width: 100%;
    height: 100%;
}

.challenge-wrap .left-con .txt {
    font-family: '샌드박스 어그로';
    font-size: 24px;
    letter-spacing:-0.5px;
    line-height: 1.4;
    margin: 0.75rem 0;
}

.challenge-wrap .left-con .txt .p_br {
    display: block;
}

.challenge-wrap .right-con {
    width: calc(100% -  235px - 1.5rem);
    margin-left:1.5rem;
}

.challenge-wrap .right-con .challenge-list-wrap {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.challenge-list {
    display: flex;
   /* flex-direction: row;
    flex-wrap: nowrap;
    will-change: transform;
    transform: translateX(0);width: fit-content;
    overflow: hidden;*/
}

.challenge-list li {
    width: 260px;
    height: 260px;
    margin: 0 0.5rem;
    background: #4b4b4b;
    color: #fff;
    box-sizing:border-box;
    border-radius:20px;
    position: relative;
    overflow: hidden;
}

.challenge-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.challenge-list li:after {
    content: '';
    width: 5rem;
    height: 8rem;
    background: #fff;
    position: absolute;
    right: -1.5rem;
    bottom: -3rem;
    transform: rotate(45deg);
}

.challenge-list li.kor:after {
    background: var(--color-kor);
}

.challenge-list li.math:after {
    background: var(--color-math);
}

.challenge-list li.eng:after {
    background: var(--color-eng);
}

.challenge-list li.soc:after {
    background: var(--color-soc);
}

.challenge-list li.sci:after {
    background: var(--color-sci);
}

.challenge-list li.etc:after {
    background: var(--color-etc);
}

.challenge-list .cate { }

.challenge-list .cate span {
    display: inline-block;
    padding: 7px 1rem 6px;
    border-radius:1rem;
    background: #fff;
    color: #333;
    line-height :1;
    font-weight: 600;
    font-size: 15px;
}

.challenge-list .tag {
    color: #fff;
    margin: 1.125rem 0 1rem;
}

.challenge-list .tag span {
    display: inline-block;
    font-weight: 600;
}

.challenge-list li.kor .tag span {
    color: var(--color-kor);
}

.challenge-list li.math .tag span {
    color: var(--color-math);
}

.challenge-list li.eng .tag span {
    color: var(--color-eng);
}

.challenge-list li.soc .tag span {
    color: var(--color-soc);
}

.challenge-list li.sci .tag span {
    color: var(--color-sci);
}

.challenge-list li.etc .tag span {
    color: var(--color-etc);
}

.challenge-list .cate span + span, .challenge-list .tag span + span {
    margin-left: 0.5rem;
}

.challenge-list .txt {
    font-family: '티몬소리';
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    text-shadow: 0 3px 3px rgba(0,0,0,0.5);
}

.challenge-list .trophy {
    position: absolute;
    right: 0.25rem;
    bottom:0.5rem;
    z-index: 5;
}

.swiper-wrapper {
    transition-timing-function: linear;
}


@keyframes flowRolling {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}


/* Best 수업 노하우 */
.flex-wrap {
    display:flex;
    justify-content: space-between;
}

.flex-wrap .flex-con {
    width: calc(50% - 2rem);position: relative;
}

.flex-wrap .flex-con .section-title {
    border-bottom:1px solid #000;
    margin-bottom: 0.875rem;
    padding-bottom: 0.375rem;
}

.flex-wrap .flex-con .sec_more {
    position: absolute;
    right: 0;
    top: 0.625rem;
    transition:0.3s all linear;
}

.flex-wrap .flex-con .sec_more:hover {
    transform:rotate(180deg);
    transition:0.3s all linear;
}

.tab-wrap {
    display:flex;
    margin-bottom: 1.25rem;
}

.tab-wrap .tab {
    font-weight: 600;
    transition:0.2s all linear;
}

.tab-wrap .tab.on {
    color: var(--color-main-red);
}

.tab-wrap .tab:hover {
    color: var(--color-main-red);
    transition:0.2s all linear;
}

.tab-wrap li + li {
    position: relative;
    padding-left: 1.25rem;
    margin-left: 1rem;
}

.tab-wrap li + li:before {
    content:'|';
    position: absolute;
    left: 0;
    top: 0;
}

.tab-con { }

.tab-con .tabCon {
    display: none;
}

.tab-con .tabCon.on {
    display: block;
}

.know-how-list {
    min-height: 500px;
}

.know-how-list .know-how-item a {
    display:flex;
    align-items: center;
}

.know-how-list .know-how-item + .know-how-item {
    margin-top: 1rem;
}

.know-how-list .know-how-item .img-wrap {
    width: 185px;
    border-radius:10px;
    box-sizing:border-box;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    padding-top: 111px;
}

.know-how-list .know-how-item .img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.know-how-list .know-how-item .info-wrap {
    width: calc(100% - 185px);
    padding-left: 1.5rem;
}

.know-how-list .know-how-item .info-wrap .cate { }

.know-how-list .know-how-item .info-wrap .cate span {
    font-size: 15px;
    line-height: 1;
    padding: 3px 1rem;
    border-radius:1rem;
    color: #fff;
    background: var(--color-main-red);
}

.know-how-list .know-how-item .info-wrap .cate span.kor {
    background: var(--color-kor);
}

.know-how-list .know-how-item .info-wrap .cate span.eng {
    background: var(--color-eng);
}

.know-how-list .know-how-item .info-wrap .cate span.math {
    background: var(--color-math);
}

.know-how-list .know-how-item .info-wrap .cate span.soc {
    background: var(--color-soc);
}

.know-how-list .know-how-item .info-wrap .cate span.sci {
    background: var(--color-sci);
}

.know-how-list .know-how-item .info-wrap .sm-tit {
    font-size: 15px;
    color: #888;
    margin:0.25rem 0;
}

.know-how-list .know-how-item .info-wrap .tit {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing:-0.5px;
    font-size: 20px;
    transition: 0.2s all linear;
    line-height: 1.2;
}

.know-how-list .know-how-item .info-wrap .tag span {
    display: inline-block;
    color: #888;
    font-size: 15px;
}

.know-how-list .know-how-item .info-wrap .tag span + span {
    margin-left: 0.5rem;
}

.know-how-list .know-how-item a:hover .info-wrap .tit {
    color: var(--color-sub-red);
    transition: 0.2s all linear;
}



/* 슬기로운 교사생활 */
.interviewList {
    display: flex;
}

.interviewList > div {
    width: calc(50% - 12px);
}

.interviewList .left-con { }

.interviewList .interview-item {
    box-sizing:border-box;
    border:1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.interviewList .interview-item .img-wrap {
    position: relative;
    height: 181px;
}

.interviewList .left-con .interview-item .img-wrap {
    height: 377px;
}

.interviewList .interview-item .img-wrap > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    filter:grayscale(1);transition: 0.2s all linear;
}

.interviewList .interview-item .img-wrap:before {
    content:'';
    width: 80px;
    height: 80px;
    background: url('../../img/withsam/main/icon-play.png') center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: contain;
    z-index: 1;
}

.interviewList .interview-item .data-wrap {
    box-sizing: border-box;
    padding: 1.5rem 1.25rem;
}

.interviewList .interview-item .data-wrap .txt {
    font-family: '코트라볼드';
    font-size: 20px;
    color: #888;
    line-height: 1.3;
}

.interviewList .interview-item .data-wrap .txt.txt-red {
    color: var(--color-main-red);
}

.interviewList .interview-item .data-wrap .txt strong {
    color: #333;
    font-size: 22px;
    display: inline-block;
    /*margin-left: 0.25rem;*/
    font-family: '코트라볼드';
}

.interviewList .interview-item .data-wrap .desc {
    color: #838383;
    line-height: 1.6;
    margin-top: 1rem;text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: calc(1.6em * 5);
}

.interviewList .interview-item .data-wrap .desc p {
    line-height: 1.6;
}

.interviewList .right-con {
    margin-left: 24px;
    display: flex;
    flex-wrap: wrap;
}

.interviewList .right-con .interview-item {
    width: calc(50% - 12px);

}

.interviewList .right-con .interview-item:nth-child(2n) {
    margin-left: 24px;
}

.interviewList .right-con .interview-item:nth-child(1), .interviewList .right-con .interview-item:nth-child(2) {
    margin-bottom: 24px;
}

.interviewList .right-con .interview-item .img-wrap:before {
    width: 60px;
    height: 60px;
}

.interviewList .right-con .interview-item .data-wrap {
    position: relative;
    padding: 1.375rem 1.25rem;
}

.interviewList .right-con .interview-item .data-wrap .txt {
    font-size: 18px;
    font-family: inherit;
    color: #333;
    font-weight: 600;
    width: calc(100% - 85px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.interviewList .right-con .interview-item .data-wrap .teacher {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    color: #666;
    letter-spacing: -0.5px;
}

.interviewList .right-con .interview-item .data-wrap .desc {
    height: calc(1.4em * 2);
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0.75rem;
}

.interviewList .interview-item:hover .img-wrap img {
    filter:none;
    transition: 0.2s all linear;
}

.interviewList .interview-item:hover .data-wrap .desc {
    color: #333;
}



/* 함께 공유하는 슬기롭고 따뜻한, 지금 우리 교실은 */
.mainClass { }

.mainClass .lesson-slide-wrap {
    position: relative;
}

.mainClass .arrSliderControl a {
    width: 16px;
    height: 24px;
}

.mainClass .arrSliderControl a.arrow_prev_class {
    background: url('../../img/withsam/main/icon-arr-prev2.png');
    left: -3.25rem;
}

.mainClass .arrSliderControl a.arrow_next_class {
    background: url('../../img/withsam/main/icon-arr-next2.png');
    right: -3.25rem;
}

.classList {
    display: flex;
    width: calc(100% + 2rem);
    margin-left: -1rem;
}

.classList li {
    width: calc((100% - ((2rem + 2px) * 4)) / 4);
    margin: 0 calc(1rem + 1px);
    box-sizing: border-box;
    border:1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    padding: 0.5rem;
    transition:0.2s all linear;
}

.classList li .img-wrap {
    box-sizing: border-box;
    border-radius: 17px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    padding-top: 9.125vw;
}

.classList li .img-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
}

.classList li .info-wrap {
    padding: 1.125rem 0.5rem 0.5rem;
    position: relative;
}

.classList li .info-wrap .txt {
    font-weight: 600;
    text-align: center;
    color: #111;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition:0.2s all linear;
}

.classList li .info-wrap .desc {
    color: #999;
    margin:0.625rem 0 1rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: calc(1.4em * 3);
    transition:0.2s all linear;
}

.classList li .info-wrap .writer {
    text-align: right;
    color: #666;
    letter-spacing: -0.5px;
}

.classList li .info-wrap .writer img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 0.25rem;
}

.classList li .info-wrap .like {
    cursor: pointer;
    position: absolute;
    left: 0.5rem;
    bottom:0.5rem;
}

.classList li .info-wrap .like span {
    width: 16px;
    height: 14px;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 3px;
    background: url('../../img/withsam/common/icon-heart-off.png');
    vertical-align: middle;
    margin-top: -3px;
}

.classList li .info-wrap .like.on span {
    background: url('../../img/withsam/common/icon-heart-on.png');
}

.classList li:hover .txt {
    color: var(--color-main-red);
    transition:0.2s all linear;
}

.classList li:hover .desc {
    color: #333;
    transition:0.2s all linear;
}



/* 이벤트, 공지사항 */
.mainNotice .flex-wrap .flex-con .section-title {
    margin-bottom: 1.5rem;
}

.noticeList { }

.noticeList li a {
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
}

.noticeList li + li {
    margin-top: 0.625rem;
}

.noticeList li .cate {
    width: 55px;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--color-main-red);
    border:1px solid var(--color-sub-red);
    border-radius: 1rem;
    text-align: center;
}

.noticeList.notice li .cate {
    border-color: #41b965;
    color: #41b965;
}

.noticeList li .tit {
    width: calc(100% - 90px - 55px);
    padding: 0 0.625rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.noticeList li .date {
    width: 90px;
    color: #888;
    text-align: right;
    letter-spacing: -0.5px;
}

.noticeList li a:hover .tit {
    font-weight: 600;
    text-decoration: underline;
}


/* 반응형 */
@media(max-width:1500px){

    /* mainvisual */
    .mainVisual .visualSlideList a div {
        padding-top: 35vw;
    }

    /* 수업꿀팁 */
    .lesson-slide-wrap .tipList {
        width: calc(100% - 4rem);
        left: 2rem;
    }
    .arrSliderControl a.arrow_prev_tip {
        left: 2px;
    }
    .arrSliderControl a.arrow_next_tip {
        right: 2px;
    }
    .lesson-slide-wrap .tipList li {
        padding: 0 1rem;
    }
    .tab-con .lesson-slide-wrap {
        height: 235px;
    }

    /* 지금 우리 교실은 */
    .classList {
        width: calc(100% + 2.5rem);
        margin-left: -1.25rem;
    }
    .classList li {
        width: calc((100% - ((1.25rem + 2px) * 4)) / 4);
    }
    .classList li .img-wrap {
        padding-top: 11.665vw;
    }
    .mainClass .arrSliderControl a.arrow_prev_class {
        left: 0;
    }
    .mainClass .arrSliderControl a.arrow_next_class {
        right: -0.25rem;
    }
}

@media(max-width:1360px){

    /* quick */
    .mainQuickMenu .quickMenuList li .img-wrap {
        width: 55px;
        margin-right:0.75rem;
    }
    .mainQuickMenu .quickMenuList li .txt {
        width: calc(100% - 55px - 0.75rem);
    }
    .mainQuickMenu .quickMenuList li .txt strong {
        font-size: 17px;
    }
    .mainQuickMenu .quickMenuList li .txt small {
        font-size: 15px;
        letter-spacing: -1px;
    }

    /* 수업꿀팁 */
    .section-title-wrap .section-title-img img {
        max-width: 100%;
    }

    /* 혁신챌린지 */
    .challenge-wrap {
        margin-left: 2%;
    }

 }

@media(max-width:1200px){

    /* mainvisual */
    .mainVisual .arrSliderControl {
        padding: 0.5rem 1rem;
        bottom: 3rem;
    }
    .mainVisual .arrSliderControl p {
        font-size: 18px;
    }
    .mainVisual .arrSliderControl a {
        width: 20px;
        height: 16px;
        background-size:contain !important;
    }
    .mainVisual .arrSliderControl .state {
        width: 20px;
        height: 20px;
    }

    /* quick */
    .mainQuickMenu .quickMenuList li {
        width: calc((100% - (1rem * 3)) / 4);
        margin-right: 1rem;
    }
    .mainQuickMenu .quickMenuList li a {
        padding: 1rem 0.75rem;
    }
    .mainQuickMenu .quickMenuList li .img-wrap {
        width: 45px;
        margin-right:0.5rem;
    }
    .mainQuickMenu .quickMenuList li .txt {
        width: calc(100% - 45px - 0.5rem);
    }
    .mainQuickMenu .quickMenuList li .txt strong {
        font-size: 16px;
    }
    .mainQuickMenu .quickMenuList li .txt small {
        font-size: 14px;
    }

    /* 수업꿀팁 */
    .section-title {
        font-size: 24px;
    }
    .section-title small {
        font-size: 16px;
    }
    .section-title-wrap {
        margin-bottom: 1.25rem;
    }
    .lesson .tab-wrap .tab {
        font-size: 20px;
        padding: 0.625rem 2rem;
    }
    .lesson .tab-wrap {
        top:-3.375rem;
    }
    .lesson-slide-wrap .tipList li {
        padding: 0 0.75rem;
    }
    .arrSliderControl a {
        width: 30px;
        height: 30px;
        background-size: cover !important;
    }

    /* 혁신챌린지 */
    .basic_btn {
        font-size: 20px;
        top:0;
    }
    .basic_btn img {
        width: 28px;
        margin-top: -3px;
    }
    .challenge-wrap .left-con .txt {
        font-size: 22px;
    }
    .challenge-list .txt {
        font-size: 22px;
    }
    .challenge-list .cate span {
        font-size: 14px;
    }
    .challenge-list .tag {
        margin: 1rem 0 0.75em;
    }

    /* Best */
    .flex-wrap .flex-con {
        width: calc(50% - 1rem);
    }
    .know-how-list .know-how-item .info-wrap .cate span {
        font-size: 14px;
        padding: 3px 0.75rem;
    }
    .know-how-list .know-how-item .info-wrap .tit {
        font-size: 18px;
    }
    .know-how-list .know-how-item .info-wrap .sm-tit,
    .know-how-list .know-how-item .info-wrap .tag span {
        font-size: 14px;
    }

    /* 인터뷰 */
    .interviewList .interview-item .data-wrap .txt {
        font-size: 18px;
    }
    .interviewList .interview-item .data-wrap .txt strong {
        font-size: 20px;
    }
    .interviewList .interview-item .data-wrap .desc,
    .interviewList .right-con .interview-item .data-wrap .desc {
        margin-top: 0.5rem;
    }
    .interviewList .interview-item .data-wrap {
        padding: 1.5rem 1.25rem 1.25rem;
    }
    .interviewList .left-con .interview-item .img-wrap {
        height: 318px;
    }
    .interviewList .interview-item .img-wrap {
        height: 152px;
    }
    .interviewList .right-con .interview-item .data-wrap {
        padding: 1.25rem 1.25rem 1.125rem;
    }

}

@media(max-width:1024px){

    /* quick */
    .mainQuickMenu .quickMenuList li .img-wrap {
        display: none;
    }
    .mainQuickMenu .quickMenuList li .txt {
        width: 100%;
        text-align: center;
    }
    .mainQuickMenu .quickMenuList li .txt strong {
        font-size: 17px;
    }

    /* 지금 우리 교실은 */
    .classList li {
        width: calc((100% - ((1.25rem + 2px) * 3)) / 3);
    }
    .classList li .img-wrap {
        padding-top: 15.821vw;
    }

    /* 인터뷰 */
    .interviewList .left-con .interview-item .img-wrap {
        height: 271px;
    }
    .interviewList .interview-item .img-wrap {
        height: 128px;
    }


}

@media(max-width:970px){

    /* mainvisual */
    .mainVisual .visualSlideList a div {
        padding-top: 35vw;
    }
    .mainVisual .arrSliderControl {
        bottom: 2rem;
    }
    .mainVisual .arrSliderControl p {
        font-size: 16px;
    }

    /* quick */
    .mainQuickMenu .quickMenuList li .txt strong {
        font-size: 16px;
    }
    .mainQuickMenu .quickMenuList li .txt small {
        font-size: 13px;
    }

    /* 수업꿀팁 */
    .section-title {
        font-size: 22px;
    }
    .section-title small {
        font-size: 15px;
    }
    .section-title-wrap .section-title-img {
        width: 55px;
    }
    .section-title-wrap {
        margin-bottom: 1rem;
    }
    .lesson .tab-wrap .tab {
        font-size: 19px;
    }
    .lesson .tab-wrap {
        top:-3.25rem;
    }

    /* 혁신챌린지 */
    .basic_btn {
        font-size: 17px;
        padding: 0.85rem 1.375rem 0.625rem;
    }
    .basic_btn img {
        width: 25px;
    }
    .challenge-wrap .left-con {
        width: 220px;
        height: 240px;
        /*background-size:85px 72px;*/
    }
    .challenge-wrap .left-con .txt {
        font-size: 20px;
    }
    .challenge-wrap .right-con {
        width: calc(100% -  220px - 1.5rem);
    }
    .challenge-list li {
        width: 240px;
        height: 240px;
    }
    .challenge-list .cate span {
        font-size: 13px;
    }
    .challenge-list .tag {
        margin: 0.75rem 0 0.625em;
        font-size: 15px;
    }
    .challenge-list .txt {
        font-size: 20px;
    }
    .challenge-list .trophy {
        width: 75px;
    }

    /* Best */
    .flex-wrap {
        flex-wrap: wrap;
    }
    .flex-wrap .flex-con {
        width: 100%;
    }
    .flex-wrap .flex-con + .flex-con {
        margin-top:3.75rem;
    }
    .flex-wrap .flex-con .sec_more {
        top:0.375rem;
    }
    .know-how-list {
        min-height: auto;
    }

    /* 인터뷰 */
    .interviewList > div {
        width: 50%;
    }
    .interviewList .interview-item .data-wrap .txt {
        font-size: 17px;
    }
    .interviewList .interview-item .data-wrap .txt strong {
        font-size: 18px;
    }
    .interviewList .right-con {
        margin-left: 16px;
    }
    .interviewList .right-con .interview-item {
        width: calc(50% - 8px);
    }
    .interviewList .right-con .interview-item:nth-child(1), .interviewList .right-con .interview-item:nth-child(2) {
        margin-bottom: 16px;
    }
    .interviewList .right-con .interview-item:nth-child(2n) {
        margin-left: 16px;
    }
    .interviewList .interview-item .img-wrap:before {
        width: 60px;
        height: 60px;
    }
    .interviewList .right-con .interview-item .img-wrap:before {
        width: 40px;
        height: 40px;
    }
    .interviewList .interview-item .data-wrap .desc,
    .interviewList .right-con .interview-item .data-wrap .desc {
        font-size: 14px;
    }
    .interviewList .right-con .interview-item .data-wrap .txt {
        font-size: 16px;
    }
    .interviewList .right-con .interview-item .data-wrap .teacher {
        font-size: 15px;
    }
    .interviewList .interview-item .data-wrap .desc {
        margin-top: 0.75rem;
    }
    .interviewList .left-con .interview-item .img-wrap {
        height: 258px;
    }
    .interviewList .interview-item .img-wrap {
        height: 124px;
    }

}

@media(max-width:768px){

    .main_page .section {
        margin-bottom: 2.5rem;
    }

    /* quick */
    .mainQuickMenu .quickMenuList {
        flex-wrap:wrap;
    }
    .mainQuickMenu .quickMenuList li {
        width: calc((100% - 1rem) / 2);
    }
    .mainQuickMenu .quickMenuList li:nth-child(2n) {
        margin-right: 0;
    }
    .mainQuickMenu .quickMenuList li:nth-child(3),
    .mainQuickMenu .quickMenuList li:nth-child(4) {
        margin-top:1rem;
    }
    .mainQuickMenu .quickMenuList li .img-wrap {
        display: block;
        width: 60px;
        margin-right: 0.75rem;
    }
    .mainQuickMenu .quickMenuList li .txt strong {
        font-size: 18px;
    }
    .mainQuickMenu .quickMenuList li .txt small {
        font-size: 15px;
    }
    .mainQuickMenu .quickMenuList li a {
        padding: 1rem;
    }
    .mainQuickMenu .quickMenuList li .txt {
        width: auto;
        text-align: left;
    }

    /* 수업꿀팁 */
    .section-title {
        font-size: 20px;
    }
    .section-title small {
        font-size: 14px;
    }
    .section-title-wrap .section-title-img {
        width: 50px;
        margin-right: 0.75rem;
    }
    .lesson-slide-wrap .tipList {
        width: calc(100% - 2rem);
        left: 1rem;
        flex-wrap:wrap;
    }
    .lesson-slide-wrap .tipList li {
        padding: 0 1rem;
        width: calc(100% / 2);
    }
    .lesson-slide-wrap .tipList li:first-child,
    .lesson-slide-wrap .tipList li:nth-child(2) {
        margin-bottom: 1.5rem;
    }
    .lesson .tab-wrap {
        top:-2.875rem;
    }
    .lesson .tab-wrap .tab {
        font-size: 17px;
        padding: 0.5rem 1.5rem;
    }
    .lesson-slide-wrap .arrSliderControl {
        display: none;
    }

    .lesson-slide-wrap .tipList .img-wrap {
        padding-top: 24.3vw;
    }

    /* 혁신챌린지 */
    .basic_btn {
        font-size: 15px;
        padding: 0.375rem 1.375rem;
        top: 3.85rem;
    }
    .basic_btn img {
        width: 20px;
        margin-right: 0.5rem;
        margin-top: -1px;
    }
    .challenge-wrap {
        display: block;
    }
    .challenge-wrap .left-con {
        width: 286px;
        height: auto;
        background-image: none;
        padding: 0.5rem 0;
        border-radius: 12px;
    }
    .challenge-wrap .left-con a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .challenge-wrap .left-con a img {
        width: 20px;
    }
    .challenge-wrap .left-con .txt {
        font-size: 15px;
        margin: 0.25rem 0 0 0.375rem;
        line-height: 1;
    }
    .challenge-wrap .left-con .txt .p_br {
        display: inline-block;
    }
    .challenge-wrap .right-con {
        width: 100%;
        margin-left: -2%;
        margin-top: 1rem;
    }

    /* Best */
    .know-how-list .know-how-item .info-wrap .cate span {
        font-size: 13px;
    }
    .know-how-list .know-how-item .img-wrap {
        width: 165px;
        padding-top: 99px;
    }
    .know-how-list .know-how-item .info-wrap {
        width: calc(100% - 165px);
        padding-left: 1.125rem;
    }
    .flex-wrap .flex-con .sec_more {
        top:0.25rem;
        width: 22px;
    }
    .flex-wrap .flex-con + .flex-con {
        margin-top: 2.5rem;
    }

    /* 인터뷰 */
    .interviewList {
        display: block;
    }
    .interviewList > div {
        width: 100%;
    }
    .interviewList .right-con {
        margin-left: 0;
        margin-top: 1rem;
    }
    .interviewList .left-con .interview-item .img-wrap {
        height: auto;
    }
    .interviewList .left-con .interview-item .img-wrap img {
        position: inherit;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        min-height: 100px;
    }
    .interviewList .interview-item .img-wrap:before {
        width: 80px;
        height: 80px;
    }
    .interviewList .right-con .interview-item .img-wrap:before {
        width: 60px;
        height: 60px;
    }
    .interviewList .interview-item .img-wrap {
        height: 200px;
    }

    /* 지금 우리 교실은 */
    .classList {
        width: calc(100% + 1.5rem);
        margin-left: -0.75rem;
    }
    .classList li {
        width: calc((100% - ((0.75rem + 2px) * 2)) / 2);
        margin: 0 0.75rem;
    }
    .classList li .img-wrap {
        padding-top: 25.131vw;
    }

    /* 이벤트 */
    .noticeList li .cate {
        font-size: 14px;
        width: 50px;
    }
    .noticeList li .tit {
        width: calc(100% - 85px - 50px);
    }
    .noticeList li .date {
        width: 85px;
    }

}

@media(max-width:640px){

    /* mainvisual */
    .mainVisual .arrSliderControl {
        bottom: 1.5rem;
        padding: 0.5rem 0.75rem;
    }
    .mainVisual .arrSliderControl p {
        font-size: 15px;
    }
    .mainVisual .arrSliderControl a {
        width: 16px;
        height: 13px;
        margin: 0 0.25rem;
    }
    .mainVisual .arrSliderControl p.totalSlide:before {
        width: 5px;
        height: 5px;
        margin-right: 0.625rem;
    }
    .mainVisual .arrSliderControl .state {
        width: 16px;
        height: 16px;
    }

    /* quick */
    .mainQuickMenu .quickMenuList li .img-wrap {
        width: 45px;
        margin-right: 0.5rem;
    }
    .mainQuickMenu .quickMenuList li .txt strong {
        font-size: 15px;
    }
    .mainQuickMenu .quickMenuList li .txt small {
        font-size: 13px;
    }
    .mainQuickMenu .quickMenuList li a {
        padding: 1rem 0.5rem;
    }

    /* 수업꿀팁 */
    .section-title-wrap {
        margin-bottom: 0.875rem;
    }
    .math-tip .section-title-wrap {
        margin-bottom: 0.25rem;
    }
    .section-title small {
        font-size: 14px;
    }
    .section-title-wrap .section-title-img {
        width: 45px;
        margin-right: 0.625rem;
    }
    .lesson .tab-wrap {
        top: auto;
        position: inherit;
        margin-bottom: 0;
        justify-content: end;
    }
    .lesson .tab-wrap .tab {
        font-size: 15px;
        padding: 0.375rem 1.5rem;
        border-radius: 1rem 1rem 0 0;
        border-bottom: none;
    }
    .lesson .tab-con {
        padding: 1.25rem 0;
    }

    .lesson-slide-wrap .tipList li {
        padding: 0 0.5rem;
    }
    .lesson-slide-wrap .tipList li:first-child, .lesson-slide-wrap .tipList li:nth-child(2) {
        margin-bottom: 1.25rem;
    }
    .lesson-slide-wrap .tipList .txt {
        margin-top: 0.5rem;
    }
    .arrSliderControl a {
        width: 25px;
        height: 25px;
    }

    /* 혁신챌린지 */
    .pcBtn.basic_btn {
        display: none;
    }
    .btnWrap {
        text-align: right;
        padding-right: 2%;
        margin-top: 1rem;
    }
    .mbBtn.basic_btn {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
    }
    .challenge-wrap {
        /*padding-bottom: 3.125rem;*/
    }
    .challenge-wrap .left-con {
        width: 98%;
        padding: 0.625rem 0;
        border-radius: 2rem;
    }
    .challenge-wrap .left-con .txt {
        padding: 0 0 0 0.5rem;
    }
    .challenge-list li {
        width: 200px;
        height: 200px;
    }
    .challenge-list li:after {
        width: 4rem;
    }
    .challenge-list .cate span {
        font-size: 12px;
        padding: 5px 0.75rem 5px;
    }
    .challenge-list .tag {
        font-size: 14px;
        letter-spacing: -0.5px;
    }
    .challenge-list .txt {
        font-size: 17px;
    }
    .challenge-list .trophy {
        width: 60px;
    }

    /* Best */
    .know-how-list .know-how-item .info-wrap .sm-tit, .know-how-list .know-how-item .info-wrap .tag span {
        font-size: 13px;
    }
    .know-how-list .know-how-item .info-wrap .sm-tit {
        margin-top: 0.375rem;
    }
    .know-how-list .know-how-item .info-wrap .tit {
        font-size: 17px;
    }
    .flex-wrap .flex-con .sec_more {
        top: 0;
        width: 20px;
    }
    .tab-wrap li + li {
        padding-left: 1rem;
        margin-left: 0.75rem;
    }

    /* 인터뷰 */
    .interviewList .interview-item .img-wrap {
        height: 166px;
    }
    .interviewList .interview-item .img-wrap:before {
        width: 70px;
        height: 70px;
    }
    .interviewList .right-con .interview-item .img-wrap:before {
        width: 50px;
        height: 50px;
    }
    .interviewList .interview-item .data-wrap .desc {
        margin-top: 0.5rem;
    }
    .interviewList .right-con .interview-item .data-wrap .txt {
        width: 100%;
    }
    .interviewList .right-con .interview-item .data-wrap .teacher {
        font-size: 14px;
        position: inherit;
        right: auto;
        top: auto;
        text-align: right;
        margin-top: 0.25rem;
    }

    /* 지금 우리 교실은 */
    .classList {
        width: calc(100% + 1rem);
        margin-left: -0.5rem;
    }
    .classList li {
        width: calc((100% - ((0.5rem + 2px) * 2)) / 2);
        margin: 0 0.5rem;
    }
    .classList li .img-wrap {
        padding-top: 25.131vw;
    }

    .classList li .info-wrap .desc {
        margin: 0.5rem 0 0.75rem;
    }
    .classList li .info-wrap .txt {
        font-size: 15px;
    }


}

@media(max-width:480px){

    /* mainvisual */
    .mainVisual.pc {
        display: none;
    }
    .mainVisual.mb {
        display: block;
    }

    .mainVisual.mb .visualSlideList a div {
        padding-top: 0;
    }
    .mainVisual .arrSliderControl {
        left: 2vw;
        bottom: 1.25rem;
        padding: 0.375rem 0.75rem 0.25rem;
    }
    .mainVisual .arrSliderControl p {
        font-size: 13px;
    }
    .mainVisual .arrSliderControl a {
        width: 14px;
        height: 11px;
        margin: 0;
        margin-top:-2px;
    }
    .mainVisual .arrSliderControl p.totalSlide:before {
        width: 4px;
        height: 4px;
        margin-right: 0.5rem;
    }
    .mainVisual .arrSliderControl p.totalSlide {
        margin-left: 0.125rem;
    }
    .mainVisual .arrSliderControl .state {
        vertical-align: middle;
        margin-left: 0.5rem;
        width: 14px;
        height: 14px;
    }

    /* quick */
    .mainQuickMenu .quickMenuList li {
        width: calc((100% - 12px) / 2);
        margin-right: 12px;
    }
    .mainQuickMenu .quickMenuList li:nth-child(3), .mainQuickMenu .quickMenuList li:nth-child(4) {
        margin-top: 12px;
    }
    .mainQuickMenu .quickMenuList li .img-wrap {
        display: none;
    }
    .mainQuickMenu .quickMenuList li .txt {
        width: 100%;
        text-align: center;
    }


    /* 수업꿀팁 */
    .section-title-wrap {
        align-items: center;
    }
    .section-title {
        font-size: 18px;
        letter-spacing: -0.5px;
    }
    .section-title small {
        font-size: 13.5px;
    }
    .lesson .tab-wrap .tab {
        font-size: 14px;
        padding: 0.375rem 1.375rem;
        border-radius: 12px 12px 0 0;
    }
    .lesson .tab-con {
        padding: 1rem 0;
        border-radius: 12px 0 12px 12px;
    }
    .lesson-slide-wrap .tipList li:first-child, .lesson-slide-wrap .tipList li:nth-child(2) {
        margin-bottom: 1rem;
    }
    .arrSliderControl a {
        width: 22px;
        height: 22px;
    }
    .lesson-slide-wrap .tipList {
        width: calc(100% - 1rem);
        left: 0.5rem;
    }

    /* 혁신챌린지 */
    .challenge-wrap .left-con {
        padding:0.5rem 0;
    }
    .challenge-wrap .left-con .txt {
        padding: 0.125rem 0 0 0.125rem;
        font-size: 15px;
    }
    .challenge-wrap .left-con a img {
        width: 22px;
    }
    .basic_btn {
        font-size: 16px;
        padding: 0.5rem 1.5rem 0.375rem
    }
    .basic_btn img {
        margin-right: 0.75rem;
    }


    /* Best */
    .know-how-list .know-how-item .img-wrap {
        width: 130px;
        height: 78px;
        padding-top: 77px;
    }
    .know-how-list .know-how-item .info-wrap {
        width: calc(100% - 130px);
        padding-left: 1rem;
    }
    .know-how-list .know-how-item .info-wrap .cate span {
        font-size: 12px;
        padding: 3px 0.625rem
    }
    .know-how-list .know-how-item .info-wrap .cate {
        display: inline-block;
    }
    .know-how-list .know-how-item .info-wrap .sm-tit {
        margin-top: 0.125rem;
        margin-left: 0.25rem;
        display: inline-block;
    }
    .know-how-list .know-how-item .info-wrap .tit {
        font-size: 16px;
        margin-top: 0.25rem;
    }
    .know-how-list .know-how-item .info-wrap .tag {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .tab-wrap li + li {
        padding-left: 0.75rem;
        margin-left: 0.5rem;
    }
    .tab-wrap .tab {
        letter-spacing: -0.5px;
    }

    /* 인터뷰 */
    .interviewList .interview-item .img-wrap {
        height: 122px;
    }
    .interviewList .interview-item .img-wrap:before {
        width: 60px;
        height: 60px;
    }
    .interviewList .right-con .interview-item .img-wrap:before {
        width: 40px;
        height: 40px;
    }
    .interviewList .interview-item .data-wrap {
        padding: 1.375rem 1rem 1.125rem;
    }
    .interviewList .right-con .interview-item .data-wrap {
        padding: 1rem 0.875rem;
    }
    .interviewList .interview-item .data-wrap .txt {
        font-size: 15px;
        line-height: 1.2;
    }
    .interviewList .interview-item .data-wrap .txt strong {
        font-size: 15px;
        margin-left: 0;
    }
    .interviewList .interview-item .data-wrap .desc, .interviewList .right-con .interview-item .data-wrap .desc {
        font-size: 13px;
    }
    .interviewList .right-con .interview-item .data-wrap .txt {
        font-size: 15px;
    }
    .interviewList .interview-item {
        border-radius: 12px;
    }

    /* 지금 우리 교실은 */
    .classList li {
        width: calc(100% - (0.5rem + 2px));
    }
    .classList li .img-wrap {
        padding-top: 53.237vw;
    }

    /* 이벤트 */
    .noticeList li .cate {
        font-size: 13px;
        width: 45px;
        margin-top: 1px;
    }
    .noticeList li .tit {
        width: calc(100% - 80px - 45px);
        padding: 0 0 0 0.5rem;
        font-size: 15px;
    }
    .noticeList li .date {
        width: 80px;
    }

}

@media(max-width:385px){

    .section-title {
        font-size: 16px;
        line-height: 1;
    }
    .mainBest .section-title,
    .mainNotice .section-title {
        font-size: 17px;
        line-height: 1.6;
    }
    .section-title span {
        line-height: 1;
    }
    .mainBest .section-title span,
    .mainNotice .section-title span {
        line-height: 1.6;
    }
    .section-title small {
        margin-top: 0.25rem;
    }
    .section-title-wrap .section-title-img {
        width: 40px;
    }

    /* 혁신챌린지 */
    .basic_btn {
        top:21.375rem;
    }

    /* 인터뷰 */
    .interviewList .interview-item .img-wrap {
        height: 95px;
    }
    .interviewList .interview-item .img-wrap img {
        width: 100%;
        height: 100%;
    }
    .interviewList .interview-item .img-wrap:before {
        width: 50px;
        height: 50px;
    }
    .interviewList .right-con .interview-item .img-wrap:before {
        width: 30px;
        height: 30px;
    }


}




