/***** Color Chart *****/
/*
Normal Text : #342f2d;
Hover Text : #093696;
*/
/***********************/

.product_view_wrapper2 {
    background: linear-gradient(0deg, rgba(5, 15, 35, 0.1), rgba(5, 15, 35, 0.1)), url("/img/bg_product_view.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product_box_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    /*padding-bottom: 150px;*/
    flex-direction: row;
    display: flex;
    gap: 30px;
}

.product_white_box_left {
    background: white;
    width: 550px;
    border-radius: 40px;
    padding: 80px 60px;
}
.product_white_box_left .button_area.inquiry {
    text-align: left !important;
    max-width: revert !important;
    width: revert !important;
}

.product_white_box_left .button_area.inquiry a {
    margin-top: revert !important;
    margin-bottom: 80px;
}

.product_title_wrapper {
    display: inline-block;
}

.product_category_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: rgba(129, 29, 33, 1);
}

.product_title_wrapper h3 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 60px;
    text-align: left;
}

.product_table_wrapper {
    width: 100%
}

.product_table_wrapper table {
    width: 100%;
    background: #F5F7FA;
    border-collapse: collapse;
}

.product_table_wrapper table tr {
    border-bottom: 1px solid #D2D5DD;
}

.product_table_wrapper table tr:last-child {
  border-bottom: none;
}

.product_table_wrapper .bottom_spec_table tr {
    border-bottom: 1px solid;
}

.product_table_wrapper .bottom_spec_table tr:last-child {
  border-bottom: 2px solid;
}

.bottom_spec_table {
    background: none !important;
}

