@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:55px;  padding:0 50px 0 20px; font-size:16px;}
.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:400px; display:block}
.record-wrap.list .list li .img{overflow:hidden}
.record-wrap.list .list li .img img{height:229px; 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:171px; 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;}
		
	}


/* =====================================
   momstv-wrap.list
===================================== */
.momstv-wrap.list{padding-top:30px;}
.momstv-wrap.list .list{}
.momstv-wrap.list .list ul{margin:0 -1%}
.momstv-wrap.list .list ul:after{display:block; content:"";clear:both}
.momstv-wrap.list .list li{float:left; width:48%; margin:0 1%; position:relative;}
.momstv-wrap.list .list li:nth-child(n+3){margin-top:2%}
.momstv-wrap.list .list li a{height:360px; display:block}
.momstv-wrap.list .list li .img{overflow:hidden}
.momstv-wrap.list .list li .img img{height:229px; 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;}
.momstv-wrap.list .list li .img:after{z-index:9123;width:60px;height:60px; position:absolute; left:45%; bottom:210px; background:url(../img/Main/tv-play.png) no-repeat center center; display:block; content:""; position:absolute;}
.momstv-wrap.list .list li .txt{border:1px solid #d0d0d0; border-top:none; height:131px; box-sizing:border-box; padding:28px 24px; position:relative;}
.momstv-wrap.list .list li .btxt{font-size:18px; color:#000; line-height:1.3em;}
.momstv-wrap.list .list li .stxt{margin-top:17px;font-size:14px; color:#666; line-height:1.3em; font-family:'Roboto'}
.momstv-wrap.list .list li .ctxt{margin-top:5px;font-size:14px; color:#666; line-height:1.3em;}

.momstv-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);}

.momstv-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;}
.momstv-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;}

.momstv-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;}
.momstv-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;}

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

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

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

