#footer{
    width: 100%;
    border-top: 1px solid #ddd;
}

.f1{
    width: 100%;
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f1_con1{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.f1_con1 h1{
    color: #111;
}

.openinghour{
    margin-top: 20px;
}

.openinghour p{
    font-size: 16px;
    color: #444;
    font-family: 'Cardo', serif;
    font-weight: 700;
}

.openinghour span{
    font-size: 14px;
    color: #444;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 7px;
}

.f1_con2 ul{
    display: flex;
    align-items: flex-start;
}

.f1_con2 ul li{
    margin-right: 60px;
}

.f1_con2 ul li:last-child{
    margin-right: 0;
}

.f1_con2 ul li p{
    font-size: 16px;
    color: #444;
    font-family: 'Cardo', serif;
    font-weight: 700;
}

.f1_con2 ul li span{
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 10px;
}

.f2{
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy{
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.f2 ul{
    display: flex;
}

.f2 ul li{
    font-size: 14px;
    color: #666;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    cursor: pointer;
    margin-right: 25px;
}

.f2 ul li:last-child{
    margin-right: 0;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}





































/* mobile */
@media screen and (max-width: 767px){
    
    .f1{
        padding: 30px 0;
        display: block;
    }
    
    .openinghour{
        margin-top: 10px;
    }
    
    .openinghour p{
        font-size: 14px;
    }
    
    .openinghour span{
        font-size: 12px;
    }

    .f1_con2{
        width: 100%;
        margin-top: 30px;
    }
    
    .f1_con2 ul{
        display: block;
    }
    
    .f1_con2 ul li{
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .f1_con2 ul li:last-child{
        margin-bottom: 0;
    }
    
    .f1_con2 ul li p{
        font-size: 14px;
    }
    
    .f1_con2 ul li span{
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }
    
    .f2{
        padding: 20px 0;
        flex-direction: column-reverse;
    }
    
    .copy{
        font-size: 10px;
        margin-top: 15px;
    }

    .f2 ul li{
        font-size: 12px;
        cursor: inherit;
        margin-right: 20px;
    }

}






































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    .f1{
        padding: 30px 0;
        display: block;
    }
    
    .openinghour{
        margin-top: 10px;
    }
    
    .openinghour p{
        font-size: 14px;
    }
    
    .openinghour span{
        font-size: 12px;
    }

    .f1_con2{
        width: 100%;
        margin-top: 30px;
    }
    
    .f1_con2 ul{
        justify-content: space-between;
    }
    
    .f1_con2 ul li{
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .f1_con2 ul li:last-child{
        margin-bottom: 0;
    }
    
    .f1_con2 ul li p{
        font-size: 14px;
    }
    
    .f1_con2 ul li span{
        font-size: 11px;
        line-height: 19px;
        margin-top: 5px;
    }
    
    .f2{
        padding: 20px 0;
        flex-direction: column-reverse;
    }
    
    .copy{
        font-size: 10px;
        margin-top: 15px;
    }

    .f2 ul li{
        font-size: 12px;
        cursor: inherit;
        margin-right: 20px;
    }

}


@media screen and (max-width: 300px){
    #nice_layer {
        transform: scale(0.4);
    }
}

@media screen and (min-width: 300px) and (max-width: 400px){
    #nice_layer {
        transform: scale(0.5);
    }
}

@media screen and (min-width: 400px) and (max-width: 500px){
    #nice_layer {
        transform: scale(0.6);
    }
}

@media screen and (min-width: 500px) and (max-width: 660px){
    #nice_layer {
        transform: scale(0.7);
    }
}