/* interior swiper */
.main__interior { margin-bottom: 80px; }
.main__interior .swiper-wrapper { transition-timing-function: linear; font-size: 0; pointer-events: none; }
.main__interior .swiper-slide { display: inline-flex; width: auto; }

@media screen and (max-width: 768px) {
	.main__interior .swiper-slide { width: 77.4359vw; }
}

/* bottom swiper */
.main__public { margin-bottom: 80px; }
.main__public .swiper-wrapper { transition-timing-function: linear; font-size: 0;  pointer-events: none; }
.main__public .swiper-slide { width: 92px; opacity: 0.8; }
.main__public .swiper-slide > img {width: 100%; max-width: 92px; }

@media all and (max-width: 1024px) {
    .main__title > span { margin-bottom: 14px; font-size: 20px; }
    .main__title:not(.default-content-title) > h2 { font-size: 38px; }
    
    .main__public .swiper-slide { width: 80px; }
}

@media all and (max-width: 660px) {
    .main__title { margin-bottom: 50px; padding: 0; }
    .main__title > span { margin-bottom: 10px; font-size: 15px; }
    .main__title:not(.default-content-title) > h2 { font-size: 28px; }
    
    .main__title.m-center > span,
    .main__title.m-center > h2 { text-align: center; }
    
    .main__public { padding-bottom: 20rem; }
    .main__public .swiper-slide { width: 52px; }
    .main__public .swiper-slide > img { max-width: 52px; }
}

