@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){
		
	}
	


/*=======================================================
  board-filter
=========================================================*/
.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:43px;  padding:0 50px 0 20px; font-size:16px; border-radius:10px;}
.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){
		
	}




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

	@media only screen and (max-width:1200px){
		.board-wrap .lower{margin-top:30px;}
		
	}
	@media only screen and (max-width:999px){
		
	}
	@media only screen and (max-width:680px){
		.board-wrap .lower{margin-top:20px;}

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




/* =====================================
   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:17px; color:#333; font-weight:400;padding:20px 5px;}
.board-wrap.list table tbody td{text-align:center; border-bottom:1px solid #ddd; font-size:18px; 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 tr.notice td.l a.new{padding-left:35px;background:url(../img/sub/ico-new.png) no-repeat left center; background-size:22px auto;}
.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:#333 }
.board-wrap.list table tbody td.l a:hover{color:#111;text-decoration:underline}


.board-wrap.list .list table .state{display:inline-block;vertical-align:top;border-radius:4px;width:62px; line-height:30px;background:#ddd; text-align:center; font-size:12px; color:#111;}
.board-wrap.list .list table .state.ready{background:#ff9053; color:#fff;}
.board-wrap.list .list table .state.ing{background:#58ecd9;color:#111;}
.board-wrap.list .list table .state.end{background:#555; color:#fff;}
.board-wrap.list .list table .state.cancel{background:#e7e7e7;  color:#111;}

	@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:20px; border:1px solid #000; text-align:center;font-size:14px; color:#000; display:block; line-height:20px; margin-bottom:10px;}
		.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:block;}
		.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:16px;text-align:left; font-weight:500 }
		.board-wrap.list .list.notice 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:14px;margin-top:10px;}
		.board-wrap.list .list.notice table tbody tr td:nth-child(5){font-size:14px;}
	}
	@media only screen and (max-width:480px){
	
	}

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


.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 .cons img{width:100%;}
	}




.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{padding-top:50px; }
.board-wrap h5{font-size:24px;color:#171A19; line-height:1.2em; font-weight:700; margin-bottom:20px;line-height: 1.4; letter-spacing: -0.25px;}
.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:34px;}
.board-wrap.write .write li .btxt{font-size:17px; color:#000;line-height:64px; position:absolute; left:0; top:0px; 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 .write li .chk-input.w30p{width:30%}

.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:43px; background:#888; min-width:124px; color:#fff;text-align:center; border-radius: 10px; }
.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;margin-right: 5px;}
	
.board-wrap.write .write li .field.addr{}
.board-wrap.write .write li .field.addr .w120{display:inline-block;vertical-align:top; width: 120px;}
.board-wrap.write .write li .field.addr .post-find{display:inline-block;vertical-align:top;margin-left:10px; border:1px solid #000; line-height:43px; height:43px; box-sizing:border-box; width:112px; text-align:center; color:#666; font-size:14px;border-radius: 10px;}
.board-wrap.write .write li .field.addr .post-find:hover{background:#000; color:#fff;}	
	
	
	@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;}
	}

	





/*=======================================================
  btns
=========================================================*
.bb-btn, .bw-btn{min-width:230px;box-sizing:border-box; height:60px;border:1px solid #999; line-height:58px; margin:0 3px 0 0; font-size:16px; font-weight:500;  letter-spacing:-0.03em; text-align:center; display:inline-block;vertical-align:top; border-radius: 4px;}
.bb-btn{background:#f58220; color:#fff; border:1px solid #f58220; }
.bb-btn:hover{background:#fff; color:#f58220; border:1px solid #f58220; }
.bw-btn{background:#fff; color:#666; border:1px solid #777; }
.bw-btn:hover{background:#777; color:#fff; border:1px solid #777;}



	@media only screen and (max-width:1200px){
		.bb-btn, .bw-btn {min-width:140px}
	}
	@media only screen and (max-width:999px){
		.bb-btn, .bw-btn .bg-btn02{min-width:100px; height:45px; line-height:43px; font-size:15px;}
	}
	@media only screen and (max-width:680px){
		.bb-btn, .bw-btn {min-width:80px; height:40px; line-height:38px; font-size:14px; padding:0 20px;}
	}
	@media only screen and (max-width:480px){
	}




/* =====================================
   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:31.111111%; margin:0 1%; position:relative;}
.gallery-wrap.list .list li:nth-child(n+4){margin-top:2%}
.gallery-wrap.list .list li a{height:400px; display:block; }
.gallery-wrap.list .list li .img{ position:relative;overflow:hidden; border-radius:40px 40px 0px 0px; border:1px solid #ddd;  }
.gallery-wrap.list .list li .img img{height:260px; 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 #ddd; border-top:none; height:141px; box-sizing: border-box; padding:28px 24px; position:relative;  border-radius:0px 0px 40px 40px;  }
.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:17px;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:hover {box-shadow:0px 20px 30px rgb(0 0 0 / 5%); border-radius:40px 40px 40px 40px;}

/*.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:15px;}
		.gallery-wrap.list .list li .ctxt{margin-top:10px;font-size:15px; }
	}
	@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:100px;}
		.gallery-wrap.list .list li .btxt{font-size:16px; font-weight:500}
		.gallery-wrap.list .list li .stxt{margin-top:15px;}
	}
	@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:80px;}
		
	}
	@media only screen and (max-width:480px){
		.gallery-wrap.list{padding-top:0;}
		
	}

/* =====================================
   interior-wrap.list
===================================== */
.interior-wrap.list{padding-top:0px;}
.interior-wrap.list .list{}
.interior-wrap.list .list ul{margin:0 -1%}
.interior-wrap.list .list ul:after{display:block; content:"";clear:both}
.interior-wrap.list .list li{float:left; width:23%; margin:0 1%; position:relative;}
.interior-wrap.list .list li:nth-child(n+5){margin-top:2%}
.interior-wrap.list .list li a{height:340px; display:block}
.interior-wrap.list .list li .img{ position:relative;overflow:hidden}
.interior-wrap.list .list li .img img{height:230px; 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;}

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

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

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

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

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

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

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

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

/* =====================================
   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: 30px 75px 30px 70px; position: relative; }
.faq-wrap.list li .sel:before { position: absolute; width: 36px; height: 36px; left: 20px; top: 22px; background: #7197ff; border-radius: 100%; text-align: center; line-height: 36px; color: #fff; font-size: 14px; font-weight: 400; display: block; font-family: 'Roboto'; 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: 32px; }
.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: 20px; font-weight: 400; color: #333; line-height: 1.2em; word-break: keep-all; }
.faq-wrap.list li .sel .stxt { margin-top: 10px; font-size: 16px; font-weight: 400; color: #333; line-height: 1.2em; }
.faq-wrap.list li .txt { display: none; position: relative; padding: 20px 70px; background: #f7f7f7; border-top: 1px solid #ddd;}
.faq-wrap.list li .txt .btxt{ font-size: 17px; line-height: 1.5em;}
.faq-wrap.list li .txt:before { position: absolute; width: 36px; height: 36px; left: 20px; top: 22px; background: #fa7636; border-radius: 100%; text-align: center; line-height: 36px; color: #fff; font-size: 14px; font-weight: 400; display: block; font-family: 'Roboto'; 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: 17px; 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:1368px) {
.faq-wrap.list li .sel .btxt { font-size: 17px; font-weight: 400; color: #333; line-height: 1.2em; word-break: keep-all; }
.faq-wrap.list li .sel .stxt { font-size: 14px; }
.faq-wrap.list li .txt .btxt { font-size: 15px; line-height: 1.5em;}
}

 @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; }
.faq-wrap.list li .txt .btxt{ font-size: 15px; line-height: 1.4em;}
}
 @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 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; }
}



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

 .private{margin-top:55px;}
 .private .scroll{border:1px solid #d9d9d9; padding:35px; max-height:195px; box-sizing:border-box; overflow-y:auto; border-radius: 10px;}
 .private .scroll p{font-size:16px; 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}
	}



/* =====================================
   .counsel-wrap
===================================== */
.counsel-wrap{padding-bottom:50px;  max-width:1260px; margin:0 auto;position:relative;}
.counsel-wrap h5{font-size:24px;color:#171A19; line-height:1.2em; font-weight:700; margin-bottom:15px; letter-spacing: -0.25px;}
.counsel-wrap .entry{border-top:1px solid #000; position:relative;}
.counsel-wrap .entry .nec-ex{position:absolute; right:0; top:-35px; font-size:16px; background:url(../img/sub/ico-nec.jpg) no-repeat left center; padding-left:15px; line-height:16px; color:#555; }
.counsel-wrap .entry li{ position:relative; padding:15px 11px 15px 250px; min-height:60px; box-sizing:border-box;border-bottom:1px solid #ddd; vertical-align:middle;}
.counsel-wrap .entry li .btxt{padding-left:30px; line-height:24px; font-size:18px; color:#333; font-weight:500; 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:36px; 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:43px; height:43px; box-sizing:border-box; width:112px; text-align:center; color:#666; font-size:14px;border-radius: 10px;}
.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:20px; max-height:190px;  box-sizing:border-box; overflow-y:auto;}
.counsel-wrap .private .scroll p{font-size:16px; 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:18px;}
		.counsel-wrap h5{font-size:17px;line-height:1.2em; margin-bottom:10px;}
		.counsel-wrap .entry li{padding:15px 10px}
		.counsel-wrap .entry li .w400{width:100%;}
		.counsel-wrap .entry li .btxt{font-size:16px;font-weight:600}
		.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;}

	}

.counsel-wrap .entry .file-info{padding-left:123px; position:relative;max-width:50%;}
.counsel-wrap .entry .file-info input[type="file"]{display:none;}
.counsel-wrap .entry .file-info .chk-input{display:block;width:100%; box-sizing:border-box;}
.counsel-wrap .entry .file-info .chk-input input[type="text"]{}
.counsel-wrap .entry .file-info .chk-input.active{ }
.counsel-wrap .entry .file-info .chk-input.active input[type="text"]{}
.counsel-wrap .entry .file-info.active label{display:none}
.counsel-wrap .entry .file-info.active .file-delete{display:block;}
.counsel-wrap .entry .file-info label{position:absolute;font-weight:400; left:0; top:0;display:block; font-size:16px; letter-spacing:-0.03em; line-height:43px;background:#888; min-width:124px;color:#fff;text-align:center; border-radius: 10px;}
.counsel-wrap .entry .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; border-radius: 10px;}
	@media only screen and (max-width:1200px){
		

		.counsel-wrap .entry .file-info label{font-size:15px; }
		.counsel-wrap .entry .file-info .file-delete{font-size:15px;}
	}
	@media only screen and (max-width:999px){
		
		.counsel-wrap .entry .file-info{padding-left:103px;}
		.counsel-wrap .entry .file-info label{font-size:14px; line-height:45px; min-width:104px;}
		.counsel-wrap .entry .file-info .file-delete{line-height:43px; font-size:14px; min-width:102px;}
	}
	@media only screen and (max-width:680px){
		
		.counsel-wrap .entry .file-info{padding-left:83px;max-width:none}
		.counsel-wrap .entry .file-info label{line-height:40px;min-width:84px; font-size:13px;}
		.counsel-wrap .entry .file-info .file-delete{line-height:38px;min-width:82px; font-size:13px;}
	}
	@media only screen and (max-width:480px){
		.counsel-wrap .entry .file-info{padding-left:74px;}
		.counsel-wrap .entry .file-info label{min-width:75px;}
		.counsel-wrap .entry .file-info .file-delete{min-width:73px;}
	}



/*=======================================================
  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 .tab { position: relative; z-index: 123; background: #f9f9f9; text-align: center; border-radius: 16px; position: relative; margin-top:50px; }
.program-wrap .tab .fix { }
.program-wrap .tab .fix .vc { padding: 0px 65px 0 65px; background: #f9f9f9; border-radius: 16px; position: relative; border: 1px solid #e2e2e2; }
.program-wrap .tab ul { z-index: 2; overflow: hidden; position: relative; display: inline-block; vertical-align: top; }
.program-wrap .tab ul:after { display: block; content: ""; clear: both }
.program-wrap .tab li { float: left; position: relative; z-index: 2; margin: 0 3px; }
.program-wrap .tab li:nth-child(n+2) { margin-left: 55px }
.program-wrap .tab li a { display: block; line-height: 70px; border-radius: 6px; box-sizing: border-box; font-size: 20px; font-weight: 400; color: #111; letter-spacing: -0.03em; text-align: center; position: relative; }
.program-wrap .tab li a:after { width: 100%; height: 0; background: #ff7635; left: 0; bottom: -1px; display: block; content: ""; position: absolute; -webkit-transition: height 0.3s ease-in-out; -moz-transition: height 0.3s ease-in-out; -o-transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out; }
.program-wrap .tab li.active a, .program-wrap .tab li a:hover { color: #ff7635; font-weight: 600; }
.program-wrap .tab li.active a:after, .program-wrap .tab li a:hover:after { height: 4px; }
 @media only screen and (max-width:1440px) {
.program-wrap .tab { }
.program-wrap .tab .fix .vc { padding: 0px 50px 0 50px }
.program-wrap .tab li a { line-height: 50px; font-size: 18px; }
.program-wrap .tab li:nth-child(n+2) { margin-left: 45px }
}
 @media only screen and (max-width:1184px) {
.program-wrap .tab.fixed .fix { top: 70px; }
.program-wrap .tab li:nth-child(n+2) { margin-left: 35px }
}
 @media only screen and (max-width:999px) {
.program-wrap { }
.program-wrap .tab { }
.program-wrap .tab.fixed .fix { top: 120px; }
.program-wrap .tab .fix .vc { padding: 0px 25px 0 25px }
.program-wrap .tab li { float: left; }
.program-wrap .tab li a { line-height: 50px; font-size: 16px; }
.program-wrap .tab li:nth-child(n+2) { margin-left: 35px }
}
 @media only screen and (max-width:680px) {
.program-wrap .tab { }
.program-wrap .tab .fix .vc { padding: 0px 15px 0 15px }
.program-wrap .tab li { float: left; width:33.333333%; }
.program-wrap .tab li:nth-child(n+2) { margin-left: 0 }
.program-wrap .tab li a { font-size: 14px; line-height: 1.3em; display: flex; align-items: center; justify-content: center; height: 50px; }
.program-wrap .tab li.active a:after, .program-wrap .tab li a:hover:after { height: 3px; }
}
 @media only screen and (max-width:580px) {
.program-wrap .tab ul { margin: 0 -1% }
.program-wrap .tab li { width: 30%; margin: 0 1% }
.program-wrap .tab li a { font-size: 14px; }
.program-wrap .tab li:nth-child(n+2) a { padding: 0 10px; }
}
 @media only screen and (max-width:480px) {
.program-wrap .tab li a { font-size: 13px; }
.program-wrap .tab .abr .course-btn { width: 100px; }
}


/*=======================================================
  .lists
=========================================================*/
.program-wrap .lists{margin-top:30px;}
.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:0px; }
.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:0px;}
.program-wrap .lists .filter .abr .chk-radio:nth-child(n+2){margin-left:17px;}
.program-wrap .lists .filter .enter{width:120px; line-height:40px; border:1px solid #2f68c2; text-align:center; font-size:15px; background:#2f68c2; color:#fff; position:absolute; right:0; top:0; border-radius: 5px;}
.program-wrap .lists .filter .enter:hover{background:#fff; color:#2f68c2;  border:1px solid #2f68c2;}
.program-wrap .lists .filter .abr .search-btn{width:80px;position:absolute;right:0; top:0;text-align:center; font-size:16px; font-weight:400; color:#fff; border-radius:5px; line-height:35px; background:#7197ff;}
.program-wrap .lists .filter .abr .search-btn span{display:inline-block;vertical-align:top; padding-left:26px; background:url(../img/sub/ico-search.png) no-repeat left center;}


.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:15px;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:0px; 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:"접수기간"}
		.program-wrap .lists .list table tbody tr td:nth-child(9):before{content:"프로그램비용"}
		.program-wrap .lists .list table tbody tr td:nth-child(10):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; margin-bottom: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:115px; padding:17px 0px 17px 110px;}
		.program-wrap .lists .list table tbody td br{display:none}
		.program-wrap .lists .list table tbody tr td:nth-child(2){width:60px;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists .list table tbody tr{padding-left:115px}
		.program-wrap .lists .list table tbody tr td:nth-child(2){width:60px;}
		.program-wrap .lists .list table tbody td{padding-left:90px;}
		.program-wrap .lists .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}


/*=======================================================
  신청내역 .lists02
=========================================================*/
.program-wrap .lists02{margin-top:60px;}
.program-wrap .lists02 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists02 .search .chk-input{width:100%;}
.program-wrap .lists02 .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 .lists02 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists02 .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 .lists02 .search .enter:hover{background-color:#111 !important}

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

.program-wrap .lists02 .list{margin-top:17px;}
.program-wrap .lists02 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists02 .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 .lists02 .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 .lists02 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists02 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists02 .list table tbody tr{}
.program-wrap .lists02 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists02 .list table thead th{font-size:15px;}
		.program-wrap .lists02 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists02 .list table tbody tr td:nth-child(3):before{content:"신청자"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(4):before{content:"운영일자"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(5):before{content:"운영시간"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(6):before{content:"신청일시"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(7):before{content:"결제일시"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(8):before{content:"결제금액"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(9):before{content:"신청현황"}
		.program-wrap .lists02 .list table tbody tr td:nth-child(10):before{content:"취소"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists02 .filter .total{line-height:24px;}
		.program-wrap .lists02 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists02{margin-top:20px;}
		.program-wrap .lists02 .search{padding-right:40px;}
		.program-wrap .lists02 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists02 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

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

		.program-wrap .lists02 .list table tbody tr td:nth-child(2){width:100%; top:15px; font-weight:700;font-size:20px; }
		.program-wrap .lists02 .list table tbody tr td:nth-child(3){margin-top:10px; }
		.program-wrap .lists02 .list table tbody td{padding-left:90px;}
		.program-wrap .lists02 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}

/*=======================================================
  취소내역 .lists03
=========================================================*/
.program-wrap .lists03{margin-top:60px;}
.program-wrap .lists03 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists03 .search .chk-input{width:100%;}
.program-wrap .lists03 .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 .lists03 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists03 .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 .lists03 .search .enter:hover{background-color:#111 !important}

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

.program-wrap .lists03 .list{margin-top:17px;}
.program-wrap .lists03 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists03 .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 .lists03 .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 .lists03 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists03 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists03 .list table tbody tr{}
.program-wrap .lists03 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists03 .list table thead th{font-size:15px;}
		.program-wrap .lists03 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists03 .list table tbody tr td:nth-child(3):before{content:"신청자"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(4):before{content:"운영일자"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(5):before{content:"운영시간"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(6):before{content:"신청일시"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(7):before{content:"취소일시"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(8):before{content:"결제금액"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(9):before{content:"취소사유"}
		.program-wrap .lists03 .list table tbody tr td:nth-child(10):before{content:"취소현황"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists03 .filter .total{line-height:24px;}
		.program-wrap .lists03 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists03{margin-top:20px;}
		.program-wrap .lists03 .search{padding-right:40px;}
		.program-wrap .lists03 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists03 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

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

		.program-wrap .lists03 .list table tbody tr td:nth-child(2){width:100%; top:15px; font-weight:700;font-size:20px; }
		.program-wrap .lists03 .list table tbody tr td:nth-child(3){margin-top:10px; }
		.program-wrap .lists03 .list table tbody td{padding-left:90px;}
		.program-wrap .lists03 .filter .enter{width:100px; line-height:30px; font-size:14px;}
	}



/*=======================================================
  실무자 교육 .lists04
=========================================================*/
.program-wrap .lists04{margin-top:0px;}
.program-wrap .lists04 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists04 .search .chk-input{width:100%;}
.program-wrap .lists04 .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 .lists04 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists04 .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 .lists04 .search .enter:hover{background-color:#111 !important}


.program-wrap .lists04 .filter{position:relative;margin-top:0px; }
.program-wrap .lists04 .filter .total{line-height:35px;font-size:16px; color:#111; display:inline-block;vertical-align:top;}
.program-wrap .lists04 .filter .total span{color:#fe6c00;}
.program-wrap .lists04 .filter .abr{position:absolute; right:0; top:0; padding-right:84px; padding-top:0px;}
.program-wrap .lists04 .filter .abr .chk-radio:nth-child(n+2){margin-left:17px;}
.program-wrap .lists04 .filter .enter{width:120px; line-height:40px; border:1px solid #2f68c2; text-align:center; font-size:15px; background:#2f68c2; color:#fff; position:absolute; right:0; top:0; border-radius: 5px;}
.program-wrap .lists04 .filter .enter:hover{background:#fff; color:#2f68c2;  border:1px solid #2f68c2;}
.program-wrap .lists04 .filter .abr .search-btn{width:80px;position:absolute;right:0; top:0;text-align:center; font-size:16px; font-weight:400; color:#fff; border-radius:5px; line-height:35px; background:#7197ff;}
.program-wrap .lists04 .filter .abr .search-btn span{display:inline-block;vertical-align:top; padding-left:26px; background:url(../img/sub/ico-search.png) no-repeat left center;}


.program-wrap .lists04 .list{margin-top:17px;}
.program-wrap .lists04 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists04 .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 .lists04 .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 .lists04 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists04 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists04 .list table tbody tr{}
.program-wrap .lists04 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists04 .list table thead th{font-size:15px;}
		.program-wrap .lists04 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists04 .list table tbody tr td:nth-child(3):before{content:"교육주제"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(4):before{content:"교육대상"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(5):before{content:"교육기간"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(6):before{content:"교육시간"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(7):before{content:"교육인원"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(8):before{content:"신청기간"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(9):before{content:"교육비"}
		.program-wrap .lists04 .list table tbody tr td:nth-child(10):before{content:"신청"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists04 .filter .total{line-height:24px;}
		.program-wrap .lists04 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists04{margin-top:20px; }
		.program-wrap .lists04 .search{padding-right:40px;}
		.program-wrap .lists04 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists04 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

		.program-wrap .lists04 .list{margin-top:12px;}
		.program-wrap .lists04 .list table tbody tr{padding-left:115px; padding:17px 0px 17px 110px;}
		.program-wrap .lists04 .list table tbody td br{display:none}
		.program-wrap .lists04 .list table tbody tr td:nth-child(2){width:60px;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists04 .list table tbody tr{padding-left:115px}
		.program-wrap .lists04 .list table tbody tr td:nth-child(2){width:60px;}
		.program-wrap .lists04 .list table tbody td{padding-left:90px;}
		.program-wrap .lists04 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}

/*=======================================================
  실무자 교육 - 신청내역 .lists04-02
=========================================================*/
.program-wrap .lists04-02{margin-top:60px;}
.program-wrap .lists04-02 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists04-02 .search .chk-input{width:100%;}
.program-wrap .lists04-02 .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 .lists04-02 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists04-02 .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 .lists04-02 .search .enter:hover{background-color:#111 !important}

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

.program-wrap .lists04-02 .list{margin-top:17px;}
.program-wrap .lists04-02 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists04-02 .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 .lists04-02 .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 .lists04-02 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists04-02 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists04-02 .list table tbody tr{}
.program-wrap .lists04-02 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists04-02 .list table thead th{font-size:15px;}
		.program-wrap .lists04-02 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists04-02 .list table tbody tr td:nth-child(3):before{content:"신청자"}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(4):before{content:"교육기간"}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(5):before{content:"교육시간"}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(6):before{content:"신청일시"}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(7):before{content:"결제금액"}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(8):before{content:"신청현황"}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(9):before{content:"취소"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists04-02 .filter .total{line-height:24px;}
		.program-wrap .lists04-02 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists04-02{margin-top:20px;}
		.program-wrap .lists04-02 .search{padding-right:40px;}
		.program-wrap .lists04-02 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists04-02 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

		.program-wrap .lists04-02 .list{margin-top:12px;}
		.program-wrap .lists04-02 .list table tbody tr{padding-left:110px; padding:50px 0px 17px 0px;}
		.program-wrap .lists04-02 .list table tbody td br{display:none}
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(2){width:100%;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists04-02 .list table tbody td img{display:none}
		.program-wrap .lists04-02 .list table tbody tr{padding-left:0px; }

		.program-wrap .lists04-02 .list table tbody tr td:nth-child(2){width:100%; top:15px; font-weight:700;font-size:20px; }
		.program-wrap .lists04-02 .list table tbody tr td:nth-child(3){margin-top:10px; }
		.program-wrap .lists04-02 .list table tbody td{padding-left:90px;}
		.program-wrap .lists04-02 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}

/*=======================================================
  실무자 교육 - 취소내역 .lists04-03
=========================================================*/
.program-wrap .lists04-03{margin-top:60px;}
.program-wrap .lists04-03 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists04-03 .search .chk-input{width:100%;}
.program-wrap .lists04-03 .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 .lists04-03 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists04-03 .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 .lists04-03 .search .enter:hover{background-color:#111 !important}

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

.program-wrap .lists04-03 .list{margin-top:17px;}
.program-wrap .lists04-03 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists04-03 .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 .lists04-03 .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 .lists04-03 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists04-03 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists04-03 .list table tbody tr{}
.program-wrap .lists04-03 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists04-03 .list table thead th{font-size:15px;}
		.program-wrap .lists04-03 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists04-03 .list table tbody tr td:nth-child(3):before{content:"신청자"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(4):before{content:"교육기간"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(5):before{content:"교육시간"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(6):before{content:"신청일시"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(7):before{content:"취소일시"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(8):before{content:"결제금액"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(9):before{content:"취소사유"}
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(10):before{content:"취소현황"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists04-03 .filter .total{line-height:24px;}
		.program-wrap .lists04-03 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists04-03{margin-top:20px;}
		.program-wrap .lists04-03 .search{padding-right:40px;}
		.program-wrap .lists04-03 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists04-03 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

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

		.program-wrap .lists04-03 .list table tbody tr td:nth-child(2){width:100%; top:15px; font-weight:700;font-size:20px; }
		.program-wrap .lists04-03 .list table tbody tr td:nth-child(3){margin-top:10px; }
		.program-wrap .lists04-03 .list table tbody td{padding-left:90px;}
		.program-wrap .lists04-03 .filter .enter{width:100px; line-height:30px; font-size:14px;}
	}


/*=======================================================
  자원봉사 .lists05
=========================================================*/
.program-wrap .lists05{margin-top:0px;}
.program-wrap .lists05 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists05 .search .chk-input{width:100%;}
.program-wrap .lists05 .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 .lists05 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists05 .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 .lists05 .search .enter:hover{background-color:#111 !important}


.program-wrap .lists05 .filter{position:relative;margin-top:0px; }
.program-wrap .lists05 .filter .total{line-height:35px;font-size:16px; color:#111; display:inline-block;vertical-align:top;}
.program-wrap .lists05 .filter .total span{color:#fe6c00;}
.program-wrap .lists05 .filter .abr{position:absolute; right:0; top:0; padding-right:84px; padding-top:0px;}
.program-wrap .lists05 .filter .abr .chk-radio:nth-child(n+2){margin-left:17px;}
.program-wrap .lists05 .filter .enter{width:120px; line-height:40px; border:1px solid #2f68c2; text-align:center; font-size:15px; background:#2f68c2; color:#fff; position:absolute; right:0; top:0; border-radius: 5px;}
.program-wrap .lists05 .filter .enter:hover{background:#fff; color:#2f68c2;  border:1px solid #2f68c2;}
.program-wrap .lists05 .filter .abr .search-btn{width:80px;position:absolute;right:0; top:0;text-align:center; font-size:16px; font-weight:400; color:#fff; border-radius:5px; line-height:35px; background:#7197ff;}
.program-wrap .lists05 .filter .abr .search-btn span{display:inline-block;vertical-align:top; padding-left:26px; background:url(../img/sub/ico-search.png) no-repeat left center;}


.program-wrap .lists05 .list{margin-top:17px;}
.program-wrap .lists05 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists05 .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 .lists05 .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 .lists05 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists05 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists05 .list table tbody tr{}
.program-wrap .lists05 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists05 .list table thead th{font-size:15px;}
		.program-wrap .lists05 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists05 .list table tbody tr td:nth-child(3):before{content:"봉사명"}
		.program-wrap .lists05 .list table tbody tr td:nth-child(4):before{content:"봉사기간"}
		.program-wrap .lists05 .list table tbody tr td:nth-child(5):before{content:"봉사시간"}
		.program-wrap .lists05 .list table tbody tr td:nth-child(6):before{content:"모집대상"}
		.program-wrap .lists05 .list table tbody tr td:nth-child(7):before{content:"접수/정원"}
		.program-wrap .lists05 .list table tbody tr td:nth-child(8):before{content:"신청기간"}
		.program-wrap .lists05 .list table tbody tr td:nth-child(9):before{content:"신청"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists05 .filter .total{line-height:24px;}
		.program-wrap .lists05 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists05{margin-top:20px; }
		.program-wrap .lists05 .search{padding-right:40px;}
		.program-wrap .lists05 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists05 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

		.program-wrap .lists05 .list{margin-top:12px;}
		.program-wrap .lists05 .list table tbody tr{padding-left:115px; padding:17px 0px 17px 110px;}
		.program-wrap .lists05 .list table tbody td br{display:none}
		.program-wrap .lists05 .list table tbody tr td:nth-child(2){width:60px;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists05 .list table tbody tr{padding-left:115px}
		.program-wrap .lists05 .list table tbody tr td:nth-child(2){width:60px;}
		.program-wrap .lists05 .list table tbody td{padding-left:90px;}
		.program-wrap .lists05 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}


/*=======================================================
  자원봉사 - 신청내역 .lists05-02
=========================================================*/
.program-wrap .lists05-02{margin-top:60px;}
.program-wrap .lists05-02 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists05-02 .search .chk-input{width:100%;}
.program-wrap .lists05-02 .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 .lists05-02 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists05-02 .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 .lists05-02 .search .enter:hover{background-color:#111 !important}

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

.program-wrap .lists05-02 .list{margin-top:17px;}
.program-wrap .lists05-02 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists05-02 .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 .lists05-02 .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 .lists05-02 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists05-02 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists05-02 .list table tbody tr{}
.program-wrap .lists05-02 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists05-02 .list table thead th{font-size:15px;}
		.program-wrap .lists05-02 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists05-02 .list table tbody tr td:nth-child(3):before{content:"신청자"}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(4):before{content:"봉사명"}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(5):before{content:"봉사기간"}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(6):before{content:"신청일시"}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(7):before{content:"결제금액"}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(8):before{content:"신청현황"}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(9):before{content:"취소"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists05-02 .filter .total{line-height:24px;}
		.program-wrap .lists05-02 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists05-02{margin-top:20px;}
		.program-wrap .lists05-02 .search{padding-right:40px;}
		.program-wrap .lists05-02 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists05-02 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

		.program-wrap .lists05-02 .list{margin-top:12px;}
		.program-wrap .lists05-02 .list table tbody tr{padding-left:110px; padding:50px 0px 17px 0px;}
		.program-wrap .lists05-02 .list table tbody td br{display:none}
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(2){width:100%;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists05-02 .list table tbody td img{display:none}
		.program-wrap .lists05-02 .list table tbody tr{padding-left:0px; }

		.program-wrap .lists05-02 .list table tbody tr td:nth-child(2){width:100%; top:15px; font-weight:700;font-size:20px; }
		.program-wrap .lists05-02 .list table tbody tr td:nth-child(3){margin-top:10px; }
		.program-wrap .lists05-02 .list table tbody td{padding-left:90px;}
		.program-wrap .lists05-02 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}


/*=======================================================
  후원자모집 .lists06
=========================================================*/
.program-wrap .lists06{margin-top:0px;}
.program-wrap .lists06 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists06 .search .chk-input{width:100%;}
.program-wrap .lists06 .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 .lists06 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists06 .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 .lists06 .search .enter:hover{background-color:#111 !important}


.program-wrap .lists06 .filter{position:relative;margin-top:0px; }
.program-wrap .lists06 .filter .total{line-height:35px;font-size:16px; color:#111; display:inline-block;vertical-align:top;}
.program-wrap .lists06 .filter .total span{color:#fe6c00;}
.program-wrap .lists06 .filter .abr{position:absolute; right:0; top:0; padding-right:84px; padding-top:0px;}
.program-wrap .lists06 .filter .abr .chk-radio:nth-child(n+2){margin-left:17px;}
.program-wrap .lists06 .filter .enter{width:120px; line-height:40px; border:1px solid #2f68c2; text-align:center; font-size:15px; background:#2f68c2; color:#fff; position:absolute; right:0; top:0; border-radius: 5px;}
.program-wrap .lists06 .filter .enter:hover{background:#fff; color:#2f68c2;  border:1px solid #2f68c2;}
.program-wrap .lists06 .filter .abr .search-btn{width:80px;position:absolute;right:0; top:0;text-align:center; font-size:16px; font-weight:400; color:#fff; border-radius:5px; line-height:35px; background:#7197ff;}
.program-wrap .lists06 .filter .abr .search-btn span{display:inline-block;vertical-align:top; padding-left:26px; background:url(../img/sub/ico-search.png) no-repeat left center;}


.program-wrap .lists06 .list{margin-top:17px;}
.program-wrap .lists06 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists06 .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 .lists06 .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 .lists06 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists06 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists06 .list table tbody tr{}
.program-wrap .lists06 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists06 .list table thead th{font-size:15px;}
		.program-wrap .lists06 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists06 .list table tbody tr td:nth-child(3):before{content:"봉사명"}
		.program-wrap .lists06 .list table tbody tr td:nth-child(4):before{content:"봉사기간"}
		.program-wrap .lists06 .list table tbody tr td:nth-child(5):before{content:"모집대상"}
		.program-wrap .lists06 .list table tbody tr td:nth-child(6):before{content:"접수/정원"}
		.program-wrap .lists06 .list table tbody tr td:nth-child(7):before{content:"신청기간"}
		.program-wrap .lists06 .list table tbody tr td:nth-child(8):before{content:"신청"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists06 .filter .total{line-height:24px;}
		.program-wrap .lists06 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists06{margin-top:20px; }
		.program-wrap .lists06 .search{padding-right:40px;}
		.program-wrap .lists06 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists06 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

		.program-wrap .lists06 .list{margin-top:12px;}
		.program-wrap .lists06 .list table tbody tr{padding-left:115px; padding:17px 0px 17px 110px;}
		.program-wrap .lists06 .list table tbody td br{display:none}
		.program-wrap .lists06 .list table tbody tr td:nth-child(2){width:60px;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists06 .list table tbody tr{padding-left:115px}
		.program-wrap .lists06 .list table tbody tr td:nth-child(2){width:60px;}
		.program-wrap .lists06 .list table tbody td{padding-left:90px;}
		.program-wrap .lists06 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}

/*=======================================================
  후원자모집 - 신청내역 .lists06-02
=========================================================*/
.program-wrap .lists06-02{margin-top:60px;}
.program-wrap .lists06-02 .search{max-width:648px; position:Relative; margin:0 auto; padding-right:55px; box-sizing:border-box;}
.program-wrap .lists06-02 .search .chk-input{width:100%;}
.program-wrap .lists06-02 .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 .lists06-02 .search .chk-input input::placeholder{color:#999 !important; opacity:1 !important; }
.program-wrap .lists06-02 .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 .lists06-02 .search .enter:hover{background-color:#111 !important}

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

.program-wrap .lists06-02 .list{margin-top:17px;}
.program-wrap .lists06-02 .list table{border-top:2px solid #545454;table-layout:fixed}
.program-wrap .lists06-02 .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 .lists06-02 .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 .lists06-02 .list table tbody td.l{padding:10px 10px 10px 10px}
.program-wrap .lists06-02 .list table tbody td img{width:100%;border:1px solid #ddd;box-sizing:border-box;}
.program-wrap .lists06-02 .list table tbody tr{}
.program-wrap .lists06-02 .list table tbody tr:hover{background:#f9f9f9}
	@media only screen and (max-width:1200px){
		.program-wrap .lists06-02 .list table thead th{font-size:15px;}
		.program-wrap .lists06-02 .list table tbody td{font-size:14px;}

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

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

		.program-wrap .lists06-02 .list table tbody tr td:nth-child(3):before{content:"신청자"}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(4):before{content:"봉사명"}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(5):before{content:"봉사기간"}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(6):before{content:"신청일시"}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(7):before{content:"결제금액"}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(8):before{content:"신청현황"}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(9):before{content:"취소"}
	}
	@media only screen and (max-width:840px){
		.program-wrap .lists06-02 .filter .total{line-height:24px;}
		.program-wrap .lists06-02 .filter .abr{/*display:none*/}
	}
	@media only screen and (max-width:680px){
		.program-wrap .lists06-02{margin-top:20px;}
		.program-wrap .lists06-02 .search{padding-right:40px;}
		.program-wrap .lists06-02 .search .chk-input input{height:40px; font-size:14px; padding:0 10px;}
		.program-wrap .lists06-02 .search .enter{width:40px;height:40px;background-size:16px auto;}

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

		.program-wrap .lists06-02 .list{margin-top:12px;}
		.program-wrap .lists06-02 .list table tbody tr{padding-left:110px; padding:50px 0px 17px 0px;}
		.program-wrap .lists06-02 .list table tbody td br{display:none}
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(2){width:100%;}
	}
	@media only screen and (max-width:480px){
		.program-wrap .lists06-02 .list table tbody td img{display:none}
		.program-wrap .lists06-02 .list table tbody tr{padding-left:0px; }

		.program-wrap .lists06-02 .list table tbody tr td:nth-child(2){width:100%; top:15px; font-weight:700;font-size:20px; }
		.program-wrap .lists06-02 .list table tbody tr td:nth-child(3){margin-top:10px; }
		.program-wrap .lists06-02 .list table tbody td{padding-left:90px;}
		.program-wrap .lists06-02 .filter .enter{width:100px; line-height:30px; font-size:15px;}
	}

/*=======================================================
  .details
=========================================================*/
.program-wrap .details{position:relative; padding-top:0px; border-top:0px 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 #111; 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:370px;border-bottom:1px solid #ddd;box-sizing:border-box; padding-top:30px; padding-bottom:30px}
.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-recruit{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 14px;}
/*.btn-wait:hover{background:#fff; color:#06afc0; border:1px solid #06afc0;}*/

.btn-wait{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;}*/

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



/*=======================================================
  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;}
..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 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 {}
	}


/* ======================================================
   .pay-wrap
=========================================================*/
.pay-wrap{max-width:600px; margin:0 auto; background:#f8f8f8; padding:60px; border-radius:20px;}
.pay-wrap .logo{background:url(../img/content/login-logo.jpg) no-repeat center top; height:66px; margin-bottom:60px;}
	@media only screen and (max-width:999px){
		.pay-wrap .logo{margin-bottom:40px; background-size:auto 55px ; height:55px;}
	}
	@media only screen and (max-width:680px){
		.pay-wrap .logo{ background-size:auto 40px ; height:40px;}
	}
	@media only screen and (max-width:480px){
	.pay-wrap{background:#f8f8f8; padding:20px; border-radius:8px;}	
	}
/* ======================================================
   .pay-wrap.cancel
=========================================================*/
.pay-wrap.cancel{}
.pay-wrap.cancel h3{font-size:28px ;font-weight:600; color:#111; line-height:1.2em; letter-spacing:-0.03em; margin-bottom:30px;}
.pay-wrap.cancel h5{font-size:18px ;font-weight:500; color:#111; line-height:1.2em; letter-spacing:-0.03em; margin-bottom:10px;}
.pay-wrap.cancel .stit{font-size:16px; font-weight:400; color:#1f1f1f; letter-spacing:-0.03em; line-height:1.4em;}
.pay-wrap.cancel .ex{margin-top:25px; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2; padding:30px 0;}
.pay-wrap.cancel .ex ul{}
.pay-wrap.cancel .ex li{position:relative; padding-left:12px; font-size:14px; font-weight:300; color:#111; line-height:1.2em;}
.pay-wrap.cancel .ex li:nth-child(n+2){margin-top:5px;}
.pay-wrap.cancel .ex li:before{background:#777; width:6px;height:1px; position:absolute; left:0; top:8px; display:block ;content:""}
.pay-wrap.cancel .field{display:block; margin-top:25px;}
.pay-wrap.cancel .chk-check{display:block; }
.pay-wrap.cancel .chk-check label{}
.pay-wrap.cancel .chk-input{display:block; margin-top:20px;}
.pay-wrap.cancel .chk-input textarea{}
.pay-wrap.cancel .chk-select{display:block; margin-top:30px;}
.pay-wrap.cancel .chk-select select{ }
.pay-wrap.cancel .cancel-btn{margin-top:20px;display:block; line-height:60px; background:#0b9fbc; border:1px solid #0b9fbc; text-align:center; font-size:18px; font-weight:300; letter-spacing:-0.03em; color:#fff; border-radius:5px;}
.pay-wrap.cancel .cancel-btn:hover{margin-top:20px;display:block; line-height:60px; border:1px solid #0b9fbc; background:#fff; text-align:center; font-size:18px; font-weight:300; letter-spacing:-0.03em; color:#1f1f1f; border-radius:5px;}


	@media only screen and (max-width:1240px){
		
	}
	@media only screen and (max-width:999px){
		.pay-wrap.cancel h3{font-size:25px; margin-bottom:40px;}
		.pay-wrap.cancel .stit{font-size:15px;}
		.pay-wrap.cancel .ex{padding:25px 0}
		.pay-wrap.cancel .ex ul{padding:0 5px;}
		.pay-wrap.cancel .ex li{padding-left:10px;}
		.pay-wrap.cancel .ex li:before{width:4px}
		.pay-wrap.cancel .field{margin-top:15px;}
		.pay-wrap.cancel .cancel-btn{line-height:55px; font-size:17px;}
	}
	@media only screen and (max-width:680px){
		.pay-wrap.cancel h3{font-size:23px; margin-bottom:20px;}
		.pay-wrap.cancel .stit{font-size:14px;}

		.pay-wrap.cancel .cancel-btn{line-height:50px; font-size:16px;}
	}
	@media only screen and (max-width:480px){
		.pay-wrap.cancel h3{font-size:21px}
		.pay-wrap.cancel h5{font-size:16px}
		.pay-wrap.cancel .stit{font-size:13px;}
		
	}


/* =====================================
   cardnews-wrap.list
===================================== */
.cardnews-wrap.list{padding-top:0px;}
.cardnews-wrap.list .list{}
.cardnews-wrap.list .list ul{margin:0 -1%}
.cardnews-wrap.list .list ul:after{display:block; content:"";clear:both}
.cardnews-wrap.list .list li{float:left; width:23%; margin:0 1%; position:relative;}
.cardnews-wrap.list .list li:nth-child(n+5){margin-top:3%; left:0px;}
.cardnews-wrap.list .list li a{display:block; }
.cardnews-wrap.list .list li .img{position:relative;border:0px solid #d0d0d0; padding:0px;  }
.cardnews-wrap.list .list li .img p{border:0px solid #f0f0f0;overflow:hidden; border-radius:40px;}
.cardnews-wrap.list .list li .img img{ width:100%; height:281px; -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;}
.cardnews-wrap.list .list li .txt{margin-top:20px; height:62px; text-align:center;}
.cardnews-wrap.list .list li .btxt{font-size:16px; color:#000; line-height:1.3em;}
.cardnews-wrap.list .list li .stxt{margin-top:5px;font-size:14px; color:#666; line-height:1.3em;}
.cardnews-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); box-shadow:0px 10px 30px rgb(0 0 0 / 10%))}
.cardnews-wrap.list .list li a:hover .img{ border-radius:40px; box-shadow:0px 10px 30px rgb(0 0 0 / 10%)}

/*.cardnews-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;}
.cardnews-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;}

.cardnews-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;}
.cardnews-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;}
*/
.cardnews-wrap.list .list li a:hover .img:before{width:calc(100% + 2px);  }
.cardnews-wrap.list .list li a:hover .img:after{width:calc(100% + 2px); }

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

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




.cdnSldr {margin:0px auto; width: 700px;}
.cdnSldr .slick-arrow {display: block; width: 60px; height: 60px; position: absolute; z-index: 1; top: 50%; margin-top: -30px; text-indent: -9999px;}
.cdnSldr .slick-prev {left: 0; margin-left: -80px; background: url('../img/sub/card_slider_arrow_prev.png')no-repeat center center;}
.cdnSldr .slick-next {right: 0; margin-right: -80px; background: url('../img/sub/card_slider_arrow_next.png')no-repeat center center;}
.cdnSldr .slick-dots {text-align: center; margin-top: 15px;}
.cdnSldr .slick-dots li {display: inline-block; vertical-align: middle; margin: 0 5px;}
.cdnSldr .slick-dots li button {display: block; text-indent: -9999px; width: 15px; height: 15px; background-color: #ddd; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.cdnSldr .slick-dots li.slick-active button {background-color: #0079ff;}
.bbs_contents { margin-bottom: 60px;}
.bbs_contents2 { margin-top: 60px;}




/* =====================================
   board01 온라인상담
===================================== */
.board01 {table-layout:fixed; width:100%; height:auto; border-top:1px solid #111;}
.board01 thead th, .board01 tbody th {text-align: center; border-bottom: 1px solid #ddd; font-size: 16px;color: #333; font-weight: 400; padding: 20px 5px;}
.board01 thead th a {color:#111;}
.board01 tbody td {text-align: center; border-bottom: 1px solid #ddd; font-size: 16px; color: #666; font-weight: 400; padding: 20px 5px;}
.board01 tbody td.l { text-align: left;}
.board01 tbody td.b {font-weight:bold;}
.board01 tbody td.date {color:#888;}
.board01 tbody tr td .sicon {font-size:0; display:inline-block; vertical-align:middle; margin:-3px 5px 0 0;}

.board01 tbody td.SubJ > span {}
.board01 tbody td.SubJ > span img {vertical-align:middle; margin:0 0 0 5px;}
.board01 .left {text-align:left;}
.board01 .tdLeft {text-align:left;}
.board01 .RNone {border-right:none;}
.board01 .Date {font-weight:400; color:#999;}
.board01 tbody td a {text-decoration:none; color:#111; text-decoration:none;}
.board01 tbody td a:hover {text-decoration:underline;}
.board01 .check {}
.board01 .lock {position:relative; padding:0 0 0 25px;}
.board01 .lockimg {position:absolute; top:50%; transform:translateY(-50%); left:0;}



	.board01 .list_ct {color:#999}
	.board01 .list_ct i {display:inline-block; font-style:normal; text-align:center; font-size:13px; padding:3px 15px; font-weight:bold; line-height:20px; vertical-align:middle; box-sizing:border-box; border-radius:50px;}
	.board01 .list_ct .ct1 {background:#ffe8e6; color:#ff7466;} 
	.board01 .list_ct .ct2 {background:#f1e4fb; color:#9042cd;}
	.board01 .list_ct .ct3 {background:#e6f3d5; color:#6aa81c;} 
	.board01 .list_ct .ct4 {background:#e2f4fe; color:#358cdc;} 
	.board01 .list_ct .ct5 {background:#ffefad; color:#ffa414;} 
	.board01 .list_ct .ct14 {background:#444; color:#fff;} 

	.board01 .list_ct.type i {position:absolute; top:5px; left:5px;}

	.basicN.ct1 {vertical-align:middle; background:#0c8967; border:1px solid #0c8967;}
	.basicN.ct2 {vertical-align:middle; background:#ff8517; border:1px solid #ff8517;}

	@media(max-width:767px) {
	.contbx table {width:auto !important;}
	.contbx img {width:100%; min-width:100% !important; height:auto !important;}
	.contbx iframe {width:100% !important; max-width:560px !important; max-height:315px !important}

	.board01.mobile {display:block; overflow:hidden;}
	.board01.mobile thead {display:none;}
	.board01.mobile tbody {text-align:left;}
	.board01.mobile tbody, 
	.board01.mobile tbody tr, 
	.board01.mobile tbody tr th,
	.board01.mobile tbody tr td {transition:all 0.3s ease-out; float:left; clear:left; width:100%; box-sizing:border-box; border:none;}
	.board01.mobile tbody tr {padding-top:14px; padding-bottom:14px; border:1px solid #c6c6c6; border-bottom:none; border-left:none; border-right:none;}
	.board01.mobile tbody tr:first-child {border-top-width:0;}
	.board01.mobile tbody tr:last-child {border-bottom:1px solid #c6c6c6;}
	.board01.mobile tbody tr th {padding:10px 0; border-top-width:0; background-color:transparent; text-align:left;}
	.board01.mobile tbody tr td {border-top-width:0; text-align:left; padding:0;}
	.board01.mobile tbody tr td.SubJ {margin:5px 0;}
	.board01.mobile .Non {display:none;} 
	.board01.mobile tbody tr td.tit {font-weight:bold;}
	.board01.mobile tbody tr td.name {font-weight:bold; font-size:14px; margin:5px 0 3px;}
	.board01.mobile tbody tr td.date {color:#888; font-size:13px;}
	.board01.mobile .lock {padding:0 0 0 25px;}
	.board01.mobile .lockimg {position:absolute; top:50%; transform:translateY(-50%); width:14px;}

	.board01 .list_ct i {margin:0 0 5px; font-size:11px; padding:1px 15px;}
	.board01.mobile tbody tr td:nth-child(3) { display: block;}
}

	.board01-view {overflow:hidden; width:100%; height:auto; border-top:1px solid #2b2b2b;}
	.board01-view tbody th {background-color:#f9f9f9; padding:0 10px;}
	.board01-view tbody .title {font-weight:bold; color:#111; font-size:24px;}
	.board01-view tbody th.date {padding:10px 10px 20px;}
	.board01-view tbody th a {color:#555;}
	.board01-view tbody td {border-bottom:1px solid #e5e5e5; padding:20px; font-weight:initial; letter-spacing:initial; font-size:1em;}

	.board01-view td p.check {position:relative;}
	.board01-view tbody td .Nick {}
	.board01-view tbody td .Time {color:#888;}
	.board01-view tbody td a {color:#555;}

	.contbx {min-height:300px !important; vertical-align:top; font-weight:initial;}
	.contbx div {width:800px !important; margin:0 auto;}

@media(max-width:767px) {
	.board01-view.mobile {display:block}
	.board01-view.mobile thead {display:none;}
	.board01-view.mobile tbody {text-align:left;}
	.board01-view.mobile tbody, 
	.board01-view.mobile tbody tr, 
	.board01-view.mobile tbody tr th,
	.board01-view.mobile tbody tr td {transition:all 0.3s ease-out; float:left; clear:left; width:100%; box-sizing:border-box; border:none;}
	.board01-view.mobile tr:nth-child(odd) {background-color:#fafafa;}
	.board01-view.mobile tbody tr {padding-top:14px; padding-bottom:14px; border:1px solid #c6c6c6; border-bottom:none; border-left:none; border-right:none;}
	.board01-view.mobile tbody tr:first-child {border-top-width:0;}
	.board01-view.mobile tbody tr:last-child {border-bottom:1px solid #c6c6c6;}
	.board01-view.mobile tbody tr th {padding:0 20px; border-top-width:0; background-color:transparent; text-align:left;}
	.board01-view.mobile tbody tr td {border-top-width:0; text-align:left; padding:0 20px;}

	.board01-view.mobile table	{width:auto !important; word-break:break-all;}
	.board01-view.mobile table tbody,
	.board01-view.mobile table tbody tr,
	.board01-view.mobile table tbody tr th, 
	.board01-view.mobile table tbody tr td {float:none !important;}

	.board01-view tbody .title {font-size:1em;}
	.board01-view tbody tr td {padding:20px 0;}

	.contbx div {width:100% !important;}
}

.bt-color01, .bt-color02, .bt-color03, .bt-color04, .bt-color05 {display:inline-block; width:70px; text-align:center; font-size:12px; line-height:22px; padding:4px 0; margin:5px 0; border-radius:10px;}
.bt-color01 {color:#fff !important; background:#43bb7e;}
.bt-color02 {color:#ddd !important; background:#999;}
.bt-color03 {color:#fff !important; background:#f58e85;}
.bt-color04 {color:#fff !important; background:#febf16;}
.bt-color05 {color:#333 !important; background:#fff; border:1px solid #ccc;}


.board-wrap.list table tbody td.category i,
.tbl_col tbody td.category i {
	display:inline-block; font-style:normal !important; text-align:center; font-size:13px; 
	padding:3px 15px; font-weight:bold; line-height:20px; vertical-align:middle; 
	box-sizing:border-box; border-radius:50px; 
}
.cate1 { background:#00aaaf !important; color:#fff !important; }
.cate2 { background:#f1e4fb !important; color:#9042cd !important; } 
.cate3 { background:#ffe8e6 !important; color:#ff7466 !important; }
.cate4 { background:#e6f3d5 !important; color:#6aa81c !important; }
.cate5 { background:#ffefad !important; color:#ffa414 !important; }
.cate6 { background:#444 !important; color:#fff !important; }




/* =====================================
   event-wrap.list
===================================== */
.event-wrap.list{padding-top:50px;}
.event-wrap.list .list{}
.event-wrap.list .list ul{margin:0 -1.5%}
.event-wrap.list .list ul:after{display:block; content:"";clear:both}
.event-wrap.list .list li{float:left; width:30%; margin:0 1.5%; position:relative;}
.event-wrap.list .list li:nth-child(n+4){margin-top:2%}
.event-wrap.list .list li a{height:480px; display:block; }
.event-wrap.list .list li .img{overflow:hidden; border: 1px solid #ddd; border-radius:40px 40px 0 0;}
.event-wrap.list .list li .img img{height:350px; 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 #ddd; border-top:none; height:128px; box-sizing:border-box; padding:28px 24px; position:relative; border-radius:0 0 40px 40px;}
.event-wrap.list .list li .btxt{font-size:20px; color:#000; line-height:1.3em; font-weight:600;}
.event-wrap.list .list li .stxt{margin-top:17px;font-size:16px; color:#666; line-height:1.3em; padding-left: 30px; background: url(../img/content/event-ico.jpg) no-repeat left center; }
.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;}

/*.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:hover{box-shadow: 10px 10px 30px rgba(0,0,0,0.08);  border-radius:40px 40px 40px 40px; }
.event-wrap.list .list li a:hover .img img{ box-shadow: 0px 0px 30px rgba(0,0,0,0.07); 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: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:30px;}
		.event-wrap.list .list li .img{ border-radius:20px 20px 0 0;}
		.event-wrap.list .list li .txt{ border-radius:0 0 20px 20px;}
		.event-wrap.list .list li .img{height:250px;overflow: hidden;}
		
	}


/* =====================================
   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}
	}


/*=======================================================
  .comment-wrap
=========================================================*/
.comment-wrap .vcomment{position:relative;background:#f5f5f5; padding:35px; border-radius:30px; }
.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 #ddd; border-radius:20px; 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:20px; line-height:120px; position:Absolute;right:0; top:0;background:#175aaf; color:#fff; font-weight:300; font-size:24px; letter-spacing:-0.03em; font-family: 'TTLaundryGothicB';}
.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/sub/cmmt-secret02.png) no-repeat left center; }
.comment-wrap .vcomment .secret-btn.active{background-image:url(../img/sub/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; border-top:1px solid #111;}
.comment-wrap .list li{padding:20px 0; }

.comment-wrap .list li:nth-child(n+2){border-top:1px solid #dee3eb;}
.comment-wrap .list li:last-child{border-bottom:1px solid #999;}
.comment-wrap .list .info{}
.comment-wrap .list .info .name{display:inline-block;vertical-align:top; line-height:20px; font-size:20px; color:#111; letter-spacing:-0.03em; font-weight:700;}
.comment-wrap .list .info .date{margin-left:17px;font-size:17px; color:#777; 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:17px;font-weight:400; letter-spacing:-0.03em; color:#333; line-height:1.5em; word-break: keep-all;}

.comment-wrap .list .vtxt .secret-ico{background:url(../img/sub/cmmt-secret.png) no-repeat left center; padding-left: 30px;}

.comment-wrap .list .vtxt .reply-btn{width:100px; height:40px; border-radius:7px; 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:400; color:#30353e; display:block; position:relative; background: #fff; border: 1px solid #ddd; border-radius: 7px;  cursor: pointer; width: 75px;  text-align: center; font-size: 14px; padding: 7px;  margin: 0 0 5px; line-height: 20px;}
.comment-wrap .list .ctrls li a:after{width:0px;height:0px; position:absolute;left:0; bottom:-3px;background:#555; display:block; content:""}
.comment-wrap .list .ctrls li:nth-child(n+2){border:none; margin-left:5px;}
.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/sub/cmmt-modify.png) no-repeat left center}
.comment-wrap .list .ctrls li:nth-child(2) a{background:url(../img/sub/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/sub/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;  width:50px; padding:0; /*background-size:20px auto !important; text-indent:-9999em; 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:20px; 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; border-radius:20px;}
.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 #ddd;}
.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/sub/cmmt-secret02.png) no-repeat left center; }
.comment-wrap .comment .secret-btn.active{background-image:url(../img/sub/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:20px; letter-spacing:-0.03em; border-radius:0 0 20px 0;  font-family: 'TTLaundryGothicB'}
.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){
		
	}


/*=======================================================
  .agrees
=========================================================*/
.agrees{}
.agrees .stit{font-size:20px; font-weight:300; letter-spacing:-0.03em; line-height:1.4em; color:#000;word-break: keep-all;}
.agrees .cont{margin-top:20px;border-top:1px solid #ddd; border-bottom:1px solid #e8e8e8}
.agrees .all-agree{ padding:20px; border-bottom:1px solid #ccc}
.agrees .all-agree .chk-check input[type="checkbox"] + label{padding-left:37px; height:auto; min-height:26px; letter-spacing:-0.02em; line-height:24px; font-size:17px}
.agrees .all-agree .chk-check input[type="checkbox"] + label:before{width:26px;height:26px; position:absolute; left:0; top:0;background:url(../img/sub/login-save.jpg) no-repeat center center; background-size:100% auto; border:none; border-radius:100%; }
.agrees .all-agree .chk-check input[type="checkbox"]:checked + label:before{background-image:url(../img/sub/login-saveo.jpg) }
.agrees .all-agree .txt{padding-left:37px;font-size:17px; color:#666; font-weight:400; letter-spacing:-0.03em; line-height:1.45em; margin-top:10px;word-break: keep-all;}
.agrees ul{}
.agrees li{padding:20px; position:relative; }
.agrees li:nth-child(n+2){border-top:1px solid #e8e8e8}
.agrees li .arrow{width:28px;height:28px; position:absolute;right:15px; top:18px; display:block; content:""; background:url(../img/sub/agree-arrow01.jpg) no-repeat center center}
.agrees li.active .arrow, .agrees li.show .arrow{ background-image:url(../img/sub/agree-arrow02.jpg)}
.agrees li.active .vc{display:block; height:auto;}
.agrees li .vc{overflow:hidden;height:0;}
.agrees li .vscrolls-box{background:#f9f9f9; margin-top:20px;}
.agrees li .vscrolls .txt{ padding:30px;   }
.agrees li .vscrolls p{font-size:16px; font-weight:400; letter-spacing:-0.03em; line-height:1.8em;color:#666;word-break: keep-all;}
.agrees li .slimScrollBar{border-top:5px solid #f9f9f9;border-bottom:5px solid #f9f9f9;}
.agrees li .chk-check input[type="checkbox"] + label{padding-right:30px;}
	@media only screen and (max-width:1200px){
		.agrees .stit{font-size:18px;}
		.agrees .all-agree .chk-check input[type="checkbox"] + label{padding-left:30px; min-height:22px; line-height:20px; font-size:16px;}
		.agrees .all-agree .chk-check input[type="checkbox"] + label:before{width:22px;height:22px;}
		.agrees .all-agree .txt{padding-left:30px;font-size:16px;}
		.agrees li .vscrolls p{font-size:15px;}
	}
	@media only screen and (max-width:999px){
		.agrees .stit{font-size:16px;}
		.agrees .all-agree .chk-check input[type="checkbox"] + label{font-size:15px;}
		.agrees .all-agree .txt{font-size:15px;}
		
		.agrees li .vscrolls .txt{ padding:20px }
		.agrees li .vscrolls p.mg20t{margin-top:15px;}
	}
	@media only screen and (max-width:680px){
		.agrees .cont{margin-top:20px;}
		.agrees .all-agree{ padding:15px 10px;}
		.agrees .all-agree .txt{margin-top:5px}
		.agrees li{padding:15px 10px;}
		.agrees li .arrow{background-size:10px auto; right:5px; top:12px;}
		.agrees li .vscrolls-box{margin-top:15px;}
		.agrees li .vscrolls .txt{ padding:20px 15px; }
		.agrees li .vscrolls p{font-size:14px; line-height:1.6em;}
		.agrees li .vscrolls p.mg20t{margin-top:10px;}
	}
	@media only screen and (max-width:480px){
		.agrees .stit{font-size:15px;}
		.agrees .all-agree .chk-check input[type="checkbox"] + label{font-size:14px;}
		.agrees .all-agree .txt{font-size:14px;}

		.agrees li .vscrolls p{font-size:13px;}
	}


	/* ======================================================
   .layer-wrap.password
=========================================================*/
.layer-wrap00{display:none; position:absolute; left:0; top:0; width:100%;height:100%; box-sizing:border-box;overflow-y:auto; background-color:#000; opacity: 0.5;
    position: fixed;
    inset: 0px;
    opacity: 0.5;
    z-index: 9998;
    cursor: pointer;}
.layer-wrap.password {padding:25px;width:96%; max-width:400px; border: 1px solid #ddd; box-sizing:border-box; border-radius:30px; background:#fff; position:fixed; display:none;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%);box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)  ; }

.layer-wrap.password .is-con{text-align:center;}
.layer-wrap.password .is-con .btxt{font-size:18px; color:#1f1f1f; font-weight:500; line-height:1.2em; padding-top:70px; padding-bottom:20px; background:url(../img/sub/password-ico.jpg) no-repeat center 10px}
.layer-wrap.password .is-con .stxt{font-size:14px; color:#888; font-weight:400; line-height:1.2em; margin-top:7px;}

.layer-wrap.password .is-btm{margin-top:20px; text-align: center;}
.layer-wrap.password .is-btm:after{display:block; content:"";clear:both;}
.layer-wrap.password .is-btm a{display:inline-block;vertical-align:top; min-width: 150px; text-align:center; border-radius:45px;}
.layer-wrap.password .is-btm .end-btn{float:left;border:1px solid #d1d1d1; line-height:45px; font-size:14px; color:#1f1f1f; font-weight:400; letter-spacing:-0.03em;}
.layer-wrap.password .is-btm .enter-btn{/*float:right;*/ border:1px solid #111; background:#111; line-height:45px; font-size:16px; color:#fff; font-weight:400; letter-spacing:-0.03em; }

