body {
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.471;
}
.header {
    text-align: center;
    padding: 10px 0;
}

.w-100w {width: 100%!important;}
.w-75w {width: 75%!important;}
.w-50w {width: 50%!important;}
.w-25w {width: 25%!important;}
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 2rem !important;
}

.m-5 {
    margin: 4rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 4rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 2rem !important;
}

.me-5 {
    margin-right: 4rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 4rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 2rem !important;
}

.ms-5 {
    margin-left: 4rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 2rem !important;
}

.p-5 {
    padding: 4rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pt-5 {
    padding-top: 4rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 2rem !important;
}

.pe-5 {
    padding-right: 4rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 2rem !important;
}

.pb-5 {
    padding-bottom: 4rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 2rem !important;
}

.ps-5 {
    padding-left: 4rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 2rem !important;
}

.gap-5 {
    gap: 4rem !important;
}

.main {width: 100%; padding: 1.5em;display:flex; align-items: center; justify-content: center;flex-direction: column;}
.selected-game {display:flex;justify-content: center;align-items: center;gap:2em;}
.game {text-align: center;}
.game > span {font-weight: bold;}  

.centered-container {width: 100%;height: 100%;margin: 0 auto;}
.centered-container .outer {display: table;width: 100%;height: 100%;}
.centered-container .inner {display: table-cell;vertical-align: middle;text-align: center;}
.centered-container .centered {position: relative;display: inline-block;width: 70%;padding: 1em;}

p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}
p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445
}
.btn-group .parsley-errors-list {
    display: none
}
.bank {padding: 20px 10px;border:1px solid #ddd;text-align: center;margin-top: 10px;cursor:pointer;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.bank:focus{ background-color: red;  }
.bank:last-child{margin-bottom: 10px;}
.pricing {
    background: #fff
}
.pricing .title {
    background: #1ABB9C;
    height: 110px;
    color: #fff;
    padding: 15px 0 0;
    text-align: center
}
.pricing .title h2 {
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 400
}
.pricing .title h1 {
    font-size: 30px;
    margin: 12px
}
.pricing .title span {
    background: rgba(51, 51, 51, 0.28);
    padding: 2px 5px
}
.pricing_features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px
}
.pricing_features ul li {
    margin-top: 10px
}
.pricing_footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    text-align: center;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.pricing_footer p {
    font-size: 13px;
    padding: 10px 0 2px;
    display: block
}
.container-fluid img {width: 100%;margin-bottom: 10px;}
.container img {width: 100%;margin-bottom: 10px;}
.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0
}
.notice-alert {color: #f45f42;font-weight: bold;word-break: keep-all;font-size: 1.5em;}
a.user-profile {
    color: #5E6974 !important
}
.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px
}
table.jambo_table {
    border: 1px solid rgba(221, 221, 221, 0.78)
}
table.jambo_table thead {
    background: rgba(52, 73, 94, 0.94);
    color: #ECF0F1
}
table.jambo_table tbody tr:hover td {
    background: rgba(38, 185, 154, 0.07);
    border-top: 1px solid rgba(38, 185, 154, 0.11);
    border-bottom: 1px solid rgba(38, 185, 154, 0.11)
}
table.jambo_table tbody tr.selected {
    background: rgba(38, 185, 154, 0.16)
}
table.jambo_table tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}
.tab-pane {padding: 10px 5px;}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 38px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #73879C;
    padding-top: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 3px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 0;
    padding: 3px 5px
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc
}
.btn-custom-lg {font-weight : bold;font-size: 3.0em;}
@media all and (min-width:1024px) {
    .centered-container .centered {width: 50%;}
    .container-fluid img {width: 500px;margin-bottom: 10px;}
    /*.container img {width: 500px;margin-bottom: 10px;}*/
} 
.label {font-size: 12px;font-weight: 400;}
.ellipsis {
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}
.table .table-ellipsis {
  position: relative;
}
.table .table-ellipsis span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
}
.table-ellipsis:before {
  content: '';
  display: inline-block;
}
.pointer {cursor:pointer;}
.table .tit {
    background-color: #f9f9f9;
    font-weight: bold;
    vertical-align: middle;
}
.float-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.float-message > .message {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -flex-box;
    display: flex;
    flex-direction : column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    
}
.float-message p {
    margin: 0;
    font-weight: 600;
}
.trustamt-info {
    width: 100%;
    padding: 1em .8em;
    border: 1px solid #ddd;
    border-radius: .3em;
    box-shadow: 1px 1px 1px 1px #ddd;
}
.trustamt-info-tit {
    width: 100%;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.trustamt-info-txt {
    padding: 0 5px;
    margin: 0;
    width: 100%;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right;
    font-style: oblique;
}
.trustamt-info-btn {
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}
.trustamt-info-btn button.btn {
    font-weight: bold;
    font-size: 1.6rem;
}
.req-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: .8em;
    background-color: #ffffe6;
    margin-bottom: 5px;
    font-weight: 600;
}
.req-info table {
    width: 100%;
}
.req-info table td {
    height: 25px;
    vertical-align: top;
    word-break: keep-all;
}
.req-info table td:last-child {
    padding-left: 5px;
}
@media all and (max-width:576px) {
.selected-game {display:flex;justify-content: center;align-items: center;gap:.5em;}
.btn-custom-lg {font-weight : bold;font-size: 1.5em;}
.float-message { bottom: 20px; right: 0; padding: 10px 20px;}
}

@media all and (max-height: 768px) {
.selected-game {display:flex;justify-content: center;align-items: center;gap:1em;}
.container {min-height: 840px;}
}
.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 10px 0;
}
.text-underline {
    text-decoration: underline;
}
.font-weight-600 {
    font-weight: 600!important;
}
.font-weight-700 {
    font-weight: 700!important;
}
.font-weight-800 {
    font-weight: 800!important;
}
.font-weight-900 {
    font-weight: 900!important;
}
.kakaotalk-inquiry {
    background-color: #fae300; 
    color: #3c1e1e;
    font-weight: 900;
    text-decoration: none;
    font-size: 16px;
    padding: 20px 20px 20px 50px;
    display: inline-block; 
    border-radius: 5px; 
    background-image: url('/resources/images/kakaotalk.png');
    background-position: 10px center; 
    background-repeat: no-repeat; 
    background-size: 30px 30px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.kakaotalk-inquiry:hover, .kakaotalk-inquiry:active, .kakaotalk-inquiry:visited, .kakaotalk-inquiry:link{
    color: #3c1e1e;
    text-decoration: none;
}
.kakaotalk-inquiry:hover {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}