/* 공지사항 게시판 */
.hw-notice-page{
    width:1200px;
    max-width:100%;
    margin:0 auto;
    display:flex;
    gap:30px;
    padding:50px 0 80px;
    font-family:'Noto Sans KR',sans-serif;
}

.hw-notice-left{
    width:200px;
    flex:0 0 200px;
}

.hw-notice-left h2{
    height:50px;
    margin:0;
    padding-left:10px;
    border-bottom:1px solid #c4c4c4;
    font-family:'GmarketSansMedium','Noto Sans KR',sans-serif;
    font-size:20px;
    font-weight:500;
    color:#504f4f;
    line-height:50px;
}

.hw-notice-left-menu{
    margin-top:18px;
}

.hw-notice-left-menu a{
    display:block;
    height:40px;
    padding-left:10px;
    background:#6f910a;
    border-bottom:1px solid #fff;
    font-size:15px;
    font-weight:600;
    color:#fff;
    line-height:40px;
    text-decoration:none;
}

.hw-notice-content{
    width:970px;
    flex:0 0 970px;
    min-width:0;
}

.hw-notice-title{
    height:50px;
    margin:0 0 30px;
    border-bottom:1px solid #d6d6d6;
    text-align:center;
    font-family:'GmarketSansMedium','Noto Sans KR',sans-serif;
    font-size:20px;
    font-weight:500;
    color:#504f4f;
    line-height:50px;
}

.hw-notice-write-btn{
    margin:0 0 12px;
    text-align:right;
}

.hw-notice-write-btn a{
    display:inline-block;
    height:30px;
    padding:0 16px;
    background:#6f910a;
    color:#fff;
    font-size:12px;
    line-height:30px;
    text-decoration:none;
}

.hw-notice-list table{
    width:100%;
    border-collapse:collapse;
    border-top:1px solid #bbb;
}

.hw-notice-list th{
    height:36px;
    background:#fafafa;
    border-bottom:1px solid #ddd;
    font-size:13px;
    font-weight:600;
    color:#222;
}

.hw-notice-list td{
    height:42px;
    border-bottom:1px solid #e5e5e5;
    font-size:13px;
    color:#555;
    text-align:center;
}

.hw-notice-list td.subject{
    text-align:left;
}

.hw-notice-list td.subject a{
    color:#333;
    text-decoration:none;
}

.hw-notice-list td.subject a:hover{
    color:#6f910a;
    font-weight:600;
}

.hw-notice-empty{
    padding:45px 0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #e5e5e5;
    text-align:center;
    font-size:13px;
    color:#555;
}

.hw-notice-paging{
    margin-top:25px;
    text-align:center;
}

.hw-notice-view-title{
    margin:0;
    padding:18px 10px;
    border-top:1px solid #bbb;
    border-bottom:1px solid #ddd;
    font-size:20px;
    font-weight:600;
    color:#222;
    text-align:center;
}

.hw-notice-view-info{
    padding:12px 10px;
    border-bottom:1px solid #e5e5e5;
    font-size:13px;
    color:#888;
    text-align:right;
}

.hw-notice-view-content{
    min-height:240px;
    padding:35px 10px;
    font-size:15px;
    line-height:1.8;
    color:#333;
}

.hw-notice-view-content img{
    max-width:100%;
    height:auto;
}

.hw-notice-btn-area{
    margin-top:30px;
    text-align:right;
}

.hw-notice-btn-area a{
    display:inline-block;
    height:30px;
    margin-left:3px;
    padding:0 16px;
    background:#777;
    color:#fff;
    font-size:12px;
    line-height:30px;
    text-decoration:none;
}

.hw-notice-btn-area .btn-write,
.hw-notice-btn-area .btn-edit{
    background:#6f910a;
}

.new{
    display:inline-block;
    margin-left:4px;
    padding:1px 3px;
    background:#f15a24;
    color:#fff;
    font-size:9px;
    line-height:1;
}

/* 글쓰기 / 수정 */
.hw-notice-write-page{
    width:900px;
    max-width:100%;
    margin:0 auto;
    padding:50px 0 80px;
    font-family:'Noto Sans KR',sans-serif;
}

.hw-notice-write-title{
    height:50px;
    margin:0 0 35px;
    border-bottom:1px solid #c4c4c4;
    text-align:center;
    font-family:'GmarketSansMedium','Noto Sans KR',sans-serif;
    font-size:20px;
    font-weight:500;
    color:#504f4f;
    line-height:50px;
}

.hw-form-row{
    margin-bottom:18px;
}

.hw-form-row > label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#333;
}

.hw-form-row input[type="text"],
.hw-form-row input[type="file"]{
    width:100%;
    height:42px;
    box-sizing:border-box;
    padding:0 12px;
    border:1px solid #ddd;
    background:#fff;
    font-size:14px;
    color:#333;
}

.hw-editor-box{
    border:1px solid #ddd;
    background:#fff;
}

.hw-file-check{
    margin-top:8px;
    font-size:13px;
    color:#555;
}

.hw-file-check input{
    width:auto !important;
    height:auto !important;
    vertical-align:middle;
}

.hw-file-check label{
    display:inline;
    margin:0;
    font-size:13px;
    font-weight:400;
}

.hw-form-btn{
    margin-top:30px;
    text-align:center;
}

.hw-form-btn button,
.hw-form-btn a{
    display:inline-block;
    min-width:90px;
    height:36px;
    margin:0 3px;
    padding:0 18px;
    border:0;
    background:#6f910a;
    color:#fff;
    font-size:13px;
    line-height:36px;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
}

.hw-form-btn a{
    background:#777;
}

@media (max-width:768px){
    .hw-notice-page{
        display:block;
        width:auto;
        padding:30px 15px 60px;
    }

    .hw-notice-left{
        width:100%;
        margin-bottom:30px;
    }

    .hw-notice-content{
        width:100%;
        flex:none;
    }

    .hw-notice-title,
    .hw-notice-write-title{
        font-size:18px;
    }

    .hw-notice-list{
        overflow-x:auto;
    }

    .hw-notice-list table{
        min-width:600px;
    }

    .hw-notice-write-page{
        width:auto;
        padding:30px 15px 60px;
    }
}

.hw-notice-view-content{
    line-height:1.9;
    word-break:keep-all;
    white-space:normal;
}

.hw-notice-view-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:20px auto;
}

.hw-notice-view-content{
    line-height:1.9;
    word-break:keep-all;
}

.hw-notice-view-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:20px auto;
}

.hw-notice-view-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:20px auto;
}