@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: #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%);
}

.graph-type-case4 .rod {
    width: 0;
}

.button-tooltip .label-tooltip {        
    position: absolute;
    left: 50%;    
    top: -20px;
    margin: 0;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 24px;
    color: #fff;
    font-weight: 600;
    background-color: #121212;
    white-space: nowrap;    
    transform: translateX(-50%);
}

.button-tooltip .label-tooltip::before {    
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -16px;
    border-top: 8px solid #121212;
    width: 0;
    height: 0;    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateX(-50%);
}

.section-wrap-link .wrap-link {
    background-color: #f9f9f9;
    border-radius: 12px;
}



.item-hospital .item .wrap-state {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-hospital .wrap-state .state {
    height: 20px;
    padding: 0 8px;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: 500;
}

.item-hospital .wrap-state .state.state-possible {
    background-color: #ebf0ff;
    color: #1943d4;
}

.item-hospital .wrap-state .state.state-possible .dday::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    margin: 0 6px;
    background-color: #1943d4;
}

.item-hospital .wrap-state .state.state-impossible {
    background-color: #e9ecef;
    color: #868e96;
}

.item-hospital .wrap-state .state.state-proceeding {
    background-color: #1943d4;
    color: #fff;
}

.item-hospital .wrap-state .state.state-check {
    border: 1px solid #121212;
    color: #121212;   
}

.item-hospital .wrap-state .state.state-complete {
    background-color: #e9ecef;
    color: #868e96;
}

.info-state .state {
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    border-radius: 10px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: 500;
}
.info-state .state.state-possible .dday::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    margin: 0 6px;
    background-color: #1943d4;
}


.info-state .state.state-possible {
    background-color: #ebf0ff;
    color: #1943d4;
}


.info-state .state.state-impossible {
    background-color: #e9ecef;
    color: #868e96;
}

.info-state .state.state-inprogress {
    background-color: #1943d4;
    color: #fff;
}

.info-state .state.verification-requered {
    background-color: #f0f0f0;
    color: #868e96;
}

.info-state .state.state-completed {
    background-color: #e9ecef;
    color: #868e96;
}


.info-detail .list-insure .item {
    position: relative;
    min-height: 56px;
    /* margin-top: 4px; */
    padding: 12px 12px 10px;
    border-radius: 12px;
    background-color: #fff;
}

.info-detail .list-insure .item .wrap-insure {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
}

.info-detail .list-insure .item.insure-logo {
    position: relative;
    padding-left: 54px;
}

.info-detail .list-insure .item.insure-logo::before {    
    content: "";    
    overflow: hidden;    
    display: inline-block;
    position: absolute;
    left: 12px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid #fff;
}

.info-detail .list-insure .item .name {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
}

.info-detail .list-insure .item .copy {
    font-size: 12px;
    line-height: 17px;
}

.info-detail {
    background-color: #f9f9f9;
    border-radius: 12px;    
}

.button-account.button-primary#heroGreenribbon,
.floating-cta-button .button-item.button-caclu {
    pointer-events: none;
    background-color: #e1e1e1;
    border-color: #e1e1e1;

    background: #e1e1e1;
    box-shadow: 0px 8px 8px #e9e9e9;
}

.button-account.button-primary#heroGreenribbon .label-txt,
.floating-cta-button .button-item.button-caclu .label-txt {
    color: #868e96;
}

.button-account.button-primary#heroGreenribbon.active,
.floating-cta-button .button-item.button-caclu.active {
    pointer-events: all;
    background-color: #1943d4;
    border-color: #1943d4;
    color: #fff;

    background: linear-gradient(to left, rgba(25, 67, 212, 1) 40%, rgb(77 117 255 / 90%) 100%);
    box-shadow: 0px 8px 8px #d8e0ff;
}

.button-account.button-primary#heroGreenribbon.active .label-txt,
.floating-cta-button .button-item.button-caclu.active .label-txt {
    color: #fff;
}


[data-ref=costModal] .button-item.button-primary {
    background: linear-gradient(to left, rgba(25, 67, 212, 1) 40%, rgb(77 117 255 / 90%) 100%);
    box-shadow: 0px 8px 8px #d8e0ff;
}