@charset "utf-8";


/* 개인정보처리방침 */
.privacy{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000b4;
    z-index: 20;
    backdrop-filter: blur(10px);
}
.privacy > div::-webkit-scrollbar{
    display: none;
}
.privacy > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: calc(100% - 40px);
    height: 50vh;
    background: #fff;
    padding: 20px;
    overflow-y: scroll;
    z-index: 20;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
}
.privacy::before{
    content: "";
    background-color: #00000069;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 19;
}
.privacy.on{
    display: block;
}
.privacy > div > span{
    font-weight: 900;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
}
.privacy > div > h1{
    font-size: 1.5vw;
    font-weight: 700;
    margin: 2vw 0;
    padding-bottom: 2vw;
    text-align: center;
    border-bottom: 2px solid #153F91;
    font-family: 'jalnan';

}
.privacy > div > p{
    font-size: 0.8vw;
    font-weight: 700;
    text-align: center;
}
.privacy > div .text > p{
    font-size: 0.8vw;
    line-height: normal;
    word-break: keep-all;
    margin-bottom: 2vw;
    text-align: center;
}
.privacy > div .text > ul > li{
    margin-bottom: 2vw;
}
.privacy > div .text > ul > li > h1{
    font-size: 0.7vw;
    font-weight: 700;
    margin-bottom: 0.5vw;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid #1191D0;
}
.privacy > div .text > ul > li > p{
    font-size: 0.7vw;
    line-height: normal;
    margin-bottom: 1vw;
}
.privacy > div .text > ul > li > ul > li{
    margin-bottom: 1vw;
}
.privacy > div .text > ul > li > ul > li > p{
    font-size: 0.7vw;
    margin-left: 1vw;
    margin-bottom: 0.5vw;
    font-weight: 600;
}
.privacy > div .text > ul > li > ul > li > span{
    display: block;
    margin-left: 1vw;
    font-size: 0.6vw;
    line-height: normal;

}
/* 개인정보처리방침 */

/* 이용약관 */
.inform{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000b4;
    z-index: 20;
    backdrop-filter: blur(10px);
}
.inform > div::-webkit-scrollbar{
    display: none;
}
.inform > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: calc(100% - 40px);
    height: 50vh;
    background: #fff;
    padding: 20px;
    overflow-y: scroll;
    z-index: 20;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
}
.inform::before{
    content: "";
    background-color: #00000069;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 19;
}
.inform.on{
    display: block;
}
.inform > div > span{
    font-weight: 900;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
}
.inform > div > h1{
    font-size: 1.5vw;
    font-weight: 700;
    margin: 2vw 0;
    padding-bottom: 2vw;
    text-align: center;
    border-bottom: 2px solid #153F91;
    font-family: 'jalnan';

}
.inform > div > p{
    font-size: 0.8vw;
    font-weight: 700;
    text-align: center;
}
.inform > div > .text > ul > li{
    margin-bottom: 2vw;
}
.inform > div > .text > ul > li > h1{
    font-size: 0.7vw;
    font-weight: 700;
    margin-bottom: 0.5vw;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid #1191D0;

}
.inform > div > .text > ul > li > ul > li{
    display: block;
    margin-left: 1vw;
    font-size: 0.6vw;
    line-height: normal;
    margin-bottom: 0.5vw;
}
.inform > div > .text > ul > li > ul > li:last-child{
    margin-bottom: 0;
}
/* 이용약관 */

/* footer */
.footer.mobile{
    display: none;
}

