.inner{
    max-width: 1520px;
    width: 80%;
    position:relative;
}
.sec_tit{
    position: static;
}



.section1{
    background: #000;
}
.section2,.section3{
    background: #fff;
}
.section1 .tt{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #FFF;
    margin: 24px 0;
    line-height: 1.25;
}
.section1 .tt span{
    color: #FFF;
}
.section1 .ss{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.section2 .inner{
    display: flex;
    justify-content: flex-end;
}
.section2 .sec_tit h3{
    text-transform: capitalize;
    color: #000;
}
.section2 .sec_tit p{
    color: #000;
    font-size: 23px;
}
.map_content{
    width: 80%;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
}
.map_mask{
    width: 400px;
    height: 400px;
    margin-bottom: 40px;
    position:relative;
}
.map_mask img:not(.logo_icon){
    height: 100%;
    object-fit: cover;
}
.map_mask .logo_icon{
    width:40px;
    height:40px;
    position:absolute;

    animation:rotaAni 3s linear infinite;
}

.map2 .logo_icon{
    top:63%;
    left:19%;
}
.map1 .logo_icon{
    top: 27%;
    left: 72%;
}

@keyframes rotaAni {
    0% {
        transform:rotate(0deg);
    }
    25% {
        transform:rotate(7.5deg);
    }
    75%{
        transform:rotate(-7.5deg);
    }
    100%{
        transform:rotate(0deg)
    }
}

.map_1st::after,
.map_2nd::before,
.map_2nd::after{
    position:absolute;
    content:'';
    width: 20%;
    height: 9%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

.map_1st::after{
    background-image: url(../../image/equ/marker_1.png);
    top: 19%;
    left: 67%;
}
.map_2nd::before{
    background-image:url(../../image/equ/marker_1.png);
    top: 56%;
    left: 14%;
}
.map_2nd::after{
    background-image:url(../../image/equ/parking.png);
    top: 5%;
    left: 25%;
}
.map_2nd .box {
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;;
     & svg{
        width:100%;
        height:100%;

     }
    /* position: absolute;
    top: 26%;
    left: 9%;
    transform: rotate(49deg);
    width: 40%;
    height: 37%;
    border-right:3px solid red;
    border-top: 3px solid red;
    background-color: rgba(0,0,0,0.4); */
}


.maptt{
    border-radius: 100%;
    font-size: 16px;
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto;
}
.map_lo p{
    color: #000;
    text-align: center;
    line-height: 1.25;
}
.map_lo b{
    font-weight: 700;
    font-size: 15px;
}


.section3 .sec_tit h3{
    text-transform: capitalize;
    color: #000;
}
.section3 .sec_tit p{
    color: #000;
    font-size: 23px;
}
.section4 .list_content,
.section3 .list_content{
    --primary_color: #702BB6;
    --color_light: #DABFF5;
    --color_lighter: #FBF8FF;
    display:flex;
    justify-content: space-between;
    margin-top: 24px;
    gap: 24px;
}


.list_content .prd_list_txt{
    padding:28px 28px;
    width:230px;
/*     background-color:var(--color_lighter); */
	background-color:#fff;
    border:1px solid var(--color_light);
    border-radius:10px;
}
.list_content .list_title{
    font-size:20px;
    font-weight:700;
    color: var(--primary_color);
    margin-bottom:53px;
}
.list_content .prd_list{
    font-size:15px;
    color:#000;
}
.list_content .prd_list li {
    line-height:30px;
    margin-bottom:8px;
    width:100%;
    position:relative;
}
.list_content .prd_list li::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:25px;
    height:25px;
    background-image:url(../../image/equ/check_box.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-size: 70%;
    border-radius: 100%;
    box-shadow: 0px 4px 10px 0 rgb(206 187 241,0.5);
    background-color: #fff; */

}
.list_content .prd_img{
    display:flex;
    row-gap:26px;
    column-gap:12px;
    flex-wrap:wrap;
    max-width:1131px;
}
.list_content .prd_img li{
    width: calc(33.333% - 12px);
    border-radius:10px;
}
.section4{
    background: #fff;
}
.section4 .list_content .prd_img{
    max-width: 1258px;
    /* width:1257px;; */
    row-gap:62px;
    column-gap:8px;
}

.section4 .list_content .prd_img li{
    width: calc(20% - 12px);
}


.section4 .sec_tit h3{
    text-transform: capitalize;
    color: #000;
}
.section4 .sec_tit p{
    color: #000;
    font-size: 23px;
}
@media screen and (max-width:1540px) {
    .inner{
        width: 90%;
        margin: 0 auto;
    }
    .list_content .list_title{
        font-size: 18px;
    }
    .list_content .prd_list li{
        line-height: 1.7;
    }
}
@media screen and (max-width:1240px) {
    .section2 .inner{
        display: block;
    }
    .map_content{
        justify-content: center;
        margin: 20px auto 0;
    }
    .map_mask{
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width:1024px) {
    .content-wrapper{
        height: auto;
    }
    .section4 .list_content, .section3 .list_content{
        flex-direction: column-reverse;
    }
    .list_content .prd_list_txt{
        width: 100%;
    }
    .inner{
        width: 95%;
        margin: 0 auto;
    }
    #brendSec{
        height: 100vh;
    }
    .section1 .tt{
        font-size: 32px;
        margin: 8px 0;
    }
    .section1 .ss{
       font-size: 18px;
    }
    .map_content{
        width: 100%;
    }
    .map_content .map_con{
        width: 50%;
    }
    .map_mask{
        width: auto;
        height: auto;
    }
    .section2 .sec_tit p,
    .section3 .sec_tit p
    .section4 .sec_tit p{
        font-size: 18px;
    }
}
@media screen and (max-width:500px) {
    .sec_tit h3 {
        font-size: 24px;
    }
    .sec_tit p{
        font-size: 14px;
    }
    .section1 .tt {
        font-size: 28px;
    }
    .section1 .ss {
        font-size: 15px;
    }
    .section2 .sec_tit p,.section3 .sec_tit p, .section4 .sec_tit p {
        font-size: 14px;
    }
    .map_content{
        flex-direction: column;
    }
    .map_content .map_con{
        width: 100%;
    }
    .map_mask{
        margin-top: 0;
    }
}

@media screen and (max-width:425px) {
    .section1 .tt {
        font-size: 26px;
    }
}
@media screen and (max-width:375px) {
    .section1 .tt{
        font-size: 22px;
    }
    .section1 .ss {
        font-size: 13px;
    }
}