/*-----------------board common-----------------*/

.boardAddCheckRobot{
    display: flex;
}

.width655{
    width:655px;
}

.boardCategory{
    color: #7d7d7d;
    height: 27px;
    border-bottom: 2px solid #9c9c9c;
    overflow: hidden;
    font-size: 16px;
}

.boardCategory > li{
    float:left;
}

.boardCategoryBar{
    font-size: 16px;
    color: #7d7d7d;
    margin: 0 12px;
    line-height: 14px;
}

.boardCategoryBlue{
    color: #354992;
}

.boardCategoryBlue a{
    color: #354992;
    text-decoration: none;
}

.boardCategoryBlue a:visited{
    color: #354992;
}

.boardCategoryBlue span{
    color: #354992;
}

.boardCategory > .boardCategoryMore{
    float: right;
    color: #9c9c9c;
}

.boardCategoryMore a{
    color: #9c9c9c;
    text-decoration: none;
}

.boardCategoryMore a:visited{
    color: #9c9c9c;
}



.boardModalBg{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
}
/*------------------board/index------------------*/
#boardIndex{

}
/*------------------board/list------------------*/
#boardList{
    width:655px;
    float: left;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #Fff;
}
#boardList input{
    background-color: #fff;
}

.boardListOptionWrap{
    font-size: 16px;
    overflow: hidden;
    padding: 12px 0;
}

.boardList select.searchCategory1{
    width:95px;
    height:36px;
    padding-left:5px;
    border:1px solid #dadada;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 24px;
}

.boardList select.searchCategory2{
    width:80px;
    height:36px;
    padding-left:5px;
    border:1px solid #dadada;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 8px;
}
.boardList .searchRow .search{
    position: relative;
}
.boardList .searchRow .search input[type='text']{
    width: 180px;
    height: 36px;
    padding-left: 5px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding-right: 30px;
}
.boardList .searchRow .search input[type='image']{
    position: absolute;
    right: 7px;
    top: 9px;
    outline: none;
}
.boardList div:last-of-type img{
    margin-right:5px;
}


.boardListTitle > th{
    height: 40px;
    line-height: 40px;
    border-top: 2px solid #d1d1d1;
    border-bottom: 3px solid #d1d1d1;
}

.boardListSearchResultNo{
    background-color: #fff;
    text-align: center;
    padding:60px 15px;
    line-height: 1.4em;
    border-bottom:1px solid #dadada;
}

.boardListLineNotice{
    background-color: #fafafa;
}

.boardListSearchResultNo img{
    margin-bottom: 8px;
}

.boardListSearchResultText1{
    font-weight:bold;
    font-size:18px;
}

.boardListSearchResultText1 > span{
    color: #1891c3;
}

.boardListSearchResultText2{
    color: #959595;
}

