@charset "UTF-8";
/* 행주가 예술이야 갤러리 전용 카드형 반응형 스타일 정의 */
       :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) {
    padding: 60px 0 100px;
    background-color: #fcfcfc;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea {
    text-align: center;
    margin-bottom: 50px;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea h3 {
    font-family: 'arita-buri', serif;
    font-size: 38px;
    line-height: 46px;
    color: #181818;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea p {
    font-size: 17px;
    line-height: 26px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: -0.02em;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryWrap {
    margin-top: 20px;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList li {
    width: calc(33.333% - 20px);
    box-sizing: border-box;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList li a {
    display: block;
    border: 1px solid #e7e8ec;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #c32f48;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 68%;
    background-color: #f7fafc;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList li a:hover .thumb img {
    transform: scale(1.05);
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .info {
    padding: 24px;
    box-sizing: border-box;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .info strong {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #181818;
    line-height: 1.4;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.02em;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    height: 44px;
    overflow: hidden;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .info .date {
    display: block;
    font-size: 13px;
    color: #999;
    letter-spacing: 0;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 60px;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a,
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging strong {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a {
    border: 1px solid #e1e1e1;
    color: #666;
    background-color: #fff;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a:hover {
    border-color: #c32f48;
    color: #c32f48;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging strong {
    background-color: #c32f48;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c32f48;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.first,
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.prev,
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.next,
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.last {
    position: relative;
    background-color: #fcfcfc;
}

:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.first::after { content: '«'; font-weight: bold; }
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.prev::after { content: '‹'; font-weight: bold; }
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.next::after { content: '›'; font-weight: bold; }
:is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a.last::after { content: '»'; font-weight: bold; }

@media screen and (max-width: 1024px) {
    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) {
        padding: 40px 0 70px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea {
        margin-bottom: 35px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea h3 {
        font-size: 30px;
        line-height: 38px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList {
        gap: 24px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList li {
        width: calc(50% - 12px);
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .info {
        padding: 20px;
    }
}

@media screen and (max-width: 640px) {
    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea h3 {
        font-size: 24px;
        line-height: 32px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .subTopArea p {
        font-size: 15px;
        line-height: 22px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList {
        gap: 20px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList li {
        width: 100%;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .galleryList .thumb {
        padding-top: 60%;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging {
        margin-top: 40px;
    }

    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging a,
    :is(.cts835, .cts836, .cts837, .cts838, .cts839, .cts840, .cts841, .cts849) .paging strong {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}


/* 사전신청 프로그램 신규 CSS */

.cts843 {
    padding: 60px 0 100px;
    background-color: #fcfcfc;
}

.cts843 .apply_header {
    text-align: center;
    margin-bottom: 50px;
}

.cts843 .apply_header .category_title {
    display: inline-block;
    font-size: 16px;
    color: #c32f48;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.cts843 .apply_header .main_title {
    font-family: 'arita-buri', serif;
    font-size: 38px;
    line-height: 46px;
    color: #181818;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.cts843 .apply_header .sub_desc {
    font-size: 17px;
    line-height: 26px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: -0.02em;
}

/* 카드 리스트 컨테이너 */
.cts843 .program_card_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

/* 개별 카드 (가로형) */
.cts843 .program_card {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border: 1px solid #e7e8ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}

.cts843 .program_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #c32f48;
}

/* 카드 이미지 (좌측 고정) */
.cts843 .program_card .card_image {
    position: relative;
    width: 320px;
    min-height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.cts843 .program_card .card_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15));
}

/* 프로그램 배지 */
.cts843 .program_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.cts843 .program_badge.type_a { background-color: #c32f48; }
.cts843 .program_badge.type_b { background-color: #2b6cb0; }
.cts843 .program_badge.type_c { background-color: #2f855a; }

/* 카드 본문 (우측, 내부 가로 정렬) */
.cts843 .card_contents {
    padding: 30px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    box-sizing: border-box;
}

.cts843 .card_text_wrap {
    flex-grow: 1;
    margin-right: 40px;
}

.cts843 .program_title {
    font-family: 'arita-buri', serif;
    font-size: 24px;
    line-height: 32px;
    color: #181818;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

/* 상세 정보 테이블 (DL/DT/DD) */
.cts843 .program_info_table {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.cts843 .program_info_table dl {
    display: flex;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    min-width: 240px;
}

.cts843 .program_info_table dt {
    width: 70px;
    font-weight: 600;
    color: #616161;
    position: relative;
    margin: 0;
}

.cts843 .program_info_table dd {
    flex-grow: 1;
    color: #181818;
    font-weight: 400;
    margin: 0;
}

.cts843 .price_free {
    color: #c32f48;
    font-weight: 600;
}

.cts843 .price_paid {
    color: #181818;
    font-weight: 600;
}

/* 예약하기 버튼 */
.cts843 .action_box {
    flex-shrink: 0;
    width: 180px;
}

.cts843 .btn_apply {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-color: #151515;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cts843 .btn_apply:hover {
    background-color: #c32f48;
    color: #fff;
    text-decoration: none;
}

.cts843 .btn_apply:active {
    transform: scale(0.98);
}


/* 반응형 미디어 쿼리 */

@media all and (max-width: 1400px) {
    .cts843 .apply_header .main_title {
        font-size: 34px;
    }
    .cts843 .program_card .card_image {
        width: 280px;
    }
    .cts843 .card_contents {
        padding: 25px 30px;
    }
    .cts843 .program_title {
        font-size: 22px;
    }
}

@media all and (max-width: 1000px) {
    .cts843 {
        padding: 40px 0 70px;
    }
    .cts843 .apply_header {
        margin-bottom: 35px;
    }
    .cts843 .apply_header .main_title {
        font-size: 28px;
        line-height: 36px;
    }
    .cts843 .apply_header .sub_desc {
        font-size: 15px;
        line-height: 22px;
    }
    
    /* 1000px 이하에서는 모바일 사용성을 위해 세로형 카드로 전환 */
    .cts843 .program_card {
        flex-direction: column;
    }
    .cts843 .program_card .card_image {
        width: 100%;
        height: 200px;
        min-height: auto;
    }
    .cts843 .program_card .card_image::after {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3));
    }
    .cts843 .card_contents {
        flex-direction: column;
        align-items: stretch;
        padding: 25px;
    }
    .cts843 .card_text_wrap {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .cts843 .program_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .cts843 .program_info_table {
        flex-direction: column;
        gap: 10px;
    }
    .cts843 .program_info_table dl {
        min-width: auto;
    }
    .cts843 .action_box {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .cts843 .program_card_list {
        gap: 20px;
    }
    .cts843 .apply_header .main_title {
        font-size: 22px;
        line-height: 28px;
    }
    .cts843 .card_contents {
        padding: 20px;
    }
    .cts843 .program_info_table dl {
        font-size: 14px;
        padding: 8px 0;
        border-bottom: 1px dashed #e9e9e9;
    }
    .cts843 .program_info_table dl:last-child {
        border-bottom: none;
    }
    .cts843 .btn_apply {
        padding: 12px 0;
        font-size: 15px;
    }
}

/* 개별 프로그램 카드 내부 3열 (이미지, 소개, 예약버튼) 칸반형 배치 스타일 */
.cts843 .program_card_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

.cts843 .program_card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #ffffff;
    border: 1px solid #e7e8ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}

.cts843 .program_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #c32f48;
}

/* 공통 열 스타일 */
.cts843 .card_col {
    box-sizing: border-box;
}

/* 1열: 홍보 이미지 */
.cts843 .col_image {
    position: relative;
    width: 320px;
    min-height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.cts843 .col_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15));
}

/* 프로그램 배지 */
.cts843 .program_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.cts843 .program_badge.type_a { background-color: #c32f48; }
.cts843 .program_badge.type_b { background-color: #2b6cb0; }
.cts843 .program_badge.type_c { background-color: #2f855a; }

/* 2열: 프로그램 소개 */
.cts843 .col_info {
    padding: 25px 40px 35px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cts843 .program_title {
    font-family: 'arita-buri', serif;
    font-size: 24px;
    line-height: 32px;
    color: #181818;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.cts843 .program_info_table {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.cts843 .program_info_table dl {
    display: flex;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    min-width: 240px;
}

.cts843 .program_info_table dt {
    width: 70px;
    font-weight: 600;
    color: #616161;
    position: relative;
    margin: 0;
}

.cts843 .program_info_table dd {
    flex-grow: 1;
    color: #181818;
    font-weight: 400;
    margin: 0;
}

.cts843 .price_free {
    color: #c32f48;
    font-weight: 600;
}

.cts843 .price_paid {
    color: #181818;
    font-weight: 600;
}

/* 3열: 예약하기 버튼 */
.cts843 .col_action {
    width: 220px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #e7e8ec;
    flex-shrink: 0;
    background-color: #fcfcfc;
}

.cts843 .btn_apply {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-color: #151515;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-decoration: none;
}

.cts843 .btn_apply:hover {
    background-color: #c32f48;
    color: #fff;
    text-decoration: none;
}

.cts843 .btn_apply:active {
    transform: scale(0.98);
}

/* 반응형 미디어 쿼리 개편 */
@media all and (max-width: 1000px) {
    .cts843 {
        padding: 40px 0 70px;
    }
    .cts843 .apply_header {
        margin-bottom: 35px;
    }
    .cts843 .apply_header .main_title {
        font-size: 28px;
        line-height: 36px;
    }
    .cts843 .apply_header .sub_desc {
        font-size: 15px;
        line-height: 22px;
    }
    
    /* 1000px 이하에서는 모바일 사용성을 위해 세로형 카드로 전환 (1열씩 순서대로 배치) */
    .cts843 .program_card {
        flex-direction: column;
    }
    .cts843 .col_image {
        width: 100%;
        height: 200px;
        min-height: auto;
    }
    .cts843 .col_image::after {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.3));
    }
    .cts843 .col_info {
        width: 100%;
        padding: 25px;
    }
    .cts843 .program_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .cts843 .program_info_table {
        flex-direction: column;
        gap: 10px;
    }
    .cts843 .program_info_table dl {
        min-width: auto;
    }
    .cts843 .col_action {
        width: 100%;
        padding: 20px 25px 25px;
        border-left: none;
        border-top: 1px dashed #e7e8ec;
        background-color: #ffffff;
    }
}

@media all and (max-width: 640px) {
    .cts843 .program_card_list {
        gap: 20px;
    }
    .cts843 .apply_header .main_title {
        font-size: 22px;
        line-height: 28px;
    }
    .cts843 .col_info {
        padding: 20px;
    }
    .cts843 .program_info_table dl {
        font-size: 14px;
        padding: 8px 0;
        border-bottom: 1px dashed #e9e9e9;
    }
    .cts843 .program_info_table dl:last-child {
        border-bottom: none;
    }
    .cts843 .col_action {
        padding: 15px 20px 20px;
    }
    .cts843 .btn_apply {
        padding: 12px 0;
        font-size: 15px;
    }
}


/* 자주하는질문(FAQ) 전용 스타일 */
.cts844 {
    padding: 60px 0 100px;
    background-color: #fcfcfc;
}

.cts844 .subTopArea .category_title {
    display: block;
    font-size: 15px;
    color: #c32f48;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

/* 질문 좌측의 동그라미(O) 장식 효과 제거 및 여백 재정렬 */
.accordion .accordion_item .title_btn .tit::before {
    display: none !important;
}

.accordion .accordion_item .title_btn .tit {
    padding-left: 0 !important; /* 좌측 불릿 공간만큼 비워두던 패딩 제거 */
    width: 100% !important;
}

/* 기존 template.css 아코디언의 레이어 겹침 및 맨 오른쪽 배치 보완 */
.accordion .accordion_item .title_box::before,
.accordion .accordion_item .title_box:before {
    z-index: 10 !important; /* 버튼 배경 뒤로 숨겨지는 z-index: -1 문제 해결 */
    pointer-events: none; /* 아이콘 영역을 클릭해도 하위 버튼의 클릭 이벤트가 작동하도록 설정 */
    right: 20px !important; /* 기존 42px에서 맨 오른쪽 끝에 가깝게 밀착 정렬 */
    top: calc(50% - 20px) !important;
}

/* 모바일 뷰포트에서 아이콘 우측 여백 최적화 */
@media screen and (max-width: 1024px) {
    .cts844 {
        padding: 40px 0 70px;
    }
    
    .accordion .accordion_item .title_box::before,
    .accordion .accordion_item .title_box:before {
        right: 12px !important; /* 모바일에서도 맨 오른쪽 밀착 배치 */
    }
}


/* 행사개요/일정 페이지 신규 CSS (contents.do_key_126.html 스타일 매핑 및 커스텀 리팩토링) */
@import url('../../www/css/sub.css?ver=240213');

/* 40% : 60% 레이아웃 구조 디자인 오버라이드 */
.summary_visual_layout .visual_box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 1720px;
    height: auto;
    min-height: 640px; /* 최소 높이를 540px에서 640px로 확대 */
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
    position: relative;
}

/* 좌측 40% 이미지 영역 (세로 높이 자동 맞춤 구조 적용) */
.summary_visual_layout .visual_box .img_box {
    width: 40%;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    flex-shrink: 0;
    min-height: 100%;
}

.summary_visual_layout .visual_box .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 우측 60% 상세 정보 영역 */
.summary_visual_layout .visual_box .text_box.info_area {
    width: 60%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 100px 90px; /* 상하 여백을 기존 80px에서 100px로 추가 확대 */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.summary_visual_layout .visual_box .text_box.info_area .info_badge {
    display: inline-block;
    font-size: 28px; /* 기존 14px에서 2배로 확대 */
    font-weight: 700;
    color: #e66528;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* 정보 목록 테이블 (DL/DT/DD) - 제목 텍스트 삭제에 따라 여백 및 상단 라인 제거 */
.summary_visual_layout .info_list_box {
    border-top: none;
    padding-top: 0;
    margin-bottom: 10px;
}

.summary_visual_layout .info_list_box dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px; /* 줄 간격 여유 조절 */
    font-size: 16px;
    line-height: 24px;
}

.summary_visual_layout .info_list_box dl:last-child {
    margin-bottom: 0;
}

.summary_visual_layout .info_list_box dt {
    width: 130px;
    font-weight: 700;
    color: #767676;
    position: relative;
    flex-shrink: 0;
}

.summary_visual_layout .info_list_box dd {
    flex-grow: 1;
    color: #151515;
    font-weight: 400;
    margin: 0;
}

.summary_visual_layout .info_list_box dd .highlight_text {
    color: #c32f48;
    font-weight: 700;
}

/* 리플릿 다운로드 버튼 */
.summary_visual_layout .download_action {
    margin-top: 40px;
}

.summary_visual_layout .summary_btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(230, 101, 40, 0.15);
    transition: all 0.3s ease;
}

.summary_visual_layout .summary_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 101, 40, 0.3);
}

/* 일정 안내 (달력 이미지) 영역 */
.cts832_wrap .schedule_section {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #ebebeb;
}

.cts832_wrap .schedule_title_box {
    text-align: center;
    margin-bottom: 45px;
}

.cts832_wrap .schedule_title_box span {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #c32f48;
    font-weight: 600;
    margin-bottom: 10px;
}

.cts832_wrap .schedule_title_box h3 {
    font-family: 'arita-buri', serif;
    font-size: 36px;
    line-height: 44px;
    color: #151515;
    font-weight: 500;
    margin: 0;
}

.cts832_wrap .calendar_wrapper {
    border: 1px solid #e7e8ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.cts832_wrap .calendar_wrapper img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* 반응형 미디어 쿼리 최적화 */
@media all and (max-width: 1740px) {
    .summary_visual_layout .visual_box {
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}

@media all and (max-width: 1024px) {
    .summary_visual_layout .visual_box {
        flex-direction: column;
        min-height: auto; /* 모바일에서는 고정 최소 높이 해제 */
    }
    .summary_visual_layout .visual_box .img_box {
        width: 100%;
        height: 450px;
    }
    .summary_visual_layout .visual_box .img_box img {
        position: relative;
        height: 100%;
    }
    .summary_visual_layout .visual_box .text_box.info_area {
        width: 100%;
        padding: 40px 25px;
    }
    .summary_visual_layout .visual_box .text_box.info_area .info_badge {
        font-size: 22px; /* 태블릿 크기 대응 */
        margin-bottom: 18px;
    }
    .summary_visual_layout .summary_btn {
        max-width: 100%;
    }
    
    .cts832_wrap .schedule_section {
        margin-top: 60px;
        padding-top: 50px;
    }
    .cts832_wrap .schedule_title_box h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .cts832_wrap .calendar_wrapper {
        padding: 20px;
    }
}

@media all and (max-width: 640px) {
    .summary_visual_layout .visual_box .img_box {
        height: 300px;
    }
    .summary_visual_layout .visual_box .text_box.info_area {
        padding: 30px 20px;
    }
    .summary_visual_layout .visual_box .text_box.info_area .info_badge {
        font-size: 18px; /* 모바일 모드 최적화 크기 */
        margin-bottom: 15px;
    }
    .summary_visual_layout .info_list_box {
        padding-top: 0;
    }
    .summary_visual_layout .info_list_box dl {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .summary_visual_layout .info_list_box dt {
        width: 100px;
    }
    .summary_visual_layout .download_action {
        margin-top: 30px;
    }
    
    .cts832_wrap .schedule_title_box h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .cts832_wrap .calendar_wrapper {
        padding: 10px;
    }
}

/* ==========================================================================
   행주가 예술이야 찾아오시는 길
   ========================================================================== */

/* 지도 영역 반응형 및 스타일 보완 */
.cts833_wrap .map_wrap {
    position: relative;
    width: 100%;
    height: 480px; /* 기본 높이 */
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f8f8f8;
}

.cts833_wrap .map_wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 외부 지도 서비스 바로가기 버튼 영역 */
.cts833_wrap .map_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.cts833_wrap .map_buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.cts833_wrap .map_buttons .btn_naver {
    background-color: #03C75A;
    color: #ffffff !important;
    border: 1px solid #02b350;
}

.cts833_wrap .map_buttons .btn_naver:hover {
    background-color: #02b350;
    box-shadow: 0 2px 8px rgba(3, 199, 90, 0.3);
}

.cts833_wrap .map_buttons .btn_kakao {
    background-color: #FEE500;
    color: #191919 !important;
    border: 1px solid #ebd300;
}

.cts833_wrap .map_buttons .btn_kakao:hover {
    background-color: #ebd300;
    box-shadow: 0 2px 8px rgba(254, 229, 0, 0.4);
}

/* 교통편 안내 반응형 스타일 미세조정 */
.cts833_wrap .transport {
    margin-top: 30px;
}

.cts833_wrap .transport > ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.cts833_wrap .transport .transport_type {
    display: flex;
    background-color: #fcfcfc;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 25px 30px;
    align-items: flex-start;
    gap: 20px;
}

.cts833_wrap .transport .transport_type .icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* 교통편별 아이콘 처리 */
.cts833_wrap .transport .transport_type.subway .icon {
    background-image: url('/visitgoyang/site/www/images/contents/cts833_icon1.png'); /* 기존 에셋 재사용 */
}

.cts833_wrap .transport .transport_type.bus .icon {
    background-image: url('/visitgoyang/site/www/images/contents/cts833_icon2.png'); /* 기존 에셋 재사용 */
}

/* 신규 '지하철+버스' 타입 아이콘 (기본 subway 아이콘 사용 또는 혼합형 스타일) */
.cts833_wrap .transport .transport_type.subway_bus .icon {
    background-image: url('/visitgoyang/site/www/images/contents/cts833_icon1.png');
    position: relative;
}

.cts833_wrap .transport .transport_type .text_box {
    flex-grow: 1;
}

.cts833_wrap .transport .transport_type .text_box h3.title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #151515;
}

.cts833_wrap .transport .transport_type .text_box ul {
    margin: 0;
    padding-left: 20px;
}

.cts833_wrap .transport .transport_type .text_box li {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 8px;
}

.cts833_wrap .transport .transport_type .text_box li:last-child {
    margin-bottom: 0;
}

/* 서브 리스트 강조 텍스트 */
.cts833_wrap .transport .transport_type .text_box .route_detail {
    font-weight: 500;
    color: #c32f48; /* 고양시 주요 강조 테마 레드 색상 재사용 */
}

.cts833_wrap .transport .transport_type .text_box .bus_num {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
}

.cts833_wrap .transport .transport_type .text_box .bus_green {
    background-color: #37b422; /* 마을버스 초록색 */
}

.cts833_wrap .transport .transport_type .text_box .bus_red {
    background-color: #f03e3e; /* 광역버스 빨간색 */
}

.cts833_wrap .transport .transport_type .text_box .bus_blue {
    background-color: #1c7ed6; /* 일반/좌석/직행 파란색 */
}

/* 모바일 반응형 처리 (max-width: 768px) */
@media all and (max-width: 768px) {
    .cts833_wrap .map_wrap {
        height: 320px;
    }
    
    .cts833_wrap .transport .transport_type {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }
    
    .cts833_wrap .transport .transport_type .icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    
    .cts833_wrap .transport .transport_type .text_box {
        width: 100%;
    }
    
    .cts833_wrap .transport .transport_type .text_box h3.title {
        text-align: center;
        font-size: 16px;
    }
}

