body {
    font-family: 'Noto Sans KR', sans-serif;
}
#floating-toolbar {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    background: #333;
    color: #fff;
    padding: 0;
}

#floating-toolbar button {
    flex: 1 1 50%;
    margin: 0;
    padding: 20px;
    color: #fff;
    background: #BD9E67;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#floating-toolbar button:first-child {
    background-color: #504533;
}

#kt_app_wrap {
    max-width: 650px;
}

#kt_app_wrapper {
    border-radius: 0 !important;
}

.Slidesbackground {
    margin: 0;
    padding: 0;

}

.slideshow-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.mySlides {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.slideshow-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin: auto;
}

.fade {
    animation-name: fade;
    animation-duration: 6.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
.table-bordered th, .table-bordered td {
    border: 1px solid darkgray;
    font-size: 16px;
}
.table-bordered tr:first-child th,
.table-bordered tr:first-child td {
    border-top: 2px solid #111111;
}
.table-bordered tr:nth-child(n+2) th,
.table-bordered tr:nth-child(n+2) td {
    border-bottom: 1px solid darkgray;
}
.table-bordered tr td:first-child {
    background-color: #F5EFE4;
    font-weight: bold;
}
