.inner{
    max-width: 1520px;
    width: 80%;
    margin:  0 auto;
}

.section1 .tt{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #FFF;
    margin: 24px 0;
    line-height: 1.25;
}
.section1 .tt b{
    color: #9933FF;
}
.section1 .tt span{
    color: #FFF;
}
.section1 .ss{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.section2 .sec_tit h3{
    color: #fff;
}
.section2 .sec_tit p{
    color: #fff;
    font-size: 23px;
}
.section3 .sec_tit{
    position: static;
}
.section3 .sec_tit h3{
    text-transform: capitalize;
}
.section3 .sec_tit p{
    font-size: 23px;
}

.latest_slider {
    margin: 0 -10px;
}

.slide_item {
    padding: 0 10px;
}

.lt_img img {
    width: 100%;
    /* height: 212px; */
    object-fit: cover;
}

.slide_content {
    padding: 15px 0;
}

.pic_li_tit {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}

.lt_info {
    font-size: 13px;
    color: #666;
}

/* Slick 네비게이션 커스텀 */



.slick-dots {
    bottom: -30px;
}
.latest_arrow{

}
.latest_arrow{
    position: absolute;
    top: calc(50% - 24px);
    transform: translateY(-50%);
    border: 1px solid rgb(158, 158, 158);
    color: #fff !important;
    background: #000;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100% !important;
    z-index: 1;
    padding: 10px;
    cursor: pointer;
}
.latest_arrow img{
    
}
.slick-prev:hover, .slick-next:hover {
    background: #666;
}

.latest_arrow.prev {
    left: -25px;
}

.latest_arrow.next {
    right: -25px;
}

.slide_item .lt_img{
    display: block;
    position: relative;
    pointer-events: none;
    border-radius: 16px;
    overflow: hidden;
}
.slide_item .lt_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: 0.5s opacity;
}
.slide_item:hover .lt_img::before{
    opacity: 0;
}


/*section2 */
.section2 .content-wrapper{
    display: block;
}
.section2 .inner{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    height: 100%;
}
.section2 .sec_tit{
    position: static;
    text-align:center;
    color:#fff;
    
}
.section2 .edu_list_inner{
    margin-top: auto;
}
.section2 .edu_list{
    /* width:100vw;
    height:calc(100vh - 29.3519vh);
    position:absolute;
    top: 29.3519vh;
    left:50%;
    transform:translateX(-50%);
    display:flex; */
    width:100vw;
    height: 70vh;
    margin-top: auto;
    display:flex;


}

.section2 .edu_list li{
    display:block;
    flex:1;
    position:relative;
    transition:all 0.5s ease;
} 
.section2 .edu_list li:hover{
    /* width:40%; */
    flex:3;
}
.section2 .edu_list li img{
    width: 100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.section2 .item_desc_area{
    width: 100%;
    position:absolute;
    max-width: calc(min(100vw , 1920px) / 6);
    left:50%;
    transform:translateX(-50%);
    top:60px;

}
.section2 .bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /* background-color:rgba(171, 139, 204,0.6); */
    background-color: rgb(55 54 57 / 60%);
    transition:all 0.5s ease;

    &::after{
        content:'';
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        transition:all 0.3s 0.2s ease;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 100%);
    }
}
.section2 .item_desc_area .item_title{
    
    & h4{
        color:#fff;
        position:absolute;
        left: 50%;
        transform:TranslateX(-50%);
        transition:all 0.5s ease;
        font-size:24px;
        word-break:keep-all;
        white-space:nowrap;
        font-weight:700;
    }
    & p {
        color:#fff;
        position:absolute;
        left: 50%;
        transform:TranslateX(-50%);
        transition:all 0.5s ease;
        top:42px;
        font-size:16px;
        word-break:keep-all;
        white-space:nowrap;
        font-weight:700;
    }

}
.section2 .item_desc_area .item_desc{
    font-size: 21px;
    color:#fff;
    transition:all 0.5s ease;
    opacity:0;
    visibility: hidden;
    top:80px;
    position:absolute;
    line-height:1.25;
    left:0;
    white-space: nowrap;
}
.section2 .edu_list li:hover .bg{
    background-color:rgba(171, 139, 204,0.0);

    &::after{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    }
}
.section2 .edu_list li:hover .item_title{
    & h4{
        color: #fff;
        font-size: 38.4px;
        transform:translateX(0%);
        left:0;
        
    }
    & p {
        color: #fff;
        font-size:22px;
        transform:translateX(0%);
        left:0;
    }
}
.section2 .edu_list li:hover .item_desc{
    visibility: visible;
    opacity:1;;
    transition:all 0.5s 0.5s ease;

}/* Rectangle 1849 */