.boardListLine > td{
    padding : 12px 0;
    line-height:1.3em;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.boardListLine > td:nth-child(1){
    color: #7d7d7d;
}

.boardListLine > td:nth-child(3) a:first-child{
    text-decoration: none;
    color: #121212;
}

.boardListLine > td:nth-child(3) a:first-child:hover{
    text-decoration: underline;
}

.boardListLine > td:nth-child(2){
    font-weight: bold;
}

.boardCategoryNotice{
    height:20px;
    line-height:20px;
    background-color: #ff9a0a;
    color: #fff;
    font-size:14px;
    padding:0 8px;
    display: inline-block;
    margin-right: 7px;
}

.boardListLine > td:nth-child(3){
    /*width:275px;*/
    text-align: left;
}

.boardListLine .boardListTitleTd .forumListImg1{
    margin-right:2px;
}

.boardListLine .boardListTitleTd .forumListImg2,
.boardListLine .boardListTitleTd .forumListImg3{
    margin-left:2px;
    margin-right:0;
}

.boardListLine .boardListTitleTd img{
    margin: 0;
    max-height:14px;
    padding-top: 3px;
}

.boardListLine .boardListTitleTd a{
    text-decoration: none;
    color:#000000;
}

.boardListLineNotice > .noticeWriter{
    color: #1891c3;
    font-size:14px;
    font-weight:bold;
}

.boardListComment{
    font-weight: 400;
    color: #1891c3;
    font-size: 13px;
}

.boardListImg1{
    vertical-align: -2px;
}

.boardListImg2{
    vertical-align: -1px;
}

.boardListLine > td:nth-child(5){
    color: #7d7d7d;
}

.boardListLine > td:nth-child(6){
    color: #7d7d7d;
}

.boardListPageWrap{
    overflow: hidden;
    margin: 25px 0 30px;
    text-align: center;
    height: 36px;
}

.boardListPageWrap .boardListPage{
    float: left;
    padding-left: 65px;
    box-sizing: border-box;
    width: 531px;
    text-align: center;
    line-height: 36px;
}

.boardListPage span{
    font-weight:bold;
    margin-left:6px;
}

.boardListPage a{
    text-decoration: none;
    color: #a6a6a6;
    margin-left:6px;
}
.boardListWriting{
    width: 94px;
    float: right;
}

.boardListWriting a{
    text-decoration: none;
}

.boardListWriting img{
    margin-right: 5px;
}
.boardListWriting span{
    font-weight:300;
}
.boardListFormWrap{
    margin-bottom: 30px;
}
.boardListFormWrap .searchRow{
    width: 270px;
    margin: 0 auto;
}

.boardListSearchWrap{
    overflow: hidden;
    width: 440px;
    margin: 0 auto;
}

.boardListSearchWrap > select{
    float:left;
    width:115px;
    margin-right:10px;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
    box-sizing: border-box;
    border: 1px solid #dadada;
    background-color: #fff;
}

.boardListSearchWrap > div.boardListSearchInput{
    float:left;
}

.boardListSearchWrap > div.boardListSearchInput > input:first-child{
    width:238px;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    margin-right: 10px;
}

.boardListSearchWrap > div.boardListSearchInput > div{
    width:65px;
    height:35px;
    float: right;
}

.boardListSearchWrap > div.boardListSearchInput > div > input{
    padding: 8px 0;
    font-weight: bold;
}


/*------------------board/add-------------------*/
.boardAdd{
    float: left;
    width: 655px;
    margin:15px auto 0;
    background-color: #fff;
    padding:15px;
    box-sizing: border-box;
}

.boardAddContentTitle{
    height:60px;
    line-height:60px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    box-sizing: border-box;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 10px;
}

.boardAddWritingFormWrap{
    overflow: hidden;
}

.boardAddWritingGuide{
    color: #354992;
    font-size: 14px;
}

.boardAddLine{
    overflow: hidden;
    margin-bottom: 20px;
}

.boardAddLine > li{
    float: left;
}

.boardAddLine > li.boardAddInputTitle{
    width:50px;
    height: 35px;
    line-height: 35px;
}

.boardAddStar{
    color: #5957c5;
}

.boardAddLine > li.boardAddInputCont{
    width:575px;
}

.boardAddLine > li > input{
    width:100%;
    height: 35px;
    padding-left:8px;
    box-sizing: border-box;
    border:1px solid #dadada;
}

.boardAddLine > li > select{
    width:200px;
    height: 35px;
    padding-left:8px;
    box-sizing: border-box;
    border:1px solid #dadada;
}

.boardAddInputTextarea{
    width: 575px;
}

.boardAddInputTextarea > textarea{
    width: 575px;
    box-sizing: border-box;
    border:none;
}
#cke_ckContent{
    width:99.6% !important;
}
.cke_chrome {
    border: 1px solid #dadada !important;
}

