/* BASIC css start */
/* BASIC css start */
/* BASIC css start */

#bbsData .bbs-link { position: relative; }
#bbsData .bbs-link-top { margin-top: 10px; margin-bottom: -40px;margin-right: 400px; text-align: left; margin-left: 18px; }
#bbsData .bbs-link-btm { margin-top: 10px; margin-bottom: -40px; text-align: right; }

.qna_box > a:nth-child(4) {background:#f6f6f6;}


#contentWrapper #contentWrap{width:1200px;margin:100px auto 140px;}

#pooky_board_list{display:inline-block; vertical-align:top; width:calc(100% - 265px);}
#pooky_board_list .title{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
#pooky_board_list .title .sub_title{
    display: block;
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    margin-top: 15px;
}
#pooky_board_list .menu_list{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden;margin-bottom: 20px;}
#pooky_board_list .menu_list li{
    width: calc(467.5px / 2);
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #E5E5E5;
  
    border-bottom: 1px solid #E5E5E5;
     border-top: 1px solid #E5E5E5;
}
#pooky_board_list .menu_list li:first-child{border-left: 1px solid #E5E5E5;}
#pooky_board_list .menu_list li.active{    background: #F5F5F5;}
#pooky_board_list .menu_list li a {display:block;   padding-bottom: 30px;}
#pooky_board_list .menu_list li p:first-child{
    padding-top: 90px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
#pooky_board_list .menu_list li:nth-child(1) p:first-child{background-image: url(/design/hanstyle/wib/Pooky/comu_icon01.png);}
#pooky_board_list .menu_list li:nth-child(2) p:first-child{background-image: url(/design/hanstyle/wib/Pooky/comu_icon04.png);}
#pooky_board_list .menu_list li:nth-child(3) p:first-child{background-image: url(/design/hanstyle/wib/Pooky/comu_icon03.png);}
#pooky_board_list .menu_list li:nth-child(4) p:first-child{background-image: url(/design/hanstyle/wib/Pooky/comu_icon05.png);}

#pooky_board_list .menu_list li p.read{
    font-size: 12px;
    color: #B8B8B8;
    position: relative;
}
#pooky_board_list .menu_list li  p.read:after{
        content: "";
    background: url(/design/hanstyle/wib/Pooky/small_arrow01.png) no-repeat;
    width: 7px;
    height: 12px;
    display: inline-block;
    position: relative;
    left: 7px;
    top: 1px;
}

#pooky_board_list .board_top{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; margin-bottom: 60px; }
#pooky_board_list .board_top .left_area{
    width: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #50696F;
}
#pooky_board_list .board_top .left_area h2{
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 15px;
}
#pooky_board_list .board_top .left_area .oper_info{
    color: #E5E5E5;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
#pooky_board_list .board_top .left_area .oper_info span{
    display: inline-block;
    margin: 0 10px;
    width: 1px;
    height: 11px;
    background: #B8B8B8;
}
#pooky_board_list .board_top .left_area .oper_date{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}
#pooky_board_list .board_top .right_area{
    width: 50%;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding: 46.3px 29px;
}

#pooky_board_list .board_top .right_area .refund_info{
    font-size: 15px;
    color: #838383;
}
#pooky_board_list .board_top .right_area .refund_info span{
    display: block;
    font-size: 16px;
    color: #2C2C2C;
    margin-top: 10px;
    font-weight: 500;
}
#pooky_board_list .board_body{}
#pooky_board_list .board_body .info_area{
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #838383;
}
#pooky_board_list .board_body .info_area .board_name{
    font-size: 22px;
    font-family: 'Crimson Text', serif;
    float: left;
}
#pooky_board_list .board_body .info_area a{
    float: right;
    background: #505050;
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}
#pooky_board_list .board_body .content_list{}
#pooky_board_list .board_body .content_list li{
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB;
}
#pooky_board_list .board_body .content_list li .number{
    display: inline-block;
    color: #505050;
    font-weight: 400;
    font-size: 14px;
    width: 100px;
    text-align: center;
    vertical-align: baseline;
}
#pooky_board_list .board_body .content_list li .number img{vertical-align: middle;}
#pooky_board_list .board_body .content_list li .secret_icon{}
#pooky_board_list .board_body .content_list li .content{
    display: inline-block;
    width: 615px;
    height: auto;
    line-height: normal;
}
#pooky_board_list .board_body .content_list li .content a{
    font-size: 14px;
    color: #4C4D4E;
    vertical-align: baseline;
}
#pooky_board_list .board_body .content_list li .writer{
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    color: #9B9B9B;
    font-weight: 400;
font-size: 13px;
}
#pooky_board_list .board_body .content_list li .writer img{
    vertical-align: baseline;
}
#pooky_board_list .board_body .content_list li .date{
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #9B9B9B;
}

#pooky_board_list .search_form{
    padding: 40px 155px;
    background: #F5F5F5;
}
#pooky_board_list .search_form select{
    float: left;
    border: 0;
    border-right: 1px solid #F5F5F5;
    width: 145px;
    height: 50px;
    font-size: 15px;
    padding-left: 15px;
    appearance: none;
    background-image: url(/design/hanstyle/wib/Pooky/board_select_arrow01.png);
    background-repeat: no-repeat;
    background-position: 88% center;
}
#pooky_board_list .search_form .key-wrap{
    float: left;
    width: 473px;
    display: block;
    position: relative;
}
#pooky_board_list .search_form .key-wrap input{
    width: 100%;
    border: 0;
    height: 50px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#pooky_board_list .search_form .key-wrap a{
    position: absolute;
    right: 16px;
    top: 13px;
     background: url(/design/hanstyle/wib/Pooky/board_search01.png) no-repeat center;
    font-size: 0;
        width: 25px;
    height: 25px;
}

/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

