#franchisee-board > .inner_wrap.content-size {
    padding: 110px 0 200px;
    max-width: 1200px;
}

.fran-top > .section-title {
    color: #222;
    text-align: center;
}

/* 검색창 */

.fran-search {
    margin-top: 60px;
}

.fran-search-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    gap: 0 10px;
}

.fran-search-select {
    width: 154px;
    height: 48px;
    line-height: 48px;

    border: 1px solid #BBBBBB;

    padding: 0 20px;
}


.fran-search-select > select {
    appearance: none;
    outline: none;
    border: none;
    width: 100%;
    background-image: url('../img/subpage/promo/alliance/select-btn.svg');
    background-repeat: no-repeat;
    background-position: right center;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.fran-search-input {
    width: 195px;
    padding: 11px 20px;

    border: 1px solid #BBBBBB;
}

.fran-search-input > input {
    width: 100%;
    appearance: none;
    border: none;
    outline: none;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.fran-search-input > input::placeholder {
    color: #BBBBBB;
}

.fran-search-button {
    width: 48px;
    height: 48px;
    background-color: #4B4B4B;
}

.fran-search-button > button {
    background-color: transparent;
    background-image: url('../img/subpage/promo/alliance/search-icon.png');
    background-repeat: no-repeat;
    background-position: right 50% top 49%;
    width: 100%;
    height: 100%;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}

/* 게시글 테이블 */

#fran-borad-list-table {
    margin-top: 24.5px;
}

.fran-view-table {
    border-collapse: collapse;
    width: 100%;

    border-top: 2px solid #222;
}

.fran-view-table > thead > tr > th, 
.fran-view-table > tbody > tr > td {
    height: 60px;
    line-height: 60px;

    font-family: "Noto Sans CJK KR";
    font-size: 17px;
    color: #333;
}

.fran-view-table > thead > tr > th {
    font-size: 16px;
    font-weight: 500;
    background-color: #F6F6F6;
    border-bottom: 1px solid #ddd;
}

.fran-view-table > tbody > tr > td {
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.fran-view-table > tbody > tr > td:first-child,
.fran-view-table > tbody > tr > td:nth-child(4),
.fran-view-table > tbody > tr > td:last-child {
    font-family: 'Poppins';
}

.fran-view-table > tbody > tr > td:nth-child(2) {
    text-align: left;
}

.board-num {
    width: 13%;
}

.board-title {
    width: 44.66666%;
}

.board-writer {
    width: 15.33333%;
}

.board-viewership {
    width: 8.66666%;
}

.board-write-date {
    width: 18.33333%;
}

.board-title-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 6px;
}

.board-title-box {
    max-width: 500px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.comment-num {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #e32c41;
}

.comment-num > i {
    font-style: normal;
}

.board-title-wrap > span > img {
    display: block;
}

/* 페이지네이션 */

.board-pagination {
    margin-top: 60px;
}

.board-pagination > ul {
    display: flex;
    justify-content: center;
    align-content: center;

    gap: 0 40px;
}

.board-page-num {
    font-weight: 400;
    font-size: 17px;
    color: #4b4b4b;

    position: relative;

    padding: 0 2px;
}

.board-page-num.now-page {
    color: #005AC3;
    font-weight: 600;
}

.board-page-num.now-page::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #005AC3;

    position: absolute;
    bottom: 0;
    left: 0;
}

.board-page-arrow {
    display: flex;
    align-items: center;
}

.board-page-arrow > a {
    display: block;
    width: 7px;
    height: 12px;

    background-repeat: no-repeat;
    background-size: cover;
}

.board-page-first > a {
    background-image: url('../img/subpage/promo/alliance/page-prev-on.svg');
}

.board-page-last > a {
    background-image: url('../img/subpage/promo/alliance/page-next-on.svg');
}

.board-page-first.no-more-page > a {
    background-image: url('../img/subpage/promo/alliance/page-prev-off.svg');
}

.board-page-last.no-more-page > a {
    background-image: url('../img/subpage/promo/alliance/page-next-off.svg');
}

/* 목록버튼 */

.board-to-list {
    margin-top: 35px;
    text-align: right;
}

.board-to-list.in_detail_page {
    text-align: center;
}

.board-to-list > a {
    display: inline-block;
    text-align: center;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 15px;
    
    padding: 11px 40px;
}

.board-to-list > a:not(:last-child) {
    margin-right: 6px;
}

.to-list-btn {
    color: #fff;
    background-color: #4B4B4B;
    border: 1px solid #4b4b4b;
}



.post-new,
.post-delete-edit {
    background-color: #fff;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
}

/* 게시글 */
/* 게시글페이지 */

.board-detail {
    margin-top: 60px;
}

.board-detail-top {
    border-top: 1px solid #222222;
}

.board-detail-title {
    background-color: #F6F6F6;

    padding: 34px 40px 37px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-detail-title > p {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

.board-detail-top-status {
    display: flex;
    justify-content: center;
    align-items: center;
}

.board-detail-status-date {
    margin-right: 7px;
}

.board-detail-date-text {
    color: #333;
}

.board-detail-top-status > span {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 17px;
    color: #333;
}

.board-detail-info {
    border-top: 1px solid #DDDDDD;

    padding: 17.5px 40px;
}

.board-detail-info > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 0 80px;
}

.board-detail-info > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    gap: 0 8px;
}

.board-detail-info > ul > li {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 17px;
    color: #333;
}

.board-detail-writer-text,
.board-detail-storename {
    font-weight: 500;
}

.board-detail-main {
    border-top: 1px solid #DDDDDD;
    padding: 60px 40px 200px;
}

.board-detail-img-area > img {
    display: block;
}

.board-detail-text-area > p {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    
}

/* 이전글 & 다음글 */

.board-other-post {
    border-top: 1px solid #ddd;
}

.board-other-post > div {
    border-bottom: 1px solid #ddd;
}

.board-other-post > div > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.board-other-nav {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    color: #4b4b4b;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 12px;

    padding: 12.5px 40px 13.5px;
    background-color: #F6F6F6;
}

.board-other-nav > img {
    display: block;
}

.board-other-href {
    padding-left: 60px;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

/* 댓글 입력인풋 */

.board-comment-wrap {
    margin-top: 40px;
}

.board-comment-top {
    padding-bottom: 8px;

    border-bottom: 1px solid #222;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 0 4px;
}

.comment-title {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 18px;
    color: #222;
    line-height: 1.5;
    margin-bottom: 2px;
}

.comment-count {
    font-weight: 500;
    font-size: 20px;
    color: #254aaf;
    line-height: 1;
}

.comment-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.comment-flexbox:not(:first-child) {
    margin-top: 12px;
}

.flex-start {
    justify-content: flex-start;
}

.board-comment-input-wrap {
    margin-top: 16px;
}

.comment-inner-half {
    width: 50%;
    max-width: 595px;
    
    background-color: #F0F0F0;

    padding: 16px 30px;
}

.comment-inner-full {
    width: 100%;
    max-width: 1023px;

    background-color: #f0f0f0;

    padding: 16px 30px;
}

.comment-inner-full2 {
    width: 100%;
    background-color: #f0f0f0;
    padding: 16px 30px;
}

.input-top-white {
    background-color: #fff;
    border: 1px solid #bbb;
}

.board-comment-wrap input[type="text"], 
.board-comment-wrap select
{
    appearance: none;
    border: none;
    outline: none;

    width: 100%;
    height: 100%;
    background-color: transparent;

    font-family: "Noto Sans KR";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #222;
}

.board-comment-wrap input[type="text"]::placeholder,
.comment-textarea > textarea::placeholder,
.write-textarea > textarea::placeholder {
    color: #999 !important;
}

.comment-mid {
    margin-top: 12px;
}

.comment-textarea {
    width: 100%;
    background-color: #f0f0f0;

    padding: 20px 30px;

    position: relative;
}

.comment-textarea > textarea {
    width: 100%;
    min-height: 88px;
    appearance: none;
    border: none;
    outline: none;

    background-color: transparent;
    resize: none;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #222;
}

#comment-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

    appearance: none;
    border: none;
    outline: none;

    font-family: "Noto Sans KR";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;

    background-color: #999999;
    border-radius: 50px;
    
    padding: 12px 50px;
    cursor: pointer;
}

.comment-btm {
    margin-top: 12px;
}

.comment-inner-half.defense-spam {
    background-color: transparent;
    border: 1px solid #BBBBBB;
    max-height: 56px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 0 5px;
}

.spam-words {
    font-weight: 400;
    font-size: 18px;
    color: #777;
}

.spam-words-color {
    color: #E32C41;
}

.spam-notice {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #777;
}

/* 댓글 */

.board-comment-view-wrap {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;

    margin-top: 16px;
}

.board-comment-view-wrap > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.board-comment-inner {
    padding: 25px 0;
    width: 100%;
}

.board-comment-inner:not(:last-child) {
    border-bottom: 1px dashed #DDDDDD;
}

.board-comment-inner-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;

    position: relative;
}

