/* BASIC css start */
/* ¸¶½ºÅ© ¶Ù¿ì±â */
#mask {
    position: absolute;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    left: 0;
    top: 0;
}
/* ÆË¾÷À¸·Î ¶ß´Â À©µµ¿ì css  */
.window {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 650px;
    background-color: #FFF;
    z-index: 10000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 900px;
    padding-top: 20px;
}
.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(https://img.cultwo-flower.com/web/img/btn_del_black.svg) no-repeat 50%/cover;
}
.wreath_product {
    border-collapse: collapse;
    font-size: 13.5px;
    letter-spacing: -.2px;
    -webkit-text-size-adjust: none
}
.wreath_product a:hover {
    text-decoration: underline;
    color: #0313aa;
}
.wreath_product th {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}
.wreath_product td {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
line-height: 20px;
}
caption {
    display: none;
}

/* BASIC css end */

