.tab-vertical .tab-content{min-height: 400px;}
.formContentBox span{font-size: 9pt}

.pagination{justify-content: flex-end;margin-top: 10px;}
.boardBtnBox{margin: 10px 0px;;}
.imgPreview{width: 100%;height: 70px;background-size:cover;background-repeat:no-repeat;background-position: center center;}
.thumnailBox{max-width: 100px;}
.board_tab{display:flex;flex-wrap: wrap;margin:0 0 50px 0;justify-content: center;}
.board_tab>div{;width:33.3333%;border:1px solid #e3e3e3;justify-content: center;padding:12px 0;align-items: center;font-weight: 500;color:#b0b0af;cursor: pointer;text-align: center;}
.board_tab>div:hover{font-weight: 600;color: #333;}
.board_tab>div.actives{border:1px solid #333 !important;font-weight: 600;color: #333;}

.businessContact{margin-top:-10px}
.contact{display:flex;margin:10px 0;align-items: center;}
.contact p{width:80px;font-weight: 600;color:#000;}
.contact p>span{color:#e44d4d;}
.contact>div{width:80%}
.contact>div input, .contact>div textarea, .contact>div select{width:100%;border:1px solid #e3e3e3;}
.contact>div input, .contact>div select{height:35px;padding:5px;}
.textaraBox textarea{height:150px;}
.contact .phone input, .contact .phone select{width:70px !important}
.table th{border-bottom:1px solid #e3e3e3 !important;background-color: #f7f7f7}
.board_number{width:50px;text-align: center;}

.gallery_box>div>div>a>div h3{margin-bottom: 5px}
.thumnailFull{overflow:hidden;}
.table td{border-bottom:1px solid #e3e3e3;}
.table td>div{padding:0;margin:0 !important;}


/*view*/
.viewTitle{display:flex;justify-content: space-between;align-items: center; padding:10px 20px;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;background-color: #f7f7f7;margin: 0 0 10px 0}
/*.viewGallery{text-align: center;}*/
.viewBody{;padding:30px}
.viewBody img{margin-bottom:20px;}
/*view*/

.table thead th{border-bottom:1px solid #11438b !important}

.textLeft{text-align: left !important;}


.page-item .page-link{background-color:#fff  !important;color:#000  !important;padding:5px 2px;border-radius: 0;border:none;font-weight: 600;font-size:13px;}
.page-item.active .page-link{background-color:#fff  !important;color:#11438b !important;border-bottom:2px solid #e3e3e3 !important;}
.page-item .page-link:hover{border-bottom:2px solid #e3e3e3 !important}
@media screen and (max-width:767px){
    
    .none{display: none;}
}

@media screen and (min-width:768px){
    .board_tab>div{;width:33.33333%;font-size:11pt;}
    .businessContact>div{display:flex;}
    .businessContact>div p{width:100px;font-size:10pt;}
    .contact>div{width:76%}
    .businessContact>div>div{width:50%}
    .businessContact>div>div:first-child{margin-right:20px;}
    .textaraBox{display:block;}
    .textaraBox>div{width:100% !important;margin-right:0 !important}
    .textaraBox .contact>div{width:88%}
    .contact>div input, .contact>div select{height:45px}
    .contact .phone input, .contact .phone select{width:80px !important;}
    .contact select{width:240px !important;}
    .board_tab{flex-wrap: nowrap}
    .board_tab>div:last-child{border-right:1px solid #e3e3e3;}
    .table{font-size:15px;}
    .viewTitle{font-size:15px;}
    
    
}

@media screen and (min-width:1024px){
    .board_tab>div{width:16.66666666666667%;border-right:0;display:flex;}
    .board_tab>div>span{margin-right:20px}

    .board_number{width:80px}
}