.sec-map{
    position: relative;
    margin: 6rem 0 13rem;
}
.sec-map .title{
    margin-bottom: 4.6rem;
}
.map-outer{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.map-block{
    width: 79.4rem;
}
.map-block img{
    width: 100%;
    height: auto;
}
.map-list{
    width: 36.2rem;
    max-height: 47.7rem;
}
.map-list li{
    margin-bottom: 1.5rem;
    line-height: 2.56rem;
}
.map-list li a{
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.032rem;
    display: inline-block;
    padding-left: 2.05rem;
    background: url(../images/icon-link-arrow.png);
    background-position: left 0.4rem center;
    background-repeat: no-repeat;
}
.map-list li a:hover {
    color: #DE2C1D !important;
    text-decoration: underline !important;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.sec-map {
        margin: 5rem 0 9rem;
    }
    .map-list {
        width: 30.2rem;
        max-height: 46.4rem;
    }
    .map-block {
        width: 75.4rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.sec-map {
        margin: 5rem 0 10rem;
    }
    .map-list {
        width: 24.2rem;
        max-height: 40.2rem;
    }
    .map-block {
        width: 65.4rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    .sec-map {
        margin: 5rem 0 6.72rem;
    }
    .map-list {
        width: 100%;
        max-height: initial;
    }
    .map-list ul{
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
	.map-block {
        width: 100%;
        margin-top: 4rem;
    }
}
@media(max-width:767.98px){
	.sec-map {
        margin: 4rem 0 6.72rem;
    }
    .sec-map .title {
        margin-bottom: 4rem;
    }
    .map-block {
        width: 100%;
        margin-top: 4rem;
    }
    .map-list {
        width: 100%;
        max-height: initial;
    }
    .map-list ul{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
}