@charset "UTF-8";




/*개인정보 처리방침 & 이용약관*/
.pri_terms {word-break:keep-all;}
/*.pri_terms .pri_terms_bg {
	display:block;
	width:100%;
	background-image:none;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top center;
}*/
/*.pri_terms .pri_terms_cont {margin:0px;}*/
.pri_terms .pri_terms_cont h4 {
	font-size:24px;
	color:#000;
	line-height:1.4;
	text-align:left;
	font-weight:600;
	margin-top:20px;
	margin-bottom:15px;
}
.pri_terms .pri_terms_cont p {
	font-size:18px;
	color:#000;
	line-height:1.4;
	text-align:left;
	margin-bottom:15px
}
.pri_terms .tit01 {
	font-size:20px;
	font-weight:600;
	text-decoration:underline;
	position:relative;
	margin-left:25px;
	margin-bottom:10px;
}
.pri_terms .tit01:before {
	content:'';
	display:block;
	width:23px; height:21px;
	background-image:url(../_img/contents/icon_tit.png);
	background-size:80%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:3px;
	left:-25px;
}
.pri_terms .ml20 {margin-left:15px;}
.pri_terms .mb25 {margin-bottom:25px;}
.pri_terms .tbl_wrap {margin:30px 0; width:100%; overflow-x:auto;}
.pri_terms .tbl_wrap .tbl {width:100%; min-width:900px; }
.pri_terms .tbl_wrap .tbl th {
	border:1px solid #999;
	background-color:#f5f5f5;
	font-size:18px;
	color:#000;
	line-height:1.4;
	font-weight:600;
	padding:20px;
	text-align:center;
}
.pri_terms .tbl_wrap .tbl td {
	border:1px solid #999;
	font-size:18px;
	color:#000;
	line-height:1.4;
	padding:20px;
}
.pri_terms .graybox {
	width:80%;
	padding:30px;
	margin:20px 0;
	background-color:#f5f5f5;
	overflow-x:auto;
}
.pri_terms .graybox img {min-width:500px;}

@media screen and (max-width: 1024px) {
	.pri_terms .pri_terms_cont h4 {font-size:20px;margin-bottom:10px;}
	.pri_terms .pri_terms_cont p {font-size:16px;}
	.pri_terms .tit01 {font-size:18px;}
	.pri_terms .tbl_wrap .tbl th {font-size:16px;}
	.pri_terms .tbl_wrap .tbl td {font-size:16px;}
}
@media screen and (max-width: 980px) {
	.pri_terms .graybox {width:100%;}
	.pri_terms .pri_terms_cont h4 {font-size:18px;margin-bottom:5px;}
	.pri_terms .pri_terms_cont p {font-size:14px;}
	.pri_terms .tit01 {font-size:16px;}
	.pri_terms .tbl_wrap .tbl th {font-size:14px;}
	.pri_terms .tbl_wrap .tbl td {font-size:14px;}
}
@media screen and (max-width: 870px) {
	.pri_terms .graybox {padding:10px;}
	.pri_terms .pri_terms_cont {margin:50px 0;}
}
/*개인정보 처리방침 & 이용약관 -끝- */


/* 검색 */
#container.search .emph {
   color: #4f59d5;
}
#container.search .box_search {
   margin-top: 20px;
   padding: 30px 20px;
   border: 1px solid #eee;
   -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
           box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
   border-radius: 10px;
   text-align: center;
}
#container.search .box_search .wrap_sch {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
}
#container.search .box_search .wrap_inp {
   -webkit-box-flex: 1;
       -ms-flex-positive: 1;
           flex-grow: 1;
}
#container.search .box_search .inp {
   height: 60px;
   background: #f8f8f8;
}
#container.search .box_search .btn_search {
   -ms-flex-negative: 0;
       flex-shrink: 0;
   width: 120px;
   height: 60px;
   line-height: 60px;
   font-size: 18px;
   background: #4f59d5;
   color: #fff;
}
#container.search .box_search .btn_search:before {
   width: 30px;
   height: 30px;
   margin: 15px 8px 0 0;
   background-image:url(../_img/sub/ico_search_wh.png);
   background-position:center;
   background-repeat:no-repeat;
   background-size:100%;
   content: "";
}
#container.search .box_search .keywords {
   max-width: 1000px;
   margin: 20px auto 0;
   text-align: left;
   font-size: 0;
}
#container.search .box_search .keywords li {
   display: inline-block;
   margin-right: 6px;
   font-size: 16px;
}
#container.search .box_search .keywords li:last-child {
   margin-right: 0;
}
#container.search .box_search .keywords a {
   display: block;
   line-height: 30px;
   padding: 0 1em;
   border-radius: 30px;
   border: 1px solid #4f59d5;
   color: #4f59d5;
}
#container.search .info_total {
   margin-top: 40px;
   text-align: center;
   font-size: 20px;
}
#container.search .info_total b.emph {
   display: inline-block;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), color-stop(30%, #fd0));
   background: linear-gradient(180deg, white 70%, #fd0 30%);
}
#container.search .item_search_cate {
   margin-top: 40px;
}
#container.search .item_search_cate + .item_search_cate {
   margin: 60px auto 150px;
}
#container.search .item_search_cate .hd_item {
   position: relative;
   padding-left: 30px;
   line-height: 32px;
}
#container.search .item_search_cate .hd_item .tit_cate {
   display: inline-block;
   font-size: 30px;
   font-weight: 500;
}
#container.search .item_search_cate .hd_item .total {
   display: inline-block;
   margin-left: 12px;
   font-size: 18px;
   color: #777;
}
#container.search .item_search_cate .hd_item:before {
   position: absolute;
   top: 50%;
   left: 0;
   width: 16px;
   height: 16px;
   margin-top: -8px;
   border-radius: 100%;
   border: 3px solid #4f59d5;
   content: "";
}
#container.search .item_search_cate .lst_item {
   margin-top: 20px;
   border-top: 2px solid #777;
}
#container.search .item_search_cate .lst_item li {
   border-bottom: 1px solid #ddd;
   font-size: 0;
}
#container.search .item_search_cate .lst_item a {
   display: block;
   padding: 20px 14px;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
#container.search .item_search_cate .lst_item a:hover {
   background: #f9f9f9;
}
#container.search .item_search_cate .lst_item span {
   display: inline-block;
   position: relative;
   font-size: 18px;
   line-height: 20px;
}
#container.search .item_search_cate .lst_item span + span {
   margin-left: 10px;
   padding-left: 16px;
}
#container.search .item_search_cate .lst_item span + span:before {
   position: absolute;
   top: 50%;
   left: 0;
   width: 10px;
   height: 17px;
   margin-top: -7px;
   background-image:url(../_img/sub/ico_comm_04.png);
   background-position:center;
   background-repeat:no-repeat;
   background-size:100%;
   opacity: 0.5;
   content: "";
}
#container.search .item_search_cate .lst_item b {
   font-weight: 400;
}
#container.search .item_search_cate .lst_item .ico_comm {
   width: 16px;
   height: 16px;
   margin-top: 2px;
   background-image:url(../_img/sub/ico_home.png);
   background-position:center;
   background-repeat:no-repeat;
   background-size:100%;
   opacity: 0.7;
}
#container.search .item_search_cate .lst_item .inr {
   padding: 5px 0;
}
#container.search .item_search_cate .lst_item .tit {
   display: block;
   font-size: 20px;
   font-weight: 500;
   line-height: 1.4;
}
#container.search .item_search_cate .lst_item .tit b {
   font-weight: 500;
}
#container.search .item_search_cate .lst_item .cont {
   margin-top: 12px;
   font-size: 16px;
   color: #777;
   line-height: 1.4;
}
#container.search .item_search_cate .lst_item .date {
   display: block;
   margin-top: 12px;
   font-size: 14px;
   color: #777;
}
#container.search .item_search_cate .paging {
   margin: 20px auto;
   text-align: center;
}
#container.search .item_search_cate .paging a, #container.search .item_search_cate .paging .lst {
   text-align: center;
}
@media screen and (max-width: 1024px) {
   #container.search .box_search {
      margin-top: 12px;
      padding: 20px 15px;
   }
   #container.search .box_search .inp {
      height: 50px;
   }
   #container.search .box_search .btn_search {
      width: 80px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
   }
   #container.search .box_search .btn_search:before {
      display: none;
   }
   #container.search .box_search .keywords {
      margin-top: 12px;
   }
   #container.search .box_search .keywords .lst {
      margin: -3px;
   }
   #container.search .box_search .keywords li {
      font-size: 13px;
      padding: 3px;
      margin: 0;
   }
   #container.search .box_search .keywords a {
      line-height: 28px;
      padding: 0 0.6em;
      border-radius: 28px;
   }
   #container.search .info_total {
      margin-top: 30px;
      font-size: 15px;
   }
   #container.search .item_search_cate + .item_search_cate {
      margin-top: 40px;
   }
   #container.search .item_search_cate .hd_item {
      padding-left: 18px;
      line-height: 28px;
   }
   #container.search .item_search_cate .hd_item .tit_cate {
      font-size: 20px;
   }
   #container.search .item_search_cate .hd_item .total {
      margin-left: 8px;
      font-size: 14px;
   }
   #container.search .item_search_cate .hd_item:before {
      width: 12px;
      height: 12px;
      margin-top: -6px;
   }
   #container.search .item_search_cate .lst_item {
      margin-top: 12px;
   }
   #container.search .item_search_cate .lst_item a {
      padding: 15px 6px;
   }
   #container.search .item_search_cate .lst_item span {
      font-size: 15px;
   }
   #container.search .item_search_cate .lst_item span + span {
      margin-left: 8px;
      padding-left: 14px;
   }
   #container.search .item_search_cate .lst_item .tit {
      font-size: 17px;
   }
   #container.search .item_search_cate .lst_item .cont {
      margin-top: 8px;
      font-size: 14px;
   }
   #container.search .item_search_cate .lst_item .date {
      margin-top: 8px;
      font-size: 12px;
   }
   #container.search .item_search_cate .paging {
      text-align: center;
   }
}

