@charset "UTF-8";

.sub_top_layout .main_txt h2{
    position: relative;
    font: 40px "Pretendard";
    font-weight: 700;
    margin-bottom: 80px;
}
.sub_top_layout .main_txt h2::before{
    content: '';
    display: block;
    margin: 0 auto 8px auto;
    width: 40px;
    height: 3px;
    background-color: #3c3f9c;
}
@media screen and ( max-width: 1240px ){
    .sub_top_layout .main_txt h2{
        font-size: 36px;
    }
}
@media screen and ( max-width: 768px ){
    .sub_top_layout .main_txt h2{
        font-size: 30px;
        margin-bottom: 40px;
    }
}

.board_page .main_content .board_list table{
    width: 100%;
}
.board_page .main_content .board_list table thead th{
    border-top: 1px solid #040404;
    border-bottom: 1px solid #040404;
    padding: 24px 0;
    font-size: 18px;
}
.board_page .main_content .board_list table td{
    border-bottom : 1px solid #EAEAEA;
    padding: 20px 10px;
    font: 18px 'Pretendard';
}
.board_page .main_content .board_list table td:nth-child(2){
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.board_page .main_content .board_list table td:not(:nth-child(2)){
    text-align: center;
    color: #777777;
}
.board_page .main_content .board_list table td .n_mark{
    width: 60px;
    height: 34px;
    font: 16px 'Pretendard';
    font-weight: 500;
    color: #fff;
    background-color: #0F356D;
    border-radius: 5px;
    margin: 0 auto;
}
.board_page .main_content .notice_bg{
    background-color: #F4F9FC;
}
/* 게시판 모바일 */
.board_page .main_content .board_list_mobile{
    display: none;
}
.board_page .main_content .board_list_mobile ul{
    border-top: 1px solid #040404;
    border-bottom: 1px solid #040404;
}
.board_page .main_content .board_list_mobile ul li{
    padding: 10px 15px;
    border-bottom: 1px solid #EAEAEA;
}
.board_page .main_content .board_list_mobile ul li a{
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.board_page .main_content .board_list_mobile ul li .n_mark{
    border-radius: 5px;
    background-color: #0F356D;
    width: 56px;
    height: 24px;
    color: #fff;
}
.board_page .main_content .board_list_mobile ul li .tit{
    font: 16px 'Pretendard';
    font-weight: 500;
}
.board_page .main_content .board_list_mobile ul li .sub_info{
    display: flex;
    gap: 16px;
    letter-spacing: -0.6px;
    color: #777777;
}
@media screen and ( max-width: 1240px ){
    .board_page .main_content .board_list table thead th{
        padding: 15px 0;
        font-size: 16px;
    }
    .board_page .main_content .board_list table td{
        font-size: 16px;
        padding: 10px 5px;
    }
    .board_page .main_content .board_list table td .n_mark{
        width: 46px;
        font-size: 15px;
    }
}
@media screen and ( max-width: 768px ){
    .board_page .main_content .board_list{
        display: none;
    }
    .board_page .main_content .board_list_mobile{
        display: block;
    }
}
@media screen and ( max-width: 425px ){
    .board_page .main_content .board_list_mobile ul li{
        padding-left: 0;
        padding-right: 0;
    }
    .board_page .main_content .board_list_mobile ul li .sub_info{
        flex-direction: column;
        gap: 0px;
    }
}
/* 게시판 뷰 */
.board_page_view .board_view_list{
    border-top: 1px solid #040404;
    border-bottom: 1px solid #040404;
}
.board_page_view .board_view_list .main_title{
    padding: 30px;
    border-bottom: 1px solid #EAEAEA;
}
.board_page_view .board_view_list .main_title h3{
    display: flex;
    align-items: center;
    gap: 20px;
    font: 30px 'Pretendard';
    font-weight: 600;
    margin-bottom: 40px;
}
.board_page_view .board_view_list .main_title .n_mark{
    width: 60px;
    height: 34px;
    font: 16px 'Pretendard';
    font-weight: 500;
    color: #fff;
    background-color: #0F356D;
    border-radius: 5px;
}
.board_page_view .board_view_list .main_title .board_sub_info{
    display: flex;
    gap: 40px;
}
.board_page_view .board_view_list .main_title .board_sub_info li{
    display: flex;
    align-items: center;
    gap: 20px;
}
.board_page_view .board_view_list .main_title .board_sub_info li span{
    width: 80px;
    height: 36px;
    border-radius: 100px;
    background-color: #F0F3F6;
    font: 18px "Pretendard";
}
.board_page_view .board_view_list .main_title .board_sub_info li p{
    font: 18px "Pretendard";
    font-weight: 300;
    color: #999999;
}
.board_page_view .board_view_list .main_information{
    padding: 30px;
    width: 100%;
}
.board_page_view .board_view_list .main_information img{
    width: 80%;
    display: block;
    margin: 0 auto 30px auto;
}
.board_page_view .board_view_list .main_information p{
    font: 18px "Pretendard";
    line-height: 32px;
}
.board_page_view .board_view_list .file_attachment{
    border-radius: 5px;
    background-color: #F4F5F7;
    padding: 15px 20px;
    margin-top: 30px;
}
.board_page_view .board_view_list .file_attachment p{
    font: 18px "Pretendard";
    font-weight: 500;
    margin-bottom: 25px;
}
.board_page_view .board_view_list .file_attachment .file_list li:not(:last-child){
    margin-bottom: 5px;
}
.board_page_view .board_view_list .file_attachment .file_list li a{
    position: relative;
    display: block;
    padding-left: 30px;
    font: 16px "Pretendard";
    color: #2B5684;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.board_page_view .board_view_list .file_attachment .file_list li a::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display:block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url('/assets/images/user/common/icon_file_download.svg') no-repeat;
}
.board_page_view .board_view_list .board_paging{
    display: flex;
    gap: 20px;
    border-top: 1px solid #EAEAEA;
    padding: 20px 30px;
}
.board_page_view .board_view_list .board_paging .tit{
    display: flex;
    align-content: center;
    font: 18px "Pretendard";
    font-weight: 500;
    min-width: 72px;
}
.board_page_view .board_view_list .board_paging .tit::after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('/assets/images/user/common/icon_arrow_blue.svg') no-repeat;
    margin-left: 5px;
}
.board_page_view .board_view_list .board_paging.preview .tit::after{
    transform: rotate(90deg);
}
.board_page_view .board_view_list .board_paging.nextview .tit::after{
    transform: rotate(270deg);
}
.board_page_view .board_view_list .board_paging .con{
    width: calc(100% - 72px);
}
.board_page_view .board_view_list .board_paging .con a{
    display: block;
    font: 18px "Pretendard";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and ( max-width: 1240px ){
    .board_page_view .board_view_list .main_title h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .board_page_view .board_view_list .main_title .n_mark{
        height: 30px;
    }
    .board_page_view .board_view_list .main_title .board_sub_info li{
        gap: 10px;
    }
    .board_page_view .board_view_list .main_title .board_sub_info li span{
        width: 70px;
        height: 30px;    
        font-size: 16px;
    }
}
@media screen and ( max-width: 768px ){
    .board_page_view .board_view_list .main_title{
        padding: 20px;
    }
    .board_page_view .board_view_list .main_title h3{
        font-size: 20px;
    }
    .board_page_view .board_view_list .main_title .board_sub_info li p{
        font-size: 16px;
    }
    .board_page_view .board_view_list .main_information{
        padding: 20px;
    }
    .board_page_view .board_view_list .main_information p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .board_page_view .board_view_list .board_paging{
        flex-direction: column;
        gap: 10px;
        padding: 15px 20px;
    }
    .board_page_view .board_view_list .board_paging .con{
        width: 100%;
    }
    .board_page_view .board_view_list .board_paging .con a{
        font-size: 16px;
    }
}
@media screen and ( max-width: 425px ){
    .board_page_view .board_view_list .main_title{
        padding-left: 0;
        padding-right: 0;
    }
    .board_page_view .board_view_list .main_information{
        padding: 20px 0;
    }
    .board_page_view .board_view_list .board_paging{
        padding: 15px 0;
    }
    .board_page_view .board_view_list .main_title .board_sub_info{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .board_page_view .board_view_list .main_information img{
        width: 100%;
        margin-bottom: 20px;
    }
}
/* 설계 및 상담요청 */
.board_request_page .request_table{
    width: 100%;
    border-top: 1px solid #040404;
    
}
.board_request_page .request_table td{
    padding: 15px 10px;
    border-bottom: 1px solid #EAEAEA;
    font: 18px "Pretendard";
}
/* .board_request_page .request_table td:first-child{
    width: 170px;
    background-color: #F6F7F9;
    text-align: center;
}
.board_request_page .request_table td:last-child{
    width: calc(100% - 170px);
} */

@media screen and ( max-width: 520px ){
    /* .board_request_page .request_table td:first-child{
        width: 80px;
        font-size: 16px;
    }
    .board_request_page .request_table td:last-child{
        width: calc(100% - 80px);
        width: auto;
    } */
}
