<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_header nav{
  }

  .nav_btn_wrap{
    color:#000;
  }
  .branch_wrap{
    max-width: 1260px;
    margin:0 auto;
    overflow-x: hidden;
  }
  .lang_img{
    color:#000;
  }
.tit_wrap{
    width:100%;
    text-align: center;
    margin-top: 150px;
}
.tit_wrap .main_tit{
    font-size: 33px;
    font-weight: 700;
    font-family: 'PuradakGentleGothicR';
}
.tit_wrap .sub_tit{
    letter-spacing: 9.6px;
    margin-top:10px;
}
.reservation_go{
    display: block;
    text-align: center;
    margin-bottom:50px;
}
.reservation_go a{
    display: inline-block;
    background-color: black;
    color:white;
    text-align: center;
    padding:20px 80px;
    box-sizing: border-box;
    margin:0 auto;
    border-radius: 6px;
    margin-top:52px;
}
.search_bar{
    width:90%;
    max-width:1200px;
    margin:0 auto;
    margin-left:auto;
}
.search_bar input{
    border-radius: 45px;
    border:1px solid #707070;
    padding:16px 20px;
    box-sizing: border-box;
    background-color: #F6F6F6;
    min-width: 380px;
}
.search_bar input::placeholder{
    color:#D7D7D7;
    font-size: 14px;
}
.reserve_table{
    max-width: 1000px;
    margin:0 auto;
    width:100%;
    text-align: center;
    margin-top:15px;
    margin-bottom:30px;
    min-height:400px;
}
.reserve_table table{
    width:100%;
}
.reserve_table table thead tr{
    border-top:1px solid #ACACAC;
    border-bottom:1px solid #ACACAC;
}
.reserve_table table thead tr th{
    padding:28px 0;
    font-size: 18px;
    color:#6E6E6E;
    font-family: 'NanumBarunGothic' !important;

}
.reserve_table table tbody tr{
    border-bottom: 1px solid #EBEBEB;
}
.reserve_table table tbody tr td{
    padding:30px 0;
    font-size: 14px;
    color:#7D7D7D;
    font-family: 'NanumBarunGothic' !important;
}
.reserving{
    border-radius: 30px;
    padding:10px 20px;
    border:1px solid black;
    display: inline-block;
}
.reserved{
    border-radius: 30px;
    padding:10px 20px;
    border:1px solid black;
    background-color: black;
    color:white;
    display: inline-block;
}
.mobile{
    display: none;
}

/* Modal styles */
.modal {
    position: fixed; /* Fixed position */
    z-index: 999; /* Higher than other elements */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal content */
.modal-content {
    background-color: #fefefe; /* White background */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 60%;
    max-width: 400px; /* Limit maximum width */
    position: relative;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Password input */
#passwordInput {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Submit button */
#submitButton {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

#submitButton:hover {
    background-color: #45a049;
}


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

    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .tit_wrap .main_tit{
        font-size: 30px;
        font-weight: 700;
    }
    .tit_wrap .sub_tit{
        letter-spacing: 9.6px;
        margin-top:10px;
        font-weight: 300;
    }
    .reservation_go {
        margin-bottom: 30px;
    }
    .search_bar input{
        width:100%;
        margin:0 auto;
        border-radius: 0px;
        min-width: auto;

    }
    .search_bar input::placeholder{
        color:#D7D7D7;
        font-size: 14px;
    }
    .reserve_table{
        max-width: 1200px;
        margin:0 auto;
        width:90%;
        text-align: center;
        margin-top:15px;
        min-height:50vh;
    }
    .reserve_table table{
        width:100%;
    }
    .reserve_table table thead tr th{
        font-size: 16px;
        padding:13px 0;
    }

    .mobile{
        width:90%;
        margin:0 auto;
        min-height: 50vh;
    }
    .mobile_list{
        padding:20px 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .reserved_wrap{
        margin-bottom:10px;
    }
    .mobile .reserved_wrap &gt; div{
        padding:4px 8px;
    }
    .mobile .tit{
        font-weight: 700;
        margin-bottom:15px;
    }
    .mobile .reserving{
        background-color: black;
        color:white;
    }
    .mobile .reserved{
        background-color: #D7D7D7;
        color: #707070;
    }
    .mobile .name{
        color:#707070;
        margin-bottom: 10px;
    }
    .mobile .date{
        color:#dcdcdc;
    }
}</pre></body></html>