/* custom */
.con_box {
    width: 98% !important;
    margin: 1px;
}

.badge_modal_btn {
    background-color: #00B0F0 !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    width: 25% !important;
    height: 35px !important;
    margin-top: 10%;

}

.congrats-title {
    font-size: 40px;
    margin-bottom: 20px;
}


.message-text {
    color: #00B0F0;
    font-size: 20px;
    margin: 0;
}

.badge-info {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10%;
}

.text-right{text-align: right !important;}

.bg-body-sky{
    --bs-bg-opacity:1;
    background-color: #f2fbff;
}


.badge-item {
    text-align: center;
    width: calc((100% - 4 * 30px) / 5);
}

.badge_img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.badge_img:hover {
    transform: scale(1.1);
}

.badge-name {
    height: 36px;
    margin-bottom: 6px;
}

.badge-subtitle {
    margin-bottom: 1px;
}

.nav-tabs .nav-link {
    color: #8a8a8a;
}

.tab_box1  {
    width:95%;
    margin: 5%;
}

.lank_title {

    margin: 10px;
}

.lank_content_table{
    width: 50%;
}

.lank-btn.active {
    background-color: #f2fbff !important;
}

.lank_load.on{
    margin: auto;
    text-align: center;
    background-image: url('/img/loading.gif');
    width:48px; height:48px;
}

/* PC */
@media (min-width: 1200px) {
    .badge-item {
        width: calc((100% - 4 * 30px) / 5);
    }
    .badge-name {
        font-size: 17px;
    }
    .badge-subtitle {
        font-size: 15px;
    }
}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1199px) {
    .badge-item {
        width: calc((100% - 3 * 30px) / 4);
    }
    .badge-name {
        font-size: 15px;
    }
    .badge-subtitle {
        font-size:13px;
    }
    .badge-cg-info {
        font-size: 12px;
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .badge-item {
        width: calc((100% - 2 * 30px) / 3);
    }

    .badge-name {
        font-size: 13px;
    }

    .badge-subtitle {
        font-size:12px;
    }
    .badge-cg-info {
        font-size: 11px;
        margin-bottom: 0 !important;
        margin-top: 15px !important;
    }

    .badge-date {
        font-size: 11px;
    }

    .lank_content_table{
        width: 90%;
    }

    .lank_title {
        font-size:15px !important;
    }

    .lank_content_table {
        font-size: 12px !important;
    }
}