﻿/* =================================================================
   ?쒕툕?섏씠吏 怨듯넻 ?ㅽ???(kb_sub.css) - ?먮낯 1:1 蹂듭젣 踰꾩쟾
   ================================================================= */

/* ?쒕툕 諛곕꼫 */
.sub_banner {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.sub_banner.bg_04 {
    background: url("../../img/kb/sub/bg-04.webp") no-repeat center center / cover;
}

.sub_banner.bg_05 {
    background: url("../../img/kb/sub/bg-05.webp") no-repeat center center / cover;
}

.sub_banner.bg_06 {
    background: url("../../img/kb/sub/bg-06.webp") no-repeat center center / cover;
}

.sub_banner .inner.title h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* 蹂몃Ц ?곸뿭 ?붿씠???뚮쭏 ?꾪솚 */
.sub_page section.section {
    background-color: #ffffff !important;
    padding: 60px 0 100px;
}

.brand_title {
    margin-bottom: 40px;
}

.brand_title p {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.3em;
    margin-bottom: 5px;
    font-weight: 500;
}

.brand_title h2 {
    font-size: 36px;
    color: #333;
    font-weight: 800;
}

/* ?깃났?щ? ?뺣? ?ㅽ???(?먮낯 1:1) */
#bo_cate {
    margin: 30px 0 20px;
    text-align: left;
    overflow: hidden;
}

#bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px;
    list-style: none;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
}

#bo_cate_ul li {
    flex: 0 1 auto;
}

#bo_cate_ul li a {
    display: block;
    padding: 7px 12px;
    background: #fff;
    border: 1px solid #e4c17d;
    color: #e4c17d;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
    text-align: center;
    white-space: nowrap;
}

#bo_cate_ul li a:hover,
#bo_cate_ul li a#bo_cate_on {
    background: #e4c17d;
    color: #fff;
}

/* 寃뚯떆???뺣낫 諛?寃??*/
.bo_info_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #999;
    width: 100%;
}

.bo_list_total {
    padding: 30px 0;
    color: #888;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    width: 100%;
}

.bo_info_row .search_icon {
    font-size: 18px;
    color: #ccc;
    cursor: pointer;
}

/* 媛ㅻ윭由?由ъ뒪??(洹몃━?? */
#bo_gall #gall_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
}

