body {
    letter-spacing: -0.5px;
background-color: rgb(241, 243, 248) !important;
}

/* Font Awesome 5 Pro ê¸°ë³¸ ìŠ¤íƒ€ì¼ */
.fa,
.fas,
.far,
.fal,
i.navbar-icon {
    font-family: "Font Awesome 5 Pro" !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
}

/* Solid ì•„ì´ì½˜ (900) */
.fa,
.fas,
i.navbar-icon.fa,
i.navbar-icon.fas {
    font-weight: 900 !important;
}

/* Regular ì•„ì´ì½˜ (400) */
.far,
i.navbar-icon.far {
    font-weight: 400 !important;
}

/* Light ì•„ì´ì½˜ (300) */
.fal,
i.navbar-icon.fal {
    font-weight: 300 !important;
}

/* ë¸Œëžœë“œ ì•„ì´ì½˜ */
.fab,
i.navbar-icon.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
}

/* ì¶”ê°€: ì•„ì´ì½˜ í¬ê¸° ì¼ê´€ì„± ìœ ì§€ */
i.navbar-icon {
    font-size: 1em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}




[hidden],
template {
    display: none;
}

.hidden {
    display: none !important;
}

.dropdown-item .badge {
    background-color: #0c8 !important;
    color: #fff;
}

select {
    -webkit-appearance: revert !important;
    -moz-appearance: revert !important;
    appearance: revert !important;
}

button[type=submit] h6 {
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #185bdc !important;

}

.text-primary {
    color: #4280F8 !important;
}

.bg-primary {
    background-color: #005ff0 !important;
}

.btn-outline-primary {
    color: #185bdc;
    border-color: #185bdc;
}

a {
    color: #000;
}

/*.btn-outline-primary:hover{
	color: initial !important;
    background-color: initial !important;
    border-color: initial !important;
}*/

.form-control {
    font-size: 0.75rem;
}

.order_btn_bottom_banner {
    margin: 2px 0px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

ul {
    list-style: none;
    padding: 0 !important;
}

.process-solution {
    flex-direction: column;
    flex: 1;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    box-shadow: rgb(0 0 0 / 15%) 0 0 20px 0;
}

.process-solution-list {
    padding: 40px 0;
    align-items: center;
    justify-content: center;
}

.process-solution-list span {
    background-color: #4280F8;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.process-solution-header div:nth-child(2) {
    font-size: 32px;
    align-items: center;
    justify-content: center;
}

.process-solution-header div:nth-child(1) {
    color: #4280F8;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 200px;
    height: 50px;
    padding: 16px 30px;
    border-radius: 50px;
}

.process-solution-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4280F8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    height: 210px;
}

.process-main-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #D13D3D;
    color: #fff;
    padding: 28px 0;
    font-size: 24px;
}

.process-main img {
    padding: 80px 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #e0e0e0;
}

.process-desc {
    align-items: center;
    color: #555;
    font-size: 24px;
}

