#fclass {
    background-color: #393737;
    overflow: hidden;
}
#fclass .reservation-content{
    width: 100%;
    height: 100%;
    padding-bottom: 200px !important;
}
/* 드레스피팅 */
#fclass .reservation-content.fitting-content .backbutton-common{
    
}
#fclass .reservation-content.wedding-content .backbutton-common{
    /* color: black;
    border: 1px solid black; */
}
#fclass .reservation-content.fitting-content{
    width: 100%;
    height: 100%;

    padding-bottom: 0px !important;

    display: flex;
    align-items: center;
    justify-content: center;
}
#fclass .reservation-content.fitting-content .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.267); */
    z-index: 2;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    animation: bg-anim 15.0s linear infinite both;
}
#fclass .reservation-content.fitting-content .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
@keyframes bg-anim{
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
#fclass .reservation-content.fitting-content .intro-info {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 24%), rgb(0 0 0 / 87%));
    /* backdrop-filter: blur(3px); */
    /* -webkit-backdrop-filter: blur(3px); */
    /* border-radius: 30px; */
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* border: 1px solid rgb(255 255 255 / 19%); */
    z-index: 10;
}
#fclass .reservation-content.fitting-content .intro-info .tit {
    text-align: center;
    color: #ffffff;
    font-size: 68px;
    font-weight: 700;
    /* -webkit-text-stroke: 2px #ffffff; */
    text-shadow: 2px 2px 20px rgb(0 0 0 / 80%);
}
#fclass .reservation-content.fitting-content .intro-info .desc {
    color: rgb(0 0 0 / 72%);
    font-size: 30px;
    width: 520px;
    margin-top: 40px;
    color: white;
}
#fclass .reservation-content.fitting-content .intro-info .once-info {
    margin-top: 30px;
    color: rgb(255 223 10 / 89%);
    font-size: 21px;
    text-shadow: 2px 2px 20px rgb(0 0 0 / 80%);
}



#fclass .reservation-content.fitting-content .intro-info .revadd.opening {
    width: 100%;
    height: 100%;
    bottom: 0;
    color: white;
}
#fclass .reservation-content.fitting-content .intro-info .revadd {
    width: 520px;
    height: 115px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #1eb0ff; */
    font-size: 35px;
    font-weight: 500;
    /* border-radius: 30px; */
    /* color: #1eb0ff; */
    color: white;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 55%);
    
    transition: all 0.2s ease;

    border-radius: 58px;
    
    background: linear-gradient(233deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 0%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#fclass .reservation-content.fitting-content .intro-info .waitadd {
    width: 520px;
    height: 115px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #1eb0ff; */
    font-size: 35px;
    font-weight: 500;
    /* border-radius: 30px; */
    /* color: #1eb0ff; */
    color: white;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    transition: all 0.2s ease;
    border-radius: 58px;
    background: linear-gradient(233deg, #f6ae1e6e, #f6ae1edb);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    overflow: hidden;
    white-space: nowrap;
}
#fclass .reservation-content.fitting-content .intro-info .waitclosed {
    width: 520px;
    height: 115px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #1eb0ff; */
    font-size: 35px;
    font-weight: 500;
    /* border-radius: 30px; */
    /* color: #1eb0ff; */
    color: white;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    transition: all 0.2s ease;
    border-radius: 58px;
    background: linear-gradient(233deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 0%));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#fclass .reservation-content.wedding-content{
    padding: 100px 20px;
    background-color: #fbfdff;

    background-image: url('../../../img/test-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#fclass .reservation-content.wedding-content .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(0 0 0 / 24%), rgb(0 0 0 / 47%));
}
#fclass .reservation-content.wedding-content .list {
    /* display: inline-block; */
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

#fclass .i-class {
    margin: 10px 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(233deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 0%));
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    border-radius: 110px;

    
    transition: all 0.2s ease;
}
#fclass .i-class .item{
    width: 100%;
    height: 180px;
    
    /* background-color: white; */
    

    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fclass .i-class .item .thumb {
    /* border: 1px solid red; */
    min-width: 220px;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
#fclass .i-class .item .thumb .img-cont {
    width: 80%;
    border-radius: 50%;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    overflow: hidden;
}
#fclass .i-class .item .thumb .img-cont::before {
    content: '';
    width: 100%;
    display: inline-block;
    margin-top: 100%;
}
/* #fclass .i-class .item .thumb::before {
    content: '';
    margin-left: 100%;
    height: 100%;
    display: inline-block;
} */
#fclass .i-class .item .cont {
    /* width: 100%; */
    height: 100%;

    padding-left: 26px;
    padding-right: 50px;
    padding-top: 28px;
    padding-bottom: 20px;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
#fclass .i-class .item .cont .name{
    font-size: 30px;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 60%);
}
#fclass .i-class .item .cont .info{    
    padding-top: 10px;
}
#fclass .i-class .item .cont .info .desc {
    font-size: 22px;
    color: white;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 60%);
}

