@charset "utf-8";

/* =========================================================
   Law Office WAN - Biz Case Board Skin
   list.skin.php / write.skin.php / view.skin.php
   ========================================================= */

:root {
    --bc-navy: #003b65;
    --bc-navy-dark: #002d4d;
    --bc-gold: #a88645;
    --bc-text: #252525;
    --bc-muted: #777;
    --bc-line: #e5e5e5;
    --bc-soft: #f7f7f7;
    --bc-input: #ffffff;
}

#bo_list,
#bo_list *,
#bo_w,
#bo_w *,
.sv_wrap,
.sv_wrap * {
    box-sizing: border-box;
}

#bo_list,
#bo_w,
.sv_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    color: var(--bc-text);
    letter-spacing: -0.025em;
}

.sound_only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* =========================================================
   List
   ========================================================= */

#bo_list {
    padding-top: 90px;
    padding-bottom: 150px;
}

.cl_head {
    margin-bottom: 52px;
    text-align: center;
}

.cl_kicker {
    display: block;
    margin-bottom: 14px;
    color: #111;
    font-size: 18px;
    font-weight: 800;
}

.cl_title {
    margin: 0;
    color: #333;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    word-break: keep-all;
}

.cl_title strong {
    color: var(--bc-gold);
    font-weight: 800;
}

.cl_desc {
    margin: 24px 0 0;
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}

.cl_search {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 600px;
    height: 58px;
    margin: 46px auto 0;
    padding: 6px 8px 6px 24px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #fff;
}

.cl_search input[type="text"] {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: none;
    color: #333;
    font-family: inherit;
    font-size: 15px;
}

.cl_search input[type="text"]::placeholder {
    color: #999;
}

.cl_search button {
    flex: 0 0 auto;
    min-width: 92px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #333;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.cl_search button:hover {
    background: var(--bc-navy);
}

#bo_cate {
    margin: 0 0 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#bo_cate h2 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

#bo_cate_ul {
    display: flex !important;
    align-items: center;
    gap: 26px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    list-style: none !important;
}

#bo_cate_ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#bo_cate_ul a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: auto !important;
    min-height: 34px !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #777 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    text-decoration: none !important;
}

#bo_cate_ul a:hover {
    color: #111 !important;
    background: transparent !important;
}

#bo_cate_ul #bo_cate_on,
#bo_cate_ul a#bo_cate_on {
    position: relative;
    color: #111 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#bo_cate_ul #bo_cate_on::after,
#bo_cate_ul a#bo_cate_on::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 2px;
    background: #111;
}

.cl_toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 22px;
}

.cl_total {
    color: #777;
    font-size: 14px;
}

.cl_admin_btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cl_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #555;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.cl_btn:hover {
    border-color: var(--bc-navy);
    color: var(--bc-navy);
}

.cl_btn_primary {
    border-color: var(--bc-navy);
    background: var(--bc-navy);
    color: #fff;
}

.cl_btn_primary:hover {
    background: var(--bc-navy-dark);
    color: #fff;
}

.cl_more_wrap {
    position: relative;
}