.board-comment-profile {
    margin-right: 14px;
}

.board-comment-writer {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #333;
    margin-right: 8px;
}

.board-comment-writer-name {
    font-weight: 500;
}

.board-comment-date {
    font-weight: 300;
    font-size: 16px;
    color: #999;

    margin-top: 2px;
}

.board-comment-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.board-comment-opt-wrap {
    position: absolute;
    top: 25px;
    right: 0;
    cursor: pointer;
}


.board-comment-opt-wrap > div {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.board-comment-opt-wrap > div > img {
    display: block;
    margin: 0 auto;
}

.board-comment-opt-more {
    position: absolute;
    top: 30px;
    right: 30px;

    width: 54px;

    border: 1px solid #999999;

    padding: 15px;
    background-color: #fff;

    display: none;
}

.board-comment-opt-more > li {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #555;
    white-space: nowrap;
}

.board-comment-opt-more > li:last-child {
    margin-top: 15px;
}

.board-comment-inner-mid {
    padding-left: 68.5px;
}

.board-comment-area {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.625;
    color: #555;
}

.board-comment-re-comment {
    padding-left: 68.5px;
    margin-top: 10px;
}

.board-comment-re-comment > a {
    display: inline-block;

    padding: 6px 13px;
    background: #fff;
    border: 1px solid #ddd;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #555;
    
}

/* 글쓰기페이지 */

#fran-board-write-area {
    margin-top: 70px;
    padding-top: 16px;
    border-top: 2px solid #222222;
}

