@charset "utf-8";


/***** View *****/
.view{border-bottom:1px solid #000;}
.view .title{border-top:2px solid #353e4d;border-bottom:1px solid #dfdfdf;padding:30px 40px;background: #f8f8f8;position: relative;}
.view .title strong{color:#212121;font-family: 'ppm';line-height:32px;font-size: 26px;font-weight: normal;display: block;word-break:keep-all;margin-bottom:25px;}
.view .title .detail li{position: relative; display: block;vertical-align: top;font-size:16px;color:#888;vertical-align: middle; font-family: 'ppr';position: relative;}
.view .title .detail li::after {content: ''; position: absolute; left: 0; top: 11px; width: 5px; height: 5px; background: #1174ff; border-radius: 10px;}
.view .title .detail li.cate-info i{color:black;font-family: 'ppm';}
.view .title .detail li span{padding-left: 15px; font-size:16px;color:#555;display: inline-block;margin-right:10px;font-family: 'ppr';}
.view .title .detail li.answer-ing span{display: inline-block;padding: 5px 20px;background-color: #828282;color: #fff;font-size: 17px;border-radius: 30px;}
.view .title .detail li.answer-ing span.complete{background-color: black;}
.view .title .detail li.answer-ing span.progress{background-color: #cfa972;}
.view .title .detail li.answer-ing span.end{background-color: #828282;}
.view .title .detail li:nth-child(1){padding-left:0;}
/* .view .title .detail li + li:before{content:'';width:1px;height: 15px;background:#dfdfdf;position: absolute;margin-top: -7.5px; top:50%;left:0;} */
.view .title .util{position: absolute;bottom:7px;right:30px;}
.view .title .util li{display: inline-block;vertical-align: top;padding: 0 5px;position:relative;}
.view .title .util li + li:before{content:'';width:1px;height: 15px;background: #ccc;position: absolute;left:-2px;top:17px;}
.view .title .util li a{text-indent:-9999px;}
.view .title .util .share a{background: url('../images/share.png') no-repeat center;width: 50px;height: 50px;display: block;}
.view .title .util .print a{background: url('../images/print.png') no-repeat center;width: 50px;height: 50px;display: block;}

.view .title .right_fnct{position: absolute;bottom: 20px;right: 25px;}
.view .title .right_fnct li{display:inline-block;vertical-align:top;margin-right:25px;position:relative;}
.view .title .right_fnct li a{display: flex; align-items: center; font-family:'ppr';color:#888888;font-size:16px;}
.view .title .right_fnct .like{width: 20px;height: 18px;background:url('../images/like.png') no-repeat center;display:inline-block;text-indent: -9999px;vertical-align: middle;margin-right: 5px;}
.view .title .right_fnct .dislike{width:20px;height:18px;background:url('../images/dislike.png') no-repeat center;display:inline-block;text-indent: -9999px;vertical-align: middle;margin-right: 5px;}
.view .title .right_fnct .reportIcon{width:13px;height:20px;text-indent:-9999px;background:url('../images/reportIcon.png') no-repeat center;display:inline-block;vertical-align:middle;}

.view .txt{padding: 30px; font-family: ppl; line-height: 1.5;}
.view .txt .imgWrap{text-align:center; margin-bottom:50px;}
.view .txt .imgWrap img,
.view .txt .imgWrap video,
.view .txt .imgWrap iframe{max-width:100%;}
.view .txt p{font-size: 17px;color:#555;line-height: 1.75;font-family: 'ppl';}
.view .rules{padding:45px 60px;border:1px solid #dcdcdc;background: #f5f5f5;margin-top:110px;box-sizing: border-box;}
.view .rules .imgWrap{display: inline-block;}
.view .rules > p{padding-left:50px;width: calc(100% - 210px);display: inline-block;vertical-align: top;font-style: italic;font-family: 'ppl';line-height: 1.55;box-sizing: border-box;}
.view .rules > p strong{font-style: normal;color:#ed1c24;font-weight: normal;font-family: 'ppl';}

.board-view .btns{padding:55px 50px;text-align: center;position:relative;}
.board-view .view-prev{background:url('../images/view-prev.png') no-repeat left center;font-size: 18px;color: #666;display: inline-block;padding: 10px 10px 10px 45px;font-family: 'ppr';float: left;}
.board-view .view-next{background:url('../images/view-next.png') no-repeat right center;font-size: 18px;color: #666;display: inline-block;padding: 10px 45px 10px 10px;font-family: 'ppr';float: right;}
.board-view .aditIem dl{display:flex;border-bottom:1px solid #dcdcdc;}
.board-view .aditIem dl dt{width:240px;background:#f5f5f5;color:#000;text-align:center;padding:10px;}
.board-view .aditIem dl dd{padding:10px;width: calc(100% - 240px);}
.board-view .aditIem .btn-map {position: relative; top: 6px; display: inline-block; width: 13px; height: 16px; margin-left: 10px; background: url(../images/location_icon.png) no-repeat right center; text-indent: -99999px;}
.board-view .aditIem .btn-map:hover {background: url('../images/location_icon_hover.png') no-repeat right center;}

.attachment{border-top: 1px solid  #ccc;margin-top: 30px;padding: 30px;}
.attachment ul{background:url('../images/attach.png') no-repeat left top;padding-left:60px;min-height: 50px; padding-top: 10px;}
.attachment ul li{position: relative;line-height: 1.25;}
.attachment ul li + li{margin-top: 5px;}
.attachment ul li a{padding: 0 0;display: inline-block;font-family: 'ppl';}
.attachment ul li a img{margin: 2px 5px 0 0;vertical-align: top;}
.attachment ul li a.preview{color:#4b4b4b;font-family: 'ppr';font-size:15px;background: #fff url('../images/preview.png') no-repeat 15px center;padding: 6px 18px 6px 42px;border: 1px solid #b2b2b2;border-radius: 5px;margin-left: 20px;vertical-align: middle;}

input[type="button"],
input[type="submit"]{cursor:pointer;}
.ui-corner-all{font-size:14px;}
.tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; border:none; color: white; height: 25px; line-height: 20px; border-radius: 5px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'ppr';}


@media screen and (max-width:1200px){
    .view .title .detail{padding-right:100px;}
    .view .title .detail li{margin-bottom: 3px;}
}

@media screen and (max-width:767px){
    .view .title{padding:25px 15px 20px;}
    .view .title strong{font-family: 'ppr';font-size:18px;margin-bottom: 15px;line-height: 1.4;}
    .view .title .detail{font-size:0;padding-right: 60px;}
    .view .title .detail li{font-size:14px;color:#888;}
    .view .title .detail li + li:before{height: 8px;top: 10px;}
    .view .title .detail li span{font-size: 14px;}
    .view .title .detail li::after {top: 8px;}
    .view .title .util{right:0;bottom:20px;font-size: 0;}
    .view .title .util li{padding:0 10px;}
    .view .title .util li a{width:20px !important;height: 20px !important;background-size:contain !important;}
    .view .title .util li + li:before{top:6px;height: 8px;}
    .view .txt{padding:35px 15px 50px;}
    .view .txt p{font-size:14px;color:#666;}
    .view .rules{margin-top:40px;padding:25px;}
    .view .rules > p{width:100%;padding:0;}
    .view .rules .imgWrap{display: block;text-align: center;margin-bottom:15px;}
    .attachment{padding-top:25px;}
    .attachment ul{padding-left:0;background: none;}
    .attachment ul li{}
    .attachment ul li + li{margin-top:5px;}
    .attachment ul li a{font-size:14px;color:#666;line-height: 1.6;}
    .attachment ul li a.preview{font-size:14px;background-size: 14px;padding: 3px 10px 3px 30px;background-position: 10px center;margin-left: 12px;}
    .board-view .view-prev{font-size:14px;padding: 3px 3px 3px 15px;background-size:8px;margin-top:5px;text-indent:-9999px;}
    .board-view .view-next{font-size:14px;padding: 3px 15px 3px 3px;background-size:8px;margin-top:5px;text-indent:-9999px;}

    .view .title .right_fnct{position:initial;margin-top:10px;}
    .view .title .right_fnct .like{width:17px;height:14px;background-size:contain;}
    .view .title .right_fnct .dislike{width:18px;height:15px;background-size:contain;}
    .view .title .right_fnct li{margin-right:20px;}
    .view .title .right_fnct li a{font-size:13px;}
    .view .title .right_fnct .reportIcon{margin-top: -7px;}

    .board-view .aditIem dl{display:block;}
    .board-view .aditIem dl dt{width:100%;}
    .board-view .aditIem dl dd{width:100%;}
}

.btns { padding: 0; text-align:center; }
.btns input { margin:0 3px; cursor:pointer; color:#fff; padding:12px 42px; border-radius:5px; border:0; font-family:'ppr'; font-size:18px; }
.btn-c01{background: #1265d3;}
.btn-c02{background: #000;}
.btn-c03{background: #0087bf;}
.btn-c04{background: #7d8ea9;}
.btn-c03 a{
	color: white;
}

.scheInfoWrap { position:relative; display:flex; background:#f2eee7; column-gap:5%; padding:70px 50px; font-family:'ppr'; margin-bottom:60px; }
.scheInfoWrap .item1 { flex: 1 0 50%; }
.scheInfoWrap .item2 { flex: 1 0 45%; }
.scheInfoWrap .tit01 { font-family:'pps'; font-size:48px; color:black; }
.scheInfoWrap .tit02 { font-family:'pps'; font-size:32px; padding-bottom:20px; }	
.addTail::after { content:""; position:absolute; width:39px; height:46px; background:url("/sites/ko/images/contents/safety_02_tail.png") no-repeat center center; right:0; bottom:0; }
@media all and (max-width:600px) {
	.scheInfoWrap { flex-wrap:wrap; row-gap:50px; }
	.scheInfoWrap .item1 { flex: 1 0 100%; }
	.scheInfoWrap .item2 { flex: 1 0 100%; }
}
@media all and (max-width:768px) {
	.scheInfoWrap .tit01 { font-size:32px; }	
	.scheInfoWrap .tit02 { font-size:26px; }	
}

.infoWrap { display:flex; column-gap:3%; flex-wrap:wrap; row-gap:10px; margin-top:50px; position:relative; }
.infoWrap > li { position:relative; padding-left:30px; font-size:16px; color:#787878; font-family:'ppr'; flex: 1 0 45%; }
.infoWrap > li::before { position:absolute; font-size:0; text-indent:-99999px; left:0; top:50%; transform:translateY(-50%); }
.infoWrap .sche::before { content:"행사일정 아이콘"; background:url("../images/ico-cal.png") no-repeat center center; width:19px; height:18px; }
.infoWrap .loc::before { content:"행사장소 아이콘"; background:url("../images/ico-loc.png") no-repeat center center; width:20px; height:21px; }
.infoWrap .owner::before { content:"행사담당부서 아이콘"; background:url("../images/ico-owner.png") no-repeat center center; width:18px; height:20px; }
.infoWrap .category::before { content:"카테고리 아이콘"; background:url("../images/ico-ribon.png") no-repeat center center; width:18px; height:20px; }
.infoWrap .section::before { content:"포맷 아이콘"; background:url("../images/ico-section.png") no-repeat center center; width:17px; height:16px; }
@media all and (max-width:768px) {
	.infoWrap { margin-top:20px; }
}

.srch_box.icoBox { display:flex; justify-content:flex-end; padding-bottom: 50px;align-items:center; border-bottom: 2px solid #003377;} 
.srch_box.icoBox .icoWrap > ul { display:flex; column-gap:30px; font-family:'ppr'; }
.srch_box.icoBox .icoWrap > ul a { display:flex; align-items:center; }

.boxtype1 {border-top: 2px solid #000; margin-top: 30px;}
.boxtype1 > li {border-bottom:1px #272727; margin-bottom:50px; }
.boxtype1 > li h2 { margin-top: 40px !important; border-bottom: 1px solid #000; padding-bottom:30px; }

.boxtype1 > li > a,
.boxtype1 > li > .old {position: relative; display:block; margin:2px; padding:50px 30px;  border-bottom:1px solid #3f3f3f;}
.boxtype1 > li > a:hover,
.boxtype1 > li > .old:hover {background: #f1f6fa;}

.boxtype1 .ing {position: absolute; right: 30px; top: -11px;}
.boxtype1 .ing strong {display: flex; justify-content: center; align-items: center; width: 91px; height: 79px; background: url('../images/ic-badge-on.png') no-repeat center / cover; font-family: ppm; font-size: 17px; color: #fff;}
.boxtype1 .old .ing strong {background: url('../images/ic-badge.png') no-repeat center / cover; }
.boxtype1 .ing span {position: relative; left: -4px; top: -6px;}
.boxtype1 .conts {  display:flex; align-items: flex-start;}
.boxtype1 .conts > dt{flex-shrink: 0; width: 360px; padding-right: 50px;}
.boxtype1 .conts > dt img{width: 100%; border: 1px solid #d1d1d1; border-radius: 5px;}
.boxtype1 .conts > dd{display: flex; flex-direction: column; flex-grow: 1; }
.boxtype1 .conts > dd > dl {position: relative;margin-right: 23px;padding-right: 23px;}
.boxtype1 .conts > dd > dl::before {content: '';position: absolute;right: 0;top: 50%;width: 1px; height: 12px;margin-top: -6px;background: #ccc;}
.boxtype1 .conts > dd > dl:first-child::before {display: none;}
.boxtype1 .conts > dd > dl:last-child::before {display: none;}
.boxtype1 .conts > dd > dl:nth-child(n+2) {display: inline-block;}
.boxtype1 .conts > dd > dl > dt {display: inline-block;color: #444;font-size: 16px;font-family: 'ppl';}
.boxtype1 .conts > dd > dl > dd {display: inline-block;color: #888;font-size: 16px;font-family: 'ppl';}
.boxtype1 .conts .eventInfoWrap {display: flex; margin-bottom: 10px;}
.boxtype1 .conts .eventDate { font-family:'pps'; font-size: 20px; line-height: 1; color:#0049b1;}
.boxtype1 .conts .eventTit { position: relative; font-family:'ppm'; font-size:25px; margin:10px 0 15px 0;}
.boxtype1 .conts .eventTit a {color:#121212;}
.boxtype1 .conts .subject {flex-shrink: 0; width: 100%; padding-top: 7px;}
.boxtype1 .conts .info {flex-grow: 1;}

.eventInfoWrap > dt {flex-shrink: 0; width: 160px; position:relative; font-family:'ppm'; font-size: 16px;}
.eventInfoWrap > dt .ico {padding-left: 30px;}
.eventInfoWrap > dt .ico1 {background: url('../images/ico1.png') no-repeat left center;}
.eventInfoWrap > dt .ico2 {background: url('../images/ico2.png') no-repeat left center;}
.eventInfoWrap > dt .ico3 {background: url('../images/ico3.png') no-repeat left center;}
.eventInfoWrap > dt .ico4 {background: url('../images/ico4.png') no-repeat left center;}
.eventInfoWrap > dt > span::before { font-size:0; text-indent:-99999px; display:inline-block; margin-right:15px; }
.eventInfoWrap > dd {flex-grow: 1; display:flex; align-items:center; font-size: 16px; color: #444;}
.eventInfoWrap > dd > ul {display: flex; flex-wrap: wrap; gap: 6px;}
.eventInfoWrap > dd > ul > li span {display: flex; justify-content: center; align-items: center; padding: 1px 10px 3px 10px; background: #fff; border: 1px solid #d1d1d1; border-radius: 4px; font-size: 15px;}

._JW_eventCldr_basic .more-line .btn-more {width: 100%; height: 70px; background: #fff url('../images/more.png') no-repeat center; border: 1px solid #d1d1d1; text-indent: -9999px;}
._JW_eventCldr_basic .more-line .btn-more:hover {border-color: #0049b1;}

@media screen and (max-width: 1300px) {
    .boxtype1 .conts > dt {width: 260px;}
    .eventInfoWrap > dt {font-size: 16px;}
    .eventInfoWrap > dd {font-size: 15px;}
}

@media screen and (max-width: 1050px) {
    .boxtype1 .ing {right: 10px}
    .boxtype1 .conts > dd {flex-wrap: wrap;}
}

@media screen and (max-width: 670px) {
    .eventInfoWrap > dt {font-size: 17px;}
    .eventInfoWrap > dd {font-size: 17px;}
    .boxtype1 > li > a,
    .boxtype1 > li > .old {padding: 30px 20px;}
    .boxtype1 .conts {flex-wrap: wrap;}
    .boxtype1 .conts > dt {width: 100%; padding-right: 0; padding-bottom: 30px;}
    .boxtype1 .conts .eventTit {font-size: 23px;}
    ._fnctWrap .board-date {width: 100%; border-bottom: 2px solid #003377;}
    .search ._selectBox {width: 100%;}
}

/****regist****/
.writeForm{border-top:2px solid #353e4d;border-bottom:1px solid #353e4d;font-size:0;}
.artclFormTowLine{display: grid; grid-template-columns: 1fr 1fr;}
.artclForm{position: relative;padding:7px 3% 7px 290px;overflow: hidden;height: 70px;border-bottom:1px solid #dcdcdc;font-size:17px;box-sizing: border-box;line-height: 1;}
.artclForm.half{width:50%;display:inline-block;}
.artclForm.thumImg .artclInsert{margin-top:10px;}
.artclInsert input[type="text"]{height:55px;line-height: 55px;box-sizing: border-box;border:1px solid #c3c3c3;width:100%;font-family: 'ppl';color:#666;font-size:17px;padding-left:15px;}
.artclInsert select{min-width:150px;height:55px;line-height: 55px;padding-left:15px;border:1px solid #c3c3c3;font-family: 'ppl';color:#666;font-size:17px;padding-right:50px;background:#fff url('../images/sel_arrow.png') no-repeat calc(100% - 15px);-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;margin-left: 10px;}
.artclInsert select:nth-of-type(1) {margin-right: 9px;}
.artclInsert input[type="text"].date{width:170px;padding-left:40px;display:inline-block;background-image:url('../images/calendar.png'), url('../images/sel_arrow.png');background-repeat:no-repeat;background-position: 15px center, 92% center;margin-right: 10px;}
.artclInsert input[type="text"].dateTime{padding: 0px;text-align: center;margin-left: 5px;width: 10%;}
.artclLabel{display: flex;justify-content: center;align-items: center;box-sizing: border-box;width:270px;background:#f8f8f8;position: absolute;left:0;top:0;text-align: center;height: 70px;font-family: 'ppr';color:#333;font-size:18px;line-height: 1.3;}
.artclForm.total{padding:10px;height: auto;}
.artclForm.total textarea{width:100%;border:1px solid #c3c3c3;color:#555;box-sizing: border-box;font-family: 'ppl';font-size:17px;min-height: 240px;padding:20px;-webkit-appearance:none;resize:none;}
.writeForm .must{background:url('../images/must.png') no-repeat center;text-align:left;text-indent:-9999px;width:7px;height: 7px;display: inline-block;vertical-align: top;margin: 4px 5px 0 0;}

.artclForm .switch{display:inline-block;margin-left: 20px;}
.artclForm .switch > ul > li{display:inline-block;vertical-align:top;}
.artclForm .switch > ul > li + li{margin-left:10px;}
.artclForm.attch{height:auto;}
.artclForm.attch .artclLabel{height:210px;}
.artclForm.attch .multselBox{width: calc(100% - 450px);max-width:700px;height:100%;border:1px solid #c3c3c3;color:#555;font-family: 'ppl';font-size:17px; background:none;}
.atchmnBtns{display: inline-block;vertical-align: bottom;box-sizing: border-box;width: 400px;padding-left: 15px;}
.board-write .btns{text-align: center;padding:40px 0;}
.board-write .btns input{margin:0 3px;}
._radio{display:inline-block;vertical-align:middle;position: relative;}
._radio li{display: inline-block;vertical-align: middle;position: relative;}
._radio li + li{margin-left:20px;}
._radio li input[type="radio"]{height: 55px;line-height: 55px;appearance:none;width:16px;}
._radio li input[type="radio"] + label:before{content:'';width:16px;height: 16px;border-radius: 50%;border:1px solid #b7b7b7;position: absolute;left: 5px;top:50%;margin-top:-10px;}
._radio li input[type="radio"]:checked + label:after{content:'';width:6px;height: 6px;border-radius: 50%;background:#00428e;position: absolute;left: 10px;top: 50%;margin-top: -5px;}
._radio li label{height: 55px;line-height: 55px;display: inline-block;vertical-align: top;font-size: 16px;color:#666;font-family: 'ppl';}
.artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 450px);}
#thumbOrginlFile{
	width: 400px;
}


.public-type{min-width:initial;}
.pass-form{display:inline-block;vertical-align:middle;margin-left: 20px;font-size:17px;position: relative;top: -3px;}
.pass-form label{margin-right:10px;display: inline-block;vertical-align: middle;}
.pass-form input[type="password"]{height: 55px;line-height: 55px;box-sizing: border-box;border:1px solid #c3c3c3;color:#666;font-size:17px;padding-left:15px;display: inline-block;vertical-align: middle;width: auto;}

.atchmnBtns{padding-left:20px;padding-bottom: 5px;}
.atchmnBtns p{font-size:16px;font-family: 'ppl';color:#666;padding:15px 0;}
.atchmnBtns p strong{font-family: 'ppr';color:#212121;font-weight: normal;}
.artclInsert .tiny-btn {padding: 0;margin: 0;;}
.artclInsert .tiny-btn:nth-of-type(1) {margin-left: 20px;}
.artclInsert .tiny-btn a {color:#fff;font-size:15px;font-family: 'ppl';border:0;padding: 7px 15px 7px 40px;border-radius: 3px;}
.artclInsert .tiny-btn:nth-of-type(1) a {background:#6d6b76 url('../images/attch_btn01.png') no-repeat 12px center;}
.artclInsert .tiny-btn:nth-of-type(2) a {background:#6d6b76 url('../images/attch_btn02.png') no-repeat 12px center;}
.artclInsert .tiny-btn a.build {background:#6d6b76 url('../images/ico7.png') no-repeat 12px center;}

.possible{padding: 15px 0;line-height: 1.4;letter-spacing: 0.5px;font-family: 'ppl';}
.possible span{color:#212121; font-family: 'ppr';}

@media screen and (max-width:1200px){
.artclLabel{width: 150px;}
.artclForm{padding:7px 3% 7px 170px;}
.artclForm.attch .multselBox{/* width:100%; *//* height: 110px; */}
.atchmnBtns{padding-left:0;margin-top:12px;}
.atchmnBtns p{padding:10px 0;}
}

@media screen and (max-width:1023px){
    .atchmnBtns{width: 280px;}
    .artclForm {height: auto;}
    .artclForm.thumImg .artclInsert input[type="text"] {width:calc(100% - 285px);}
    .artclForm.attch .multselBox{width:calc(100% - 285px);}
    .artclForm.twoline,
    .artclForm.twoline .artclLabel{height:130px;}
    .artclForm.twoline .switch,
    .artclForm.twoline .pass-form{display:block;margin-left:0;}
    .artclLabel {height: 100%;}
    .artclInsert {display: flex;align-items: center;flex-wrap: wrap;width: 100%;;gap: 5px}
    .artclForm.total .artclInsert {display: block;}
    .artclInsert input[type="text"].date {width: 70%;margin-bottom: 5px;}
    .artclInsert select {min-width: auto;width:33%;margin-left: 5px}
    .artclInsert select:nth-of-type(1) {margin-left: 0;margin-right: 5px;;}
}

@media (max-width: 900px) {
    #thumbOrginlFile {width: 100%;}
    .artclInsert .tiny-btn:nth-of-type(1) {margin-left: 0;}
    .artclInsert .tiny-btn {margin-top: 20px;margin-bottom: 10px;}
}

@media screen and (max-width:767px){
    .artclLabel{width: 150px;font-size:15px;padding: 0 18px;line-height: 1.3;height: 100%;}
    .writeForm .must{margin-top:5px;}
    .artclForm{padding: 5px 2% 5px 160px;height: 100%;}
    .artclInsert input[type="text"]{height: 45px;font-size:15px;}
    .artclInsert select{ width: 42%;;height: 45px;line-height: 45px;font-size:15px;}
    .artclForm.half{width:100%;}
    .artclForm.total{padding: 10px;}
    ._radio li input[type="radio"]{height: 45px;margin-right: 5px;}
    ._radio li label{height: 45px;line-height: 45px;font-size: 14px;}
    .artclInsert input[type="text"].date{width: 59%;margin-right: 5px;padding-left: 24px;background-position: 5px center, 92% center;background-size: 13px;font-size: 12px;}
    .artclInsert{letter-spacing: -2px;}
    ._radio li{height:auto;line-height:1;}
    ._radio li + li{margin-left:12px;}
    .atchmnBtns{margin-top: 2px;width: 100%;}
    .atchmnBtns p{display: none;}
    .atchbtn{display: inline-block;margin-top: 3px;width: auto;max-width: 100%;}
    .atchbtn input{font-size:12px;}
    .artclForm.total textarea{font-size:15px;}
    .artclForm.thumImg{height:100px;}
    .artclForm.thumImg .artclLabel{height:100px;}
    .artclForm.thumImg .artclInsert input[type="text"]{width:100%;}
    .artclForm.attch .multselBox{width:100%;height: 100px;}
    .artclForm.attch .artclLabel{height: 270px;}
    .possible{font-size:14px;padding: 10px 0;}
    .public-type{width:100%;}
    .artclForm .switch > ul > li + li{margin-left:5px;}
    .artclForm.twoline,
    .artclForm.twoline .artclLabel{height: 100%;}
    .pass-form label{font-size:16px;}
    .pass-form input[type="password"]{height:45px;width:180px;}
    .artcldate span{display:none;}
    .artclInsert.artcldate input[type="text"].date{width:100%; margin-bottom:5px;}
    .btns {padding-bottom: 0;}
}

.artclCheckWrap{height:55px;line-height: 55px;box-sizing: border-box;width:100%;font-family: 'ppl';color:#666;font-size:17px;}

input.blueCheck[type="checkbox"]{transform: translateY(2px);vertical-align: middle; display: inline-block; text-indent:-9999px; width: 18px;height: 18px;border:2px solid #d1d4da;position: relative; appearance: none;}
input.blueCheck:checked::after{content:'';width: 8px;height: 8px;position: absolute;left: 3px;top: 3px;background: #1c3d8e;}
input.blueCheck[type="checkbox"] + label{display: inline-block;vertical-align: middle;margin-left:5px;}


.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}


/** 하단 공통 **/
input[type="button"],
input[type="submit"]{cursor:pointer;}
._contentBuilder.off .board-list form[name='searchForm'] {margin-bottom: 130px;}

/**** Category *****/
.cate{width:100%;border:1px solid #1265D3;font-size:0;padding:18px 35px;margin-bottom: 30px;border-radius:5px; display: flex; align-items: center; overflow:hidden; position: relative;}
.cate::after {content:''; width:53px; height:53px; background:#00BAFF; opacity:0.1; border-radius:50%; position:absolute; left:0; bottom:0; transform:translate(-50%, 50%)}
.cate > div{margin-right: 13px;}
.cate > div a{text-align: center; font-family: "pps"; font-size: 16px; color: #1265d3; position: relative; display: block;}
.cate > div a::before{content:""; display: block; position: absolute; left: 50%; margin-left: -3px; top: -7px; width: 6px; height: 6px; background: url('../images/all_dots.png') no-repeat center center / cover;}
.cate > ul{display: flex; flex-wrap:wrap; align-items: center;}
.cate > ul li a{display: block; padding:5px 18px; color:#666;font-size:16px;font-family: 'ppr'; line-height: 27px;}
.cate > ul li a:hover {color: #1265d3;}
.cate > ul li.active a {margin: 0 23px; background: #1265d3; border-radius: 100px; color: #fff;}
.cate > ul li:first-child.active a {margin-left: 0;}

@media screen and (max-width:768px){
	.cate {padding: 15px 25px;}
	.cate > ul li a {margin: 5px 0; padding:  5px 14px;}
	.cate > ul li.active a {margin: 0 13px;}
	.cate > ul li:first-child.active a {margin: 0 13px 0 0;}
	.board-list {padding-bottom: 0;}
}

/***** Tab *****/
.tabmenu{font-size:0;}
.tabmenu .all-list{display: inline-block;box-sizing: border-box;overflow: hidden;margin-top: 1px;}
.tabmenu .all-list a{display:table-cell; height:70px; vertical-align: middle;padding: 12px 35px;font-size:17px;background-color: #f8f8f8;color: #333;box-sizing:border-box;border: 1px solid #cfcfcf;line-height: 1.2;margin-right: 13px;}
.tabmenu .all-list._active a{background-color:#fff;border:1px solid #273ca5;color:#273ca5;border-bottom:1px solid #fff;position: relative;z-index: 1;}
.tabmenu ul{margin-bottom: 30px;position: relative;display: inline-block;vertical-align: top;width: 100%;margin-left: 1px;}
.tabmenu ul:after{content:'';background:#273ca5;position:absolute;left:0;bottom:0;width:100%;height: 1px;}
.tabmenu ul li{float:left;display:inline-block;margin-right:1px;margin-top: 1px;box-sizing:border-box;}
.tabmenu ul li a{background-color: #f8f8f8;color: #333;box-sizing:border-box;border: 1px solid #cfcfcf;padding:15px 35px;line-height: 1.2;display: block;font-size:17px;font-family: 'ppr';}
.tabmenu ul li a.on{border:1px solid #273ca5; color:#273ca5; border-bottom:1px solid #fff; position:relative; z-index: 1; background-color: #fff;}

/***** Search *****/
.srch_box{overflow:hidden;position: relative;display: flex; align-items: flex-end; justify-content: space-between; }
.rss-countbox {display: inline-flex; align-items: center; align-self: end;}
.rss{display: inline-block; margin-right: 10px;}
.rss a{width:30px; height: 30px; background:url('../images/rss.jpg') no-repeat center; display: inline-block; text-indent: -9999px;}

.no-data {padding: 10px 0 198px;text-align: center;}
#_contentBuilder.off .btns {position: relative;}
#_contentBuilder.off .btns::before {content: '';position: absolute;left: 50%;top: -10px;transform: translateX(-50%);width: 100%;height: 1px;background: #ccc;}

._fnctWrap .search {position: relative; display: flex;}
._fnctWrap .srch_box > .search{text-align: right;float: right;display: flex;align-items: center;vertical-align: middle; gap:10px; border-bottom:2px solid #000; }
/* 공지사항 datepicker */
.search input[type="text"]{padding-right: 80px;background: #fff url(./../images/calendar.png) 10px center no-repeat; height:50px; border:none; font-family: 'ppr'; font-size: 16px;}
.search ._selectBox{position: relative;height: 50px;line-height: 50px;padding-left: 15px; padding-right:50px;font-family: 'ppr';background:#fff url('../images/sel-arrow.png') no-repeat right 20px center;;font-size:16px;color:#666;border:none;display: inline-block;vertical-align: middle;-o-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; margin-right: 8px;}
.search #srchCtgryFilter {padding-left: 5px;}
.search ._selectBox:before{content:'';width:1px;height: 35px;background: #ccc;position: absolute;right:20px;top:5px;}
.search #srchFomFilter {width: 120px;;padding-left: 5px;}
.search #srchFomFilter + ._button input {position: relative;}
.search .input-search {position: relative; display: inline-block;}
.search .board-serch input[type="text"]{width: 280px;background-color:#fff; background-image:none;}
.search ._button{border: 0;cursor: pointer;display: inline-block;vertical-align: middle;zoom: 1;}
.search ._button input[type="submit"] {border:none; text-indent: -9999px; width:50px; height:50px; background:url('../images/ico-search.png') no-repeat center; position: absolute; right:0; top:0;}
._fnctWrap .board-serch{}
._fnctWrap .search > fieldset{display:inline-block;width: 100%;;vertical-align:middle;}
._fnctWrap .board-date{display: inline-block;vertical-align:middle;}
._fnctWrap .board-date .line{display:inline-block;vertical-align:middle;}
._fnctWrap .board-date .line label{display:none;}
._fnctWrap .board-date .date-space{display:inline-block;vertical-align:middle;margin: 0 10px;}
._fnctWrap .board-date input[type="text"]{padding-left:40px;display:inline-block;background-image:url('../images/sel-arrow.png');background-repeat:no-repeat;background-position: 92% center;}
._fnctWrap #rgsBgnde {width: 135px;;padding-left: 15px;padding-right: 20px;color: #666;}
._fnctWrap .search #srchWrd {background: none;}

@media screen and (max-width:1200px){
	.rss{margin-left:0;padding-top: 5px;background-position: left 11px;}
	._fnctWrap .search > fieldset{display:block;}
	.search{}
}

@media screen and (max-width:1024px){
	.search{display: block;float: none;text-align: left;}
	
	.search .board-serch{}
}

@media screen and (max-width:768px) {
	.srch_box {flex-direction: column; justify-content: start; align-items: start;}
	.rss-countbox {align-self: flex-start; margin-bottom: 10px;}
	.search {width:100%;}
	.search .input-search {width:calc(100% - 108px); float:right;}
	.search .board-serch input[type="text"] {width:99%;}
    .no-data {padding: 0 0 160px;}
    .search #srchCtgryFilter  {min-width: 150px}
    ._fnctWrap .board-date input[type="text"] {width: 150px;}
    .search input[type="text"] {padding-right: 50px; width: calc(100% - 130px);}
    ._fnctWrap #rgsBgnde {width: 150px;}
    .search #srchFomFilter {margin-left: 0 !important;}
    .search #srchColumn {width: 130px;}
    ._contentBuilder.off .board-list form[name='searchForm'] {margin-bottom: 100px;}
    .srch_box.icoBox {flex-direction: row !important;}
    .srch_box.icoBox > .search {width: 100%;}
}
@media screen and (max-width:600px){
    .cate {padding: 15px 25px;}
    .cate > ul {padding: 0;}
	.cate > ul li a {margin: 5px 0; padding:  5px 14px;}
	.cate > ul li.active a {margin: 0 13px;}
	.cate > ul li:first-child.active a {margin: 0 13px 0 0;}

	.rss{background-size:13px;background-position: left 17px;margin-bottom: 5px;}
	.rss span{font-size:13px;}
	.tabmenu{position:relative;overflow:visible;}
	.tabmenu:after{content:'';width: 100%;height: 1px;position:absolute;left: 0;bottom: 30px;background:#273ca5;}
	.tabmenu .all-list{position:relative;overflow: visible;}
	.tabmenu .all-list:after{content:'';width:2px;height:1px;background:#273ca5;position:absolute;right: -2px;bottom:0;}
	.tabmenu .all-list a{padding:12px 22px;font-size:15px;border-bottom: 1px solid #273ca5;}
	.tabmenu ul{white-space: nowrap;display: inline-flex;overflow-x:auto;width: 100%;}
	.tabmenu ul li a{padding:12px 22px;font-size:15px;}
	.tabmenu ul:after{left:0;width:100%;display: none;}
    .board-list form[name='searchForm'] .srch_box {flex-direction: column;}
    .srch_counts {margin-bottom: 20px}
    ._fnctWrap .srch_box > .search {flex-direction: column;align-items: flex-start;gap: 0;}
    ._fnctWrap #rgsBgnde {border: 1px solid #000;margin-bottom: 10px;}
    .search #srchFomFilter {width: 130px;}
    .search #srchCtgryFilter {width: 130px;}

}

/***** Paging *****/
._fnctWrap ._paging{text-align: center;}
._fnctWrap ._paging ._inner {overflow: hidden;position: relative;height: 38px;display: inline-block;zoom:1;_display: block;}
._fnctWrap ._paging ._inner a,._paging ._inner li,._paging ._inner p,._paging ._inner span,._paging ._inner strong,._paging ._inner ul {float: left;}
._fnctWrap ._paging ._inner a._first,._paging ._inner a._last,._paging ._inner a._listNext,._paging ._inner a._listPrev,._paging ._inner a._next,._paging ._inner a._prev {font-size: 0;text-indent: -5000px;}
._fnctWrap ._paging ._inner a,._fnctWrap ._paging ._inner strong {width: 35px;height: 35px;line-height: 32px;border-width: 1px;border-style: solid;border-color: #cdcdcd;text-align: center;margin: 0 1px;}
._fnctWrap ._paging ._inner ul{display:inline-block;margin:0 10px;}
._fnctWrap ._paging ._inner ul li{float:left;margin:0 2px;}
._fnctWrap ._paging ._inner ul li a{background-color: #F5F5F5 !important;border:none !important; color: #fff;border-radius:5px; color:#555; font-family: 'ppl'; position: relative;}
._fnctWrap ._paging ._inner ul li a:hover {background:#e2e2e2 !important;}
._fnctWrap ._paging ._inner .pg-arrow{border:1px solid #ccc;width: 35px;height: 35px;}
._fnctWrap ._paging ._inner ._first{background: url(./../images/first-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._prev{background: url(./../images/prev-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listPrev{background: url(./../images/prev-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._listNext{background: url(./../images/next-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._next{background: url(./../images/next-page10.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner ._last{background: url(./../images/last-page.png) center no-repeat; width:30px; border:none;}
._fnctWrap ._paging ._inner li strong{border:none !important; border-radius:5px; background:#083CA6; color:#fff; font-family: 'ppm';}
._fnctWrap ._paging ._inner ._pageState{display: none;padding: 0 1em}

@media screen and (min-width:1201px){
._fnctWrap ._paging{padding-bottom:50px;}
}

@media screen and (max-width:767px){
	._fnctWrap ._paging ._inner ._pageState {display: block; font-size: 18px; font-family: 'ppr'; color:#121212; line-height: 35px;}
	._fnctWrap ._paging ._inner ._curPage {position: relative; color:#1265d3;}
	._fnctWrap ._paging ._inner ._curPage::after {content:'/'; display:inline-block; margin:0 5px; color:#121212; font-family: 'ppr'; }
	._fnctWrap ._paging ._inner ul {display: none;}
	._fnctWrap .paging a{width:28px !important;height: 28px !important;font-size:13px;line-height: 25px;}
}


/***** btn *****/
.board-list ~ .btns{text-align: right;}
.board-list ~ .btns {font-size: 0;}
.board-list ~ .btns a,
.board-list ~ .btns button,
.board-list ~ .btns input{cursor: pointer;}
.board-list ~ .btns .floatL{float:left;}
.board-list ~ .btns .floatR{float:right;}

/* add 글쓰기 */
.btn01{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center; color:#fff;background:#003377;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* del 삭제 */
.btn02{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #182140;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* list 목록 */
.btn03{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #7d8ea9;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* rep 답글 */
.btn04{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #0087BF;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}
/* edit 수정 */
.btn05{min-width:130px; height:50px; display: inline-flex; align-items: center; justify-content: center;color:#fff;background: #F4AC00;border-radius: 5px;border:0;font-family: 'ppr';font-size:17px;}

.btn-mine{display:inline-block;}
.btn-control{display:inline-block;}

@media screen and (max-width:1200px){
.btns a,
.btns button,
.btns input{padding:8px 22px;font-size: 15px; min-width:100px; height:40px;}
.board-list .btns{margin-top:40px;text-align: center;}
.board-view .btns{padding: 55px 0;}


}