.bottom_spec_table thead {
    background: rgba(129, 29, 33, 1);
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.bottom_spec_table thead tr th {
    padding: 23px 10px;
}

.bottom_spec_table tr td {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    padding: 23px 10px;
}


.product_table_wrapper table tr .spec_title {
    padding: 10px;
    width: 30%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.product_table_wrapper table tr .spec_content {
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #949494;
}

.product_white_box_right {
    background: white;
    width: 800px;
    border-radius: 40px;
    padding: 80px 60px;
}

.cke_notification.cke_notification_warning { display: none; }

.board {
    display: inline-flex;
    flex-direction: column;
    padding-right: 30px;
    gap: 30px;

}

.board_header {
    display: flex;
    width: 100%;
}

.board_title {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    padding: 50px;
    align-items: center;

    font-weight: 500;
    font-size: 30px;
    line-height: 2.6rem;

    /*border-top: 2px solid black;*/
    border-bottom: 1px solid #d8d8d8;

    gap: 24px;
}

.board .board_info {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

    font-weight: 500;
    font-size: 17px;
    color: #5d5d5d;
}

.board .board_info input {
    border: transparent;
    background-color: transparent;
    width : 100px;
    height :fit-content;

    font-size: 17px;
    color: #5d5d5d;
    text-align: center; 
}

.board .board_info span:not(:last-child)::after{
    display: inline-block;
    width: 30px;
    text-align: center;
    content: "|";
}

.board_cnt i {
    color:#d8d8d8;
}

.board_subtitle textarea {
    width: 100%;
    resize: none;
    border-left: 5px solid var(--main-color);
    padding-left: 10px;

    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.board_subtitle textarea:disabled {
    background-color: transparent;
    border: transparent;
    border-left: 5px solid var(--main-color);
}

.board_product_desc {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 22px;
    padding: 20px;
    border: 1px solid #dfdfdf;
}

.board_content {
    width: 100%;
    padding-bottom: 50px;
    --border-bottom: 1px solid #5d5d5d;
}

.board_content p {
    font-size: 15px;
    line-height: 1.5rem;
    max-width: 100%;
}

.board_content p img {
    max-width: 100%;
    height: fit-content !important;
}

.board_content span {
    line-height: 1.6rem;
}

.board_content ul {
    display: inline-flex;
    list-style-type: disc;
    list-style-position: inside;
    flex-direction: column;
}

.board_content iframe {
    border: none;
}

@media screen and (max-width: 640px) {
    #password {
        margin-top: 30px !important;
    }

    .private_div {
        display: block !important;
    }

    .board .board_info {
        font-size: 15px;
    }
    
    .board .board_info input {
        font-size: 15px;
        width: 85px;
    }

    .board .board_info span:not(:last-child)::after{
        width: 20px;
    }

    .board_content iframe {
        width: 100% !important;
    }
}

.fileList {
    display: inline-flex;
    flex-direction: column;
}

.fileList .file a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px 0;
    gap: 10px;
}

.fileList .file a span {
    font-size: 14px;
    line-height: 18px;
}

.img-thumbnail {
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.fileList i {
    margin-right: 7px;
    font-size: 18px;
    color: #d8d8d8;
}

.fileList a:hover i {
    color: #bfd5de;
}

.btnFileDel {
    background-color: transparent;
    font-size: 10px;
    color: red;
}

/** 이전글/다음글 표기 */

.prevNextBoard {
    border-top: 1px solid #d8d8d8;
}

.prevBoard, .nextBoard {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    height: 60px;
    background: #F5F5F7;
    border-radius: 5px;
    margin: 5px;
}

.prevNextTitle {
    color: #969696;
    font-weight: 500;
    font-size: 20px;
}

.prevTitle, .nextTitle,
.prevNoTitle, .nextNoTitle {
    margin-left: 40px;
    font-weight: 500;
    font-size: 20px;
}
.prevNoTitle, .nextNoTitle {
    color: #a8a8a8;
}

.board_icon_area {
    margin: 30px auto;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 860px) {
    .board-write.inquiryWrite {
        padding: 20px !important;
    }

    .board {
        padding: 0 5px;
        gap: 20px;
    }

    .board_header {
        display: flex;
        width: 100vw;
        margin: 50px auto 0;
        padding: 0 15px;
    }

    .board_title {
        width: 100%;
        padding: 30px 20px;
        font-size: 24px;
        line-height: 2.6rem;
        word-break: break-all;
    }

    .prevBoard, .nextBoard {
        padding: 30px 20px;
    }

    .prevTitle, .nextTitle,
    .prevNoTitle, .nextNoTitle {
        font-size: 17px;
        margin-left: 30px;

        display: inline-block;
        overflow: hidden;
        max-width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 640px) {
    .attach_file_button_area.inquiryWrite {
        flex-direction: column;
    }

    .attach_file_button.inquiryWrite {
        margin-left: 0px !important;
        margin-bottom: 25px;
    }

    .board_subtitle textarea {
        width: 100%;
        resize: none;
        padding-left: 7px;
    
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
        color: #093696;
    }

    .board_content p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        word-break: break-all;
    }

    .board_content p img{
        max-width: 100% !important;
        height: auto !important;
    }
}

/* Board Write */

.board-write {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
}

.board-write.inquiryWrite {
    background: #FAFBFD;
    border-radius: 30px;
    padding: 90px;
}

#boardForm {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
}

.board-write.inquiryWrite #boardForm {
    gap: 25px;
}

.board-write input[type="text"] {
    height: 32px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #CCCED1;
}

.board-write select {
    padding: 7px;
    font-size: 14px;
    border: 1px solid #CCCED1;
}

.board-write select:disabled {
    background-color: lightgray;
}

.board-write input[type="text"] {
    width: 100%;
    padding: 7px;
    font-size: 14px;
    letter-spacing: -2%;
    border: 1px solid #CCCED1;
}

.board-write .board_info {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

.board-write .board_info input {
    border: transparent;
    background-color: transparent;
    width : 96px;
    height :fit-content;

    font-weight: 500;
    font-size: 12px;
    color: #5d5d5d;
    text-align: center; 
}

.board-write .board_info .board_vcnt {
    display: inline-block;
    width: 80px;
    height :fit-content;
    padding: 7px;

    font-weight: 500;
    font-size: 12px;
    color: #5d5d5d;
    text-align: center; 
}

.board-write .board_info span:nth-child(-n+5)::after {
    display: inline-block;
    width: 20px;
    text-align: center;
    content: "|";
}

.board-write textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #CCCED1;
}

.board-write .board_radio {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}

.board-write input[type=radio]{                
    appearance:none;              
    width: 13px;                       
    height: 13px;                       
    border: 1px solid #d6d6d6;  
    border-radius: 50%;              
}
    
.board-write input[type=radio]:checked{      
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--main-color);
    border: 2px solid #fff; 
    outline: 1px solid var(--main-color);
}

