@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Noto+Serif+KR:wght@200..900&display=swap');
/* 
 font-family: 'Pretendard';
 font-family: 'Noto Serif KR', serif;
 font-family: "Cormorant Garamond", serif;
*/

/* 컬러, 폰트 시스템 설정 */
h2{ /* 타이틀 */ 
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 5.2rem;
    line-height: 1.35;
}
h3{ /* 소제목 */
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.4;
}
h4{ /* 중간글씨 */
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}
h5{ /* 본문 20px */
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: -0.03em;
}
strong.min{
    font-family: 'Noto Serif KR', serif;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
}


/* 레이아웃 기초 설계 */
html {
    font-size: 10px;
}
body{
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    color: var(--black);
    background: #fff;
    word-break: keep-all;
}
section{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 18rem 0;
}
.wrap{
    width: 86%;
    margin: 0 auto;
    position: relative;
    max-width: 1460px;
}
.line_break480, .line_break768, .line_break1024, .line_break1440{
    display: none;
}


/* aos 애니메이션 이동 거리 */
[data-aos="fade-up"] {
    transform: translateY(8rem); /* 기본은 100px */
}


/* 공통 title 스타일 */
.title{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.title.l{
    text-align: left;
    align-items: flex-start;
}
.title b{
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    font-size: 2.2rem;
    color: #7D7D7D;
}
.title h2{
    margin-top: 2.4rem;
}
.title strong{
    margin-top: 2.4rem;
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    font-size: 5.2rem;
    line-height: 1.45;
}
.title strong.min{
    margin-top: 0;
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.title .p_box{
    margin-top: 4.8rem; 
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.title .p_box p{
    margin-top: 0;
}
.title p span{
    font-weight: 700;
    letter-spacing: -0.02em;
}
.title p{
    margin-top: 2.4rem;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #646464;
}



/* 개발중 팝업 */
.modal_back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    z-index: 1000;
    display: none;
}
.modal{
    position: fixed;
    left: 50%;
    top: 7.5%;
    transform: translateX(-50%);
    width: 400px;
    height: 230px;
    max-width: 80%;
    background: #eee;
    border-radius: 2rem;
    z-index: 1001;
    box-shadow: 2px 4px 7px 1px #00000012;
    text-align: center;
    animation: moveUp .5s ease-in-out;
    display: none;
}
@keyframes moveUp{
    0%{transform: translateX(-50%) translateY(20px); opacity: 0;}
    100%{transform: translateX(-50%) translateY(0); opacity: 1;}
}
.modal img{
    width: 65px;
    object-fit: contain;
    margin-top: 45px;
    margin-bottom: 5px;
}
.modal p{
    font-size: clamp(16.5px, 1.9rem, 19px);
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 0 auto;
}
.modal button{
    width: 100%;
    height: 57px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddddddb4;
    font-weight: 500;
    transition: .3s;
}
.modal button:hover{
    background: #0000000a;
}




/* 공통 footer */
footer{
    width: 100%; 
    border-top: 1px solid #ccc;
}
footer .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 0 8rem;
}
footer button.scroll_up{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    padding: 1.6rem 6rem;
    background: var(--black);
    border-radius: 4px 4px 0 0;
}
footer button.scroll_up img{
    height: 1.5rem;
    object-fit: contain;
}
footer .l_box{
    width: 58.5%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ccc;
}
footer .l_box>img{
    width: fit-content;
    height: 4.4rem;
    object-fit: contain;
}
footer .l_box>b{
    margin-top: 6.4rem;
    font-weight: 600;
    font-size: clamp(15px, 1.7rem, 1.7rem);
    line-height: 1.4;
    letter-spacing: -0.02em;
}
footer .l_box .f_info{
    margin-top: .8rem;
}
footer .l_box .f_info>div{
    font-weight: 300;
    font-size: clamp(14px, 1.7rem, 1.7rem);
    line-height: 1.4;
    display: inline-block;
    margin-top: 1rem;
}
footer .l_box .f_info>div:nth-child(1){
    margin-right: 2.8rem;
}
footer .l_box .f_info>div:nth-child(3){
    display: block;
}
footer .l_box .f_info>div:nth-child(4){
    margin-right: 2.8rem;
}
footer .l_box .f_info>div:nth-child(5){
    margin-right: 2.8rem;
}
footer .l_box .f_info>div b{
    font-weight: 500;
}
footer .l_box .f_info>div b::after{
    content: '';
    width: 1px;
    height: 14px;
    background: #ccc;
    display: inline-block;
    margin: 0 .8rem 0 1rem;
}
footer .l_box .f_info>div b img{
    height: 1.8rem;
    object-fit: contain;
}
footer .l_box .copy{
    margin-top: 4.8rem;
    font-weight: 300;
    font-size: clamp(14px, 1.8rem, 1.8rem);
    letter-spacing: -0.01em;
    color: #666;
}
footer .r_box{
    width: 38.5%;
    display: flex;
    justify-content: space-between;
}
footer .r_box .text_box{
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}
footer .r_box .text_box h4{
    font-weight: 700;
    font-size: clamp(18px, 2.5rem, 2.5rem);
}
footer .r_box .text_box .time .time_table{
    margin-top: 1rem;
    width: 100%;
}
footer .r_box .text_box .time .time_table div{
    width: 100%;
    font-weight: 400;
    font-size: clamp(16px, 2rem, 2rem)
}
footer .r_box .text_box .time .time_table div b{
    font-weight: 400;
    padding: .5rem;
    margin-right: 1.5rem;
    display: inline-block;
    width: 8rem;
    text-wrap: nowrap;
}
footer .r_box .text_box .time .time_table div:nth-child(1) b{
    letter-spacing: .52em;
}
footer .r_box .text_box .time .time_table div:nth-child(2) b{
    letter-spacing: .52em;
}
footer .r_box .text_box .time .time_table div:nth-child(3) b{
    letter-spacing: .2em;
}
footer .r_box .text_box .time .time_table div span span{
    letter-spacing: -0.01em;
}
footer .r_box .text_box .time .time_table div:nth-child(3) span span{
    letter-spacing: 0.038em;
}
footer .r_box .text_box .call strong{
    margin-top: .6rem;
    display: inline-block;
    font-weight: 700;
    font-size: clamp(22px, 3rem, 3rem);
    letter-spacing: 0.03em;
}
footer .r_box .text_box .call p{
    margin-top: .7rem;
    font-weight: 400;
    font-size: clamp(14px, 1.7rem, 1.7rem);
    letter-spacing: -0.05em;
    color: #777;
}
footer .r_box .text_box .call p span{
    margin-left: .2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #555;
}
footer .r_box #map_footer{
    width: 46%;
    height: auto;
    border-radius: 2.4rem;
    border: .75px solid #ccc;
}