.process-desc i {
    background-color: #D13D3D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.process-title {
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info-desc-right {
    flex: 1;
    flex-direction: column;
}

.product-info-desc-right div {
    background-color: rgba(255, 255, 255, 0.16);
    padding: 13px 26px;
    font-size: 16px;
}

.product-info-desc-left a {
    width: 140px;
    font-size: 14px;
    height: 46px;
}

.product-info-desc-left {
    flex: 1;
}

.product-info-desc-left span:nth-child(1) {
    color: #4280F8;
    font-size: 16px;
}

.product-info-desc-left span:nth-child(2) strong {
    font-size: 60px;
}

.product-info-wrap {
    display: flex;
    width: 85vw;
    font-size: 20px;
    padding: 100px 120px;
    color: #fff;
    background-color: #333743;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.product-info-list {
    list-style: none;
    width: 15vw;
    font-size: 14px;
    padding: 0;
}

.product-info-list li.active {
    color: #fff;
    background-color: #4280F8;
    border: 0;
    position: relative;
}

.product-info-list li.active:before {
    content: '';
    position: absolute;
    background-color: transparent;
    right: -10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #4280F8;
    border-right: 5px solid transparent;
}

.product-info-list li {
    cursor: pointer;
    border: 1px solid rgba(51, 55, 67, 0.2);
    border-radius: 6px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.product-info-list li:not(:first-child) {
    margin-top: 10px;
}

.btn-header-custom {
    border-radius: 6px;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-custom {
    border-radius: 10px;
    color: #fff;
    padding: 5px 20px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-apply {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #000;
}

.scroll_in {
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 12px;
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.scroll_in_01 {
    border-radius: 8px;
    padding: 4px 20px;
    color: #fff;
    font-size: 12px;
}

.scroll_in_02 {

}

.scroll_in_03 {
    color: #ccc;
}

.btn-live-custom {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #ECF3F9;
    padding: 36px;
    box-shadow: rgb(0 0 0 / 25%) 0 4px 4px 0;
}

.btn-live-custom img {
    width: 48px;
}

.btn-live-custom span {
    text-align: left;
    flex: 1;
}

.circle {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-img-m {
    display: none;
}

.main-title span:nth-child(1) {
    font-size: 64px;
    white-space: nowrap;
}

.main-title span:nth-child(4) {
    font-size: 24px;
    color: #6C7889;
}

.live-title {
    flex-direction: column;
}

.live-title span {
    font-size: 54px;
}

.live-title a {
    width: 160px;
}

.sns-info-title span:nth-child(1) {
    font-size: 54px;
}

.sns-info-title span:nth-child(1) span {
    font-size: 54px;
}

.sns-info-title span:nth-child(2) {
    font-size: 24px;
    color: #6C7889;
}

.sns-info-btn-pc {
    display: flex;
}

.sns-info-btn-m {
    display: none;
}

.sns-info-item {
    width: 50%;
}

.review-wrap > * {
    width: 50%;
}

.accordion-title {
    border-bottom: 1px solid #E0E0E0;
}

.accordion {
    border-top: 2px solid #000;
}

.faq-title strong {
    font-size: 20px;
}

.faq-title span {
    font-size: 54px;
}

.swiper-custom-button-next {
    right: -25px;
}

.swiper-custom-button-prev {
    left: -25px;
}

.swiper-custom-button-next,
.swiper-custom-button-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: rgb(0 0 0 / 15%) 0 0 20px 0;
}

.swiper-slide {
    border-radius: 10px;
}

.review-title {
    font-size: 54px;
}

.review-desc {
    font-size: 24px;
    color: #6C7889;
}

.supporter-title span {
    font-size: 54px;
}

.news-title span {
    font-size: 54px;
}

.process-main-m {
    display: none;
}

.footer-desc {
    padding: 60px 0;
    align-items: center;
    font-size: 12px;
}

.modal-close {
    z-index: 20;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.order-wrap {
    max-width: 2200px;
    padding: 1rem;
  margin-left: 280px;
    gap: 40px;
}


.fund-wrap {
    max-width: 2200px;
margin-left: 280px;
  display: flex;
    gap: 40px;
}


.fund-item-wrap {
    max-width: 1600px;
    margin: 0 auto;
    gap: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}



.fund-item {
    background-color: #fff;
    padding: 48px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 4%) 0 0 12px 0;
}

.order-list-title,
.fund-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    font-weight: bold;
    padding: 0 12px;
    word-break: break-all;
    width: 100%;
    position: relative;
    color: #000;
  padding-bottom: 3px;
    border-bottom: 1px solid #ededed;
}

.order-list-title:before,
.fund-title:before {
    content: '';
    position: absolute;
    background-color: #005ff0;
    width: 4px;
    height: 22px;
    left: 0;
    top: 8px;
}

.fund-title > button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 20px;
    height: 42px;
    font-size: 13px;
    gap: 10px;
}








.order-status-wrap {
    background: linear-gradient(90.31deg, #2AD4AC 0.1%, #4280F8 79.09%);
    padding: 10px 0;
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-desc-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fund-desc-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.alert-danger-list-icon {
    width: 16px;
    height: 16px;
    background-color: #D35555;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-success-list-icon {
    width: 16px;
    height: 16px;
    background-color: #55705B;
    border-radius: 100%;
    color: #E2F1E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-text-wrap {
    font-size: 14px;
    display: flex;
    gap: 10px;
    margin-top: 6px;
    align-items: center;
}

/* ëª¨ë°”ì¼ ë²„ì „ */
@media screen and (max-width: 768px) {
    .alert-text-wrap {
        font-size: 12px;
        gap: 6px;
        margin-top: 4px;
        flex-wrap: wrap; /* í•„ìš”í•œ ê²½ìš° ì¤„ë°”ê¿ˆ */
        line-height: 1.4;
    }
}
.order-desc-wrap .card {
    border-color: #E8E9F9;
    border-radius: 12px !important;
}

.order-before-info-wrap {
    gap: 20px;
}

.order-before-info-wrap a {
    flex: 1;
}

.pc {
    display: flex !important;
  border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.mo {
    display: none !important;
}

.fund-info-wrap {
    display: flex;
    justify-content: space-between;
}

.fund-type-wrap {
    display: flex;
}

.fund-type-wrap > input {
    display: none;
}

.fund-type-wrap > input:checked + label {
    border: 1px solid #4E75FF;
    color: #4E75FF;
}

.fund-type-wrap > label {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px 40px;
    cursor: pointer;
}

.fund-charge-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
}

.fund-item select {
    border-radius: 12px !important;
    background-color: #FCFCFF !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-size: unset !important;
    background-position: calc(100% - 10px) calc(100% - 7px), 100% 0 !important;
    border-color: #CDCEDE !important;
}

.fund-item input {
    padding: 14px;
    border-radius: 12px !important;
    height: 41px;
    border: 1px solid #ccc;
}

.fund-item input::placeholder {
    color: #ddd;
}

.fund-charge-wrap input[type=radio] {
    display: none;
}

.fund-charge-wrap input[type=radio]:checked + label {
    border: 1px solid #4E75FF;
    color: #4E75FF;
}

.fund-charge-wrap input[type=radio] + label {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    color: #ddd;
    cursor: pointer;
}

.fund-list-table {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.fund-list-table th {
    padding: 20px;
}

.fund-list-table thead tr {
    border: 1px solid #CDCEDE;
    background-color: #FCFCFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.fund-list-table tbody tr {
    border-bottom: 1px solid #CDCEDE;
}

.fund-list-table tbody td {
    padding: 20px;
    color: #999;
}

.order-list-wrap {
    display: flex;
    max-width: 1600px;
    background-color: #fff;
    padding: 48px;
    border-radius: 12px;
    box-shadow: rgb(0 0 0 / 4%) 0 0 12px 0;
    margin: 0 auto;
}

.order-list-wrap .input-group {
    position: relative;
}

.order-list-wrap .input-group input {
    border-radius: 12px !important;
    background-color: #FCFCFF !important;
    border-color: #CDCEDE !important;
    box-shadow: inset 1px 2px 1px #0000001a !important;
}

.order-list-wrap .input-group input~span {
    position: absolute;
    right: 10px;
    top: 7px;
}

.order-list-wrap .input-group input~span button {
    padding: 0;
}

.order-list-nav-wrap .nav-item {
    background-color: #fff;
    border: 1px solid #D8E5FF;
    border-radius: 12px;
    padding: 4px 20px;
}

.order-list-nav-wrap .nav-item.active {
    border: 1px solid #4E75FF;
}

.order-list-nav-wrap .nav-item a {
    color: #999;
    border: 0;
    padding: 0;
}

.order-list-nav-wrap .nav-item.active a {
    color: #4E75FF;
}

.order-list-nav-wrap {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.order-list-card-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    padding-top: 20px;
}

.order-list-card-wrap .card {
    border: 1px solid #E8E9F9;
    border-radius: 12px;
}

.order-list-card-wrap .badge {
    border-radius: 12px;
}

.badge-clear {
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    border-radius: 12px;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.order-list-card-content {
    display: flex;
}

.order-list-card-header {
    align-items: center;
}

.order-list-main-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  margin-left: 250px;
}

@media screen and (max-width: 768px) {
    .order-title > button {
        padding: 0 10px;
    }

    .order-before-info-wrap > a {
        flex: unset;
        height: 56px;
    }

    .order-before-info-wrap {
        flex-direction: column;
    }

    .order-desc-wrap .card-body > span {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
        font-size: 12px;
    }

    .order-desc-wrap .card-body {
        padding: 15px !important;
    }
.py-10 {
    padding-top: 1rem;
    /* padding-bottom: 2.5rem !important; */
}
    .pc {
        display: none !important;
    }

    .mo {
        display: flex !important;
    }



 

    .order-status-wrap {
        font-size: 12px;
    }

 

  .order-wrap {
        gap: 9px;
        padding: 5px 5px 150px 5px;
        flex-direction: column;
        margin-left: 0;
    }


    .footer-desc {
        padding: 40px 0;
        align-items: start;
        flex-direction: column;
        font-size: 10px;
    }

    .modal-content {
        padding: 0 !important;
    }

    .process-main-pc {
        display: none;
    }

    .process-main-m {
        display: block;
    }

    .process-main-text {
        font-size: 16px;
    }

    .supporter-title span {
        font-size: 30px;
    }

    .news-title span {
        font-size: 30px;
    }

    .faq-title span {
        font-size: 30px;
    }

    .faq-wrap {
        flex-direction: column;
    }

    .faq-wrap > * {
        width: 100% !important;
    }

    .review-wrap .swiper-slide {
        padding: 30px !important;
    }

    .review-desc {
        font-size: 14px;
    }

    .review-title {
        font-size: 30px;
    }

    .review-wrap {
        flex-direction: column;
    }

    .review-wrap > * {
        width: 100%;
    }

    .process-solution-header {
        height: 140px;
    }

    .process-solution-header div:nth-child(1) {
        width: 100px;
        font-size: 12px;
        padding: 8px;
        height: 36px;
    }

    .process-solution-header div:nth-child(2) {
        font-size: 20px;
    }

    .process-solution-wrap {
        flex-direction: column;
    }

    .process-main img {
        padding: 20px;
    }

    .process-desc i svg {
        width: 18px;
        height: 18px;
    }

    .process-desc i {
        width: 22px;
        height: 22px;
    }

    .process-desc {
        font-size: 16px;
    }

    .process-title {
        font-size: 30px;
    }

    .product-info-desc-left-btn-wrap a {
        flex: 1;
    }

    .product-info-desc-left span:nth-child(2) strong {
        font-size: 32px;
    }

    .product-info-wrap {
        padding: 0;
        box-shadow: unset;
        flex-direction: column;
        font-size: 14px;
    }

    .product-info {
        padding: 40px 0;
        flex-direction: column;
        background-color: #333743;
    }

    .product-info-list li.active {
        background-color: #fff;
        color: #4280F8;
    }

    .product-info-list li.active:before {
        content: '';
        position: absolute;
        background-color: transparent;
        right: calc(50% - 5px);
        bottom: -10px;
        border-bottom: 5px solid transparent;
        border-top: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .product-info-list li {
        padding: 0 10px;
        border: 1px solid rgba(204, 204, 204, 0.6);
    }

    .product-info-list li:not(:first-child) {
        margin: 0;
    }

    .product-info-list::-webkit-scrollbar {
        display: none;
    }

    .product-info-list {
        padding: 10px 0;
        display: flex;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        white-space: nowrap;
    }

    .sns-info-item {
        width: 90%;
    }

    .sns-info-btn-pc {
        display: none;
    }

    .sns-info-btn-m {
        display: flex;
    }

    .btn-custom {
        height: 44px;
    }

    .sns-info-wrap {
        flex-direction: column;
    }

    .sns-info-title span:nth-child(1) {
        font-size: 30px;
    }

    .sns-info-title span:nth-child(1) span {
        font-size: 30px;
    }

    .sns-info-title span:nth-child(2) {
        font-size: 14px;
        color: #6C7889;
    }

    .live-btn a {
        padding: 24px;
    }

    .live-title {
        align-items: end;
        justify-content: space-between;
        flex-direction: row;
    }

    .live-title span {
        font-size: 30px;
    }

    .live-title a {
        width: 100px;
        height: 50px;
    }

    .live-wrap {
        flex-direction: column;
    }

    .live-wrap > * {
        width: 100% !important;
    }

    .main-btn {
        flex-direction: column;
        align-items: center;
    }

    .main-btn a {
        width: 240px;
    }

    .main-title span:nth-child(1) {
        font-size: 30px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .main-title span:nth-child(4) {
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-img-m {
        display: block;
    }

    .main-img-pc {
        display: none;
    }

    .fund-wrap {
        flex-direction: column;
      margin: 0;
        padding: 20px;
    }

    .fund-info-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .fund-type-wrap > label {
        flex: 1;
        padding: 20px 30px;
    }

    .fund-item {
        padding: 20px;
    }

    .fund-list-table {
        font-size: 12px;
    }

    .fund-list-table th {
        padding: 10px;
    }

    .fund-list-table tbody td {
        padding: 10px;
    }

    .order-list-main-wrap {
        padding: 20px;
      margin-left: 0;
    }

    .order-list-wrap {
        padding: 15px;
    }

    .order-list-card-wrap {
        display: flex;
        flex-direction: column;
    }
  
.order-list li {
    flex: 0 0 calc(100% / 6); 
    box-sizing: border-box; 
    margin: 10px 0; 
}

    .order-list-card-header {
        flex-direction: column;
        align-items: start;
    }
}


