div {
    font-family: "Noto Sans KR", sans-serif;
}
.card-title {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 800;
}
.divbox1 {
    border-color: black !important;
    background-color: white;
}
.fee_info {
    font-family: "Noto Sans KR", sans-serif;
    color: #ff6b6c ;
    font-weight: 400;
}
h1, h2 {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 800;
}
.inputxt {
    font-size: large;
    font-weight: 800;
}

.span_block_normal {
    display: block;
    color: #ff6b6c  ;
}

.span_block_normal2 {
    display: block;
    line-height: 12px;
}

p span {
    display: block;
    font-family: "Noto Sans KR", sans-serif !important;
  }

  .card-btn { border-color: black !important; background-color: #5b9760 !important; }
  .directdeposit-btn {border-color: black !important; background-color: #8b5b97 !important;}

  .btn-white-text { color: white !important }


  .badge_sm_orange {
    min-width: 1.8em;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: white !important;
    cursor: pointer;
    background-color: #ff6b6c !important;
}

.badge_sm_blue {
    min-width: 1.8em;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: white !important;
    cursor: pointer;
    background-color: #6b86ff !important;
}

.badge_sm_emerald {
    min-width: 1.8em;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: white !important;
    cursor: pointer;
    background-color: #6bffa4 !important;
}

.badge_sm_pink {
    min-width: 1.8em;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: white !important;
    cursor: pointer;
    background-color: #f36bff !important;
}

.badge_sm_pink_i {
    min-width: 1.8em !important;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: white !important;
    cursor: none;
    background-color: #f58dff !important;
}

.badge_sm_gray {
    min-width: 1.8em;
    padding: .25em !important;
    margin-left: .1em;
    margin-right: .1em;
    color: white !important;
    cursor: pointer;
    background-color: #696969 !important;
}

.big_title {
    font-size: 2.0rem;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 900;
    letter-spacing: -0.05em;
    word-spacing: 0.05em;
    display: grid;
    align-items: center;
    line-height: 1.2em;
    
}

.mid_title {
    font-size: 1.5rem;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    letter-spacing: -0.05em;
    word-spacing: 0.05em;
    display: grid;
    align-items: center;
    line-height: 1.2em;
    
}

.card-title {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
}
.subtitle {
    font-family: "Noto Sans KR", sans-serif !important;
    color:rgb(84, 85, 88);
}	
.radius_img_10 { border-radius: 1.0rem;} 
.radius_img_20 { border-radius: 20%;} 

.label1 {
    font-size: 1.5rem !important;
}

.wrap-vertical {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.wrap-vertical::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}