@charset "utf-8";
 
.bg-search {
    background-image: url(../../images/onboarding/search.png);    
    background-size: auto 160px;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.hero-button-wrap {
    position: relative;
    padding-top: 224px;
    background-color: #f8f8f8;
    border-radius: 12px;
}

.hero-button-wrap .button-account {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
}

.modal-item .modal-pannel .modal-header .button-popup-close {
    right: initial;
    left: 12px;
}

.button-item.button-primary {
    background-color: #1943d4;
    font-weight: 500;
}

.button-item.button-l > .label-txt {
    font-size: 14px;
}

.graph-wrapper li {
    margin-top: 8px;
}

.graph-wrapper li:first-child {
    margin-top: 0;
}

.graph-wrapper li .graph-rod {
    min-width: 16px;
}

.graph-wrapper li > .label-txt {
    display: block;
    width: 110px;
}

.graph-wrapper li:nth-child(-n+3) {
    width: 100%;
    border-radius: 12px;
    /* box-shadow: inset 0 0 3px rgb(25 67 212 / 80%); */
    background-color: rgba(25 67 212/10%);
}

.graph-wrapper li:nth-child(-n+3) .graph-rod {
    background-image: linear-gradient(to left, rgba(25, 67, 212, 1) 40%, rgba(25, 67, 212, .9) 100%);
    /* background-image: linear-gradient(to left, rgba(25, 67, 212, 1) 40%, rgba(25, 67, 212, .9) 100%); */
    /* box-shadow: inset 0 0 1px rgb(111 121 156); */
}

.graph-wrapper li:nth-child(-n+3) .graph-rod .label-txt {
    color: #121212;
}

.graph-wrapper li:nth-child(-n+3) .graph-rod .won {
    color: #121212;
}

.graph-wrapper li:nth-child(-n+3) .gage-half .graph-rod .won {
    color: #fff;
}

.graph-wrapper li .graph-rod .label-percent {
    position: absolute;
    left: 10px;
    top: 50%;
    min-width: 84px;
    transform: translateY(-50%);
    font-weight: 500;
    white-space: nowrap;
    text-align: left;
    color: #868e96;
}

.detail-medical {
    background-color: #f9f9f9;
    border-radius: 12px;
    /* box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); */
}

.section-hero-graph.graph-contents {
    /* box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); */
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 2px rgb(93 93 93 / 4%);
}