/* ========================================
   ºÎ»ê¿¡ ÀüÇÏ°í ½ÍÀº ÀÌ¾ß±â
======================================== */

.busan_story_banner {
    display: flex;
    align-items: stretch;

    width: calc(100%);
    max-width: 1600px;
    min-height: 330px;

	margin:0 0 30px;

    background: #fff7f0;
    border-radius: 24px;
    overflow: hidden;

    box-sizing: border-box;
}


/* ¿ÞÂÊ ÀÌ¹ÌÁö ¿µ¿ª */
.busan_story_banner_img {
    flex: 0 0 34%;
    max-width: 690px;
}

.busan_story_banner_img img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    border: 0;
}


/* ¿À¸¥ÂÊ ÅØ½ºÆ® ¿µ¿ª */
.busan_story_banner_txt {
    flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 105px 80px 70px;

    box-sizing: border-box;
}


/* Á¦¸ñ */
.busan_story_banner_txt h3 {
    margin: 0 0 8px;

    color: #f36c0b;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.5px;
}


/* ¼³¸í */
.busan_story_banner_txt p {
    margin: 0;

    color: #444;

    font-size: 27px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -1px;
}


/* =========================================================
   °øÅë ·¹ÀÌ¾Æ¿ô ¹× ÅÇ
   ========================================================= */
.voice-wrap {
    max-width: 1600px;
    margin: 0 auto;
    color: #28333d;
}

.voice-tabs {
    display: flex;
    margin: 0 0 34px;
    border-bottom: 2px solid #f4781d;
}

.voice-tabs a {
    flex: 1;
    padding: 17px 12px;
    background: #f5f6f7;
    color: #59646d;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.voice-tabs a.on {
    background: #f4781d;
    color: #fff;
}

.voice-intro {
    margin-bottom: 28px;
    padding: 27px;
    border-radius: 16px;
    background: linear-gradient(135deg,#fff3e9,#fffaf6);
    text-align: center;
}

.voice-intro strong {
    display: block;
    margin-bottom: 7px;
    color: #f4781d;
    font-size: 30px;
}

.voice-intro p {
    margin: 0;
    color: #606b74;
    font-size: 17px;
    line-height: 1.7;
}

.voice-filter {
    display: flex;
    gap: 9px;
    margin-bottom: 18px;
}

.voice-input, .voice-select, .voice-textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cfd8df;
    border-radius: 8px;
    background: #fff;
    color: #26343f;
    font-size: 15px;
}

.voice-input, .voice-select {
    height: 46px;
    padding: 0 13px;
}

.voice-textarea {
    min-height: 260px;
    padding: 15px;
    line-height: 1.7;
    resize: vertical;
}

.voice-input:focus, .voice-select:focus, .voice-textarea:focus {
    outline: 0;
    border-color: #f4781d;
    box-shadow: 0 0 0 3px rgba(244,120,29, .12);
}

.voice-filter .voice-select {
    width: 190px;
}

.voice-filter .voice-input {
    flex: 1;
}

.voice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    height: 46px;
    padding: 0 18px;
    border: 1px solid #f4781d;
    border-radius: 8px;
    background: #f4781d;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
	font-size: 16px;
}

.voice-btn:hover {
    background: #dc6410;
    color: #fff;
}

.voice-btn.light {
    background: #fff;
    color: #f4781d;
}

.voice-btn.dark {
    border-color: #344754;
    background: #344754;
}

.voice-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.voice-categories a {
    padding: 9px 15px;
    border: 1px solid #dde3e7;
    border-radius: 20px;
    color: #53606a;
    text-decoration: none;
}

.voice-categories a.on {
    border-color: #f4781d;
    background: #fff3e9;
    color: #f4781d;
    font-weight: 700;
}

.voice-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #f4781d;
}

.voice-table th, .voice-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #e2e6e9;
    text-align: center;
}

.voice-table th {
    background: #fff8f2;
    font-weight: 700;
}

.voice-table .subject {
    text-align: left;
}

.voice-table a {
    color: #293842;
    text-decoration: none;
}

.voice-table a:hover {
    color: #f4781d;
}

.voice-status {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 15px;
    background: #f0f2f4;
    color: #66717a;
    font-size: 13px;
    font-weight: 700;
}

.voice-status.complete {
    background: #fff0e4;
    color: #e46810;
}

.voice-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.voice-empty {
    padding: 55px 10px!important;
    color: #78828a;
}