@media screen and (max-width:1440px){    }
@media screen and (max-width:1240px){  
    #referSec .content-wrapper{
        display: block;
        padding: 120px 0;
        height: auto;
    }
    .pic_li_lt{
    
    }
  }
@media screen and (max-width:1024px){  
    .section1 .tt{
        font-size: 32px;
        margin: 8px 0;
    }
    .section1 .ss{
        font-size: 18px;
    }
    #brendSec{
        height: 100vh;
        padding: 0;
    }
       /* 섹션2 - 교육 리스트 */

    .section2 .sec_tit p {
        font-size: 18px;
    }
    .section2 .inner{
        display: block;
    }
    .section2 .edu_list{
        height: 50vh;
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .section2 .edu_list_inner{
        margin-top: 20px;
    }
    .section2 .item_desc_area{
        position: static;
        max-width: none;
        transform: translateX(0);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        padding: 7%;
    }
    .section2 .item_desc_area .item_title {
        & h4 {
            position: static;      
            transform:translateX(0);
            font-size: 15px;
            margin-bottom: 4px;
            font-weight: 500;
        }
        & p{
            position: static;   
            font-size: 18px;
            transform:translateX(0%);
            white-space:wrap;
        }
    }
    .section2 .edu_list li:hover{
        flex: 1;
    }
    .section2 .edu_list li:hover .item_title{
        & h4{
            color: #fff;
            font-size: 15px;
            transform:translateX(0%);
            left:0;
            
        }
        & p {
            color: #fff;
            font-size: 18px;
            transform:translateX(0%);
            left:0;
        }
    }
    .section2 .item_desc_area .item_desc{
        font-weight: 700;
        font-size: 15px;
        position: static;
        opacity: 1;
        visibility: visible;
        color: #1F003E;
        margin-top: 8px;
    }
    .section2 .edu_list li:hover .item_desc{
        color: #fff;
        transition: 0.5s all;
    }
    .section3 .sec_tit p {
        font-size: 18px;
    }
  }
@media screen and (max-width:768px){  
    .section2 .item_desc_area .item_desc{
        display: none;
    }
    .section1 .tt {
        font-size: 32px;
    }
    #referSec .content-wrapper{
        padding: 0;
    }
    .pic_li_lt{
        margin-top: 20px;
    }
  }
@media screen and (max-width:500px){  
    .inner{
        width: 90%;
    }
    .section1 .tt {
        font-size: 28px;
    }
    .section1 .ss {
        font-size: 15px;
    }
    .sec_tit h3 {
        font-size: 28px;
    }
    .section2 .content-wrapper{
        height: auto;
    }
    .section2 .edu_list{
        height: auto;
        grid-template-columns:repeat(1,1fr);   
    }
    .section2 .sec_tit p {
        font-size: 14px;
    }
    .section3 .sec_tit p {
        font-size: 14px;
    }
    .latest_arrow.prev{
        left: 16px;
    }
    .latest_arrow.next{
        right: 16px;
    }
    .latest_arrow{
        width: 32px;
        height: 32px;
    }
  }
@media screen and (max-width:375px){   
    .section1 .tt{
        font-size: 22px;
    }
    .section1 .ss {
        font-size: 13px;
    }
    
}