.cl_more_menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 10;
    min-width: 120px;
    margin: 0;
    padding: 6px;
    border: 1px solid #ddd;
    background: #fff;
    list-style: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.cl_more_menu button {
    width: 100%;
    height: 34px;
    border: 0;
    background: #fff;
    color: #555;
    font-family: inherit;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

.cl_more_menu button:hover {
    background: #f6f6f6;
    color: #111;
}

.cl_all_check {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cl_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cl_card {
    position: relative;
    min-height: 250px;
    border: 16px solid var(--bc-soft);
    background: #fff;
    transition: border-color .18s, transform .18s;
}

.cl_card:hover {
    border-color: #eee;
    transform: translateY(-2px);
}

.cl_card_link {
    display: block;
    height: 100%;
    padding: 24px 22px 26px;
    color: inherit;
    text-decoration: none;
}

.cl_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 27px;
    padding: 0 13px;
    margin-bottom: 13px;
    border-radius: 999px;
    background: var(--bc-navy);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.cl_card_title {
    min-height: 58px;
    margin: 0;
    color: var(--bc-navy);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.38;
    word-break: keep-all;
}

.cl_card_line {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0 17px;
    background: var(--bc-line);
}

.cl_summary {
    margin: 0 0 13px;
    color: #222;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.55;
    word-break: keep-all;
}

.cl_result {
    margin: 0;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    word-break: keep-all;
}

.cl_notice {
    border-color: #edf3f7;
}

.cl_current {
    border-color: #e5edf3;
}

.cl_check {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.cl_check input {
    width: 18px;
    height: 18px;
}

.empty_table {
    grid-column: 1 / -1;
    padding: 80px 20px;
    border: 1px solid #eee;
    background: #fafafa;
    color: #777;
    font-size: 16px;
    text-align: center;
}

/* 페이징 */
#bo_list .pg_wrap,
.pg_wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    clear: both !important;
    float: none !important;
    width: 100% !important;
    margin: 48px auto 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}

#bo_list .pg,
.pg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 16px;
}

#bo_list .pg_page,
#bo_list .pg_current,
.pg_page,
.pg_current {
    display: inline-flex !important;
    float: none !important;
    align-items: center;
    justify-content: center;
    min-width: auto !important;
    width: auto !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    text-decoration: none !important;
    vertical-align: top !important;
}

#bo_list .pg_current,
.pg_current {
    width: 30px !important;
    min-width: 30px !important;
    padding: 0 !important;
    border-radius: 6px !important;
    background: var(--bc-navy) !important;
    color: #fff !important;
    font-weight: 800 !important;
}

#bo_list .pg_page:hover,
.pg_page:hover {
    color: var(--bc-navy) !important;
    font-weight: 800 !important;
}

#bo_list .pg_start,
#bo_list .pg_prev,
#bo_list .pg_next,
#bo_list .pg_end,
.pg_start,
.pg_prev,
.pg_next,
.pg_end {
    width: 18px !important;
    min-width: 18px !important;
    padding: 0 !important;
    color: #b7b7b7 !important;
    font-size: 0 !important;
}

.pg_start::before {
    content: '<<';
    font-size: 14px;
    font-weight: 500;
}

.pg_prev::before {
    content: '<';
    font-size: 18px;
    font-weight: 500;
}

.pg_next::before {
    content: '>';
    font-size: 18px;
    font-weight: 500;
}

.pg_end::before {
    content: '>>';
    font-size: 14px;
    font-weight: 500;
}

.pg_start:hover,
.pg_prev:hover,
.pg_next:hover,
.pg_end:hover {
    color: var(--bc-navy) !important;
}


/* =========================================================
   Write
   ========================================================= */

#bo_w {
    padding-top: 100px;
    padding-bottom: 150px;
}

.cw_form_header {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--bc-navy);
}

.cw_form_title {
    margin: 0 0 8px;
    color: var(--bc-navy);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
}

.cw_form_header p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.cw_form_header p span {
    color: var(--bc-gold);
}

#fwrite {
    width: 100%;
    background: #fff;
}

.cw_section {
    padding: 34px 0;
    border-bottom: 1px solid var(--bc-line);
}

.cw_section:first-of-type {
    padding-top: 24px;
}

.cw_section_title {
    position: relative;
    margin: 0 0 22px;
    padding-left: 15px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
}

.cw_section_title::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 27px;
    background: var(--bc-navy);
}

.cw_field {
    margin-bottom: 22px;
}

.cw_field:last-child {
    margin-bottom: 0;
}

.cw_label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #222;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.cw_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.cw_badge.req {
    background: var(--bc-navy);
    color: #fff;
}

.cw_badge.opt {
    background: #eee;
    color: #777;
}

.cw_row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.cw_input,
.cw_textarea,
.cw_select {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    outline: none;
    background-color: var(--bc-input);
    color: #222;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 15px;
    transition: border-color .18s, box-shadow .18s;
}

.cw_input,
.cw_select {
    height: 46px;
    padding: 0 14px;
}