.footer{
    width: 100%;
    height: 50vw;
    position: relative;
    padding-top: 5.20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.footer .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer .bg figure{
    width: 100%;
    height: 100%;
}
.footer .bg figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .inner{
    width: 85.39vw;
    z-index: 2;
    color: #fff;
}
.footer .inner .up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.72vw;
}
.footer .inner .up .title{
    position: relative;
    width: calc(100% / 2);
}
.footer .inner .up .title h1{
    font-family: 'jalnan';
    font-size: 2.08vw;
    font-weight: 600;
}
.footer .inner .up .title figure{
    position: absolute;
    top: 1.3vw;
    left: 0.5vw;
}
.footer .inner .up .info{
    width: calc(100% / 2);
    display: flex;
    justify-content: space-between;
    padding-left: 3.64vw;
}
.footer .inner .up .info .list{
    display: flex;
    font-size: 1.04vw;
}
.footer .inner .up .info .list ul:nth-child(1){
    color: #D1CDCD;
}
.footer .inner .up .info .list ul:nth-child(2){
    margin-left: 2.60vw;
    font-weight: 600;
}
.footer .inner .up .info .list ul li{
    margin-bottom: 1.30vw;
}
.footer .inner .up .info .list:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.footer .inner .up .info .list:nth-child(2) p{
    margin-bottom: 1.30vw;
    font-weight: 600;
}
.footer .inner .up .info .list:nth-child(2) >div{
    display: flex;
}
.footer .inner .up .info .list:nth-child(2) >div ul:nth-child(1) li{
    letter-spacing: 0.44vw;
}
.footer .inner .up .info .list:nth-child(2) >div ul:nth-child(1) li:last-child{
    letter-spacing: 0;
}
.footer .inner .down{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 15.625vw;
}
.footer .inner .down .box{
    width: 19.89vw;
    border-radius: 0.52vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer .inner .down .box:nth-child(1) {
    background-color: #153F91;
}
.footer .inner .down .box:nth-child(1) > figure{
    width: 15.26vw;
}
.footer .inner .down .box:nth-child(1) > figure > img{
    width: 100%;
    object-fit: cover;
}
.footer .inner .down .box:nth-child(1) .cont{
    width: 15.26vw;
    display: flex;
    justify-content: center;
    margin-top: 3.64vw;
}
.footer .inner .down .box:nth-child(1) .cont .item{
    width: 7.2vw;
    height: 2.60vw;
    border-radius: 1.30vw;
    background-color: #1191D0;
    position: relative;
    display: flex;
    align-items: center;
}
.footer .inner .down .box:nth-child(1) .cont .item figure{
    width: 2.60vw;
    height: 2.60vw;
    border-radius: 50%;
    background-color: #1191D0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 0 3px 1px #00000080;
}
.footer .inner .down .box:nth-child(1) .cont .item figure img{
    width: 1.56vw;
    object-fit: cover;
}
.footer .inner .down .box:nth-child(1) .cont .item span{
    font-family: 'jalnan';
    font-size: 1.14vw;
    display: block;
    margin-left: 0.5vw;
}
.footer .inner .down .box:nth-child(2){
    background-color: #535353;
    color: #D1CDCD;
}
.footer .inner .down .box:nth-child(2) > figure{
    width: 3.125vw;   
}
.footer .inner .down .box:nth-child(2) > figure img{
    width: 100%;
    object-fit: cover;
}
.footer .inner .down .box:nth-child(2) > h1{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin: 0.52vw 0 1.19vw;
}
.footer .inner .down .box:nth-child(2) > p{
    font-size: 1.04vw;
    line-height: 1.5;
    text-align: center;
}
.footer .inner .down .box:nth-child(2) > p span{
    color: #1191D0;
}
.footer .inner .down .box:nth-child(3){
    background-color: #535353;
    color: #D1CDCD;
}
.footer .inner .down .box:nth-child(3) > figure{
    width: 3.125vw;   
}
.footer .inner .down .box:nth-child(3) > figure img{
    width: 100%;
    object-fit: cover;
}
.footer .inner .down .box:nth-child(3) > p{
    font-family: 'jalnan';
    font-size: 1.56vw;
    margin: 0.52vw 0 0.78vw;
}
.footer .inner .down .box:nth-child(3) > h1{
    font-size: 2.08vw;
    font-weight: 800;
}
.footer .inner .down .box:nth-child(3) > span{
    font-size: 0.93vw;
}
.footer .inner .down .box:nth-child(4){
    overflow: hidden;
}
.footer .root_daum_roughmap {
    width: 100%;
}
.footer .inner > h1{
    font-family: 'jalnan';

    width: 100%;
    text-align: right;
    font-size: 1.56vw;
    margin: 1.58vw 0;
    font-weight: 600;
}
.footer .end{
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 1.58vw 7.03vw 1vw;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}
.footer .end > span{
    padding-top: 1.04vw;
    font-size: 0.72vw;
    color: #797979;
}
.footer .end > ul{
    display: flex;
    font-size: 0.93vw;
}
.footer .end > ul li{
    margin-left: 2.86vw;
}
/* footer */

@media screen and (max-width:500px) {
        /* 개인정보처리방침 */
        .privacy > div > h1{
            font-size: 4.5vw;
            margin: 4vw 0;
            padding-bottom: 4vw;
        }
        .privacy > div .text > p{
            font-size: 2.8vw;
            margin-bottom: 6vw;
        }
        .privacy > div .text > ul > li{
            margin-bottom: 4vw;
        }
        .privacy > div .text > ul > li > h1{
            font-size: 2.7vw;
            margin-bottom: 2.5vw;
            padding-bottom: 2.5vw;
        }
        .privacy > div .text > ul > li > p{
            font-size: 2.7vw;
            margin-bottom: 3vw;
        }
        .privacy > div .text > ul > li > ul > li{
            margin-bottom: 4vw;
        }
        .privacy > div .text > ul > li > ul > li > p{
            font-size: 2.7vw;
            margin-left: 3vw;
            margin-bottom: 2.5vw;
        }
        .privacy > div .text > ul > li > ul > li > span{
            margin-left: 3vw;
            font-size: 2.6vw;
        }
        .privacy > div > p{
            font-size: 3vw;
        }
        /* 개인정보처리방침 */

        /* 이용약관 */
        .inform > div > h1{
            font-size: 4.5vw;
            margin: 4vw 0;
            padding-bottom: 4vw;
        }
        .inform > div .text > p{
            font-size: 2.8vw;
            margin-bottom: 6vw;
        }
        .inform > div .text > ul > li{
            margin-bottom: 4vw;
        }
        .inform > div .text > ul > li > h1{
            font-size: 2.7vw;
            margin-bottom: 2.5vw;
            padding-bottom: 2.5vw;
        }
        .inform > div > .text > ul > li > ul > li{
            margin-left: 3vw;
            font-size: 2.6vw;
            margin-bottom: 2.5vw;
        }
        .inform > div > p{
            font-size: 3vw;
        }
        /* 이용약관 */



        /* footer */
        .footer.pc{
            display: none;
        }
        .footer.mobile{
            display: block;
        }
        .footer{
            padding: 100px 0;
            background-color: #000;
            height: max-content;
    
        }
        .footer .inner{
            width: 100%;
        }
        .footer .inner .up{
            width: 100%;
            position: relative;
            padding: 0 20px;
            flex-direction: column;
        }
        .footer .inner .up .bg{
            top: 20%;
            left: 20px;
            width: calc(100% - 40px);
            position: absolute;
            height: auto;
        }
        .footer .inner .up .bg figure{
            width: 100%;
        }
        .footer .inner .up .bg figure img{
            width: 100%;
            object-fit: cover;
        }
        .footer .inner .up .title{
            position: relative;
            width: 100%;
            text-align: center;
        }
        .footer .inner .up .title h1{
            font-size: 6vw;
            margin-bottom: 14vw;
        }
        .footer .inner .up .title figure{
            top: 3vw;
            left: 0;
            width: 90vw;
        }
        .footer .inner .up .title figure img{
            width: 100%;
            object-fit: cover;
        }
        .footer .inner .up .info{
            position: relative;
            width: 100%;
            flex-direction: column;
            padding: 0;
            margin-bottom: 10vw;
        }
        .footer .inner .up .info .list{
            font-size: 4vw;
            margin-bottom: 8vw;
        }
        .footer .inner .up .info .list:last-child{
            margin-bottom: 0;
        }
        .footer .inner .up .info .list ul li{
            margin-bottom: 5vw;
        }
        .footer .inner .up .info .list ul:nth-child(2){
            margin-left: 10vw;
        }
        .footer .inner .up .info .list:nth-child(2) p{
            margin-bottom: 5vw;
        }
        .footer .inner .up .info .list:nth-child(2) ul:nth-child(2){
            margin-left: 3vw;
        }
        .footer .inner .down{
            height: max-content;
        }
        .footer .inner .down .box:nth-child(1){
            display: block;
            width: 100%;
            height: 100vw;
        }
        .root_daum_roughmap .wrap_map{
            height: 100vw !important;
        }
        .footer .inner > h1{
            margin: 12vw 0 4vw;
            font-size: 2.8vw;
            padding: 0 20px;
        }
        .footer .end{
            width: 100%;
            flex-direction: column;
        }
        .footer .end{
            padding: 0;
            padding-top: 4vw;
    
        }
        .footer .end > ul{
            font-size: 2.8vw;
            justify-content: center;
            margin-bottom: 3vw;
        }
        .footer .end > ul li{
            margin-left: 10vw;
        }
        .footer .end > ul li:first-child{
            margin-left: 0;
        }
        .footer .end > span{
            text-align: center;
            font-size: 2vw;
            padding: 0;
        }
        /* footer */
    
}