.boardWriterBox{
    margin-bottom: 10px;
    height: 45px;
}
.boardAddLine > li.profile{
    width:40px;
    height:40px;
    line-height:40px;
    margin-right: 15px;
}
.boardAddLine > li.profile img{
    max-width: 40px;
    max-height:40px;
    vertical-align: middle;
    border-radius: 50%;
}
.boardAddLine > li.nickname{
    width:570px;
    height:40px;
    line-height:40px;
}
.boardAddLine > li.nickname span{
    font-weight: 500;
}




/*본문 이미지 삽입*/
.boardAddFileUploadWrap{
    width: 575px;
    padding-left: 52px;
}

.boardAddFileUpload1{
    margin-bottom: 10px;
    overflow: hidden;
}

.boardAddFileUpload1 > li{
    float: left;
}

.boardAddFileTitle{
    height: 36px;
    line-height: 36px;
    width:110px;
    font-weight: bold;
}

.boardAddFileSection{
    position: relative;
    width:463px;
    padding:5px 7px;
    box-sizing: border-box;
    border:1px solid #dadada;
}

.boardAddNewFileUpload{
    font-weight: bold;
    font-size: 13px;
    box-sizing: border-box;
}

.boardAddFileUploadDisplayArea{
    position: absolute;
    top: 8px;
    left: 220px;
}

/*파일첨부*/
.boardAddFileUpload2{
    overflow: hidden;
}

.boardAddFileUpload2 > li{
    float: left;
}

/*.forumFileTitle2{*/
    /*height: 36px;*/
    /*line-height: 36px;*/
    /*width:70px;*/
    /*font-weight: bold;*/
/*}*/
/*.forumFileSection2{*/
    /*position: relative;*/
    /*width: 533px;*/
    /*overflow: hidden;*/
    /*padding: 5px 7px;*/
    /*box-sizing: border-box;*/
    /*border: 1px solid #dadada;*/
/*}*/

.fileUploadDisplayArea2{
    position: absolute;
    top: 8px;
    left: 220px;
}

#boardAddUploadedFileArea{
    overflow: hidden;
}

#boardAddUploadedFileArea li{
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

#boardAddUploadedFileArea li a{
    text-decoration: none;
    color: #373737;
    vertical-align: middle;
}

.btnBoardAddRemoveUploadedFile{
    margin-left: 5px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    padding-right: 1px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
    background-color: #e8e8e8;
    vertical-align: middle;
}
.boardAddCheckRobot .g-recaptcha{
    margin:15px 0 0 162px;
}

.boardAddRegister{
    width:180px;
    margin:30px auto 20px;
}

/*------------------board/view------------------*/


/*forum 공통*/
.boardNoticeTitle{
    height:43px;
    line-height:43px;
    padding-left:15px;
    box-sizing: border-box;
    font-weight: 500;
    color: #373737;
    font-size: 16px;
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
}

.boardNoticeCont{
    padding:22px 15px 2px;
    background-color: #fff;
}

.boardNoticeList > li{
    margin-bottom:15px;
    height:22px;
}

.boardNoticeCategory{
    padding: 1px 5px;
    background-color: #ff9a0a;
    color: #fff;
    font-weight: 500;
}

.boardNoticeListTitle{
    display: inline-block;
    font-weight: 500;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;
    height:15px;
}

.boardNoticeListTitle a:visited{
    color: #121212;
}

.boardNoticeListTitle a{
    text-decoration: none;
    color: #121212;
}

.boardNoticeListTitle a:hover span{
    text-decoration: underline;
}
/*----------------------list end----------------------*/


/*------------------------view------------------------*/
.boardViewVoteUpVoted{
    color: #5e8dd7 !important;
}

.boardViewVoteDownVoted{
    color: #f52057 !important;
}

.boardView{
    width:655px;
    float: left;
    overflow: hidden;
}

.boardViewContentWrap{
    width: 625px;
    margin: 15px auto 0;
    overflow: hidden;
}

.boardViewQuickMenu{
    width: 40px;
    float: left;
}

.boardViewLinkCopy{
    cursor: pointer;
}