.cw_textarea {
    min-height: 180px;
    padding: 14px 16px;
    resize: vertical;
    line-height: 1.85;
}

.cw_input:focus,
.cw_textarea:focus,
.cw_select:focus {
    border-color: var(--bc-navy);
    box-shadow: 0 0 0 3px rgba(0, 59, 101, .08);
}

.cw_input::placeholder,
.cw_textarea::placeholder {
    color: #aaa;
}

.cw_select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23666' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.cw_file_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 12px 16px;
    border: 1px dashed #d6d6d6;
    background: #fafafa;
}

.cw_file_wrap:hover {
    border-color: var(--bc-navy);
}

.cw_file_wrap label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.cw_file_wrap .file_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--bc-navy);
}

.cw_file_wrap .file_icon svg {
    fill: #fff;
}

.cw_file_wrap input[type="file"] {
    flex: 1;
    min-width: 0;
    color: #555;
    font-size: 14px;
}

.cw_file_del {
    margin-top: 9px;
    color: #c0392b;
    font-size: 13px;
}

.cw_notice_check {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

.cw_btn_area {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.cw_btn_cancel,
.cw_btn_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 52px;
    padding: 0 24px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    font-family: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .18s, background .18s, color .18s;
}

.cw_btn_cancel {
    background: #fff;
    color: #555;
}

.cw_btn_cancel:hover {
    border-color: var(--bc-navy);
    color: var(--bc-navy);
}

.cw_btn_submit {
    border-color: var(--bc-navy);
    background: var(--bc-navy);
    color: #fff;
}

.cw_btn_submit:hover {
    background: var(--bc-navy-dark);
}

.cw_btn_submit:disabled {
    border-color: #aaa;
    background: #aaa;
    cursor: not-allowed;
}

/* =========================================================
   View
   ========================================================= */

.sv_wrap {
    padding-top: 120px;
    padding-bottom: 170px;
}

.sv_admin_btns {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 12px;
}

.sv_btn_sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.sv_btn_sm:hover {
    background: #f6f6f6;
    color: #111;
}

.sv_btn_sm_del {
    color: #c0392b;
    border-color: #e8b0b0;
}

.sv_card {
    width: 100%;
    border: 18px solid var(--bc-soft);
    background: #fff;
    padding: 28px 22px 68px;
}

.sv_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 34px;
    padding: 0 18px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: var(--bc-navy);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.sv_title {
    margin: 0 0 27px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--bc-line);
    color: var(--bc-navy);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.035em;
    word-break: keep-all;
}

.sv_meta {
    width: 100%;
    margin: 0 0 50px;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #ededed;
    font-size: 15px;
}

.sv_meta th,
.sv_meta td {
    height: 42px;
    padding: 11px 20px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}

.sv_meta th {
    width: 200px;
    background: #fafafa;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.sv_meta td {
    color: #333;
    font-size: 16px;
    text-align: left;
    word-break: keep-all;
}

.sv_meta th:nth-child(3) {
    border-left: 1px solid #ededed;
}

.sv_section {
    margin-top: 43px;
}

.sv_section:first-of-type {
    margin-top: 0;
}

.sv_section_title {
    position: relative;
    margin: 0 0 16px;
    padding-left: 16px;
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
}

.sv_section_title::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 28px;
    background: var(--bc-navy);
}

.sv_text,
.sv_result_text,
.sv_law {
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    word-break: keep-all;
}

.sv_text p,
.sv_result_text p,
.sv_law p {
    margin: 0 0 8px;
}

.sv_result_wrap {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 56px;
    align-items: start;
    margin-top: 5px;
}

.sv_result_img {
    width: 360px;
}

.sv_result_img img {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    background: #fff;
}

.sv_result_img a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sv_law {
    background: transparent;
    border: 0;
    padding: 0;
}

.sv_law ul,
.sv_text ul,
.sv_result_text ul {
    margin: 6px 0 0;
    padding-left: 1.45em;
}

.sv_law li,
.sv_text li,
.sv_result_text li {
    margin: 6px 0;
}

.sv_nb {
    margin-top: 58px;
    border-top: 1px solid #dcdcdc;
}