.voice-form, .voice-view {
    padding: 30px;
    border: 1px solid #dfe5e9;
    border-radius: 16px;
    background: #fff;
}

.voice-field {
    margin-top: 21px;
}

.voice-field:first-child {
    margin-top: 0;
}

.voice-label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
}

.voice-required {
    color: #e14646;
}

.voice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.voice-readonly {
    background: #f3f5f7;
}

.voice-file {
    height: auto;
    padding: 9px;
}

.voice-consent {
    margin-top: 25px;
    padding: 20px;
    border: 1px solid #f7d5bc;
    border-radius: 10px;
    background: #fff7f1;
    color: #59646c;
    line-height: 1.7;
}

.voice-consent strong {
    display: block;
    margin-bottom: 8px;
    color: #313e47;
}

.voice-consent label {
    display: block;
    margin-top: 12px;
    color: #28333d;
    font-weight: 700;
}

.voice-actions {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 28px;
}

.voice-view-head {
    padding-bottom: 20px;
    border-bottom: 2px solid #f4781d;
}

.voice-view-head h3 {
    margin: 10px 0;
    font-size: 24px;
}

.voice-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #66727b;
    font-size: 14px;
}

.voice-content {
    min-height: 220px;
    padding: 30px 5px;
    line-height: 1.8;
    white-space: pre-wrap;
}

.voice-answer {
    margin-top: 25px;
    padding: 24px;
    border-left: 4px solid #f4781d;
    border-radius: 8px;
    background: #fff6ef;
}

.voice-answer strong {
    display: block;
    margin-bottom: 10px;
    color: #e6680d;
}

.voice-paging {
    text-align: center;
    margin-top: 25px;
}

.voice-paging a, .voice-paging strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin: 2px;
    border-radius: 6px;
    text-decoration: none;
}

.voice-paging strong {
    background: #f4781d;
    color: #fff;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-item {
    margin-bottom: 10px;
    border: 1px solid #dfe4e8;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.faq-question .q {
    color: #f4781d;
    font-size: 20px;
    font-weight: 800;
}

.faq-category {
    min-width: 95px;
    color: #6c7780;
    font-size: 17px;
}

.faq-title {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
}

.faq-toggle {
    color: #f4781d;
    font-size: 22px;
}

.faq-answer {
    display: none;
    padding: 20px 24px 22px 52px;
    border-top: 1px solid #e5e8eb;
    background: #fff8f2;
    line-height: 1.8;
    white-space: pre-wrap;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .voice-tabs a {
        font-size: 15px;
    }
    .voice-filter {
        flex-wrap: wrap;
    }
    .voice-filter .voice-select, .voice-filter .voice-input {
        width: 100%;
    }
    .voice-filter .voice-btn {
        width: 100%;
    }
    .voice-grid {
        grid-template-columns: 1fr;
    }
    .voice-form, .voice-view {
        padding: 20px 16px;
    }
    .voice-table th:nth-child(1), .voice-table td:nth-child(1), .voice-table th:nth-child(3), .voice-table td:nth-child(3) {
        display: none;
    }
    .voice-table th, .voice-table td {
        padding: 13px 6px;
    }
    .faq-category {
        display: none;
    }
    .faq-answer {
        padding: 18px;
    }
    .voice-view-head h3 {
        font-size: 20px;
    }
}

.voice-help {
    margin: 7px 0 0;
    color: #6a7680;
    font-size: 13px;
    line-height: 1.6;
}

/* --------------------------------------------------------------------------
   ±×´©º¸µå ±âº» °Ô½ÃÆÇ ½ºÅ² ½ºÅ¸ÀÏ ¿ì¼±¼øÀ§ º¸Á¤
   °Ë»ö ¿µ¿ªÀº »ó´Ü Áß¾Ó, ±Û¾²±â ¹öÆ°Àº ¸ñ·Ï Á¤º¸ ¿À¸¥ÂÊ¿¡ °íÁ¤ÇÕ´Ï´Ù.
   -------------------------------------------------------------------------- */
#bo_sch.voice-board-search {
    position: static !important;
    float: none !important;
    clear: both;
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: initial !important;
}

#bo_sch.voice-board-search form {
    display: flex !important;
    align-items: stretch;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 820px;
    height: 50px;
    margin: 0 auto !important;
    padding: 0 !important;
}

#bo_sch.voice-board-search select,
#bo_sch.voice-board-search input,
#bo_sch.voice-board-search button {
    position: static !important;
    float: none !important;
    box-sizing: border-box;
    height: 50px !important;
    margin: 0 !important;
}