/* 검색 -끝- */
/*프로그램*/
.subtab{margin-top:40px;margin-bottom:30px;border-bottom:1px solid #000;width:100%;}
.subtab.faq{margin-top:40px;margin-bottom:0;border-bottom:1px solid #000;width:100%;}
.subtab li{width:140px;text-align:center;display:inline-block;font-size:20px;padding:10px 0;color:#666;font-weight:300;}
.subtab li.on{font-weight:bold;border-bottom:2px solid #000;}
.subtab li a{display:block;width:100%;}
.mypage .subtab{margin-top:0;}
.pglist{}
.pglist ul{width:102%;margin:0 -1% 0;}
.pglist li{width:23%;margin:30px 1%;}	
.pglist li a.thumb{position:relative;display:block;width:100%;height:250px;margin-bottom:20px;overflow:hidden;
background-color:#f5f5f5;background-image:url('/_img/sub/noarticle_thumb.png');background-position:center;background-repeat:no-repeat;border:1px solid #ccc;
}
.pglist li a .pgflag{position:absolute;z-index:1;right:0;top:10px;width:65px;height:45px;line-height:43px;border-radius:30px 0 0 30px ;text-align:center;font-size:17px;font-weight:500;border:1px solid #ccc;border-right:none;}
.pglist li.ing a.thumb .pgflag{background-color:#1e257b;color:#fff;border-color:#1e257b}
.pglist li.end a.thumb .pgflag{background-color:#fff;color:#999;border-color:#ccc;}
.pglist li a.thumb img{width:100%;height:100%;object-fit:cover; -webkit-transition: 0.2s;   transition: 0.2s; }
.pglist i.ico_date{display:inline-block;width:17px;height:20px;margin-right:7px;vertical-align:middle;font-size:0;background-image:url('/_img/sub/sicon_date.png');background-position:center;background-repeat:no-repeat;background-size:100%;}
.pglist li.ing i.ico_date{opacity:0.8;}
.pglist li.end i.ico_date{opacity:0.4;}
.pglist li a.thumb:hover img{transform: scale(1.05);}
.pglist h3{display:block;width:100%;font-size:20px;font-weight:500;margin-bottom:15px;}
.pglist h4{display:block;width:100%;font-size:18px;margin-bottom:5px;color:#999;}
.pglist .comment{font-size:17px;font-weight:300;color:#666;vertical-align:text-bottom;border-top:1px solid #ccc;padding-top:15px;}

.program.view{margin-top:0;border-top:none;}
.program .wrap_tit{padding:0 0 50px;background-color:#fff;border-bottom:none;}
.program .wrap_tit .thumb{position:relative;width:35%;margin-right:50px;min-height:330px;background-image:url(../_img/sub/logo_gray.png);background-repeat:no-repeat;background-position:center;}
.program .wrap_tit .thumb img{width:100%;height:auto;}
.program .wrap_tit .cont{width: calc( 65% - 50px );position:relative;}
.program .pgflag{position:absolute;z-index:1;right:0;top:10px;width:65px;height:45px;line-height:43px;border-radius:30px 0 0 30px ;text-align:center;font-size:17px;font-weight:500;border:1px solid #ccc;border-right:none;}
.program .titwrap {position:relative;padding-right:40px;}
.program .titwrap a.ico_share{display:none;/*position:absolute;top:0;right:0;background-image:url('/_img/sub/icon_share.png');background-position:center;background-repeat:no-repeat;background-size:30px;width:50px;height:50px;font-size:0;background-color:#f5f5f5;border-radius:40px;*/}

.program .pgflag.ing{background-color:#1e257b;color:#fff;border-color:#1e257b}
.program .pgflag.end{background-color:#fff;color:#999;border-color:#ccc;}
.program .titwrap .inr{display:inline-block;}
.program .titwrap h4{display: block;font-size: 18px;color:#666; font-weight: 300;word-break:keep-all;}
.program .titwrap h3{display: block;font-size: 30px;letter-spacing:-1px; font-weight: 500;margin-bottom:20px;word-break:keep-all;}
.program .wrap_option{border:1px solid #ccc;width:100%;padding:10px 20px;height:250px;overflow-y:scroll;}
.program .wrap_option dl.dl_chk{border-bottom:1px solid #ccc;}
.program .wrap_option dl.dl_chk dt{width:35px;}
.program .wrap_option dl.dl_chk dd.ddtitle{width:calc( 70% - 35px );}
.program .wrap_option dl.dl_chk dd.ddtitle h3{font-size:18px;font-weight:600;margin-top:7px;margin-bottom:3px;cursor:pointer;}
.program .wrap_option dl.dl_chk dd.ddtitle p{font-size:17px;font-weight:200;margin-bottom:7px;cursor:pointer;}
.program .wrap_option dl.dl_chk dd.ddapply{width:30%;text-align:right;font-size:18px;}
.program .wrap_option dl.dl_chk.off dd{color:#999;}
.program .wrap_apply{width:100%;height:70px;justify-content:flex-end;}
.program .wrap_apply .count{font-size:20px;width:calc( 100% - 250px );padding-right:30px;text-align:right;}
.program .wrap_apply .count span{margin-right:3px;}
.program .wrap_apply .count span.no_applyment{margin-left:10px; font-size:18px;}
.program .wrap_apply .btn_apply{width:250px;line-height:60px;text-align:center;font-size:20px;font-weight:600;border-radius:45px;}
.program .wrap_apply .btn_point{color:#fff;background-color:#ff2c54;}
.program .wrap_noapply .btn_gray,
.program .wrap_apply .btn_gray{color:#000;background-color:#f5f5f5;}
.program .wrap_noapply .btn_black,
.program .wrap_apply .btn_black{color:#fff;background-color:#000;}
.program .wrap_apply .btn_blue{color:#fff;background-color:#4f59d5;}
.program .wrap_noapply{position:absolute;bottom:0;right:0;width:100%;height:70px;justify-content:right;}
.program .wrap_noapply .count{font-size:22px;padding-right:30px;text-align:right;}
.program .wrap_noapply .btn_noapply{width:auto;line-height:1.4;padding:20px 20px;text-align:center;font-size:20px;font-weight:600;}
.program .wrap_noapply .btn_gray{color:#000;background-color:#f5f5f5;}
.program .wrap_noapply .btn_black{color:#fff;background-color:#000;padding:20px 40px;}

.program .wrap_apply .btn_gray{color:#000;background-color:#f5f5f5;}
.program .info{border-top:1px solid #000;}
.program .info dl{border-bottom:1px solid #ccc;}
.program .info dl:last-child{border-bottom:1px solid #000;}
.program .info dt{font-size:18px;font-weight:600;padding:15px 20px;}
.program .info dd{font-size:18px;font-weight:300;padding:15px 0 15px 20px;color:#000;}
.program .info .files{border-bottom:none;padding:0;}
.program .info .files .util {top:0;right:0;margin-top:-5px;}
.program .info .files .util a{display:block;}
.program .info .files span{font-size:18px;font-weight:300;color:#000;}
.program .info .files span.download{font-size:0;}
.program .info .sub_ico_file{background-image:url(../_img/sub/bicon_file.png);}
.program .info .wrap_cont .cont{font-size:18px;padding:40px 40px 50px;color:#000;}
.program .wrap_cont {border-bottom:1px solid #000 ;margin-bottom:40px;}
.program .wrap_btn{margin-bottom:100px;}
.program .wrap_btn a{font-size:18px;display:block;vertical-align:middle;height:50px;line-height:50px;}
.program .wrap_btn a i{width:48px;height:48px;line-height:48px;background-repeat:no-repeat;display:inline-block;background-position:center;}
.program .wrap_btn a i.arrow_prev{background-image:url(../_img/sub/bicon_prev.png);margin-right:20px}
.program .wrap_btn a i.arrow_next{background-image:url(../_img/sub/bicon_next.png);margin-left:20px}
.program .wrap_btn .btn_list{border:1px solid #000;width:170px;height:50px;font-size:20px;border-radius:40px;}
.program .wrap_tit .cont .wrap_sns {
   position: absolute;
   left: 0;
   bottom: 16px;
   font-size: 0;
}

.program .wrap_tit .cont .wrap_sns .lst_sns {
   display: inline-block;
}
.program .wrap_tit .cont .wrap_sns .lst_sns li {
   display: inline-block;
   margin-right: 10px;
}
.program .wrap_tit .cont .wrap_sns .lst_sns li:last-child{margin-right:0;}
.program .wrap_tit .cont .wrap_sns .lst_sns a {
   display: block;
}


.program .wrap_tit .cont .wrap_sns .lst_sns .ico_sns {
   display: block;
   width: 35px;
   height: 35px;
   font-size: 0;
  
}
.program .wrap_tit .cont .wrap_sns .lst_sns .facebook .ico_sns {
	background-image: url(../_img/sns_facebook.png);
	background-repeat: no-repeat;
    background-position: center;;
}

.program .wrap_tit .cont .wrap_sns .lst_sns .kakaotalk .ico_sns {
	background-image: url(../_img/sns_kakaotalk.png);
	background-repeat: no-repeat;
    background-position: center;;
}
.program .wrap_tit .cont .wrap_sns .lst_sns .twitter .ico_sns {
	background-image: url(../_img/sns_twitter.png);
	background-repeat: no-repeat;
    background-position: center;;
}




.font_point{color:#ff2c54;}
.font_bold{font-weight:700;}
.subtitle_wrap{vertical-align:baseline;margin-bottom:20px;}
.subtitle_wrap h3.sub_title{font-size:26px;font-weight:600;}
.subtitle_wrap p{font-size:20px;margin-left:30px;color:#666;line-height:1.4;font-weight:300;}
@media screen and (max-width: 1520px) {
	.program .info dt{font-size:18px;padding:15px 20px;}
	.program .info dd{font-size:18px;padding:15px 0 15px 20px;}
	.program .info .files span{font-size:18px;}	
}
@media screen and (max-width: 1400px) {
	.pglist h3{font-size:22px}
	.pglist h4{font-size:20px}
	.pglist .comment{font-size:16px;}	
	.pglist .comment span{font-size:14px;padding:2px 5px;}
	.program .wrap_apply .btn_apply{width:200px;line-height:60px;font-size:20px;}
	.program .wrap_apply .count{    font-size: 20px;    width: calc( 100% - 200px );}
	.program .wrap_noapply{width:100%;}
	.program .wrap_noapply .count{font-size:20px;padding-right:15px;text-align:right;}
	.program .wrap_noapply .btn_noapply{padding:15px 15px;text-align:center;font-size:18px;}
	.program .wrap_option{padding:10px 20px;height:250px;}
	.program .wrap_option dl.dl_chk dd.ddtitle h3{font-size:18px;}
	.program .wrap_option dl.dl_chk dd.ddtitle p{font-size:18px;}
	.program .wrap_option dl.dl_chk dd.ddapply{font-size:18px;}

}
@media screen and (max-width: 1280px) {
	.program .info dt.flex10{width:15%;}
	.program .info dd.flex40{width:35%;}
	.program .info dd.flex90{width:85%;}
	.program .wrap_option{padding:7px 10px;height:250px;}
	.program .wrap_option dl.dl_chk dd.ddtitle h3{font-size:16px;}
	.program .wrap_option dl.dl_chk dd.ddtitle p{font-size:16px;}
	.program .wrap_option dl.dl_chk dd.ddapply{font-size:16px;}
	.wrap_noapply{ font-size: 18px;}
	.program .wrap_noapply{position:relative;bottom:initial;}
	.program .wrap_noapply .btn_noapply{font-size:18px;font-size:18px;padding:10px 30px;}
/*	.program .wrap_tit .cont .wrap_sns{position:relative;left:initial;bottom:initial;margin-top:0;}*/
	.program .wrap_apply .btn_apply{margin:0 auto 0;}
	.program .wrap_apply{}

}
@media screen and (max-width: 1024px) {
	.subtab{margin-top:30px;margin-bottom:20px;}
	.subtab.faq{margin-top:20px;margin-bottom:0;}
	.subtab li{width:120px;font-size:20px;padding:7px 0;}
	
	.pglist li{width:31.333%;margin:20px 1%;}	
	.pglist li a .pgflag{width:65px;height:45px;line-height:45px;font-size:16px;}
	
	.pglist li a.thumb{min-height:150px;}
	.pglist h3{font-size:20px}
	.pglist h4{font-size:16px}
	.pglist .comment{font-size:16px;}	
	.program .wrap_tit .thumb{margin-bottom:20px;}
	.program .wrap_tit .cont .tit{margin-top:0;margin-left:0;font-size:22px;letter-spacing:-0.6px;}
	.program .titwrap h4{font-size:16px;}
	.program .pgflag{width:65px;height:45px;line-height:45px;font-size:15px;}
	.program .wrap_option{padding:5px 10px;height:230px;}
	.program .wrap_apply .btn_apply{line-height:50px;width:150px;}
	.program .wrap_apply .count{width: calc( 100% - 150px );font-size:18px;}
	.program .wrap_tit{padding:0 0 30px;}
	.program .wrap_tit .thumb{width:350px;height:250px;margin-right:30px;}
	.program .wrap_tit .cont{width: calc( 100% - 380px );padding:0 0 20px;}
	.program .wrap_tit .cont{}
	.program .wrap_apply{width:100%;}
	.program .info dt.flex10{width:20%;}
	.program .info dd.flex40{width:80%;}
	.program .info dd.flex90{width:80%;}	
	.program .info dd + dt{border-top:1px solid #ccc;}
	.program .info dd + dt + dd{border-top:1px solid #ccc;}
	.program .list_file a{display:flex;flex-wrap:wrap;}
	.program .list_file a .flex_icon{width:20px;}
	.program .list_file a .flex_title{width:calc( 100% - 200px) ;}
	.program .list_file a .bar{width:90px;}
	.program .wrap_btn{margin-bottom:50px;}
	.program .wrap_noapply .count{font-size:16px;margin-bottom:20px;}
	.program .wrap_noapply .btn_noapply{font-size:16px;padding:10px 20px;}
	.program .wrap_noapply{right:initial;height:auto;margin-bottom:20px;margin-top:20px;align-items:center;}
	.program .count {/*padding-top:20px;*/margin-bottom:10px;}
	.program .wrap_apply .count span.no_applyment{margin-left:10px; font-size:16px;}
.subtitle_wrap p{width:100%;margin-left:0;}
}

	
@media screen and (max-width: 900px) {
	.program .wrap_tit .thumb{width:250px;margin-right:20px;margin-bottom:20px;}
	.program .wrap_tit .cont{width: calc( 100% - 270px );}	
	.program .titwrap h4{margin-bottom:0;font-size:18px;}
	.program .wrap_tit .cont .tit{margin-bottom:10px;font-size:20px;}
	.program .pgflag{width:70px;height:30px;line-height:30px;font-size:15px;display:block;font-weight:400;}
	.program .wrap_option{height:300px;}
	.program .wrap_option dl.dl_chk dd.ddtitle{width:calc( 100% - 35px );}
	.program .wrap_option dl.dl_chk dd.ddtitle h3{margin-bottom:0;}
	.program .wrap_option dl.dl_chk dd.ddtitle p{margin-bottom:0;}
	.program .wrap_option dl.dl_chk dd.ddapply{width:100% ;margin-bottom:10px;margin-left:35px;text-align:left;}
	.program .info dt{font-size:16px;padding:10px 0 10px 0;width:100px;}
	.program .info dd{font-size:16px;padding:10px 0 10px 10px;width:calc( 100% - 100px );}
	.program .info dt.flex10{width:100px;}
	.program .info dd.flex40{width:calc( 100% - 100px );}
	.program .info dd.flex90{width:calc( 100% - 100px );}	
	.program .info .files span{font-size:16px;}
	.program .list_file a{display:inline-block;}
	.program .list_file a .flex_icon{width:10px;}
	.program .list_file a .flex_title{width:calc( 100% - 70px) ;}
	.program .list_file a .bar{width:100%;}	
	.program .list_file a .bar::before{margin:5px 10px 0;}
	.program .wrap_option {margin-bottom:20px;}
	.program .wrap_tit .thumb{width:100%;max-width:350px;margin:0 auto 20px;text-align:center;min-height:initial;height:auto;}
	.program .wrap_tit .thumb img{}
	.program .wrap_tit .cont{width:100%; padding: 0;}
	.program .wrap_apply{bottom:initial;margin-bottom:20px;text-align:center;position:relative;}
	.program .wrap_apply .count{width:100%;text-align:center;margin-bottom:10px;padding-right:0;}
	.program .wrap_apply .btn_apply{width:100%;max-width:180px;height:40px;line-height:40px;font-size:18px;margin:0 auto 0;text-align:center;}
	.program .wrap_noapply{bottom:initial;margin-bottom:20px;text-align:center;position:relative;height:auto;}
	.program .wrap_noapply .count{width:100%;font-size:18px;text-align:center;padding-right:0;}
	.program .wrap_noapply .btn_noapply{width:100%;padding:15px 15px;text-align:center;font-size:16px;}
	.program .wrap_tit .cont .wrap_sns{left:initial;right:initial;bottom:initial;position:relative;margin:10px auto 20px;width:100%;text-align:center;}
	.program .wrap_tit .cont .titwrap{text-align:center;}
	.program .wrap_cont .cont{font-size:16px;}
	.program .titwrap {padding-right:0;}
	.program .titwrap a.ico_share{top:-10px;right:0;background-size:20px;width:40px;height:40px;font-size:0;background-color:#f5f5f5;border-radius:40px;}
}
@media screen and (max-width: 640px) {
	.subtab li{width:100px;font-size:18px;padding:5px 0;}
	.pglist li{width:48%;margin:15px 1%;}	
	.pglist li a.thumb{margin-bottom:10px;}
	.program .titwrap .inr{display:block;}
	.program .wrap_tit .cont .tit{margin-top:0;margin-left:0;font-size:18px;letter-spacing:-0.5px;margin-bottom:15px;text-align:left;}
	.program .wrap_tit{padding:0 ;}
	.program .titwrap h4{font-size:16px;margin-bottom:0;text-align:left;}
	.program .wrap_option dl.dl_chk dd.ddtitle h3{font-size:15px;}
	.program .wrap_option dl.dl_chk dd.ddtitle p{font-size:15px;}
	.program .wrap_option dl.dl_chk dd.ddapply{font-size:15px;}
	.program .pgflag{font-size:14px;height:35px;line-height:35px;}
	.program .info .flex_center{align-items:initial;}
}
@media screen and (max-width: 520px) {	
	.program .wrap_btn a{font-size:16px;}
	.program .wrap_btn .btn_list{font-size:16px;}

}
@media screen and (max-width: 420px) {
	.subtab li{width:auto;font-size:16px;padding:5px 10px;}
	.pglist li{width:100%;margin:15px 0;}	
	.pglist h3{margin-bottom:5px;font-size:18px;}
	.pglist h4{margin-bottom:3px;font-size:18px;}
	.program .wrap_btn{margin-bottom:40px;}
	.program .wrap_btn a{font-size:16px;display:block;vertical-align:middle;width:50px;height:50px;font-size:0;}
	.program .wrap_btn a i{width:48px;height:48px;line-height:48px;background-position:center;}
	.program .wrap_btn a i.arrow_prev{margin-right:0}
	.program .wrap_btn a i.arrow_next{margin-left:0}
	.program .wrap_btn .btn_list{border:1px solid #000;width:calc( 100% - 110px );height:50px;font-size:16px;}
	.program .wrap_apply .btn_apply{height:45px;line-height:43px;font-size:18px;}
}


@media screen and (max-width: 360px) {
	
	.program .info dt{font-size:15px;padding:10px 0 10px 0;width:90px;}
	.program .info dd{font-size:15px;padding:10px 0 10px 10px;width:calc( 100% - 90px );}
	.program .info dt.flex10{width:90px;}
	.program .info dd.flex40{width:calc( 100% - 90px );}
	.program .info dd.flex90{width:calc( 100% - 90px );}	
	.program .info dt.filedt{width:100%;padding: 10px 0 0 0;}
	.program .info dd.filedd{width:100%;padding: 0 0 10px 0;}
	.program .info .files span{font-size:15px;}
	.program .list_file a{display:inline-block;}
	.program .list_file a .flex_icon{width:10px;}
	.program .list_file a .flex_title{width:calc( 100% - 70px) ;}
	.program .list_file a .bar{width:100%;}	
	.program .list_file a .bar::before{margin:5px 10px 0;}
}

/*스캐줄*/
.cate1 {
  background: #9d00ac;
}

.cate2 {
  background: #007e4b;
}

.lab_schedule {
  display: inline-block;
  width: 32px;
  line-height: 18px;
  margin-right: 4px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.lab_schedule.type1 {
  background: #f77c85;
}

.lab_schedule.type2 {
  background: #f39938;
}

.lab_schedule.type3 {
  background: #0066b3;
}

.lab_schedule.type4 {
  background: #ff9c00;
}

.red {
  color: #ff2755;
}

.schedule_month{margin-bottom:100px;}
.schedule_month .wrap_year {
  text-align: center;
}
.schedule_month .wrap_year a {
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.schedule_month .wrap_year a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 9px;
  /*border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;*/
  content: "";
}
.schedule_month .wrap_year .prev {
  float: left;
  background-repeat:no-repeat;
  background-image:url('../_img/sub/prev.png');
  background-position:center;
  background-size:10px;
}
.schedule_month .wrap_year .prev:after {
  border-right: 6px solid #00406c;
}
.schedule_month .wrap_year .next {
  float: right;
  background-repeat:no-repeat;
  background-image:url('../_img/sub/next.png');
  background-position:center;
  background-size:10px;  
}
.schedule_month .wrap_year .next:after {
  border-left: 6px solid #00406c;
}
.schedule_month .wrap_year .year {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  letter-spacing: -2px;
  font-size: 40px;
  font-weight: 500;
}
.schedule_month .hd {
  margin-top: 40px;
  text-align: right;
  font-size: 0;
}
.schedule_month .wrap_year {
  /*float: left;*/
  padding: 10px 0;
  width:100%;
  max-width:250px;
  margin:0 auto 20px;
}

.schedule_month .lst_month {
  display: inline-block;
  width:100%;
}
.schedule_month .lst_month li {
  display: inline-block;
  padding: 0;
  border:1px solid #ccc;
}
.schedule_month .lst_month a {
  display: block;
  width: 114.6px;
  line-height: 50px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  color:#999;
  
}
.schedule_month .lst_month li.on a {
  background: #1e257b;
  color: #fff;
  font-weight: bold;
}
.schedule_month .top_month {
  margin-top: 30px;
  margin-bottom:20px;
  text-align: right;
  font-size: 0;
}
.schedule_month .top_month .refer {
  float: left;
  font-size: 18px;
  color: #555;
  line-height: 20px;
}
.schedule_month .top_month .lst_index {
  padding: 1px 0;
}
.schedule_month .top_month .lst_index li {
  display: inline-block;
  font-size: 14px;
}
.schedule_month .top_month .lst_index li + li {
  margin-left: 30px;
}
.schedule_month .wrap_schedule {
 /* margin-top: 12px;
  border-top: 2px solid #0167b2;*/
  border:1px solid #333;
}
.schedule_month .wrap_schedule table {
  border-collapse: collapse;
}
.schedule_month .wrap_schedule th, .schedule_month .wrap_schedule td {
  width: 14.2857%;
  height: 140px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
}
.schedule_month .wrap_schedule th {
  height: 40px;
  background: #f5f5f5;
  font-size: 19px;
  text-align: center;
}
.schedule_month .wrap_schedule th:first-child {
  color: #ff2c54;
}
.schedule_month .wrap_schedule th:last-child {
  color: #4f59d5;
}
.schedule_month .wrap_schedule td {
  text-align: left;
  padding: 10px;
  vertical-align: top;
  line-height: 20px;
  text-overflow: ellipsis;
    overflow: hidden;
}

.schedule_month .wrap_schedule .gsl {
  font-size: 18px;
  letter-spacing: 0;
  color:#666;
}
.schedule_month .wrap_schedule td:first-child .gsl {
  color: #ff2c54;
}
.schedule_month .wrap_schedule td:last-child .gsl {
  color: #4f59d5;
}
.schedule_month .wrap_schedule .lab_schedule {
  margin-top: 1px;
}
.schedule_month .wrap_schedule .item_schedule{    display: block;line-height: 18px;text-overflow: ellipsis;word-wrap: normal;overflow: hidden;height:1.2em;}
.schedule_month .wrap_schedule .item_schedule + .item_schedule {
  margin-top: 4px;
}
.schedule_month .wrap_schedule .today {
  background: #ebf3fd;
}
.schedule_month .wrap_schedule .closed {
 background: #f7f7f7;
}
.schedule_month .wrap_schedule .closed .lab_closed {
  display: block;
  color: #0167b2;
}

@media (max-width:1000px){

  .schedule_month .wrap_schedule {margin-top:40px;}
  .schedule_month .wrap_schedule .wn {margin:0}
  .schedule_month .wrap_schedule .hd {margin:0 14px}
  .schedule_month .wrap_schedule .hd .today {font-size:13px; width:48px; top:0; margin:0}
  .schedule_month .wrap_schedule .hd .legend {position:relative; top:auto; margin-top:16px}
  .schedule_month .wrap_schedule .hd .wrap_month {padding:0 36px;}
  .schedule_month .wrap_schedule .hd .wrap_month .month {font-size:16px;}
  .schedule_month .wrap_schedule .hd .wrap_month button .ico_comm {margin-top:5px;}
  .schedule_month .wrap_schedule .hd .wrap_month .prev .ico_comm {background-position:-100px -75px;}
  .schedule_month .wrap_schedule .hd .wrap_month .next .ico_comm {background-position:-120px -75px;}
  .schedule_month .wrap_schedule .cont {margin-top:12px}
  .schedule_month .wrap_schedule .tbl_calbig th {font-size:13px; height:32px}
  .schedule_month .wrap_schedule .tbl_calbig td {padding-top:10px;}
  .schedule_month .wrap_schedule .tbl_calbig .num {top:5px; left:0; font-size:12px; width:100%; text-align:center}
  .schedule_month .wrap_schedule .tbl_calbig td.today .num em {display:none;}
  .schedule_month .wrap_schedule .tbl_calbig .e_item {font-size:10px; padding:0 2px; line-height:24px; width:100%; height:24px; box-sizing:border-box; color:#fff; border:none; text-align:center}
  .schedule_month .wrap_schedule .tbl_calbig .e_item .cate {display:none;}
	.schedule_month .wrap_schedule th, .schedule_month .wrap_schedule td{font-size:12px;}
	.schedule_month .wrap_schedule .gsl{font-size:12px;}
	.schedule_month .wrap_schedule .item_schedule{height:1.5em;}
	.lab_schedule{font-size:11px}
	.schedule_month .wrap_year{float:none;margin:10px auto ;width:180px;}
	.sub1 #contents.sub122 .wrap_year{width:180px;}
	.schedule_month .hd{text-align:left;}
	.schedule_month .lst_month a{line-height:40px;font-size:14px;}
	.schedule_month .lst_month li{padding:1px;}
	
}
@media screen and (max-width: 800px) {
	/*.lab_schedule{display:block;}*/
	.schedule_month .wrap_schedule .closed .lab_closed{font-size:10px;}
	.schedule_month .wrap_schedule .item_schedule{height:initial;font-size:12px;line-height:1.2;}
	.schedule_month .wrap_schedule td{padding:2px;}	
	.wrap_tit_comm .tit_comm{font-size:18px;}
	
	
}
@media screen and (max-width: 640px) {
	

	.schedule_month .lst_month{width:100%;}
	.schedule_month .lst_month li{width:16.66%}
	.schedule_month .lst_month a{width:100%;}
	.schedule_month .top_month{text-align:left;}
	.schedule_month .wrap_year .year{font-size:30px;}
	.schedule_month .top_month .refer{float:none;display:block;margin-bottom:10px;font-size:15px;}
	.schedule_month .top_month .lst_index{float:none;text-align:left;}
	.schedule_month .hd{margin-top:0;}
	.schedule_month .top_month{margin-top:10px;}
	.schedule_month .top_month .lst_index li,
	.schedule_month .top_month .lst_index li + li{margin-left:10px;margin-right:10px;margin-bottom:5px;}
	.schedule_month .wrap_schedule{margin-top:10px;}
	.schedule_month .wrap_schedule .closed .lab_closed{display:none;}
	.lab_schedule{display:block;}

}

/*SNS 갤러리*/
/*커뮤니티 - SNS갤러리*/
.yt_wrap {position: relative; overflow: hidden;padding: 50px;	margin-bottom: 60px; background-size: cover;background-repeat: no-repeat;}
.yt_wrap .yt_tit {position: relative;width: 18%; float:left; border:5px solid #fff;  padding: 40px; text-align: center;}
.yt_wrap .yt_tit strong {line-height: 1.4;font-size:24px;font-weight:500;}
.yt_logo {display: block; width: 68px; height: 68px; margin: 30px auto 0;	background: url(/_img/sub/ico_youtube.png) 0 0 no-repeat; background-size: 100%;}
.yt_wrap .yt_video {width: 82%; float:left;padding-left: 20px;position:relative;overflow:hidden;}
.yt_wrap .yt_video .video_slide {overflow:hidden;}
.yt_wrap .yt_video .video_slide .slick-slide { margin: 0 20px; }
.video_slide .prev {
    position: absolute;
    top: 40%;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius:100%;
    display: block;
    background-color: rgba(256,256,256,1);
    opacity: 1;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 999;
	transition:0.3s;	
}
.video_slide .prev:hover{opacity:1;}
.video_slide .prev:before,
.video_slide .prev:after{
    position: absolute;
    left:25%;
    width: 15px;
    height: 2px;
    background: #000;
    content: "";	
}
.video_slide .prev:before{
	 top: 60%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	
.video_slide .prev:after {
	 top: 35%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);	
}
.video_slide .next {
    position: absolute;
    top: 40%;
    left: initial;
	right:0;
    width: 40px;
    height: 40px;
   border-radius:100%;
    display: block;
    background-color: rgba(256,256,256,1);
    opacity: 1;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    z-index: 999;
	transition:0.3s;
}
.video_slide .next:hover{opacity:1;}
.video_slide .next:before,
.video_slide .next:after{
    position: absolute;
    right:25%;
    width: 15px;
    height: 2px;
    background: #000;
    content: "";	
}
.video_slide .next:before{
	top: 60%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}	
.video_slide .next:after {
	 top: 35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}

.yt_wrap .yt_video .yt_cont {padding: 15px; background:#fff; width: 100%;	min-height:75px; word-break: keep-all;}
.yt_wrap .yt_video .yt_cont strong.tit {line-height: 1.3;}
.yt_wrap .yt_video .yt_cont p {text-align: right;margin-top: 7px; }
.sns_wrap .hd .tit{font-size:36px;font-weight:600;}
.sns_wrap .tit:after {
    display: inline-block;
    width: 76px;
    height: 1px;
    background: #222;
    margin: 19px 10px 0 25px;
    content: "";
}
.sns_wrap .hd {
  position: relative;
  line-height: 40px;
  font-size: 0;
}
.sns_wrap .hd .tit.gsb {
  display: inline-block;
}
.sns_wrap .hd .tit.gsb:after {
  display: inline-block;
  width: 76px;
  height: 1px;
  background: #222;
  margin: 19px 10px 0 30px;
  content: "";
}
.sns_wrap .hd .desc {
  margin-top: 5px;
  line-height: 1.4;
  font-size:16px;
}
.sns_wrap .cont {
  margin: 30px 0;
}
.sns_wrap .lst_sns {
  display: inline-block;
}
.sns_wrap .lst_sns li {
  display: inline-block; 
}
.sns_wrap .lst_sns li + li {
  margin-left: 16px;
}
.sns_wrap .lst_sns a {
  text-align: center;
  font-size: 0;
}
.sns_wrap .lst_hash {
  float: right; 
}
.sns_wrap .lst_hash li {
  display: inline-block;margin-right: 5px;
  border:1px solid #444444; border-radius:50px;padding: 7px 12px;
}

#sns .photowrap {display:flex; flex-wrap:wrap;  display: -webkit-box;display: -ms-flexbox; display: flex; flex-wrap:wrap; width: 100%; -webkit-box-align: center; -ms-flex-align: center;align-items: center; text-align:center; margin: 0 auto; width:100%;overflow:hidden;}
#sns .photowrap .snsimg { width:10.5%; position:relative; cursor:pointer; margin:10px 1%;}
#sns .photowrap .snsimg img{width:100%;}
#sns .photowrap .snsfrom {display:block;position:absolute; color:#333; font-weight:normal; font-size:16px; text-align:center; background-color:rgba(255, 255, 255, 0.9);padding:3px 7px;border-radius:5px;margin-top:5px;margin-left:5px;}
.yt_notice {padding: 30px; border:10px solid #f2f2f2; margin-top: 50px; word-break:keep-all;}
.yt_notice strong{margin-bottom: 10px;}
.guide_graybox {background-color: #f7f7f7;display:block;padding:30px 40px;}
.guide_graybox h3{font-size: 24px;line-height: 1.5;color: #000;font-weight: 500;margin-bottom:10px;}
.guide_graybox p{font-size: 18px;line-height: 1.5;color: #333;font-weight: 300;word-break:keep-all;}
  .guide_graybox .indent {text-indent: -0.8em;padding-left: 1em;}
@media screen and (max-width: 870px) {
	.guide_graybox {padding: 20px 30px; }
}
@media screen and (max-width: 480px) {
	.guide_graybox {padding: 10px 20px;}
	.guide_graybox h3 {font-size:18px;margin-bottom:5px;}
	.guide_graybox p{font-size: 16px;line-height:1.4;}

}
@media screen and (max-width: 1024px) {
	.pc {display:none !important;}
	.mobile {display:block;}
	.mobile-min {display:none !important ;}
	/*커뮤니티 - SNS갤러리(snsgallery) */
	.yt_wrap {padding: 20px 0 0; margin-bottom: 20px;}
	.community #contents.monthly .yt_wrap {padding: 30px 20px 0px 20px ;margin-bottom: 30px;}
	.yt_wrap .yt_tit {width:97%; padding: 20px;margin:0 auto 20px;float:none;}
	.yt_wrap .yt_tit strong {display: inline-block;font-size:20px;}
	.yt_wrap .yt_tit .yt_logo {display: inline-block;margin-top: 0px; width: 50px; height: 50px; margin-left: 10px;}
	.yt_wrap .arw_more {margin-top: 0; float: none;}
	.yt_wrap .yt_video {width: 100%;padding-left: 0;float:none;}

	.yt_wrap .yt_video .yt_cont {width: 100%;min-height: 75px;}
	.yt_wrap .yt_video .yt_cont strong.tit {line-height:1.4;}
	.sns_wrap .hd .tit  {font-size: 21px;}
	.sns_wrap .tit:after {margin: 19px 10px 0 15px;}
	.sns_wrap .hd .desc {margin-top: 0;}
	.sns_wrap .cont {margin: 20px 0;}
	.sns_wrap .lst_sns {margin-bottom: 10px;}
	.sns_wrap .lst_hash {float: none;}
	.sns_wrap .lst_hash li {margin-bottom: 5px;}
	.yt_notice {margin-top: 30px;padding: 20px;}
	#sns .photowrap .snsimg { width:14.666%; position:relative; cursor:pointer; margin:10px 1%;}
	.video_slide .prev {
    position: absolute;
    top: 40%;
    left: 0;

}

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

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

   #sns .photowrap .snsimg { width:23%; position:relative; cursor:pointer; margin:10px 1%;}
	
}

@media screen and (max-width: 420px) {
   #sns .photowrap .snsimg { width:31.333%; position:relative; cursor:pointer; margin:10px 1%;}

}
/*신청화면*/
.box_border { border: 1px solid #ccc; border-radius: 0; padding: 20px; margin: 10px 0 25px;}
.appconfirm_wrap{margin:10px 0 30px;padding:35px;}
.appconfirm_wrap dl + dl{margin-top:10px;}
.appconfirm_wrap dt{font-size:18px;font-weight:600;background-position:left center;background-repeat:no-repeat;padding:0;width:150px;}
.appconfirm_wrap dd{display:inline-block;font-size:18px;color:#333;font-weight:300;width:calc( 100% - 150px );}
.appconfirm_wrap dd.cost{font-size:20px;}
.appconfirm_wrap dd.cost span.bold{font-size:20px;vertical-align:baseline;margin-right:5px;font-weight:700;}
.appconfirm_wrap hr.hrlight{height:1px ;width:100%;background-color:#ccc;margin:20px 0;}
.appconfirm_wrap hr.hrstrong{height:1px ;width:100%;background-color:#000;margin:15px 0 10px;}
.appconfirm_wrap p{font-size:18px;color:#666;line-height:1.4;}
.appconfirm_wrap h3{padding:0 0 5px 0;border-bottom:1px solid #000;font-size:26px;font-weight:500;width:100%;}
.appconfirm_wrap .tot_text{font-size:20px;font-weight:700;color:#000;margin-right:40px;vertical-align:baseline;}
.appconfirm_wrap .tot_price{font-size:30px;font-weight:700;color:#ff2c54;vertical-align:baseline;}
.subtitle_wrap{vertical-align:baseline;margin-bottom:15px;}
.subtitle_wrap h3.sub_title{font-size:24px;font-weight:600;}
.subtitle_wrap p{font-size:20px;margin-left:30px;color:#666;line-height:1.4;font-weight:300;}
.appconfirm_wrap .option_inr{margin-bottom:40px;}
.util_wrap.full{margin:40px 0;}
.util_wrap.full li{width:11.11%;font-size:15px;} 
.util_wrap.full li .chk{margin-right:0;}
.member.reserv .cont_frm { margin: 0 !important;}
.wrap_tbl tbody .inp.short{max-width:300px;} 
.discount_wrap{padding:10px;}
.reserv{margin-bottom:40px;}

.device_booking .inp.textarea{height:300px;}
.applyfrm .inp.textarea{height:300px;}
.device_booking .inp.file{padding:3px;}
.applyfrm .inp.file{padding:3px;}
.reserv_agreement{font-size:18px;}
.survey_wrap{margin-bottom:40px;}
.reserv .lst_txt{font-size:20px !important;display:block !important;font-weight:300 !important;margin-bottom:10px !important;margin-right:0 !important;}
.reserv .lst_chk li + li{margin-top:0;}
.reserv .lst_chk.vertical li + li{margin-top:10px;}
.reserv .lst_chk.vertical li{margin-left:0 !important;display:block !important;}
.reserv .lst_chk .chk + label{font-size:18px !important;color:#666;}
.reserv .inp[type=file] {padding-top: 5px;background-color: #fff;	}

.reserv p.caution_blue { font-size:18px; font-weight: 500; color: #1947BA; margin-bottom:10px;}
.survey_wrap{border-top:1px solid #000;border-bottom:1px solid #000;padding:10px 0;}
.survey_wrap dl{width:100%;}
.survey_wrap dt{width:100%;font-size:18px;padding:15px 0 3px;}
.survey_wrap dl:first-child dt{width:100%;font-size:18px;padding:10px 0 3px;}
.survey_wrap dd{width:100%;font-size:17px;padding:3px 0 15px;}
.survey_wrap dl + dl{border-top:1px solid #ebebeb;}
.imp{color:#ff2c54;}
.addword{font-size:17px;color:#4f59d5;margin-bottom:5px;}
.survey_wrap .lst_chk{width:100% !important;}
.survey_wrap .lst_chk li{margin-left:0 !important;display: flex !important; flex-wrap: wrap;width:100% !important;}
.survey_wrap .lst_chk li + li{margin-top:5px;}
.option_inr .lst_chk li + li{margin-top:5px;}
.survey_wrap .lst_chk li input{width:20px;margin-right:5px;}
.survey_wrap .lst_chk li label{width:calc( 100% - 25px );margin-right:0 !important;margin-left:0 !important;}
.survey_wrap .lst_chk li .chk{vertical-align:middle}
.survey_wrap .lst_chk li .chk + label { margin-top:0;vertical-align:middle}
.appconfirm_wrap .lst_chk li label{width:calc( 100% - 25px );margin-right:0 !important;margin-left:0 !important;}
.reserv_agreement .lst_chk li .chk{vertical-align:middle;}
.appconfirm_wrap .btn_wrap{min-width:200px;max-width:300px;}
.appconfirm_wrap .btn_wrap.btn2{min-width:300px;}
.appconfirm_wrap .btn_wrap button{display:inline-block;}
.appconfirm_wrap .btn_wrap.btn2 button{display:inline-block;width:46%;margin:0 2% 10px;}
.appconfirm_wrap h4{font-size:22px;font-weight:400;}
.appconfirm_wrap h4.sign_com{margin-bottom:10px;}
.appconfirm_wrap h4.sign_date{font-size:20px;}
.survey_wrap + .appconfirm_wrap{margin-bottom:0;}
.appconfirm_wrap + .appconfirm_wrap{margin-bottom:0;padding: 20px 40px 40px;}
.appconfirm_wrap:last-child{margin-bottom:40px;padding: 40px 40px 40px;}
.dldiscount{border-top:1px solid #ccc;margin-top:10px;padding-top:15px;}
span.discount{background-color:#000;color:#fff;padding:7px 20px;margin-right:10px;font-size:18px;vertical-align:middle;}
span.discount_text{vertical-align:baseline;font-size:18px;}



.applyfrm .btn_wrap {
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}
.applyfrm .btn_wrap .btn_wrap_right {justify-content: flex-end;}
.applyfrm .btn_wrap .btn {
	display:block;
	width:160px;
	height:70px;
	padding:10px;
	margin:5px;
	text-align:center;
	min-width:0;
	font-size:18px;
	line-height:1.4;
}
.applyfrm .btn.whgray {
	border:1px solid #ddd;
	color:#333;
	background-color:#fff;
}
.applyfrm .btn.pink {
	color:#fff;
	font-weight:600;
	background-color:#ff2c54;
}
.applyfrm .btn.whbk {
	border:1px solid #333;
	color:#333;
	background-color:#fff;
}
.applyfrm .pink{color:#ff2c54; font-weight:600; }
.applyfrm .gray{color:#999; }
.applyfrm .sarrow {
	display:block;
	background-image:url(../_img/mypage/icon_sarrow.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 5px;
	width:9px;
	height:15px;
}
.applyfrm .steps {
	align-items:center;
}
.applyfrm .dccate {
	display:block;
	background-color:#000;
	color:#fff;
	font-weight:600;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	padding:5px;
	width:120px;
	margin-right:10px;
}
.applyfrm .dc.flex_wrap{align-items:center;}
.appconfirm_wrap .dc p {
	display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: 300;
}
.survey_wrap .lst_chk li label {margin-top:4px;}




.applyfrm {margin: 10px 0 30px;}
.applyfrm .imp {
  display: inline-block;
  vertical-align:middle;
}

.applyfrm .wrap_tbl {
  margin-top:0;
  border-top: 1px solid #000;
}
.applyfrm .wrap_tbl table {
  border-collapse: collapse;
}
.applyfrm .wrap_tbl tr + tr th, .applyfrm .wrap_tbl tr + tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.applyfrm .wrap_tbl th, .applyfrm .wrap_tbl td {
  min-height: 70px;
  padding: 10px 5px;
  font-size:18px;
  font-weight:300;
}
 .applyfrm .wrap_tbl td.txtonly {
  padding: 15px 20px;
  font-size:18px;
  font-weight:300;
}
.applyfrm .wrap_tbl td.txtonly span{vertical-align:baseline;}
.applyfrm .wrap_tbl th {
  background-color: #f8f8f8;
  color: #222;
  text-align: left;
  font-weight: normal;
  border-bottom-color: #ccc;
    font-size:18px;
	padding:10px 20px;
}


.applyfrm .wrap_tbl th {
  border-right:0;
  border-left:0;
  vertical-align:middle;
}


.applyfrm .wrap_tbl td {
  /*border-right:0;*/
  border-left:0;
  vertical-align:middle;
  padding-left:10px;
}
.moreinfo .cont_frm .wrap_tbl .indent {
	padding-left:25px;
	text-indent:-1em;
}
.applyfrm .wrap_tbl td.half{width:50%;}
.applyfrm .wrap_tbl td .lst_chk li{margin-left:0;display: inline-block;margin-bottom:10px;}
.applyfrm .wrap_tbl td .lst_chk {display:inline-block;}
.applyfrm .wrap_tbl td .lst_chk label,
.applyfrm .wrap_tbl td .lst_chk input{vertical-align:middle;}
.applyfrm .wrap_tbl td .lst_chk.chk_etc {display:inline-block;}
.applyfrm .wrap_tbl td .lst_chk.chk_etc li {vertical-align:middle;margin-bottom:0;}
.applyfrm .wrap_tbl td .lst_chk.chk_etc li + li{margin-left:20px;}
.applyfrm .wrap_tbl td .lst_chk.chk_etc li input {vertical-align:middle;margin-top:2px;margin-bottom:2px;}
.applyfrm .wrap_tbl td .lst_chk.chk_etc li label {vertical-align:middle;margin-top:2px;margin-bottom:2px;}
.applyfrm .wrap_tbl td .ment{margin-top:10px;}
.applyfrm .wrap_tbl th .proj_state_ing {
	display:block; 
	background-color:#00248a; 
	color:#fff; 
	border-radius:20px; 
	width:7%; 
	text-align:center; 
	font-size:16px; 
	line-height:40px; 
	margin:0 10px;
}
.applyfrm .wrap_tbl th .proj_state_ed {
	display:block; 
	border:1px solid #999; 
	color:#999; 
	border-radius:20px; 
	width:7%; 
	text-align:center; 
	font-size:16px; 
	line-height:40px; 
	margin:0 10px;
}
.applyfrm .fileset{}
.applyfrm .fileexist{margin-left:0;}
.applyfrm .fileexist .filecomment{margin-left:10px;}
.applyfrm .fileexist div + div{margin-top:5px;}
.applyfrm input[type=file]{padding-top:3px;padding-left:3px;}
.box_graybg {
    background-color: #f5f5f5;
    padding: 30px 30px 30px;
    width: 100%;
}
.mypage .btn_wrap {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.mypage .btn_wrap .btn_wrap_right {
    justify-content: flex-end;
}
.mypage .btn.whgray {
    border: 1px solid #f5f5f5;
    color: #333;
   background-color: #f5f5f5;
}
.mypage .btn.pink {
    color: #fff;
    font-weight: 600;
    background-color: #4f59d5;
}
.mypage .btn_wrap .btn {
    display: block;
	border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    width: 160px;
    margin: 5px;
    text-align: center;
    min-width: 0;
	padding:0;
	line-height:60px;
}
.payment {align-items:center; }
.payment .chkwrap {
	width:calc( 100% - 353px );
	align-items:center; 
	justify-content: flex-end;
}
.payment .btn {
    width: 30%;
	border-radius:30px;
    height: 50px;
    min-width: 420px;
    padding: 10px;
    margin: 5px auto;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
	transition:0.2s;
}
.btn.blk {background:#333; color:#fff;}
.btn.blk:hover {background:#ff3600;}
.btn.wh {color:#333; border:1px solid #333;}
.underline {
	font-size:18px;
	line-height:1.4;
	border-bottom:1px solid #333;
	margin:20px auto;
	text-align:center;
	width:12%;
	min-width:420px;
}
.payment .btn.blk {
	width:180px;
	min-width:0;
	margin:5px 10px;}
.appconfirm_wrap .tot_text{font-size:20px;font-weight:700;color:#000;margin-right:40px;vertical-align:middle;}
.appconfirm_wrap .tot_price{font-size:30px;font-weight:700;color:#ff2c54;vertical-align:middle;}
.appconfirm_wrap .pink{color:#ff2c54; font-weight:600; }
.appconfirm_wrap .gray{color:#999; }
.appconfirm_wrap .sarrow {
	display:block;
	background-image:url(../_img/mypage/icon_sarrow.png);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
	margin:0 5px;
	width:9px;
	height:15px;
}
.appconfirm_wrap .steps {
	align-items:center;
}
.appconfirm_wrap .dccate {
	display:block;
	background-color:#000;
	color:#fff;
	font-weight:600;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	padding:5px;
	width:120px;
	margin-right:10px;
}
.appconfirm_wrap .dc.flex_wrap{align-items:center;}
.btn_wrap + .guide_graybox{margin-top:40px;}
.guide_graybox{margin-top:40px;}
@media screen and (max-width: 1200px) {
	.subtitle_wrap{margin-bottom:5px;line-height:1.2}
	h3.sub_title{font-size:24px;}
	.appconfirm_wrap { margin-bottom: 20px;    padding: 30px;}
	.applyfrm { margin: 10px 0 20px;}
	.appconfirm_wrap dt{font-size:18px;width:110px;background-size:18px;}
	.appconfirm_wrap dd{font-size:18px;}
	.appconfirm_wrap p{font-size:16px;}
	.subtitle_wrap p{font-size:16px;}
	.appconfirm_wrap dd.cost{font-size:18px;}
	.appconfirm_wrap dd.cost span.bold{font-size:20px;}
	.appconfirm_wrap hr.hrstrong{margin:10px 0;}
	.appconfirm_wrap .tot_text{font-size:17px;margin-right:20px;font-weight:400;}
	.appconfirm_wrap .tot_price{font-size:25px;font-weight:400;}
	.util_wrap.full{margin:20px 0;}
	.util_wrap.full li{width:14.2%;}
	.reserv{margin-bottom:30px;}
	.survey_wrap{margin-bottom:30px;}
	.reserv .lst_txt{font-size:18px !important;margin-bottom:5 !important;}
	.reserv .lst_chk .chk + label{font-size:16px !important;}
	.survey_wrap dt{font-size:18px;padding:15px 0 7px;}
	.survey_wrap dd{font-size:16px;padding:7px 0 15px;}	
	.addword{font-size:14px;}
	span.discount{padding:5px 10px;margin-right:5px;font-size:14px;}
	.appconfirm_wrap hr.hrstrong{margin:10px 0;}
	.appconfirm_wrap .tot_text{font-size:17px;margin-right:20px;font-weight:400;}
	.appconfirm_wrap .tot_price{font-size:25px;font-weight:400;}	
	.payment .tal{width:100%;}
	.payment .chkwrap{width:100%;}
}
@media screen and (max-width: 1024px) {
	h3.sub_title{font-size:22px;}
	.appconfirm_wrap { margin-bottom: 20px;    padding: 20px;}
	.appconfirm_wrap dl { margin-bottom: 10px;}
	.subtitle_wrap p{width:100%;margin-left:0;}
	.reserv{margin-bottom:20px;}
	.survey_wrap{margin-bottom:20px;}
	.reserv .lst_chk.vertical{width:100%;}
	.reserv .lst_chk.vertical li{display:flex;flex-wrap:wrap;}
	.reserv .lst_chk.vertical li input{width:20px;margin-left:0 !important;}
	.reserv .lst_chk.vertical li label{width:calc( 100% - 30px );}
	.survey_wrap dt{font-size:16px;padding:7px 0 1px;}
	.survey_wrap dd{font-size:16px;padding:1px 0 7px;}	
	.applyfrm .wrap_tbl th, .applyfrm .wrap_tbl td, .applyfrm .wrap_tbl .lst_chk .chk + label, .applyfrm .wrap_tbl .slt, .member.cont_frm .wrap_tbl td p.lst_txt,.applyfrm .wrap_tbl td.txtonly { font-size: 16px; }
}


@media screen and (max-width: 800px){
	.util_wrap.full li{width:20%;}
	.discount_wrap{padding:10px 0;}
	.subtitle_wrap h3.sub_title{width:100%;margin-bottom:5px;}
	.applyfrm .wrap_tbl .tbl, .applyfrm .wrap_tbl tbody {
    display: block;
	}
	.applyfrm .wrap_tbl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	}	
	.applyfrm .wrap_tbl th{width:130px;    padding: 14px 0 0 5px;    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;}
	.applyfrm .wrap_tbl td{width:calc( 100% - 130px );vertical-align:middle;    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;padding-left:5px;padding:5px;}
	.applyfrm .wrap_tbl td.fullwidth { width: 100%; border-top: 0;}
	.applyfrm .wrap_tbl td.txtonly { padding:10px 6px;}
	.applyfrm .wrap_tbl th.txtonly { padding:10px 6px;}
	.applyfrm .wrap_tbl th, .applyfrm .wrap_tbl td {
    display: inline-block;
    height: auto;
    line-height: 1.3;
    min-height: 40px;}
	.applyfrm .wrap_tbl tr + tr th, .applyfrm .wrap_tbl tr + tr td {
    border-top: none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	input.inp, .slt {
    height: 35px;
    padding: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
	}

}
@media screen and (max-width: 768px) {
	.subtitle_wrap h3.sub_title{font-size:20px;}
	.util_wrap.full li{width:25%;}

	.applyfrm .lst_chk li + li{margin-top:0;}
	.applyfrm .lst_chk.vertical li + li{margin-top:7px;}
	.util_wrap.full .chk + label{font-size:14px;}
	.appconfirm_wrap { margin-bottom: 20px;    padding: 15px;}
	.appconfirm_wrap dl { margin-bottom: 5px;}
	.appconfirm_wrap .reserv_agreement { width: calc( 100% - 250px );}
	.appconfirm_wrap .btn_wrap{width:250px;}
	.appconfirm_wrap h4{font-size:23px;}
	span.discount{padding:5px 10px;margin-right:5px;font-size:14px;display:block;width:80px;text-align:center;}
	span.discount_text{font-size:16px;}
}
@media screen and (max-width: 680px) {
	.mypage .btn_wrap{flex-wrap:wrap;}
	.mypage .btn_wrap .btn_wrap_right{width:100%;}
	.mypage .btn_wrap .btn 
	{
	   width:100%;
	   height: 45px;
	   line-height: 45px;
	   font-size: 15px;
	   font-weight: bold;
	   margin:0 0 15px;;
	}
	.payment {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-end;
	}
	.payment .tal {
    margin: 0 0 0 auto;
	}
	.payment .chkwrap {
    flex-wrap: nowrap;
    width: 100%;
	}
	.payment .btn.blk {
	width:150px;
    height: 35px;
	line-height: 35px;
    padding: 0 8px;
	font-size:16px;
	font-weight:500;
	}
	.applyfrm .fileset .fileexist{width:100%;margin-left:0;margin-top:5px;}
}
@media screen and (max-width: 580px) {
	.subtitle_wrap h3.sub_title{font-size:19px;}
	.appconfirm_wrap hr{margin:10px 0;}
	.appconfirm_wrap dt{font-size:16px;}
	.appconfirm_wrap dd{font-size:16px;}
	.appconfirm_wrap dd.cost{font-size:16px;}
	.appconfirm_wrap dd.cost span.bold{font-size:18px;vertical-align:baseline;margin-right:3px;}
	.appconfirm_wrap .reserv_agreement{width:100%;}
	.appconfirm_wrap .btn_wrap{width:100%;}
	.appconfirm_wrap:last-child{margin-bottom:40px;padding: 10px 0 20px;}
	.appconfirm_wrap + .appconfirm_wrap {padding: 20px 20px 0;}
	.appconfirm_wrap h4.sign_com,
	.appconfirm_wrap h4.sign_date{font-size: 20px;}	
}
@media screen and (max-width:480px) {	
	.reserv .inp[type=file] {padding-top: 6px;background-color: #fff;font-size: 14px;	}
	.appconfirm_wrap + .appconfirm_wrap{ padding: 20px 20px 0;}
	

}
@media screen and (max-width:420px) {	
	.util_wrap.full li{width:33.33%;}
	.subtitle_wrap h3.sub_title{font-size:18px;margin-bottom:5px;}
	.appconfirm_wrap dt{padding:0;background-size:15px;width:80px;font-size:16px;width:100%;}
	.appconfirm_wrap dd{font-size:16px;width:100%;}
	.appconfirm_wrap dd.cost{font-size:15px;}
	.appconfirm_wrap dd.cost span.bold{font-size:16px;}
	.appconfirm_wrap hr.hrstrong{height:1px;margin:10px 0 5px;}
	.appconfirm_wrap p{font-size:15px;}
	.subtitle_wrap p{font-size:15px;}
	.appconfirm_wrap .tot_text{font-size:16px;margin-right:15px;}
	.appconfirm_wrap .tot_price{font-size:23px;font-weight:400;}	
	.appconfirm_wrap h4{font-size:18px;}
	.btn_big.color_blue{margin-top:0;}
	span.discount_text{font-size:16px;display:block;}
	.applyfrm .wrap_tbl th{width:100px;}
	.applyfrm .wrap_tbl td{width:calc( 100% - 100px );}
	.reserv_agreement{font-size:16px;}
	.appconfirm_wrap h4.sign_com,
	.appconfirm_wrap h4.sign_date{font-size: 16px;}		
	.appconfirm_wrap .tot_text{font-size:16px;margin-right:15px;}
	.appconfirm_wrap .tot_price{font-size:23px;font-weight:400;}
	.payment .chkwrap{flex-wrap:wrap;margin-top:10px;justify-content:flex-start;}
	.payment .chkwrap label{font-size:14px;}
	.payment .btn.blk {
	width:100%;
    height: 40px;
	line-height: 40px;
	margin-top:15px;
    padding: 0 8px;
	font-size:16px;
	font-weight:500;
	}
	.mypage .btn_wrap {padding:0;}

}
@media screen and (max-width:360px) {	
	.applyfrm .wrap_tbl th{width:100%;padding:8px 5px;line-height:1.2;}
	.applyfrm .wrap_tbl td{width:100%;}
	.applyfrm .wrap_tbl td .lst_chk.chk_etc li input { margin-top: 3px; margin-bottom: 3px;	}
	.applyfrm .wrap_tbl td .lst_chk.chk_etc li label { margin-top: 3px; margin-bottom: 3px;	}
	.applyfrm .wrap_tbl td .ment{margin-top:5px;font-size:15px;}
	.applyfrm .fileset .fileexist{font-size:15px;}
	
}

/*공통버튼*/
.contbtnwrap {position:relative;display:flex;
   justify-content:center;}

.contbtnwrap .area_btn.type2 {
   display:flex;
   max-width:500px;
   width:450px;
}
.contbtnwrap .area_btn.type1{
   max-width:225px;
   width:225px;
}
.contbtnwrap .area_btn.type2 .col {
   width: 50%;
}
.contbtnwrap .area_btn.type1 .col {
   width: 100%;
}
.contbtnwrap .area_btn .col + .col {
   margin-left: 10px;
}
.contbtnwrap .area_btn button {
   display: block;
   width: 100%;
   border-radius: 10px;
   text-align: center;
}
.contbtnwrap .area_btn button .txt {
   display: block;
   line-height: 60px;
   font-size: 20px;
   font-weight: 500;
}
.contbtnwrap .area_btn.type2 .col:first-child {
   width: 50%;
}
.contbtnwrap .area_btn.type2 .col:last-child {
   width: 50%;
}
.contbtnwrap .area_btn .btn_gray{background-color:#f5f5f5;}
.contbtnwrap .area_btn .btn_primary{background-color:#000; color:#fff;}
.contbtnwrap .area_btn .btn_blue{background-color:#4f59d5; color:#fff;}
@media screen and (max-width: 1024px) {

   .contbtnwrap .area_btn {
      margin: 40px 0 0;
      padding-bottom: 0;
   }
   .contbtnwrap .area_btn .item_util + .item_util {
      margin-top: 40px;
   }
   .contbtnwrap .area_btn .box_util {
      border-radius: 8px;
   }
   .contbtnwrap .area_btn .box_util .inner {
      padding: 12px;
   }
   .contbtnwrap .area_btn .box_util .cont_box {
      margin-top: 10px;
   }
   .contbtnwrap .area_btn .area_btn {
      position: relative;
      margin-top: 40px;
   }
   .contbtnwrap .area_btn .area_btn button {
      border-radius: 8px;
   }
   .contbtnwrap .area_btn .area_btn button .txt {
      line-height: 60px;
      font-size: 18px;
   }
   .appconfirm_wrap + .appconfirm_wrap {
    padding: 20px 20px 0;
}
}

@media (max-width: 450px){
	.onetoone .contbtnwrap{margin-top:0;}
	.contbtnwrap .area_btn{flex-wrap:wrap; justify-content:center;margin: 20px 0 0;}
	.contbtnwrap .area_btn button .txt
	{
	   line-height: 45px;
	   font-size: 15px;
	   font-weight: bold;
	}
	.contbtnwrap .area_btn .col
	{margin-bottom:15px;}
	.contbtnwrap .area_btn .col + .col
	{
	   margin-left:0;
	}
	.contbtnwrap .area_btn.type1{max-width:100%;width:100%;}
	.contbtnwrap .area_btn.type2{max-width:100%;width:100%;}
	.contbtnwrap .area_btn.type1 .col:first-child ,
	.contbtnwrap .area_btn.type3 .col:first-child ,
	.contbtnwrap .area_btn.type2 .col:first-child
	{
	   width: 100%;
	   margin-left:0;
	}
	.contbtnwrap .area_btn.type3 .col:nth-of-type(2)
	{
	   width: calc( 50% - 5px );
	   margin-left:0;
	   margin-right:5px;
	}
	.contbtnwrap .area_btn.type3 .col:last-child
	{
	   width: calc( 50% - 5px );
	   margin-left:5px;
	   margin-right:0;
	}

	.contbtnwrap .area_btn.type4 .col
	{
	   width: calc( 50% - 5px );
	   margin-left:5px;
	   margin-right:0;
	}


	.contbtnwrap .area_btn {flex-wrap:wrap; justify-content:center;}
	.contbtnwrap .area_btn [class^=btn] .txt {
	   line-height: 45px;
	   font-size: 15px;
	   font-weight: 500;
	}
	.contbtnwrap .area_btn .col{margin-bottom:15px;}
	.contbtnwrap .area_btn .col + .col {
	   margin-left:0;
	}
	.contbtnwrap .area_btn.type1 .col:first-child ,
	.contbtnwrap .area_btn.type3 .col:first-child ,
	.contbtnwrap .area_btn.type2 .col:first-child
	{
	   width: 100%;
	   margin-left:0;
	}
	.contbtnwrap .area_btn.type3 .col:nth-of-type(2) {
	   width: calc( 50% - 5px );
	   margin-left:0;
	   margin-right:5px;
	}
	.contbtnwrap .area_btn.type3 .col:last-child {
	   width: calc( 50% - 5px );
	   margin-left:5px;
	   margin-right:0;
	}
	.contbtnwrap .area_btn.type2 .col:nth-of-type(2) {
	   width: 100%;
	   margin-left:0;
	   margin-right:0;
	}

	
	.contbtnwrap .area_btn {flex-wrap:wrap; justify-content:center;flex-direction: column-reverse;}
	.contbtnwrap .area_btn [class^=btn] .txt {
	   line-height: 45px;
	   font-size: 15px;
	   font-weight: bold;
	}
	.contbtnwrap .area_btn .col{margin-bottom:15px;}
	.contbtnwrap .area_btn .col + .col {
	   margin-left:0;
	}
	.contbtnwrap .area_btn.type1 .col:first-child ,
	.contbtnwrap .area_btn.type3 .col:first-child ,
	.contbtnwrap .area_btn.type2 .col:first-child
	{
	   width: 100%;
	   margin-left:0;
	}
	.contbtnwrap .area_btn.type3 .col:nth-of-type(2) {
	   width: calc( 50% - 5px );
	   margin-left:0;
	   margin-right:5px;
	}
	.contbtnwrap .area_btn.type3 .col:last-child {
	   width: calc( 50% - 5px );
	   margin-left:5px;
	   margin-right:0;
	}
	.contbtnwrap .area_btn.type2 .col:nth-of-type(2) {
	   width: 100%;
	   margin-left:0;
	   margin-right:0;
	}
	.cont {margin-bottom:20px;}
	.cont .type2-1{margin-bottom:0;}	
	

}
