/* 상세검색 전체 박스 */
.air_detail_search_random {
	clear:both;

    border-spacing: 0;
    background: #fff;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px dashed #D9DEE8;
	border-top: 1px dashed #D9DEE8;
	
}

.air_detail_search_random th,
.air_detail_search_random td {
    padding: 14px 16px;
    
    vertical-align: middle;
}

.air_detail_search_random tr:last-child th,
.air_detail_search_random tr:last-child td {
    border-bottom: 0;
}

/* 왼쪽 큰 분류 */
.air_detail_search_random .section-th {
    width: 90px;
    text-align: center;
    
    border-right: 1px solid #e4e8ef;

}

.air_detail_search_random .section-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 42px;
    padding: 0 12px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    background: linear-gradient(135deg, #4b5563, #111827);
    /*box-shadow: 0 5px 12px rgba(17, 24, 39, 0.18);*/
}
.air_detail_search_random2{

border-top: 1px dashed #D9DEE8;
}

.air_detail_search_random2 .section-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    min-height: 80px;
    padding: 0 12px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    border-radius: 6px;
	background:#000;

    /*background: linear-gradient(135deg, #4b5563, #111827);*/
	margin-right:10px;
    /*box-shadow: 0 5px 12px rgba(17, 24, 39, 0.18);*/
}



/* 출발시간, 리턴시간, 유형, 지역 */
.air_detail_search_random .sub-th {
    width: 100px;
    text-align: center;
    background: #fbfcfe;
}

.air_detail_search_random .sub-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 34px;
    padding: 0 10px;
    color: #374151;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    background: #eef2f7;
}

/* 라디오 버튼 그룹 */
.choice-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* 실제 radio 숨김 */
.choice-radio {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

/* 라디오를 버튼처럼 */
.choice-radio + label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #d6dce7;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.18s ease;
    user-select: none;
}

.choice-radio + label:hover {
    /*border-color: #ff8a00;*/
    color: #000;
    background: #f6f6f6;
}

/* 선택된 버튼 */
.choice-radio:checked + label {
    color: #fff;
    /*border-color: #ff7a00;*/
    background: linear-gradient(135deg,  #4b5563, #111827);
    /*box-shadow: 0 5px 12px rgba(255, 106, 0, 0.28);*/
}

/* 키보드 접근성 */
.choice-radio:focus + label {
  /*  outline: 2px solid rgba(255, 122, 0, 0.35);*/
    outline-offset: 2px;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .air_detail_search_random {
        width: 100%;
        margin: 14px 0;
        border-radius: 12px;
    }

    .air_detail_search_random th,
    .air_detail_search_random td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 0;
    }

    .air_detail_search_random .section-th {
        border-right: 0;
        background: #f3f5f9;
    }

    .air_detail_search_random .sub-th {
        text-align: left;
        padding-bottom: 6px;
    }

    .choice-group {
        gap: 7px;
    }

    .choice-radio + label {
        min-height: 32px;
        padding: 0 12px;
        font-size: 12px;
    }
}


.search-btn-wrap {
    margin: 24px 20px 5px;
    padding-top: 22px;
    border-top: 1px solid #edf0f5;
    text-align: center;
}

.search-submit-btn {
    width: 220px;
    height: 52px;
    border: 0;
    border-radius: 6px;
	background:#000;
    /*background: linear-gradient(135deg,  #4b5563, #111827);*/
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    /*box-shadow: 0 8px 18px rgba(255, 106, 0, 0.28);*/
    transition: all 0.18s ease;
}

.search-submit-btn:hover {
    transform: translateY(-1px);
    /*box-shadow: 0 10px 22px rgba(255, 106, 0, 0.36);*/
}

.search-submit-btn:active {
    transform: translateY(0);
   /* box-shadow: 0 5px 12px rgba(255, 106, 0, 0.25);*/
}

@media (max-width: 768px) {
    .search-btn-wrap {
        margin: 20px 0 5px;
    }

    .search-submit-btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
}




.package-card-wrap {
    display: flex;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.package-card-wrap-4 .package-card {
    width: 25%;
}

.package-card {
    min-height: 340px;
    padding: 50px 18px 56px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #E5E7EB;
    background: #fff;
}

.package-card:last-child {
    border-right: 0;
}

.package-photo {
    width: 250px;
    height: 175px;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 0px solid #222;
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.package-no-photo {
    color: #fff;
    font-size: 24px;
    letter-spacing: -1px;
}

.package-title {
    margin-top: 5px;
    font-size: 22px;
    color: #111;
    font-weight: 500;
    letter-spacing: -1px;
}

.package-subtext {
    min-height: 54px;
    margin-top: 7px;
    line-height: 18px;
    font-size: 12px;
    color: #777;
}

.package-price {
    margin-top: 8px;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
}

.package-btn {
    display: inline-block;
    min-width: 110px;
    height: 39px;
    margin-top: 8px;
    padding: 0 18px;
    border: 1px solid #46505E;
    border-radius: 6px;
    background: #46505E;
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    cursor: pointer;
}

.package-btn:hover {
    background: #1F2635;
}

.package-ready-box {
    padding: 45px 20px;
    text-align: center;
    font-size: 17px;
    color: #666;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.package-kind-title {
    padding: 18px 0 22px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #111;
}

@media screen and (max-width: 1100px) {
    .package-card-wrap {
        display: block;
    }

    .package-card-wrap-4 .package-card,
    .package-card {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .package-card:last-child {
        border-bottom: 0;
    }
}


.package-price-one{
font-size:14px;
}
