@charset "utf-8";


/*=======================================================
  paging-wrap
=========================================================*/
.paging-wrap{margin-top:67px;font-size:0px; text-align:center; display:block; position:relative;}
.paging-wrap a.ctrl{display:inline-block;vertical-align:top;text-decoration: none; width:40px; height:40px; border:1px solid #dfdfdf; border-radius:100%; box-sizing:border-box; margin:0 3px;}
.paging-wrap li, .paging-wrap ul{display:inline-block; vertical-align:top;}
.paging-wrap ul{padding:0 10px}
.paging-wrap li{margin:0 2px;}
.paging-wrap li a{display:block; position:relative; text-decoration: none;min-width:40px; height:40px; box-sizing:border-box ;border-radius:100%; font-size:15px; color:#999; text-align:center;line-height:40px;font-weight:400;box-sizing:border-box;}
.paging-wrap li a.active, .paging-wrap li a.active:hover{color:#000; font-weight:700}

.paging-wrap a.first{background:url(../img/sub/page-first.jpg) no-repeat center center;}
.paging-wrap a.prev{background:url(../img/sub/page-prev.jpg) no-repeat center center;}
.paging-wrap a.next{background:url(../img/sub/page-next.jpg) no-repeat center center;}
.paging-wrap a.last{background:url(../img/sub/page-last.jpg) no-repeat center center;}

.paging-wrap a.ctrl:hover{border-color:#000; opacity:0.75}
.paging-wrap a.first:hover{background-image:url(../img/sub/page-firsto.jpg)}
.paging-wrap a.prev:hover{background-image:url(../img/sub/page-prevo.jpg) }
.paging-wrap a.next:hover{background-image:url(../img/sub/page-nexto.jpg) }
.paging-wrap a.last:hover{background-image:url(../img/sub/page-lasto.jpg)}

.paging-wrap .num{display:none;vertical-align:top; padding:0 20px; color:#666; font-size:14px; line-height:30px;}
.paging-wrap .num span{font-weight:700;color:#111;}
	@media only screen and (max-width:1200px){
		.paging-wrap{margin-top:50px;}
	}
	@media only screen and (max-width:999px){
		.paging-wrap{margin-top:30px;}
		.paging-wrap a.ctrl{width:30px;height:30px;}
		.paging-wrap a.first , .paging-wrap a.last{display:none;}

		.paging-wrap ul{padding:0 7px; display:none;}
		.paging-wrap li{margin:0 1px;}
		.paging-wrap li a{min-width:30px;height:30px; line-height:30px; font-size:14px;}

		.paging-wrap .num{display:inline-block;vertical-align:top;}
	}
	@media only screen and (max-width:680px){
		.paging-wrap{margin-top:20px;}
	}
	@media only screen and (max-width:480px){
		
	}
	


/*=======================================================
  paging-wrap
=========================================================*/
.board-filter {text-align:center; font-size:0; margin-top:45px;}
.board-filter .chk-select{width:100px;}

.board-filter .chk-input{width:460px; margin-left:4px;}
.board-filter .chk-input input{height:50px;  padding:0 50px 0 20px; font-size:16px;  border-radius:5px;}
.board-filter .search-btn{position:absolute; right:5px; top:50%;margin-top:-20px; width:40px;height:40px; color:#fff;background:url(../img/sub/ico-search.jpg) no-repeat center center; box-sizing:border-box;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.board-filter{margin-top:30px;}
		.board-filter .chk-select select{height:45px;}
		.board-filter .chk-input input{height:45px; font-size:15px; padding:0 50px 0 15px;}
	}
	@media only screen and (max-width:680px){
		.board-filter{margin-top:20px;}
		.board-filter .chk-select{width:25%;}
		.board-filter .chk-select select{height:40px;}
		.board-filter .chk-input{width:74%; margin-left:1%}
		.board-filter .chk-input input{height:40px; font-size:14px;padding:0 50px 0 10px;}
		.board-filter .search-btn{background-size:14px auto; right:0;}
	}
	@media only screen and (max-width:480px){
		
	}


/* =====================================
   record-wrap.list
===================================== */
.record-wrap.list{padding-top:30px;}
.record-wrap.list .list{}
.record-wrap.list .list ul{margin:0 -1%}
.record-wrap.list .list ul:after{display:block; content:"";clear:both}
.record-wrap.list .list li{float:left; width:23%; margin:0 1%; position:relative;}
.record-wrap.list .list li:nth-child(n+5){margin-top:2%}
.record-wrap.list .list li a{height:450px; display:block}
.record-wrap.list .list li .img{overflow:hidden}
.record-wrap.list .list li .img img{height:329px; width:100%;object-fit:cover;-webkit-transition: transform 0.6s ease-out;-moz-transition: transform 0.6s ease-out;-o-transition: transform 0.6s ease-out;transition: transform 0.6s ease-out;}
.record-wrap.list .list li .txt{border:1px solid #d0d0d0; border-top:none; height:121px; box-sizing:border-box; padding:28px 24px; position:relative;}
.record-wrap.list .list li .btxt{font-size:18px; color:#000; line-height:1.3em;}
.record-wrap.list .list li .stxt{margin-top:17px;font-size:14px; color:#666; line-height:1.3em;}
.record-wrap.list .list li .ctxt{margin-top:5px;font-size:14px; color:#666; line-height:1.3em;}

.record-wrap.list .list li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}

.record-wrap.list .list li a:before{width:0;height:1px; background:#000;position:absolute; z-index:5; left:0; top:0; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}
.record-wrap.list .list li a:after{width:0;height:1px;background:#000; position:absolute; z-index:5;right:0; bottom:0; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}

.record-wrap.list .list li:before{width:1px;height:0;background:#000; position:absolute; z-index:5;right:0; top:0; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}
.record-wrap.list .list li:after{width:1px;height:0;background:#000; position:absolute; z-index:5;left:0; bottom:0; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}

.record-wrap.list .list li:hover a:before{width:100%;}
.record-wrap.list .list li:hover a:after{width:100%;}

.record-wrap.list .list li:hover:before{height:100%;}
.record-wrap.list .list li:hover:after{height:100%;}
	@media only screen and (max-width:1200px){
		.record-wrap.list .list li{width:31.33333%}
		.record-wrap.list .list li:nth-child(n+4){margin-top:3%}
		.record-wrap.list .list li a{height:371px;}
		.record-wrap.list .list li .img img{height:200px;}
		.record-wrap.list .list li .txt{ padding:25px 20px}
		.record-wrap.list .list li .btxt{font-size:17px;}
		.record-wrap.list .list li .stxt{margin-top:15px;font-size:13px;}
		.record-wrap.list .list li .ctxt{margin-top:5px;font-size:13px; }
	}
	@media only screen and (max-width:999px){
		.record-wrap.list{padding-top:20px;}
		.record-wrap.list .list li{width:48%}
		.record-wrap.list .list li:nth-child(n+3){margin-top:3%}
		.record-wrap.list .list li a{height:auto;}
		.record-wrap.list .list li .img img{object-fit:fill;height:auto}

		.record-wrap.list .list li .txt{ padding:20px 15px; height:auto; min-height:125px;}
		.record-wrap.list .list li .btxt{font-size:15px;}
		.record-wrap.list .list li .stxt{margin-top:10px;}
	}
	@media only screen and (max-width:680px){
		.record-wrap.list{padding-top:10px;}
		.record-wrap.list .list ul{margin:0}
		.record-wrap.list .list li{width:auto; margin:0; float:none;}
		.record-wrap.list .list li:nth-child(n+2){margin-top:3%}
		.record-wrap.list .list li a{height:auto;}
		.record-wrap.list .list li .img img{object-fit:fill;height:auto}
		.record-wrap.list .list li .txt{ padding:20px 15px; height:auto;min-height:110px;}
		
	}
	@media only screen and (max-width:480px){
		.record-wrap.list{padding-top:0;}
		
	}



/* =====================================
   video-wrap.list
===================================== */
.video-wrap.list{padding-top:30px;}
.video-wrap.list .list{}
.video-wrap.list .list ul{margin:0 -1%}
.video-wrap.list .list ul:after{display:block; content:"";clear:both}
.video-wrap.list .list li{float:left; width:31%; margin:0 1%; position:relative; }
.video-wrap.list .list li:nth-child(n+4){margin-top:2%}
.video-wrap.list .list li a{height:340px; border:1px solid #d0d0d0; display:block}
.video-wrap.list .list li .img{overflow:hidden}
.video-wrap.list .list li .img img{height:250px; width:100%;object-fit:cover;-webkit-transition: transform 0.6s ease-out;-moz-transition: transform 0.6s ease-out;-o-transition: transform 0.6s ease-out;transition: transform 0.6s ease-out;}

.video-wrap.list .list li .movie:after{width:100%;height:250px; position:absolute; left:0; top:0; display:block;background:url(../img/sub/movie-play.png) no-repeat center center; display:block; content:""; opacity:1;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}

.video-wrap.list .list li .txt{border-top:1px solid #d0d0d0; border-top:none; height:101px; text-align:center; box-sizing:border-box; padding:28px 24px; position:relative;}
.video-wrap.list .list li .btxt{font-size:18px; color:#000; line-height:1.3em;}
.video-wrap.list .list li .stxt{margin-top:17px;font-size:14px; color:#666; line-height:1.3em;}
.video-wrap.list .list li .ctxt{margin-top:5px;font-size:14px; color:#666; line-height:1.3em;}

.video-wrap.list .list li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}

.video-wrap.list .list li a:before{width:0;height:1px; background:#000;position:absolute; z-index:5; left:0; top:0; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}
.video-wrap.list .list li a:after{width:0;height:1px;background:#000; position:absolute; z-index:5;right:0; bottom:0; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}

.video-wrap.list .list li:before{width:1px;height:0;background:#000; position:absolute; z-index:5;right:0; top:0; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}
.video-wrap.list .list li:after{width:1px;height:0;background:#000; position:absolute; z-index:5;left:0; bottom:0; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}

.video-wrap.list .list li:hover a:before{width:100%;}
.video-wrap.list .list li:hover a:after{width:100%;}

.video-wrap.list .list li:hover:before{height:100%;}
.video-wrap.list .list li:hover:after{height:100%;}
	@media only screen and (max-width:1200px){
		.video-wrap.list .list li{width:31.33333%}
		.video-wrap.list .list li:nth-child(n+4){margin-top:3%}
		.video-wrap.list .list li a{height:371px;}
		.video-wrap.list .list li .img img{height:200px;}
		.video-wrap.list .list li .txt{ padding:25px 20px}
		.video-wrap.list .list li .btxt{font-size:17px;}
		.video-wrap.list .list li .stxt{margin-top:15px;font-size:13px;}
		.video-wrap.list .list li .ctxt{margin-top:5px;font-size:13px; }
	}
	@media only screen and (max-width:999px){
		.video-wrap.list{padding-top:20px;}
		.video-wrap.list .list li{width:48%}
		.video-wrap.list .list li:nth-child(n+3){margin-top:3%}
		.video-wrap.list .list li a{height:auto;}
		.video-wrap.list .list li .img img{object-fit:fill;height:auto}

		.video-wrap.list .list li .txt{ padding:20px 15px; height:auto; min-height:125px;}
		.video-wrap.list .list li .btxt{font-size:15px;}
		.video-wrap.list .list li .stxt{margin-top:10px;}
	}
	@media only screen and (max-width:680px){
		.video-wrap.list{padding-top:10px;}
		.video-wrap.list .list ul{margin:0}
		.video-wrap.list .list li{width:auto; margin:0; float:none;}
		.video-wrap.list .list li:nth-child(n+2){margin-top:3%}
		.video-wrap.list .list li a{height:auto;}
		.video-wrap.list .list li .img img{object-fit:fill;height:auto}
		.video-wrap.list .list li .txt{ padding:20px 10px; height:auto;min-height:60px;}
		
	}
	@media only screen and (max-width:480px){
		.video-wrap.list{padding-top:0;}
		
	}



/* =====================================
   layer-wrap.record
===================================== */
.layer-wrap.record{position:fixed; min-width:310px;width:96%; max-width:680px; display:none;background:#fff;left:50% !important; top:50% !important;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.layer-wrap.record .is-top{background:#ededed; padding:40px 110px 40px 60px; position:relative; min-height:50px;}
.layer-wrap.record .is-top p{font-size:18px;font-weight:400;color:#000; letter-spacing:-0.03em ;line-height:1.4em;}
.layer-wrap.record .is-top .close{background:url(../img/sub/layer-close.jpg) no-repeat center center; width:24px;height:23px; position:absolute; right:20px;top:20px; -webkit-transition: transform 0.3s ease-in-out;-moz-transition: transform 0.3s ease-in-out;-o-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;}
.layer-wrap.record .is-top .close:hover{transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); }

.layer-wrap.record .is-con{padding:40px 60px 60px 60px;}
.layer-wrap.record .is-con .img img{width:100%; height:366px; object-fit:cover;}
.layer-wrap.record .is-con dl{margin-top:15px; padding:22px 28px; background:#f0f0f0}
.layer-wrap.record .is-con dt{font-size:16px; color:#000; font-weight:700; line-height:1.2em; margin-bottom:10px;}
.layer-wrap.record .is-con dd{font-size:14px; color:#222; font-weight:400; line-height:1.2em; letter-spacing:-0.02em;}
.layer-wrap.record .is-con dd:nth-child(n+3){margin-top:9px;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.layer-wrap.record .is-top{padding:30px 70px 30px 40px; }
		.layer-wrap.record .is-top p{font-size:17px;}
		.layer-wrap.record .is-top .close{background-size:20px auto; right:17px; top:17px;}
		.layer-wrap.record .is-con{padding:20px 40px 40px 40px;}
		.layer-wrap.record .is-con .img img{  object-fit:fill; height:auto;}
		.layer-wrap.record .is-con dl{padding:20px 25px; margin-top:10px;}
		.layer-wrap.record .is-con dt{font-size:15px;}
		.layer-wrap.record .is-con dd{font-size:13px;}
		.layer-wrap.record .is-con dd:nth-child(n+3){margin-top:4px;}
	}
	@media only screen and (max-width:480px){
		.layer-wrap.record .is-top{padding:25px 50px 25px 25px; }
		.layer-wrap.record .is-top p{font-size:15px;}
		.layer-wrap.record .is-con{padding:25px 25px 25px 25px;}
		.layer-wrap.record .is-con dl{padding:15px 20px}
		.layer-wrap.record .is-con dt{font-size:14px;}
		.layer-wrap.record .is-con dd{font-size:13px;}
		
	}






/* =====================================
   cerfity-wrap.list
===================================== */
.cerfity-wrap.list{padding-top:0px;}
.cerfity-wrap.list .list{}
.cerfity-wrap.list .list ul{margin:0 -1%}
.cerfity-wrap.list .list ul:after{display:block; content:"";clear:both}
.cerfity-wrap.list .list li{float:left; width:23%; margin:0 1%; position:relative;}
.cerfity-wrap.list .list li:nth-child(n+5){margin-top:2%}
.cerfity-wrap.list .list li a{display:block}
.cerfity-wrap.list .list li .img{position:relative;border:1px solid #d0d0d0; padding:10px;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)  ; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)  ; -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)  ; }
.cerfity-wrap.list .list li .img p{border:1px solid #f0f0f0;overflow:hidden;}
.cerfity-wrap.list .list li .img img{ width:100%;-webkit-transition: transform 0.6s ease-out;-moz-transition: transform 0.6s ease-out;-o-transition: transform 0.6s ease-out;transition: transform 0.6s ease-out;}
.cerfity-wrap.list .list li .txt{margin-top:20px; height:42px; text-align:center;}
.cerfity-wrap.list .list li .btxt{font-size:16px; color:#000; line-height:1.3em;}
.cerfity-wrap.list .list li .stxt{margin-top:5px;font-size:14px; color:#666; line-height:1.3em;}
.cerfity-wrap.list .list li a:hover .img img{transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05);}

.cerfity-wrap.list .list li .img:before{width:0;height:1px; background:#000;position:absolute; z-index:5; left:-1px; top:-1px; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}
.cerfity-wrap.list .list li .img:after{width:0;height:1px;background:#000; position:absolute; z-index:5;right:-1px; bottom:-1px; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}

.cerfity-wrap.list .list li .img p:before{width:1px;height:0;background:#000; position:absolute; z-index:5;right:-1px; top:-1px; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}
.cerfity-wrap.list .list li .img p:after{width:1px;height:0;background:#000; position:absolute; z-index:5;left:-1px; bottom:-1px; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}

.cerfity-wrap.list .list li a:hover .img:before{width:calc(100% + 2px); }
.cerfity-wrap.list .list li a:hover .img:after{width:calc(100% + 2px)}

.cerfity-wrap.list .list li a:hover .img p:before{height:calc(100% + 2px);}
.cerfity-wrap.list .list li a:hover .img p:after{height:calc(100% + 2px)}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.cerfity-wrap.list{padding-top:20px;}
		.cerfity-wrap.list .list li{width:23%}
		.cerfity-wrap.list .list li:nth-child(n+5){margin-top:4%}
		.cerfity-wrap.list .list li .txt{margin-top:15px;}
		.cerfity-wrap.list .list li .btxt{font-size:15px}
		.cerfity-wrap.list .list li .stxt{font-size:13px}
	}
	@media only screen and (max-width:680px){
		.cerfity-wrap.list{padding-top:10px;}
		.cerfity-wrap.list .list li{width:31.33333%}
		.cerfity-wrap.list .list li:nth-child(n+4){margin-top:4%}
		.cerfity-wrap.list .list li .txt{margin-top:10px;}
		.cerfity-wrap.list .list li .btxt{font-size:14px}
		.cerfity-wrap.list .list li .stxt{margin-top:2px;font-size:12px}
	}
	@media only screen and (max-width:480px){
		.cerfity-wrap.list{padding-top:0;}
		.cerfity-wrap.list .list li{width:48%}
		.cerfity-wrap.list .list li:nth-child(n+3){margin-top:4%}

		.cerfity-wrap.list .list li .btxt{font-size:13px}
	}




/* =====================================
   layer-wrap.cerfity
===================================== */
.layer-wrap.cerfity{position:fixed;width:100%; height:100%; left:-9999em !important; top:0;display:block !important;}
.layer-wrap.cerfity.active{left:0 !important;}
.layer-wrap.cerfity .is-top{position:relative; z-index:9121;}
.layer-wrap.cerfity .is-top .close{background:url(../img/layout/bt-mnclose02.png) no-repeat center center; width:24px;height:24px; position:fixed; right:25px;top:32px;}
.layer-wrap.cerfity .is-con .item{position:relative;height:100%;}
.layer-wrap.cerfity .is-con .img {width:80%;max-width:500px;  margin:0 auto;position:absolute; left:50%; top:50%;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.layer-wrap.cerfity .is-con .img img{width:100%;display:inline-block;vertical-align:top  }
.layer-wrap.cerfity .is-con dl{margin-top:15px; padding:22px 28px; background:#f0f0f0}
.layer-wrap.cerfity .is-con dt{font-size:16px; color:#000; font-weight:700; line-height:1.2em; margin-bottom:10px;}
.layer-wrap.cerfity .is-con dd{font-size:14px; color:#222; font-weight:400; line-height:1.2em; letter-spacing:-0.02em;}
.layer-wrap.cerfity .is-con dd:nth-child(n+3){margin-top:9px;}

.layer-wrap.cerfity .cerfity-slide{position:absolute;overflow:hidden;width:100%;height:100%;left:0; top:0;}

.layer-wrap.cerfity .slick-list{overflow:visible;height:100%;}
.layer-wrap.cerfity .slick-track{height:100%;}
.layer-wrap.cerfity .slick-prev{ z-index:4123;position:absolute; left:20px; top:50%;margin-top:-20px;width:20px;height:40px;background:url(../img/sub/slide-prev.png) no-repeat center center; background-size:100% auto;}
.layer-wrap.cerfity .slick-next{ z-index:4123;position:absolute; right:20px; top:50%;margin-top:-20px;width:20px;height:40px;background:url(../img/sub/slide-next.png) no-repeat center center; background-size:100% auto;}
.layer-wrap.cerfity .slick-disabled{display:none !Important}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.layer-wrap.cerfity .is-top .close{background-size:20px auto; right:18px; top:18px;}
		.layer-wrap.cerfity .slick-prev{background-size:12px auto; width:12px; left:10px;}
		.layer-wrap.cerfity .slick-next{background-size:12px auto; width:12px; right:10px;}
	}
	@media only screen and (max-width:480px){
		
	}




/* =====================================
   faq-wrap.list
===================================== */
.faq-wrap.list{}
.faq-wrap.list ul{border-top:1px solid #000}
.faq-wrap.list li{position:relative;border-bottom:1px solid #ddd;}
.faq-wrap.list li:nth-child(n+2){}

.faq-wrap.list li .sel{display:block; padding:20px 75px 20px 40px; /*padding:20px 75px 20px 64px;*/ position:relative;}
/*.faq-wrap.list li .sel:before{position:absolute;width:30px;height:30px; left:20px; top:20px; background:#555;border-radius:100%; text-align:center; line-height:28px;color:#fff; font-size:14px; font-weight:400; display:block; content:"Q"}*/
.faq-wrap.list li .sel:after{width:28px;height:14px;background:url(../img/sub/faq-off.png) no-repeat center center; display:block;content:""; position:absolute; right:25px ;top:37px;}
.faq-wrap.list li.active .sel:after, .faq-wrap.list li.show .sel:after{background-image:url(../img/sub/faq-on.png)}
.faq-wrap.list li .sel .btxt{font-size:18px; font-weight:400;color:#333; line-height:1.2em;word-break: keep-all;}
.faq-wrap.list li .sel .stxt{margin-top:10px;font-size:15px; font-weight:400;color:#333; line-height:1.2em;}

.faq-wrap.list li .txt{display:none;position:relative; padding:20px 40px; /*padding:20px 65px;*/ background:#f7f7f7; border-top:1px solid #ddd;}
/*.faq-wrap.list li .txt:before{position:absolute;width:30px;height:30px; left:20px; top:20px; background:#acacac;border-radius:100%; text-align:center; line-height:28px;color:#fff; font-size:14px; font-weight:400; display:block; content:"A"}*/

.faq-wrap.list li .txt ul{border:none}
.faq-wrap.list li .txt li{border-bottom:none; position:relative; padding-left:130px;}
.faq-wrap.list li .txt li:nth-child(n+2){margin-top:7px;}
.faq-wrap.list li .txt li .btxt{position:absolute; left:0; top:0;font-size:15px; font-weight:400;color:#555; line-height:1.4em;}
.faq-wrap.list li .txt li .stxt{font-size:15px; font-weight:400;color:#555; line-height:1.4em;word-break: keep-all;}
	@media only screen and (max-width:1200px){
		.faq-wrap.list li .sel .btxt{font-size:17px;}
		.faq-wrap.list li .sel .stxt{font-size:14px;}
	}
	@media only screen and (max-width:999px){
		.faq-wrap.list li .sel{padding:17px 55px 17px 50px;}
		.faq-wrap.list li .sel .btxt{font-size:17px;}
		.faq-wrap.list li .sel .stxt{font-size:14px; margin-top:5px;}
		.faq-wrap.list li .sel:after{width:20px; right:20px; top:27px;}
		.faq-wrap.list li .sel:before{width:26px;height:26px; line-height:26px; font-size:13px; left:15px; top:15px;}
		
		.faq-wrap.list li .txt{padding:17px 50px;}
		.faq-wrap.list li .txt:before{width:26px;height:26px; line-height:26px; font-size:13px; left:15px; top:15px;}
		
		.faq-wrap.list li .txt li{padding-left:110px;}
		.faq-wrap.list li .txt li .btxt{font-size:14px;}
		.faq-wrap.list li .txt li .stxt{font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.faq-wrap.list li .sel{padding:17px 45px 17px 40px;}
		.faq-wrap.list li .sel .btxt{font-size:15px;}
		.faq-wrap.list li .sel .stxt{font-size:13px; opacity:0.75}
		.faq-wrap.list li .sel:after{width:14px; right:15px; top:25px;}
		.faq-wrap.list li .sel:before{width:22px;height:22px; line-height:22px; font-size:12px; left:10px; top:15px;}

		.faq-wrap.list li .txt{padding:17px 30px;}
		.faq-wrap.list li .txt:before{width:22px;height:22px; line-height:22px; font-size:12px; left:10px; top:15px;}
		
		.faq-wrap.list li .txt li{padding-left:0;}
		.faq-wrap.list li .txt li:nth-child(n+2){margin-top:10px;}
		.faq-wrap.list li .txt li .btxt{font-size:14px; position:relative; left:auto; top:auto; font-weight:700; margin-bottom:3px;}
		.faq-wrap.list li .txt li .stxt{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.faq-wrap.list li .sel{padding:17px 30px 17px 20px;}
		.faq-wrap.list li .sel .btxt{font-size:14px;}
	}





/* =====================================
   board-wrap common
===================================== */
.board-wrap .lower{font-size:0; margin-top:40px;text-align:center;}
.board-wrap .lower.r{text-align:right;}

.recruit-filter{position:relative;border:1px solid #ddd; background:#f8f8f8; padding:25px 200px 25px 62px; margin-bottom:45px;}
.recruit-filter .ov{margin:0 -0.5%}
.recruit-filter .ov:after{display:block; content:"";clear:both;}
.recruit-filter .ov .chk-select{background:#fff; width:24%; margin:0 0.5%; float:left;}
.recruit-filter .ov .chk-select:after{background:url(../img/sub/select-arrow02.jpg) no-repeat center center;right:10px;}
.recruit-filter .ov .chk-select select{font-size:14px; border:1px solid #cccccc; width:100%; height:46px;}
.recruit-filter .enter{width:130px;height:46px; background:#555;font-size:14px; text-align:center; color:#fff; position:absolute; right:62px; top:25px; line-height:46px;}
.recruit-filter .enter:hover{width:128px;height:44px; border:1px solid #555; background:#fff; font-size:14px; text-align:center; color:#555; position:absolute; right:62px; top:25px; line-height:44px;}
	@media only screen and (max-width:1200px){
		.board-wrap .lower{margin-top:30px;}
		.recruit-filter{padding:25px 115px 25px 25px; margin-bottom:30px;}
		.recruit-filter .enter{width:80px; right:25px;}
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.board-wrap .lower{margin-top:20px;}

		.recruit-filter{padding:20px; display:none}
		.recruit-filter .ov .chk-select:nth-child(1){width:48.5%;}
		.recruit-filter .ov .chk-select:nth-child(2){width:48.5%;float:right;}
		.recruit-filter .ov .chk-select:nth-child(3){width:48.5%; margin-top:7px;}
		.recruit-filter .ov .chk-select:nth-child(4){width:48.5%;float:right; margin-top:7px;}
		.recruit-filter .ov .chk-select select{height:40px;}
		.recruit-filter .enter{height:40px; line-height:40px; width:auto; position:relative; right:auto; top:auto; margin-top:7px; width:auto;display:block;}
	}
	@media only screen and (max-width:480px){
		.recruit-filter{ padding:20px 15px;}
	}



.scene-filter{position:relative;border:1px solid #ddd; background:#f8f8f8; padding:25px 155px 25px 20px; margin-bottom:45px;}
.scene-filter .ov{margin:0 -0.5%}
.scene-filter .ov:after{display:block; content:"";clear:both;}
.scene-filter .ov .chk-select{background:#fff; width:24%; margin:0 0.5%; float:left;}
.scene-filter .ov .chk-select:after{background:url(../img/sub/select-arrow02.jpg) no-repeat center center;right:10px;}
.scene-filter .ov .chk-select select{font-size:14px; border:1px solid #cccccc; width:100%; height:46px;}
.scene-filter .ov .chk-input{width:49%;margin:0 0.5%;}
.scene-filter .ov .chk-input input{height:46px; font-size:14px; padding:0 15px;}
.scene-filter .enter{width:130px;height:46px; background:#004098; font-size:14px; text-align:center; color:#fff; position:absolute; right:20px; top:25px; line-height:46px;}
.scene-filter .enter:hover{width:128px;height:44px; border:1px solid #004098; background:#fff; font-size:14px; text-align:center; color:#004098; position:absolute; right:20px; top:25px; line-height:44px;}
	@media only screen and (max-width:1200px){
		.scene-filter{padding-right:105px; margin-bottom:30px;}
		.scene-filter .enter{width:80px;}
	}
	@media only screen and (max-width:999px){
		.scene-filter{margin-bottom:20px;}
	}
	@media only screen and (max-width:680px){
		.scene-filter{ padding:20px;}
		.scene-filter .ov{margin:0;}
		.scene-filter .ov .chk-select:nth-child(1){width:48.5%;}
		.scene-filter .ov .chk-select:nth-child(2){width:48.5%;float:right;}
		.scene-filter .ov .chk-select select{height:40px}
		.scene-filter .ov .chk-input{width:100%; margin-top:10px; padding-right:90px;}
		.scene-filter .ov .chk-input input{height:40px;}
		.scene-filter .enter{right:20px; bottom:20px; top:auto; line-height:40px;height:40px;}
	}
	@media only screen and (max-width:480px){
		.scene-filter{ padding:20px 15px;}
		.scene-filter .enter{right:15px;}
	}



/* =====================================
   board-wrap.list
===================================== */
.board-wrap.list{}
.board-wrap.list table{table-layout:fixed;border-top:1px solid #000}
.board-wrap.list table thead th{text-align:center; border-bottom:1px solid #ddd; font-size:16px; color:#333; font-weight:400;padding:15px 5px;}
.board-wrap.list table tbody td{text-align:center; border-bottom:1px solid #ddd; font-size:15px; color:#666; font-weight:400;padding:15px 5px;}
.board-wrap.list table tbody tr.notice td:first-child{color:#111}
.board-wrap.list table tbody tr.notice td.l a{color:#111 !important}
.board-wrap.list table tbody td.l{text-align:left;}
.board-wrap.list table tbody td.l a{display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#666 }
.board-wrap.list table tbody td.l a:hover{color:#111;text-decoration:underline}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.board-wrap.list .list.notice table{}
		.board-wrap.list .list.notice table colgroup{display:none;}
		.board-wrap.list .list.notice table thead{display:none}
		.board-wrap.list .list.notice table tbody{display:block;}
		.board-wrap.list .list.notice table tbody tr{display:block;border-bottom:1px solid #ddd; padding:15px 10px; position:relative;}
		.board-wrap.list .list.notice table tbody tr:after{display:block; content:"";clear:both;}
		.board-wrap.list .list.notice table tbody tr.notice td:nth-child(1){width:48px;height:17px; border:1px solid #000; text-align:center;font-size:13px; color:#000; display:block; line-height:17px; margin-bottom:5px;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(1){display:none;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(3){display:none;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(4){display:block; width:auto; padding-left:90px;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(5){display:block; width:auto; position:absolute; left:10px; bottom:15px;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(6){display:none;}
		.board-wrap.list .list.notice table tbody td{float:left; width:100%; border:none; padding:0; font-size:14px;text-align:left;}
		.board-wrap.list .list.notice table tbody td.l a:after{width:100%;height:100%; position:Absolute; left:0; top:0; display:block; content:""}

		.board-wrap.list .list.recruit table{}
		.board-wrap.list .list.recruit table colgroup{display:none;}
		.board-wrap.list .list.recruit table thead{display:none}
		.board-wrap.list .list.recruit table tbody{display:block;}
		.board-wrap.list .list.recruit table tbody tr{display:block;border-bottom:1px solid #ddd; padding:15px 10px; position:relative;}
		.board-wrap.list .list.recruit table tbody tr:after{display:block; content:"";clear:both;}
		.board-wrap.list .list.recruit table tbody tr td:nth-child(1){display:none;}
		.board-wrap.list .list.recruit table tbody tr td:nth-child(3){text-align:left; margin-top:3px;}
		.board-wrap.list .list.recruit table tbody tr td:nth-child(4){display:none;}
		.board-wrap.list .list.recruit table tbody td{float:left; width:100%; border:none; padding:0; font-size:14px;}
		.board-wrap.list .list.recruit table tbody td.l a:after{width:100%;height:100%; position:Absolute; left:0; top:0; display:block; content:""}


		/* 특허리스트 */
		.board-wrap.list .list.patent table{}
		.board-wrap.list .list.patent table colgroup{display:none;}
		.board-wrap.list .list.patent table thead{display:none}
		.board-wrap.list .list.patent table tbody{display:block;}
		.board-wrap.list .list.patent table tbody tr{display:block;border-bottom:1px solid #ddd; padding:15px 10px; position:relative;}
		.board-wrap.list .list.patent table tbody tr:after{display:block; content:"";clear:both;}
		.board-wrap.list .list.patent table tbody tr td:nth-child(1){display:none;}
		.board-wrap.list .list.patent table tbody tr td:nth-child(3){text-align:left; margin-top:3px;}
		.board-wrap.list .list.patent table tbody tr td:nth-child(4){display:none;}
		.board-wrap.list .list.patent table tbody td{float:left; width:100%; border:none; padding:0; font-size:14px;}
		.board-wrap.list .list.patent table tbody td.l a:after{width:100%;height:100%; position:Absolute; left:0; top:0; display:block; content:""}
		/* 특허리스트 */

		/* 상훈 업면허 */
		.board-wrap.list .list table{}
		.board-wrap.list .list table colgroup{display:none;}
		.board-wrap.list .list table thead{display:none}
		.board-wrap.list .list table tbody{display:block;}
		.board-wrap.list .list table tbody tr{display:block;border-bottom:1px solid #ddd; padding:15px 10px; position:relative;}
		.board-wrap.list .list table tbody tr:after{display:block; content:"";clear:both;}
		.board-wrap.list .list table tbody tr td:nth-child(1){text-align:left;  content:"";clear:both;}
		.board-wrap.list .list table tbody tr td:nth-child(2){text-align:left; margin-top:3px;}
		.board-wrap.list .list table tbody tr td:nth-child(3){display:block; width:auto; left:10px; bottom:15px;}
		.board-wrap.list .list table tbody tr td:nth-child(4){text-align:right; border-top: 0;}
		.board-wrap.list .list table tbody td{float:left; width:100%; border:none; padding:0; font-size:14px;}
		.board-wrap.list .list table tbody td.l a:after{width:100%;height:100%; position:Absolute; left:0; top:0; display:block; content:""}
		/* 상훈 업면허 */
		

		

	}
	@media only screen and (max-width:680px){
		.board-wrap.list .list.notice table tbody tr td:nth-child(4){font-size:13px; padding-left:85px;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(5){font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.recruit-filter{ padding:20px 15px;}
	}

/* =====================================
   board-wrap.detail
===================================== */
.board-wrap.detail .detail{border-bottom:1px solid #ddd}

.board-wrap.detail .periods{border-top:1px solid #000;}
.board-wrap.detail .periods .ov{padding:25px 225px 25px 45px; position:relative;}
.board-wrap.detail .periods h3{font-size:20px; color:#000; line-height:1.3em; font-weight:400;}
.board-wrap.detail .periods .date{position:absolute; right:45px; top:25px; font-size:16px; color:#000; line-height:1.5em;font-weight:400}
.board-wrap.detail .periods ul{border-top:1px solid #ddd;font-size:0;text-align:right; padding:25px 45px; position:relative;}
.board-wrap.detail .periods ul:after{display:block; content:"";clear:both;}
.board-wrap.detail .periods li{position:relative;display:inline-block;vertical-align:top;font-size:15px; color:#777; line-height:1.5em;}
.board-wrap.detail .periods li:first-child{position:absolute; left:45px; top:25px;}
.board-wrap.detail .periods li:nth-child(n+3){margin-left:24px;}
.board-wrap.detail .periods li:nth-child(n+3):before{width:1px;height:14px; top:50%;margin-top:-6px; background:#ddd; position:absolute; left:-13px; display:block; content:""}

	@media only screen and (max-width:1200px){
		.board-wrap.detail .periods .ov{padding:25px 225px 25px 40px}
		.board-wrap.detail .periods h3{font-size:18px;} 
		.board-wrap.detail .periods .date{font-size:15px;}
		.board-wrap.detail .periods ul{padding:25px 40px;}
		.board-wrap.detail .periods li{font-size:14px;}
		.board-wrap.detail .periods li:first-child{left:40px;}
	}
	@media only screen and (max-width:999px){
		.board-wrap.detail .periods .ov{padding:25px 30px 15px 30px}
		.board-wrap.detail .periods h3{font-size:17px;}
		.board-wrap.detail .periods .date{font-size:14px; color:#777; position:relative; right:auto; top:auto; margin-top:5px;}
		.board-wrap.detail .periods ul{ border-top:0;padding:20px 30px; padding-top:0;text-align:left;}
		.board-wrap.detail .periods li{font-size:13px;}
		.board-wrap.detail .periods li:first-child{float:left;left:auto; position:relative; top:auto; display:block;;}
		.board-wrap.detail .periods li:nth-child(n+2){margin-left:20px;}
		.board-wrap.detail .periods li:nth-child(n+2):before{width:1px;height:11px; top:50%;margin-top:-4px; background:#ddd; position:absolute; left:-7px; display:none; content:""}
	}
	@media only screen and (max-width:680px){
		.board-wrap.detail .periods .ov{padding:20px 20px 10px 20px}
		.board-wrap.detail .periods ul{padding:15px 20px; padding-top:0;}
	}
	@media only screen and (max-width:480px){
		.board-wrap.detail .periods .ov{padding:20px 15px 10px 15px}
		.board-wrap.detail .periods ul{padding:15px 15px; padding-top:0;}
		.board-wrap.detail .periods li{}
	}

.board-wrap.detail .tits{border-top:1px solid #000;padding:45px 45px;}
.board-wrap.detail .tits h3{font-size:26px; color:#000; line-height:1.3em; font-weight:400;}
.board-wrap.detail .tits ul{margin-top:20px}
.board-wrap.detail .tits ul:after{display:block; content:"";clear:both;}
.board-wrap.detail .tits li{position:relative;float:left;font-size:15px; color:#777; line-height:1.5em;}
.board-wrap.detail .tits li:nth-child(n+2){margin-left:24px;}
.board-wrap.detail .tits li:nth-child(n+2):before{width:1px;height:14px; top:50%;margin-top:-6px; background:#ddd; position:absolute; left:-13px; display:block; content:""}

.board-wrap.detail .cons{border-top:1px solid #ddd; min-height:200px; padding:45px 45px;font-size:16px; color:#666; line-height:1.5em;}
	@media only screen and (max-width:1200px){
		.board-wrap.detail .tits{padding:40px}
		.board-wrap.detail .tits h3{font-size:22px;}
		.board-wrap.detail .tits ul{margin-top:15px}
		.board-wrap.detail .tits li{font-size:14px;}
		.board-wrap.detail .cons{padding:40px; font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.board-wrap.detail .tits{padding:30px}
		.board-wrap.detail .tits h3{font-size:18px;}
		.board-wrap.detail .tits ul{margin-top:10px}
		.board-wrap.detail .tits li{font-size:13px;}
		.board-wrap.detail .tits li:nth-child(n+2){margin-left:16px;}
		.board-wrap.detail .tits li:nth-child(n+2):before{left:-9px; height:12px; margin-top:-5px;}
		.board-wrap.detail .cons{padding:30px; font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.board-wrap.detail .tits{padding:20px}
		.board-wrap.detail .tits h3{font-size:17px;}
		.board-wrap.detail .cons{padding:20px; font-size:13px; min-height:190px;}
		.board-wrap.detail .cons img {width:100%!important;}
	}
	@media only screen and (max-width:480px){
		.board-wrap.detail .tits{padding:20px 15px}
		.board-wrap.detail .cons{padding:20px 15px}
		.board-wrap.detail .cons img {width:100%!important;}
	}


/* 특허테이블 추가 */
.board-wrap.detail .patent{border-top:1px solid #000;}
.board-wrap.detail .patent .ov{padding:25px 225px 25px 45px; position:relative;}
.board-wrap.detail .patent h3{font-size:20px; color:#000; line-height:1.3em; font-weight:400;}
.board-wrap.detail .patent .date{position:absolute; right:45px; top:25px; font-size:16px; color:#000; line-height:1.5em;font-weight:400}
.board-wrap.detail .patent ul{border-top:1px solid #ddd;font-size:0;text-align:left; padding:25px 45px; position:relative;}
.board-wrap.detail .patent ul:after{display:block; content:"";clear:both;}
.board-wrap.detail .patent li{position:relative;display:inline-block;vertical-align:top;font-size:15px; color:#777; line-height:1.5em;}


	@media only screen and (max-width:1200px){
		.board-wrap.detail .patent .ov{padding:25px 225px 25px 40px}
		.board-wrap.detail .patent h3{font-size:18px;} 
		.board-wrap.detail .patent .date{font-size:15px;}
		.board-wrap.detail .patent ul{padding:25px 40px;}
		.board-wrap.detail .patent li{font-size:14px;}
		.board-wrap.detail .patent li:first-child{left:40px;}
	}
	@media only screen and (max-width:999px){
		.board-wrap.detail .patent .ov{padding:25px 30px 15px 30px}
		.board-wrap.detail .patent h3{font-size:17px;}
		.board-wrap.detail .patent .date{font-size:14px; color:#777; position:relative; right:auto; top:auto; margin-top:5px;}
		.board-wrap.detail .patent ul{ border-top:0;padding:20px 30px; padding-top:0;text-align:left;}
		.board-wrap.detail .patent li{font-size:13px;}
		.board-wrap.detail .patent li:first-child{float:left;left:auto; position:relative; top:auto; display:block;}
		.board-wrap.detail .patent li:nth-child(n+2){margin-left:20px;}
		.board-wrap.detail .patent li:nth-child(n+2):before{width:1px;height:11px; top:50%;margin-top:-4px; background:#ddd; position:absolute; left:-7px; display:none; content:""}
	}
	@media only screen and (max-width:680px){
		.board-wrap.detail .patent .ov{padding:20px 20px 10px 20px}
		.board-wrap.detail .patent ul{padding:15px 20px; padding-top:0;}
	}
	@media only screen and (max-width:480px){
		.board-wrap.detail .patent .ov{padding:20px 15px 10px 15px}
		.board-wrap.detail .patent ul{padding:15px 15px; padding-top:0;}
		.board-wrap.detail .patent li{}
	}

/* 특허테이블 추가 */

.board-wrap.detail .files{border-top:1px solid #ddd; padding:25px 45px;}
.board-wrap.detail .files li {}
.board-wrap.detail .files li:nth-child(n+2){margin-top:5px;}
.board-wrap.detail .files li a{background:url(../img/sub/ico-down02.jpg) no-repeat left 4px;padding-left:50px;font-size:16px; color:#666; line-height:25px;display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: background 0s ease-in-out;-moz-transition: background 0s ease-in-out;-o-transition:background 0s ease-in-out;transition:background 0s ease-in-out;}
.board-wrap.detail .files li a:hover{color:#111; text-decoration:underline}

.board-wrap.detail .others{ border-top:1px solid #ddd}
.board-wrap.detail .others li{ position:relative; padding:20px 20px 20px 145px}
.board-wrap.detail .others li:nth-child(n+2){border-top:1px solid #ddd;}
.board-wrap.detail .others li .btxt{padding-left:45px;font-size:16px; color:#666; line-height:25px; position:absolute; left:0; top:20px;}
.board-wrap.detail .others li a{font-size:16px; color:#666; line-height:25px;display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.board-wrap.detail .others li a:hover{color:#111; text-decoration:underline}
	@media only screen and (max-width:1200px){
		.board-wrap.detail .files{padding:20px 40px;}
		.board-wrap.detail .files li a{font-size:15px; padding-left:45px;}
		
		.board-wrap.detail .others li{padding:20px 20px 20px 135px}
		.board-wrap.detail .others li .btxt{padding-left:40px; font-size:15px; top:20px;}
		.board-wrap.detail .others li a{font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.board-wrap.detail .files{padding:20px 20px;}
		.board-wrap.detail .files li a{font-size:14px; padding-left:35px;background-size:17px auto;background-position:left 2px; line-height:20px;}
		
		.board-wrap.detail .others li{padding:12px 15px 12px 115px}
		.board-wrap.detail .others li .btxt{padding-left:35px;left:10px; font-size:14px;top:12px; background:url(../img/sub/mpage-prev.jpg) no-repeat 15px center;}
		.board-wrap.detail .others li:nth-child(2) .btxt{background:url(../img/sub/mpage-next.jpg) no-repeat 15px center;}
		.board-wrap.detail .others li a{font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.board-wrap.detail .files{padding:15px 20px;}
		.board-wrap.detail .files li:nth-child(n+2){margin-top:2px;}
		.board-wrap.detail .files li a{font-size:13px; padding-left:25px;background-size:13px auto;background-position:left 4px;}
		
		.board-wrap.detail .others li{padding:12px 15px 12px 95px}
		.board-wrap.detail .others li .btxt{padding-left:35px; font-size:13px; left:5px;}
		
		.board-wrap.detail .others li a{font-size:13px;}
	}
	@media only screen and (max-width:480px){
		 .board-wrap.detail .files{padding:15px 13px;}
		
		 .board-wrap.detail .others li{}
		 .board-wrap.detail .others li .btxt{ left:0}
	}


/* =====================================
   board-wrap.write
===================================== */
.board-wrap.write{}
.board-wrap.write .nec-ex{position:absolute; right:0; top:-30px; font-size:14px; background:url(../img/sub/ico-nec.jpg) no-repeat left center; padding-left:15px; line-height:30px; color:#666; }
.board-wrap.write .write{position:relative;border-top:1px solid #000;}
.board-wrap.write .write li{padding:10px 10px 10px 225px; position:relative;border-bottom:1px solid #ddd; min-height:50px;}
.board-wrap.write .write li .btxt{font-size:16px; color:#000;line-height:50px; position:absolute;left:0 ;top:10px; padding-left:40px;}
.board-wrap.write .write li .btxt.nec span{display:inline-block;position:relative;}
.board-wrap.write .write li .btxt.nec span:after{width:11px;height:10px; position:absolute; right:-15px; top:50%;margin-top:-5px; background:url(../img/sub/ico-nec.jpg) no-repeat center center; display:block;content:""}
.board-wrap.write .write li .chk-input{width:100%;}
.board-wrap.write .write li .chk-input.w50p{width:50%}

.board-wrap.write .file-info{padding-left:123px; position:relative;max-width:50%;}
.board-wrap.write .file-info input[type="file"]{display:none;}
.board-wrap.write .file-info .chk-input{display:block;width:100%; box-sizing:border-box;}
.board-wrap.write .file-info .chk-input input[type="text"]{}
.board-wrap.write .file-info .chk-input.active{ }
.board-wrap.write .file-info .chk-input.active input[type="text"]{}
.board-wrap.write .file-info.active label{display:none}
.board-wrap.write .file-info.active .file-delete{display:block;}
.board-wrap.write .file-info label{position:absolute;font-weight:400; left:0; top:0;display:block; font-size:16px; letter-spacing:-0.03em; line-height:40px;background:#888; min-width:124px; color:#fff;text-align:center;}
.board-wrap.write .file-info .file-delete{position:absolute;font-weight:400; left:0; top:0;margin-left:3px;display:none; font-size:16px; letter-spacing:-0.03em; line-height:48px; background:#fff;border:1px solid #1e1e1e; min-width:122px; color:#111;text-align:center;}
	@media only screen and (max-width:1200px){
		.board-wrap.write .write li{padding-left:185px;}
		.board-wrap.write .write li .btxt{font-size:15px;}

		.board-wrap.write .file-info label{font-size:15px; }
		.board-wrap.write .file-info .file-delete{font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.board-wrap.write .write li{padding-left:145px; min-height:45px;}
		.board-wrap.write .write li .btxt{font-size:14px;line-height:45px;}

		.board-wrap.write .file-info{padding-left:103px;}
		.board-wrap.write .file-info label{font-size:14px; line-height:45px; min-width:104px;}
		.board-wrap.write .file-info .file-delete{line-height:43px; font-size:14px; min-width:102px;}
	}
	@media only screen and (max-width:680px){
		.board-wrap.write .write li{min-height:40px; padding-left:0; padding:15px 10px;}
		.board-wrap.write .write li .btxt{line-height:1.2em;margin-bottom:10px; padding-left:0; position:relative; left:auto; top:auto;}
		.board-wrap.write .write li .chk-input.w50p{width:100%}

		.board-wrap.write .file-info{padding-left:83px;max-width:none}
		.board-wrap.write .file-info label{line-height:40px;min-width:84px; font-size:13px;}
		.board-wrap.write .file-info .file-delete{line-height:38px;min-width:82px; font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.board-wrap.write .file-info{padding-left:74px;}
		.board-wrap.write .file-info label{min-width:75px;}
		.board-wrap.write .file-info .file-delete{min-width:73px;}
	}

/* =====================================
   layer-wrap.company
===================================== */
.layer-wrap.company{position:fixed; width:96%; max-width:680px; display:none;left:50% !important; top:50% !important;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.layer-wrap.company .is-top{position:relative; min-height:50px;} /*background:#ededed; padding:40px 110px 40px 60px; */
.layer-wrap.company .is-top .close{background:url(../img/layout/bt-mnclose.png) no-repeat center center; width:24px;height:23px; position:absolute; right:20px;top:20px;}
.layer-wrap.company .is-con{padding:40px 60px 60px 60px;}
.layer-wrap.company .is-con .img img{width:100%; object-fit:cover;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.layer-wrap.company .is-top .close{background-size:20px auto; right:17px; top:17px;}
		.layer-wrap.company .is-con{padding:20px 40px 40px 40px;}
		.layer-wrap.company .is-con .img img{  object-fit:fill; height:auto;}
	}
	@media only screen and (max-width:480px){
		.layer-wrap.company .is-top p{font-size:15px;}
		.layer-wrap.company .is-con{padding:25px 25px 25px 25px;}
	}	


/* =====================================
   scene-wrap
===================================== */
.scene-wrap{min-height:746px; position:relative; padding-left:435px;}
.scene-wrap:after{display:block; content:"";clear:both;}
.scene-wrap .list{}
.scene-wrap .list table{table-layout:fixed;border-top:1px solid #000}
.scene-wrap .list table thead th{text-align:center; border-bottom:1px solid #ddd; font-size:16px; color:#333; font-weight:400;padding:15px 5px;}
.scene-wrap .list table tbody td{text-align:center; border-bottom:1px solid #ddd; font-size:15px; color:#666; font-weight:400;padding:15px 5px;}
.scene-wrap .list table tbody tr.notice td:first-child{color:#111}
.scene-wrap .list table tbody tr.notice td.l a{color:#111 !important}
.scene-wrap .list table tbody td.l{text-align:left;}
.scene-wrap .list table tbody td.l a{display:block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color:#666 }
.scene-wrap .list table tbody td.l a:hover{color:#111;text-decoration:underline}

.scene-wrap .local-map {position:absolute; left:0; top:0; width:400px;height: 746px;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.scene-wrap{min-height:auto; padding-left:0;}
		.scene-wrap .local-map {display:none;}
	}
	@media only screen and (max-width:680px){
		.scene-wrap .list table colgroup col:nth-child(1){display:none;}
		.scene-wrap .list table colgroup col:nth-child(2){width:60px}
		.scene-wrap .list table colgroup col:nth-child(4){display:none;}
		.scene-wrap .list table thead th{font-size:14px;padding:12px 5px;}
		.scene-wrap .list table tbody td{font-size:14px;padding:12px 5px;}
		.scene-wrap .list table thead tr th:nth-child(1){display:none;}
		.scene-wrap .list table thead tr th:nth-child(4){display:none;}
		.scene-wrap .list table tbody tr td:nth-child(1){display:none;}
		.scene-wrap .list table tbody tr td:nth-child(4){display:none;}
	}
	@media only screen and (max-width:480px){
		.scene-wrap .list table thead th{font-size:14px;}
		.scene-wrap .list table tbody td{font-size:13px;}
	}


#all-map {padding:38px 0 0 0;background-color: #f9f9f9;}
#all-map .tit {padding-left: 28px;font-size: 26px;margin-bottom: 10px; color:#000;letter-spacing:-0.03em;}
#all-map .txt {padding-left: 28px;font-size: 15px;color:#555;}
#all-map ul {position:relative;width: 294px;height:570px;margin: 0 auto;margin-top: 27px;background:url("../img/Content/all-map.png") no-repeat 0 0;}
#all-map ul li {cursor:pointer;position:absolute;top:0;left:0;  background:url("../img/Content/all-map.png") no-repeat -300px 0px;}
#all-map ul li a {display: inline-block;position: absolute;font-size:13px;padding: 4px 10px;background-color: #004098;border-radius: 5px;color: #fff;text-align:center;opacity: 0;visibility: hidden;-webkit-transition-duration: 0.2s;-moz-transition-duration: 0.2s;-ms-transition-duration: 0.2s;-o-transition-duration: 0.2s;transition-duration: 0.2s;}
#all-map ul li:hover a,
#all-map ul li.on a {opacity: 1;visibility: visible;}

#all-map ul li.gangwon {width:190px;height:167px;top: 0px;left: 83px;z-index:10;}
#all-map ul li.gangwon a {top: 68px;left: 101px;}
#all-map ul li.gangwon:hover,
#all-map ul li.gangwon.on {background-position: 0px -628px;}

#all-map ul li.ganghwa {width:52px;height:37px;top: 48px;left: 32px;z-index:10;}
#all-map ul li.ganghwa a {}
#all-map ul li.ganghwa:hover,
#all-map ul li.ganghwa.on {background-position: -145px -400px;}

#all-map ul li.gyeonggi {width:108px;height:148px;top: 35px;left: 37px;z-index:10;}
#all-map ul li.gyeonggi a {top: 34px;left: 16px;}
#all-map ul li.gyeonggi:hover,
#all-map ul li.gyeonggi.on {background-position: -228px -628px;}

#all-map ul li.gyeongnam {width:142px;height:110px;top: 289px;left: 127px;z-index:10;}
#all-map ul li.gyeongnam a {top: 41px;left: 27px;}
#all-map ul li.gyeongnam:hover,
#all-map ul li.gyeongnam.on {background-position: -177px -1030px;}

#all-map ul li.gyeongbuk {width:148px;height:167px;top: 155px;left: 146px;z-index:10;}
#all-map ul li.gyeongbuk a {top: 46px;left: 72px;width: 62px;}
#all-map ul li.gyeongbuk:hover,
#all-map ul li.gyeongbuk.on {background-position: -228px -831px;}

#all-map ul li.gwangju {width:30px;height:19px;top: 360px;left: 47px;z-index:20;}
#all-map ul li.gwangju a {width: 68px;top: -30px;left: -26px;}
#all-map ul li.gwangju:hover,
#all-map ul li.gwangju.on {background-position: -322px -1206px;}

#all-map ul li.daegu {width:34px;height:40px;top: 276px;left: 194px;z-index:20;}
#all-map ul li.daegu a {width: 68px;top: 0;left: 0;}
#all-map ul li.daegu:hover,
#all-map ul li.daegu.on {background-position: -368px -1206px;}

#all-map ul li.daejeon {width:23px;height:31px;top: 227px;left: 101px;z-index:20;}
#all-map ul li.daejeon a {width: 68px;top: -28px;left: -38px;}
#all-map ul li.daejeon:hover,
#all-map ul li.daejeon.on {background-position: -425px -1206px;}

#all-map ul li.busan {width: 40px;height:39px;top: 340px;left: 236px;z-index:25;}
#all-map ul li.busan a {width: 78px;top: -16px;left: -18px;}
#all-map ul li.busan:hover,
#all-map ul li.busan.on {background-position: -463px -1206px;}

#all-map ul li.seoul {width: 34px;height: 23px;top: 103px;left: 58px;z-index:25;}
#all-map ul li.seoul a {width: 68px;top: -28px;left: -33px;}
#all-map ul li.seoul:hover,
#all-map ul li.seoul.on {background-position: -73px -1206px;}

#all-map ul li.ulsan {width: 38px;height:38px;top: 307px;left: 246px;z-index:10;}
#all-map ul li.ulsan a {width: 68px;top: 0;left: 0;}
#all-map ul li.ulsan:hover,
#all-map ul li.ulsan.on {background-position: 0px -1206px;}

#all-map ul li.incheon {width: 41px;height:54px;top: 84px;left: 19px;z-index:10;}
#all-map ul li.incheon a {top: -9px;left: -15px;width: 68px;}
#all-map ul li.incheon:hover,
#all-map ul li.incheon.on {background-position: -147px -1206px;}

#all-map ul li.jeollanam {width: 141px;height:123px;top: 334px;left: 2px;z-index:10;}
#all-map ul li.jeollanam a {top: 50px;left: 0;}
#all-map ul li.jeollanam:hover,
#all-map ul li.jeollanam.on {background-position: 0px -831px;}

#all-map ul li.jeollabuk {width: 127px;height: 89px;top: 263px;left: 29px;z-index:10;}
#all-map ul li.jeollabuk a {top: 30px;left: 15px;}
#all-map ul li.jeollabuk:hover,
#all-map ul li.jeollabuk.on {background-position: -416px -831px;}

#all-map ul li.jeju {width: 66px;height:37px;top: 533px;left: 5px;z-index:10;}
#all-map ul li.jeju a {width: 68px;top: -12px;left: 3px;}
#all-map ul li.jeju:hover,
#all-map ul li.jeju.on {background-position: -221px -1206px;}

#all-map ul li.chungnam {width:137px;height: 113px;top: 168px;left: -2px;z-index:10;display: block;}
#all-map ul li.chungnam a {top: 40px;left: 19px;}
#all-map ul li.chungnam:hover,
#all-map ul li.chungnam.on {background-position: 0px -1030px;}

#all-map ul li.chungbuk {width:109px;height:130px;top: 146px;left: 103px;z-index:10;display: block;}
#all-map ul li.chungbuk a {top: 0;left: 0;}
#all-map ul li.chungbuk:hover,
#all-map ul li.chungbuk.on {background-position: -361px -1030px;}

#all-map ul li.sejong {width:92px;height:31px;top: 127px;left: 61px;z-index:10;z-index:20;}
#all-map ul li.sejong a {top: 0;left: 0;}
#all-map ul li.sejong:hover,
#all-map ul li.sejong.on {background-position: -55px -992px;}




/* =====================================
   layer-wrap.scene
===================================== */
.layer-wrap.scene{position:fixed;width:96%; min-width:310px; max-width:680px; display:none;background:#fff;left:50% !important; top:50% !important;-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.layer-wrap.scene .is-top{background:#ededed; padding:40px 110px 40px 60px; position:relative; }
.layer-wrap.scene .is-top h3{font-size:20px;font-weight:400;color:#000; letter-spacing:-0.03em ;line-height:1.4em;word-break: keep-all;}
.layer-wrap.scene .is-top .close{background:url(../img/sub/layer-close.jpg) no-repeat center center; width:24px;height:23px; position:absolute; right:20px;top:20px; -webkit-transition: transform 0.3s ease-in-out;-moz-transition: transform 0.3s ease-in-out;-o-transition: transform 0.3s ease-in-out;transition: transform 0.3s ease-in-out;}
.layer-wrap.scene .is-top .close:hover{transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -webkit-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); -moz-transform: scale(1,1) rotate(90deg)skew(0,0) translate(0,0); }

.layer-wrap.scene .is-con{padding:20px 60px 60px 60px;}
.layer-wrap.scene .is-con .img{margin-top:30px;}
.layer-wrap.scene .is-con .img img{width:100%; height:366px; object-fit:cover;}
.layer-wrap.scene .is-con ul{}
.layer-wrap.scene .is-con li{position:relative; padding-left:70px;}
.layer-wrap.scene .is-con li .btxt{font-size:15px; color:#000; font-weight:700; line-height:1.2em; position:absolute; left:0; top:0;}
.layer-wrap.scene .is-con li .stxt{font-size:15px; color:#222; font-weight:400; line-height:1.2em; letter-spacing:-0.02em;}
.layer-wrap.scene .is-con li .stxt:nth-child(n+2){margin-top:7px;}
.layer-wrap.scene .is-con li:nth-child(n+2){margin-top:5px;}

.layer-wrap.scene .is-con .line{margin:12px 0 ;background:#ddd; height:1px;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.layer-wrap.scene .is-top{padding:30px 70px 30px 40px; }
		.layer-wrap.scene .is-top h3{font-size:17px;}
		.layer-wrap.scene .is-top .close{background-size:20px auto; right:17px; top:17px;}
		.layer-wrap.scene .is-con{padding:20px 40px 40px 40px;}
		.layer-wrap.scene .is-con .img{margin-top:20px;}
		.layer-wrap.scene .is-con .img img{  object-fit:fill; height:auto;}
		.layer-wrap.scene .is-con li .btxt{font-size:14px;}
		.layer-wrap.scene .is-con li .stxt{font-size:14px;}
	}
	@media only screen and (max-width:480px){
		.layer-wrap.scene .is-top{padding:25px 50px 25px 25px; }
		.layer-wrap.scene .is-con{padding:25px 25px 25px 25px;}
		.layer-wrap.scene .is-con li .btxt{font-size:13px;}
		.layer-wrap.scene .is-con li .stxt{font-size:13px;}
		
	}



/* =====================================
   private
===================================== */

 .private{margin-top:55px;}
 .private .scroll{border:1px solid #d9d9d9; padding:35px; max-height:195px; box-sizing:border-box; overflow-y:auto;}
 .private .scroll p{font-size:15px; font-weight:400; line-height:1.7em; color:#666;word-break: keep-all;}
 .private .agrees{margin-top:25px; text-align:right;}
 .private .tit {font-size:21px;margin-bottom:15px; font-weight:400;}

 @media only screen and (max-width:1200px) {
		 .private .scroll{padding:25px;}
		.private .tit {font-size:21px;margin-bottom:15px;}
	}

	@media only screen and (max-width:999px) {
	 .private .tit{font-size:18px;margin-bottom:10px;}
		 .private{margin-top:35px;}
		.private .scroll{padding:20px;}
		.private .scroll p{font-size:14px}
		.private .agrees{margin-top:15px;}

	}

	@media only screen and (max-width:680px) {
.private  .tit{font-size:16px;}
		 .private .scroll{padding:20px 15px;}
		 .private .scroll p{font-size:13px}
	}

	/* =====================================
   gallery-wrap.list
===================================== */
.gallery-wrap.list{padding-top:0px;}
.gallery-wrap.list .list{}
.gallery-wrap.list .list ul{margin:0 -1%}
.gallery-wrap.list .list ul:after{display:block; content:"";clear:both}
.gallery-wrap.list .list li{float:left; width:23%; margin:0 1%; position:relative;}
.gallery-wrap.list .list li:nth-child(n+5){margin-top:2%}
.gallery-wrap.list .list li a{height:310px; display:block; }
.gallery-wrap.list .list li .img{ position:relative;overflow:hidden; border-radius:20px 20px 0px 0px;}
.gallery-wrap.list .list li .img img{height:200px; width:100%;object-fit:cover;-webkit-transition: transform 0.6s ease-out;-moz-transition: transform 0.6s ease-out;-o-transition: transform 0.6s ease-out;transition: transform 0.6s ease-out;}

.gallery-wrap.list .list li .movie:after{width:100%;height:100%; position:absolute; left:0; top:0; display:block;background:url(../img/Main/movie-play.png) no-repeat center center; display:block; content:""; opacity:1;-webkit-transition: opacity 0.3s ease-out;-moz-transition: opacity 0.3s ease-out;-o-transition: opacity 0.3s ease-out;transition: opacity 0.3s ease-out;}

.gallery-wrap.list .list li .txt{border:1px solid #d0d0d0; border-top:none; height:111px; box-sizing:border-box; padding:20px 20px; position:relative;  border-radius: 0px 0px 20px 20px;}
.gallery-wrap.list .list li .btxt{font-size:17px; color:#000; line-height:1.3em;}
.gallery-wrap.list .list li .stxt{margin-top:17px;font-size:16px; color:#666; line-height:1.3em;}
.gallery-wrap.list .list li .ctxt{margin-top:10px;font-size:15px; color:#666; line-height:1.3em;}

.gallery-wrap.list .list li a:hover .img img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1);}

/*.gallery-wrap.list .list li a:before{width:0;height:1px; background:#000;position:absolute; z-index:5; left:0; top:0; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}
.gallery-wrap.list .list li a:after{width:0;height:1px;background:#000; position:absolute; z-index:5;right:0; bottom:0; display:block; content:"";-webkit-transition: width 0.4s ease-out;-moz-transition: width 0.4s ease-out;-o-transition: width 0.4s ease-out;transition: width 0.4s ease-out;}

.gallery-wrap.list .list li:before{width:1px;height:0;background:#000; position:absolute; z-index:5;right:0; top:0; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;}
.gallery-wrap.list .list li:after{width:1px;height:0;background:#000; position:absolute; z-index:5;left:0; bottom:0; display:block; content:"";-webkit-transition: height 0.4s ease-out;-moz-transition: height 0.4s ease-out;-o-transition: height 0.4s ease-out;transition: height 0.4s ease-out;} */

.gallery-wrap.list .list li:hover a:before{width:100%;}
.gallery-wrap.list .list li:hover a:after{width:100%;}

.gallery-wrap.list .list li:hover:before{height:100%;}
.gallery-wrap.list .list li:hover:after{height:100%;}
	@media only screen and (max-width:1200px){
		.gallery-wrap.list .list li{width:31.33333%}
		.gallery-wrap.list .list li:nth-child(n+4){margin-top:3%}
		.gallery-wrap.list .list li a{height:371px;}
		.gallery-wrap.list .list li .img img{height:200px;}
		.gallery-wrap.list .list li .txt{ padding:25px 20px}
		.gallery-wrap.list .list li .btxt{font-size:17px;}
		.gallery-wrap.list .list li .stxt{margin-top:15px;font-size:13px;}
		.gallery-wrap.list .list li .ctxt{margin-top:5px;font-size:13px; }
	}
	@media only screen and (max-width:999px){
		.gallery-wrap.list{padding-top:20px;}
		.gallery-wrap.list .list li{width:48%}
		.gallery-wrap.list .list li:nth-child(n+3){margin-top:3%}
		.gallery-wrap.list .list li a{height:auto;}
		.gallery-wrap.list .list li .img img{object-fit:fill;height:auto}

		.gallery-wrap.list .list li .txt{ padding:20px 15px; height:auto; min-height:125px;}
		.gallery-wrap.list .list li .btxt{font-size:15px;}
		.gallery-wrap.list .list li .stxt{margin-top:10px;}
	}
	@media only screen and (max-width:680px){
		.gallery-wrap.list{padding-top:10px;}
		.gallery-wrap.list .list ul{margin:0}
		.gallery-wrap.list .list li{width:auto; margin:0; float:none;}
		.gallery-wrap.list .list li:nth-child(n+2){margin-top:3%}
		.gallery-wrap.list .list li a{height:auto;}
		.gallery-wrap.list .list li .img img{object-fit:fill;height:auto}
		.gallery-wrap.list .list li .txt{ padding:20px 15px; height:auto;min-height:90px;}
		
	}
	@media only screen and (max-width:480px){
		.gallery-wrap.list{padding-top:0;}
		
	}


/* =====================================
   .counsel-wrap
===================================== */
.counsel-wrap{padding-bottom:50px;  max-width:1160px; margin:0 auto;position:relative;}
.counsel-wrap h4{font-size:24px;color:#333; line-height:1.2em; font-weight:600; margin-bottom:20px;  font-family: 'NanumSquareRound',sans-serif;}
.counsel-wrap .entry{border-top:1px solid #000; position:relative;}
.counsel-wrap .entry .nec-ex{position:absolute; right:0; top:-35px; font-size:14px; background:url(../img/sub/ico-nec.jpg) no-repeat left center; padding-left:15px; line-height:16px; color:#666; }
.counsel-wrap .entry li{ position:relative; padding:11px 11px 11px 230px; min-height:60px; box-sizing:border-box;border-bottom:1px solid #ddd}
.counsel-wrap .entry li .btxt{padding-left:44px; line-height:24px; font-size:16px; color:#000; position:absolute; left:0; top:50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}
.counsel-wrap .entry li .btxt.nec span{display:inline-block;position:relative;}
.counsel-wrap .entry li .btxt.nec span:after{width:11px;height:10px; position:absolute; right:-15px; top:50%;margin-top:-5px; background:url(../img/sub/ico-nec.jpg) no-repeat center center; display:block;content:""}

.counsel-wrap .entry li .stxt{}
.counsel-wrap .entry li .mg7t{margin-top:7px}

.counsel-wrap .entry li .w400{width:400px;}
.counsel-wrap .entry li .w120{width:120px;}
.counsel-wrap .entry li .field{font-size:0; position:relative;}
.counsel-wrap .entry li .field:after{display:block; content:"";clear:both;}
.counsel-wrap .entry li .field .ctxt{display:inline-block;vertical-align:top; font-size:15px; color:#000; line-height:48px; width:6%; text-align:center;}

.counsel-wrap .entry li .field.gender{padding:7px 0 7px 180px}
.counsel-wrap .entry li .field.gender .chk-radio:nth-child(n+2){margin-left:15px;}
.counsel-wrap .entry li .field.gender .rtxt{line-height:48px; font-size:16px; color:#666; position:absolute; left:0; top:50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}

.counsel-wrap .entry li .field.birth{display:inline-block;vertical-align:top;}
.counsel-wrap .entry li .field.birth .ctxt{width:25px;}

.counsel-wrap .entry li .field.years{display:inline-block;vertical-align:top;margin-left:20px;padding:14px 0 0 0}
.counsel-wrap .entry li .field.years .chk-radio:nth-child(n+2){margin-left:15px;}

.counsel-wrap .entry li .field.phone{}
.counsel-wrap .entry li .field.phone .ctxt{width:25px;}

.counsel-wrap .entry li .field.addr{}
.counsel-wrap .entry li .field.addr .w120{display:inline-block;vertical-align:top;}
.counsel-wrap .entry li .field.addr .post-find{display:inline-block;vertical-align:top;margin-left:10px; border:1px solid #000; line-height:38px; height:40px; box-sizing:border-box; width:112px; text-align:center; color:#666; font-size:14px;border-radius: 5px;}
.counsel-wrap .entry li .field.addr .post-find:hover{background:#000; color:#fff;}

.counsel-wrap .entry li .field.roots{padding:14px 0 0 0}
.counsel-wrap .entry li .field.roots .chk-check:nth-child(n+2){margin-left:35px;}

.counsel-wrap .entry li .field.autos{max-width:1000px}
.counsel-wrap .entry li .field.autos .chk-input{padding-left:90px}
.counsel-wrap .entry li .field.autos .vtxt{line-height:48px; font-size:16px; color:#666; position:absolute; left:0; top:50%;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%); -o-transform:  translateY(-50%);transform: translateY(-50%);}


.counsel-wrap .private{margin-top:55px;}
.counsel-wrap .private .scroll{border:1px solid #d9d9d9; padding:35px; max-height:195px; box-sizing:border-box; overflow-y:auto;}
.counsel-wrap .private .scroll p{font-size:15px; font-weight:400; line-height:1.7em; color:#666;word-break: keep-all;}
.counsel-wrap .private .agrees{margin-top:25px; text-align:right;}

.counsel-wrap .lower{margin-top:5px; text-align:center; font-size:0;}
.counsel-wrap .lower a:nth-child(n+2){margin-left:5px;}
	@media only screen and (max-width:1200px) {
		.counsel-wrap h4{font-size:21px;margin-bottom:15px;}
		.counsel-wrap .entry li{padding-left:200px;}
		.counsel-wrap .entry li .field .ctxt{line-height:45px;}
		.counsel-wrap .entry li .field.addr .post-find{line-height:43px;height:45px; width:115px;}
		.counsel-wrap .entry li .field.autos .vtxt{line-height:45px; font-size:15px;}
	
		.counsel-wrap .private .scroll{padding:25px;}
	}
	@media only screen and (max-width:999px) {
		.counsel-wrap h4{font-size:18px;margin-bottom:10px;}
		.counsel-wrap .entry .nec-ex{display:none;}

		.counsel-wrap .entry li{padding:15px 15px}
		.counsel-wrap .entry li .btxt{line-height:1.2em; position:relative; left:auto; top:auto; padding:0; margin-bottom:15px;-webkit-transform: translateY(0); -moz-transform: translateY(0);-ms-transform: translateY(0); -o-transform:  translateY(0);transform: translateY(0);}
		.counsel-wrap .entry li .field .ctxt{line-height:40px;}
		.counsel-wrap .entry li .field.gender{padding:0 0 0 0}
		.counsel-wrap .entry li .field.roots{padding:0 0 0 0}
		.counsel-wrap .entry li .field.years{padding-top:12px;}

		.counsel-wrap .private{margin-top:35px;}
		.counsel-wrap .private .scroll{padding:20px;}
		.counsel-wrap .private .scroll p{font-size:14px}
		.counsel-wrap .private .agrees{margin-top:15px;}
		
		.counsel-wrap .lower{margin-top:25px;}
	}
	@media only screen and (max-width:680px) {
		.counsel-wrap h4{font-size:16px;}
		
		.counsel-wrap .entry li{padding:15px 10px}
		.counsel-wrap .entry li .w400{width:100%;}
		.counsel-wrap .entry li .btxt{font-size:15px;}
		.counsel-wrap .entry li .field.birth{display:block;}
		.counsel-wrap .entry li .field.birth .w120{width:30%;}
		.counsel-wrap .entry li .field.birth .ctxt{width:5%;}

		.counsel-wrap .entry li .field.years{display:block; margin-left:0; margin-top:10px; padding-top:0}

		.counsel-wrap .entry li .field.phone .w120{width:30%;}
		.counsel-wrap .entry li .field.phone .ctxt{width:5%;}
		
		.counsel-wrap .entry li .field.roots .chk-check{width:50%;}
		.counsel-wrap .entry li .field.roots .chk-check:nth-child(n+2){margin-left:0;}
		.counsel-wrap .entry li .field.roots .chk-check:nth-child(n+3){margin-top:10px;}
	
		.counsel-wrap .entry li .field.addr .post-find{line-height:38px;height:40px; width:100px; font-size:13px;}
		
		.counsel-wrap .entry li .field.autos .chk-input{padding-left:80px}
		.counsel-wrap .entry li .field.autos .vtxt{font-size:14px;}

		.counsel-wrap .private .scroll{padding:20px 15px;}
		.counsel-wrap .private .scroll p{font-size:13px}
		.counsel-wrap .entry li .field.gender{padding: 7px 0 7px 200px;}
	}
	@media only screen and (max-width:480px) {
		.counsel-wrap .entry li .field.autos .chk-input{padding-left:70px}

		.counsel-wrap .entry li .field.roots .chk-check{width:100%;}
		.counsel-wrap .entry li .field.gender .rtxt{font-size:14px; color:#666; left:0;}
		.counsel-wrap .entry li .field.gender{padding: 7px 0 7px 180px;}

	}





/*=======================================================
  program-wrap
=========================================================*/
.program-wrap{position:relative;}
.program-wrap .gap80{height:80px;}
.program-wrap .paging-wrap{margin-top:20px;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.program-wrap .gap80{height:50px;}
	}
	@media only screen and (max-width:680px){
		
	}
	@media only screen and (max-width:480px){
		.program-wrap .gap80{height:30px;}
	}


.program-wrap .lists{margin-top:60px;}
.program-wrap .lists .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists .search .chk-input{width:100%;}
.program-wrap .lists .search .chk-input input{height:50px; padding:0 20px; font-size:16px;border:none; display:block;background:none; border:1px solid #d6d6d6; border-right:0;color:#111 !important; width:100%;}
.program-wrap .lists .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists .search .enter{width:55px;height:50px; position:Absolute;right:0; top:0;background:url(../img/Sub/search-enter.png) no-repeat center center #565656;border:none;} 
.program-wrap .lists .search .enter:hover{background-color:#111 !important}

.program-wrap .lists .filter{position:relative;margin-top:64px; }
.program-wrap .lists .filter .total{line-height:35px;font-size:16px; color:#111; display:inline-block;vertical-align:top;}
.program-wrap .lists .filter .total span{color:#fe6c00;}
.program-wrap .lists .filter .abr{position:absolute; right:0; top:0; padding-right:84px; padding-top:3px;}
.program-wrap .lists .filter .abr .chk-radio:nth-child(n+2){margin-left:17px;}
.program-wrap .lists .filter .enter{width:100px; line-height:30px; border:1px solid #2f68c2; text-align:center; font-size:14px; background:#2f68c2; color:#fff; position:absolute; right:0; top:0; border-radius: 5px; margin-bottom:15px;}
.program-wrap .lists .filter .enter:hover{background:#fff; color:#2f68c2;  border:1px solid #2f68c2;}

.program-wrap .lists .list{margin-top:17px;}
.program-wrap .lists .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists .list table thead th{background:#fbfbfb;border-bottom:1px solid #aaaaaa;text-align:center; font-size:16px; color:#111;line-height:1.4em; font-weight:400; padding:15px 10px 17px 10px;}
.program-wrap .lists .list table tbody td{font-size:15px; color:#111;line-height:1.4em;padding:10px 10px 10px 10px; border-bottom:1px solid #ddd;text-align:center;}
.program-wrap .lists .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists .list table tbody tr{}
.program-wrap .lists .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists .list table thead th{font-size:15px;}
		.program-wrap .lists .list table tbody td{font-size:14px;}

		.program-wrap .lists .filter .enter{font-size:14px;}
	}
	@media only screen and (max-width:999px){
		.program-wrap .u-tab01{display:none;}
		.program-wrap .lists .search{padding-right:45px;}
		.program-wrap .lists .search .chk-input input{height:45px; font-size:15px; padding:0 15px;}
		.program-wrap .lists .search .enter{width:45px;height:45px;}

		.program-wrap .lists .filter{margin-top:40px;}
		.program-wrap .lists .filter .total{font-size:15px;}
		
		.program-wrap .lists{margin-top:40px;}
		.program-wrap .lists .list table{display:block; border-bottom:1px solid #d7d7d7;table-layout:auto}
		.program-wrap .lists .list table colgroup{display:none}
		.program-wrap .lists .list table thead{display:none;}
		.program-wrap .lists .list table tbody tr{display:block; padding:17px 15px 17px 130px; position:relative;}
		.program-wrap .lists .list table tbody tr:after{display:block;content:"";clear:both;}
		.program-wrap .lists .list table tbody tr:hover{background:none}
		.program-wrap .lists .list table tbody tr:nth-child(n+2){border-top:1px solid #ededed}
		.program-wrap .lists .list table tbody td{display:block; position:relative; border:none; padding:0; width:100%;box-sizing:border-box; text-align:left;font-size:13px;padding-left:90px;}
		.program-wrap .lists .list table tbody td:before{position:absolute; left:0; top:0; display:block; content:""}
		.program-wrap .lists .list table tbody td.l{padding:0;text-align:left;}
		
		.program-wrap .lists .list table tbody tr td:nth-child(n+4){margin-top:7px;}
		.program-wrap .lists .list table tbody tr td:nth-child(1){display:none;}
		.program-wrap .lists .list table tbody tr td:nth-child(2){position:absolute; left:15px; top:17px; width:90px;padding-left:0;}
		.program-wrap .lists .list table tbody tr td:nth-child(3){ padding-left:90px;}

		.program-wrap .lists .list table tbody tr td:nth-child(3):before{content:"프로그램명"}
		.program-wrap .lists .list table tbody tr td:nth-child(4):before{content:"운영일자"}
		.program-wrap .lists .list table tbody tr td:nth-child(5):before{content:"운영시간"}
		.program-wrap .lists .list table tbody tr td:nth-child(6):before{content:"접수정원"}
		.program-wrap .lists .list table tbody tr td:nth-child(7):before{content:"접수마감일"}
		.program-wrap .lists .list table tbody tr td:nth-child(8):before{content:"비용"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists .filter .total{line-height:24px;}
		.program-wrap .lists .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists{margin-top:20px;}
		.program-wrap .lists .search{padding-right:40px;}
		.program-wrap .lists .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists .search .enter{width:40px;height:40px;background-size:16px auto;}

		.program-wrap .lists .filter{margin-top:20px;}
		.program-wrap .lists .filter .total{font-size:14px;}

		.program-wrap .lists .list{margin-top:12px;}
		.program-wrap .lists .list table tbody tr{padding-left:110px; padding:17px 0px 17px 130px;}
		.program-wrap .lists .list table tbody td br{display:none}
		.program-wrap .lists .list table tbody tr td:nth-child(2){width:80px;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists .list table tbody tr{padding-left:100px}
		.program-wrap .lists .list table tbody tr td:nth-child(2){width:70px;}
		.program-wrap .lists .list table tbody td{padding-left:85px;}
	}



.program-wrap .details{position:relative; padding-top:27px; border-top:1px solid #111}
.program-wrap .details .vtxt{position:relative; border-top:1px solid #ddd; padding:40px 0 40px 95px;  border-bottom:1px solid #ddd;}
.program-wrap .details .vtxt .btxt{font-size:15px; color:#fb524a; line-height:1.3em; position:absolute; left:10px; top:40px; padding-left:5px;}
.program-wrap .details .vtxt .stxt{font-size:15px; color:#000; line-height:1.3em; letter-spacing:-0.01em;word-break: keep-all;}

.program-wrap .details .img{position:relative; border-top:1px solid #ddd; padding:40px;  border-bottom:1px solid #ddd; text-align:center;}


.program-wrap .details .info:after{display:block; content:"";clear:both;}
.program-wrap .details .fl{float:left; width:46%; position:relative;}
.program-wrap .details .fl .owl-stage-outer{border:1px solid #ddd}
.program-wrap .details .fl .item img{width:100%;}
.program-wrap .details .fl .owl-prev{cursor:pointer;width:42px;height:58px; position:absolute; left:0; top:50%;margin-top:-45px;text-indent:-9999em; background:url(../img/Sub/view-prev.jpg) no-repeat left center;}
.program-wrap .details .fl .owl-next{cursor:pointer;width:42px;height:58px; position:absolute; right:0; top:50%;margin-top:-45px;text-indent:-9999em; background:url(../img/Sub/view-next.jpg) no-repeat right center;}
.program-wrap .details .fl .owl-dots{margin-top:32px; font-size:0;text-align:center;}
.program-wrap .details .fl .owl-dots .owl-dot{cursor:pointer;border-radius:100%; width:10px;height:10px; display:inline-block;vertical-align:top;background:#e4e4e4; margin:0 5px;}
.program-wrap .details .fl .owl-dots .owl-dot.active{background:#111;}

.program-wrap .details .fr{float:right; width:47%;position:relative;}
.program-wrap .details .fr ul{min-height:365px;border-bottom:1px solid #ddd;box-sizing:border-box; padding-top:35px; padding-bottom:35px}
.program-wrap .details .fr li{position:relative; padding-left:180px;}
.program-wrap .details .fr li:nth-child(n+2){margin-top:17px;}
.program-wrap .details .fr li .btxt{font-size:16px; letter-spacing:-0.02em; color:#111; line-height:1.4em;position:absolute; left:0; top:0;}
.program-wrap .details .fr li .stxt{font-size:16px; letter-spacing:-0.02em; color:#555; line-height:1.4em;word-break: keep-all;}
.program-wrap .details .fr li:first-child .btxt{top:4px;}
.program-wrap .details .fr li:first-child .stxt{font-size:20px; color:#111; font-weight:700;}
.program-wrap .details .fr .list-btn{margin-top:30px;display:inline-block;vertical-align:top;background:#888; text-align:center;width:194px;line-height:50px; color:#fff; font-size:16px; letter-spacing:-0.02em;border-radius: 5px;}
.program-wrap .details .fr .list-btn:hover{background:#333}

.program-wrap .details .lower{margin-top:50px; text-align:center;}
	@media only screen and (max-width:1200px){
		.program-wrap .details .fl .owl-dots{margin-top:24px}

		.program-wrap .details .fr ul{ min-height:340px; padding:25px 0}
		.program-wrap .details .fr li:nth-child(n+2){margin-top:12px;}
		.program-wrap .details .fr li:first-child .btxt{top:2px;}
		.program-wrap .details .fr li:first-child .stxt{font-size:18px;}
		.program-wrap .details .fr .list-btn{width:170px; font-size:15px; line-height:45px; }
	}
	@media only screen and (max-width:999px){
		.program-wrap .details .vtxt{padding:30px 0 30px 80px;}
		.program-wrap .details .vtxt .btxt{font-size:14px; left:5px; padding-left:0; top:30px}
		.program-wrap .details .vtxt .stxt{font-size:14px;}
		
		.program-wrap .details .fl .owl-prev{background-size:32px auto;}
		.program-wrap .details .fl .owl-next{background-size:32px auto;}
		
		.program-wrap .details .fr ul{ min-height:300px;  padding:20px 0}
		.program-wrap .details .fr li{padding-left:140px}	
		.program-wrap .details .fr li:nth-child(n+2){margin-top:10px;}
		.program-wrap .details .fr li .btxt{font-size:15px;}
		.program-wrap .details .fr li .stxt{font-size:15px;}

		.program-wrap .details .fr li:first-child .btxt{top:0px;}
		.program-wrap .details .fr li:first-child .stxt{font-size:16px;}
		.program-wrap .details .fr .list-btn{width:150px; font-size:14px; line-height:42px; }


		.program-wrap .details .lower{margin-top:30px;}
	}
	@media only screen and (max-width:840px){
		.program-wrap .details .fl{float:none; width:auto}
		.program-wrap .details .fl .owl-dots{margin-top:17px}

		.program-wrap .details .fr{float:none; width:auto;margin-top:10px; }
		.program-wrap .details .fr ul{ min-height:260px ;padding-top:10px;}
		.program-wrap .details .fr li .btxt{font-size:14px;}
		.program-wrap .details .fr li .stxt{font-size:14px;}
		.program-wrap .details .fr li:first-child .stxt{font-size:15px;}
		.program-wrap .details .fr .list-btn{margin-top:20px;width:auto; display:block;}
	}
	@media only screen and (max-width:680px){
		.program-wrap .details{padding-top:15px}
		.program-wrap .details .vtxt{padding:20px 0 20px 70px;}
		.program-wrap .details .vtxt .btxt{font-size:13px; left:0; padding-left:0; top:20px}
		.program-wrap .details .vtxt .stxt{font-size:13px;}

		.program-wrap .details .fl .owl-prev{background-size:25px auto; margin-top:-50px;}
		.program-wrap .details .fl .owl-next{background-size:25px auto; margin-top:-50px;}
		
		.program-wrap .details .fr ul{ min-height:230px ;}
		.program-wrap .details .fr li{padding-left:130px}	
		.program-wrap .details .fr li .btxt{font-size:13px;}
		.program-wrap .details .fr li .stxt{font-size:13px;}
		.program-wrap .details .fr li:first-child .stxt{font-size:14px;}
		
		.prd-tbl01 table{}
		.prd-tbl01 table colgroup col:nth-child(1){width:60%}
		.prd-tbl01 table colgroup col:nth-child(2){width:40%}

		.prd-tbl02 table{}
		.prd-tbl02 table colgroup col:nth-child(1){width:40%}
		.prd-tbl02 table colgroup col:nth-child(2){width:60%}

		.prd-tbl03 table{}
		.prd-tbl03 table colgroup col:nth-child(1){width:40%}
		.prd-tbl03 table colgroup col:nth-child(2){width:30%}
		.prd-tbl03 table colgroup col:nth-child(3){width:30%}

		.program-wrap .details .img{padding:20px 0px 20px;}
		.program-wrap .details .img img{width:100%}
	}
	@media only screen and (max-width:480px){
		.program-wrap .details .fr li{padding-left:120px}	
	}


.btn-wait{width:100px; box-sizing:border-box; line-height:33px; background:#06afc0; border:1px solid #06afc0; text-align:center; font-size:14px; color:#fff; border-radius: 5px; padding:8px;}
.btn-wait:hover{background:#fff; color:#06afc0; border:1px solid #06afc0;}

.btn-recruit{width:100px; box-sizing:border-box; line-height:33px; background:#ed683d; border:1px solid #ed683d; text-align:center; font-size:14px; color:#fff; border-radius: 5px; padding:8px 14px;}
.btn-recruit:hover{background:#fff; color:#ed683d; border:1px solid #ed683d;}

.btn-end{width:100px; box-sizing:border-box;  line-height:33px; background:#777; border:1px solid #777; text-align:center; font-size:14px; color:#fff; border-radius: 5px; padding:8px 14px;}
.btn-end:hover{background:#fff; color:#777; border:1px solid #777;}



/*=======================================================
  paging-wrap
=========================================================*/
.paging-wrap{margin-top:67px;font-size:0px; text-align:center; display:block; position:relative;}
.paging-wrap a.ctrl{display:inline-block;vertical-align:top;text-decoration: none; width:40px; height:40px; border:1px solid #dfdfdf; border-radius:100%; box-sizing:border-box; margin:0 3px;}
.paging-wrap li, .paging-wrap ul{display:inline-block; vertical-align:top;}
.paging-wrap ul{padding:0 10px}
.paging-wrap li{margin:0 2px;}
.paging-wrap li a{display:block; position:relative; text-decoration: none;min-width:40px; height:40px; box-sizing:border-box ;border-radius:100%; font-size:15px; color:#999; text-align:center;line-height:40px;font-weight:400;box-sizing:border-box;}
.paging-wrap li a.active, .paging-wrap li a.active:hover{color:#000; font-weight:700}

.paging-wrap a.first{background:url(../img/sub/page-first.jpg) no-repeat center center;}
.paging-wrap a.prev{background:url(../img/sub/page-prev.jpg) no-repeat center center;}
.paging-wrap a.next{background:url(../img/sub/page-next.jpg) no-repeat center center;}
.paging-wrap a.last{background:url(../img/sub/page-last.jpg) no-repeat center center;}

.paging-wrap a.ctrl:hover{border-color:#000; opacity:0.75}
.paging-wrap a.first:hover{background-image:url(../img/sub/page-firsto.jpg)}
.paging-wrap a.prev:hover{background-image:url(../img/sub/page-prevo.jpg) }
.paging-wrap a.next:hover{background-image:url(../img/sub/page-nexto.jpg) }
.paging-wrap a.last:hover{background-image:url(../img/sub/page-lasto.jpg)}

.paging-wrap .num{display:none;vertical-align:top; padding:0 20px; color:#666; font-size:14px; line-height:30px;}
.paging-wrap .num span{font-weight:700;color:#111;}
	@media only screen and (max-width:1200px){
		.paging-wrap{margin-top:50px;}
	}
	@media only screen and (max-width:999px){
		.paging-wrap{margin-top:30px;}
		.paging-wrap a.ctrl{width:30px;height:30px;}
		.paging-wrap a.first , .paging-wrap a.last{display:none;}

		.paging-wrap ul{padding:0 7px; display:none;}
		.paging-wrap li{margin:0 1px;}
		.paging-wrap li a{min-width:30px;height:30px; line-height:30px; font-size:14px;}

		.paging-wrap .num{display:inline-block;vertical-align:top;}
	}
	@media only screen and (max-width:680px){
		.paging-wrap{margin-top:20px;}
	}
	@media only screen and (max-width:480px){
		
	}



/*=======================================================
  .webzine-wrap  웹진형
=========================================================*/
.webzine-wrap .list{margin-top:15px;}
.webzine-wrap .list table{}
.webzine-wrap .list table thead th{border-top:1px solid #666666; border-bottom:1px solid #ddd; text-align:center; padding:17px 5px; font-size:16px; color:#000; letter-spacing:-0.03em; font-weight:400;}
.webzine-wrap .list table tbody td{font-size:16px; font-weight:400; color:#777; letter-spacing:-0.03em; line-height:1.3em;text-align:center; padding:20px 5px; border-bottom:1px solid #dedede;word-break: keep-all;}
.webzine-wrap .list table tbody tr td:first-child{color:#777;}
.webzine-wrap .list table tbody tr td:nth-child(2){color:#111;font-size:16px;}

.webzine-wrap .list table tbody tr{-webkit-transition: background 0.3s ease-out;-moz-transition: background 0.3s ease-out;-o-transition: background 0.3s ease-out;transition: background 0.3s ease-out;}
.webzine-wrap .list table tbody tr:hover{background:#fbfbfb}
.webzine-wrap .list table tbody .vc{display:flex;/*display:inline-flex;*/align-items: center; justify-content: left;min-height:107px;text-align:left; padding-left:190px}
.webzine-wrap .list table tbody .img {width:150px;position:absolute; left:0; top:0; border:1px solid #e8e8e8;}
.webzine-wrap .list table tbody .img img{width:100%;height:107px;object-fit:cover;}
.webzine-wrap .list table tbody .txt { }
.webzine-wrap .list table tbody .txt .btxt{font-size:18px; color:#111; font-weight:500;letter-spacing:-0.03em; line-height:1.2em;word-break: keep-all;-webkit-transition: color 0.3s ease-out;-moz-transition: color 0.3s ease-out;-o-transition: color 0.3s ease-out;transition: color 0.3s ease-out;}
.webzine-wrap .list table tbody .txt .stxt{margin-top:15px;font-size:16px; color:#777; font-weight:400;letter-spacing:-0.03em; line-height:1.5em;word-break: keep-all; max-height:48px; overflow:hidden;}
.webzine-wrap .list .down-file{display:inline-block;vertical-align:top; width:28px;height:28px;background:url(../img/Content/ico-file.png) no-repeat center center}
	
.webzine-wrap .list table tbody tr:hover .txt .btxt:hover{color:#2674e3;}	
	@media only screen and (min-width:1201px){
		.webzine-wrap .list table tbody .vc{position:relative;}
	}
	@media only screen and (max-width:1200px){
		.webzine-wrap .list table {border-top:1px solid #666}
		.webzine-wrap .list table colgroup{display:none;}
		.webzine-wrap .list table thead th{display:none;}
		.webzine-wrap .list table tbody tr{display:block; position:relative; padding:20px 50px 20px 190px; min-height:105px; border-bottom:1px solid #dedede}
		.webzine-wrap .list table tbody tr:last-child{border-color:#666}
		.webzine-wrap .list table tbody tr:after{display:block;content:"";clear:both}
		.webzine-wrap .list table tbody tr td{padding:0; border-bottom:none; float:left; width:100%; text-align:left; font-size:15px;}
		.webzine-wrap .list table tbody tr td:nth-child(1){display:none;}
		.webzine-wrap .list table tbody tr td:nth-child(2){margin-top:10px;}
		.webzine-wrap .list table tbody tr td:nth-child(3){font-size:13px; margin-top:10px;}
		.webzine-wrap .list table tbody tr td:nth-child(4){position:absolute; right:15px; bottom:20px; width:auto;margin-bottom:-5px;}
		
		.webzine-wrap .list table tbody .vc{ padding-left:0; /*display:block; min-height:auto;*/ }
		.webzine-wrap .list table tbody .img {left:20px; top:20px;}
		.webzine-wrap .list table tbody .img img{height:105px;}
		.webzine-wrap .list table tbody .txt .btxt{font-size:17px;}
		.webzine-wrap .list table tbody .txt .stxt{margin-top:5px;font-size:15px; max-height:44px;}
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.webzine-wrap .list table tbody .vc{ min-height:150px;}
		.webzine-wrap .list table tbody tr{padding:15px 30px 15px 150px;min-height:90px;}
		.webzine-wrap .list table tbody tr td:nth-child(2){margin-top:-20px;}
		.webzine-wrap .list table tbody tr td:nth-child(3){font-size:12px; margin-top:-10px;}
		.webzine-wrap .list table tbody tr td:nth-child(4){right:10px; bottom:15px;}
		.webzine-wrap .list table tbody .img {width:130px;left:0; top:15px;}
		.webzine-wrap .list table tbody .img img{height:90px;}

		.webzine-wrap .list table tbody .txt {}
		.webzine-wrap .list table tbody .txt .btxt{font-size:16px;}
		.webzine-wrap .list table tbody .txt .stxt{font-size:13px; max-height:38px}
		
		.webzine-wrap .list .down-file{background-size:18px auto;}
	}
	@media only screen and (max-width:480px){
		.webzine-wrap .list table tbody tr{padding:15px 15px 15px 120px;}
		.webzine-wrap .list table tbody .img {width:105px;left:0; top:15px;}
		.webzine-wrap .list table tbody .img img{height:75px;}

		.webzine-wrap .list table tbody .txt {}
	}