/* 공통 반응형 코드 */
@media (min-width: 1920px) {

}
@media (max-width: 1440px) {
    section{
        padding: 16rem 0;
    }
    .line_break1440{
        display: block;
    }
    h2{
        font-size: 4.8rem;
    }
    h3{
        font-size: 3.8rem;
    }
    .title strong{
        font-size: 4.8rem;
    }
    footer{
        justify-content: space-between;
    }
    footer .l_box{
        flex: 1;
        padding-right: 2rem;
    }
    footer .r_box{
        width: 274px;
        justify-content: flex-end;
    }
    footer .r_box #map_footer{
        display: none;
    }
}
@media (max-width: 1024px) {
    html{
        font-size: 9px;
    }
    .line_break1024{
        display: block;
    }
    h2{
        font-size: 4.4rem;
    }
    h3{
        font-size: 3.6rem;
    }
    .title strong{
        font-size: 4.4rem;
    }
    footer .r_box{
        width: 244px;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    html{
        font-size: 8px;
    }
    section{
        padding: 14rem 0;
    }
    h2{
        font-size: 4.2rem;
    }
    h3{
        font-size: 3.4rem;
    }
    p{
        font-size: 15.5px;
    }
    .line_break768{
        display: block;
    }
    .title.downsize h2{
        font-size: 3.39rem;
    }
    .title strong{
        font-size: 4.2rem;
    }
    .title .p_box {
        margin-top: 3.6rem;
    }
    .title p{
        margin-top: 3rem;
    }
    .wrap{
        width: 85%;
    }
    footer .wrap{
        padding: 5rem 0;
        flex-direction: column-reverse;
    }
    footer .l_box{
        width: 100%;
        padding-right: 0;
        border: 0;
        border-top: .5px solid #ccc;
        padding-top: 4rem;
    }
    footer .l_box>img{
        display: none;
    }
    footer .l_box>b{
        margin-top: 0;
    }
    footer .l_box .copy {
        margin-top: 2.4rem;
    }
    footer .r_box{
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 4rem;
    }
    footer .r_box .text_box{
        width: 100%;
        flex-direction: row;
        gap: 6rem;
    }
    footer .r_box .text_box .time .time_table {
        margin-top: 1.2rem;
    }
    footer .r_box .text_box .call strong {
        margin-top: 1.2rem;
        display: block;
    }
    footer button.scroll_up{
        padding: 1.6rem 5rem;
    }
}

@media (max-width: 480px) {
    html{
        font-size: 7px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 24px;
    }
    p{
        font-size: 15.5px;
    }
    .line_break480{
        display: block;
    }
    .title strong{
        font-size: 28px;
    }
    .wrap{
        width: 88%;
    }
    .modal{
        height: 220px;
    }
    .modal button{
        height: 54px;
    }
    .title p{
        font-size: 15.5px;
    }
    footer .r_box .text_box{
        gap: 3.6rem;
        flex-direction: column;
    }
}