@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 > span{
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.56vw;
    cursor: pointer;
}
.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 #0241A0;
    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 #001636;
}
.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 > span{
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex;
    width: 2.08vw;
    height: 2.08vw;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.56vw;
    cursor: pointer;
}

.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 #0241A0;
    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 #001636;

}
.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{
    width: 100%;
    padding: 4.16vw 7.03125vw;
    background-color: #252525;
    display: flex;
    justify-content: space-between;
}
.footer .left{
    width: 31.25vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #fff;
}
.footer .left figure{
    width: auto;
    height: 5.20vw;
    margin-bottom: 7.29vw;
}
.footer .left figure img{
    width: auto;
    height: 100%;
}
.footer .left .info li{
    margin-bottom: 1.04vw;
    font-weight: 700;
    color: #ffffffa2;
}
.footer .left .info li:last-child{
    margin-bottom: 0;
}
.footer .right{
    padding-left: 4.16vw;
    width: 54.58vw;
    display: flex;
    justify-content: space-between;
    padding-top: 1.04vw;
}
.footer .right ul >a{
    font-weight: 600;
    color: #ffffffa2;
    display: block;
    margin-bottom: 1.30vw;
}
.footer .right ul li{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.8vw;
}
.footer .right ul li:last-child{
    margin-bottom: 0;
}
/* footer */

@media screen and (max-width:500px) {

    .inform > span{
        bottom: 40vw;
        width: 8vw;
        height: 8vw;
        font-size: 6vw;
    }
    .privacy > span{
        bottom: 40vw;
        width: 8vw;
        height: 8vw;
        font-size: 6vw;
    }
    .inform > div{
        top: 40%;
    }
    .privacy > div{
        top: 40%;
    }
    .inform > div > h1{
        font-size: 6vw;
        font-weight: 700;
        margin: 5vw 0;
        padding-bottom: 5vw;
    }
    .inform > div > .text > ul > li > h1{
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }
    .inform > div > .text > ul > li > ul > li{
        font-size: 3.5vw;
        margin-left: 2vw;
    }
    .inform > div > p{
        font-size: 4vw;
    }
    .privacy > div > h1{
        font-size: 6vw;
        font-weight: 700;
        margin: 5vw 0;
        padding-bottom: 5vw;
    
    }
    .privacy > div .text > p{
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    .privacy > div .text > ul > li > h1{
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    
    }
    .privacy > div .text > ul > li > p{
        font-size: 3.5vw;
        line-height: normal;
        margin-bottom: 3vw;
    }
    .privacy > div .text > ul > li > ul > li > p{
        font-size: 3.5vw;
        margin-left: 2vw;
        margin-bottom: 3vw;
    }
    .privacy > div .text > ul > li > ul > li > span{
        margin-left: 2vw;
        font-size: 3vw;
    }
    .privacy > div > p{
        font-size: 4vw;
     
    }
    
        /* footer */
        .footer{
            width: 100vw;
            padding: 10vw 20px;
            flex-direction: column;
        }
        .footer .right{
            display: none;
        }
        .footer .left {
            width: 100%;
            padding-right: 0;
            border-right: none;
        }
        .footer .left figure {
            width: auto;
            height: 15.2vw;
            margin: 0 auto;
            margin-bottom: 8vw;
        }
        .footer .left .info li {
            margin-bottom: 4vw;
            font-size: 3vw;
            text-align: center;
        }
        /* footer */
    
}