#boardViewCopyLinkHidden{
    position: absolute;
    top: -9999em;
}

.boardViewQuickMenuSns{
    margin-top: -1px;
}

#boardVIewTxtZoom{
    height: 40px;
    border-bottom: 1px solid #ebebeb;
}

#boardViewTxtOut{
    height: 38px;
    box-sizing: border-box;
}

.boardViewQuickMenuSns > li{
    height:40px;
}

.boardViewTextSize{
    margin-top:0;
    width: 40px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-top: 0;
    cursor: pointer;
    text-align: center;
    line-height: 51px;
}

.boardViewFavoriteWrap{
    position: relative;
    width:40px;
    height:39px;
    cursor: pointer;
    box-sizing: border-box;
    border:1px solid #ebebeb;
    border-top:none;
}

.boardViewFavoriteWrap > img{
    position: absolute;
    background-color: #fff;
}

/*링크복사*/
.boardViewCopyAlert{
    display: none;
    position: fixed;
    width: 280px;
    height: 100px;
    top: 28%;
    left: 50%;
    margin-left: -160px;
    z-index: 99999;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    border: 2px solid #1891c3;
}

.boardViewCopyAlert img{
    display: block;
    margin:18px auto 10px;
}
/*링크복사 끝*/

.boardViewContInner{
    float: right;
    width:570px;
    overflow: hidden;
}

.boardViewContInfo{
    border-bottom: 1px solid #dedede;
}

.boardViewContInfo a{
    color: #00c;
}

.boardViewContInfo a:visited{
    color: #00c;
}

.boardViewContTitleWrap{
    overflow: hidden;
    color: #121212;
    min-height: 18px;
    line-height: 1.5em;
}
.boardViewContTitleWrap img{
    max-height: 14px;
}

.boardCategoryNormal{
    height:20px;
    line-height:20px;
    background-color: #1891c3;
    color: #fff;
    font-size:14px;
    padding:0 8px;
    display: inline-block;
    margin-right: 7px;
}

.boardViewContTitle{
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
}

.boardViewDetailInfo{
    overflow: hidden;
}

.boardViewWritingInfo{
    float: left;
    overflow: hidden;
    margin:15px 0;
}

.boardViewWritingInfo > div{
    float: left;
}

.boardViewWritingInfo > div.boardViewWritingInfoImg{
    width:50px;
    height: 45px;
    line-height: 40px;
    padding-right:10px;
    box-sizing: border-box;
}