.gall_li {
    background: #fff;
    border: none;
    /* 사각형 테두리 제거 */
    transition: 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gall_li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* 移대뱶 ?곷떒 怨⑤뱶 諛?*/
.gall_li .gold_header {
    background: #e4c17d;
    color: #000;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.gall_box {
    padding: 30px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gall_li .title {
    font-size: 18px;
    /* 20px?먯꽌 18px濡?異뺤냼 */
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    height: 1.4em;
    /* 2.8em?먯꽌 1.4em?쇰줈 (1以? */
    max-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 2以꾩뿉??1以꾨줈 */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gall_li .bo_cnt {
    font-size: 14px;
    /* 15px?먯꽌 14px濡?異뺤냼 */
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 25px;
    height: 1.6em;
    /* 3.2em?먯꽌 1.6em?쇰줈 (1以? */
    max-height: 1.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    /* 2以꾩뿉??1以꾨줈 */
    -webkit-box-orient: vertical;
}

/* ?섎떒 ?몃꽕??& ?꾨Ц媛 ?뱀뀡 */
.gall_bottom {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.gall_doc_img {
    width: 100px;
    flex-shrink: 0;
    border: 1px solid #eee;
}

.gall_doc_img img {
    width: 100%;
    display: block;
}

.experts_section {
    flex-grow: 1;
}

.experts_section .exp_tit {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 500;
}

.experts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.experts_grid img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    object-fit: cover;
}

/* 諛섏쓳??*/
@media (max-width: 1200px) {
    #bo_gall #gall_ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    #bo_gall #gall_ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #bo_gall #gall_ul {
        grid-template-columns: 1fr;
    }

    .sub_banner .inner.title h1 {
        font-size: 32px;
    }
}

/* ?섏씠吏?ㅼ씠??*/
#bo_page {
    margin: 40px 0 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
}

.pg_wrap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pg_page,
.pg_btn {
    display: inline-flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background: #eee;
    border: none;
    color: #888;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
    border-radius: 2px;
}

.pg_page:hover,
.pg_btn:hover {
    background: #ddd;
    color: #666;
}

.pg_current {
    background: #e4c17d;
    color: #fff !important;
    font-weight: 700;
}

.pg_btn {
    background: #f1f1f1;
    font-weight: bold;
}

@media (max-width: 600px) {

    .pg_page,
    .pg_btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media (max-width: 600px) {

    .pg_page,
    .pg_btn {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* ?꾨Ц遺꾩빞 (04_01) ?꾩슜 ?ㅽ???*/
.sub0401 {
    background: url("../../img/kb/sub/sub0401-img1.webp") no-repeat center center fixed;
    background-size: cover;
}

.sub0401 section.section {
    background-color: transparent !important;
    padding: 100px 0;
}

.sub0401 .inner.column.center {
    max-width: 1400px;
}

.sub0401 .tit_area {
    margin-bottom: 40px;
    /* 80px?먯꽌 40px濡?異뺤냼 */
    text-align: center;
}

.sub0401 .tit_area p {
    font-size: 16px;
    color: #e4c17d;
    letter-spacing: 0.6em;
    margin-bottom: 15px;
    font-weight: 500;
}

.sub0401 .tit_area h3 {
    font-size: 34px;
    /* 40px?먯꽌 34px濡?誘몄꽭 異뺤냼 */
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
    /* ?먮낯 1以?怨좎젙 */
}

@media (max-width: 900px) {
    .sub0401 .tit_area h3 {
        font-size: 28px;
        white-space: normal;
        /* 紐⑤컮?쇱? ?먮룞 以꾨컮轅?*/
    }
}

.business_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    background: transparent;
    border: none;
    max-width: 1300px;
    margin: 0 auto;
}

.business_grid .box {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 0;
    /* ?⑤뵫 ?쒓굅 */
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 315px !important;
    /* ?먮낯 媛濡??ш린 */
    height: 143px !important;
    /* ?먮낯 ?몃줈 ?ш린 */
    border: 1px solid #ffffff;
    /* ?먮낯 蹂대뜑 ?ㅽ???*/
    margin: 5px !important;
    /* 諛뺤뒪 媛?10px 媛꾧꺽 ?좎? */
    box-sizing: border-box;
}

.business_grid .box:hover {
    background: rgba(228, 193, 125, 0.15);
    border-color: #e4c17d;
    z-index: 10;
}

.business_grid .box .plus_icon {
    position: absolute;
    top: 10px;
    /* ?먮낯 ?꾩튂 */
    right: 10px;
    /* ?먮낯 ?꾩튂 */
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.business_grid .box:hover .plus_icon {
    transform: rotate(90deg);
    filter: sepia(100%) saturate(300%) brightness(90%) hue-rotate(10deg);
}

.business_grid .box p {
    font-size: 20px !important;
    /* ?먮낯 ?고듃 ?ш린 */
    color: #fff;
    font-weight: 300 !important;
    /* ?먮낯 援듦린 */
    margin: 0;
    transition: 0.3s;
    white-space: nowrap;
    /* 臾댁“嫄???以꾨줈 ?쒖떆 */
    text-align: center;
}

.business_grid .box:hover p {
    color: #e4c17d;
}

/* 諛섏쓳??紐⑤컮???꾩슜 */
@media (max-width: 1200px) {
    .business_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .business_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub0401 .tit_area h3 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .business_grid .box {
        padding: 40px 20px;
        height: 160px;
    }

    .business_grid .box p {
        font-size: 18px;
    }
}

/* Online Counseling Detail (06_02) - 100% Synchronized */
body.sub0602 .sub_banner.bg_06 {
    background: url('../../img/kb/sub/bg-06.webp') no-repeat center center !important;
    background-size: cover !important;
    position: relative;
    height: 480px !important;
}

body.sub0602 .sub_banner .inner.title {
    position: absolute !important;
    top: 50% !important;
    left: 10% !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
    width: auto !important;
}

body.sub0602 .breadcrumb_wrap {
    width: 100% !important;
    height: 80px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.sub0602 .breadcrumb_wrap .inner {
    width: 1300px !important;
    padding: 0 40px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 auto !important;
}

body.sub0602 .breadcrumb_wrap span {
    color: #999 !important;
}

body.sub0602 section.section {
    background: url('../../img/kb/main_sec5_bg.webp') repeat !important;
    padding: 100px 0 !important;
}

body.sub0602 .txt_wrap {
    width: 1300px !important;
    max-width: 100% !important;
    margin: 0 auto 60px !important;
    text-align: left !important;
    padding: 0 40px !important;
    box-sizing: border-box !important;
}

body.sub0602 .txt_wrap .tit_sub p {
    color: #bca06a !important;
    letter-spacing: 0.8em !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

body.sub0602 .txt_wrap h3 {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.4 !important;
    margin-top: 0 !important;
    word-break: keep-all !important;
    /* ?쒓? 以꾨컮轅?理쒖쟻??*/
}

body.sub0602 .form_wrap {
    background-color: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 60px !important;
    border-radius: 4px !important;
    width: 1300px !important;
    /* width? max-width 紐⑤몢 吏??*/
    max-width: calc(100% - 80px) !important;
    margin: 0 auto !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-sizing: border-box !important;
}

body.sub0602 .con.line_con.form.row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding-bottom: 25px !important;
}

body.sub0602 .con.line_con.form.row:last-of-type {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

body.sub0602 .con.line_con.form.row p {
    width: 150px !important;
    font-size: 17px !important;
    color: #333 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

body.sub0602 .con.line_con.form.row p .ess {
    color: #e74c3c !important;
    margin-left: 3px !important;
}

body.sub0602 .full_wrap {
    flex-grow: 1 !important;
}

body.sub0602 .form_wrap input[type="text"],
body.sub0602 .form_wrap input[type="tel"],
body.sub0602 .form_wrap select,
body.sub0602 .form_wrap textarea {
    font-family: 'KoPubWorldDotum', sans-serif !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    padding: 0 15px !important;
    height: 54px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}

body.sub0602 .form_wrap textarea {
    height: 300px !important;
    /* ?곷떞?댁슜 ?곸뿭 ?뺣? */
    padding: 20px !important;
    resize: none !important;
}

body.sub0602 .chk_box_wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 40px 0 !important;
    cursor: pointer !important;
    font-size: 15px !important;
}

body.sub0602 .g_counsel {
    background-color: #bca06a !important;
    color: #fff !important;
    border: none !important;
    padding: 24px 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    display: block !important;
    width: 100% !important;
    margin-top: 20px !important;
    border-radius: 4px !important;
}

/* 諛섏쓳??紐⑤컮?????*/
@media (max-width: 1300px) {

    body.sub0602 .breadcrumb_wrap .inner,
    body.sub0602 .txt_wrap,
    body.sub0602 .form_wrap {
        width: calc(100% - 40px) !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 768px) {
    body.sub0602 .con.line_con.form.row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    body.sub0602 .con.line_con.form.row p {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    body.sub0602 .sub_banner {
        height: 350px !important;
    }
}

/* KB Report Standard Styles (05_01, 05_02, 05_03) */
body.sub_page .breadcrumb_wrap {
    width: 100% !important;
    height: 80px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.sub_page .breadcrumb_wrap .inner {
    width: 1300px !important;
    padding: 0 40px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 auto !important;
}

/* Tab Wrap Standard */
body.sub_page .tab_wrap {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 60px !important;
    list-style: none !important;
    padding: 0 !important;
}

body.sub_page .tab_wrap li {
    width: 130px !important;
    height: 44px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    border-radius: 4px !important;
    transition: all 0.3s !important;
}

body.sub_page .tab_wrap li.active {
    background: #bca06a !important;
    border-color: #bca06a !important;
}

body.sub_page .tab_wrap li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    color: #333 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

body.sub_page .tab_wrap li.active a {
    color: #fff !important;
}

/* =================================================================
   최종 디자인 보정 (블루 글로우 제거 & 로고 왜곡 방지)
   ================================================================= */

/* 최상위 컨테이너 배경 및 장식 완전 제거 */
html.sub_page,
body.sub_page,
body.sub_page #wrapper,
body.sub_page #container,
body.sub_page .con_wrap,
body.sub_page .bocast_wrap,
body.sub_page section,
body.sub_page div::before,
body.sub_page div::after {
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
}

/* 외곽 비네팅 유발 가능 고정 요소 차단 */
body.sub_page .background,
body.sub_page #header::before,
body.sub_page #header::after {
    display: none !important;
}

/* 카테고리 및 검색바 그림자 제거 */
#bo_cate #bo_cate_on,
.bo_sch select,
.bo_sch .sch_bar,
#bo_v_file li,
#bo_v_link li {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #eee !important;
}

#bo_cate #bo_cate_on {
    background: #bca06a !important;
    /* 골드 심볼 컬러 */
    border-color: #bca06a !important;
}

/* [보도자료] board_bo_table_bocast - 3 columns */
body.sub_page #gall_ul.gall_row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

/* 그리드 시스템 통합 (보도자료: 3열) */
body.sub_page #gall_ul .gall_li.board {
    width: calc(33.33% - 13.4px) !important;
    margin-bottom: 20px !important;
    float: none !important;
}

body.sub_page #gall_ul .gall_box {
    background: #fff !important;
    /* 배경색 흰색으로 변경 */
    border: 1px solid #e5e5e5 !important;
    /* 원본 테두리 동기화 */
    border-radius: 0px !important;
    /* 원본은 둥근 모서리 없음 */
    transition: all 0.3s ease !important;
    height: 350px !important;
    /* 원본 높이 고정 -> 350px 로 대폭 상향 조정 (이미지 및 내용 여유 공간) */
    display: flex !important;
    flex-direction: column !important;
    padding: 30px !important;
    box-sizing: border-box !important;
}

body.sub_page #gall_ul .gall_box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-5px) !important;
}

/* 타이틀 스타일 개선 */
body.sub_page #gall_ul .title {
    font-size: 19px !important;
    font-weight: 700 !important;
    /* 원본의 가느다란 굵기에서 진하게(볼드) 반영 */
    color: #333 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-height: 54px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    word-break: keep-all !important;
}

body.sub_page #gall_ul .gall_in_bt {
    margin-top: auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top: 1px solid #f5f5f5 !important;
    padding-top: 15px !important;
}

body.sub_page #gall_ul .date {
    font-size: 14px !important;
    color: #999 !important;
}

