.layer_notify {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10001
}

.layer_notify-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, 0);
    width: 343px;
    margin-left: -171px !important;
    margin-top: -229px !important;
    border-radius: 15px;
    overflow: hidden;
}

.layer_notify .button_group {
    display: flex;
    flex-wrap: nowrap
}

.layer_notify .button_group [class^="btn_base-"] {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    border: 0
}

.layer_notify .button_group .btn_base-a {
    border-top: 1px solid #ccc
}

#notifyOwl .notify-item {
    width: 343px;
    height: auto
}

#notifyOwl .owl-prev,
#notifyOwl .owl-next {
    text-indent: -9999px;
    position: absolute;
    width: 18px;
    height: 28px;
    margin-top: -14px
}

/*
#notifyOwl .owl-nav .owl-prev {
    left: 20px;
    background: url(/us/common/images/icon_arrow_prev.png) no-repeat 50% 50% !important;
    background-size: 10px auto !important
}

#notifyOwl .owl-nav .owl-next {
    right: 20px;
    background: url(/us/common/images/icon_arrow_next.png) no-repeat 50% 50% !important;
    background-size: 10px auto !important
}
*/

#notifyOwl .owl-dots {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    margin-left: -1px;
    text-align: center
}

#notifyOwl .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #002f5f !important;
    border-radius: 5px;
    margin: 0 2px;
    vertical-align: top
}

#notifyOwl .owl-dot.active {
    border: none !important;
    background: #002f5f
}

@media (max-width:768px) {
    #notifyOwl.owl-carousel {
        padding: 0
    }

    .layer_notify-inner,
    #notifyOwl .notify-item {
        width: 343px
    }
}

@media (max-width:320px) {
    .layer_notify-inner {
        width: 300px;
        left:57%;
    }
}

.akl [class^="btn_base-"],
[class^="btn_base-"] {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #002f5f;
    font-size: 14px;
    letter-spacing: -.7px;
    text-align: center;
    height: 40px;
    min-width: 50px;
    padding: 0 30px;
    font-weight: 500
}

.btn_base-a {
    background-color: #fff;
    color: #002f5f;
}

.btn_base-b {
    background-color: #002f5f;
    color: #fff
}

[class^="btn_base-"].big {
    height: 60px;
    padding: 0 15px
}