/* BASIC css start */
/* ¸¶½ºÅ© ¶Ù¿ì±â */
#mask {
    position: absolute;
    z-index: 1000;
    background-color: #000;
    display: none;
    left: 0;
    top: 0;
}
/* ÆË¾÷À¸·Î ¶ß´Â À©µµ¿ì css  */
.window {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 10000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 20px;
    overflow-x: hidden; 
}
.close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    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;
    line-height: 24px;
    font-size: 0.875em;
    letter-spacing: -.2px;
    line-height: 24px;
    -webkit-text-size-adjust: none 
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
}
.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: 5px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    line-height: 25px;
}
caption {
    display: none;
}
/* BASIC css end */

