<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.board_talbe{
    width:100%;
    border-collapse: collapse;
}
.board_talbe{
    background-color : #fff;
}
.board_talbe tr th{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 41px;
    color: #4e4e4e;
    font-weight: bold;
}
.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;
   color:#828282;
   font-size: 16px;
   line-height: 41px;
}

.board_talbe tr td:first-child{
    border-left:1px solid #d8d8d8;
}
.board_talbe tr td:last-child{
    border-right:1px solid #d8d8d8;
}


.total_count{
    width:100%;
    padding:20px 0;
    
}
.write_button{
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 5px;
}
.button1{
    box-sizing: border-box;
    padding:0 10px;
    height:22px;
    background-color:#1c1f2e;
    font-size:12px;
    border:0px;
    color:#ffffff; 
    cursor:pointer;
}
.button2{
    box-sizing: border-box;
    width:100px;
    height:40px;
    background-color:#dddddd;
    font-size:14px;
    border: 1px solid #bbbbbb;
    border-radius:0.25rem;
    color:#828282;
    vertical-align:top; 
    text-align: center;
    cursor:pointer;
}

.select2{
    vertical-align:top;
    width:150px;
    padding-left:11px;
    height:40px;
    color:#000000;
    border:1px solid #e2e2e2;
    border-radius:0.25rem;
    background: url('/manager/img/select_dot.gif') no-repeat 135px 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-size:13px;

}
.inputsub3{
    width:300px;
    font-size:14px;
    height:40px;
    text-indent: 10px;;
    box-sizing: border-box;
    border:1px solid #e2e2e2;
    border-radius:0.25rem;
    margin-left:3px;
}
.nav_box a:link, .nav_box a:visited, .nav_box a:hover, .nav_box a:active{
    display: inline-block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.nav_box span{
        display: inline-block;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid var(--main-color);
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    background-color: var(--main-color);
    color: #fff;
}

.nav_box{
    text-align:center;
    margin:10px 0;
}
.notice_nav_box {
    margin:40px 170px;
}
.notice_nav_box span {
    font-weight: bold;
    margin-right: 5px;
    background-color: var(--main-color);
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}
.notice_nav_box a:link, .notice_nav_box a:visited, .notice_nav_box a:hover, .notice_nav_box a:active {
    display: inline-block;
    width: 25px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
    color: #4e4e4e;
    text-align: center;
}
.notice_replay_title{
    text-align:left; 
    margin-left:20px;
    background: url('..//skin/board/basic_diytour/img/icon_reply.gif') no-repeat 20px auto;
}
.data_page_deco{
    width: 75px;
    color: #828282;
    float: right;
    padding: 2px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-color: #828282;
}
.qna_main_title{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 45px;
}
.qna_sub_title{
    text-align: center;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
    word-spacing: 2px;
    line-height: 24px;
}
.answer-call{
    font-size:14px;color:#2dc134;text-align:center;height:40px;
}</pre></body></html>