@charset "utf-8";
.nav.active {
    overflow-y: scroll;
    /* background-color: #eaf2ff; */
    background-color: rgba(242, 247, 255);
}

.list-account .item-account {
    overflow: hidden;
    background-color: #fff;
    border-radius: 12px;
    /* box-shadow: 0px -1px 20px 0 rgb(192 192 192 / 10%); */
        box-shadow: 0 2px 12px 2px rgb(93 93 93 / 4%);
}
 
.bg-cp {
    /* background: linear-gradient(to bottom, rgb(238 238 238) 0%, rgb(255 255 255 / 90%) 100%); */
}

.style-cp {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    /* border-bottom: 1px dashed #bbb; */
    background-color: #fff;
    z-index: 1;
}

.style-cp::after,
.style-cp::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 16px;
    height: 16px;
    /* background-color: #eaf2ff; */
    background-color: rgba(242, 247, 255);
    border-radius: 16px;
}

.style-cp::after {
    left: -8px;
}

.style-cp::before { 
    right: -8px;
}

.bg-consultant {    
    width: 296px;
    height: 240px;
    margin: auto;
    padding: 0;        
    background-image: url(../../images/common/bg-consultant.png);
    background-size: 296px 240px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;    
}

.item-account .badge {
    border-radius: 4px;
    color: #1943d4;
    border: 1px solid #1943d4;
    vertical-align: middle;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 500;
}

.bg-fff {
    background-color: #fff;
}

.item-account .button-item.button-idcard {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    margin-right: 4px;
    border-radius: 16px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    background-color: #f9f9f9;
    /* border: 1px solid #121212; */
    /* background: linear-gradient(to left, rgba(25, 67, 212, 1) 40%, rgb(77 117 255 / 90%) 100%); */
    color: #121212;
}

.item-account .button-idcard .label-txt::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -18px;
    display: block;
    width: 12px;
    height: 10px;
    background-image: url(/images/common/logo.png);
    background-position: left top;
    background-size: 12px 10px;
    background-repeat: no-repeat;
}

.button-item.button-xs.button-kakaochat {
    position: relative;
    padding-left: 30px;
    border-radius: 16px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    /* background: linear-gradient(to left, rgba(254, 229, 0, 1) 40%, rgb(254 229 0 / 90%) 100%); */
    background-color: #f9f9f9;
    /* border: 1px solid rgb(254, 229, 0); */
    /* border: 1px solid #121212; */
    color: #121212;
    font-weight: 500;
}

.button-kakaochat .label-txt::before {
    content: "";
    position: absolute;
    left: -20px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/images/mv/kakao/icon-share-kakao.png);
    background-position: left top;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.nav .hero-button-wrap {
    overflow: hidden;
    position: relative;
    padding-top: 248px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px 2px rgb(93 93 93 / 4%);
}

.nav .hero-button-wrap::after,
.nav .hero-button-wrap::before {
content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58px;
    height: 195px;
    background-image: url(/images/promotion/img-account1.png);
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: center 14px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 88%, rgba(0,0,0,0) 100%);
}

.modal-item[data-ref="idcardModal"] .dim {
    background-image: linear-gradient(180deg, #fff 0%, rgb(245, 250, 255, .4));
}

.modal-item[data-ref="idcardModal"] .button-item.button-popup-close {
    display: block;
    right: inherit;
}

.nav .hero-button-wrap .button-account {
    position: absolute;
    bottom: 24px;
    left: 16px;
    right: 16px;
    z-index: 2;
    background: linear-gradient(to left, rgba(25, 67, 212, 1) 40%, rgb(77 117 255 / 90%) 100%);
    box-shadow: 0px 8px 8px #d8e0ff;
}

.nav .button-item.button-l.button-primary > .label-txt {
    color: #fff;
    font-size: 14px;
}

.nav .hero-button-wrap::after {
    filter: blur(24px);
    opacity: .3;
}

.modal-item[data-ref="idcardModal"] .button-item.button-popup-close {
    display: block;
    right: inherit;
}


.list-account .item-account::before {
    content: "";
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 100%;
    filter: blur(10px);
}

.nav .subcopycase-list .subcopycase-item .label-wrap {
    background-size: 36px auto;
}

.nav .subcopycase-list .subcopycase-item .label-copy-wrap {
    padding-left: 40px;
}

.item-preparing  {
    background-color: #f4f4f4;
    opacity: 0.4;
}