.custom-foot__counsel { color: #fff; }
.custom-foot__counsel > div { display: flex; }
.custom-foot__counsel-title { display: flex; flex-direction: column; }
.custom-foot__counsel-title > span { display: block; margin-bottom: 16px; font-weight: 600; font-size: 24px; color: #2589F3; }
.custom-foot__counsel-title > h2 { font-weight: 700; font-size: 46px; }
.custom-foot__counsel-title > p { margin-top: 16px; font-size: 24px; }
.custom-foot__counsel-content { }
.custom-foot__counsel-content-form { margin-bottom: 27px; flex: 1; }
.custom-foot__counsel-content-form > input[type="text"] { width: 100%; height: 64px; padding: 18px 24px; border: 1px solid #F1F3F5; border-radius: 0; background-color: #F1F3F5; font-weight: 400; font-size: 20px; color: #111; }
.custom-foot__counsel-content-form > input[type="text"]::placeholder { color: #7E7E7E; }
.custom-foot__counsel-content-form > textarea {height: 257px; padding: 18px 24px; border: 1px solid #F1F3F5; border-radius: 0; background-color: #F1F3F5; font-weight: 400; font-size: 20px; color: #111; }
.custom-foot__counsel-content-form > textarea::placeholder { color: #7E7E7E; }
.custom-foot__counsel-content-agree { display: flex; align-items: center; margin: 53px 0 45px; font-weight: 500; font-size: 20px; color: #2D2D2D; }
.custom-foot__counsel-content-agree > label {}
.custom-foot__counsel-content-agree > label > input[type="checkbox"] { width: 18px; height: 18px; border: 1px solid #A2A2A2; }
.custom-foot__counsel-content-agree > label > span { display: inline-block; margin-left: 8px; cursor: pointer;}
.custom-foot__counsel-content-agree > p {margin-left: 21rem;cursor: pointer;}
.custom-foot__counsel-content-send { display: flex; width: 100%; height: 77px; padding: 14px 18px 14px 22px; border-radius: 0; background-color: #007AFF; font-weight: 600; font-size: 24px; color: #fff; text-align: center; cursor: pointer; letter-spacing: -0.06em; gap: 8px; align-items: center; justify-content: center; transition: .4s;}
.custom-foot__input-title {
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: clamp(19px, 1.1458vw, 22px);
    color: #000;
    line-height: 1.3em;
}
.custom-foot__input-title .require {
    font-weight: 600;
    font-size: 17px;
    color: #007AFF;
    line-height: 17px;
    vertical-align: top;
}
.custom-foot__counsel-content-form .policy-box { padding: 14px 10px; border: 1px solid #C5CBD1; border-radius: 4px; font-size: 14px; color: #666; line-height: 1.28em; }
.custom-foot__map { margin-top: 27px; }
.custom-foot__map-wr { overflow: hidden; border-radius: 25px; }
.custom-foot__map .map-info { display: flex; margin-top: 25px; flex-direction: column; align-items: flex-start; gap: 10px; }
.custom-foot__map .map-info-box { display: flex; align-items: center; width: 100%; max-width: 590px; }
.custom-foot__map .map-info-title { display: inline-flex; width: 64px; margin-right: 10px; font-weight: 600; font-size: 19px; color: #0f0f0f; line-height: 30px; letter-spacing: -0.03em; }
.custom-foot__map .map-info-text { display: inline-flex; align-items: center; font-weight: 400; font-size: 19px; color: #292929; line-height: 30px; letter-spacing: -0.03em; }
.custom-foot__map .map-info-text > img { height: 24px; margin-right: 6px; }
.custom-foot__map .map-info-text > img + img { margin-right: 7px; }
.contact-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.contact-container .contact-box { width: 100%; max-width: 600px; }
.contact-container .input-column { display: flex; gap: 20px; }
.contact-container .contact-box .main__title p { margin-top: 16px; font-size: 24px; color: #666; letter-spacing: -0.016em; }

@media all and (max-width: 1279px) {
	.contact-container { flex-direction: column; }
    .contact-container > img { display: none; }
    .contact-container .contact-box { max-width: 100%; }
}

@media all and (max-width: 1024px) {
    .contact-container .contact-box .main__title p { font-size: 20px; }
	.custom-foot__map .map-info { align-items: flex-start; }
    .custom-foot__map .map-info-box { max-width: 100%; }
}

@media screen and (max-width: 768px) {
    .custom-foot__counsel-content { gap: 26px; }
    
	.custom-foot__input-title {
    	font-size: clamp(17px, 4.359vw, 19px);
    }
    
    .custom-foot__input-title .require {
        font-size: 17px;
        line-height: 17px;
    }
    
    .custom-foot__map { margin-top: clamp(37px, 9.4872vw, 50px); }
    
    .custom-foot__counsel-content-form > input[type="text"] { height: 50px; padding: 10px 14px; font-size: 16px; }
    .custom-foot__counsel-content-form > textarea { height: 200px; padding: 10px 14px; font-size: 16px; }
    .custom-foot__counsel-content-agree { margin: 27px 0 40px; font-size: 16px; }
	.custom-foot__counsel-content-agree > label > input[type="checkbox"] { width: 20px; height: 20px; background-size: 18px 18px; }
    .custom-foot__counsel-content-send { height: 55px; padding: 16px 20px 16px 20px; font-size: 17px; }
}


@media all and (max-width: 660px) {
    .contact-box .main__title > h2,
    .contact-box .main__title > span { text-align: center; }
    .contact-box .main__title > p { font-size: 16px; text-align: center; }
    
    .input-column { flex-direction: column; }
    
	.custom-foot__map .map-info { margin-top: 20px; gap: 20px; }
    .custom-foot__map .map-info-box { max-width: 100%; align-items: flex-start; flex-direction: column; gap: 3px; }
    .custom-foot__map .map-info-title { width: auto; font-size: 16px; }
    .custom-foot__map .map-info-text { font-size: 16px;  }
}

.custom-foot {}
.custom-foot__desc {padding: 100rem 0;background: url(/maeng/images/etc/footer_desc_bg.jpg) no-repeat center center/cover;}
.custom-foot__desc > div {font-size: 28rem;font-weight: 400;line-height: 1.615;color: #fff;}



/*
.custom-foot__map {}
.custom-foot__map-wr {position: relative;padding-bottom: 40%;}
.custom-foot__map-wr > iframe {position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;}
*/


.origin-board {position: absolute;top: 0;left: 0;z-index: -1;opacity: 0;}

.location.default-container .main-section-title {
    margin-bottom: 0;
}


@media all and (max-width:1366px) {
    .custom-foot__desc > div { font-size: 20rem;}
}

@media all and (max-width:1023px) {
    .custom-foot__counsel {display: none;}
}

@media all and (max-width:660px) {
    .custom-foot__desc {padding: 60rem 0;}
    .custom-foot__desc > div {font-size: 16rem;}
    /*.custom-foot__map-wr {padding-bottom: 100%;} */
}


body #footer { background: #F5F5F5; } 
#footer .footer-inner { display: flex; width: 100%; max-width: 1200px; margin: 0 auto; padding-bottom: 93px; flex-direction: column; justify-content: space-between; }
#footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 126px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dadada;
}

@media (max-width: 768px) {
    #footer .footer-top {
        padding-top: 80px;
        padding-bottom: 35px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

#footer .footer-social-link {
    display: flex;
    gap: 10px;
}

#footer .footer-social-link a {
	width: 38px;
    height: 38px;
}

#footer .footer-social-link a img {
	width: 100%;
}

#footer .footer-social-link a img.hover { display: none; }
#footer .footer-social-link a:hover .hover { display: block;}
#footer .footer-social-link a:hover .normal { display: none; }

#footer .footer-split {
	padding-top: 50px;
}

#footer .copyright-box { display: flex; gap: 30px; }
#footer .copyright-box a { font-weight: 500; font-size: 17px; color:#292929; letter-spacing: -0.04em; }
#footer .footer-logo { margin-bottom: 50px; }
#footer .footer-logo img { width: 173px; }
#footer .footer-info-box-group {
	display: flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

#footer .footer-info-box {
	display: flex;
    flex-direction: column;
}

#footer .footer-info-box-title {
	font-weight: 600;
    font-size: 17px;
    line-height: normal;
    color: #292929;
    letter-spacing: -0.04em;
}

#footer .footer-info {
	margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #dadada;
    font-weight: 400;
    font-size: 16px;
    color: #656565;
    line-height: 28px;
    letter-spacing: -0.04em !important;
    word-break: break-all;
}

#footer .footer-info-box-text {
    margin-top: 12.8px;
	font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #323232;
    opacity: 0.85;
    letter-spacing: -0.04em;
}


#footer .copyright { margin-top: 40px; font-weight: 500; font-size: 14px; color: #656565; letter-spacing: -0.04em; }

#footer .sns-list { display: flex; gap: 17px; }
#footer .sns-link { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; }

    
.footer__top {display: flex;padding: 73rem 0 40rem;border-bottom: 1rem solid var(--color-neutral-2);}
.footer__top-logo {font-size: 0;}
.footer__top-logo > div > img { width: 129px; }
.footer__top > ul {}
.footer__top > ul > li {display: flex; gap: 15rem;line-height: 32rem;}
.footer__top > ul > li > strong {font-weight: 500;color: #fff;}
.footer__top > ul > li > p {font-weight: 400;}
.footer__top-info {margin-left: auto;}
.footer__top-info > li {}
.footer__top-cs {}
.footer__top-cs > li {}
.footer__top-sns {display: flex;gap: 15rem;margin-left: 125rem;}
.footer__top-sns > li {display: block !important;font-weight: 400;}
.footer__top-sns > li > a {transition: .4s;}
.footer__top-sns > li > a:hover {color: #fff;}
.footer__bottom {padding: 15rem 0 220rem;}
.footer__bottom-copy {font-weight: 400;}

.custom-foot__map-wr iframe { display: block; width: 100%; height: 522px; margin: 0 auto; }

.cta-bg {
    background: url(https://mincare.cafe24.com/web/img/main/visual/cta_bg.webp) no-repeat;
    background-size: cover;
}

.cta-bg .cta-bg__text {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 43px;
}

.cta-bg .cta-bg__text strong {
    font-weight: 700;
}

.cta-bg .cta-bg__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    margin-top: clamp(50px, 3.6458vw, 70px);
	padding: 10px 18px;
    border-radius: 5px;
    background-color: #007aff;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .cta-bg.default-container {
        padding-top: 100px;
        padding-bottom: 150px;
        background: url(https://mincare.cafe24.com/web/img/main/visual/mo-cta_bg-v2.webp) no-repeat;
        background-size: cover;
    }

    .cta-bg .cta-bg__text {
        font-size: clamp(17px, 4.359vw, 19px);
        line-height: 1.9545em;
    }
    
    .cta-bg .cta-bg__button {
        width: 190px;
        height: 48px;
        margin-top: 37px;
    	font-size: 15px;
        align-items: center;
        justify-content: center;
    }
    
    #footer .footer-inner .footer-logo,
    #footer .footer-inner .footer-logo img {
    	width: 144.83px;
    }
}



@media all and (max-width:1600px) {
    .footer__top-sns {margin-left: 50rem;}
}

@media all and (max-width:1366px) {
    #footer {font-size: 16rem;}
}

@media screen and (max-width: 1280px) {
	#footer .footer-inner {
        max-width: none;
        padding: 0 40px;
    }
}

@media screen and (max-width: 1024px) {
	#footer .footer-inner {
        padding: 0 30px;
    }
    
    #footer .footer-info-box-group {
    	flex-wrap: wrap;
        margin: 35px 0;
        gap: 35px 0;
    }
    
    #footer .footer-info-box-group .footer-info-box {
    	width: 30%;
    }
}


@media all and (max-width:860px) {
    .footer__top > ul.footer__top-info {width: 50%;}
    .footer__top > ul.footer__top-cs {width: 50%;}
    .footer__top > ul.footer__top-sns {width: 100%;margin-top: 30rem;}
}

@media screen and (max-width: 768px) {
	#footer .footer-inner {
        padding: 0 20px 100px;
    }
    
    #footer .footer-logo {
    	width: 140px;
    }
    
    #footer .footer-info-box-group .footer-info-box {
    	width: 45%;
    }
    
    #footer .footer-split {
    	padding-top: 34px;
    }
    
    #footer .copyright-box {
        gap: 20px;
        margin-top: 35px;
    	padding-top: 0;
        padding-bottom: 0;
    }
    
    #footer .copyright-box a {
        font-size: 15px;
        line-height: normal;
    }
    
    #footer .footer-info-box-title,
    #footer .footer-info-box-text {
    	font-size: 15px;
        line-height: normal;
    }
    
	#footer .footer-info-box-text {
    	line-height: 25px;
    }
    
    #footer .footer-info {
    	margin-top: 35px;
        padding-top: 35px;
        font-size: 14px;
        line-height: 25px;
    }
    
	#footer .copyright {
        margin-top: 35px;
        font-size: 14px;
    }
    
    #footer .footer-social-link a {
        width: 32px;
        height: 32px;
    }
    
    #footer .footer-logo {
        margin-bottom: 35px;
    }
}


@media all and (max-width:660px) {
    
    .custom-foot__map-wr iframe { width: 100%; height: 400px; }
}

