@charset "utf-8";

section{
    margin: 120px 30px !important;
    transition: transform 0.4s ease-in-out;
}

section.disabled{
    transform: translateX(30%);
}

.main-swiper{
    transition: transform 0.4s ease-in-out;
}

.main-swiper.disabled{
    transform: translateX(30%);
}

.main-img{
    width: 100%;
    height: 100vh;
    /* background-image: url(../image/photos/about/sample-about1.jpeg); */
    background-image: url(https://cdn.merrydoghaus.com/photos/about/about-1440.webp);
    background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/about/about-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/about-1920.webp") 2x);
    background-image: image-set(url("https://cdn.merrydoghaus.com/photos/about/about-1440.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/about-1920.webp") 2x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-img::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.about-text-wrap{
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 35%;
    left: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, 0);
    transition: transform 0.4s ease-in-out;
}

.main-swiper.disabled+.about-text-wrap{
    transform: translateX(-20%);
}

.about-text-wrap h2{
    margin-bottom: 60px;
    font-size: 16px;
    text-decoration: underline;
}

.about-text-wrap p{
    font-size: 12px;
    line-height: 20px;
}

section h2{
    color: #343434;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
}

section h3{
    margin: 30px 0 -15px;
}

.location-wrap{
    margin: 0 auto;
    max-width: 1024px;
}

#map{
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 500px;
}

#to-mdh{
    z-index: 10;
    bottom: 60px;
    right: 20px;
    position: absolute;
}

#to-navernav{
    z-index: 10;
    bottom: 30px;
    right: 20px;
    position: absolute;
}

.location-text-wrap{
    overflow: auto;
    margin-bottom: 120px;
}

.location-text-wrap dl{
    margin-top: 70px;
    float: left;
    width: 50%;
}

.location-text-wrap dt{
    font-weight: bold;
    font-size: 16px;
    color: #343434;
}

.location-text-wrap dd{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #484640
}

.location-text-wrap i{
    padding-right: 15px;
}

@media screen and (max-width: 768px){
    section{
       margin: 60px 15px !important; 
    }

    .about-text-wrap{
        top: 40%;
    }

    #map{
        margin-top: 30px;
    }

    .location-wrap h2{
        font-size: 40px;
        margin-bottom: 30px;
    }

    .location-text-wrap h2{
        font-size: 12px;
    }

    .location-text-wrap p{
        font-size: 10px;
        line-height: 18px;
    }

    .location-text-wrap{
        margin-bottom: 30px;
    }

    .location-text-wrap dl{
        float: none;
        width: 100%;
        margin-top: 40px;
        display: block;
        text-align: center;
    }
}

/* R2 image-set: 모바일(≤768px) 저해상도 분기 (자동 생성) */
@media (max-width: 768px) {
	.main-img {
		background-image: -webkit-image-set(url("https://cdn.merrydoghaus.com/photos/about/about-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/about-1920.webp") 2x);
		background-image: image-set(url("https://cdn.merrydoghaus.com/photos/about/about-960.webp") 1x, url("https://cdn.merrydoghaus.com/photos/about/about-1920.webp") 2x);
	}
}