#fran-board-write-area .board-comment-wrap {
    margin-top: 0;
}

#fran-board-write-area .board-comment-input-wrap {
    margin-top: 0;
}

.fran-radio-label {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 17px;
    color: #333;
}

.fran-radio-label:first-child {
    margin-right: 25px;
}

.fran_write_radio {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #AFAFAF;
    vertical-align: bottom;
    accent-color: #005AC3;
    margin-bottom: 1px;

    position: relative;
}

.fran_write_radio::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #BBBBBB;
    border-radius: 50%;
}

.fran_write_radio:checked {
    border-color: #005AC3;
}

.fran_write_radio:checked::before {
    background-color: #005AC3;
}

.fran-write-file-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 16px;
    padding: 16px 0;
}

.fran-write-file-wrap > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 12px 0;
}

.file-inner-wrap {
    width: 100%;
    height: auto;
    line-height: 44px;
    
}

.file-name-area {
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    padding-left: 30px;
    max-width: 1067px;
    float: left;
}

.file-name-area::after {
    content: '';
    display: block;
    clear: both;
}

.file-name-area > p {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #777;
}

.file-btn {
    float: right;
    width: 124px;
    height: 100%;
    background-color: #ADADAD;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #fff;

    cursor: pointer;
}

.file-btn::after {
    content: '';
    display: block;
    clear: both;
}

.file-inner-wrap > input[type="file"] {
    display: none;
}

.write-textarea > textarea::placeholder {
    color: #777;
}

.write-textarea {
    margin-top: 12px;
}

.write-textarea {
    width: 100%;
    background-color: transparent;

    position: relative;
}

.write-textarea > textarea {
    display: block;
    width: 100%;
    min-height: 450px;
    appearance: none;
    border: 1px solid #BBBBBB;
    outline: none;

    background-color: transparent;
    resize: none;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #222;

    padding: 30px;
}

.write-password-wrap > input {
    appearance: none;
    width: 100%;
    border: none;
    height: 56px;
    line-height: 56px;
    background-color: #F0F0F0;
    padding-left: 30px;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #222;
}

.write-password-wrap > input::placeholder {
    color: #254aaf;
}

.write-password-wrap > input:focus {
    outline: none;
}

.password-spam-wrap {
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    padding: 16px 0;
    margin-top: 16px;
}

