.mobile_notice_box{
    display: flex;
}
.mobile_notice_sub{
    font-size: 0.6rem;
    color:#828282;
    line-height: 2rem;
    width: calc(100% - 3rem);
}
.mobile_notice_title{
    color: #4E4E4E;
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: bold;
    width: calc(100% - 3.5rem);
}
.no_comment {
    opacity: 1;
    border-radius: 0.25rem;
    background-color: rgba(255, 237, 236, 0.3);
    font-size: 0.7rem;
    line-height: 1.25rem;
    color: #4e4e4e;
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding: 0.5rem 0.5rem; 
}
.no_comment > span:first-child {
    font-size: 0.5rem;
    color:#828282;
    line-height: 1rem; 
}
.no_comment > span:last-child {
    font-size: 0.7rem;
    color:#4E4E4E;
    line-height: 1rem;
    font-weight: bold; 
}
.p_detail {
    margin-top: 12px;
    font-size: 11px;
}

.wid_80 {
    width: 80% !important;
}
.notice_jh {
    width: 320px;
    padding: 40px;
}

.wid_60 {
    width: 60% !important;
}

.wid_40 {
    width: 40% !important;
}

.wid_30 {
    width: 30% !important;
}

.wid_25 {
    width: 25% !important;
}

.wid_15 {
    width: 15% !important;
}

.ui-datepicker-trigger {
    width: 37px !important;
}

.check_view {
    -webkit-appearance: auto !important;
}

.page_div {
    text-align: center;
    margin-top: 1rem;
}

.faq_title {
    font-size: 18px;
    line-height: 31px;
    color: #111111;
    font-weight: bold;
    font-family: "Noto Sans CJ Kkr";
    text-align: center;
}

.faq_title1 {
    font-size: 14px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: bold;
    font-family: "Noto Sans CJ Kkr";
}

.write_qna {
    display: inline-block;
    width: 80px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: bold;
    font-family: "Noto Sans CJ Kkr";
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.notice_detail_view_box{
    padding:1rem;
}
.notice_detail_view_box2{
    padding:1rem;
    margin-top: -2rem;
}
.notice_detail_view{
    border: 1px solid #e1e1e1;
    padding: 0.75rem;
    border-radius: 0.5rem;
    margin-top: 2.5rem;
}
.notice_detail_title{
    font-size: 0.8rem;
    width: calc(100% - 2rem);
    line-height: 1.1rem;
    color: #111111;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail_write_name{
    font-size: 0.7rem;
    line-height: 2rem;
    color: var(--main-color);
    font-weight: bold;
    text-align:left;
}
.detail_write_date{
    font-size: 0.6rem;
    line-height: 1rem;
    color: #4E4E4E;
    text-align:left;
    margin-bottom:1.3rem;
}
.total_count{
    position:relative;
    width:100%;
}
.button1{
    height:22px;
    background-color:#FFF;
    font-size:14px;
    color:#828282; 
    cursor:pointer;
    border: 0px;
    width: 30px;
}
.second_button1{
    height:1rem;
    background-color:#FFF;
    font-size:0.7rem;
    color:#828282; 
    cursor:pointer;
    border: 0px;
    width: 1.5rem;
}

.board_talbe{
    width:100%;
    border-collapse: collapse;
}
.writeContents img{
    width:100% !important;
    height:100% !important;
    margin: 1rem 0rem;
}
.writeContents{
    font-size:0.6rem !important;
}

.board_talbe tr th{
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    background-color:#f5f5f5;
    padding:10px 0;
}
.board_talbe tr th:first-child{
    border-left:1px solid #d8d8d8;
}
.board_talbe tr th:last-child{
    border-right:1px solid #d8d8d8;
}
.board_talbe tr td{
   border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    padding:10px 0;
    text-align:center;
}

.board_talbe tr td:first-child{
    border-left:1px solid #d8d8d8;
}
.board_talbe tr td:last-child{
    border-right:1px solid #d8d8d8;
}
.modi_btns{
    right: 0;
    top: 1.8rem;
    position: absolute;
    display: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    width: 3rem;
    padding-left: 10px;
    background-color: #fff;
}
.inputsub3{
    width:100px;
    font-size:14px;
    height:32px;
    text-indent: 10px;;
    box-sizing: border-box;
    border:1px solid #d8d8d8;
}
.button_3{
    padding: 0 10px;
    vertical-align: top;
    background-color: var(--main-color);
    font-size: 16px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}
.comment_list_deco{
    border: 1px solid #e2e2e2;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 5rem;
}
.comment_title_deco{
    position: relative;
    line-height: 1rem;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    margin-top:0.5rem;
    padding-top:0.5rem;
    padding-bottom:0.25rem;
}
.comment_content_deco{
    padding-top: 0.25rem;
    padding-bottom:0.5rem;
    line-height: 1rem;
    border-bottom: 2px solid #e1e1e1;
}
.content_con_deco{
    resize: none;
    font-size: 0.7rem !important;
    padding: 0.75rem;
    width: calc(100% - 1.6rem);
    min-height: 5rem;
    border-radius: 0.25rem;
    background-color: #FFF;
    border: 1px solid #E2E2E2;
}
.modi_comment_btns{
    right:0;
    margin-right: 8px;
    position: absolute;
    display: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    width: 70px;
    padding-left: 10px;
    background-color: #fff;
}
.modi_comment_btns.active{
    display:block;
}
.more_comment_btn{
    width: 100%;
    margin-top: 10px;
    Line-height: 50px;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    Font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    Color: var(--main-color);
    cursor: pointer;
    padding: 0.75rem 0rem;
}
.qsall2 {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background-color: #FFF;
    line-height: 1rem;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 0.25rem;
    font-size:0.7rem;
    font-weight:500;
    color: #707070;
    float:right;
    margin-top:-0.4rem;
    margin-bottom: 0.3rem;
}
.button_comment > img{
    width:0.8rem;
    height:0.8rem;
    margin-top: 0.1rem;
}
.comment_name{
    font-size: 0.7rem !important;
    color:#4E4E4E;
    font-weight: bold;
}
.dot_btn{
    margin-top: 0.5rem;
}