/* K3 로고 정비율 고정 (가장 중요) -> 백련 로고 2배 확대 (74x44px) */
body.sub_page #gall_ul .gall_icon {
    width: 74px !important;
    max-width: 74px !important;
    height: 44px !important;
    min-height: 44px !important;
    flex: 0 0 74px !important;
    min-width: 74px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
}

/* 업무협약 전용 (3열 썸네일형) - 원본 동기화 */
body.sub_page.sub0503 #gall_ul .gall_li.board,
body.sub_page[class*='agreement'] #gall_ul .gall_li.board {
    width: calc(33.33% - 20px) !important;
    margin: 0 !important;
}

body.sub_page.sub0503 #gall_ul,
body.sub_page[class*='agreement'] #gall_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px 30px !important;
    justify-content: flex-start !important;
}

/* 썸네일 박스 스타일링 */
body.sub_page.sub0503 .gall_img {
    width: 100% !important;
    height: 280px !important;
    /* 문서 이미지 강조 */
    overflow: hidden !important;
    background: #fff !important;
    /* 배경 흰색으로 변경 */
    border-bottom: 1px solid #eee !important;
    /* 하단 구분선 유지 */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body.sub_page.sub0503 .gall_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    /* 이미지 잘리지 않도록 변경 */
    transition: transform 0.5s ease-in-out !important;
}

