.offcanvas-backdrop.fade{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.offcanvas-backdrop.show{
    opacity: .5;
}
.offcanvas-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas.show{
    -webkit-transform: none;
    transform: none;
}
.offcanvas-bottom{
    left: 0;
    bottom: 0;
    max-height: calc(100% - 40px);
    border-top: 1px solid rgba(0,0,0,.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.offcanvas-left{
    top: 0;
    left: 0;
    height: 100vh;
    border-right: 1px solid rgba(0,0,0,.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
    backdrop-filter: saturate(180%) blur(20px) !important;
    background-color: rgba(255,255,255,.8) !important;
}
.offcanvas{
    position: fixed;
    z-index: 1045;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    visibility: hidden;
    background: #fff;
    background-clip: padding-box;
    outline: 0;
}
.offcanvas-fade{
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas .btn-close0{
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1000;
}
.offcanvas-header .btn-close{
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}
.offcanvas .btn-close:hover{
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.offcanvas .btn-close{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    cursor: pointer;
    font-size: 16px;
}
.offcanvas button.btn-close{
    -webkit-appearance: button;
}
.offcanvas-body{
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.offcanvas-body{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 16px;
}
.offcanvas-header-3{
    display: flex;
    justify-content: space-between;
    padding: 0px 8px 8px 8px;
    flex-direction: column;
}
.offcanvas-header-2{
    display: flex;
    justify-content: space-between;
    padding: 0px 16px;
    flex-direction: column;
}
.offcanvas-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-header-1{
    border-bottom: 1px solid #edeeef;
    background: #f7f8fa;position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    height: 60px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.offcanvas-header-1>.oc1{
    width: 50px;
    display: flex;
    align-items: center;
}
.offcanvas-header-1>.oc1.first{
    justify-content: flex-start;
}
.offcanvas-header-1>.oc1.last{
    justify-content: flex-end;
}
.offcanvas-header-1>.oc1 a{
    color: #1877f2;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.offcanvas-header-1 a.bold{
    font-weight: 600;
}
.offcanvas-header-1>.oc2{
    width: calc(100% - 50px - 50px - 24px);
}
.offcanvas-header-1>.oc2 h2{
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.offcanvas-title{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
}
.offcanvas-title-2{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 24px;
}
.offcanvas-title-3{
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 500;
}
.offcanvas .___OCStyleHeader, .offcanvas .___ocBody{
    display: none;
}
.offcanvas .ocH{
    font-size: 22px;
    margin-bottom: 12px;
}
.offcanvas .__btnBack{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 300px;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.offcanvas .bol0{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
}
.offcanvas .bol1{
    width: 48px;
    height: 4px;
    border-radius: 20px;
    background: #d0d2d5;
}
.offcanvas .bol2{
    display: flex;
    align-items: center;
}
.offcanvas .bol2-1{
    height: 20px;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){

}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .offcanvas-header-1>.oc2{
        width: calc(100% - 60px - 60px - 28px);
    }
    .offcanvas-header-1>.oc2 h2{
        font-weight: 600;
        font-size: 22px;
    }
    .offcanvas-header-1>.first a, .offcanvas-header-1>.last a{
        font-size: 21px;
    }
    .offcanvas-title{
        font-size: 22px;
    }
    .offcanvas-header-1>.oc1{
        width: 60px;
    }
    .offcanvas .bol0{
        height: 16px;
    }
    .offcanvas-left{
    }
    .offcanvas .btn-close{
        font-size: 14px;
    }
    .offcanvas .btn-close0{
        margin-top: calc((env(safe-area-inset-top))*0.6);
    }
    .offcanvas-body{
        padding-bottom: calc(16px + (env(safe-area-inset-top))*0.2);
    }
}