@charset "utf-8";
/* 랜딩 페이지 */

/* 팝업 */

.popUp_back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    z-index: 998;
}
.popUp{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 580px;
    background: #F3F3F1;
    border-radius: 1.2rem;
    overflow: hidden;
    z-index: 999;
    box-shadow: 2px 4px 7px 1px #00000012;
    text-align: center;
    animation: popUp .6s ease-in-out;
}
@keyframes popUp{
    0%{transform: translateX(-50%) translateY(calc(-50% + 20px)); opacity: 0;}
    100%{transform: translateX(-50%) translateY(-50%); opacity: 1;}
}
.popUp b{
    margin-top: 8rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 2.8rem;
    display: block;
}
.popUp strong{
    margin-top: .4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3.8rem;
    display: block;
}
.popUp p{
    margin: 3.4rem 0 5.2rem;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #555;
    padding: 0 2rem;
}
.popUp p span{
    font-weight: 600;
    color: var(--black);
}
.popUp button{
    width: 100%;
    height: 6.4rem;
    border-top: .5px solid #00000039;
    font-weight: 500;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.popUp button:hover{
    background: #0000000a;
}










.page_wrap{
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
}
header{
    width: 36rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 6rem;
    background: #f7f7f7;
    box-shadow: 4px 2px 1.6rem rgba(0, 0, 0 , .15);
    z-index: 10;
}
header h1{
    height: 100px;
    margin-bottom: 10rem;
}
header h1 img{
    height: 10rem;
    object-fit: contain;
}
header div{
    width: 100%;
    display: flex;
    flex-direction: column;
}
header div h4{
    font-weight: 600;
}
header .time{
    margin-top: 2rem;
}
header .time table{
    width: 100%;
    font-size: 2rem;
    border-collapse: separate;
    border-spacing: 0 1rem;
}
header .time table th{
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.3em;
}
header .time table tr:last-of-type th{
    letter-spacing: 0;
}
header .time table td{
    text-align: right;
}
header .time table tr:first-of-type td span{
    letter-spacing: -0.01em;
}
header .time table td span{
    letter-spacing: 0.038em;
}
header .call{
    margin-top: 4rem;
}
header .call strong{
    margin-top: 1rem;
    font-weight: 700;
    font-size: 3.4rem;
    letter-spacing: -0.02em;
    color: #5A4E51;
}
header .call p{
    margin-top: .8rem;
    font-size: 400;
    font-size: clamp(14px, 1.7rem, 1.7rem);
    letter-spacing: -0.05em;
    color: #777;
}
header .call p span{
    margin-left: .2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #555;
}
header .location{
    margin-top: 4rem;
}
header .location h5{
    margin-top: 1.5rem;
    font-weight: 400;
}

.center_select{
    flex: 1;
    height: 100vh;
    display: flex;
    padding: 0;
}
.center_select>div{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 85% 75%;
    background-size: cover;
    color: #fff;
    transition: background-size 0.5s ease-out, filter 0.5s ease-out;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0 2rem;
}
.center_select>div::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: .5s cubic-bezier(0.25, .08, 0.5, 1);
    opacity: 0;
}
.center_select>div.choice::before {
    opacity: 1;
    transform: translateX(0);
}
.center_select>div.center1{
    background-image: url(/img/landing/center1.jpg);
}
.center_select>div.center1:before{
    background: #e4ad5b75;
}
.center_select>div.center2{
    background-image: url(/img/landing/center2.jpg);
}
.center_select>div.center2:before{
    background: #e77f7475;
}
.center_select>div h2{
    margin-top: -6%;
    font-weight: 700;
    font-size: 5.4rem;
    line-height: 1.35;
    letter-spacing: -0.03em;
    text-shadow: 0 0 20px rgba(0, 0, 0 , .08);
    z-index: 1;
}
.center_select>div .hover_box{
    position: absolute;
    top: auto;
    margin: 0 auto;
    margin-top: calc(5.4rem + 45px);
    z-index: 1;
}
.center_select>div .hover_box a{
    background: rgba(0, 0, 0 , .44);
    backdrop-filter: blur(3px);
    border-radius: 5rem;
    padding: 1.4rem 3.8rem;
    overflow: hidden;
    font-weight: 400;
    font-size: clamp(17px, 2.2rem, 22px);
    letter-spacing: -0.02em;
    transform-origin: center center;
    width: 23rem;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
}
.center_select>div .hover_box:hover a{
    width: 27rem;
    height: 27rem;
    border-radius: 50%;
    background: rgba(0, 0, 0 , .3);
}
.center_select>div a img{
    position: absolute;
    left: auto;
    top: 66%;
    margin-left: 5px;
    width: 2rem;
    object-fit: contain;
    transition: .4s;
    display: none;
    opacity: 0;
    animation: gogo 1.6s .3s infinite;
}
@keyframes gogo{
    0%{
        transform: translateX(-50%);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: translateX(50%);
        opacity: 0;
    }
}
.center_select>div .hover_box:hover a img{
    display: block;
}





@media (min-width: 1921px) {
    header{
        width: 46rem;
        padding: 0 8rem;
    }
}
@media (max-width: 1440px) {
    .page_wrap{
        flex-direction: column;
        height: auto;
        overflow: visible;
    }
    header{
        width: 100%;
        height: 64rem;
        flex-direction: row;
        padding: 0;
    }
    header h1{
        width: 57%;
        height: 78%;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: .5px solid #888;
    }
    header .info{
        width: 43%;
        padding: 0 8% 0 6%;
    }
    header .time{
        margin-top: 0;
    }
    .center_select{
        flex-direction: column;
        height: auto;
    }
    .center_select>div{
        flex: auto;
        width: 100%;
        height: 100vh;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
    .popUp{
        top: 7.5%;
        transform: translate(-50%, 0);
    }
    @keyframes popUp{
        0%{transform: translateX(-50%) translateY(20px); opacity: 0;}
        100%{transform: translateX(-50%) translateY(0); opacity: 1;}
    }
    .center_select>div{
        flex: auto;
        width: 100%;
        height: 580px;
    }
    header h1 img{
        height: 8rem;
    }
    header .info{
        width: 60%;
        padding: 0 8% 0 6%;
    }
    
}
@media (max-width: 480px) {
    .popUp{
        width: 85%;
    }
    header{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: 88rem;
    }
    header h1{
        border: 0;
        margin-top: 10rem;
        width: 100%;
        height: auto;
        margin-bottom: 5rem;
        border-bottom: .5px solid #ccc;
        padding-bottom: 4rem;
    }
    header h1 img{
        height: 9rem;
    }
    header .info{
        max-width: 100%;
        width: 360px;
        padding-left: 10%;
    }
    header h4{
        font-size: 20px;
    }
    header .time table{
        margin-top: 9px;
        font-size: 17px;
    }
    header .call strong {
        font-size: 26px;
    }
    header h5{
        font-size: 17px;
    }
    .center_select>div{
        height: 540px;
    }

    .center_select>div .hover_box a{
        padding: 1.5rem 4rem;
        width: auto;
        height: auto;
    }
    .center_select>div .hover_box:hover a{
        width: auto;
        height:auto;
        border-radius: 5rem;
        background: rgba(0, 0, 0 , .44);
    }
    .center_select>div .hover_box:hover a img{
        display: none;
    }
}