body.sub_page.sub0503 .gall_box:hover .gall_img img {
    transform: scale(1.05) !important;
}

/* 업무협약 카드 패딩 및 높이 조정 */
body.sub_page.sub0503 .gall_box {
    padding: 0px !important;
    /* 썸네일이 꽉 차게 */
    height: auto !important;
    min-height: 420px !important;
}

body.sub_page.sub0503 .con_wrap {
    padding: 25px 20px !important;
}

body.sub_page.sub0503 .title {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 20px !important;
    height: auto !important;
    /* 썸네일형은 제목 길이에 유연하게 */
    max-height: none !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

body.sub_page.sub0503 .gall_in_bt {
    border-top: none !important;
    padding-top: 0 !important;
    font-size: 14px !important;
    color: #999 !important;
    display: flex !important;
    gap: 15px !important;
    justify-content: flex-start !important;
}

body.sub_page.sub0503 .date i,
body.sub_page.sub0503 .view i {
    margin-right: 5px !important;
    color: #ccc !important;
}

/* 반응형 대응 */
@media (max-width: 1300px) {
    body.sub_page .inner.column {
        width: calc(100% - 40px) !important;
    }

    body.sub_page #gall_ul .gall_li.board {
        width: calc(50% - 10px) !important;
    }
}

@media (max-width: 768px) {
    body.sub_page #gall_ul .gall_li.board {
        width: 100% !important;
    }

    body.sub_page .tab_wrap {
        flex-wrap: wrap !important;
    }
}
body.sub_page.sub0602 .email_wrap { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 10px !important; width: 100% !important; }
