.mainBlock{
    background-color: var(--ast-global-color-1);
    padding-top: 50px; 
    padding-bottom: 50px;
}
.div-kiji-select{
    width: 100%; 
    margin-top: 50px; 
    margin-bottom: 50px;
}
.div-kiji-select-inner{
    background-color: white; 
    border-radius: 5px; 
    width: 50%; 
    margin: 10px;
}
.p-design-result{
    width: 100%; 
    text-align: center; 
    font-size: 20px; 
    font-weight: bold; 
    padding-top: 30px; 
    padding-bottom: 10px; 
    color: black;
}
.div-design-result-canvas{
    display: flex; 
    justify-content: center; 
    align-items: center;
    position: relative;
}
.cvs-part-design{
    width:100%; 
    max-width: 600px; 
    padding: 10px;
    z-index: 10;
}
.div-front-back{
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding-bottom: 30px;
}
.p-front-back{
    width: 50%; 
    text-align: center; 
    color: black;
}
.p-select-message{
    width: 100%; 
    text-align: center;
}
.div-kiji-type{
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.div-select-kiji-type{
    width: 150px; 
    height: 150px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin: 10px; 
    margin-right: 20px; 
    margin-left: 20px; 
    position: relative;
}
.p-select-kiji-type{
    position: absolute; 
    margin: 0px; 
    font-weight: bold;
}
.div-select-pattern{
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center; 
    height: 300px; 
    overflow-y: scroll; 
    overflow-x: hidden; 
    margin-top: 20px; 
    margin-bottom: 10px;
}
.div-kiji-image{
    width: 20%; 
    height: auto;
    z-index: 100;
}
.img-kiji-img{
    width: 85%; 
    border-radius: 5px;
}
.div-size-select{
    display: none; 
    background-color: white; 
    border-radius: 5px; 
    width: 50%; 
    padding: 10px; 
    padding-top: 30px; 
    padding-bottom: 30px; 
    margin-bottom: 50px;
}
.div-select-size{
    display:flex; 
    justify-content: center; 
    align-items: center; 
    margin-top: 15px; 
    margin-bottom: 10px;
}
.div-select-size-inner{
    display:flex; 
    justify-content: center; 
    align-items: center; 
    margin-right: 5px; 
    margin-left: 5px;
}
.lbl-size{
    padding-left: 5px; 
    color: black;
}
.div-canvas-result{
    background-color: white; 
    border-radius: 5px; 
    width: 50%; 
    margin: 10px; 
    margin-bottom: 20px;
}
.p-caution-msg{
    padding-bottom: 30px; 
    font-size: 13px;
    width: 90%;
}
.p-price{
    color:white; 
    border: 2px solid white; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    margin: 10px; 
    margin-top: 20px; 
    width: 20%; 
    min-width: 150px; 
    max-width: 300px;
}
.btn-add-to-cart{
    background-color: white; 
    padding-right: 20px; 
    padding-left: 20px; 
    margin-top: 20px; 
    color: var(--ast-global-color-7);
}
.divModal{
    display: none; 
    position: fixed; 
    width: 100%; 
    height: 100%; 
    left: 0; 
    top: 0; 
    z-index: 11; 
    background-color: rgba(0,0,0,0.4);
}
.modalContent{
    background-color: white; 
    margin: 300px auto; 
    padding: 20px; 
    top: 50%; 
    width: 50%; 
    max-width: 550px; 
    border-radius: 5px;
}
.close{
    color: #aaa; 
    float: right; 
    font-size: 28px; 
    font-weight: bold;
}
.p-check-msg{
    font-weight: bold;
    padding-top: 30px; 
    padding-bottom: 20px; 
    font-size:22px; 
    margin-top:-15px; 
    border-bottom: 2px solid #7E2129; 
    width: 30%; 
    min-width: 100px; 
    text-align: center;
}
.p-purchase-check-msg{
    padding: 10px; 
    padding-bottom: 0px; 
    width:100%; 
    text-align: center; 
    color: black;
}
.btn-add-to-cart-finish{
    font-size: 13px; 
    background-color:#7E2129; 
    color:white;
}
.div-result-canvas-popup{
    padding: 5px; 
    background-color: white; 
    position: fixed; 
    bottom: 30px; 
    right: 0px; 
    z-index: 1000;
}
.div-complete-design-modal{
    display: none; 
    justify-content: center; 
    align-items: center; 
    position: fixed; 
    z-index: 1; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    z-index: 1000;
}
.div-complete-design-modal-inner{
    background-color: #fefefe; 
    padding: 30px; 
    top: 50%; 
    width: 90%; 
    max-width: 650px; 
    border-radius: 10px;
    z-index: 1000;
}
.div-result-modal-canvas{
    background-color: white; 
    border-radius: 10px; 
    width: 100%; 
    padding: 0px;
}
.cvs-result-modal{
    padding: 0px; 
    width: 100%;
}

@media screen and (max-width: 992px){
    .div-kiji-select-inner, .div-size-select, .div-canvas-result, .modalContent{
        width: 90%;
    }
    .div-kiji-image{
        width: 33.3%
    }
    .p-select-message{
        font-size: 12px;
    }
}