/*
    컬러 바꾸기 유지보수 작업전 테스트
*/
/* :root {
    --color-primary: #960c1c;
    --color-secondary: #960c1c;
    --color-text: #960c1c;
    --color-bg: #960c1c;
}

body {
    color: var(--color-text);
}

footer {
    background-color: var(--color-bg);
}

.pro-red.swiper-pagination-progressbar {
    border: 1px solid #960c1c;
}

.pro-red.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #960c1c !important;
}

header.scroll .header {
    border-bottom: 1px solid #960c1c;
}

header.scroll .header .nav a {
    color: #960c1c;
}

.point {
    color: #960c1c;
} */

/* 여기까지 페이지 색상교체 */


#section01 {
    padding: 40px 0 120px;
}

#section01 .flex-wrap {
    align-items: flex-start;
}

#section01>.flex-wrap>.left {
    padding-right: 120px;
}

#section01>.flex-wrap>.left h3 {
    padding-bottom: 20px;
}

#section01>.flex-wrap>.right h3 {
    padding-bottom: 20px;
}

#section01>.flex-wrap>.right h4 {
    padding-bottom: 20px;
}

#section01 table th,
#section01 table td {
    vertical-align: top;
    padding-bottom: 10px;
}

#section01 table th {
    padding-right: 24px;
}

/* =================== 1024px =================== */
@media (max-width: 1024px) {
    #section01 {
        padding: 40px 0 40px;
    }

    #section01>.flex-wrap>.left {
        padding-right: 0;
        padding-bottom: 60px;
    }

    #section01 table {
        margin-bottom: 20px;
    }
}

/* =================== 1024px =================== */
@media (max-width: 1024px) {
    .full-swiper {
        height: calc(56.00vw + 16px);
        padding-bottom: 16px;
    }
}

#only_mo {
    display: none;
}

@media(max-width: 1024px) {
    #only_mo {
        display: block;
        margin: 0 0 20px 0;
    }

}

#section03 {
    position: relative;
    padding: 120px 0 180px;
}

#section03>.wrap1400>h3 {
    padding-bottom: 60px;
}

#section03 #map {
    width: 100%;
    height: 480px;
    background-color: aliceblue;
}

#section03 .text-wrap {
    overflow: hidden;
    padding-top: 60px;
    align-items: flex-start;
}

#section03 .text-wrap h4 {
    padding-bottom: 20px;
}

/* =================== 1440px =================== */
@media (max-width: 1440px) {
    #section03 #map {
        width: 100%;
        height: 33.33vw;
    }
}

/* =================== 1024px =================== */
@media (max-width: 1024px) {
    #section03 {
        padding: 80px 0 80px;
    }

    #section03>.wrap1400>h3 {
        padding-bottom: 20px;
    }

    #section03 #map {
        width: 100%;
        height: 92.00vw;
    }

    #section03 .text-wrap {
        overflow: hidden;
        padding-top: 40px;
        align-items: flex-start;
    }

    #section03 .text-wrap>div {
        padding-bottom: 40px;
    }

    #section03 .text-wrap h4 {
        padding-bottom: 20px;
    }
}