.board-write input[type=radio]:checked:disabled{      
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: gray;
    border: 2px solid #fff; 
    outline: 1px solid gray;
}

.board-write input[type="checkbox"] {
    accent-color: var(--main-color);
}

.board-write .attach_file_button_area {
    width: 100%;
    position: relative;
    display: inline-flex;
}

.board-write .attach_file_button_area .attach_file_button {
    margin-left: 10px;
}

.board-write .attach_file_button_area .attach_file_button a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
}

.board-write .multipleFile:nth-child(n+2) {
    margin-top: 5px;
}

.board_group {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 30px;
    row-gap: 30px;

    border: 1px solid #E3E5E8;
}

.board-write.inquiryWrite .board_group {
    border: revert;
    border-radius: revert;
    padding: revert;
    margin-bottom: 20px;
}

.board-write-title-area {
    margin-bottom: 36px;
}

.board-write-label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #89A93E;
}

.board-write-title-area h1 {
    margin: 0;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #222;
}

.board-write.inquiryWrite .title_md {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 25px;
}

.board-write.inquiryWrite .essential_mark {
    color: rgba(129, 29, 33, 1);
}

.board_group label{
    margin-left: 20px;
}

.board-write.inquiryWrite .board_group label {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
    row-gap: 40px
}

.board-write.inquiryWrite input[type="text"] {
    width: 100%;
    padding: 7px;
    height: 55px;
    font-size: 18px;
    letter-spacing: -2%;
    border: 1px solid #CCCED1;
    border-radius: 5px;

}

.board-write.inquiryWrite #content {
    border-radius: 5px;
}

.board-write.inquiryWrite .width-50:nth-child(odd) {
    padding-right: 40px;
}

.inquiry_title {
    font-weight: 500;
    width: 15%;
    font-size: 14px;
    line-height: 32px;
}

.board_desc {
    display: inline-block;
    padding: 5px;
    border: 1px solid #edf1f7;
    background-color: #f9f9f9;
    font-size: 12px;
    letter-spacing: -0.5px;
}

@media screen and (max-width: 640px) {
    .board_group .width-50 {
        width: 100%;
        word-break: keep-all;
    }

    .board_group .width-50:nth-child(odd) {
        padding-right: 0;
    }

    .board-write .inquiry_title {
        width: 20%;
        margin-right: 10px;
        word-break: keep-all;
    }
}

/* Board Bottom Area */
.board_bottom {
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
}

.board_keyword {
    margin-bottom: 20px;
}

.board_keyword span::before{
    content: "#";
}

.board_keyword span{
    display: inline-block;
    padding: 7px 12px;
    margin-right : 5px;
    margin-bottom: 10px;
    background-color: rgba(85, 141, 226, 0.15);
    border-radius: 100px;

    font-weight: 400;
    font-size: 12px;
    color: var(--main-color);
}

.board_url {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
}

.board_url span{
    display: inline-block;
    width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding: 0 0 15px;
    line-height: 24px;

    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0;
    color: #5d5d5d;
}

.board_url i{
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    background-color: #e2efff;
    border-radius: 20px;
    font-size: 15px;
    color: var(--main-color);
}

.board_url a{
    padding-left: 5px;
    color: #5d5d5d;
}

.board-write .terms_wrap {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.board_button {
    display: inline-flex;
    justify-content: flex-end;
    gap: 10px;
}

.board-write .board_button .mainBtn,
.board-write .board_button .subBtn {
    min-width: 88px;
    margin-top: 20px;
    padding: 11px 22px !important;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.board-write .board_button .mainBtn {
    border: 1px solid #89A93E;
    background-color: #89A93E;
    color: #fff;
}

.board-write .board_button .mainBtn:hover {
    border-color: #233259;
    background-color: #233259;
}

.board-write .board_button .subBtn {
    border: 1px solid rgba(137, 169, 62, 0.35);
    background-color: #f3f5ef;
    color: #527018;
}

.board-write .board_button .subBtn:hover {
    border-color: #0085CF;
    background-color: #fff;
    color: #0085CF;
}

.board-write .bigLoginBtn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 48px;
    margin: 0 auto 250px;
    padding: 12px 0px;

    outline: none;
    border: none;
    background: var(--main-color);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.board-write.inquiryWrite .bigLoginBtn {
    margin: 0 auto;
}

.private_title {
    font-weight: 300;
    font-size: 20px;
}

#privateCheck1, #privateCheck2 {
    width: 25px;
    height: 25px;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
}

.private_label {
    font-weight: 300 !important;
    font-size: 20px !important;
}

#password {
    font-weight: 300;
    font-size: 20px;
    width: 265px;
    border: 0px;
    border-bottom: 1px solid #B6B6B6 !important;
    background-color: unset;
}

