@charset "utf-8";

@import url("/sites/style_guide/style/css/w_board.css");

.boardWrap table .col-num{width:60px;}
.boardWrap table .col-title{width:auto;}
.boardWrap table .col-status{width:70px;}
.boardWrap table .col-date1{width:100px;}
.boardWrap table .col-date2{width:100px;}
@media screen and (max-width:1024px){
	.boardWrap table .td-num{display:none;}
}


.boardWrap .status span{font-size:14px;color:#FFF;padding:5px 0;display:inline-block;text-align:center;font-family:'Pre Medium';border-radius:5px;width:50px;}
.boardWrap .status span.type01{background:#17be99;}
.boardWrap .status span.type02{background:#828282;}
.boardWrap .status span.type03{background:#4290de;}
.boardWrap .status span.type04{background:#ec1a23;}
@media screen and (max-width:1024px){
	.boardWrap .status span{padding:3px 0;}
}

.board-view{padding:10px 30px;}
.board-view h3{font-family:'Pre Bold';color:#333;font-size:25px;line-height:1;}
.board-view .textArea{text-align:center;margin-top:30px;}
.board-view .textArea .txt_1{font-family:'Pre Bold';color:#333;font-size:20px;line-height:1.5;}
.board-view .textArea .textBox{background:#f5f5f5;padding:25px;font-size:18px;line-height:1.5;}
.board-view .textArea .textBox .btnWrap{display:flex;align-items:center;justify-content:center;}
.board-view .textArea .textBox .btnWrap a{display:block;padding:12px 15px;font-family:'Pre Bold';color:#FFF;font-size:16px;line-height:1;border-radius:3px;text-decoration:none;margin:3px;}
.board-view .textArea .textBox .btnWrap .type1{background:#6f6f6f;}
.board-view .textArea .textBox .btnWrap .type2{background:#919191;}
.board-view .textArea .textBox .imgWrap{margin-top:20px;}
.board-view .textArea .textBox .imgWrap img{max-width:100%;}
.modalBtn.btns a{text-decoration:none;}


.simplemodal-container .simplemodal-wrap ._alertWrap ._alertHeader h2 {
	line-height:normal;
	margin: 7px 0;	
}

.simplemodal-container .simplemodal-wrap ._alertWrap ._alertFooter {
	padding-top: 9px;
	padding-bottom: 9px;
	
	
}


.gotoOffice {
    font-size: 18px;
    padding: 10px 15px;
    line-height: 20px;
}

.gotoOffice.btnC3 {
	margin-top: 10px;
}

.btnC3::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: top;
    
}

.btnC3::after {
    background: url(/sites/style_guide/images/common/blank_3_w.png) center center no-repeat;
}