#bo_sch.voice-board-search select {
    flex: 0 0 165px;
    width: 165px !important;
    padding: 0 38px 0 16px !important;
    border: 1px solid #cfd8df !important;
    border-right: 0 !important;
    border-radius: 8px 0 0 8px !important;
    background-color: #fff !important;
    color: #28333d;
    font-size: 15px !important;
}

#bo_sch.voice-board-search input[type="text"] {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    padding: 0 16px !important;
    border: 1px solid #cfd8df !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #28333d;
    font-size: 15px !important;
}

#bo_sch.voice-board-search .voice-search-btn {
    flex: 0 0 105px;
    width: 105px !important;
    padding: 0 16px !important;
    border: 1px solid #f4781d !important;
    border-radius: 0 8px 8px 0 !important;
    background: #f4781d !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700;
}

#bo_sch.voice-board-search .voice-search-btn:hover {
    border-color: #dc6410 !important;
    background: #dc6410 !important;
}

#bo_list.voice-board-list {
    clear: both;
    margin-top: 0 !important;
}

#bo_btn_top.voice-list-top {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    min-height: 46px;
    margin: 0 0 18px !important;
    padding: 0 !important;
}

#bo_btn_top.voice-list-top #bo_list_total {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

#bo_btn_top.voice-list-top > .voice-btn {
    position: static !important;
    float: none !important;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    min-width: 105px;
    height: 46px;
    margin: 0 0 0 auto !important;
    padding: 0 20px !important;
}

@media (max-width: 767px) {
    #bo_sch.voice-board-search {
        margin-bottom: 24px !important;
    }

    #bo_sch.voice-board-search form {
        max-width: 100%;
        height: 46px;
    }

    #bo_sch.voice-board-search select,
    #bo_sch.voice-board-search input,
    #bo_sch.voice-board-search button {
        height: 46px !important;
    }

    #bo_sch.voice-board-search select {
        flex-basis: 105px;
        width: 105px !important;
        padding-left: 11px !important;
        padding-right: 28px !important;
    }

    #bo_sch.voice-board-search .voice-search-btn {
        flex-basis: 64px;
        width: 64px !important;
        padding: 0 !important;
    }

    #bo_btn_top.voice-list-top {
        min-height: 42px;
        margin-bottom: 14px !important;
    }

    #bo_btn_top.voice-list-top > .voice-btn {
        min-width: 88px;
        height: 42px;
        padding: 0 14px !important;
    }
}

/* =========================================================
   °í°´¼Ò¸®ÇÔ ¸ñ·Ï
   ========================================================= */
.voice-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.voice-list-top #bo_list_total {
    color: #68737c;
    font-size: 14px;
}

.voice-list-top #bo_list_total span {
    margin-right: 7px;
    color: #f4781d;
    font-weight: 700;
}

.voice-board-category {
    margin-bottom: 20px;
}

.voice-board-category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.voice-board-category li {
    margin: 0;
}

.voice-board-category a {
    display: block;
    padding: 9px 15px;
    border: 1px solid #dde3e7;
    border-radius: 20px;
    color: #53606a;
    text-decoration: none;
}

.voice-board-category #bo_cate_on {
    border-color: #f4781d;
    background: #fff3e9;
    color: #f4781d;
    font-weight: 700;
}

.voice-list-row {
    display: grid;
    grid-template-columns: 149px minmax(0,1fr) 190px 190px 190px;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #e2e6e9;
}

.voice-list-row>span {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
	font-size:18px;
}

.voice-list-row .voice-col-subject {
    text-align: left;
}

.voice-list-head {
    min-height: 52px;
    border-top: 2px solid #f4781d;
    background: #fff8f2;
    font-weight: 700;
}

.voice-list-body {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voice-list-body li {
    margin: 0;
}

.voice-list-body .is-notice {
    background: #fffaf6;
}

.voice-col-check {
    display: none;
}

.voice-board-list.has-checkbox .voice-list-row {
    grid-template-columns: 45px 120px minmax(0, 1fr) 170px 170px 170px;
}

.voice-category-label {
    display: inline-block;
    margin-right: 7px;
    padding: 3px 8px;
    border-radius: 12px;
    background: #fff0e4;
    color: #df6812;
    font-size: 15px;
    text-decoration: none;
}

.voice-subject-link {
    color: #293842;
    text-decoration: none;
	font-size:18px;
}

.voice-subject-link:hover {
    color: #f4781d;
}

.voice-list-empty {
    padding: 55px 10px!important;
    border-bottom: 1px solid #e2e6e9;
    text-align: center;
    color: #78828a;
}

.voice-board-search {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
}

.voice-board-search legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0,0,0,0);
}

