@charset "utf-8";

/* ----------------------------------------------------------------------------------
    Introduction.vm
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    Organization
---------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------
    program.vm
---------------------------------------------------------------------------------- */
.program .table-bordered > thead > tr > th, .table-bordered > thead > tr > th {
    background-color: #e4e6f3;
}

/* ----------------------------------------------------------------------------------
    Registration
---------------------------------------------------------------------------------- */
/* 탭 메뉴 */
.registration .registration-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin: 0px 0 30px;
    border-bottom: 2px solid #f1f3f5;
    padding-bottom: 20px;
}

.registration .registration-tabs .tab-btn {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.registration .registration-tabs .tab-btn:hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #212529;
}

.registration .registration-tabs .tab-btn.active {
    background: #733fc3;
    border-color: #6831bc;
    color: #fff;
}

/* 컨텐츠 애니메이션 */
.registration .tab-content {
    display: none;
}

.registration .tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
/* 반응형 카드 그리드 */
.registration .fee-cards-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 30px 0;
}

.registration .fee-card {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

/* 카드 테마별 보더 및 헤더 색상 */
.registration .fee-card.early-bird { border: 1px solid #7FAEFF; }
.registration .fee-card.early-bird .card-header { background-color: #EBF2FC; color: #1a4f9f; }

.registration .fee-card.pre-reg { border: 1px solid #E08282; }
.registration .fee-card.pre-reg .card-header { background-color: #FDF0F0; color: #a82c2c; }

.registration .fee-card.on-site { border: 1px solid #93C4A1; }
.registration .fee-card.on-site .card-header { background-color: #EEF7F1; color: #2b6d3c; }

.registration .card-header {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.registration .card-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.registration .card-header .date-range {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.85;
}

/* 카드 본문 */
.registration .card-body {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.registration .price-item {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e9ecef;
}

.registration .price-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.registration .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.registration .price-category {
    font-size: 18px;
    font-weight: 700;
    color: #343a40;
    display: flex;
    align-items: start;
    gap: 8px;
}

.registration .price-category::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    border-radius: 50%;
}

.registration .early-bird .price-category::before { background-color: #1a4f9f; }
.registration .pre-reg .price-category::before { background-color: #a82c2c; }
.registration .on-site .price-category::before { background-color: #2b6d3c; }

.registration .price-category span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #868e96;
}

.registration .price-value {
    font-size: 20px;
    font-weight: 800;
    color: #212529;
}

.registration .tour-price {
    text-align: right;
    font-size: 19px;
    color: #495057;
    font-weight: 600;
}

.registration .tour-price span {
    margin-right: 9px;
    font-size: 13px;
    color: #868e96;
}

.registration .tour-price strong {
    color: #e64980;
    font-weight: 700;
}

/* 참가 포함 사항 */
.registration .acknowledgement-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin-top: 35px;
    border: 1px solid #e9ecef;
}

.registration .acknowledgement-box h4 {
    margin: 0 0 15px 0;
    font-size: 17px;
    font-weight: 900;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 8px;
}

.registration .acknowledgement-box h4 i {
    color: #104C92;
    font-size: 18px;
}

.registration .acknowledgement-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.registration .acknowledgement-list li {
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
}

.registration .acknowledgement-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #104C92;
    font-weight: bold;
    font-size: 16px;
    top: -1px;
}

/* 온라인 등록 배너 */
.registration .online-registration-banner {
    background: linear-gradient(135deg, #104C92, #0d3d75);
    color: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 35px;
    box-shadow: 0 4px 15px rgba(16, 76, 146, 0.15);
}

.registration .online-registration-banner h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.registration .online-registration-banner p {
    margin: 0;
    font-size: 14.5px;
    opacity: 0.9;
}


@media screen and (max-width: 960px) {
    .registration .fee-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .registration .fee-card {
        width: 100%;
        max-width: 480px;
    }
}
@media screen and (max-width: 600px) {
    .registration .card-header {
        padding: 15px 10px;
    }
    .registration .registration-tabs {
        flex-direction: column;
        gap:5px;
    }
    .registration .card-header h4 {
        font-size: 17px;
    }
    .registration .card-header .date-range {
        margin-top: 0;
    }
    .registration .price-value,
    .registration .tour-price {
        font-size: 16px;
    }
}