/*--------------------------------------------------------------------------

메인 CSS
※ Ctrl + F 키워드 검색해서 찾아주세요.※

[ 공통타이틀 ]
[ 메인 슬라이드 ]
[ 전체 패딩 값 ]
[ 배너영역 ]
[ KCI 중국어학원 특장점 ]
[ KCI 중국어 학원만의 차별화된 커리큘럼 ]
[ 리쌤의 인강 풀패키지 ]
[ 샘플영상 ]
[ KCI 교재 ]
[ KCI 수강후기 ]

--------------------------------------------------------------------------*/
.indexLayout{
    font-family:'scDream', 'Noto Sans KR', "돋움", Dotum, Arial, sans-serif;
    color:#111;
    letter-spacing: -0.6px;
}
.mobile_box{display: none;}
.p_box{display:block;}
@media screen and (max-width:768px) {
    .none_mobile_box{display: none;}
    .mobile_box{display: block;}
    .p_box{display:none;}
}
/*====================================
          [ 공통타이틀 ]
====================================*/
.page-title{
    font-size:42px;
    font-weight: 700;
    color:#111;
    text-align: center;
    margin-bottom: 40px;
}
.page-title span{}
.sec_exp{
    font-size:26px;
    text-align:center;
    color:#111;
    font-weight: 300;
    margin-bottom: 13px;
}
.indexLayout{max-width: 2000px; margin: auto;}
@media all and (max-width:990px) {
    .page-title{
        font-size:36px;
    }
    .sec_exp{
        font-size:22px;
    }
}
@media all and (max-width:768px) {
    .sec_exp{
        font-size:16px;
        margin-bottom:8px;
    }
    .page-title{
        font-size:23px;
        margin-bottom:20px;
    }
}


/*====================================
          [ 메인 슬라이드 ]
====================================*/
.slideSection{height:600px; position:relative;}
.mobile_visual{display: none !important;}
/********** SLIDER **********/

