.foundation_facility_view1{
    margin-top: 50px;
}
.swiper {

}
.swiper_main{
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 720;
    border-radius: 25px;
}


.swiper_thumb {
    width: 540px;
    height: 110px;
    box-sizing: border-box;
    margin-left: 40px;
    margin-top: 40px;
}

.swiper_thumb .swiper-slide {
    width: 16.66%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
}

.swiper_thumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #00155E ;
}

.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    display: none; /* 이전 버튼 숨김 */
}

.bottom_area{
    display: flex;
    align-items: flex-end;
    padding: 0 110px;
    margin-top: -64px;
    z-index: 1;
    position: relative;
}
.bottom_area .front_box{
    background: #00155E 0% 0% no-repeat padding-box;
    border-radius: 20px;
    width: 400px;
    height: 220px;
    padding: 40px;
}
.bottom_area .front_box .en{
    color: #CAAE87;
    font-size: 14px;
    letter-spacing: 0.09em;
    font-weight: 400;
}
.bottom_area .front_box .ko{
    letter-spacing: -2.4px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.btn_wrap{
    height: 110px;
    display: flex;
    align-items: center;
}
.swiper_button_next{
    width: 53px;
    height: 53px;
}
.conts{
    margin-top: 40px;
    padding: 0 110px;
}
.conts .area{
    border-bottom: 1px solid #E5E5E5;
    padding: 45px 0 50px;
}
.conts .area .tit{
    letter-spacing: -1.8px;
    color: #1E1E1E;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.conts .area .text{
    letter-spacing: -0.72px;
    color: #444;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
}
.conts .area .text ul.attach{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.conts .area .text ul.attach li{
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.conts .area .text ul.attach li .name{}
.conts .area .text ul.attach li .btn{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 30px 13px;
    border: 1px solid #CCCCCC;
    border-radius: 800px;
}
.conts .area .text ul.attach li .btn:hover{
    border: 1px solid #444;
}
.conts .area .text ul.attach li .btn span{
    font-size: 18px;
    white-space: nowrap;
}
.conts .area .text ul.attach li .btn:hover span{
    color: #444;
}
.conts .area .text ul.attach li .btn i{
    display: flex;
    align-items: center;
}
.conts .area .text ul.attach li .btn:hover i img{
    content: url(/images/user/icon_download_black.svg);
}

@media (max-width: 1800px) {
    
}
@media (max-width: 1340px) {

}
@media (max-width: 1280px) {
    .bottom_area{
        padding: 0 25px;
    }
    .conts{
        padding: 0 25px;
    }
    .swiper_thumb{
        margin-left: 20px;
        margin-right: 20px;
    }
    .bottom_area .front_box{
        width: 280px;
        height: 195px;
    }
    .bottom_area .front_box .ko{
        font-size: 30px;
        margin-top: 10px;
    }
    .conts .area .text ul.attach li .btn{
        padding: 11px 17px 9px;
    }
    .conts .area .text ul.attach li .btn span{
        font-size: 15px;
        line-height: 1;
    }
    .conts .area .text ul.attach li .name{
        font-size: 16px;
        padding-right: 30px;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
    .bottom_area{
        padding: 0;
        margin-top: -45px;
    }
    .conts{
        padding: 0;
        margin-top: 0;
    }
    .conts .area .tit{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .conts .area .text ul.attach{
        flex-direction: column;
    }
    .conts .area .text ul.attach li{
        width: 100%;
    }
    .conts .area .text ul.attach li .name{
        padding-right: 30px;
        font-size: 16px;
    }
    .conts .area .text{
        font-size: 15px;
    }
    .bottom_area .front_box{
        width: 215px;
        height: 155px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .bottom_area .front_box .en{
        font-size: 11px;
        text-align: center;
    }
    .bottom_area .front_box .ko{
        margin-top: 5px;
        font-size: 22px;
        text-align: center;
        letter-spacing: -1px;
    }
    .swiper_thumb{
        height: 85px;
    }
    .btn_wrap{
        height: 85px;
    }
    .foundation_facility_view1{
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .bottom_area{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .bottom_area .front_box{
        width: 100%;
        height: auto;
        border-radius: 0;
        border-radius: 0 0 15px 15px;
    }
    .swiper_main{
        border-radius: 15px 15px 0 0;
    }
    .btn_wrap{
        display: none;
    }
    .swiper_thumb{
        width: 100%;
        height: 100px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
}
@media (max-width: 425px) {
    .swiper_thumb{
        height: 80px;
    }
}
@media (max-width: 375px) {

}



.conts .area .tit + .table_wrap .table_tit{
    padding-top: 25px;
}
.conts .area .table_wrap{
}
.conts .area .table_wrap .table_tit{
    letter-spacing: -1.44px;
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 15px;
}
.conts .area .table_wrap .table_scroll{
    width: 100%;
    overflow: auto;
}
.conts .area .table_wrap .table_scroll table{
    min-width: 767px;
}
.conts .area .table_wrap table{

}
.conts .area .table_wrap th,
.conts .area .table_wrap td{
    padding: 20px 15px;
    border: 1px solid #EEEEEE;
    font-size: 17px;
}
.conts .area .table_wrap th{
    background-color: #F9F9F9;
    letter-spacing: -0.9px;
    color: #444;
    font-weight: 600;
    border-top: 1px solid #DBDBDB;
}
.conts .area .table_wrap td{
    text-align: center;
}
.conts .area .table_wrap table tbody tr:first-of-type th,
.conts .area .table_wrap table tbody tr:first-of-type td{
    border-top: 1px solid #DBDBDB;
}

@media (max-width: 1280px) {
    
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
    .conts .area{
        padding: 45px 0 45px;
    }
    .conts .area .table_wrap th,
    .conts .area .table_wrap td{
        font-size: 15px;
    }
    .conts .area .table_wrap .table_tit{
        font-size: 18px;
        padding-top: 50px;
        padding-bottom: 13px;
    }
    .conts .area .tit + .table_wrap .table_tit{
        padding-top: 32px;
    }
    .conts .area .table_wrap .table_scroll table colgroup col:first-of-type{
        width: 181px;
    }
}
@media (max-width: 600px) {
    
}
@media (max-width: 425px) {
    
}
@media (max-width: 375px) {

}