.sv_nb_row {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 36px;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    font-size: 16px;
}

.sv_nb_label {
    flex: 0 0 96px;
    color: #222;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.sv_nb_label svg{margin-right: 5px;}

.sv_nb_subject {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sv_nb_subject a {
    color: #222;
    font-size: 16px;
    text-decoration: none;
}

.sv_nb_subject a:hover {
    color: var(--bc-navy);
}

.sv_nb_date {
    display: none;
}

.sv_btn_area {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sv_btn_list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 58px;
    padding: 0 24px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #555;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.sv_btn_list:hover {
    border-color: var(--bc-navy);
    color: var(--bc-navy);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1024px) {
    .cl_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cl_title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    #bo_list,
    #bo_w,
    .sv_wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    #bo_list {
        padding-top: 54px;
        padding-bottom: 90px;
    }

    #bo_w {
        padding-top: 54px;
        padding-bottom: 80px;
    }

    .sv_wrap {
        padding-top: 54px;
        padding-bottom: 80px;
    }

    .cl_head {
        margin-bottom: 34px;
    }

    .cl_title {
        font-size: 26px;
    }

    .cl_desc {
        font-size: 14px;
    }

    .cl_search {
        height: 52px;
        margin-top: 30px;
        padding-left: 18px;
    }

    .cl_search button {
        min-width: 74px;
        height: 40px;
        font-size: 13px;
    }

    #bo_cate_ul {
        gap: 18px;
        overflow-x: auto;
        white-space: nowrap;
    }

    #bo_cate_ul a {
        font-size: 14px !important;
    }

    .cl_toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .cl_grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cl_card {
        min-height: auto;
        border-width: 10px;
    }

    .cl_card_link {
        padding: 20px 18px 22px;
    }

    .cl_card_title {
        min-height: auto;
        font-size: 19px;
    }

    .cw_form_title {
        font-size: 26px;
    }

    .cw_section {
        padding: 28px 0;
    }

    .cw_section_title,
    .sv_section_title {
        font-size: 17px;
    }

    .cw_section_title::before,
    .sv_section_title::before {
        width: 4px;
        height: 23px;
    }

    .cw_row2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cw_btn_cancel,
    .cw_btn_submit {
        min-width: 70px;
        height: 44px;
        font-size: 15px;
    }

    .sv_card {
        border-width: 8px;
        padding: 22px 18px 36px;
    }

    .sv_badge {
        min-width: auto;
        height: 28px;
        font-size: 13px;
    }

    .sv_title {
        margin-bottom: 18px;
        padding-bottom: 18px;
        font-size: 24px;
    }

    .sv_meta,
    .sv_meta tbody,
    .sv_meta tr,
    .sv_meta th,
    .sv_meta td {
        display: block;
        width: 100%;
    }

    .sv_meta {
        margin-bottom: 36px;
    }

    .sv_meta tr {
        display: grid;
        grid-template-columns: 96px 1fr;
        border-bottom: 1px solid #ededed;
    }

    .sv_meta th,
    .sv_meta td {
        height: auto;
        padding: 10px 12px;
        border-bottom: 0;
        font-size: 13px;
    }

    .sv_meta th:nth-child(3) {
        border-left: 0;
    }

    .sv_section {
        margin-top: 34px;
    }

    .sv_text,
    .sv_result_text,
    .sv_law {
        font-size: 15px;
        line-height: 1.85;
    }

    .sv_result_wrap {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sv_result_img {
        width: 100%;
        max-width: 320px;
    }

    .sv_nb {
        margin-top: 36px;
    }

    .sv_nb_row {
        min-height: auto;
        flex-wrap: wrap;
        padding: 14px 6px;
        font-size: 14px;
    }

    .sv_nb_label {
        flex-basis: 82px;
        font-size: 14px;
    }

    .sv_nb_subject a {
        font-size: 14px;
    }

    .sv_btn_area {
        margin-top: 28px;
    }

    .sv_btn_list {
        min-width: 70px;
        height: 44px;
        font-size: 15px;
    }
}