.boardViewWritingInfo > div.boardViewWritingInfoImg img{
    max-width:40px;
    max-height:40px;
    vertical-align: middle;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.boardViewWritingInfo > div.boardViewWritingInfoDetail{
    width: calc(100% - 50px);
    padding: 4px 10px 0 0;
    box-sizing: border-box;
}

.boardViewWritingInfo > div.boardViewWritingInfoDetail > div > ul{
    overflow: hidden;
}

.boardViewWritingInfo > div.boardViewWritingInfoDetail > div.boardViewWritingName{
    font-weight:500;
    font-size: 14px;
    margin-bottom: 5px;
}

.boardViewWritingInfo > div.boardViewWritingInfoDetail > div > ul > li{
    float: left;
    color: #a7a7a7;
    font-size:14px;
}

.boardViewWritingInfo > div.boardViewWritingInfoDetail > div > ul > li.boardViewWritingDetailBar{
    margin:0 5px;
}

.boardViewContentVoteResult{
    overflow: hidden;
    margin-top:17px;
    display: inline-block;
}

.boardViewContentVoteResult img{
    margin-top:0 !important;
}

.boardViewContentVoteResult li{
    float: left;
    border: 1px solid #eeeeee;
    height: 35px;
    line-height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.boardViewContentVoteResult li:hover{
    background-color:#f5f5f5;
}

.boardViewContentVoteResult li:first-child{
    border-right: none;
}
.boardViewContentVoteResult li span{
    color: #a7a7a7;
    font-size: 13px;
}

.boardViewContent{
    min-height: 250px;
    width: 570px;
    padding: 25px 0 40px;
    box-sizing: border-box;
    line-height: 1.5em;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    color: #000;
    word-break: break-all;
}
.boardViewContent blockquote p{
    margin-left: 0 !important;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left: 5px solid #ddd;
}

.boardViewContent ol{
    padding-left:28px;
}
.boardViewContent ol li{
    list-style-type: decimal;
}
.boardViewContent ul{
    padding-left:28px;
}
.boardViewContent ul li{
    list-style: disc;
}
.boardViewContent a{
    color: #0000ef;
}
.boardViewContent a:visited{
    color: #0000ef;
}
.boardViewContent p{
    margin:15px 0;
}

.boardViewContent ul {
    margin-top:8px;
}

.boardViewContent ul li{
    margin-bottom:3px;
}

.boardViewContent img{
    max-width: 570px;
    margin-top: 15px;
}
.boardViewContent iframe{
    max-width:100%;
}

.boardViewBottomVoteWrap{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
}

.boardViewBottomVoteWrap > ul > li{
    list-style: none;
}
.boardViewBottomVoteWrap img{
    display: inline;
}

.boardViewBottomVoteWrap .viewContentVoteResult{
    display: inline-block;
}

.boardViewBottomVoteWrap .viewContentVoteResult img{
    margin:0;
}

.boardViewBottomVoteWrap .boardViewReport{
    width:40px;
    height:35px;
    line-height:38px;
    margin-top: 8px;
    text-align: center;
    border: 1px solid #eeeeee;
    background-color: #Fff;
    float: right;
    cursor: pointer;
    box-sizing: border-box;
}

.boardViewBottomVoteWrap .boardViewReport img{
    margin: 0;
}

.boardViewBottomVoteWrap .boardViewReport:hover{
    background-color: #f5f5f5;
}

/*포럼 뷰페이지 신고 모달창 세부*/
.boardViewReportContentWrap{
    display: none;
    position: fixed;
    width:470px;
    margin:0 auto;
    top:15%;
    left:50%;
    margin-left:-235px;
    z-index:99999;
    background-color: #fff;
    box-sizing: border-box;
}

.boardViewReportContentWrap .boardViewModalTitle{
    text-align: left;
}

.boardViewReportContentWrap .boardViewReportContent{
    text-align: left;
}

.boardViewReportContentWrap .boardViewReportContent dl{
    border-bottom:1px solid #ebebeb;
    padding-bottom:8px;
    margin-bottom:15px;
}

.boardViewReportContentWrap .boardViewReportContent dt{
    float: left;
    width: 75px;
    color: #585858;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 24px;
    line-height: 1.4em;
}

.boardViewReportContentWrap .boardViewReportContent dd{
    width: 345px;
    margin-left: 75px;
    color: #373737;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    word-break: break-all;
    word-wrap: break-word;
    min-height: 24px;
}

.boardViewReportContent .boardViewPostingGuide{
    color: #585858;
    font-size:14px;
}

.boardViewModalTitle {
    height:45px;
    line-height:45px;
    padding:0 20px;
    color: #fff;
    background-color: #1891c3;
    overflow: hidden;
}

.boardViewModalTitle img.boardViewModalClose{
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

.boardViewModalContent{
    background-color: #fff;
    padding:20px 25px;
}

.boardViewReportFormWrap{
    margin-top:5px;
    font-size: 14px;
}

.boardViewReportFormWrap{
    font-weight: bold;
}
.boardViewReportFormWrap input{
    margin: -3px 7px 0 7px;
}

.boardViewReportFormWrap textarea{
    width:100%;
    height:90px;
    border: 1px solid #dadada;
    padding:10px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    color: #898989;
    margin-top: 5px;
}

.boardViewReportBottom{
    width:255px;
    margin:15px auto 0;
    overflow: hidden;
    font-size:16px ;
}

.boardViewReportBottom > div{
    float: left;
}

.boardViewReportBottom button{
    font-weight: bold;
    font-size: 16px;
}

.boardViewReportBottom span{
    padding:9px 0;
}
/*포럼 뷰페이지 신고 모달창 세부 끝*/


/*포럼 뷰페이지 신고 결과 모달창 세부*/
.boardViewReportResult{
    display: none;
    position: fixed;
    width: 470px;
    margin: 0 auto;
    top: 15%;
    left: 50%;
    margin-left: -235px;
    z-index: 99999;
    background-color: #fff;
    box-sizing: border-box;
}

.boardViewResultContent > span{
    font-size:18px;
    font-weight: bold;
}

.boardViewReportResultClose{
    margin:30px auto 0;
}

.boardViewReportResultClose > span{
    padding:7px 0;
}

/*포럼 뷰페이지 신고 결과 모달창 세부 끝*/


/*첨부파일*/
.boardViewContFile{
    display: table;
    width: 570px;
    padding:5px 0;
    box-sizing: border-box;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
}

.boardViewContFile > li{
    display: table-cell;
    vertical-align: middle;
}

.boardViewContFileTitle{
    width:100px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.boardViewContFileBox{
    width:470px;
    padding-top: 10px;
    overflow: hidden;
}

.boardViewContFileList{
    float: left;
    margin-right:12px;
}

.boardViewContFileList a{
    text-decoration: none;
}

.boardViewDownloadFile{
    display: block;
    padding: 4px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #1891c3;
    font-weight: bold;
    background-color: #f5f5f5;
}

.boardViewDownloadFile:hover{
    background-color: #ededed;
}

/*첨부파일 끝*/

#boardView .boardViewBottom .boardViewList{
    width: 570px;
    overflow: hidden;
    padding: 12px 0 15px;
    border-bottom: 1px solid #ebebeb;
}
#boardView .boardViewBottom .boardViewList .boardViewListImg{
    width:150px;
    height:90px;
    float: left;
    margin-right: 10px;
}
#boardView .boardViewBottom .boardViewList .boardViewListImg a{
    display: inline-block;
}
#boardView .boardViewBottom .boardViewList .boardViewListImg img{
    width:150px;
    height:90px;
}
#boardView .boardViewBottom .boardViewList .boardViewListText{
    float: left;
    width: 410px;
}
#boardView .boardViewBottom .boardViewListText a:visited{
    color: #000;
}
#boardView .boardViewBottom .boardViewListText a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.35em;
    max-height: 6.75em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}