.private_div {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.bottom_spec_table thead th {
    position: relative;
    border-right: none;
}

.bottom_spec_table thead th {
    position: relative;
}

.bottom_spec_table thead th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(255, 255, 255, .6);
}

/* === SPEC: 모바일 가로 스크롤 래퍼 === */
.spec-scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* iOS 부드러운 스크롤 */
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}

/* 테이블이 가로로 넘치게 최소 너비 확보 (컬럼 6개 기준) */
.spec-scroll .bottom_spec_table {
  table-layout: fixed;
  min-width: 1000px; /* 필요 시 760~980px 사이로 조정 */
  width: 100%;
}

/* 줄바꿈 방지 -> 가로 스크롤 유도 */
.spec-scroll .bottom_spec_table th,
.spec-scroll .bottom_spec_table td {
  white-space: nowrap;
}

/* (선택) 스크롤바 다듬기 */
.spec-scroll::-webkit-scrollbar { height: 8px; }
.spec-scroll::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 4px; }

.spec-h3 {
    margin-top: 0px;
}

@media (max-width: 640px) {
    .spec-h3 {
        font-size: 30px;
        font-weight: 500;
    }
}

/* OEM/ODM inquiry detail */
.daeho-inquiry-view-page.main-contents {
    max-width: none;
    margin: 0;
    padding: 80px 24px 160px;
    background: #f6f8fb;
}

.daeho-inquiry-view.main-full.board {
    display: flex;
    width: min(1100px, 100%);
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    gap: 24px;
}

.daeho-inquiry-view-head {
    position: relative;
    overflow: hidden;
    padding: 46px 52px;
    border-radius: 8px;
    background: #012748;
    color: #fff;
}

.daeho-inquiry-view-kicker,
.daeho-inquiry-view-head h2,
.daeho-inquiry-view-date {
    position: relative;
    z-index: 1;
}

.daeho-inquiry-view-kicker {
    color: #80cae9;
    font-size: 13px;
    font-weight: 700;
}

.daeho-inquiry-view-head h2 {
    margin: 12px 0 18px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
}

.daeho-inquiry-view-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.daeho-inquiry-view-card {
    padding: 34px 40px;
    border: 1px solid #e1e7ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(1, 39, 72, 0.06);
}

.daeho-inquiry-view-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #012748;
    font-size: 20px;
    font-weight: 700;
}

.daeho-inquiry-view-section-title::before {
    content: "";
    flex: 0 0 auto;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #2e62c7;
}

.daeho-inquiry-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e7ebef;
    border-left: 1px solid #e7ebef;
}

.daeho-inquiry-info-item {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    min-height: 70px;
    padding: 14px 20px;
    border-right: 1px solid #e7ebef;
    border-bottom: 1px solid #e7ebef;
}

.daeho-inquiry-info-item > span {
    color: #6d7780;
    font-size: 14px;
    font-weight: 500;
}