.on-board-page {
    text-align: center;
}

.mobile-hr {
    display: none;
}

@media all and (max-width:1220px) {
    /* 리스트 페이지 시작 */

    #franchisee-board > .inner_wrap.content-size {
        padding: 110px 16px 200px;
        max-width: unset;
    }

    /* 리스트 페이지 끝 */

    /* 게시글페이지 시작 */

    .borad-detail-title {
        padding: 34px 40px 37px 30px;
    }

    .borad-detail-info {
        padding: 17.5px 30px;
    }

    .comment-inner-half {
        width: calc(50% - 8px);
    }

    .borad-detail-info > ul {
        gap: 0 45px;
    }

    .borad-detail-main {
        padding: 50px 30px 150px;
    }

    .borad-detail-main img {
        width: 100%;
    }

    /* 게시글페이지 끝 */

    /* 글쓰기페이지 시작 */
    .comment-inner-full {
        max-width: unset;
        width: 83%;
    }

    .file-name-area {
        width: calc(100% - 134px);
    }
}

@media all and  (max-width:768px) {
    /* 리스트 페이지 시작 */

    #franchisee-board > .inner_wrap.content-size {
        padding: 50px 16px 130px;
    }

    .fran-search {
        margin-top: 35px;
    }

    .fran-search-inner {
        gap: 0;
        justify-content: space-between;
    }

    .fran-search-select {
        width: 35%;
        max-height: 33px;
        height: auto;
        line-height: normal;
        padding: 4px 12px 7px;
    }

    .fran-search-select > select {
        font-size: 13px;
    }

    .fran-search-input {
        width: 52%;
        max-height: 33px;
        padding: 4px 12px 7px;
    }

    .fran-search-input > input {
        font-size: 13px;
    }

    .fran-search-button {
        width: 33px !important;
        height: 33px !important;
    }

    .fran-search-button > button {
        background-size: 62%;
        background-position: center;
    }

    .fran-search-select.select-view {
        display: none;
    }

    #fran-borad-list-table {
        margin-top: 20px;
    }

    .fran-view-table thead {
        display: none;
    }

    .fran-view-table > tbody > tr {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 14px;
        border-bottom: 1px solid #ddd;
    }

    .fran-view-table > tbody > tr > td {
        height: auto;
        line-height: normal;
        border: none;
        font-size: 13px;
        color: #777;
    }

    .fran-view-table > tbody > tr > td:first-child,
    .fran-view-table > tbody > tr > td:nth-child(4) {
        display: none;
    }

    .fran-view-table > tbody > tr > td:nth-child(2) {
        width: 100%;
    }
    
    .board-title-wrap > a {
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .fran-view-table > tbody > tr > td:last-child {
        padding-top: 3px;
    }

    .fran-view-table > tbody > tr > td:last-child::before {
        content: '';
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #BBBBBB;
        margin: 0 0 1px 4px;
        vertical-align: middle;
    }

    /* 페이지네이션 */

    .board-pagination {
        margin-top: 30px;
    }

    .board-page-arrow > a {
        width: 5px;
        height: 10px;
    }

    .board-page-num:nth-child(5),
    .board-page-num:nth-child(6) {
        display: none;
    }

    .board-page-num {
        font-size: 15px;
    }

    .board-to-list {
        text-align: center;
    }

    .board-to-list > a {
        font-size: 14px;
        padding: 9px 0;
        width: 100px;
    }

    /* 리스트 페이지 끝 */

    /* 게시글 페이지 시작 */

    .board-detail {
        margin-top: 35px;
    }

    .board-detail-top {
        border-top: 2px solid #222;
    }

    .board-detail-title {
        padding: 15px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px 0;
    }

    .board-detail-title > p {
        font-size: 15px;
    }

    .board-detail-status-date {
        font-size: 13px;
    }

    .board-con-status {
        padding: 0;
        line-height: 22px;
        font-size: 11px;
    }

    .board-detail-info {
        padding: 9px 12px;
    }

    .board-detail-info > ul {
        gap: 0 6.5px;
    }

    .board-detail-info > ul > li {
        font-size: 13px;
        color: #777;
    }

    .board-detail-info > ul > li * {
        display: none;
    }

    .board-detail-writer-text,
    .board-detail-date-text {
        display: inline !important;
        font-weight: 400;
    }

    .board-detail-info > ul > li > .board-detail-date-text {
        margin-top: 3px;
    }

    .board-detail-view {
        display: none !important;
    }

    .board-detail-main {
        padding: 30px 0 50px;
    }

    .board-detail-text-area {
        margin-top: 20px;
    }

    .board-detail-text-area > p {
        font-size: 14px;
    }

    /* 이전글 & 다음글 */

    .board-other-nav {
        padding: 11px 12px;
        font-size: 12px;
    }

    .board-other-href {
        padding-left: 16.5px;
        font-size: 13px;
    }

    /* 댓글 */

    .board-comment-top {
        gap: 0 2px;
    }

    .comment-title {
        font-size: 14px;
    }

    .comment-count {
        font-size: 15px;
    }

    .board-comment-input-wrap {
        margin-top: 12px;
    }

    .comment-inner-half {
        padding: 9px 16px;
    }

    .board-comment-wrap input[type="text"],
    .board-comment-wrap input[type="password"] {
        font-size: 14px;
    }

    .comment-mid,
    .comment-btm {
        margin-top: 10px;
    }

    .comment-textarea {
        padding: 9px 90px 9px 16px;
    }

    .comment-textarea > textarea {
        min-height: 80px;
        font-size: 14px;
    }

    .comment-btm {
        flex-direction: column;
        gap: 10px 0;
    }

    .comment-btm > li {
        width: 100% !important;
        max-width: unset;
    }

    .spam-words {
        font-size: 14px;
    }

    .spam-notice {
        font-size: 12px;
        margin-bottom: 2px;
    }

    #comment-btn {
        right: 12px;
        padding: 7px 28px;
        font-size: 13px;
    }

    .board-comment-view-wrap {
        margin-top: 25px;
    }

    .board-comment-inner {
        padding: 14px 0;
    }

    .board-comment-profile {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .board-comment-profile > img {
        display: block;
        width: 100%;
    }

    .board-comment-writer {
        font-size: 15px;
    }

    .board-comment-date {
        font-size: 13px;
        margin-top: 2px;
    }

    .board-comment-opt-wrap {
        top: 15px;
    }

    .board-comment-inner-mid,
    .board-comment-re-comment {
        padding: 0 30px 0 50px;
    }

    .board-comment-area {
        font-size: 13px;
        line-height: 1.4;
    }

    .board-comment-re-comment {
        margin-top: 14px;
    }

    .board-comment-re-comment > a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .board-comment-opt-wrap > div > img {
        width: 3px;
        height: 17px;
    }

    .board-comment-opt-more {
        padding: 10px 9px;
        width: 42px;
        height: 66px;
    }

    .board-comment-opt-more > li {
        font-size: 12px;
    }

    .board-comment-opt-more > li:last-child {
        margin-top: 10px;
    }

    .board-to-list > a {
        font-size: 14px;
        padding: 9px 0;
        width: 100px;
    }

    .mobile-hr {
        display: block;
        width: 1px;
        height: 12px;
        background-color: #BBBBBB;
    }

    /* 게시글 페이지 시작 */

    #fran-board-write-area {
        margin-top: 35px;
        padding-top: 12px;
    }

    #fran-board-write-area .comment-flexbox {
        flex-direction: column;
        gap: 10px 0;
    }

    #fran-board-write-area .comment-flexbox:not(:first-child) {
        margin-top: 10px;
    }

    #fran-board-write-area .comment-inner-half {
        width: 100%;
    }

    #fran-board-write-area .comment-inner-full {
        width: 100%;
        padding: 9px 16px;
    }

    .fran-write-file-wrap {
        margin-top: 10px;
        padding: 12px 0;
    }

    .fran-write-file-wrap > ul {
        gap: 10px 0;
    }

    #fran-board-write-area .password-spam-wrap {
        margin-top: 12px;
        padding: 12px 0;
    }

    .file-inner-wrap {
        height: 34px;
        line-height: 34px;
    }

    .file-name-area {
        padding-left: 12px;
        width: calc(100% - 96px);
    }

    .file-name-area > p {
        font-size: 13px;
    }

    .file-btn {
        width: 86px;
        font-size: 13px;
    }

    .write-textarea > textarea {
        font-size: 13px;
        padding: 16px 12px;
        min-height: 219px;
    }
}