.indexLayout .slide:first-child { display: block;}
/********** TEXT **********/
.indexLayout .slideImg{}
.indexLayout .slideImg{}
.indexLayout .slideImg img {
    display: block;
    height: auto;
    float: left;
    width: auto;
    border: 0;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides{width:100%;position:absolute; height:600px;}
.rslides li{width:100%;height:100%;}
.callbacks_tabs{
    position:absolute;
    z-index:9;
    bottom: 20px;
    width:100%;
    text-align:center;
    height:12px;
    line-height:0;
}
.callbacks_tabs li{
    display:inline-block;
    margin:0 5px;
    line-height:12px;
    height:12px;
}
.callbacks_tabs li a{
    text-indent:-999px;
    width:12px;
    height:12px;
    background:rgba(255,255,255,0.3);
    font-size:0;
    display:inline-block;
    border-radius:50px;
    box-sizing:border-box;
    transition: all 1s ease;
}
.callbacks_tabs li.callbacks_here{}
.callbacks_tabs li.callbacks_here a{background:rgba(212,40,30,1);}

.navWrap{width:1150px;margin:0 auto 0; position: absolute; top:190px; left:50%;margin-left:-575px;z-index: 99;}
.callbacks_nav{width:34px; height:52px; text-indent:-9999px;}
.callbacks_nav.prev{background:url('../images/main/slide_prev.png')no-repeat;float:left;}
.callbacks_nav.next{background:url('../images/main/slide_next.png')no-repeat;float:right;}

@media all and (max-width:990px) {
    .rslides,
    .slideSection{height:520px;}


    .callbacks_tabs{bottom:20px;}
}

@media all and (max-width:768px) {
    .pc_visual{display: none !important;}
    .mobile_visual{display: block !important;}
    .rslides, .slideSection,
    .indexLayout .slide{height: 0;padding-bottom:112%;}
    .slideSection .slide{}
    .slideSection .slide .mobile_visual{position:absolute;}
}
/*====================================
      [ 전체 패딩 값 ]
====================================*/
.indexLayout .section1,
.indexLayout .section2,
.indexLayout .section3,
.indexLayout .section4,
.indexLayout .section5,
.indexLayout .section6{
    padding:80px 0;
}
@media all and (max-width:768px){
    .indexLayout .section1,
    .indexLayout .section2,
    .indexLayout .section3,
    .indexLayout .section4,
    .indexLayout .section5,
    .indexLayout .section6{
        padding:50px 0;
    }
}
.owl-dots{text-align: center;    margin-top: 20px;}
.owl-dots button.owl-dot{margin: 0 5px;}
.owl-dots button.owl-dot span{
    width: 12px;
    height: 12px;
    background: rgba(17,17,17,0.3);
    border-radius: 50px;
    display: inline-block;
    padding: 0;
    transition: all 1s ease;
}
.owl-dots button.owl-dot.active span{
    background: rgba(212,40,30,1);
    width: 12px;
    height: 12px;
}
/*====================================
            [ 배너영역 ]
====================================*/
.bnrSection {height:140px;}
.bnrSection ul{
    width:100%;
    display: inline-block;
}
.bnrSection li{
    height:140px;
    width:50%;
    float:left;
}
.bnrSection li div{
    background-size:cover;
    background-repeat: no-repeat;
    background-size: contain;
}
.bnrSection li:first-child{
    background-color:#d4281e;
}
.bnrSection li:last-child{
    background-color:#222;
}
.bnrSection li:first-child a > div{
    background-position: center right;
}
.bnrSection li:last-child a > div{
    background-position: center left;
}
@media all and (max-width:768px){
    .bnrSection {height:auto;}
    .bnrSection li{
        height:auto;
        width:50%;
        float:left;
    }
}
@media all and (max-width:540px){
    .bnrSection {height:auto;}
    .bnrSection li{
        width:100%;
        float:none;
    }
}
/*====================================
      [ KCI 중국어학원 특장점 ]
====================================*/
.indexLayout .section1{background:#ececec;}
.indexLayout .section1 .col-4{
    position: relative;
    padding-top:28px;
    padding-bottom: 20px;
}
.indexLayout .section1 .col-4 .num{
    width:56px;
    height: 56px;
    border-radius: 50%;
    background: #222;
    color:#fff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 56px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left:-28px;
    top:0px;
}
.indexLayout .section1 .box{
    background: #fff;
    border:1px solid #ddd;
    text-align: center;
    padding-top:55px;
}
.indexLayout .section1 .box .text{
    font-size: 18px;
    color:#555;
    line-height: 30px;
}
.indexLayout .section1 .box .text strong{
    width:100%;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}
.indexLayout .section1 .box .img{
    height:298px;
    position: relative;
}
.indexLayout .section1 .box1 .img img{
    max-width: 252px;
}
.indexLayout .section1 .box .img img{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.indexLayout .section1 .box2 .img img{
    max-width: 264px;
}
.indexLayout .section1 .box3 .img img{
    max-width: 340px;
}
.indexLayout .section1 .box4 .img{
    height: 268px;
}
.indexLayout .section1 .box4 .img img{
    max-width: 266px;
}
.indexLayout .section1 .box5 .img img{
    max-width: 198px;
}
.indexLayout .section1 .box6 .img img{
    max-width: 242px;
}
/*상시이벤트*/
.indexLayout .section1 .kci_event{padding-top:34px;}
.indexLayout .section1 .kci_event h4{
    text-align: center;
    background: #222;
    position: relative;
    padding:20px 0;
}
.indexLayout .section1 .kci_event h4 div{
    font-size:24px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.indexLayout .section1 .kci_event h4 .circle{
    width:80px;
    height: 80px;
    background: #222;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left:50%;
    margin-left: -40px;
    top:-34px;
}
.indexLayout .section1 .kci_event h4 .circle span{
    display: inline-block;
    width: 21px;
    height: 21px;
    position: relative;
    margin-top:19px;
}
.indexLayout .section1 .kci_event h4 .circle span:before{
    content: '';
    width:21px;
    height: 3px;
    background: #fff;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-1.5px;
}
.indexLayout .section1 .kci_event h4 .circle span:after{
    content: '';
    width:3px;
    height: 21px;
    background: #fff;
    position: absolute;
    left:50%;
    margin-left:-1.5px;
}
.indexLayout .section1 .kci_event ul {
    background:#fff;
    display: table;
    width:100%;
    padding:36px 0;
    border: 1px solid #222;
}
.indexLayout .section1 .kci_event li{
    border-right:1px solid #ddd;
    display: table-cell;
    padding:15px 50px 0;
    text-align: center;
    width:25%;
}
.indexLayout .section1 .kci_event div.text{
    font-size:17px;
    line-height: 24px;
    margin-bottom:16px;
}
.indexLayout .section1 .kci_event div.text strong{
}
.indexLayout .section1 .kci_event div.sm-text{
    font-size:12px;
    color:#777;
    margin-top:15px;
}
.indexLayout .section1 .kci_event li:first-child{}
.indexLayout .section1 .kci_event li:last-child{border-right: 0;}
.indexLayout .section1 .kci_event li div.img{
    height:122px;
    position: relative;
}
.indexLayout .section1 .kci_event li div.img img{
    width:100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.indexLayout .section1 .kci_event li.event01 img{
    max-width:193px;
}
.indexLayout .section1 .kci_event li.event02 img{
    max-width:193px;
}
.indexLayout .section1 .kci_event li.event03 img{
    max-width:129px;
}
.indexLayout .section1 .kci_event li.event04 img{
    max-width:190px;
}
@media all and (max-width:1024px){
    .indexLayout .section1 .box .text{
        font-size: 16px;
        line-height: 24px;
        padding:0 10px;
    }
    .indexLayout .section1 .box5 .text{
        line-height: 24px;
        height:72px;
    }
    .indexLayout .section1 .box .text strong{
        font-size: 20px;
    }
    .indexLayout .section1 .box .img img{
        width:80%;
    }
    .indexLayout .section1 .box .img{
        height: 208px;
    }
    .indexLayout .section1 .box1 .img img{
        max-width:169px;
    }
    .indexLayout .section1 .box2 .img img{
        max-width: 169px;
    }
    .indexLayout .section1 .box3 .img img{
        max-width: 280px;
        width: 90%;
    }
    .indexLayout .section1 .box4 .img,
    .indexLayout .section1 .box5 .img{
        height: 186px;
    }
    .indexLayout .section1 .box4 .img img{
        max-width: 206px;
    }
    .indexLayout .section1 .box5 .img img{
        max-width: 127px;
    }
    .indexLayout .section1 .box6 .img img{
        max-width: 191px;
    }
}
@media all and (max-width:990px){
    /*상시이벤트*/
    .indexLayout .section1 .kci_event li{padding:15px 25px 0;}
    .indexLayout .section1 .kci_event div.text{
        font-size:16px;
        line-height: 20px;
    }
}
@media all and (max-width:768px){
    .indexLayout .section1 .col-4{
        width:50%;
        padding-top:20px;
    }
    .indexLayout .section1 .col-4 .num{
        width:40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        margin-left:-20px;
        top:0px;
    }
    .indexLayout .section1 .box{
        padding-top:30px;
    }
    .indexLayout .section1 .box .text{
        font-size: 14px;
        line-height: 22px;
    }
    .indexLayout .section1 .box .text strong{
        font-size: 18px;
    }
    /*상시이벤트*/
    .indexLayout .section1 .kci_event h4{
        padding:12px 0;
    }
    .indexLayout .section1 .kci_event h4 div{
        font-size:15px;
    }
    .indexLayout .section1 .kci_event h4 .circle{
        width:40px;
        height: 40px;
        margin-left: -20px;
        top:-20px;
    }
    .indexLayout .section1 .kci_event h4 .circle span{
        width: 14px;
        height: 14px;
        margin-top:11px;
    }
    .indexLayout .section1 .kci_event h4 .circle span:before{
        content: '';
        width:14px;
        height: 2px;
        margin-top:-1px;
    }
    .indexLayout .section1 .kci_event h4 .circle span:after{
        content: '';
        width:2px;
        height: 14px;
        margin-left:-1px;
    }

    .indexLayout .section1 .kci_event ul{
        padding:0;
        display: inline-block;
    }
    .indexLayout .section1 .kci_event li{
        padding:25px 0px;
        width:50%;
        display: inline-block;
        float: left;
        border-right: 0;
        border-bottom:1px solid #ddd;
    }
    .indexLayout .section1 .kci_event li:nth-child(odd){
        border-right: 1px solid #ddd;
    }
    .indexLayout .section1 .kci_event li:nth-child(3),
    .indexLayout .section1 .kci_event li:nth-child(4){
        border-bottom:0;
    }
    .indexLayout .section1 .kci_event div.text {
        font-size:13px;
        line-height: 18px;
    }
    .indexLayout .section1 .kci_event div.sm-text{
        padding:0 25px;
    }
    .indexLayout .section1 .kci_event li div.img{
        height:auto;
        position: relative;
    }
    .indexLayout .section1 .kci_event li div.img img{
        width:calc(100% - 40px);
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        top: 50%;
    }
    .indexLayout .section1 .kci_event li.event03 div.img img{
        width:100%;
    }
    .indexLayout .section1 .kci_event li.event01 img,
    .indexLayout .section1 .kci_event li.event02 img,
    .indexLayout .section1 .kci_event li.event04 img{
        max-width:65%;
        width:100%;
    }
    .indexLayout .section1 .kci_event li.event03 img{
        max-width:101px;
    }
    .indexLayout .section1 .kci_event li.event01 div.img,
    .indexLayout .section1 .kci_event li.event02 div.img{
        padding-bottom:34%;
    }
    .indexLayout .section1 .kci_event li.event03 div.img{
        padding-bottom:33%;
    }
    .indexLayout .section1 .kci_event li.event04 div.img{
        padding-bottom:42%;
    }
}
@media all and (max-width:520px){
    .indexLayout .section1 .col-4{
        width:100%;
        margin-top:-21px;
        padding-bottom: 0px;
    }
    .indexLayout .section1 .col-4:first-child{
        margin-top:0;
    }
    .indexLayout .section1 .box .img,
    .indexLayout .section1 .box4 .img,
    .indexLayout .section1 .box5 .img{
        height: 167px;
    }
    .indexLayout .section1 .box1 .img img{
        max-width:126px;
    }
    .indexLayout .section1 .box2 .img img{
        max-width: 139px;
    }
    .indexLayout .section1 .box3 .img img{
        max-width: 248px;
    }
    .indexLayout .section1 .box4 .img img{
        max-width: 174px;
    }
    .indexLayout .section1 .box5 .img img{
        max-width: 134px;
    }
    .indexLayout .section1 .box6 .img img{
        max-width: 164px;
    }

    /*상시이벤트*/
    .indexLayout .section1 .kci_event li.event03 img{
        max-width:63px;
    }
    .indexLayout .section1 .kci_event li.event03 div.img{
        padding-bottom:28%;
    }
}
@media all and (max-width:359px){
    /*상시이벤트*/
    .indexLayout .section1 .kci_event div.sm-text{
        padding:0 15px;
    }
}
/*========================================================================
                  [ KCI 중국어 학원만의 차별화된 커리큘럼 ]
========================================================================*/
.indexLayout .section2 {background: #d3332a;}
.indexLayout .section2 .p_box{display:block;}
.indexLayout .section2 .curriculum{}
.indexLayout .section2 .curriculum .curri_title{display:none;}
.indexLayout .section2 .curriculum .tab_wrap{
    width:100%;
    display: inline-block;
    margin-bottom:20px;
}
.indexLayout .section2 .curriculum .tab_wrap li{
    background:#9f1810;
    width:calc(20% - 8px);
    margin-right:10px;
    float:left;

}
.indexLayout .section2 .curriculum .tab_wrap li a{
    font-size:18px;
    color:#fff;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.indexLayout .section2 .curriculum .tab_wrap li:last-child{
    margin-right: 0;
}
.indexLayout .section2 .curriculum .tab_wrap li.active{
    background: #222;
}
.indexLayout .section2 .curriculum .tab_cont{
    display:none;
    background: #fff;
}
.indexLayout .section2 .curriculum .tab_cont.active{
    display: block;
    border:1px solid #111;
}
@media all and (max-width:990px) {
    .indexLayout .section2 .curriculum .tab_cont .m_box{display:none;}
    .indexLayout .section2 .curriculum .tab_wrap li a{font-size:14px;}
}
@media all and (max-width:768px) {
    .indexLayout .section2 .p_box{display:none;}
    .indexLayout .section2 .curriculum .tab_cont .m_box{display:block;}
    .indexLayout .section2 .curriculum .curri_title{
        display:block;
        padding-top:35px;
        font-size:18px;
        line-height:1.2;
        font-weight:bold;
        text-align: center;
    }
    .indexLayout .section2 .curriculum .tab_cont img{width:100%; max-width: 100%;}
    .indexLayout .section2 .curriculum .tab_wrap li:nth-child(1),
    .indexLayout .section2 .curriculum .tab_wrap li:nth-child(2) {
        width:calc(50% - 2.5px);
        margin-right:5px;
        margin-bottom:5px;
        float:left;

    }
    .indexLayout .section2 .curriculum .tab_wrap li:nth-child(3),
    .indexLayout .section2 .curriculum .tab_wrap li:nth-child(4),
    .indexLayout .section2 .curriculum .tab_wrap li:nth-child(5){
        width:calc(33.3333% - 3.333px);
        margin-right:5px;
        float:left;
    }
    .indexLayout .section2 .curriculum .tab_wrap li:nth-child(2){
        margin-right: 0;
    }
    .indexLayout .section2 .curriculum .tab_wrap li a{
        font-size:13px;
        color:#fff;
        font-weight: 500;
        display: inline-block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
    }
    .indexLayout .section2 .curriculum .tab_wrap li:last-child{
        margin-right: 0;
    }
}
/*====================================
      [ 리쌤의 인강 풀패키지 ]
====================================*/
.indexLayout .section3{
    position: relative;
    background: #41455e;
}
.indexLayout .section3:before{
    content: '';
    border-right: 45px solid #d3332a;
    border-bottom: 36px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
}
.indexLayout .section3:after{
    content: '';
    border-left: 45px solid #d3332a;
    border-bottom: 36px solid transparent;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -45px;
}
.indexLayout .section3 .col-6{
    padding-top:12px;
    padding-bottom:12px;
}
.indexLayout .section3 .box{
    background: #fff;
    display: table;
    padding:30px;
    border:1px solid #111;
}
.indexLayout .section3 .box .img{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.indexLayout .section3 .box .img img{}
.indexLayout .section3 .box .img img.m_box{display:none;}
.indexLayout .section3 .box .text{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left:25px;
}
.indexLayout .section3 .box .text strong{
    font-size:22px;
    font-weight: bold;
    margin-bottom:15px;
    width:100%;
    display: inline-block;
}
.indexLayout .section3 .box .text div{
    font-size:16px;
    line-height:25px;
}
@media all and (max-width:1100px){
    .indexLayout .section3 .box .img{
        width: 35%;
    }
    .indexLayout .section3 .box .text{
        width: 65%;
        padding-left:15px;
    }
    .indexLayout .section3 .box .text strong{
        font-size:20px;
        margin-bottom:10px;
    }
    .indexLayout .section3 .box .text div{
        font-size:15px;
        line-height:20px;
    }
}
@media all and (max-width:990px){
    .indexLayout .section3 .box .img{
        width: 100%;
        display: inline-block;
    }
    .indexLayout .section3 .box .img img{
        width:100%;
    }
    .indexLayout .section3 .box .text{
        width: 100%;
        display: inline-block;
        padding:10px;
        padding-bottom:0;
    }
    .indexLayout .section3 .box .text strong{
        font-size:20px;
        margin-bottom:10px;
    }
    .indexLayout .section3 .box .text div{
        font-size:16px;
        line-height:22px;
        height:66px;
    }

    .indexLayout .section3 .box .img img.p_box{display:block;}
}
@media all and (max-width:768px) {
    .indexLayout .section3:before{
        content: '';
        border-right: 32px solid #d3332a;
        border-bottom: 25px solid transparent;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -32px;
    }
    .indexLayout .section3:after{
        content: '';
        border-left: 32px solid #d3332a;
        border-bottom: 25px solid transparent;
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -32px;
    }
    .indexLayout .section3 .col-6{
        padding-top:0;
        padding-bottom: 15px;
    }
    .indexLayout .section3 .col-6:last-child{
        padding-bottom: 0;
    }
    .indexLayout .section3 .box{
        display: inline-block;
        padding:25px;
    }
    .indexLayout .section3 .box .img{
        width: 100%;
        display: inline-block;
    }
    .indexLayout .section3 .box .img img.m_box{display:block;}
    .indexLayout .section3 .box .img img.p_box{display:none;}
    .indexLayout .section3 .box .img img{
        max-width:100%;
        width:100%;
    }
    .indexLayout .section3 .box .text{
        width: 100%;
        display: inline-block;
        padding-left:0px;
        padding-top:20px;
    }
    .indexLayout .section3 .box .text strong{
        font-size:18px;
        margin-bottom:10px;
    }
    .indexLayout .section3 .box .text div{
        font-size:15px;
        line-height:24px;
        height:72px;
    }
}
@media all and (max-width:640px) {
    .indexLayout .section3 .col-6{
        width:100%;
    }
    .indexLayout .section3 .box .text div{
        height:auto;
    }
}
/*====================================
            [ 샘플영상 ]
====================================*/
.indexLayout .section4 .sampleMV-carousel.owl-loaded{display:none;}
.indexLayout .section4 .thumbnail.ratio2{padding-top:56.25%;}
@media all and (max-width:768px) {
    .indexLayout .section4 .p_box{display:none;}
    .indexLayout .section4 .sampleMV-carousel.owl-loaded{display:block;}
}
/*====================================
            [ KCI 교재 ]
====================================*/
.indexLayout .section5{
    position: relative;
}
.indexLayout .section5:before{
    content: '';
    width:100%;
    height: 70%;
    background: #ececec;
    position: absolute;
    top:0;
    left:0;
}
.indexLayout .section5 .sec_exp,
.indexLayout .section5 .page-title{position: relative}
.indexLayout .section5 .txtbook-carousel{}
.indexLayout .section5 .txtbook-carousel .item{}
.indexLayout .section5 .txtbook-carousel .item a{}
.indexLayout .section5 .txtbook-carousel .item a img{
    box-shadow: 1px 0px 20px rgba(0,0,0,0.1);
}
.indexLayout .section5 .txtbook-carousel .item a span{
    width:100%;
    font-size:18px;
    margin-top:30px;
    display: inline-block;
    text-align: center;
    font-family: 'Noto Sans KR';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.indexLayout .section5 .txtbook-carousel .owl-nav{position:absolute; top:135px; width:100%;}
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev{
    left: -90px;
    position: absolute;
}
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next{
    right: -90px;
    position: absolute;
}
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev span,
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next span{width:60px;height:60px;text-indent:-9999px; display:inline-block;}
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev span{ background:url('/html/images/main/navArrowPrev1.png')no-repeat center center;}
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next span{background:url('/html/images/main/navArrownext1.png')no-repeat center center;}
.indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next{float:right;}
@media all and (max-width:1400px){
    .indexLayout .section5 .max_width{
        max-width: 1000px;
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev{
        left: -90px;
        position: absolute;
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next{
        right: -90px;
        position: absolute;
    }
}
@media all and (max-width:1200px) {
    .indexLayout .section5 .max_width {
        max-width: 800px;
    }
}
@media all and (max-width:990px){
    .indexLayout .section5 .max_width {
        max-width: 80%
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev{
        left: -65px;
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next{
        right: -65px;
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev span,
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next span{
        width:45px;
        height:45px
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev span{background-size: 45px;}
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next span{background-size: 45px;}
}
@media all and (max-width:768px){
    .indexLayout .section5:before{height: 40%;}
    .indexLayout .section5 .max_width {
        max-width:calc(100% - 164px);
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev{
        left: -60px;
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next{
        right: -60px;
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev span,
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next span{
        width:40px;
        height:40px
    }
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-prev span{background-size: 40px;}
    .indexLayout .section5 .txtbook-carousel .owl-nav button.owl-next span{background-size: 40px;}
    .indexLayout .section5 .txtbook-carousel .item a span{
        font-size:14px;
        margin-top:20px;
        line-height: 1.3;
    }
}
/*====================================
          [ KCI 수강후기 ]
====================================*/
.indexLayout .section6{background:url('/html/images/main/sec05_img01.jpg')no-repeat center; background-size: cover;}
.indexLayout .section6 .reviewSlider{margin:0 0;}
.indexLayout .section6 .reviewSlider .slick-track{}
.indexLayout .section6 .reviewSlider .slick-list{height:360px;}
.indexLayout .section6 .reviewSlider .slick-slide{margin: 0 12.5px;}
/*슬라이더 nav*/
.reviewSlider .btn_prev,
.reviewSlider .btn_next{z-index: 9; position:absolute;top:50%;margin-top:-30px;width:60px;height:60px;text-indent:-9999px; display:inline-block;border:0;}
.reviewSlider .btn_prev{ background:url('/html/images/main/navArrowPrev2.png')no-repeat center center;background-size:60px;}
.reviewSlider .btn_next{ background:url('/html/images/main/navArrownext2.png')no-repeat center center;background-size:60px;}
.reviewSlider .btn_prev{left:50%;    margin-left: -18%;}
.reviewSlider .btn_next{left:auto;right:50%;margin-right:-18%;}
/*슬라이더 dots*/
.reviewSlider .slick-dots {
    text-align:center;
    line-height:0;
    position: relative;
    bottom: auto;
    margin-top: 25px;
}
.reviewSlider .slick-dots li{width:auto; height:auto;margin:0 5px;}
.reviewSlider .slick-dots li button:before{display:none;}
.reviewSlider .slick-dots li button{width:12px;height:12px;background:rgba(255,255,255,0.3);border-radius:50px;display:inline-block;padding:0;transition:all 1s ease}
.reviewSlider .slick-dots li.slick-active button{background:rgba(212,40,30,1);width:12px; height:12px;}
.reviewSlider .slick-dots li button,
.reviewSlider a.btn_prev,
.reviewSlider a.btn_next{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
@media all and (max-width: 1300px){
    .slideSection .slick-slide{margin:0 20px;}
    .reviewSlider .btn_prev{margin-left: -19%;}
    .reviewSlider .btn_next{margin-right:-19%;}
}

.indexLayout .section6 .containRow{padding:0 20px}
.indexLayout .section6 .box{
    position: relative;
    background:#fff;
    padding:40px 60px;
    border-radius: 30px 30px 30px 0;
}
.indexLayout .section6 .box .box-wrap{
    width: 100%;
    padding: 0 0;
    margin:auto;
    text-align:center;
    position:relative;
    display:inline-block;
    font-family: 'Noto Sans KR';
}
.indexLayout .section6 .box .box-wrap .ratingArea{text-align:center;margin-bottom:20px;}
.indexLayout .section6 .box .box-wrap .ratingArea img{
    width: 96px;
    display: inline-block;
}
.indexLayout .section6 .box .box-wrap .lecture{
    line-height:1.5;
    margin: 0;
    height:auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    color:#333;
    margin-bottom:7px;
    display: inline-block;
}
.indexLayout .section6 .box .box-wrap .subject{
    font-size:18px;
    font-weight:500;
    line-height:24px;
    margin-bottom:20px;
    height: 24px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#111;
}
.indexLayout .section6 .box .box-wrap .contents{
    font-size:15px;
    line-height:25px;
    color:#777;
    height:125px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.indexLayout .section6 .box .box-wrap .userid{
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin-top:30px;
}
@media all and (max-width:1200px) {
    /*수강후기 Style1*/
    .indexLayout .section6 .box{font-size: 14px;}
}

@media all and (max-width:990px) {
    .indexLayout .section6 .reviewSlider .slick-list{height:342px;}
    .indexLayout .section6 .box{font-size: 15px;}
    .indexLayout .section6 .box .box-wrap{width: 100%; margin:auto; padding: 0 10px;}
    .indexLayout .section6 .box .box-wrap .lecture{font-size:16px;margin-bottom:0;}
    .indexLayout .section6 .box .box-wrap .subject{font-size:20px;}
    .indexLayout .section6 .box{padding:2.2em 1em;}
}
@media all and (max-width:768px) {
    .indexLayout .section6{padding:40px 0px;}
    .indexLayout .section6 .containRow{padding:0 0px;}
    .indexLayout .section6 .reviewSlider .slick-list{height:414px;}
    .indexLayout .section6 .box .box-wrap .subject{
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0.4em;
        height:44px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .indexLayout .section6 .box .box-wrap .contents {
        line-height: 24px;
        -webkit-line-clamp: 8;
        height:192px;
    }
    .indexLayout .section6 .slick-dots{bottom:auto;margin-top:20px;}
    .indexLayout .section6 .col-50{width:100%;padding:0 0 15px}
    .indexLayout .section6 .box .box-wrap .ratingArea img{width: 80px;}

    .reviewSlider .btn_prev,
    .reviewSlider .btn_next{z-index: 9; position:absolute;top:50%;margin-top:-20px;width:40px;height:40px;}
    .reviewSlider .btn_prev{
        background-size: 40px;
        margin-left: 0;
        left:31px;
    }
    .reviewSlider .btn_next{
        background-size: 40px;
        margin-right:0;
        right:31px;
    }
}

@media screen and (max-width:430px) {
    .indexLayout .section6 .box .box-wrap ul li:after{height: 4px;}
    .indexLayout .section6 .box .box-wrap .contents{margin-bottom: 0;}
}