.daeho-inquiry-info-item > strong {
    min-width: 0;
    color: #18222c;
    font-size: 16px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.daeho-inquiry-view-content.board_content {
    min-height: 220px;
    padding: 30px;
    border-radius: 6px;
    background: #f7f9fb;
    color: #222;
    font-size: 17px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.daeho-inquiry-view-content img {
    max-width: 100%;
    height: auto !important;
}

.daeho-inquiry-view-files .fileList {
    display: flex;
    gap: 12px;
}

.daeho-inquiry-view-files .file a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e1e7ed;
    border-radius: 6px;
    background: #f7f9fb;
    color: #25313c;
}

.daeho-inquiry-view-files .file a:hover {
    border-color: #2e62c7;
    background: #f1f6ff;
    color: #2e62c7;
}

.daeho-inquiry-view-files .img-thumbnail {
    width: 96px;
    height: 72px;
    padding: 0;
    object-fit: cover;
}

.daeho-inquiry-view-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.daeho-inquiry-view-actions form {
    display: none;
}

.daeho-inquiry-view-actions .delBtn,
.daeho-inquiry-view-actions .boardListBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 112px;
    height: 48px !important;
    margin: 0;
    padding: 0 !important;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.daeho-inquiry-view-actions .delBtn {
    border: 1px solid #d9e0e6;
    background: #fff;
    color: #b33b3b;
}

.daeho-inquiry-view-actions .delBtn:hover {
    border-color: #b33b3b;
    background: #fff6f6;
    color: #9b2929;
}

.daeho-inquiry-view-actions .boardListBtn {
    border: 1px solid #012748;
    background: #012748;
    color: #fff;
}

.daeho-inquiry-view-actions .boardListBtn:hover {
    background: #2e62c7;
    border-color: #2e62c7;
}

@media (max-width: 768px) {
    .daeho-inquiry-view-page.main-contents {
        padding: 48px 16px 100px;
    }

    .daeho-inquiry-view-head {
        padding: 34px 28px;
    }

    .daeho-inquiry-view-head h2 {
        font-size: 27px;
    }

    .daeho-inquiry-view-card {
        padding: 28px 22px;
    }

    .daeho-inquiry-info-grid {
        grid-template-columns: 1fr;
    }

    .daeho-inquiry-view-content.board_content {
        min-height: 180px;
        padding: 22px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .daeho-inquiry-info-item {
        grid-template-columns: 1fr;
        gap: 7px;
        min-height: 76px;
    }

    .daeho-inquiry-view-actions .delBtn,
    .daeho-inquiry-view-actions .boardListBtn {
        flex: 1;
    }
}

/* Notice detail */
.daeho-notice-view-page {
    background: #fff;
}

.daeho-notice-view-page .daeho-notice-view-surface {
    padding: 48px 0 120px;
    background: #fff;
}

.daeho-notice-view-header.container.board.board_header {
    display: flex;
    width: min(1280px, calc(100% - 80px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.daeho-notice-view-header .board_title {
    align-items: flex-start;
    gap: 20px;
    box-sizing: border-box;
    padding: 42px 48px 36px;
    border: 0;
    border-top: 4px solid #012748;
    border-bottom: 1px solid #dce3e9;
    background: #fff;
    color: #111820;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    word-break: keep-all;
}

.daeho-notice-view-header .board_info {
    justify-content: flex-start;
    color: #7a848d;
    font-size: 14px;
}

.daeho-notice-view-header .board_info > div {
    display: flex;
    align-items: center;
}

.daeho-notice-view-header .board_info input {
    width: 92px;
    color: #7a848d;
    font-size: 14px;
    text-align: left;
}

.daeho-notice-view-header .board_info span:not(:last-child)::after {
    width: 24px;
    color: #c8cfd5;
}

.daeho-notice-view-main.main-contents {
    display: flex;
    width: min(1280px, calc(100% - 80px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.daeho-notice-view-board.main-full.board {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 10px 0;
    gap: 0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(1, 39, 72, 0.05);
}

.daeho-notice-view-board .board_subtitle {
    margin: 0 48px;
    padding-top: 32px;
}

.daeho-notice-view-board .board_subtitle textarea,
.daeho-notice-view-board .board_subtitle textarea:disabled {
    box-sizing: border-box;
    padding: 16px 20px;
    border: 0;
    border-left: 4px solid #2e62c7;
    background: #f4f7fb;
    color: #34414d;
}

.daeho-notice-view-board > .board_content {
    box-sizing: border-box;
    min-height: 360px;
    padding: 54px 48px 70px;
    color: #26313b;
    font-size: 17px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.daeho-notice-view-board > .board_content p {
    font-size: inherit;
    line-height: inherit;
}

.daeho-notice-view-board > .board_content img {
    max-width: 100%;
    height: auto !important;
}

.daeho-notice-view-bottom.board_bottom {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 48px;
    padding: 30px 0;
    border-top: 1px solid #e3e8ed;
}

.daeho-notice-view-bottom .title_md {
    color: #012748;
    font-size: 16px;
    font-weight: 700;
}

.daeho-notice-view-bottom .board_keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.daeho-notice-view-bottom .board_keyword:empty {
    display: none;
}

.daeho-notice-view-bottom .board_keyword a {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 4px;
    background: #eef4fb;
    color: #2e62c7;
    font-size: 13px;
}

.daeho-notice-view-bottom .fileList {
    display: flex;
    width: 100%;
    gap: 8px;
}

.daeho-notice-view-bottom .file a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid #e0e6eb;
    border-radius: 6px;
    background: #f8fafc;
    color: #34414d;
}

.daeho-notice-view-bottom .file a:hover {
    border-color: #2e62c7;
    color: #2e62c7;
}

.daeho-notice-view-bottom .img-thumbnail {
    width: 88px;
    height: 64px;
    padding: 0;
    object-fit: cover;
}

.daeho-notice-view-bottom .board_url {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-wrap: anywhere;
}

.daeho-notice-view-bottom .board_button {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.daeho-notice-view-bottom .board_button form {
    display: none;
}

.daeho-notice-view-navigation.prevNextBoard {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border-top: 1px solid #dce3e9;
}

.daeho-notice-view-navigation .board_icon_area {
    order: 3;
    margin: 34px auto 0;
}

.daeho-notice-view-navigation .boardListBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 48px;
    border: 1px solid #012748;
    border-radius: 24px;
    background: #012748;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.daeho-notice-view-navigation .boardListBtn:hover {
    border-color: #2e62c7;
    background: #2e62c7;
}

.daeho-notice-view-navigation .prevBoard,
.daeho-notice-view-navigation .nextBoard {
    box-sizing: border-box;
    height: auto;
    min-height: 72px;
    margin: 0;
    padding: 20px 28px;
    border-bottom: 1px solid #e3e8ed;
    border-radius: 0;
    background: #fff;
}

.daeho-notice-view-navigation .prevNextTitle {
    flex: 0 0 86px;
    color: #71808d;
    font-size: 15px;
    font-weight: 600;
}

.daeho-notice-view-navigation .prevTitle,
.daeho-notice-view-navigation .nextTitle,
.daeho-notice-view-navigation .prevNoTitle,
.daeho-notice-view-navigation .nextNoTitle {
    min-width: 0;
    margin-left: 0;
    color: #26313b;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daeho-notice-view-navigation .prevNoTitle,
.daeho-notice-view-navigation .nextNoTitle {
    color: #a0a9b1;
}

/* Library detail */
.daeho-library-view-content {
    min-height: 300px !important;
}

.daeho-library-view-bottom .daeho-library-download-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.daeho-library-download-list .file {
    width: 100%;
}

.daeho-library-download-list .file a {
    box-sizing: border-box;
    min-height: 72px;
    border-color: #d5e0e9;
    background: #f5f8fb;
}

.daeho-library-download-list .file a span {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #26313b;
    font-size: 15px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.daeho-library-download-list .file i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 4px;
    background: #012748;
    color: #fff;
}

.daeho-library-download-list .file a:hover {
    border-color: #2e62c7;
    background: #eef4fb;
}

.daeho-library-download-list .file a:hover i {
    background: #2e62c7;
}

@media (max-width: 768px) {
    .daeho-notice-view-page .daeho-notice-view-surface {
        padding: 32px 16px 80px;
    }

    .daeho-notice-view-header.container.board.board_header,
    .daeho-notice-view-main.main-contents {
        width: 100%;
    }

    .daeho-notice-view-header .board_title {
        padding: 30px 24px 26px;
        font-size: 25px;
    }

    .daeho-notice-view-board .board_subtitle {
        margin: 0 24px;
    }

    .daeho-notice-view-board > .board_content {
        min-height: 280px;
        padding: 38px 24px 50px;
        font-size: 16px;
    }

    .daeho-notice-view-bottom.board_bottom {
        margin: 0 24px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .daeho-notice-view-header.container.board.board_header,
    .daeho-notice-view-main.main-contents {
        width: calc(100% - 96px);
    }
}

@media (max-width: 480px) {
    .daeho-notice-view-header .board_info > div {
        flex-wrap: wrap;
        gap: 8px 0;
    }

    .daeho-notice-view-navigation .prevBoard,
    .daeho-notice-view-navigation .nextBoard {
        padding: 18px;
    }

    .daeho-notice-view-navigation .prevNextTitle {
        flex-basis: 68px;
    }
}

.daeho-board-password-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
    padding: 80px 24px 120px;
    background: #f5f8fb;
}

.daeho-board-password-card {
    box-sizing: border-box;
    width: min(100%, 520px);
    padding: 52px 48px 46px;
    border-top: 3px solid #012748;
    background: #fff;
    box-shadow: 0 18px 45px rgba(1, 39, 72, 0.1);
    text-align: center;
}

.daeho-board-password-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #eaf2f9;
    color: #012748;
    font-size: 20px;
}

.daeho-board-password-kicker {
    margin: 22px 0 8px;
    color: #2e62c7;
    font-size: 13px;
    font-weight: 700;
}

.daeho-board-password-card h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.daeho-board-password-description {
    margin: 14px 0 34px;
    color: #687783;
    font-size: 15px;
}

.daeho-board-password-form {
    text-align: left;
}

.daeho-board-password-form label {
    display: block;
    margin-bottom: 10px;
    color: #26313b;
    font-size: 14px;
    font-weight: 600;
}

.daeho-board-password-form input {
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #ccd6df;
    border-radius: 5px;
    background: #fff;
    font-size: 20px;
    text-align: center;
}

.daeho-board-password-form input:focus {
    border-color: #2e62c7;
    outline: 2px solid rgba(46, 98, 199, 0.12);
}

.daeho-board-password-error {
    margin: 10px 0 0;
    color: #c73434;
    font-size: 13px;
}

.daeho-board-password-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
}

.daeho-board-password-actions a,
.daeho-board-password-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #012748;
    border-radius: 5px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.daeho-board-password-cancel {
    background: #fff;
    color: #012748;
}

.daeho-board-password-actions button {
    background: #012748;
    color: #fff;
}

@media (max-width: 560px) {
    .daeho-board-password-page {
        min-height: 520px;
        padding: 56px 16px 80px;
    }

    .daeho-board-password-card {
        padding: 40px 24px 34px;
    }

    .daeho-board-password-card h2 {
        font-size: 26px;
    }
}

/* Gallery detail */
.daeho-gallery-view-page,
.daeho-gallery-view-surface {
    background: #fff;
}

.daeho-gallery-view-surface {
    padding: 48px 0 120px;
}

.daeho-gallery-view-header.container.board.board_header,
.daeho-gallery-view-main.main-contents {
    display: flex;
    width: min(1280px, calc(100% - 80px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.daeho-gallery-view-header .board_title {
    align-items: flex-start;
    gap: 18px;
    box-sizing: border-box;
    padding: 38px 44px 32px;
    border: 0;
    border-top: 4px solid #012748;
    border-bottom: 1px solid #dce3e9;
    background: #fff;
    color: #111820;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    word-break: keep-all;
}

.daeho-gallery-view-header .board_info {
    justify-content: flex-start;
    color: #7a848d;
    font-size: 14px;
}

.daeho-gallery-view-header .board_info > div {
    display: flex;
    align-items: center;
}

.daeho-gallery-view-header .board_info input {
    width: 92px;
    color: #7a848d;
    font-size: 14px;
    text-align: left;
}

.daeho-gallery-view-board.main-full.board {
    display: flex;
    width: 100%;
    max-width: none;
    padding: 0;
    gap: 0;
    background: #fff;
}

.daeho-gallery-view-board .board_subtitle {
    margin: 32px 44px 0;
}

.daeho-gallery-view-board .board_subtitle textarea,
.daeho-gallery-view-board .board_subtitle textarea:disabled {
    box-sizing: border-box;
    padding: 16px 20px;
    border: 0;
    border-left: 4px solid #2e62c7;
    background: #f4f7fb;
    color: #34414d;
}

.daeho-gallery-view-content.board_content {
    box-sizing: border-box;
    min-height: 420px;
    padding: 52px 44px 72px;
    color: #26313b;
    font-size: 17px;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.daeho-gallery-view-content p {
    margin: 0 0 22px;
    font-size: inherit;
    line-height: inherit;
}

.daeho-gallery-view-content img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 28px;
    border-radius: 4px;
}

.daeho-gallery-view-content iframe,
.daeho-gallery-view-content video {
    display: block;
    max-width: 100%;
    margin: 0 auto 28px;
}

.daeho-gallery-view-bottom.board_bottom {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 44px;
    padding: 30px 0;
    border-top: 1px solid #e3e8ed;
}

.daeho-gallery-view-bottom .title_md {
    color: #012748;
    font-size: 16px;
    font-weight: 700;
}

.daeho-gallery-view-bottom .board_keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.daeho-gallery-view-bottom .board_keyword:empty {
    display: none;
}

.daeho-gallery-view-bottom .board_keyword a {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 4px;
    background: #eef4fb;
    color: #2e62c7;
    font-size: 13px;
}

.daeho-gallery-view-bottom .fileList {
    display: flex;
    width: 100%;
    gap: 8px;
}

.daeho-gallery-view-bottom .file a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    border: 1px solid #e0e6eb;
    border-radius: 6px;
    background: #f8fafc;
    color: #34414d;
}

.daeho-gallery-view-bottom .img-thumbnail {
    width: 88px;
    height: 64px;
    padding: 0;
    object-fit: cover;
}

.daeho-gallery-view-bottom .board_button {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.daeho-gallery-view-bottom .board_button form {
    display: none;
}

.daeho-gallery-view-navigation.prevNextBoard {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    border-top: 1px solid #dce3e9;
}

.daeho-gallery-view-navigation .board_icon_area {
    order: 3;
    margin: 34px auto 0;
}

.daeho-gallery-view-navigation .boardListBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 48px;
    border: 1px solid #012748;
    border-radius: 24px;
    background: #012748;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.daeho-gallery-view-navigation .boardListBtn:hover {
    border-color: #2e62c7;
    background: #2e62c7;
}

.daeho-gallery-view-navigation .prevBoard,
.daeho-gallery-view-navigation .nextBoard {
    box-sizing: border-box;
    min-height: 72px;
    margin: 0;
    padding: 20px 28px;
    border-bottom: 1px solid #e3e8ed;
    border-radius: 0;
    background: #fff;
}

.daeho-gallery-view-navigation .prevNextTitle {
    flex: 0 0 86px;
    color: #71808d;
    font-size: 15px;
    font-weight: 600;
}

.daeho-gallery-view-navigation .prevTitle,
.daeho-gallery-view-navigation .nextTitle,
.daeho-gallery-view-navigation .prevNoTitle,
.daeho-gallery-view-navigation .nextNoTitle {
    min-width: 0;
    margin-left: 0;
    color: #26313b;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daeho-gallery-view-navigation .prevNoTitle,
.daeho-gallery-view-navigation .nextNoTitle {
    color: #a0a9b1;
}

@media (max-width: 768px) {
    .daeho-gallery-view-surface {
        padding: 32px 16px 80px;
    }

    .daeho-gallery-view-header.container.board.board_header,
    .daeho-gallery-view-main.main-contents {
        width: 100%;
    }

    .daeho-gallery-view-header .board_title {
        padding: 30px 24px 26px;
        font-size: 25px;
    }

    .daeho-gallery-view-board .board_subtitle {
        margin: 24px 24px 0;
    }

    .daeho-gallery-view-content.board_content {
        min-height: 280px;
        padding: 36px 24px 50px;
        font-size: 16px;
    }

    .daeho-gallery-view-bottom.board_bottom {
        margin: 0 24px;
    }

    .daeho-gallery-view-navigation .prevBoard,
    .daeho-gallery-view-navigation .nextBoard {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .daeho-gallery-view-header .board_info > div {
        flex-wrap: wrap;
        gap: 8px 0;
    }

    .daeho-gallery-view-navigation .prevNextTitle {
        flex-basis: 68px;
    }
}
.daeho-support-answer-view {
    position: relative;
    margin: 54px 0 0;
    padding: 34px 38px;
    border-left: 4px solid #075b9c;
    background: #f2f7fb;
    color: #17212b;
}

.daeho-support-answer-label {
    display: block;
    margin-bottom: 18px;
    color: #075b9c;
    font-size: 14px;
    font-weight: 800;
}

.daeho-support-answer-content {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 17px;
    line-height: 1.75;
}

.daeho-support-answer-view time {
    display: block;
    margin-top: 22px;
    color: #7a8792;
    font-size: 13px;
}