/* =====================================
   gallery-wrap.list
===================================== */
.gallery-wrap.list{padding-top:30px;}
.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:340px; display:block}
.gallery-wrap.list .list li .img{overflow:hidden}
.gallery-wrap.list .list li .img img{height:229px; 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 .txt{border:1px solid #d0d0d0; border-top:none; height:171px; box-sizing:border-box; padding:28px 24px; position:relative;}*/
.gallery-wrap.list .list li .txt{border:1px solid #d0d0d0; border-top:none; height:111px; box-sizing:border-box; padding:24px 24px; position:relative;}
.gallery-wrap.list .list li .btxt{font-size:18px; color:#000; line-height:1.3em;}
.gallery-wrap.list .list li .stxt{margin-top:17px;font-size:14px; color:#666; line-height:1.3em;}
.gallery-wrap.list .list li .ctxt{margin-top:5px;font-size:14px; 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:110px;}
		
	}
	@media only screen and (max-width:480px){
		.gallery-wrap.list{padding-top:0;}
		
	}

/* =====================================
   event-wrap.list
===================================== */
.event-wrap.list{padding-top:30px;}
.event-wrap.list .list{}
.event-wrap.list .list ul{margin:0 -1%}
.event-wrap.list .list ul:after{display:block; content:"";clear:both}
.event-wrap.list .list li{float:left; width:48%; margin:0 1%; position:relative;}
.event-wrap.list .list li:nth-child(n+3){margin-top:2%}
.event-wrap.list .list li a{height:370px; display:block}
.event-wrap.list .list li .img{overflow:hidden; border: 1px solid #d0d0d0;}
.event-wrap.list .list li .img img{height:248px; 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;}
.event-wrap.list .list li .txt{border:1px solid #d0d0d0; border-top:none; height:121px; box-sizing:border-box; padding:28px 24px; position:relative;}
.event-wrap.list .list li .btxt{font-size:18px; color:#000; line-height:1.3em;}
.event-wrap.list .list li .stxt{margin-top:17px;font-size:14px; color:#666; line-height:1.3em; padding-left: 30px; background: url(../img/Content/event-ico.jpg) no-repeat left center; font-family:'Spoqa Han Sans' }
.event-wrap.list .list li .stxt span{margin-top:17px; font-size:14px; color:#ff359b; line-height:1.3em; padding-left:5px; font-weight:700;}
.event-wrap.list .list li .stxt .end{margin-top:17px; font-size:14px; color:#555; line-height:1.3em; padding-left:5px; font-weight:700;}
.event-wrap.list .list li .ctxt{margin-top:5px;font-size:14px; color:#666; line-height:1.3em; padding-left: 30px; background: url(../img/Content/event-ico02.jpg) no-repeat left center; font-family:'Spoqa Han Sans'}

.event-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);}

.event-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;}
.event-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;}

.event-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;}
.event-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;}

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

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

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


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

.event-wrap.detail .periods{border-top:1px solid #000;}
.event-wrap.detail .periods .ov{padding:25px 225px 25px 45px; position:relative;}
.event-wrap.detail .periods h3{font-size:20px; color:#000; line-height:1.3em; font-weight:400;}
.event-wrap.detail .periods .date{position:absolute; right:45px; top:25px; font-size:16px; color:#000; line-height:1.5em;font-weight:400}
.event-wrap.detail .periods ul{border-top:1px solid #ddd;font-size:0;text-align:right; padding:25px 45px; position:relative;}
.event-wrap.detail .periods ul:after{display:block; content:"";clear:both;}
.event-wrap.detail .periods li{position:relative;display:inline-block;vertical-align:top;font-size:15px; color:#777; line-height:1.5em;}
.event-wrap.detail .periods li:first-child{position:absolute; left:45px; top:25px;}
.event-wrap.detail .periods li:nth-child(n+3){margin-left:24px;}
.event-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){
		.event-wrap.detail .periods .ov{padding:25px 225px 25px 40px}
		.event-wrap.detail .periods h3{font-size:18px;} 
		.event-wrap.detail .periods .date{font-size:15px;}
		.event-wrap.detail .periods ul{padding:25px 40px;}
		.event-wrap.detail .periods li{font-size:14px;}
		.event-wrap.detail .periods li:first-child{left:40px;}
	}
	@media only screen and (max-width:999px){
		.event-wrap.detail .periods .ov{padding:25px 30px 15px 30px}
		.event-wrap.detail .periods h3{font-size:17px;}
		.event-wrap.detail .periods .date{font-size:14px; color:#777; position:relative; right:auto; top:auto; margin-top:5px;}
		.event-wrap.detail .periods ul{ border-top:0;padding:20px 30px; padding-top:0;text-align:left;}
		.event-wrap.detail .periods li{font-size:13px;}
		.event-wrap.detail .periods li:first-child{float:left;left:auto; position:relative; top:auto; display:block;;}
		.event-wrap.detail .periods li:nth-child(n+2){margin-left:20px;}
		.event-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){
		.event-wrap.detail .periods .ov{padding:20px 20px 10px 20px}
		.event-wrap.detail .periods ul{padding:15px 20px; padding-top:0;}
	}
	@media only screen and (max-width:480px){
		.event-wrap.detail .periods .ov{padding:20px 15px 10px 15px}
		.event-wrap.detail .periods ul{padding:15px 15px; padding-top:0;}
		.event-wrap.detail .periods li{}
	}

.event-wrap.detail .tits{border-top:1px solid #000;padding:45px 45px;}
.event-wrap.detail .tits h3{font-size:26px; color:#000; line-height:1.3em; font-weight:400;}
.event-wrap.detail .tits ul{margin-top:20px}
.event-wrap.detail .tits ul:after{display:block; content:"";clear:both;}
.event-wrap.detail .tits li{position:relative;float:left;font-size:15px; color:#777; line-height:1.5em;}
.event-wrap.detail .tits li:nth-child(n+2){margin-left:24px;}
.event-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:""}

.event-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){
		.event-wrap.detail .tits{padding:40px}
		.event-wrap.detail .tits h3{font-size:22px;}
		.event-wrap.detail .tits ul{margin-top:15px}
		.event-wrap.detail .tits li{font-size:14px;}
		.event-wrap.detail .cons{padding:40px; font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.event-wrap.detail .tits{padding:30px}
		.event-wrap.detail .tits h3{font-size:18px;}
		.event-wrap.detail .tits ul{margin-top:10px}
		.event-wrap.detail .tits li{font-size:13px;}
		.event-wrap.detail .tits li:nth-child(n+2){margin-left:16px;}
		.event-wrap.detail .tits li:nth-child(n+2):before{left:-9px; height:12px; margin-top:-5px;}
		.event-wrap.detail .cons{padding:30px; font-size:14px;}
	}
	@media only screen and (max-width:680px){
		.event-wrap.detail .tits{padding:20px}
		.event-wrap.detail .tits h3{font-size:17px;}
		.event-wrap.detail .cons{padding:20px; font-size:13px; min-height:190px;}
	}
	@media only screen and (max-width:480px){
		.event-wrap.detail .tits{padding:20px 15px}
		.event-wrap.detail .cons{padding:20px 15px}
	}




/* =====================================
   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;}
.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:30px;}
.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:18%; margin:0 1%; position:relative;}
.cerfity-wrap.list .list li:nth-child(n+6){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-mnclose.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 h4 {font-size: 22px; font-weight: 600; line-height: 1.2em; color: #000; margin-bottom: 20px; padding-left: 30px; background: url(../img/Sub/ico-faq.png) no-repeat left center;}
.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 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:32px;color:#fff; font-size:14px; font-weight:400; font-family:'Roboto'; 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:25px;}
.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 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:32px;color:#fff; font-size:14px; font-weight:400; font-family:'Roboto'; 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{ border-bottom:none; position:relative; padding-left:0px;padding-bottom:20px;}
.faq-wrap.list li .txt li:nth-child(n+2){margin-top:7px;}
.faq-wrap.list li .txt li .btxt{font-size:15px; font-weight:500;color:#000; line-height:1.4em; margin-bottom:10px; }
.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 h4 { font-size: 15px; line-height: 1.0em;  padding-left: 25px;}
		.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 40px;}
		.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 40px}
		.faq-wrap.list li .sel .btxt{font-size:14px;}
	}





/* =====================================
   board-wrap common
===================================== */
.board-wrap .lower, .momstv-wrap .lower, .gallery-wrap .lower, .event-wrap .lower {font-size:0; margin-top:40px;text-align:center;}
.board-wrap .lower.r, .momstv-wrap .lower.r, .gallery-wrap .lower.r, .event-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;}
	@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:#555;font-size:14px; text-align:center; color:#fff; position:absolute; right:20px; top:25px; line-height:46px;}
	@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 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.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.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 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.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;}
		*/
	}
	@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;}
	}
	@media only screen and (max-width:480px){
		.board-wrap.detail .tits{padding:20px 15px}
		.board-wrap.detail .cons{padding:20px 15px}
	}


/* Æ¯ÇãÅ×ÀÌºí Ãß°¡ */
.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:-35px; font-size:14px; background:url(../img/Sub/ico-nec.jpg) no-repeat left center; padding-left:15px; line-height:16px; 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 .stxt {color:#000; font-size:17px; letter-spacing:-0.03em; line-height:50px;}
.board-wrap.write .write li .chk-input{width:100%;}
.board-wrap.write .write li .chk-input.w90p{width:90%}
.board-wrap.write .write li .chk-input.w80p{width:80%}
.board-wrap.write .write li .chk-input.w70p{width:70%}
.board-wrap.write .write li .chk-input.w60p{width:60%}
.board-wrap.write .write li .chk-input.w50p{width:50%}
.board-wrap.write .write li .chk-input.w40p{width:40%}
.board-wrap.write .write li .chk-input.w30p{width:30%}
.board-wrap.write .write li .chk-input.w20p{width:20%}
.board-wrap.write .write li .chk-input.w10p{width:10%}

.board-wrap.write .write li .chk-checkbox {display:block; vertical-align:middle;}
.board-wrap.write .write li .chk-checkbox input[type="checkbox"] + label{display:inline-block; position:relative !important; padding-left:30px;  line-height:20px;  letter-spacing:-0.02em; cursor:pointer;}
.board-wrap.write .write li .chk-checkbox input[type="checkbox"] + label:before{content:''; position: absolute; left:0px; top:0px; box-sizing:border-box;width:20px; height:20px; text-align:center; background:#fff;  border:1px solid #ccc;   }
.board-wrap.write .write li .chk-checkbox input[type="checkbox"]:checked + label{color:#000;}
.board-wrap.write .write li .chk-checkbox input[type="checkbox"]:checked + label:before{background:url(../img/Sub/check-on.png) no-repeat center #fff;background-size:100% auto}
	@media only screen and (max-width:1200px) {
		.board-wrap.write .write li .chk-checkbox input[type="checkbox"] + label{font-size:15px;}
	}
	@media only screen and (max-width:999px) {
		.board-wrap.write .write li .chk-checkbox input[type="checkbox"] + label{font-size:14px; padding-left:30px; }
		.board-wrap.write .write li .chk-checkbox input[type="checkbox"] + label:before{width:20px;height:20px;}
	}
	@media only screen and (max-width:680px) {
		
	}
	@media only screen and (max-width:480px) {
		
	}

.board-wrap.write .write li .chk-radio {display:block; vertical-align:middle;line-height:50px !important;}
.board-wrap.write .write li .chk-radio input[type="radio"] + label{display:inline-block; position:relative !important; padding-left:30px; letter-spacing:-0.02em; cursor:pointer;margin-right:20px;}
.board-wrap.write .write li .chk-radio input[type="radio"] + label:before{content:''; position: absolute; left:0px; top:0px;  }
.board-wrap.write .write li .chk-radio input[type="radio"]:checked + label{color:#000;}
/*.board-wrap.write .write li .chk-radio input[type="radio"]:checked + label:before{background:url(../img/Sub/check-on.png) no-repeat center #fff;background-size:100% auto}*/
	@media only screen and (max-width:1200px) {
		.board-wrap.write .write li .chk-radio input[type="radio"] + label{font-size:15px;}
	}
	@media only screen and (max-width:999px) {
		.board-wrap.write .write li .chk-radio input[type="radio"] + label{font-size:14px; padding-left:30px; }
		.board-wrap.write .write li .chk-radio input[type="radio"] + label:before{width:20px;height:20px;}
	}
	@media only screen and (max-width:680px) {
		
	}
	@media only screen and (max-width:480px) {
		
	}


.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{height:50px;}
.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:50px;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;}


.board-wrap.write .lower{margin-top:50px;text-align:center;}
.board-wrap.write .lower .list-btn{width:192px; display:inline-block;vertical-align:top; height:58px; border-radius: 3px; box-sizing:border-box;line-height:55px;border:1px solid #474852; font-size:17px; letter-spacing:-0.03em; color:#474852; font-weight:400;}
.board-wrap.write .lower .list-btn:hover{border-color:#474852; background:#474852; color:#fff;}


.board-wrap.write .lower .enter-btn{width:192px; display:inline-block; vertical-align:top; height:58px; border-radius: 3px; box-sizing:border-box;line-height:55px; margin-right:5px; border:1px solid #000; font-size:17px; letter-spacing:-0.03em; color:#000; font-weight:400; background:#1b9c9e; border-color:#1b9c9e; color:#fff;}
.board-wrap.write .lower .enter-btn:hover{border-color:#1b9c9e; background:#fff; color:#1b9c9e;}




	@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;}

		.board-wrap.write .lower .list-btn{width:180px; height:55px; line-height:53px; }
		.board-wrap.write .lower .enter-btn{width:180px; height:55px; line-height:53px; }
	}
	@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 .chk-input input{height:45px;}
		.board-wrap.write .file-info .file-delete{line-height:43px; font-size:14px; min-width:102px;}

		.board-wrap.write .lower{margin-top:30px;}
		.board-wrap.write .lower .list-btn{width:150px; height:50px; line-height:48px; }
		.board-wrap.write .lower .enter-btn{width:150px; height:50px; line-height:48px; }
	}
	@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 .chk-input input{height:40px;}
		.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;}

		.board-wrap.write .lower .list-btn{width:120px; height:45px; line-height:43px; font-size:16px; }
		.board-wrap.write .lower .enter-btn{width:120px; height:45px; line-height:43px; font-size:16px; }
	}
	@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;}

		.board-wrap.write .lower .list-btn{width:100px;height:40px; line-height:38px; font-size:15px;}
		.board-wrap.write .lower .enter-btn{width:100px;height:40px; line-height:38px; font-size:15px;}
	}

	


/* =====================================
   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: #00438a;border-radius: 10px;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;}
.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;}
		
	}


	
/*=======================================================
  .introduce-wrap
=========================================================*/
.introduce-wrap .filter{position:relative;min-height:55px;}
.introduce-wrap .filter .total{padding:0 15px;font-size:16px; color:#555; line-height:1.2em;font-weight:400; padding-top:34px; letter-spacing:-0.03em;margin-bottom:15px;}
.introduce-wrap .filter .total span{color:#db291c;}

.introduce-wrap .filter .field{position:absolute;right:0; top:0;display:inline-block;vertical-align:top;font-size:0;}
.introduce-wrap .filter .field .chk-select{ width:125px;}
.introduce-wrap .filter .field .chk-select:after{background:url(../img/Sub/select-arrow02.png) no-repeat center center; right:7px;}
.introduce-wrap .filter .field .chk-input{ width:460px;margin-left:5px;}
.introduce-wrap .filter .field .chk-input input{padding-right:70px;}
.introduce-wrap .filter .field .enter{width:55px;height:55px; position:absolute; right:0; top:0;background:url(../img/Sub/ico-search01.png) no-repeat center center; border:none;}
	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.introduce-wrap .filter .total{display:none;}
		.introduce-wrap .filter .field{position:relative; right:auto; top:auto; display:block;padding-left:31%;}
		.introduce-wrap .filter .field .chk-select{ width:30%; position:absolute; left:0; top:0;}
		.introduce-wrap .filter .field .chk-input{ width:100%; margin-left:0;}
		.introduce-wrap .filter .field .enter{width:40px;height:40px; position:Absolute; right:2px; top:50%;margin-top:-20px; background-size:18px auto;}
	}
	@media only screen and (max-width:680px){
		

	}
	@media only screen and (max-width:480px){
		
	}



.introduce-wrap .list{margin-top:15px;}
.introduce-wrap .list table{}
.introduce-wrap .list table thead th{border-top:1px solid #666666; border-bottom:1px solid #666666; text-align:center; padding:17px 5px; font-size:16px; color:#000; letter-spacing:-0.03em; font-weight:400;}
.introduce-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;}
.introduce-wrap .list table tbody tr td:first-child{color:#777;}
.introduce-wrap .list table tbody tr td:nth-child(2){color:#111;font-size:18px;}

.introduce-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;}
.introduce-wrap .list table tbody tr:hover{background:#fbfbfb}

.introduce-wrap .list table tbody .vc{display:flex;align-items: center; justify-content: left;min-height:107px;text-align:left; padding-left:190px}
.introduce-wrap .list table tbody .img {width:150px;position:absolute; left:0; top:0;}
.introduce-wrap .list table tbody .img img{width:100%;height:107px;object-fit:cover;}
.introduce-wrap .list table tbody .txt{}
.introduce-wrap .list table tbody .txt .btxt{font-size:18px; color:#111; font-weight:700;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;}
.introduce-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;}
.introduce-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}
	
.introduce-wrap .list table tbody tr:hover .txt .btxt:hover{color:#2674e3;}	
	@media only screen and (min-width:1201px){
		.introduce-wrap .list table tbody .vc{position:relative;}
	}
	@media only screen and (max-width:1200px){
		.introduce-wrap .list table {border-top:1px solid #666}
		.introduce-wrap .list table colgroup{display:none;}
		.introduce-wrap .list table thead th{display:none;}
		.introduce-wrap .list table tbody tr{display:block; position:relative; padding:20px 50px 20px 190px; min-height:105px; border-bottom:1px solid #dedede}
		.introduce-wrap .list table tbody tr:last-child{border-color:#666}
		.introduce-wrap .list table tbody tr:after{display:block;content:"";clear:both}
		/* .introduce-wrap .list table tbody tr:hover{background:none} */
		.introduce-wrap .list table tbody tr td{padding:0; border-bottom:none; float:left; width:100%; text-align:left; font-size:15px;}
		.introduce-wrap .list table tbody tr td:nth-child(1){display:none;}
		.introduce-wrap .list table tbody tr td:nth-child(2){width:100%; font-size:14px;}	
		.introduce-wrap .list table tbody tr td:nth-child(2) br{display:none;}
		.introduce-wrap .list table tbody tr td:nth-child(2):before{display:none; content:"±â¾÷¸í : "}
		.introduce-wrap .list table tbody tr td:nth-child(3){margin-top:10px;}
		.introduce-wrap .list table tbody tr td:nth-child(4){font-size:13px; margin-top:10px;}
		.introduce-wrap .list table tbody tr td:nth-child(5){position:absolute; right:15px; bottom:20px; width:auto;margin-bottom:-5px;}
		
		.introduce-wrap .list table tbody .vc{display:block; padding-left:0; min-height:auto; }
		.introduce-wrap .list table tbody .img {left:20px; top:20px;}
		.introduce-wrap .list table tbody .img img{height:105px;}
		.introduce-wrap .list table tbody .txt .btxt{font-size:17px;}
		.introduce-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){
		.introduce-wrap .list table tbody tr{padding:15px 30px 15px 150px;min-height:90px;}
		.introduce-wrap .list table tbody tr td:nth-child(3){margin-top:7px;}
		.introduce-wrap .list table tbody tr td:nth-child(4){font-size:12px; margin-top:10px;}
		.introduce-wrap .list table tbody tr td:nth-child(5){right:10px; bottom:15px;}
		.introduce-wrap .list table tbody .img {width:130px;left:0; top:15px;}
		.introduce-wrap .list table tbody .img img{height:90px;}

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




/*=======================================================
  .comment-wrap
=========================================================*/
.comment-wrap .vcomment{position:relative;background:#f2f2f2; padding:35px;}
.comment-wrap .vcomment .info{position:relative;}
.comment-wrap .vcomment .info .total{font-size:16px; color:#292f3c; letter-spacing:-0.03em; line-height:25px;}
.comment-wrap .vcomment .info .total span{font-weight:700;}
.comment-wrap .vcomment .info .byte{position:absolute;right:175px; top:0; line-height:25px; color:#adadad; font-size:14px;}
.comment-wrap .vcomment .info .byte span{color:#000;}

.comment-wrap .vcomment .txt{position:relative; padding-right:175px;margin-top:15px;}
.comment-wrap .vcomment .txt textarea{font-size:15px; width:100%; border:none; color:#222;line-height:1.5em; padding:15px; height:120px; border:1px solid #c7c7c7; border-radius:4px; letter-spacing:-0.03em;box-sizing:border-box; resize:none;word-break: keep-all;}
.comment-wrap .vcomment .write-btn{text-align:center; width:164px; border-radius:4px; line-height:120px; position:Absolute;right:0; top:0;background:#474852; color:#fff; font-weight:700; font-size:17px; letter-spacing:-0.03em;}
.comment-wrap .vcomment .write-btn.inactive{ background: #D6D6D6;color: #A8A8A8;}
.comment-wrap .vcomment .secret-btn{display:block; margin-top:10px; letter-spacing:-0.03em;line-height:25px; padding-left:25px; font-size:15px; color:#292f3c;background:url(../img/Other/cmmt-secret02.png) no-repeat left center; }
.comment-wrap .vcomment .secret-btn.active{background-image:url(../img/Other/cmmt-secret01.png)}
	@media only screen and (max-width:1200px){
		.comment-wrap .vcomment{padding:30px;}
		.comment-wrap .vcomment .info .byte{right:150px;}
		.comment-wrap .vcomment .txt{padding-right:150px;}
		.comment-wrap .vcomment .write-btn{width:140px}
	}
	@media only screen and (max-width:999px){
		.comment-wrap .vcomment{padding:25px;}
		.comment-wrap .vcomment .info .total{font-size:15px}
		.comment-wrap .vcomment .info .byte{font-size:13px;}
	}
	@media only screen and (max-width:680px){
		.comment-wrap .vcomment{padding:20px;}
		.comment-wrap .vcomment .info .total{font-size:14px}
		.comment-wrap .vcomment .info .byte{font-size:13px; right:0;}

		.comment-wrap .vcomment .txt{margin-top:10px;padding-right:0;}
		.comment-wrap .vcomment .txt textarea{font-size:14px;}
		.comment-wrap .vcomment .secret-btn{font-size:14px;}
		.comment-wrap .vcomment .write-btn{position:relative; right:auto; top:auto; margin-top:10px; width:auto; display:block; line-height:50px; font-size:15px;}
	}
	@media only screen and (max-width:480px){
		.comment-wrap .vcomment .info .byte{font-size:12px;}
		.comment-wrap .vcomment .write-btn{line-height:45px;}
	}

.comment-wrap .list{margin-top:20px;}
.comment-wrap .list li{padding:20px 0;}
.comment-wrap .list li:nth-child(n+2){border-top:1px solid #dee3eb;}
.comment-wrap .list .info{}
.comment-wrap .list .info .name{display:inline-block;vertical-align:top; line-height:20px; font-size:17px; color:#292f3c; letter-spacing:-0.03em; font-weight:700;}
.comment-wrap .list .info .date{margin-left:15px;font-size:14px; color:#aaaaaa; display:inline-block;vertical-align:top;line-height:20px;}
.comment-wrap .list .info .date span{margin-left:10px;}

.comment-wrap .list .vtxt{margin-top:5px; padding:10px 0;position:relative; padding-right:160px;}
.comment-wrap .list .vtxt p{font-size:15px;font-weight:300; letter-spacing:-0.03em; color:#555555; line-height:1.5em;word-break: keep-all;}
.comment-wrap .list .vtxt .reply-btn{width:100px; height:40px; border-radius:4px; position:absolute;right:0; top:0; color:#fff; font-size:15px; text-align:center; background:#848484; line-height:40px;}
.comment-wrap .list .vtxt .reply-btn:hover{background:#333;}

.comment-wrap .list .ctrls{position:absolute;right:0; top:-30px;} /*top:7px;*/
.comment-wrap .list .ctrls ul:after{display:block; content:"";clear:both}
.comment-wrap .list .ctrls li{float:left; padding:0;}
.comment-wrap .list .ctrls li a{line-height:25px; padding-left:25px; font-weight:300; color:#30353e; display:block; position:relative;}
.comment-wrap .list .ctrls li a:after{width:0px;height:1px; position:absolute;left:0; bottom:-3px;background:#555; display:block; content:""}
.comment-wrap .list .ctrls li:nth-child(n+2){border:none; margin-left:20px;}
.comment-wrap .list .ctrls li a:hover:after{width:100%;-webkit-transition: width 0.3s ease-out;-moz-transition: width 0.3s ease-out;-o-transition: width 0.3s ease-out;transition: width 0.3s ease-out;}
.comment-wrap .list .ctrls li:nth-child(1) a{background:url(../img/Other/cmmt-modify.png) no-repeat left center}
.comment-wrap .list .ctrls li:nth-child(2) a{background:url(../img/Other/cmmt-delete.png) no-repeat left center}

.comment-wrap .list .reply{margin-top:20px; padding-left:35px;position:relative;}
.comment-wrap .list .reply:before{width:11px;height:11px; position:absolute; left:10px; top:3px;background:url(../img/Other/cmmt-reply.png) no-repeat ; display:block; content:""; }
	@media only screen and (max-width:1200px){
		.comment-wrap .list .info .name{font-size:16px;}
		.comment-wrap .list .info .date{margin-left:10px;font-size:13px;}
		.comment-wrap .list .info .date span{margin-left:5px;}
		
		.comment-wrap .list .vtxt{ padding:5px 0;padding-right:120px;}
		.comment-wrap .list .vtxt .reply-btn{width:80px; height:35px; font-size:14px; line-height:35px;}

		.comment-wrap .list .ctrls li a{font-size:13px; }
		.comment-wrap .list .ctrls li:nth-child(n+2){margin-left:15px;}
	}
	@media only screen and (max-width:999px){
		.comment-wrap .list{margin-top:10px;}
		.comment-wrap .list .info .name{font-size:15px;}
		.comment-wrap .list .info .date{font-size:13px;}
		.comment-wrap .list .info .date span{}
		
		.comment-wrap .list .vtxt{padding:5px 0;padding-right:90px; }
		.comment-wrap .list .vtxt .reply-btn{width:60px; height:30px; font-size:13px; line-height:30px;}
		.comment-wrap .list .vtxt p{font-size:14px;}
		
		.comment-wrap .list .ctrls{/*top:4px;*/}
		.comment-wrap .list .ctrls li a{font-size:13px; background-size:20px auto !important; text-indent:-9999em; width:25px; padding:0; background-position:center center !important;}
		.comment-wrap .list .ctrls li:nth-child(n+2){margin-left:10px;}

		.comment-wrap .list .reply{padding-left:25px;}
		.comment-wrap .list .reply:before{left:5px;}
	}
	@media only screen and (max-width:680px){
		.comment-wrap .list .vtxt{padding-right:70px; }
		.comment-wrap .list .vtxt p{font-size:13px;}

		.comment-wrap .list .ctrls li:nth-child(n+2){margin-left:5px;}
	}
	@media only screen and (max-width:480px){
		
	}

.comment-wrap .comment{position:relative; border:1px solid #d2d2d2; border-radius:4px; margin-top:25px; border-radius:hidden;}
.comment-wrap .comment .txt{position:relative;}
.comment-wrap .comment .txt textarea{font-size:15px; width:100%; border:none; letter-spacing:-0.03em;color:#222;line-height:1.5em; padding:15px; height:120px;border:none; box-sizing:border-box; resize:none;word-break: keep-all;}
.comment-wrap .comment .txt .byte{position:absolute;right:0; bottom:0; padding:10px 10px; background:#fff;line-height:1.2em; color:#adadad; font-size:14px;}
.comment-wrap .comment .txt .byte span{color:#000;}

.comment-wrap .comment .btns{position:relative;padding:0 20px; border-top:1px solid #d2d2d2;}
.comment-wrap .comment .secret-btn{display:inline-block;vertical-align:top; line-height:53px;letter-spacing:-0.03em; padding-left:25px; font-size:15px; color:#292f3c;background:url(../img/Other/cmmt-secret02.png) no-repeat left center; }
.comment-wrap .comment .secret-btn.active{background-image:url(../img/Other/cmmt-secret01.png)}
.comment-wrap .comment .write-btn{text-align:center; width:180px;line-height:55px; position:Absolute;right:-1px; top:-1px;background:#04b9c2; color:#fff; font-weight:700; font-size:15px; letter-spacing:-0.03em;}
.comment-wrap .comment .write-btn.inactive{ background: #D6D6D6;color: #A8A8A8;}

	@media only screen and (max-width:1200px){
		
	}
	@media only screen and (max-width:999px){
		.comment-wrap .comment .btns{padding:0 15px;}
		.comment-wrap .comment .secret-btn{font-size:14px; line-height:48px; }
		.comment-wrap .comment .write-btn{width:150px;line-height:50px;}
	}
	@media only screen and (max-width:680px){
		.comment-wrap .comment{margin-top:15px;}
		.comment-wrap .comment .txt textarea{font-size:14px;}
		.comment-wrap .comment .txt .byte{font-size:13px;}

		.comment-wrap .comment .secret-btn{font-size:14px; line-height:43px; }
		.comment-wrap .comment .write-btn{width:120px;line-height:45px; font-size:14px;}
	}
	@media only screen and (max-width:480px){
		
	}

/* =====================================
   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 .scroll2{border:1px solid #d9d9d9; padding:35px; max-height:500px; box-sizing:border-box; overflow-y:auto;}
 .private .scroll2 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 .scroll2{padding:20px;}
		.private .scroll2 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}

		 .private .scroll2{padding:20px 15px;}
		 .private .scroll2 p{font-size:13px}
	}


/*=======================================================
  category blog search
=========================================================*/
.cb-filter {position:relative; padding: 25px 200px 25px 0px; margin-bottom: 45px;}
.cb-filter .chk-select {float:left;margin: 0 0.5%;}

