@font-face{
	font-family:'NanumGothic';
	src: url('/font/NanumGothic.eot');
	src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('/font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
label {display:inline;}
img{border:0;}
a{text-decoration:none}
a:hover{text-decoration:none}
ul,li,p,button,dl,dd{margin:0; padding:0;}
ul,li{list-style:none}

.fl_l{float:left}
.fl_r{float:right}

/* 게시판 상단 */
.bbs-container-wp{margin:0 auto; font-family:"NanumGothic";margin-bottom:50px ;}
.bbs-list-wp{width:600px;margin-bottom:50px ;}
.bbs-title{margin:0; padding:0; font-size:32px; color:#343434; font-weight:normal;}
.bbs-sub-title-wp{overflow:hidden}
.bbs-sub-title-wp .bbs-sub-title{float:left; margin:14px 0 0 0; padding:0; font-size:22px; color:#999;}
.bbs-sub-title-wp .search-wp{float:right; overflow:hidden;width: 100%;position: relative;}
.bbs-sub-title-wp .search_input{float:left; border:1px solid #a8a8a8; box-sizing:border-box; width:100%; height:80px; font-size:20px;}
.icon-search-bg{float:left; width:80px; height:80px; text-align:center; background-color:#363636; cursor:pointer;position: absolute;right: 0;top:0}
.icon-search-bg img{padding:22px 0 0 0;width:35px}

/* 리스트 게시물 SECTION */
.bbs-list{margin:20px 0 0 0; padding:0; list-style:none; border-top:2px solid #000;  box-sizing:border-box; overflow:hidden;font-size:0;}
.bbs-list:after{content:"";display:block;clear:both;}
.section-delete-complete{float:left; color:red; font-weight:bold;}
.bbs-list dt{height:50px; line-height:50px; font-size:22px !important; color:#666; font-weight:bold; text-align:center; border-bottom:1px solid #ccc;display:inline-block;}
.bbs-list dt:after{content:""; display:block; clear:both;}
.bbs-list-dtnum{width:15%;display:inline-block;font-size:22px !important;}
.bbs-list-dtsubject{width:85%;}
.bbs-list-dtsubject.txt_position{text-align:left; color:#000;font-size:22px !important;}
.bbs-list-dtname{width:18%;font-size:22px;}
.bbs-list-dtstate{width:16%;font-size:22px;}
.bbs-list-dtdate{width:20%;font-size:22px;}
.bbs-list-dtview{width:20%;font-size:22px;}

.bbs-list-chk-del{vertical-align:bottom;/*margin:15px 0 0 0*/}
.bbs-list-board-section{width:100%;padding:25px 0;border-bottom: 1px solid #c2c2c2;overflow:hidden;font-size:0;}
.bbs-list-board-section div{display: inline-block; text-align:center;font-size:15px;}
.bbs-list-board-section a span{display:inline-block;text-overflow: ellipsis;white-space: nowrap;color: #000;overflow: hidden;}

/* 버튼 */
.btn-container-wp{width:100%; text-align:center; margin:20px 0 20px 0; overflow:hidden;}
.btn-wp{position:relative; width:140px; display:inline-block; line-height:40px; font-size:22px; text-align:center; cursor:pointer; outline:none;}
.btn-wp.type1{border:1px solid #222; background-color:#fff; color:#222; transition:all .3s; overflow:hidden; vertical-align:top}
.btn-wp.type1:before{position:absolute; top:0; left:-140%; width:123%; height:100%; display:block; content:""; background-color:#222; transform:skewX(40deg); transition:all .4s;}
.btn-wp.type1:after{position:absolute; top:0; right:-140%; width:123%; height:100%; display:block; content:""; background-color:#222; transform:skewX(40deg); transition:all .4s;}
.btn-wp.type1:hover{color:#fff;}
.btn-wp.type1:hover:before{left:-70%;}
.btn-wp.type1:hover:after{right:-70%;}
.btn-wp.type1 span{position:relative; z-index:1;text-indent: initial !important; }

/* 페이징 */
.paging-wp{width:100%; height:40px; margin:50px auto 0 auto; text-align:center; overflow:hidden;}
.paging-wp .arr-left{display:inline-block;}
.paging-wp div a{float:left;}
.paging-wp div a:after{content:""; display:block; clear:both}
.paging-wp .arr-right{display:inline-block;}
.paging-wp .pn-btn-wp{position:relative; display:block; width:36px; height:36px; line-height:36px; font-size:20px;text-align:center; cursor:pointer; outline:none; font-family:"NanumGothic";}
.paging-wp .arr-style-prev{margin:0 0 0 10px}
.paging-wp .arr-style-next{margin:0 10px 0 0}
.paging-wp .pn-btn-wp.type-arr{border:1px solid #060606; background-color:#fff; color:#060606; border-radius:25px; font-weight:bold;}
.paging-wp .pn-btn-wp.type-arr:after{content:""; display:block; clear:both}
.paging-wp .pn-btn-wp.type-arr:hover{background-color:#060606; color:#fff}
.paging-wp .pn-btn-wp.type-arr.etc{background-color:#fff; color:#060606}
.paging-wp .pn-btn-wp.type-arr span{position:relative; z-index:1;font-size:12px}
.paging-wp .page{margin:0 20px;display:inline-block; line-height:40px; overflow:hidden; font-family:"Verdana";}
.paging-wp .page a{float:left; width:50px; height:40px; text-align:center; font-size:22px; color:#343434;}
.paging-wp .page a:after{content:""; display:block; clear:both}
.paging-wp .page a.page-on{font-weight:bold; font-size:25px;}

/* 상태버튼 */
.state-btn-wp{text-align:center; color:#fff}
.state-btn-wp span{margin:10px auto 0;  height:30px; line-height:30px; display:block;}
.state-btn-wp .type-wait{background-color:#888888;} /*답변대기*/
.state-btn-wp .type-complete{background-color:#68afbb;} /*답변완료*/
.view-state{margin:0 0 10px 0 !important;}

/* 뷰 페이지 */
.bbs-view{margin:0 0 0 0; padding:0; list-style:none; overflow:hidden;}
.bbs-b-txt{font-size:18px; font-weight:bold; margin:0 0 10px 0}
.bbs-view .bbs_before-wp .bbs_before{background-color:#fff; border:1px solid #dddddd; box-sizing:border-box; padding:30px 38px; overflow:hidden;}
.bbs-view .bbs_after-wp .bbs_after{background-color:#fff; border:1px solid #dddddd; box-sizing:border-box; padding:30px 38px; overflow:hidden;}
.bbs-view-date{font-size:14px; color:#343434; font-family:"Verdana";}
.bbs-view-title{margin:10px 0 0 0; padding:0; font-size:28px; color:#4a4a4a; font-weight:bold;}
.bbs-view-contents{margin:15px 0 0 0; padding:0; font-size:14px; color:#999; line-height:1.6;}

.bbs-view .bbs_view-container-wp{margin:40px 0}
.bbs-view .bbs_view-container-wp .bbs_view-wp{/*background-color:#f5f5f5;*/ border:1px solid #dddddd; box-sizing:border-box; padding:30px 38px; overflow:hidden;}
.bbs-view .bbs_view-container-wp .bbs_view-wp p{padding: 0 !important;}

.bbs-view-reply{margin:20px 0 0 0; padding:10px; border:1px solid #aaa; box-sizing:border-box; border-radius:7px; overflow:hidden}
.bbs-view-reply p{font-size:30px;}
.bbs-view-reply > p > span{font-size:18px !important;font-weight: normal !important;font-family: 'NanumGothic' !important;}


/* 쓰기 페이지 */
.bbs-write-wp{margin:50px 0 0 0; padding:0; list-style:none; overflow:hidden;}
.bbs-write-option-wp{margin:30px 0 40px 0; background-color:#f3f3f3;}
.bbs-write-option{padding:35px; list-style:none; display:inline-block}
.bbs-write-option li{float:left; color:#343434; font-size:22px;}
.bbs-write-option li:after{content:""; display:block; clear:both}
.bbs-write-option li:first-child{margin-right:30px;}
.bbs-write-option1{width:300px; height:40px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 20px; font-size:22px; color:#888}

.bbs-write-form-wp{border-top:2px solid #363636; border-bottom:1px solid #bbb; padding:30px 0 10px;}
.bbs-write-form-wp .bbs-write-form{overflow:hidden}
.bbs-write-form-wp .bbs-write-form li{ margin:10px 0;}

.il{ display: flex;flex-wrap: wrap;justify-content: space-between;}
.il label:nth-child(1){width: 100%;}
.il label{width: 50%;margin: 20px 0;display: block;}
.bbs-write-form label#name,.bbs-write-form label#title{margin: 10px 5px;display: block;}
/*.bbs-write-form-wp .bbs-write-form li:after{content:""; display:block; clear:both}*/
.bbs-write-form-wp .bbs-write-form li label{font-size:22px; color:#343434;}
.even-sty{margin-left:20px !important;}
.bbs-write-subject{width:545px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}
.bbs-write-category{width:320px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}
.bbs-write-name{width:245px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}
.bbs-write-hphone1{width:150px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}
.bbs-write-hphone2{width:200px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}
.bbs-write-hphone3{width:200px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}
.nosms{font-size:20px !important; color:#2b8cbe !important;}

.bbs-etchong{width:97%; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}

.bbs-write-email{width:330px; height:55px; border:1px solid #bbb; box-sizing:border-box; margin:0 0 0 5px; font-size:22px;}

.bbs-write-content-wp{margin:30px 0 0 0}
.bbs-write-contents{width:97%; height:250px; border:1px solid #bbb; box-sizing:border-box; font-size:22px;}

.bbs-write-file-wp{margin:30px 0 0 0; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; box-sizing:border-box; padding:30px 0;}


.bbs-write-file div {display:block;height:35px;margin:5px 0;position:relative;padding-left:60px;}
.bbs-write-file div.file_list {height: 0;}
.bbs-write-file div label {width:60px;height:35px;line-height:35px;position:absolute;left:0;top:0; font-size:22px;}
.bbs-write-file .bbs-write-file-text{background:#fff; border:1px solid #c3c3c3; padding:7px 10px; width:100%; height:35px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.bbs-write-file input.bbs-write-file-text:input-placeholder {color:#ccc;}
.bbs-write-file input.bbs-write-file-text:-webkit-input-placeholder {color:#ccc;}
.bbs-write-file input.bbs-write-file-text:-ms-input-placeholder {color:#ccc;}
.bbs-write-file div .bbs-upload-btn {position:absolute;width:100px;right:0;top:0;margin:0;padding:0;overflow:hidden;}
.bbs-write-file div .bbs-upload-btn .btn_inner {position:relative;margin:0 !important;}
.bbs-write-file div .bbs-upload-btn .btn_inner span {position:absolute;left:0;display:block;width:100px;height:35px;line-height:35px;font-size: 22px; text-align:center; background-color:#68afbb; color:#fff}
.bbs-write-file div .bbs-upload-btn .btn_inner .bbs-upload-input {position:absolute;left:0;z-index:99;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:60px;height:35px;z-index:90;}
input[type=file].bbs-upload-input {filter: alpha(opacity=0);opacity:0;outline:none;background:none;cursor:pointer;}

.agreement_wrap{margin-bottom:30px;}
.agreement_wrap .agree_form {padding:15px 15px 10px 15px;border:1px solid #e4e4e4;border-top:2px solid #363636; background:#fafafa;}
.agreement_wrap .agree_form textarea {font:normal 13px "dotum";width:100%; padding:10px; height:80px;border:1px solid #d9d9d9;color:#7d7d7d;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.agreement_wrap .agree_form .agree_check {margin-top:5px;}

.counsel_box_txt > p {color:#000 !important;}

.s_contents p {color:#000 !important;}