.voice-board-search form {
    display: flex;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.voice-board-search select, .voice-board-search input {
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #cfd8df;
    background: #fff;
    font-size: 15px;
}

.voice-board-search select {
    width: 165px;
    padding: 0 14px;
    border-radius: 9px 0 0 9px;
}

.voice-board-search input {
    flex: 1;
    min-width: 0;
    width: auto;
    padding: 0 16px;
    border-width: 1px 0;
}

.voice-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 105px;
    border: 0;
    border-radius: 0 9px 9px 0;
    background: #f4781d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.voice-search-btn:hover {
    background: #dc6410;
}

.voice-admin-buttons {
    margin-top: 12px;
}

.voice-col-status .voice-status {
    white-space: nowrap;
}

.voice-board-list.has-checkbox .voice-col-check {
    display: block;
}

@media (max-width: 767px) {
    .voice-list-row, .voice-board-list.has-checkbox .voice-list-row {
        grid-template-columns: minmax(0,1fr) 92px;
    }
    .voice-list-head .voice-col-subject {
        text-align: center;
    }
    .voice-col-check, .voice-board-list.has-checkbox .voice-col-check, .voice-col-number, .voice-col-writer, .voice-col-date {
        display: none;
    }
    .voice-list-row>span {
        padding: 10px 7px;
    }
    .voice-category-label {
        display: none;
    }
    .voice-board-search select {
        width: 110px;
        padding: 0 9px;
        font-size: 14px;
    }
    .voice-board-search input {
        min-width: 0;
        width: 100%;
        padding: 0 10px;
        font-size: 14px;
    }
    .voice-search-btn {
        width: 52px;
    }
    .voice-search-btn span {
        display: none;
    }
}

/* =========================================================
   °í°´¼Ò¸®ÇÔ ±Û¾²±â
   ========================================================= */
.voice-editor-field .wr_content {
    width: 100%;
}

.voice-editor-field textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 280px;
    border: 1px solid #cfd8df;
    border-radius: 8px;
    padding: 15px;
}

.voice-file-delete {
    display: block;
    margin-top: 8px;
    color: #65717b;
    font-size: 13px;
}

.voice-consent-text {
    font-size: 14px;
}

.voice-form .voice-grid .voice-field {
    margin-top: 21px;
}

@media (max-width: 767px) {
    .voice-form .voice-grid .voice-field:first-child {
        margin-top: 21px;
    }
}

/* =========================================================
   °í°´¼Ò¸®ÇÔ »ó¼¼ ¹× ´ã´çÀÚ ´äº¯
   ========================================================= */
.customer-view {
    padding: 0;
    overflow: hidden;
}

.customer-view .voice-view-head {
    padding: 27px 30px 22px;
}

.voice-view-labels {
    display: flex;
    align-items: center;
    gap: 7px;
}

.voice-view-images {
    padding: 25px 30px 0;
}

.voice-view-images img {
    max-width: 100%;
    height: auto;
}

.voice-view-content {
    padding: 0 30px;
}

.voice-view-content .voice-content {
    margin: 0;
    padding: 30px 0;
}

.voice-view-files {
    margin: 0 30px 25px;
    padding: 18px 20px;
    border: 1px solid #e0e5e8;
    border-radius: 9px;
    background: #f8fafb;
}

.voice-view-files h4 {
    margin: 0 0 10px;
    font-size: 15px;
}

.voice-view-files ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voice-view-files li {
    margin-top: 7px;
}

.voice-view-files a {
    color: #4c5a64;
    text-decoration: none;
}

.voice-view-files a:hover {
    color: #f4781d;
}

.voice-view-files a span {
    margin-left: 6px;
    color: #849099;
    font-size: 12px;
}

.voice-contact-email {
    margin: 0 30px 28px;
    padding: 13px 15px;
    border-radius: 8px;
    background: #fff7f1;
    color: #5d6870;
	font-size:15px;
}

.voice-contact-email strong {
    margin-right: 12px;
    color: #e66c14;
}

.voice-view-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.voice-view-actions .voice-btn {
    gap: 6px;
    box-sizing: border-box;
    width: auto !important;
    min-width: 86px !important;
    height: 40px !important;
    padding: 0 16px !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    line-height: 38px !important;
}