/*본문 - 수정,삭제,목록으로*/
.boardViewContOptionWrap{
    overflow: hidden;
    padding:20px 0;
}

.boardViewContOptionWrap > a{
    text-decoration: none;
    display: inline-block;
}

.boardViewContOptionWrap > a:first-child{
    margin-right: 15px;
}

.boardViewContOptionWrap span{
    width:65px;
    font-weight: 500;
}

.commentMore{
    width:350px;
    margin:20px auto 5px;
}

.boardViewForumDeleteWrap{
    display: none;
    position: fixed;
    z-index: 99;
    width: 310px;
    overflow: hidden;
    left: 50%;
    margin-left: -160px;
    top: 50%;
    margin-top: -150px;
}

.boardViewDeleteTitle{
    width: 310px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #1891c3;
    padding-left: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.boardViewDeleteTitle img{
    float: right;
    margin: 14px;
    cursor: pointer;
}

.boardViewDeleteCont{
    background-color: #fff;
    padding:20px 25px;
    box-sizing: border-box;
}

.boardViewDeleteText{
    height: 70px;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.boardViewDeleteBottom{
    overflow: hidden;
}

.boardViewDeleteBottom > li{
    width: 122px;
    float: left;
}

.boardViewDeleteBottom span{
    font-weight: 500;
}

/*----------------------view end----------------------*/