.voice-view-actions .voice-btn i {
    font-size: 14px !important;
    line-height: 1;
}

.voice-answer-section {
    margin-top: 30px;
    padding: 27px 30px;
    border: 1px solid #f2d5bf;
    border-radius: 15px;
    background: #fffaf6;
}

.voice-answer-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f4781d;
	font-size:15px;
}

.voice-answer-heading strong {
    color: #e46810;
    font-size: 19px;
}

.voice-answer-heading span {
    color: #69747c;
    font-size: 14px;
}

.voice-answer-section #bo_vc {
    margin-top: 0;
}

.voice-answer-section #bo_vc_w {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .customer-view .voice-view-head, .voice-view-content {
        padding-left: 18px;
        padding-right: 18px;
    }
    .voice-view-files, .voice-contact-email {
        margin-left: 18px;
        margin-right: 18px;
    }
    .voice-view-actions {
        flex-wrap: wrap;
        gap: 6px;
    }
    .voice-view-actions .voice-btn {
        min-width: 76px !important;
        height: 38px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
        line-height: 36px !important;
    }
    .voice-answer-section {
        padding: 21px 17px;
    }
    .voice-answer-heading {
        display: block;
    }
    .voice-answer-heading span {
        display: block;
        margin-top: 5px;
    }
}

/* Dear my Busan ¾È³» ¹è³Ê */
.dear-voice-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 55px;
    max-width: 1600px;
    min-height: 230px;
    margin: 0 auto 45px;
    padding: 25px 60px;
    overflow: hidden;
    border-radius: 24px;
    background: #fff7f0;
}

.dear-voice-image {
    display: flex;
    flex: 0 0 250px;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
}

.dear-voice-image img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 230px;
    object-fit: contain;
    object-position: center bottom;
}

.dear-voice-message {
    color: #333;
    line-height: 1.6;
    word-break: keep-all;
}

.dear-voice-message strong {
    display: block;
    margin-bottom: 8px;
    color: #f57616;
    font-size: 27px;
    font-weight: 800;
}

.dear-voice-message p {
    margin: 0;
    color: #444;
    font-size: 20px;
    font-weight: 500;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 768px) {
    .dear-voice-banner {
        flex-direction: column;
        gap: 12px;
        min-height: 0;
        margin-bottom: 30px;
        padding: 25px 20px 28px;
        text-align: center;
    }

    .dear-voice-image {
        flex-basis: auto;
        align-self: auto;
    }

    .dear-voice-image img {
        width: 180px;
        height: 170px;
    }

    .dear-voice-message strong {
        font-size: 21px;
    }

    .dear-voice-message p {
        font-size: 16px;
    }
}


/* ========================================
   ÅÂºí¸´
======================================== */

@media (max-width: 1200px) {

    .busan_story_banner {
        width: calc(100% - 40px);
        min-height: 280px;
    }

    .busan_story_banner_img {
        flex-basis: 43%;
    }

    .busan_story_banner_txt {
        padding: 75px 50px 50px;
    }

    .busan_story_banner_txt h3 {
        font-size: 30px;
    }

    .busan_story_banner_txt p {
        font-size: 22px;
    }
}


/* ========================================
   ¸ð¹ÙÀÏ
======================================== */

@media (max-width: 768px) {

    .busan_story_banner {
        display: block;

        width: calc(100% - 30px);
        min-height: auto;

        margin: 20px auto;

        border-radius: 18px;
    }

    .busan_story_banner_img {
        width: 100%;
        max-width: none;
        height: 250px;
    }

    .busan_story_banner_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .busan_story_banner_txt {
        padding: 30px 25px 35px;
    }

    .busan_story_banner_txt h3 {
        margin-bottom: 6px;

        font-size: 24px;
        line-height: 1.35;
        letter-spacing: -1px;
    }

    .busan_story_banner_txt p {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: -0.5px;
    }
}


@media (max-width: 640px) {
    .voice-list-row>span {
		font-size: 16px;
	}
}


/* ========================================
   ÀÛÀº ¸ð¹ÙÀÏ
======================================== */

@media (max-width: 480px) {

    .busan_story_banner {
        width: calc(100% - 20px);
        border-radius: 15px;
    }

    .busan_story_banner_img {
        height: 200px;
    }

    .busan_story_banner_txt {
        padding: 24px 20px 28px;
    }

    .busan_story_banner_txt h3 {
        font-size: 21px;
    }

    .busan_story_banner_txt p {
        font-size: 16px;
    }
}